.Iqqq8_AqHz24FexI8D4u {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.hS8UnRJmJ2entY23quEg {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  width: 320px;
  height: 280px;
  text-align: center;
  position: relative;
}

.lvA9hJKzQb9Ynlp5WBfE {
  color: #ffc107; /* Yellow color */
  font-size: 48px;
  margin-bottom: 15px;
}

.NOt3y2tFwpcqrOYsMpB4 {
  margin: 10px 0;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.UAqCNgXoqANzTbvIut4Y {
  margin: 15px 0 25px;
  color: #555;
  font-size: 16px;
}

.OL0qeu7ElLv2ERp3rC_V {
 
  display: flex !important;
  justify-content: space-evenly !important;
}

.r6Owvgk_reRmIa9jAmi2,
.X_nOyWjSPXfoCrCUkQnG {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  
}

.r6Owvgk_reRmIa9jAmi2 {
  background: #ff1744; 
  color: #fff;
  transition: background 0.3s;
}

.r6Owvgk_reRmIa9jAmi2:hover {
  background: #d50000;
}

.X_nOyWjSPXfoCrCUkQnG {
  background: #00c853; 
  color: #fff;
  transition: background 0.3s;
}

.X_nOyWjSPXfoCrCUkQnG:hover {
  background: #00b347;
}
.r6Owvgk_reRmIa9jAmi2:disabled,
.X_nOyWjSPXfoCrCUkQnG:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.5;
}


.qME701mVHpvS9qfepKDr {
    margin-bottom: 16px;
    cursor: pointer;
  }
  
  
  .vc4QvUTslG1crME8Et2T {
    background-color: transparent;
  }
  
  
  .jHyhLz_WyQRwlEIIv1d8 th {
    word-break: normal;
    background-color: transparent;
    border-bottom: 1px solid #d5d5d5;
    text-transform: capitalize;
    border-top: none;
    position: static;
    padding: 8px 20px 8px 20px;
    font:bold;
    color: #000000;
    font-size: larger;
  }
  
  .jHyhLz_WyQRwlEIIv1d8 td {
    background-color: white;
    border-bottom: 1px solid #ddd;
     /* padding: 3px 12px;  */
  }
  
  

.XAuFDbD1mQiTfcQQPwUY {
    margin-bottom: 16px;
    cursor: pointer;
  }
  
  
  .PEkt2A2cHTbQ3Lmhk7cM {
    background-color: transparent;
  }
  
  
  .l2tRyqKPJG3tuPAaMwK2 th {
    word-break: normal;
    background-color: transparent;
    border-bottom: 1px solid #d5d5d5;
    text-transform: capitalize;
    border-top: none;
    position: static;
    padding: 8px 20px 8px 20px;
    font:bold;
    color: #000000;
    font-size: larger;
  }
  
  .l2tRyqKPJG3tuPAaMwK2 td {
    background-color: white;
    border-bottom: 1px solid #ddd;
     /* padding: 3px 12px;  */
  }
  
  
:root {
  --primary-color: #00439e;
  --primary-alternative-color: #0061bd;
  --primary-alternative-dark: #0073cf;
  --primary-light: #b9dffe;
  --white: #fff;
  --primary-hover-bg-color: #66a8ff;
  --primary-hover-outlined-bg-color: #68bcff0d;
  --primary-hover-outlined-resting-bg-color: #e0effe;
  --secondary-color: #6d788d;
  --secondary-alternative-color: #7f889b;
  --secondary-alternative-dark: #606a7c;
  --secondary-hover-bg-color: #596274;
  --secondary-hover-outlined-bg-color: #6d788d0d;
  --secondary-hover-outlined-resting-bg-color: #6d788d80;
  --info-color: #26c6f9;
  --info-alternative-color: #40cdfa;
  --info-alternative-dark: #21aedb;
  --info-hover-bg-color: #1fa2cc;
  --info-hover-outlined-bg-color: #26c6f90d;
  --info-hover-outlined-resting-bg-color: #26c6f980;
  --success-color: #72e128;
  --success-alternative-color: #83e542;
  --success-alternative-dark: #64c623;
  --success-hover-bg-color: #5db921;
  --success-hover-outlined-bg-color: #72e1280d;
  --success-hover-outlined-resting-bg-color: #72e12880;
  --success-main: #2e7d32;
  --warning-color: #fdb528;
  --warning-alternative-color: #fdbe42;
  --warning-alternative-dark: #df9f23;
  --warning-hover-bg-color: #cf9421;
  --warning-chips-bg: #FFF6E5;
  --warning-hover-outlined-bg-color: #fdb5280d;
  --warning-hover-outlined-resting-bg-color: #fdb52880;
  --error-color: #ff4d49;
  --error-alternative-color: #ff625f;
  --error-alternative-dark: #e04440;
  --error-hover-bg-color: #d13f3c;
  --error-hover-outlined-bg-color: #ff4d490d;
  --error-hover-outlined-resting-bg-color: #ff4d4980;
  --primary-text: #181e21;
  --secondary-text: #495c65;
  --disabled-text: #4c4e6461;
  --action-active: #4c4e648a;
  --action-hover: #4c4e640d;
  --action-selected: #4c4e6414;
  --action-disabled: #4c4e6442;
  --action-disabled-bg: #4c4e641f;
  --action-focus: #4c4e641f;
  --other-divider: #4c4e641f;
  --other-outline-border: #4c4e641f;
  --other-input-line: #4c4e6438;
  --other-overlay: #4c4e6480;
  --other-snackbar-bg: #212121;
  --other-body-bg: #f7f7f9;
  --custom-primary: #666cff;
  --custom-secondary: #6d788d;
  --custom-info: #26c6f9;
  --custom-success: #72e128;
  --custom-warning: #fdb528;
  --custom-error: #ffeae9;
  --custom-menu-active: #666cff;
  --chips-green: #e6f4ea;
  --chips-blue: #eff6ff;
  --secondary-shadow-bg: #f3f6f9;
  --input-border: #e3e8ef;
  --input-legend-color: #9e9e9e;
  --purple-bg: #f0efff;
  --purple-color: #1664be;
  --yellow-bg: #fff8e9;
  --yellow-color: #fbc02d;
  --orange-bg: #fff5ef;
  --orange-color: #ed6c02;
  --success: #4caf50;
  --success-chip: #eef9ec;
  --success-color: #1b5e20;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px !important;
}

.logo {
  width: 205px;
  height: 64px;
  margin-top: 34px;
  margin-left: 40px;
}

[class*='BackstageSidebar-drawerOpen'] {
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  box-sizing: border-box;
}

[class*='BackstageSidebar-drawerOpen'] button {
  width: 100% !important;
}

@media (max-width: 600px) {
  [class*='BackstageSidebarItem-open'] {
    width: 260px !important;
    max-width: 260px !important;
    min-width: 260px !important;
  }

  [class*='BackstageSidebarItem-open'] button {
    width: 100% !important;
  }
}

h1 {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 96px;
  line-height: 112.03px;
  letter-spacing: -1.5px;
}

.h1-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 96px;
  line-height: 112.03px;
  letter-spacing: -1.5px;
}

