/* src/styles.scss */
.p-focus:not(.p-disabled),
input:focus,
input:hover,
.p-dropdown:not(.p-disabled):hover,
.p-multiselect:not(.p-disabled):hover {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #4c4d4c !important;
}
.p-dropdown-header,
.p-multiselect-header {
  background: #ffffff !important;
  padding: 10px 15px !important;
}
.p-dropdown-header .p-dropdown-filter.p-inputtext,
.p-dropdown-header .p-multiselect-filter.p-inputtext,
.p-multiselect-header .p-dropdown-filter.p-inputtext,
.p-multiselect-header .p-multiselect-filter.p-inputtext {
  border: 0px !important;
  padding: 5px;
  font-size: 15px;
}
.p-dropdown-header .p-dropdown-filter.p-inputtext:focus,
.p-dropdown-header .p-multiselect-filter.p-inputtext:focus,
.p-multiselect-header .p-dropdown-filter.p-inputtext:focus,
.p-multiselect-header .p-multiselect-filter.p-inputtext:focus {
  outline: none !important;
  box-shadow: none;
}
.p-multiselect-header {
  padding: 10px 20px !important;
}
.p-dropdown-panel,
.p-multiselect-panel {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2509803922) !important;
}
.p-dropdown-items,
.p-multiselect-items {
  font-size: 15px !important;
}
.p-multiselect-label-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 44px;
}
.p-datepicker {
  width: 400px !important;
  height: 360px !important;
}
.p-datepicker .p-datepicker-other-month {
  visibility: hidden !important;
}
body .p-datepicker table td {
  padding: 0.2rem;
}
.lead-dropdown {
  height: 35px;
  min-width: 150px;
}
.lead-dropdown .p-dropdown {
  min-height: initial !important;
  height: 35px;
}
.lead-dropdown .p-dropdown-label {
  padding: 0 0 0 10px;
  display: block;
  line-height: 1.9;
}
.p-component {
  font-family:
    Arial,
    Helvetica,
    sans-serif !important;
  font-size: 0.9rem !important;
}
.p-multiselect-item > .p-checkbox.p-component {
  margin-inline-end: 0.5rem !important;
}
.filter-overlay {
  max-width: 95%;
  display: flex;
  overflow: auto;
  scrollbar-width: none;
}
.filter-overlay::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.stations-control .p-slider-vertical {
  height: 150px !important;
}
.p-drawer-right {
  max-width: 100%;
}
body {
  font-size: 0.9rem;
  margin: 0 auto;
  color: #22162b;
  background-color: #fafbfc;
  line-height: 1.5;
}
.auth-container {
  display: flex;
  flex-direction: column;
}
.auth-logo-container {
  width: 100%;
  text-align: center;
}
.auth-sub-title {
  color: #9e9a9a;
  font-size: 18px;
}
.auth-title {
  font-size: 40px;
  font-weight: 600;
}
.auth-header-container {
  display: flex;
  flex-direction: column;
  margin-block-end: 20px;
}
:root {
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-bold: 700;
  --font-size-display-72: 72px;
  --line-height-display-90: 90px;
  --font-size-display-60: 60px;
  --line-height-display-72: 72px;
  --font-size-display-48: 48px;
  --line-height-display-60: 60px;
  --letter-spacing-display--2: -2%;
  --font-size-display-36: 36px;
  --line-height-display-44: 44px;
  --font-size-display-30: 30px;
  --line-height-display-38: 38px;
  --font-size-display-24: 24px;
  --line-height-display-32: 32px;
  --font-size-text-20: 20px;
  --line-height-text-30: 30px;
  --font-size-text-18: 18px;
  --line-height-text-28: 28px;
  --font-size-text-16: 16px;
  --line-height-text-24: 24px;
  --font-size-text-14: 14px;
  --line-height-text-20: 20px;
  --font-size-text-12: 12px;
  --line-height-text-18: 18px;
  --font-text-xs-regular: normal normal normal var(--font-size-text-12) / var(--line-height-text-18) Inter;
  --font-text-xs-medium: normal normal var(--font-weight-500) var(--font-size-text-12) / var(--line-height-text-18) Inter;
  --font-text-xs-semi-bold: normal normal var(--font-weight-600) var(--font-size-text-12) / var(--line-height-text-18) Inter;
  --font-text-sm-semi-bold: normal normal var(--font-weight-600) var(--font-size-text-14) / var(--line-height-text-20) Inter;
  --font-text-sm-medium: normal normal var(--font-weight-500) var(--font-size-text-14) / var(--line-height-text-20) Inter;
  --font-text-sm-regular: normal normal normal var(--font-size-text-14) / var(--line-height-text-20) Inter;
  --font-text-md-semi-bold: normal normal var(--font-weight-600) var(--font-size-text-16) / var(--line-height-text-24) Inter;
  --font-text-md-regular: normal normal normal var(--font-size-text-16) / var(--line-height-text-24) Inter;
  --font-text-lg-semi-bold: normal normal var(--font-weight-600) var(--font-size-text-18) / var(--line-height-text-28) Inter;
  --font-text-xl-semi-bold: normal normal var(--font-weight-600) var(--font-size-text-20) / var(--line-height-text-30) Inter;
  --font-display-xs-semi-bold: normal normal var(--font-weight-600) var(--font-size-display-24) / var(--line-height-display-32) Inter;
  --spacing-none: 0px;
  --spacing-2: 2px;
  --spacing-3: 3px;
  --spacing-4: 4px;
  --spacing-6: 6px;
  --spacing-8: 8px;
  --spacing-9: 9px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-64: 64px;
  --spacing-80: 80px;
  --spacing-96: 96px;
  --spacing-128: 128px;
  --spacing-160: 160px;
  --radius-none: 0px;
  --radius-2: 2px;
  --radius-4: 4px;
  --radius-6: 6px;
  --radius-8: 8px;
  --radius-12: 12px;
  --radius-xl: 14px;
  --radius-16: 16px;
  --radius-20: 20px;
  --radius-24: 24px;
  --radius-full: 9999px;
  --shadow-xs: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  --shadow-sm: 0px 1px 2px -1px rgba(10, 13, 18, 0.1), 0px 1px 3px 0px rgba(10, 13, 18, 0.1);
  --shadow-md: 0px 2px 4px -2px rgba(10, 13, 18, 0.06), 0px 4px 6px -1px rgba(10, 13, 18, 0.1);
  --shadow-lg:
    0px 2px 2px -1px rgba(10, 13, 18, 0.04),
    0px 4px 6px -2px rgba(10, 13, 18, 0.03),
    0px 12px 16px -4px rgba(10, 13, 18, 0.08);
  --shadow-xl:
    0px 3px 3px -1.5px rgba(10, 13, 18, 0.04),
    0px 8px 8px -4px rgba(10, 13, 18, 0.03),
    0px 20px 24px -4px rgba(10, 13, 18, 0.08);
  --shadow-2xl: 0px 4px 4px -2px rgba(10, 13, 18, 0.04), 0px 24px 48px -12px rgba(10, 13, 18, 0.18);
  --shadow-3xl: 0px 5px 5px -2.5px rgba(10, 13, 18, 0.04), 0px 32px 64px -12px rgba(10, 13, 18, 0.14);
  --shadow-xs-skeuomorphic:
    0 0 0 1px rgba(10, 13, 18, 0.18) inset,
    0 -2px 0 0 rgba(10, 13, 18, 0.05) inset,
    0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
* {
  box-sizing: border-box;
}
body {
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 0.9rem;
  margin: 0 auto;
  color: #000;
  background-color: #fafbfc;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  border: 2px solid #9c9ea5;
  background-color: #9c9ea5;
  border-radius: 30px;
}
::-webkit-scrollbar-track {
  background-color: #e2e2e2;
  border-radius: 30px;
}
sxw-form {
  flex: 1;
  min-height: 0;
}
sxw-form > .form-container {
  height: calc(100% - 30px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
sxw-form .step-content {
  height: 100% !important;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
sxw-form .step-content .content-container {
  height: 100%;
}
sxw-form div.form-buttons {
  padding: 5px 10px !important;
}
.form-container {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .form-container {
    width: 100%;
  }
}
.content {
  background-color: #ffffff;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.content .body-content {
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
  height: 100%;
}
.content .body-content > *:nth-child(2) {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-container {
  position: relative;
  height: 100%;
}
.p-datatable .p-datatable-wrapper {
  height: 100%;
  overflow: visible !important;
}
.view-information-section .title {
  text-transform: uppercase;
  color: #a4abb2;
  font-weight: 100;
  border-block-end: 1px solid #eef2f6;
  margin-block: 30px 25px;
  padding-block-end: 10px;
}
.view-information-section p.label {
  color: rgba(81, 81, 81, 0.768627451);
  font-weight: 200;
}
.view-information-section p.label span.value {
  color: #0a052b;
  padding-inline-start: 5px;
}
@media (max-width: 426px) {
  .listing-page-title {
    margin-inline-start: 0;
  }
}
.p-multiselect {
  max-width: 370px;
}
a.otp-back_btn {
  display: flex;
  cursor: pointer;
  background: transparent;
  color: #22162b;
  font-weight: bold;
  border: 0px;
  box-shadow: none;
  justify-content: end !important;
  width: 100%;
}
.submit-btn {
  width: 100% !important;
}
.disabled {
  background-color: #f9fafb !important;
}
.custom-sub-title {
  font-size: 16px;
}
.p-inputtext:disabled {
  border: none !important;
}
.profile-settings button {
  border-radius: 8px !important;
}
.button-icon-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.horizontal-nav {
  background: #fff;
  padding: 0.5rem;
  box-shadow: 0px 0px 20px 0px #efefef;
  border-radius: 12px;
  display: inline-block;
  width: 100%;
}
.horizontal-nav .nav-item {
  cursor: pointer;
  transition: color 200ms, background-color 200ms;
  background: #fff;
  padding: 0.5rem 1rem;
  color: #000;
  border-radius: 12px;
  display: inline-block;
  font-size: 0.8rem;
}
.horizontal-nav .nav-item:not(:last-of-type) {
  margin-right: 0.25rem;
}
.horizontal-nav .nav-item:hover,
.horizontal-nav .nav-item.active {
  background: #000;
  color: #fff;
}
.horizontal-nav .nav-item.active {
  pointer-events: none;
}
.inputs-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-block: 10px;
  width: 100%;
}
.inputs-row .input-group {
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .inputs-row {
    flex-direction: column;
    width: 100%;
  }
}
.inputs-row .input-group {
  margin: 0px;
}
.input-group {
  margin-block-end: 16px;
  position: relative;
}
.discount-color {
  color: #17b26a !important;
}
.p-container {
  max-width: 1000px;
  margin: 50px auto auto auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-container {
    margin-top: 10px;
    padding-bottom: 100px;
  }
}
.flex-cards-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  container-type: inline-size;
}
.flex-cards-container .single-card {
  width: calc(25% - 10px);
}
@container (max-width: 1280px) {
  .flex-cards-container .single-card {
    width: calc(33.33% - 10px);
  }
}
@container (max-width: 920px) {
  .flex-cards-container .single-card {
    width: calc(50% - 10px);
  }
}
@container (max-width: 640px) {
  .flex-cards-container .single-card {
    width: 100%;
  }
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-even {
  justify-content: space-evenly !important;
}
.justify-content-center {
  justify-content: center;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.p-1 {
  padding: 1rem;
}
.m-0 {
  margin: 0px;
}
.ml-0 {
  margin-inline-start: 0;
}
.mr-0 {
  margin-inline-end: 0;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1rem;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-50 {
  margin-inline-start: 50px;
}
.mx-10px {
  margin-inline: 10px;
}
.mt-50px {
  margin-block-start: 50px;
}
.my-5px {
  margin-block-start: 5px;
  margin-block-end: 5px;
}
.mr-auto {
  margin-inline-end: auto;
}
.ml-auto {
  margin-inline-start: auto;
}
.mr-10 {
  margin-inline-end: 10px;
}
.mx-auto {
  margin-inline: auto;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-20 {
  margin-inline-start: 20px;
}
.mb-5px {
  margin-block-end: 5px;
}
.mt-5px {
  margin-block-start: 5px;
}
.mt-20px {
  margin-block-start: 20px;
}
.mt-30px {
  margin-block-start: 30px;
}
.mb-20px {
  margin-block-end: 20px !important;
}
.mb-30px {
  margin-block-end: 30px !important;
}
.mt-120px {
  margin-block-start: 120px;
}
.mt-10px {
  margin-block-start: 10px;
}
.my-1 {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
}
.my-3 {
  margin-block: 3rem;
}
.mt-40px {
  margin-block-start: 40px !important;
}
.mb-50px {
  margin-block-end: 50px;
}
.p-0 {
  padding: 0px;
}
.space-y-6 {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.flex-row-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.flex-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flex-row-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex-row-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-col-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.flex-col-start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-grow-1 {
  flex-grow: 1;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-2 {
  gap: 2px;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-1-r {
  gap: 1rem;
}
.d-none {
  display: none;
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}
.d-block {
  display: block;
}
.h-full {
  height: 100% !important;
}
.h-5 {
  height: 5rem;
}
.h-10 {
  height: 10rem;
}
.h-15 {
  height: 15rem;
}
.h-20 {
  height: 20rem;
}
.h-30 {
  height: 30rem;
}
.h-44px {
  height: 44px;
}
.w-full {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.success {
  height: max-content;
  color: #50ba3f;
  background-color: rgba(107, 191, 119, 0.33);
  padding-inline: 3px;
  font-size: small;
}
.danger {
  height: max-content;
  color: #ef4444;
  padding-inline: 3px;
  background-color: rgba(191, 143, 107, 0.33);
}
.flex-equal {
  flex: 1;
}
.min-w-0 {
  min-width: 0;
}
.switch-input {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
  width: 50%;
  justify-content: space-between;
}
.sxw-sticky {
  position: sticky;
  top: 0;
}
.sxw-divider {
  width: auto;
  height: 1px;
  background-color: #ececec;
  margin-block: 10px;
}
.text-hint {
  font-size: 0.9em;
  color: #999;
}
.flex-wrap {
  flex-wrap: wrap;
}
.full-width-button {
  display: block;
  width: 100% !important;
}
.full-width-button button {
  justify-content: center;
  width: 100%;
}
.full-width-button button span {
  margin-right: 0.5rem !important;
}
.f-w-700 {
  font-weight: 700;
}
.f-w-800 {
  font-weight: 800;
}
.f-w-900 {
  font-weight: 900;
}
.f-w-normal {
  font-weight: normal;
}
.color-gray {
  color: #646464;
}
.color-mirage {
  color: #22162b;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.text-align-start {
  text-align: start;
}
.text-align-center {
  text-align: center;
}
.text-align-end {
  text-align: end;
}
.margin-start-60px {
  margin-inline-start: 60px;
}
.ml-30 {
  margin-left: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.fs-20 {
  font-size: 20px;
}
.image-container {
  border-radius: 100%;
  width: 90px;
  height: 90px;
}
.input-2-col {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.input-2-col .input-group {
  flex-grow: 1;
  flex-basis: 47%;
  width: 47%;
}
.input-2-col .input-group label {
  display: block;
  margin-block-end: 7px;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.pointer-events-null {
  pointer-events: none;
}
.hint {
  font-size: 12px;
  font-weight: bold;
  color: #7c7c7c;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.link-main {
  color: #2563eb;
  cursor: pointer;
}
.link-main:hover {
  text-decoration: underline;
}
.text-gray-600 {
  color: #4b5563;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.flex-grow {
  flex-grow: 1;
}
.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0.75rem;
}
.w-1\/2 {
  width: 50%;
}
.w-6 {
  width: 1.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-11 {
  width: 2.75rem;
}
.w-32 {
  width: 8rem;
}
.w-auto {
  width: auto;
}
.h-2 {
  height: 0.5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-11 {
  height: 2.75rem;
}
.tw-h-5 {
  height: 1.25rem;
}
.tw-h-10 {
  height: 2.5rem;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.z-20 {
  z-index: 20;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.uppercase {
  text-transform: uppercase;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-gray-900 {
  color: rgb(17, 24, 39);
}
.text-gray-800 {
  color: rgb(31, 41, 55);
}
.text-gray-700 {
  color: rgb(55, 65, 81);
}
.text-gray-600 {
  color: rgb(75, 85, 99);
}
.text-gray-500 {
  color: rgb(107, 114, 128);
}
.text-gray-400 {
  color: rgb(156, 163, 175);
}
.text-blue-600 {
  color: rgb(37, 99, 235);
}
.text-blue-800 {
  color: rgb(30, 64, 175);
}
.bg-white {
  background-color: #fff;
}
.bg-gray-50 {
  background-color: rgb(249, 250, 251);
}
.bg-gray-200 {
  background-color: rgb(229, 231, 235);
}
.bg-blue-50 {
  background-color: #eff6ff;
}
.bg-green-600 {
  background-color: rgb(22, 163, 74);
}
.bg-blue-100 {
  background-color: #dbeafe;
}
.bg-blue-600 {
  background-color: rgb(37, 99, 235);
}
.hover\:bg-gray-50:hover {
  background-color: rgb(249, 250, 251);
}
.hover\:bg-gray-800:hover {
  background-color: rgb(31, 41, 55);
}
.hover\:text-blue-600:hover {
  color: rgb(37, 99, 235);
}
.border {
  border-width: 1px;
  border-style: solid;
  border-color: #ecedf0;
}
.border-s {
  border: 0 solid;
}
.border-2 {
  border-width: 2px;
  border-style: solid;
  border-color: #ecedf0;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229, 231, 235, var(--tw-border-opacity, 1));
}
.border-gray-300 {
  border-color: rgb(209, 213, 219);
}
.hover\:border-gray-400:hover {
  border-color: rgb(156, 163, 175);
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.border-r-0 {
  border-right-width: 0;
}
.border-dashed {
  border-style: dashed;
}
.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.transition-all {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-opacity {
  transition-property: opacity;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.duration-1000 {
  transition-duration: 1s;
}
.brightness-90 {
  filter: brightness(0.9);
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.focus\:outline-none:focus {
  outline: 0;
}
.focus\:ring-2:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.focus\:ring-black:focus {
  box-shadow: 0 0 0 2px rgb(0, 0, 0);
}
.placeholder-gray-500::placeholder {
  color: #6b7280;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.max-w-xl {
  max-width: 36rem;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.translate-x-5 {
  transform: translateX(1.25rem);
}
.black-button {
  background-color: #000;
  color: #fff;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.black-button:hover {
  background-color: #374151;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
@media (min-width: 640px) {
  .sm\:p-10 {
    padding: 2.5rem;
  }
}
@media (min-width: 640px) {
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .lg\:w-1\/2 {
    width: 50%;
  }
}
input.peer:checked + .peer-checked\:bg-black {
  background-color: #000;
}
input.peer:checked + div .peer-checked\:translate-x-5 {
  transform: translateX(1.25rem);
}
.h-8 {
  height: 2rem;
}
.m-0 {
  margin: 0;
}
.border-yellow-200 {
  border-color: rgb(254, 240, 138);
}
.bg-pink {
  background-color: #fefce8;
}
.input-theme .readonly .p-dropdown {
  background-color: rgba(0, 0, 0, 0.1607843137);
  color: #0a052b;
  opacity: 1;
}
.input-theme .readonly .p-dropdown .p-dropdown-trigger {
  display: none;
}
.p-multiselect-filter-container {
  display: flex;
  order: 1;
}
.p-multiselect-close {
  order: 2;
}
.p-multiselect-token-icon {
  margin-inline-start: 5px !important;
}
.p-multiselect-label-container {
  padding-right: 0 !important;
  padding-inline-end: 1.75rem !important;
}
.header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header sxw-page-title .path {
  margin-top: 0;
}
.search-dropdown-icon > div {
  position: relative;
}
.search-dropdown-icon > div::before {
  z-index: 10;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  inset-inline-start: 15px;
  transform: translateY(-50%);
}
.search-dropdown-icon p-multiselect .p-multiselect-label {
  padding-inline-start: 3.2rem !important;
}
.search-dropdown-icon span.p-dropdown-label.p-inputtext {
  padding-inline-start: 3.2rem;
}
.search-passengers > div::before {
  content: url(/public/images/icons/businessman.svg#businessman);
}
.search-trip-type-icon > div::before {
  content: url(/public/images/icons/switch.svg#businessman);
  transform: translateY(-50%) rotate(90deg);
}
.search-vogo-address-icon {
  position: relative;
}
.search-vogo-address-icon::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 15px;
  position: absolute;
  z-index: 10;
}
.search-vogo-address-icon.blue::before {
  border: 6px solid blue;
  border-radius: 50%;
}
.search-vogo-address-icon.green::before {
  border: 6px solid #41beb2;
  border-radius: 6px;
}
.search-vogo-address-icon::before {
  width: 10px;
  height: 10px;
  background-color: white;
}
.search-vogo-address-icon .p-inputtext {
  padding-inline-start: 3.2rem;
}
.no-border input,
.no-border .p-dropdown,
.no-border .p-multiselect {
  border: 0px;
}
.no-border input:hover,
.no-border input:focus,
.no-border .p-dropdown:hover,
.no-border .p-dropdown:focus,
.no-border .p-multiselect:hover,
.no-border .p-multiselect:focus {
  border: 0px !important;
}
.date-calendar-icon-position {
  position: absolute;
  inset-block-start: 34px;
  inset-inline-start: 10px;
  z-index: 1;
}
.time-calendar-icon-position {
  position: absolute;
  z-index: 1;
  inset-block-start: 35px;
  inset-inline-start: 53.4%;
}
.sxw-two-column-date-picker-theme {
  display: grid;
  grid-template-columns: 50% 49%;
  gap: 5px;
}
.sxw-two-column-date-picker-theme .p-inputtext,
.sxw-two-column-date-picker-theme .p-dropdown,
.sxw-two-column-date-picker-theme .p-multiselect {
  border-radius: 4px !important;
  padding-inline-start: 20px;
}
.sxw-two-column-date-picker-theme .p-inputtext .p-dropdown-trigger,
.sxw-two-column-date-picker-theme .p-dropdown .p-dropdown-trigger,
.sxw-two-column-date-picker-theme .p-multiselect .p-dropdown-trigger {
  display: none;
}
.sxw-two-column-date-picker-theme .p-calendar input {
  padding-inline-start: 40px;
}
.sxw-two-column-date-picker-theme .time-picker-container {
  position: relative;
}
.sxw-two-column-date-picker-theme .time-picker-container .time-picker-label {
  position: absolute;
  top: initial;
  left: initial;
  inset-block-start: -25px;
  inset-inline-end: 3px;
  color: #212121;
  font-weight: 600;
  font-size: 15px;
}
.input-theme input,
.input-theme textarea,
.input-theme .p-dropdown,
.input-theme .p-multiselect {
  background-color: #f8f8f8 !important;
  border: 5pt !important;
  font-size: 15px !important;
  font-weight: normal;
}
.input-theme input.p-multiselect-chip .p-multiselect-token,
.input-theme textarea.p-multiselect-chip .p-multiselect-token,
.input-theme .p-dropdown.p-multiselect-chip .p-multiselect-token,
.input-theme .p-multiselect.p-multiselect-chip .p-multiselect-token {
  color: inherit;
  background-color: #eff6ff;
  border-radius: 5pt;
}
.input-theme input:hover,
.input-theme input:focus,
.input-theme textarea:hover,
.input-theme textarea:focus,
.input-theme .p-dropdown:hover,
.input-theme .p-dropdown:focus,
.input-theme .p-multiselect:hover,
.input-theme .p-multiselect:focus {
  border: 0px !important;
}
.input-theme input:disabled,
.input-theme input.p-disabled,
.input-theme input[readonly],
.input-theme textarea:disabled,
.input-theme textarea.p-disabled,
.input-theme textarea[readonly],
.input-theme .p-dropdown:disabled,
.input-theme .p-dropdown.p-disabled,
.input-theme .p-dropdown[readonly],
.input-theme .p-multiselect:disabled,
.input-theme .p-multiselect.p-disabled,
.input-theme .p-multiselect[readonly] {
  background-color: rgba(0, 0, 0, 0.1607843137) !important;
  color: #0a052b;
  opacity: 1;
}
.input-theme input::placeholder,
.input-theme textarea::placeholder,
.input-theme .p-dropdown::placeholder,
.input-theme .p-multiselect::placeholder {
  color: #a8a8a8;
}
.input-theme.search-input-theme input,
.input-theme.search-input-theme input:hover,
.input-theme.search-input-theme input:focus {
  border-radius: 20px;
  border: 1px #e9ebef solid !important;
  padding-inline-start: 20px;
}
.input-theme .switch-input .switch-ball {
  height: 16px !important;
  width: 16px !important;
}
.input-theme .switch-input.active {
  background-color: #0a052b !important;
  border: 1px solid #0a052b !important;
}
.input-theme .switch-input.active .switch-ball {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.rtl-theme {
  direction: rtl;
}
.rtl-theme .custom-theme .p-input-icon-right > .p-icon-wrapper,
.rtl-theme .custom-theme .p-input-icon-right > i:last-of-type {
  right: unset;
  left: 10px !important;
}
.vogo-date .p-calendar input {
  padding-inline-start: 50px;
}
.calendar-icon-position {
  position: absolute;
  z-index: 1;
  inset-block-start: 10.4px;
  inset-inline-start: 15px;
  cursor: pointer;
}
.outlined-back-button {
  min-width: 200px;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
.outlined-back-button:hover {
  background-color: #f3f4f6;
}
.outlined-back-button::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/images/icons/arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.outlined-clear-button {
  min-width: 100px;
  background-color: transparent;
  color: #000;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
.outlined-clear-button:hover {
  background-color: rgb(249, 250, 251);
}
.btn.red-background button {
  background-color: #e54f6d;
  color: #fff;
}
.btn.red-background button:hover {
  background-color: #e54f6d !important;
  color: #fff !important;
}
.btn.red-text button {
  color: #e54f6d;
}
.btn button {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20pt;
  font-size: 15px;
  background-color: #f2f4f9;
  padding-block-start: 10px;
  padding-block-end: 10px;
  color: #22162b;
  border-color: #f2f4f9;
  font-weight: 600;
}
.btn button:enabled:hover {
  background-color: #f2f4f9;
  border-color: #f2f4f9;
  color: #22162b;
}
.btn button sxw-svg-icon {
  margin-inline-end: 8px;
}
.btn.fit-content {
  display: block !important;
  width: fit-content !important;
}
.btn.b-radius button {
  border-radius: 14pt !important;
}
.btn.primary button {
  background-color: #0a052b;
  color: #fff;
  font-weight: 600;
  fill: #fff;
}
.btn.primary button:enabled:hover {
  background: #0a052b;
  color: #ffffff;
  border-color: #0a052b;
}
.btn.primary button sxw-svg-icon {
  margin-inline-end: 8px;
}
.btn.primary button span {
  font-size: 16px;
}
.btn.otp-style button:disabled {
  color: #a8a8a8;
}
.btn.no-icon-margin button sxw-svg-icon {
  margin-inline-end: 0px;
}
.btn.icon-only button {
  background-color: transparent;
  border: 0;
}
.btn.icon-only button:enabled:hover,
.btn.icon-only button:enabled:focus,
.btn.icon-only button:enabled:active {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.btn.icon-only button svg {
  width: 20px;
  height: 20px;
}
.btn.no-icon-margin button sxw-svg-icon {
  margin-inline-end: 0px;
}
.btn.pink button {
  background-color: #e54f6d;
  color: #fff;
  font-weight: 600;
  fill: #fff;
}
.btn.pink button:enabled:hover {
  background: #e54f6d;
  color: #ffffff;
  border-color: #e54f6d;
}
.p-button.btn-full-width {
  width: 100%;
}
.p-checkbox .p-checkbox-box.p-highlight,
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #22162b !important;
  border-color: #22162b !important;
}
a {
  text-decoration: none;
  color: #22162b;
}
a.back_btn,
a.p-button,
a.p-button:focus,
a.p-button:enabled:active,
a.p-button:enabled:hover {
  background: transparent;
  color: #22162b;
  font-weight: bold;
  border: 0px;
  box-shadow: none;
  justify-content: center;
  width: 100%;
}
.p-checkbox-label {
  margin-inline-start: 0.5rem;
}
.progress-loading {
  position: fixed !important;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 0.35rem !important;
}
#spinner {
  width: 100%;
  top: 0px !important;
}
.error {
  margin-block-end: 10px;
  margin-block-start: 5px;
}
.error__msg {
  color: #b51313;
  font-weight: 500;
}
.form-header {
  margin-block-end: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0a052b;
}
.large.no-padding .path {
  padding: 0px;
}
.large h3 {
  font-size: 35px;
  text-transform: capitalize;
}
.filter-body .p-inputtext,
.filter-body .p-dropdown-items {
  font-size: 15px !important;
}
.filter-footer button {
  background-color: #22162b !important;
  border: 1px solid #22162b !important;
  margin-right: 8px !important;
}
.passenger-theme .p-datatable .p-datatable-thead > tr > th .header-cell {
  justify-content: flex-start !important;
}
.passenger-theme .p-datatable .p-datatable-thead > tr > th .header-cell:last-child {
  justify-content: flex-end !important;
}
.three-dots {
  background-color: #0a052b;
  width: 50px;
  height: 40px;
  display: block;
  content: "";
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}
.sxw-theme .upload__action .full-width .image .icon {
  top: 61%;
  right: 0;
}
.pac-container {
  z-index: 1150;
}
.p-component-overlay {
  z-index: 10;
}
.sidebar .p-sidebar {
  z-index: 20;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
  margin-inline-end: 0.5rem !important;
}
.p-input-icon-right > .p-inputtext {
  padding-right: 15px !important;
  padding-inline-end: 2.5rem !important;
}
sxw-list-cards > .container > .centered > .cards-container {
  align-self: auto !important;
  width: auto !important;
}
sxw-list-cards > .container > .centered > .cards-container .monitor-journey-card-accordion .accordion-header {
  border: 0 !important;
  margin-bottom: 0 !important;
}
sxw-list-cards > .container > .centered > .cards-container .monitor-journey-card-accordion .accordion-header .accordion-label {
  width: 100%;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  border-bottom: initial !important;
  background-color: #f8f8f8 !important;
}
.p-accordion .p-accordion-content {
  padding-block-start: 0px;
  background-color: #f8f8f8 !important;
}
.no-padding .p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding: 0px;
}
.p-image-mask {
  z-index: 10000 !important;
}
.form-container.no-overflow {
  overflow-x: initial;
}
.sxw-two-column-date-picker-theme .time-picker-container .time-picker-label {
  inset-block-start: -25px;
  inset-inline-start: 3px;
}
.route-slider .p-slider-handle {
  background-size: contain !important;
  border: none !important;
  border-radius: 0 !important;
  width: 20px !important;
  height: 20px !important;
  left: 45% !important;
  background-repeat: no-repeat !important;
}
.route-slider .p-slider-handle:nth-of-type(2) {
  background-image: url(/public/images/icons/end_point.svg#end_point) !important;
}
.route-slider .p-slider-handle:nth-of-type(3) {
  background-image: url(/public/images/icons/start_point.svg#start_point) !important;
}
.route-slider .p-slider-handle:hover {
  background-color: transparent !important;
}
.mobile-input-theme-combined .mobile-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mobile-input-theme-combined .code-container {
  margin-left: 0.25rem;
}
.mobile-input-theme-combined .input-container {
  flex: 1;
}
.sxw-galleria-theme .p-galleria .p-galleria-nav-button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4078431373);
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  top: 40%;
}
.sxw-galleria-theme .p-galleria .p-galleria-nav-button .p-iconwrapper {
  width: 15px;
}
.sxw-galleria-theme .p-galleria .p-galleria-nav-button:hover {
  background-color: rgba(0, 0, 0, 0.5019607843);
}
.p-dialog-mask {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.address-input-theme {
  width: 100%;
}
.address-input-theme .full-width-input {
  border: 1px solid #d5d7da;
  border-radius: 8px;
  width: 100%;
  line-height: 1.25rem;
  padding: 0.5rem 0.75rem;
  height: 2.5rem;
  display: flex;
  font-size: 15px;
  font-weight: normal;
}
.address-input-theme .full-width-input:disabled,
.address-input-theme .full-width-input.p-disabled,
.address-input-theme .full-width-input[readonly] {
  background-color: rgba(0, 0, 0, 0.1607843137) !important;
  color: #0a052b;
  opacity: 1;
}
.filters-dialog .p-drawer-content {
  padding-bottom: 0;
}
.payment-method-radio {
  display: flex;
  gap: 10px;
  align-items: center;
}
.full-width-input,
.full-width-input input,
.full-width-input textarea,
.full-width-input select,
.full-width-input .p-inputnumber {
  width: 100%;
}
input.invalid-input,
select.invalid-input,
textarea.invalid-input,
.invalid-input input,
.invalid-input .p-dropdown,
.invalid-input .p-multiselect {
  border: 1px solid red !important;
}
.svg-icon > svg {
  width: 100%;
  height: 100%;
  display: block;
}
sxw-form div.form-buttons button.b-reverse::before {
  content: "\e932" !important;
}
sxw-form div.form-buttons button.n-reverse::after {
  content: "\e931" !important;
  right: unset;
  left: 5px;
}
sxw-form div.form-buttons button {
  background-color: #41beb2;
  border: none;
  border-radius: 20px;
  margin-right: 20px;
  position: relative;
  height: 37px;
  width: 85px;
}
sxw-form div.form-buttons button.submit-button:enabled:hover {
  background: #41beb2;
}
.p-dialog .footer {
  flex-direction: row-reverse !important;
  justify-content: flex-start !important;
  gap: 15px;
  margin-left: 20px;
}
.vogo-toast-info {
  background-color: #4d4ba8 !important;
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