h2 {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.5px;
}

.h2-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.5px;
}

h3 {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0px;
}

.h3-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0px;
}

h4 {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0.25px;
}

.h4-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0.25px;
}

h5 {
  font-family: Roboto !important;
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 24px !important;
  line-height: 32px !important;
  letter-spacing: 0px !important;
}

.h5-bold {
  font-family: Roboto !important;
  font-weight: 700 !important;
  font-style: Bold !important;
  font-size: 24px !important;
  line-height: 32px !important;
  letter-spacing: 0px !important;
}

h6 {
  font-family: Roboto !important;
  font-weight: 500 !important;
  /* font-style: Medium; */
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: 0.15px !important;
}

.h6-bold {
  font-family: Roboto  !important;
  font-weight: 700 !important;
  font-style: Bold !important;
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: 0.15px !important;
}

.h6-bold-primary {
  color: #00439E !important;
  padding: 15px 0 20px 0 !important;
}

p {
  font-size: 14px !important;
}

.subtitle1 {
  font-family: Roboto !important;
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 16px !important;
  line-height: 175% !important;
  letter-spacing: 0.15px !important;
}

.subtitle1-md {
  font-family: Roboto !important;
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 16px !important;
  line-height: 175% !important;
  letter-spacing: 0.15px !important;
}

.subtitle1-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.15px;
}

.subtitle2 {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0.1px;
}

.subtitle2-md {
  font-family: Roboto !important;
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0.1px !important;
}

.subtitle2-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1px;
}

.body1 {
  font-family: Roboto !important;
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.15px !important;
}

.body1-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.body1-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.body2 {
  font-family: Roboto !important;
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0.15px !important;
}

.body2-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.15px;
}

.body2-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.15px;
}

.bg-gray {
  background-color: var(--other-body-bg) !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.bg-gray .MuiTable-root .MuiTableCell-root {
  border: 1px solid var(--other-divider) !important;
}

.caption {
  font-family: Roboto !important;
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 0.4px !important;
}

.caption-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
}

.caption-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
}

.overline {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.overline-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.overline-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-lg {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
}

.btn-lg-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
}

.btn-lg-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
}

.btn-md {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.btn-md-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.btn-md-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.btn-sm {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
}

.btn-sm-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
}

.btn-sm-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
}

.label {
  color: #e3e8ef;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 2px;
  display: block;
}

.value {
  color: #e3e8ef;
  font-size: 16px;
  font-weight: 500;
}

.fieldBox {
  border: 1.5px solid #e3e8ef;
  border-radius: 10px;
  padding: 8px 16px;
  background: #fff;
  margin-bottom: 8px;
}

.input-label {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15px;
}

.input-label-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15px;
}

.input-label-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15px;
}

.helper-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.helper-text-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.helper-text-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.input-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.input-text-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.input-text-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.avatar-initials {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.avatar-initials-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.avatar-initials-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.MuiDataGrid-cell span {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000000de !important;
}

.chip {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.16px;
}

.chip-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.16px;
}

.chip-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.16px;
}

.chip-active {
  background-color: var(--success-hover-outlined-bg-color) !important;
  border-color: var(--success-alternative-dark) !important;
  color: var(--success-main) !important;
}

.chip-active span {
  color: var(--success-main) !important;
}

.chip-inactive {
  background-color: var(--error-hover-outlined-bg-color) !important;
  border-color: var(--error-alternative-color) !important;
  color: var(--error-hover-bg-color) !important;
}

.chip-inactive span {
  color: var(--error-hover-bg-color) !important;
}

.tooltip {
  font-family: Roboto !important;
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 11px !important;
  line-height: 16px !important;
  letter-spacing: 0px !important;
}

.tooltip-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0px;
}

.tooltip-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0px;
}

.alert-title {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
}

.alert-title-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
}

.alert-title-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
}

.table-header {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.17px;
  text-transform: uppercase;
}

.table-header-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.17px;
  text-transform: uppercase;
}

.table-header-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.17px;
  text-transform: uppercase;
}

.badge-label {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.badge-label-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.badge-label-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.toast {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.14px;
}

.toast-md {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.14px;
}

.toast-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.14px;
}

.ml-2 {
  margin-left: 8px !important;
}

.mt-2 {
  margin-top: 12px !important;
}

.primary-alternate-color {
  color: var(--primary-alternative-color) !important;
  margin-right: 12px;
}

.primary-color {
  color: var(--primary-color) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.danger-color {
  color: var(--error-color) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
} 

.sidebarText {
  height: 44px !important;
  width: 100% !important;
  /* display: flex !important;
  justify-content: space-between;
  align-items: center; */
}

.sidebarText span {
  font-size: 14px !important;
  font-weight: 400;
  color: var(--secondary-text) !important;
  text-transform: none;
}

.MuiBox-root .MuiBadge-root .MuiBox-root svg {
  width: 16px;
  height: 16px;
}

.active {
    background-color: var(--chips-blue) !important;
    font-weight: 500 !important;
    border-left: 0px !important;
  }

  .step-item {
    padding: 3px 10px 6px !important;
    color: var(--secondary-alternative-color) !important
  }

  .completed-tab {
    color: var(--primary-text) !important;
  }

  .active-tab {
    background-color: var(--chips-blue) !important;
    font-weight: 500 !important;
    border-left: 0px !important;
    border-radius: 10px;
    color: var(--primary-alternative-color) !important;
}


.left-sidebar {
  border-right: 1px solid #eee !important;
  padding-right: 10px !important;
}

.step-item:hover {
  background-color: var(--chips-blue) !important;
  font-weight: 500 !important;
  border-left: 0px !important;
  border-radius: 10px;
}

.active span {
  color: var(--primary-color) !important;
  font-weight: 500 !important;
}

.sidebarText:hover {
  background-color: var(--chips-blue) !important;
  font-weight: 500 !important;
}

.sidebarText:hover span {
  color: var(--primary-color) !important;
  font-weight: 500 !important;
}

.topbar-avatar {
  width: 36px !important;
  height: 36px !important;
  border: 2px solid #e0e0e0;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease-in-out;
}

.topbar-avatar:hover {
  transform: scale(1.05);
  border-color: #1976d2;
}

.main-content-margin .icons {
  width: 25px !important;
  height: 25px !important;
}

/* .topbar-root {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  width: 100%;
} */

/* .topbar-left {
  display: flex;
  align-items: center;
}

.hamburger-button {
  margin-right: 12px;
}

.location-box {
  display: flex;
  align-items: center;
  background-color: #f0f6ff;
  padding: 4px 8px;
  border-radius: 6px;
  cursor: pointer;
}

.location-icon {
  color: #1976d2;
}

.location-text {
  color: #1976d2;
  font-weight: 500;
  margin: 0 4px;
}

.dropdown-icon {
  color: #1976d2;
}



.topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.flag-icon {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}

.icon {
  color: #555;
  cursor: pointer;
}

.avatar {
  width: 32px;
  height: 32px;
  cursor: pointer;
} */

.main-content-margin {
  margin-left: 35px;
}

.main-content-margin svg {
  width: 16px;
  height: 16px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background-color: var(--white);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.selectBox {
  display: flex;
  align-items: center;
  border: 1px solid var(--primary-light);
  padding: 4px 8px;
  border-radius: 6px;
  cursor: pointer;
}

.search-box {
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  padding: 4px 12px;
  border-radius: 12px;
  width: 300px;
}

.search-icon {
  color: #666;
  width: 20px !important;
  height: 20px !important;
}

.search-input {
  margin-left: 8px;
  flex: 1;
  font-size: 0.875rem;
}

.active-breadcrumb {
  color: var(--primary-alternative-color) !important;
}

.MuiBreadcrumbs-ol svg {
  height: 16px;
  width: 16px;
}

/* Responsive styles */
@media (max-width: 600px) {
  .search-box {
    display: none;
  }

  .topbar-right {
    gap: 8px;
  }

  .main-content-margin {
    margin-left: 0;
  }
}

.tenants-card {
  padding: 16px;
  width: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
  background: transparent;
}

.tenants-card-icon {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  box-shadow: 0px 4px 16px 0px #e6f4ea;
}

.tenants-card-icon svg {
  width: 25px !important;
  height: 25px !important;
}

.tenants-card-icon-green {
  background: var(--chips-green);
  box-shadow: 0px 4px 16px 0px var(--chips-green);
}

.tenants-card-icon-grey {
  background: var(--secondary-shadow-bg);
  box-shadow: 0px 4px 16px 0px var(--secondary-shadow-bg);
}

.tenants-card-icon-purple {
  background: var(--purple-bg);
  box-shadow: 0px 4px 16px 0px var(--purple-bg);
}

.tenants-card-icon-yellow {
  background: var(--yellow-bg);
  box-shadow: 0px 4px 16px 0px var(--yellow-bg);
}

.tenants-card-icon-orange {
  background: var(--orange-bg);
  box-shadow: 0px 4px 16px 0px var(--orange-bg);
}

.tenants-card-svg {
  font-size: 28px !important;
}

.tenants-card-svg-lg {
  font-size: 40px !important;
}

.tenants-card-svg-xl {
  font-size: 56px !important;
}

.tenants-card-svg-green {
  color: var(--success-main) !important;
  width: 25px !important;
  height: 25px !important;
}

.tenants-card-svg-grey {
  color: var(--secondary-text) !important;
}

.tenants-card-svg-purple {
  color: var(--purple-color) !important;
}
.tenants-card-svg-yellow {
  color: var(--yellow-color) !important;
}
.tenants-card-svg-orange {
  color: var(--orange-color) !important;
}

.tenants-card-label {
  color: var(--secondary-text);
}

.tenants-card-value {
  color: var(--primary-text);
}

.tenants-toolbar {
  padding-left: 8px !important;
  padding-right: 8px !important;
  background: #fff !important;
  border-radius: 12px 12px 0 0 !important;
  margin-bottom: 8px !important;
}

.tenants-quickfilter {
  margin-left: auto !important;
  width: 220px !important;
  background: #f7f7f9 !important;
  border-radius: 16px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size: 15px !important;
}
.tenants-action-wrapper {
  display: flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
}

.tenants-action-icon {
  background-color: var(--secondary-hover-outlined-bg-color) !important;
  border-radius: 50% !important;
  padding: 10px !important;
  transition: background-color 0.2s ease-in-out !important;
}

.tenants-action-icon:hover {
  background-color: var(
    --primary-hover-outlined-resting-bg-color
  ) !important; /* Light blue background on hover */
}

.tenants-action-icon.edit:hover .tenants-action-icon-svg {
  color: var(--primary-color); /* Blue on hover for edit */
}

.tenants-action-icon-svg {
  font-size: 18px;
  color: #212121;
  transition: color 0.2s ease-in-out;
}

.download-button {
  justify-content: space-between !important;
  margin-bottom: 2;
  padding-left: 0;
  padding-right: 0;
  color: var(--primary-color) !important;
  /* border: none !important; */
}

.MuiDataGrid-row--borderBottom {
  border: none !important;
}

/* styles/Button.css */
.add-btn {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
  font-weight: 600;
  text-transform: uppercase;
  /* padding: 6px 16px; */
  border-radius: 20px;
  /* box-shadow: 0px 6px 18px -8px rgba(76, 78, 100, 0.16); */
}

.add-btn:hover {
  background-color: #003377 !important;
}

/* styles/TableLayout.css */

.table-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 98vw;
  margin: 0 auto;
  width: 100%;
}

.card-box {
  background-color: #fff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 98vw;
  margin: 0 auto;
  width: 100%;
}

.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 16px;
  border-bottom: 1px solid #e0e0e0;
}

.card-content {
  padding: 24px 24px;
}

.add-btn {
  background-color: #00439e !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  box-shadow: 0px 6px 18px -8px rgba(76, 78, 100, 0.16);
}

.add-btn:hover {
  background-color: #003377 !important;
}

/* input  */

.autocomplete_input .MuiFormControl-root {
  width: 100%;
  /* padding: 8px; */
  border: 1px solid var(--other-input-line);
  border-radius: 10px;
  font-size: 14px;
  color: var(--primary-text);
  height: 36px !important;
  font-size: 14px;
  padding: 0px !important;
}

.autocomplete_input .MuiOutlinedInput-root {
  border-radius: 8px;
  background-color: white;
}

.autocomplete_input .MuiOutlinedInput-root fieldset {
  border-color: var(--input-border);
}

.autocomplete_input .MuiOutlinedInput-root:hover fieldset {
  border-color: var(--input-border);
}
.autocomplete_input .MuiOutlinedInput-root:hover fieldset {
  border-color: var(--input-border);
}

.autocomplete_input .MuiOutlinedInput-root.Mui-focused fieldset {
  border-color: var(--input-border);
}

/* .autocomplete_input .MuiOutlinedInput-root.Mui-focused fieldset {
  border-color: #ff5722 !important;
} */

.autocomplete_input .MuiInputLabel-root.Mui-focused {
  color: var(--input-legend-color) !important;
}

.custom_input .MuiFormControl-root {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--other-input-line);
  border-radius: 10px;
  font-size: 14px;
  color: var(--primary-text);
}

.custom_input .MuiOutlinedInput-root {
  border-radius: 8px;
  background-color: white;
}

.custom_input .MuiInputBase-input::placeholder {
  font-size: 16px;       /* Placeholder text size */
  line-height: 24px;     /* Height of the text line */
  color: #999;           /* Placeholder color */
  opacity: 1;            /* Make sure it's fully visible */
}

.custom_input .MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: var(--error-color) !important;
}

/* .MuiInputBase-root .Mui-disabled:hover {
  border-color: var(--input-border) !important;
} */

.custom_input .MuiOutlinedInput-root fieldset {
  border-color: var(--input-border);
}

.custom_input .MuiOutlinedInput-root fieldset {
  border-color: var(--input-border) !important;
}

.custom_input .MuiOutlinedInput-root.Mui-focused fieldset {
  border-color: var(--input-border);
}

.custom_input .MuiInputLabel-root.Mui-focused {
  color: var(--input-legend-color) !important;
  padding: 6px 0 !important;
}

.custom_input .MuiInputLabel-root.Mui-focused {
  color: var(--input-legend-color) !important;
  padding: 6px 0 !important;
}

.custom_input label.MuiInputLabel-root.Mui-focused {
  color: var(--input-legend-color) !important;
  padding: 6px 0 !important;
  line-height: 12px !important;
}

.autocomplete_input .MuiOutlinedInput-input {
  padding: 5px 12px !important;
  font-size: 14px;
}

.custom_input .MuiOutlinedInput-root label {
  padding-top: 6px !important;
}

.custom_input .MuiInputBase-root .MuiInputBase-input {
  padding: 10px 14px !important;
}

.custom_input .MuiFormLabel-root {
  padding-top: 5px !important;
  line-height: 15px !important;
  padding-top: 0px !important;
  line-height: 28px !important;
}

/* .custom_input .MuiInputLabel-root {
  padding: 6px 0 !important;
  line-height: 12px !important; */
  /* transform: translate(14px, 12px) scale(1); */
/* } */

.custom_input .MuiInputLabel-shrink {
  line-height: 22px !important;
}

/* .custom_input .MuiInputLabel-formControl {
  padding: 4px 0 !important;
    line-height: 22px !important;
    padding-top: 0px !important;
} */

/* color: red !important; */
.custom_input label.Mui-disabled {
  /* line-height: 24px !important; */
  /* background-color: #eee !important; */
}

.custom_input input.Mui-disabled {
  /* background: #eee; */
  border-radius: 6px;
}

.MuiDialogContent-root {
  border: none !important;
}

/* Wallet Settings Styles */
.walletsettings-heading {
  font-family: Roboto;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 18px;
  color: var(--primary-text);
  text-align: left;
}

.walletsettings-modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  min-width: 400px;
  width: 90vw;
  max-width: 600px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.walletsettings-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid #eee;
}

.walletsettings-modal-content {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}

.walletsettings-table-wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  width: 100%;
  max-width: 98vw;
}

.walletsettings-add-btn {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
}

.walletsettings-add-btn:hover {
  background-color: #003377 !important;
}

/* .MuiAutocomplete-root .MuiInputBase-root .MuiChip-root {
  background: transparent !important;
  color: var(--secondary-color) !important;
} */

/* .MuiAutocomplete-root .MuiInputBase-root .MuiChip-root span{
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0.15px !important;
  text-transform: uppercase !important;
} */

/* .MuiAutocomplete-root .MuiInputBase-root .MuiChip-root span::after{
  content: ', ' !important;
}

.MuiAutocomplete-root .MuiInputBase-root .MuiChip-root svg{
  display: none !important;
} */


/* .hero-banner {
  max-height: 200px !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.vehicle-img {
  max-width: 110px;
} */

.trip-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.trip-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px;
}

.vehicle-bg {
  width: 100px;
  height: 100px;
  background: var(--chips-blue);
  margin-top: -40px;
  border-radius: 10px;
  display: flex;
  align-content: center;
}

.delivery-pickup-images {
width: 100px;
  height: 100px;
  background: var(--chips-blue);
  /* margin-top: -40px; */
  border-radius: 10px;
  display: flex;
  align-content: center;
}

.trip-banner-img {
  max-height: 200px;
  width: 100%;
}

.trip-vehicle-image {
  width: 100%;
  border-radius: 8px;
  object-fit: contain;
  display: flex;
  align-content: center;
  padding: 6px;
}

.trip-info {
  flex: 1;
  min-width: 200px;
}

.trip-title {
  font-weight: 600;
}

.trip-details {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 4px;
  font-size: 14px;
  color: #666;
}

.trip-detail {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* .trip-status {
  border-color: #f0ad4e !important;
  color: #f0ad4e !important;
  font-weight: 600 !important;
} */

.trip-status-completed {
  border: 1px solid var(--success);
  background: var(--success-chip);
  color: var(--success-color);
  /* color: #f0ad4e !important; */
  font-weight: 600 !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 5px;
  letter-spacing: 0.6px;
}

.trip-status-upcoming {
  border: 1px solid var(--warning-hover-bg-color);
  background: var(--warning-chips-bg);
  color: var(--warning-hover-bg-color);
  /* color: #f0ad4e !important; */
  font-weight: 600 !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 5px;
  letter-spacing: 0.6px;
}

.trip-status-cancel {
  border: 1px solid var(--error-alternative-dark);
  background: var(--custom-error);
  color: var(--error-alternative-dark);
  /* color: #f0ad4e !important; */
  font-weight: 600 !important;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 5px;
  letter-spacing: 0.6px;
}

.detail-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.detail-row .body1 {
  font-size: 14px !important;
}

.detail-row .body1 strong {
  font-weight: 500;
}

.detail-row svg {
  vertical-align: sub !important;
}

.trip-events .MuiTimelineItem-root::before {
  display: none !important;
}

.trip-events .MuiTimelineSeparator-root {
  margin-top: 3px;
}

span.MuiTimelineConnector-root {
  background-color: #4c4e641f !important;
  width: 1px !important;
  /* width: 2px; */
  background-color: #bdbdbd;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ride-verify-start {
  margin-right: 40px;
}

.map-button {
  color: #01579b !important;
  background-color: var(--chips-blue) !important;
  padding: 4px 20px !important;
  border-radius: 18px !important;
  text-transform: none !important;
}

.red-button {
  background-color: var(--error-alternative-dark) !important;
  color: var(--white) !important;
  padding: 5px 10px !important;
}

.step-icon svg {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-top: 3px;
  margin-right: 10px;
}


/* DynamicLoader.css */
/* 
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 196, 15, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-body {
  position: relative;
}

.body {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: speeder 0.4s linear infinite;
}

.body > span {
  height: 5px;
  width: 35px;
  background: #000;
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0;
}

.base span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid #000;
  border-bottom: 6px solid transparent;
}

.base span:before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: -110px;
  top: -16px;
}

.base span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid #000;
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px;
}

.face {
  position: absolute;
  height: 12px;
  width: 20px;
  background: #000;
  border-radius: 20px 20px 0 0;
  transform: rotate(-40deg);
  right: -125px;
  top: -15px;
}

.face:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #000;
  right: 4px;
  top: 7px;
  position: absolute;
  transform: rotate(40deg);
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px;
}

.body > span > span:nth-child(1),
.body > span > span:nth-child(2),
.body > span > span:nth-child(3),
.body > span > span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  animation: fazer1 0.2s linear infinite;
}

.body > span > span:nth-child(2) {
  top: 3px;
  animation: fazer2 0.4s linear infinite;
}

.body > span > span:nth-child(3) {
  top: 1px;
  animation: fazer3 0.4s linear infinite;
  animation-delay: -1s;
}

.body > span > span:nth-child(4) {
  top: 4px;
  animation: fazer4 1s linear infinite;
  animation-delay: -1s;
}

.longfazers {
  position: absolute;
  width: 100%;
  height: 100%;
}

.longfazers span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: #000;
}

.longfazers span:nth-child(1) {
  top: 20%;
  animation: lf 0.6s linear infinite;
  animation-delay: -5s;
}

.longfazers span:nth-child(2) {
  top: 40%;
  animation: lf2 0.8s linear infinite;
  animation-delay: -1s;
}

.longfazers span:nth-child(3) {
  top: 60%;
  animation: lf3 0.6s linear infinite;
}

.longfazers span:nth-child(4) {
  top: 80%;
  animation: lf4 0.5s linear infinite;
  animation-delay: -3s;
}

h1 {
  position: absolute;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  left: 50%;
  top: 58%;
  margin-left: -20px;
} */

.selected-points {
  position: absolute;
  top: 150px;
  right: 50px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}

.points-height {
  text-align: center;
  list-style-type: none;
  padding: 0;
  max-height:200px !important;
  margin-top: 10px;
}

.point-list {
  max-height: 200px !important;
  height: 200px !important;
  overflow-y: auto;
}

.point-item {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 5px 5px;
   border-bottom: 1px solid #ccc;
}

.points-slNo {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background: #d5d5d6;
  vertical-align: middle;
}

.red-color {
  color: var(--error-alternative-dark) !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.step-item {
  padding: 5px 10px;
}

.step-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  color: var(--secondary-alternative-color)
}

.step-item .subtitle1-md {
  color: var(--secondary-alternative-color);
  font-weight: 500 !important;
  font-size: 15px !important;
}

.step-item .body2 {
  color: var(--secondary-alternative-color);
  font-weight: 400 !important;
  font-size: 14px !important;
}

.active-tab {
  background-color: var(--primary-hover-outlined-bg-color) !important;
  color: var(--primary-color) !important;
  font-weight: 600 !important;
}

.active-tab .step-icon, .active-tab .subtitle1-md, .active-tab .body2 {
  color: var(--primary-alternative-color) !important;
}

.multiStepMappingBg {
  background-color: var(--secondary-hover-outlined-bg-color) !important;
  padding: 10px ;
  border-radius: 8px;
}

.multiStepList {
  max-height: 415px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.multiStepMappingBg .primary-color, .multiStepMappingBg .danger-color {
  text-transform: capitalize !important;
}

.multiStepMappingBg .map-button {
  background-color: var(--success-hover-outlined-bg-color) !important;
  color: var(--success-main) !important;
}
.multiStepMappingBg .unmap-button {
  background-color: var(--error-hover-outlined-bg-color) !important;
  color: var(--error-color) !important;
  border-radius: 20px;
  padding: 5px 20px;
}

.multiStepItem {
  background-color: var(--white) !important;
  margin: 8px 3px;
  border-radius: 5px;
}

.MuiBox-root .loader-container {
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(98 98 98 / 80%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

@keyframes fazer1 {
  0% { left: 0; }
  100% { left: -80px; opacity: 0; }
}

@keyframes fazer2 {
  0% { left: 0; }
  100% { left: -100px; opacity: 0; }
}

@keyframes fazer3 {
  0% { left: 0; }
  100% { left: -50px; opacity: 0; }
}

@keyframes fazer4 {
  0% { left: 0; }
  100% { left: -150px; opacity: 0; }
}

@keyframes speeder {
  0% { transform: translate(2px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -3px) rotate(-1deg); }
  20% { transform: translate(-2px, 0px) rotate(1deg); }
  30% { transform: translate(1px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 3px) rotate(-1deg); }
  60% { transform: translate(-1px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-2px, -1px) rotate(1deg); }
  90% { transform: translate(2px, 1px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes lf {
  0% { left: 200%; }
  100% { left: -200%; opacity: 0; }
}

@keyframes lf2 {
  0% { left: 200%; }
  100% { left: -200%; opacity: 0; }
}

@keyframes lf3 {
  0% { left: 200%; }
  100% { left: -100%; opacity: 0; }
}

@keyframes lf4 {
  0% { left: 200%; }
  100% { left: -100%; opacity: 0; }
}


/* Responsive */
@media (max-width: 600px) {
  .trip-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .ride-verify-start {
    margin-right: 0px;
  }
}

.QqNWRbtRrrW8hAI5pp2r {
    background-color: transparent;
  }
  
  .FnutB9k5PhYYlXBzrxR3 {
    padding: 20px; 
    margin-bottom: 24px; 
    margin-top: 10px; 
    border-radius: 2px; 
    box-shadow: transparent; 
  }
  
  .SxADxY2z1TZknX1wm5y2 {
    margin-bottom: 16px; /* theme.spacing(2) */
  }
  
  
  .otLvGHds1auEZGHvQnB3 {
    margin-bottom: 16px; /* theme.spacing(2) */
    cursor: pointer;
  }
  
  .ao7EDAXcYO0BYA_UjCNC th {
    word-break: normal;
    background-color: transparent;
    border-bottom: 1px solid #d5d5d5;
    text-transform: capitalize;
    border-top: 1px solid #d5d5d5;
    position: static;
    padding: 8px 20px 8px 20px;
    color: #000000;
    font-size: larger;
  }
  
  .ao7EDAXcYO0BYA_UjCNC td {
    background-color: white;
    border-bottom: 1px solid #ddd; 
    /* padding: 3px 12px; */
  }
  
  .ouy2lbyoGb7LYHdxKXcR {
    display: flex;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.6;
    z-index: 1000000;
    position: fixed;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  
.z6OV_k_npn2zpXXbMADI th {
    word-break: normal;
    text-transform: capitalize;
    border-top: none;
    position: static;
    padding: 10px 8px;
    font-weight: bold; 
    color: #000000;
    font-size: larger;



}
  
  .z6OV_k_npn2zpXXbMADI td {
          background-color: white;
          border-bottom: 1px solid #d5d5d5;
          font-style: normal;
          text-transform: capitalize;
          padding: 7px;

  }
.QkgbahNxeEjGEAZEIdOu th {
    word-break: normal;
    border-bottom: 1px solid #d5d5d5;
    text-transform: capitalize;
    border-top: none;
    position: static;
    font-weight: bold;
    color: #000000;
    font-size: larger;
}

.QkgbahNxeEjGEAZEIdOu td {
    background-color: white;
    border-bottom: 1px solid #ddd;
    font-style: normal;
    text-transform: capitalize;
    padding: 10px;

}
.wdYBxowIy5FSu7PvoSFf {
  background-color: #071044;
  width: 100%;
}

.OyomfkifObCECNlmzwwD {
  width: 20%;
  margin-left: 20px;
}

.YyQTQnHUJCW9F92zS0hV {
  flex: 3;
  position: relative;
}

.VQjiUZIsIqDd3nA7QtrJ {
  width: 300px;
  height: 420px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.Tor9WYDRy9LVQIT0OqS8 {
  list-style-type: none;
  padding: 0;
  text-align: center;
  max-height: 300px;
  overflow-y: auto;
}

.mZhFhHLs5LmJhbmkH0Jo {
  font-weight: bold;
  color: blue;
}

.uJSvjrMhXxT8mInAJWF6 {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  padding: 10px;
}

/* Update Button */
.yKXISfyRU2t7zhJJqK1r {
  margin-top: 10px;
}

/* Select Container */
.dbVgvyuX1_FZApw_Ab8X {
  margin-top: 10px;
}
.vYEH7TPzVrql6dlapcBA {
  width: '100%';
  padding: 2;
  margin: 10 0;
}

.vQ8b7NKQDYXc8DNgrlkm {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  margin-bottom: 16px;
}

.SYuvTUAGJcfjC3F4uU1w {
  margin-bottom: 16px;
}

.NovoVVeg1gsGYyPzxcdG {
  display: flex;
  flex-direction: row;
  gap: 3;
  margin-bottom: 16px;
}

.mqyvusIfE2irhrSw65w3 {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  margin: 0 10px;
}

.HBQWFfaQCkR2VmhxNj7H {
  display: flex;
  gap: 2;
  margin-top: 16px;
}

.vwgPCnkh1IaS92qLckak {
  padding: 16px;
}

.vwgPCnkh1IaS92qLckak th {
  word-break: normal;
  border-bottom: 1px solid #d5d5d5;
  text-transform: capitalize;
  border-top: none;
  position: static;
  font-weight: bold;
  color: #000000;
  font-size: larger;
}

.vwgPCnkh1IaS92qLckak td {
  background-color: white;
  border-bottom: 1px solid #ddd;
  font-style: normal;
  text-transform: capitalize;
  padding: 10px;

}
.keSkwsFwhbRaF9gqSGhc th {
  word-break: normal;
  text-transform: capitalize;
  border-top: none;
  position: static;
  padding: 8px 16px 8px 20px;
  font-weight: bold;
  color: #000000;
  font-size: larger;
}

.keSkwsFwhbRaF9gqSGhc td {
  background-color: white;
  border-bottom: 1px solid #ddd;
  font-style: normal;
  padding: 10px;
}

.PCpWGHpqzxBSCb48fh4A {
  display: flex;
  width: 100%;
  min-height: 600px;
}

.nAVoLuPOeFX78f4JnEjn {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  margin: 0 10px;
}

.Hg3yf7m22DT8h27GQhW4 {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  margin-bottom: 16px;
}
.HrG1Szv6BMAYQ5ZPCxIT th {
  word-break: normal;
  border-bottom: 1px solid #d5d5d5;
  text-transform: capitalize;
  position: static;
  padding: 8px 16px 8px 20px;
  font-weight: bold;
  color: #000000;
  font-size: larger;

}

.HrG1Szv6BMAYQ5ZPCxIT td {
  background-color: white;
  border-bottom: 1px solid #ddd;
  font-style: normal;
  text-transform: capitalize;
}

.nxkVncK_Mb3ajX7zhwxo {
  display: flex;
  width: 100%;
  min-height: 600px;
}

/*# sourceMappingURL=main.ca7529eb.css.map*/