/* Common Styles */
:root {
  --color-primary-800: #0c276e;
  --color-primary-800-rgb: 12, 39, 110;
  --color-primary-500: #00ccff;
  --color-primary-500-rgb: 0, 204, 255;
  --color-secondary-500: #00ccff;
  --color-secondary-500-rgb: 0, 204, 255;
  --color-error: #ff3d00;
  --color-error-rgb: 255, 61, 0;
  --color-warning: #ff8256;
  --color-success: #7cb342;
  --color-info: #707070;
  --color-surface-app: #f3f7f9;
  --color-surface: #ffffff;
  --color-surface-muted: #f5f5f5;
  --color-text-primary: rgba(0, 0, 0, 0.87);
  --color-text-secondary: rgba(0, 0, 0, 0.5);
  --color-text-disabled: rgba(0, 0, 0, 0.38);
  --color-white: #ffffff;
  --color-black: #212121;
  --color-primary-800-a00: rgba(var(--color-primary-800-rgb), 0);
  --color-primary-800-a02: rgba(var(--color-primary-800-rgb), 0.02);
  --color-primary-800-a03: rgba(var(--color-primary-800-rgb), 0.03);
  --color-primary-800-a04: rgba(var(--color-primary-800-rgb), 0.04);
  --color-primary-800-a05: rgba(var(--color-primary-800-rgb), 0.05);
  --color-primary-800-a08: rgba(var(--color-primary-800-rgb), 0.08);
  --color-primary-800-a10: rgba(var(--color-primary-800-rgb), 0.1);
  --color-primary-800-a12: rgba(var(--color-primary-800-rgb), 0.12);
  --color-primary-800-a18: rgba(var(--color-primary-800-rgb), 0.18);
  --color-primary-800-a20: rgba(var(--color-primary-800-rgb), 0.2);
  --color-primary-800-a24: rgba(var(--color-primary-800-rgb), 0.24);
  --color-primary-800-a25: rgba(var(--color-primary-800-rgb), 0.25);
  --color-primary-800-a26: rgba(var(--color-primary-800-rgb), 0.26);
  --color-primary-800-a28: rgba(var(--color-primary-800-rgb), 0.28);
  --color-primary-800-a30: rgba(var(--color-primary-800-rgb), 0.3);
  --color-primary-800-a32: rgba(var(--color-primary-800-rgb), 0.32);
  --color-primary-800-a45: rgba(var(--color-primary-800-rgb), 0.45);
  --color-primary-800-a72: rgba(var(--color-primary-800-rgb), 0.72);
  --color-primary-800-a78: rgba(var(--color-primary-800-rgb), 0.78);
  --color-primary-500-a00: rgba(var(--color-primary-500-rgb), 0);
  --color-primary-500-a18: rgba(var(--color-primary-500-rgb), 0.18);
  --color-primary-500-a34: rgba(var(--color-primary-500-rgb), 0.34);
  --color-primary-500-a64: rgba(var(--color-primary-500-rgb), 0.64);
  --color-error-a100: rgba(var(--color-error-rgb), 1);

  --Primary-800: var(--color-primary-800);
  --Primary-500: var(--color-primary-500);
  --Secondary-500: var(--color-secondary-500);
  --Error: var(--color-error);
  --Surface: var(--color-surface);
  --Surface-App: var(--color-surface-app);
  --On-Surface-High-Emphasis: var(--color-text-primary);
  --On-Surface-Medium-Emphasis: var(--color-text-secondary);
  --On-Surface-Disabled: var(--color-text-disabled);
}

a {
  color: var(--color-primary-500);
  text-decoration: none;
}

.MuiSelect-icon {
  width: 8px !important;
  height: 5px !important;
  right: 14px !important;
  top: calc(50% - 2.5px) !important;
  color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 8px 5px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.90573 4.3L0.305725 1.7C-0.0109418 1.38333 -0.0816084 1.021 0.093725 0.613C0.268392 0.204333 0.580725 0 1.03073 0H6.18072C6.63072 0 6.94306 0.204333 7.11772 0.613C7.29306 1.021 7.22239 1.38333 6.90573 1.7L4.30572 4.3C4.20572 4.4 4.09739 4.475 3.98073 4.525C3.86406 4.575 3.73906 4.6 3.60573 4.6C3.47239 4.6 3.34739 4.575 3.23073 4.525C3.11406 4.475 3.00573 4.4 2.90573 4.3Z' fill='black' fill-opacity='0.5'/%3E%3C/svg%3E") !important;
}

.MuiSelect-icon path {
  display: none !important;
}

[aria-labelledby="notificationtype-types"] .Mui-selected,
[aria-labelledby="filter_type"] .Mui-selected {
  background-color: rgb(217, 217, 217) !important;
}

.ff_r {
  font-family: "Inter" !important;
}

/* Aufgabenplanung css */

.dnd_ntfOnHoverParent ._content {
  display: flex;
  align-items: center;
  color: var(--Primary-500, var(--color-primary-500));
  font-feature-settings: "liga" off, "clig" off;

  /* Subtitle 2 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.dnd_groupButton_active_c path,
.dnd_groupButton_active_d path {
  fill: white !important;
}

.dnd_groupButton_c path,
.dnd_groupButton_d path {
  fill: #0f3f51 !important;
}

.dnd_viewmode {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.dndlist {
  min-height: 100px !important;
  max-height: 345px !important;
  overflow-y: auto !important;
  /* padding: 8px !important; */
  border-radius: 8px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  transition: "background 0.2s ease" !important;
}

.dnd_plannar_wrapper_focused .dndlist {
  max-height: none !important;
  overflow-y: visible !important;
}

#dndlist::-webkit-scrollbar-thumb {
  border-radius: 3px !important;
  -webkit-box-shadow: inset 0 0 6px #b1b1b1 !important;
  background-color: #b1b1b1 !important;
}

#dndlist::-webkit-scrollbar {
  width: 6px !important; /* width of the entire scrollbar */
}

#dndlist::-webkit-scrollbar {
  height: 3px !important;
}

#dndlist::-webkit-scrollbar-track {
  background: transparent !important; /* color of the tracking area */
}

.dnd_Filters,
.dnd_Filters .MuiGrid-item,
.dnd_Filters .MuiGrid-roots,
.dnd_Filters .MuiFormControl-root,
.dnd_Filters_dialog,
.dnd_Filters_dialog .MuiGrid-item,
.dnd_Filters_dialog .MuiGrid-roots,
.dnd_Filters_dialog .MuiFormControl-root {
  width: 100% !important;
}

.dnd_Filters .MuiInputBase-root {
  /* width: 276px; */
  width: 100% !important;
}

.dnd_plannar_wrapper .MuiPaper-elevation {
  box-shadow: none !important;
}

.dnd_plannar_wrapper .MuiAccordionSummary-content {
  align-items: center;
  margin-right: 16px;
}

.dnd_plannar_wrapper .MuiAccordionDetails-root {
  padding: 0px !important;
}

.dnd_plannar_wrapper .MuiAccordionSummary-root {
  padding: 0px !important;
}

.dndn_planner_placeholder {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a8;
  font-size: 0.875rem;
  flex-direction: column;
  border-radius: 8px;
  border-style: dashed !important;
}

.dndn_planner_unassigned {
  color: var(--On-Surface-High-Emphasis, var(--color-text-primary));
  font-feature-settings: "liga" off, "clig" off;

  /* Headline 1 */
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: 0.15px;
}

.dnd_planner_title {
  color: var(--Primary-500, var(--color-primary-500));
  font-feature-settings: "liga" off, "clig" off;

  /* Headline 2 */
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.15px;
}

.dnd_planner_counting {
  color: var(--On-Surface-Medium-Emphasis, var(--color-text-secondary));
  text-align: right;
  font-feature-settings: "liga" off, "clig" off;

  /* Caption */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.4px;
  margin-left: auto;
}

/* .unassignedMenuList {
  height: 200px !important;
  overflow-y: scroll !important;
} */

.unassignedMenuList ._menuItem ._title {
  color: var(--On-Surface-High-Emphasis, var(--color-text-primary));
  font-feature-settings: "liga" off, "clig" off;

  /* Body 1 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.5px;
}

.unassignedMenuList ._menuItem ._desc {
  color: var(--On-Surface-Medium-Emphasis, var(--color-text-secondary));
  font-feature-settings: "liga" off, "clig" off;

  /* Caption */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.4px;
}

.unassignedMenuList ._addNewNotification {
  padding: 10px;
  align-items: center;
  vertical-align: middle;
  display: flex;
}

.unassignedMenuList ._addNewNotification span {
  margin-left: 5px;
  color: var(--On-Surface-High-Emphasis, var(--color-text-primary));
  font-feature-settings: "liga" off, "clig" off;

  /* Body 1 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.5px;
}

.dndn_planner_placeholder ._content {
  display: flex;
  color: var(--On-Surface-Disabled, rgba(0, 0, 0, 0.38));
  font-feature-settings: "liga" off, "clig" off;

  /* Subtitle 2 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.1px;
}

.dndn_planner_placeholder ._content div {
  margin-left: 5px;
  cursor: pointer;
  align-items: center;
  display: flex;
  color: var(--Primary-500, var(--color-primary-500));
  font-feature-settings: "liga" off, "clig" off;

  /* Subtitle 2 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1px;
}

.uiV1 .ckeckboxLabel {
  margin: 28px 0px 21px 0px;
}

.uiV1 .ckeckboxLabel .title {
  color: var(--On-Surface-High-Emphasis, var(--color-text-primary));
  font-feature-settings: "liga" off, "clig" off;

  /* Body 1 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.5px;
  padding-top: 2%;
}

.uiV1 .ckeckboxLabel .areaName {
  color: #ed6f26;
  font-feature-settings: "liga" off, "clig" off;

  /* Caption */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.4px;

  span {
    color: var(--color-primary-500);
  }
}

.uiV1 .ckeckboxLabel .desc {
  color: var(--On-Surface-Medium-Emphasis, var(--color-text-secondary));
  font-feature-settings: "liga" off, "clig" off;

  /* Caption */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.4px;
}

.eqShifts .table .MuiPaper-root {
  box-shadow: none !important;
}

.eqShifts .title,
.eqShifts .table .title {
  color: var(--On-Surface-Medium-Emphasis, var(--color-text-secondary));
  font-feature-settings: "liga" off, "clig" off;

  /* Headline 3 */
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.15px;
  text-transform: uppercase;
}

.shiftsWrapper {
  height: auto;
  max-height: 25%;
  overflow-y: auto;
}

.eqShifts .checkboxTitle {
  color: var(--On-Surface-High-Emphasis, var(--color-text-primary));
  font-feature-settings: "liga" off, "clig" off;

  /* Body 1 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.5px;
  margin-left: -1%;
  margin-right: 3%;
}

.KPI_Card_Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.KPI_Visibility_Container {
  position: relative;
  transition: all 0.3s ease;
  /* padding: 5px; */
  border: 1px solid transparent;
  display: flex !important;
}

.KPI_Visibility_Container:hover {
  border: 6px solid #f4f4f4; /* Light green border as per screenshot */
  border-radius: 8px;
  background-color: #f4f4f4;
}

.KPI_Hide_Action {
  position: absolute;
  top: -18px;
  right: 0px;
  display: none;
  z-index: 100;
}

.KPI_Visibility_Container:hover .KPI_Hide_Action {
  display: block;
}

.hide_btn_teal {
  background-color: var(--color-primary-800) !important;
  color: white !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.hide_btn_teal:hover {
  background-color: #0a2d3a !important;
}

.cms_account_setting_tab_content_button {
  position: relative;
  font-size: 14px;
  letter-spacing: 1.25px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Inter;
  color: var(--color-primary-800);
  text-align: left;
}

.KPI_Card_Wrapper span {
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0;
  cursor: pointer;
}

.KPI_Card {
  position: relative;
  margin: 5px 0;
  /* width: 276px !important; */
  width: 100% !important;
  min-height: 110px !important;
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;

  background-color: #f7f7f9 !important;
  box-shadow: none !important;
  overflow: hidden;

  .numeric {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 0 16px;
  }

  .numeric .first {
    color: var(--color-text-primary);
    font-feature-settings: "liga" off, "clig" off;

    /* Display 2 */
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 44.8px */
    letter-spacing: 0.15px;
    white-space: nowrap;
  }

  .numeric .second {
    color: var(--On-Surface-Medium-Emphasis, var(--color-text-secondary));
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;

    /* Headline 5 */
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.15px;

    display: flex;
    align-items: center;
    margin-left: 0 !important;
    padding-top: 12px;
    white-space: nowrap;
  }

  ._text {
    color: var(--color-text-primary);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;

    /* Body 2 Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.25px;
    width: 100%;
  }

  .description {
    color: var(--color-text-secondary);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;

    /* Caption */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.4px;
    width: 100%;
  }
}

.superCard {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 86%;

  .cardHeader {
    display: flex;
    justify-content: space-between;
  }
  .logo {
    width: 150px;
  }

  .MuiDivider-root {
    margin-top: 10px;
  }

  .container {
    margin-top: 10px;
  }

  .table {
    overflow-x: scroll;
  }
}

/* .hallo {
  display: block;
  width: 100% !important;
  min-height: 135px;
}

.hallo:has(> :nth-child(4):last-child) {
  min-height: 400px !important;
} */

.MuiPickersLayout-contentWrapper {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}

._247FactoryNet-machineCardItem .contentWrapper .content .description {
  font-size: 12px !important;
}

.costsSection .MuiFormLabel-root,
.clndr-label {
  color: #00000080 !important;
}

.newFields .MuiFormLabel-root {
  color: #00000080 !important;
}

.cms_account_setting_tab_content_title {
  font-size: 18px;
  letter-spacing: 0.15px;
  line-height: 140%;
  font-weight: 500;
  font-family: "Bai Jamjuree";
  color: var(--color-text-primary);
  text-align: left;
}

.cms_account_setting_tab_content_description {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 160%;
  font-family: Inter;
  color: var(--color-text-secondary);
  text-align: left;
}

.dropzone {
  width: 870px;
  height: 200px;
  text-align: center;
  position: relative;

  background: linear-gradient(90deg, #d0d3d4 50%, transparent 50%),
    linear-gradient(90deg, #d0d3d4 50%, transparent 50%),
    linear-gradient(0deg, #d0d3d4 50%, transparent 50%),
    linear-gradient(0deg, #d0d3d4 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 0px, 15px 0px, 0px 15px, 0px 15px;
  background-position: 0px 0px, 200px 291px, 0px 100px, 871px 0px;
  /* animation: border-dance 4s infinite linear; */

  background-color: #ecf0f1;

  .svg {
    margin-bottom: 10px;
    margin-top: 50px;
  }

  .title {
    font-family: "Bai Jamjuree";
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    color: var(--color-primary-800);
  }

  input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}

/* 
@keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 291px, 0px 150px, 871px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 291px, 0px 0px, 871px 150px;
  }
} */
/* 
#uppy {
  width: 867px;
  height: 293px;
}
.uppy-Dashboard-inner {
  width: 100% !important;
  height: 100% !important;
} */

.safty_notice {
  border: 2px solid #ed6f26;
  border-radius: 4px;
}

.safty_notice ._header {
  padding: 14px;
  display: flex;
}

.safty_notice ._header ._text {
  margin-left: 8px;
  color: #ed6f26;

  /* Headline 4 */
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.15px;
}

.safty_notice ._content {
  color: var(--On-Surface-High-Emphasis, var(--color-text-primary));
  font-feature-settings: "liga" off, "clig" off;

  /* Body 2 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.25px;
  margin: 0px 0px 14px 14px;
}

.notizen_textarea {
  margin-bottom: 10px !important;
}

.ellipsis {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mo_copilot {
  border: 1px solid white;
  border-radius: 4px;
  margin: 20px;
  cursor: pointer;

  svg {
    width: 16px;
    height: 16px;
  }
  span {
    font-size: 10px;
    line-height: 2.1;
    vertical-align: top;
    padding-right: 10px;
  }
}

.mainNavigationSideViewWrapper {
  cursor: pointer;
  display: none;
  position: fixed;
  top: 180px;
  left: 0%;
  z-index: 20;

  width: 46px;
  height: 46px;
  background: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  align-items: center;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14),
    0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease, height 0.5s ease;
}

.mainNavigationWrapper {
  transition: max-width 500ms ease, flex-basis 500ms ease;
}

.mainBodyRow {
  height: calc(100vh - 30px);
  overflow: hidden;
}

.mainContentWrapper {
  transition: max-width 500ms ease, flex-basis 500ms ease;
  padding-left: 12px;
  /* padding-right: 12px; */
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mainPageContent {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #b8bec9 transparent;
  border-radius: 8px;
}

.mainPageContent::-webkit-scrollbar {
  width: 1px;
}

.mainPageContent::-webkit-scrollbar-thumb {
  background: #b8bec9;
  border-radius: 6px;
}

.mainPageContent::-webkit-scrollbar-track {
  background: transparent;
}

.mainNavigationWrapper {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

.mainNavigationWrapper .sidebarNav {
  scrollbar-width: thin;
}

.mainContentWrapper.copilot-open {
  max-width: 100% !important;
  flex-basis: 100% !important;
}

.layoutWithCopilot {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  min-width: 0;
  --copilot-panel-width: clamp(380px, 34vw, 640px);
}

.appShellContainer {
  background-color: var(--color-surface-app);
}

.layoutWithCopilot .layoutMainContent {
  flex: 1 1 auto;
  min-width: 0;
  height: 100vh;
  overflow: hidden;
}

.mainNavigationWrapper.collapsed {
  max-width: 112px !important;
  flex-basis: 112px !important;
}

.mainNavigationWrapper.collapsed + .mainContentWrapper {
  max-width: calc(100% - 112px) !important;
  flex-basis: calc(100% - 112px) !important;
}

.sidebarBrand {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 22px 12px 25px 12px;
}

.sidebarBrandMark {
  display: none;
}

.mainNavigationWrapper.collapsed .sidebarBrand {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.mainNavigationWrapper.collapsed .sidebarBrandWordmark {
  display: none !important;
}

.mainNavigationWrapper.collapsed .sidebarBrandMark {
  display: block !important;
}

.mainNavigationWrapper.collapsed .sidebarNav .MuiListItemText-root {
  display: none !important;
}

.mainNavigationWrapper.collapsed .sidebarNav .MuiListItem-button {
  justify-content: center;
  width: 56px;
  min-height: 56px;
  padding: 12px !important;
  margin: 0 auto 8px;
  font-family: "Bai Jamjuree", sans-serif;
}

.mainNavigationWrapper .sidebarNav .MuiListItemText-root .MuiTypography-root {
  font-family: "Bai Jamjuree", sans-serif !important;
}

.mainNavigationWrapper.collapsed .sidebarNav .active .MuiListItem-button,
.mainNavigationWrapper.collapsed
  .sidebarNav
  .MuiListItem-button.sidebarParentActive {
  background-color: transparent !important;
}

.mainNavigationWrapper
  .sidebarNav
  a.active
  .sidebarSubNavItem.MuiListItem-button {
  background-color: var(--color-white) !important;
}

.mainNavigationWrapper
  .sidebarNav
  .sidebarSubNavItem
  .MuiListItemText-root
  .MuiTypography-root {
  font-weight: 400 !important;
}

.mainNavigationWrapper
  .sidebarNav
  a.active
  .sidebarSubNavItem
  .MuiListItemText-root
  .MuiTypography-root {
  color: var(--color-primary-800) !important;
  font-weight: 500 !important;
  font-family: "Bai Jamjuree", sans-serif !important;
}

.mainNavigationWrapper.collapsed .sidebarNav .MuiListItemIcon-root {
  min-width: auto !important;
  margin: 0;
}

.mainNavigationWrapper.collapsed
  .sidebarNav
  .MuiListItem-button
  > .MuiSvgIcon-root {
  display: none !important;
}

.mainNavigationWrapper.collapsed .profileMenu .MuiListItemText-root,
.mainNavigationWrapper.collapsed .profileMenu .MuiSvgIcon-root {
  display: none !important;
}

.mainNavigationWrapper.collapsed .profileMenu .profileMeta {
  display: none !important;
}

.mainNavigationWrapper.collapsed .profileMenu .profileArrow {
  display: none !important;
}

.mainNavigationWrapper.collapsed .profileMenu .MuiListItemAvatar-root {
  min-width: auto !important;
  margin: 0 !important;
}

.mainNavigationWrapper.collapsed .profileMenu .MuiListItem-root {
  justify-content: center;
  padding-left: 0 !important;
  width: 56px;
  min-height: 56px;
  padding-right: 0 !important;
  margin: 0 auto;
}

.layoutWithCopilot .cpSideViewChat {
  display: block;
  flex-basis: 0;
  width: 0;
  min-width: 0;
  max-width: 0;
  opacity: 0;
  transform: translateX(24px);
  pointer-events: none;
  transition: flex-basis 500ms ease, width 500ms ease, min-width 500ms ease,
    max-width 500ms ease, opacity 500ms ease, transform 500ms ease;
}

.layoutWithCopilot.copilot-open .cpSideViewChat {
  flex-basis: var(--copilot-panel-width);
  width: var(--copilot-panel-width);
  min-width: 380px;
  max-width: var(--copilot-panel-width);
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.layoutWithCopilot.copilot-open .layoutMainContent {
  flex: 1 1 auto;
  min-width: 0;
}

.layoutWithCopilot .copilot_dialog {
  display: flex;
  flex-direction: column;
  width: var(--copilot-panel-width);
  min-width: var(--copilot-panel-width);
  max-width: var(--copilot-panel-width);
  opacity: 0;
  transition: opacity 500ms ease;
}

.layoutWithCopilot.copilot-open .copilot_dialog {
  opacity: 1;
}

body.copilot-resizing .mainNavigationWrapper,
body.copilot-resizing .mainContentWrapper,
body.copilot-resizing .layoutWithCopilot .cpSideViewChat,
body.copilot-resizing .layoutWithCopilot .copilot_dialog {
  transition: none !important;
}

.layoutWithCopilot.copilot-disabled .cpSideViewChat {
  display: none !important;
}

.copilot_wrapper {
  display: flex;
  max-width: 100%;
  align-items: center;
  float: right;
  overflow-x: auto;
  right: 0%;

  .copilot {
    cursor: pointer;
    margin-left: 10px;
    margin-top: 2px;
    /* margin-right: 3px; */
    display: flex;
    position: absolute;
    left: 96%;
    width: 46px;
    height: 46px;
    padding: 8px 6px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px 4px 0px 0px;
    background: var(--Surface, var(--color-white));
    border: 1px solid transparent;
    display: flex;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 4px;

    &:first-child {
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14),
        0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .inner_flex {
      display: flex;
      position: relative;
    }

    .primary {
      font-family: "Bai Jamjuree";
      font-size: 12px;
      font-weight: 500;
      line-height: 21px;
      letter-spacing: 0.15000000596046448px;
      text-align: left;
      color: var(--color-primary-800);
      width: max-content;
    }

    .secondary {
      font-family: "Bai Jamjuree";
      font-size: 8px;
      font-weight: 500;
      line-height: 3px;
      letter-spacing: 0.15000000596046448px;
      text-align: left;
      color: #555;
      width: max-content;
    }

    .title {
      color: var(--On-Surface-High-Emphasis, var(--color-text-primary));
      font-feature-settings: "liga" off, "clig" off;
      margin-left: 10px;
      /* Body 1 */
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.8; /* 22.4px */
      letter-spacing: 0.5px;

      .primary {
        font-family: "Bai Jamjuree";
        font-size: 12px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.15000000596046448px;
        text-align: left;
        color: var(--color-primary-800);
      }

      .secondary {
        font-family: "Bai Jamjuree";
        font-size: 8px;
        font-weight: 500;
        line-height: 3px;
        letter-spacing: 0.15000000596046448px;
        text-align: left;
        color: #555;
      }
    }

    /* .svg {
      width: 22%;
      height: 12px;
    } */
    .actionBtn {
      /* margin-left: 120px; */
    }
  }
}

.crossICon {
  text-align: end;
  cursor: pointer !important;

  svg {
    width: 18px !important;
    height: auto !important;
    padding-top: 3px;
  }
}

.mainNavigationSideViewMenu .MuiPaper-root {
  margin-left: 3%;
  margin-top: -2.2rem;
}

.cpSideViewChat {
  display: none;
  position: relative;
  right: auto;
  top: 0;
  bottom: auto;
  width: var(--copilot-panel-width);
  max-width: var(--copilot-panel-width);
  min-width: 380px;
  background: transparent;
  border-radius: 0;
  height: 100vh;
  align-self: flex-start;
  flex: 0 0 var(--copilot-panel-width);
  z-index: 1;
  overflow: hidden;
  border-left: none;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.copilot_dialog {
  display: none;
  height: 100vh;
  background: #ebf1f5;
  border-left: 1px solid #d9dde2;
  border-radius: 0;
  overflow: hidden;
  .MuiPaper-root {
    overflow: hidden;
  }

  #alert-dialog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px;
    gap: 12px;
    height: 7.5%;
    box-sizing: border-box;
  }
  .title {
    color: var(--color-primary-800);
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.15px;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .headerActions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    min-width: 0;
  }

  .newConversationBtn {
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #ebf1f5;
    color: var(--color-primary-800);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0px 14px 0px 10px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    max-width: 100%;
  }

  .newConversationBtn span {
    font-size: 14px;
    line-height: 1.2;
  }

  .newConversationBtn svg {
    width: 18px;
    height: 18px;
  }

  .iconOnlyBtn {
    height: 36px;
    min-width: 36px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #ebf1f5;
    color: var(--color-primary-800);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
    cursor: pointer;
  }

  .iconOnlyBtn svg {
    width: 18px;
    height: 18px;
  }

  .voice-support-header-warning {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0px 16px 12px 16px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 130, 86, 0.45);
    border-radius: 8px;
    background: rgba(255, 130, 86, 0.14);
    color: var(--color-text-primary);
    box-sizing: border-box;
  }

  .voice-support-header-warning span {
    flex: 1 1 auto;
    min-width: 0;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.4px;
  }

  .voice-support-header-warning svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    color: var(--color-warning);
  }

  .voice-support-header-warning button {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 4px;
    padding: 0;
    background: transparent;
    color: var(--color-text-secondary);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
  }

  .voice-support-header-warning button svg {
    width: 18px;
    height: 18px;
    color: currentColor;
  }

  #alert-dialog-description {
    padding: 0px 16px 16px 16px;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    min-height: 0;
    flex: 1 1 auto;
  }
}

.copilot_dialog.copilot-drag-active {
  background: #e0e7ee;
}

.copilot_dialog.compact-actions .headerActions {
  gap: 6px;
}

.copilot_dialog.compact-actions .newConversationBtn {
  min-width: 36px;
  width: 36px;
  padding: 0;
  justify-content: center;
}

@media screen and (max-width: 520px) {
  .copilot_dialog #alert-dialog-title {
    padding: 12px;
    gap: 8px;
  }

  .copilot_dialog .title {
    font-size: 16px;
  }

  .copilot_dialog .headerActions {
    gap: 6px;
  }

  .copilot_dialog .newConversationBtn,
  .copilot_dialog .iconOnlyBtn {
    height: 34px;
    min-width: 34px;
  }
}

.copilotResizeHandle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  cursor: ew-resize;
  z-index: 5;
}

.copilotResizeHandle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: transparent;
  transition: background-color 120ms ease, width 120ms ease;
}

.copilotResizeHandle:hover::before,
.copilot_dialog.is-resizing .copilotResizeHandle::before {
  background: var(--color-primary-800);
  width: 3px;
}

body.copilot-resizing {
  cursor: ew-resize !important;
  user-select: none;
}

.copilot_chat_wrapper {
  height: 100%;
  .chat-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ebf1f5;
    position: relative;
  }

  .chat-container.drag-active {
    background: #e0e7ee;
  }

  .copilot-drop-overlay {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    color: var(--color-text-secondary);
    padding: 16px;
  }

  .copilot-drop-overlay .drop-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #202124;
    background: transparent;
    box-shadow: none;
  }

  .copilot-drop-overlay .drop-icon svg {
    width: 48px;
    height: 48px;
  }

  .copilot-drop-overlay p {
    margin: 0;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.15px;
    max-width: 320px;
  }

  .pill,
  textarea,
  div,
  p,
  span {
    font-family: "Inter", sans-serif;
    font-size: 16px;
  }

  .copilot-empty-state {
    flex: 1;
    padding: 22px 0px 0px 0px;
    overflow-y: auto;
  }

  .copilot-empty-state .intro {
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin: 0px;
  }

  .starter-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
    width: max-content;
  }

  .starter-chip {
    border: none;
    border-radius: 999px;
    background: var(--color-primary-800-a05);
    color: var(--color-primary-800);
    display: inline-flex;
    align-items: center;
    gap: 16px;
    width: max-content;
    padding: 6px 16px 6px 6px;
    cursor: pointer;
    box-shadow: none;
  }

  .starter-chip span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }

  .starter-chip .starter-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--color-primary-800);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .starter-chip .starter-icon svg {
    color: #d3ff2d;
    width: 24px;
    height: 24px;
  }

  .message-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 0px);
    overflow-y: auto;
    margin: 0px;
    padding-top: 20px;

    iframe {
      border: none;
      width: 80px;
      height: 80px;
    }
  }

  #message-list::-webkit-scrollbar-thumb,
  #copilot_wrapper::-webkit-scrollbar-thumb,
  textarea::-webkit-scrollbar-thumb {
    border-radius: 3px !important;
    -webkit-box-shadow: inset 0 0 6px #b1b1b1 !important;
    background-color: #b1b1b1 !important;
  }

  #message-list::-webkit-scrollbar,
  textarea::-webkit-scrollbar {
    width: 6px !important; /* width of the entire scrollbar */
  }

  #copilot_wrapper::-webkit-scrollbar {
    height: 3px !important;
  }

  #message-list::-webkit-scrollbar-track,
  #copilot_wrapper::-webkit-scrollbar-track,
  textarea::-webkit-scrollbar-track {
    background: transparent !important; /* color of the tracking area */
  }

  .chat-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    width: 98%;
    margin-left: 1px;
  }

  textarea {
    border: none;
    resize: none;
    height: auto;
    min-height: 24px;
    font-family: Inter;
    letter-spacing: 0.5px;
  }

  .pill {
    max-width: 90%;
    padding: 10px;
    height: auto;
    padding: 10px;
    border: none;
    border-radius: 4px;
    word-break: break-all;
    font-family: Inter;
    letter-spacing: 0.5px;
  }

  .txtarea {
    width: 100% !important;
    height: auto !important;
    min-height: 24px;
    max-height: 84px;
    line-height: 1.4;
    display: block;
    outline: none !important;
    background: transparent;
    padding: 10px 0px 8px 0px;
    margin-right: 8px;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .request .pill {
    background-color: #f5f7f9;
    align-self: flex-end;
    color: var(--color-text-primary);
    border-radius: 28px 0px 28px 28px;
    padding: 12px;
    margin: 0px 8px;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    white-space: pre-line;
  }

  .response .pill {
    background-color: transparent;
    align-self: flex-start;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    word-break: break-word;
    white-space: pre-line;
  }

  .response ._attachment span {
    background-color: var(--color-primary-500) !important;
    color: var(--color-white);
    border-radius: 4px;
    font-weight: bold;
    font-size: 7;
    padding: 5px;
    margin-left: 10px;
  }

  .response ._attachment a {
    display: flex;
    align-items: center;
  }

  .response ._attachment a svg {
    margin-right: 10px;
  }

  .response .summary-wrapper {
    margin-top: 10px;
    position: relative;
  }

  .response .summary-button {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 6px;
    background-color: #f0f2f4;
    color: var(--color-primary-500);
    border: 1px solid #d1dce5;
    cursor: pointer;
    font-size: 14px;
    gap: 8px;
    font-family: "Inter";
    font-weight: 500;
  }

  .response .tooltip {
    position: absolute;
    top: 30px;
    z-index: 10;
    background-color: #222;
    color: var(--color-white);
    padding: 10px;
    border-radius: 6px;
    max-height: 200px;
    max-width: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  .response .tooltip-link {
    display: block;
    margin-bottom: 6px;
    color: #9dd3ff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .response .tooltip-link .tooltip-link-title {
    font-weight: 500;
    margin-right: 10px;
  }

  .response .tooltip-link:last-child {
    margin-bottom: 0;
  }

  .chat-input {
    min-height: 48px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    background-color: var(--color-white);
    border: none;
    border-radius: 24px;
    padding: 0px 12px 0px 16px;
    margin: 0px 0px 0px 0px;
  }

  .chat-input.voice-active {
    min-height: 92px;
    background: var(--color-primary-800);
    border-radius: 24px;
    padding: 12px 12px 12px 16px;
    gap: 16px;
  }

  .voice-recorder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    width: 100%;
  }

  .voice-read-row,
  .voice-listening-row {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .voice-read-row {
    align-items: flex-start;
  }

  .voice-read-row span {
    color: var(--color-white);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }

  .voice-read-switch {
    width: 34px;
    height: 20px;
    flex: 0 0 34px;
    border: 0;
    border-radius: 999px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.38);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: none;
    transition: background-color 160ms ease;
  }

  .voice-read-switch span {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: var(--color-white);
    display: block;
    transition: transform 160ms ease;
  }

  .voice-read-switch.on {
    background: rgba(180, 255, 60, 0.38);
  }

  .voice-read-switch.on span {
    transform: translateX(14px);
  }

  .voice-speech-pattern {
    width: 44px;
    height: 22px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
  }

  .voice-speech-pattern span {
    width: 3px;
    min-height: 2px;
    border-radius: 999px;
    background: #b4ff3c;
    transition: height 70ms ease-out;
  }

  .voice-status-text {
    flex: 1 1 auto;
    min-width: 0;
    color: rgba(255, 255, 255, 0.74);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
    white-space: normal;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .voice-close-btn {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: var(--color-white);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
  }

  .voice-close-btn svg {
    width: 24px;
    height: 24px;
  }

  .voice-error {
    color: var(--color-error);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.4px;
    padding: 6px 0px 0px 0px;
  }

  .pending-files-row {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0px 4px 0px;
  }

  .pending-file-chip {
    width: 112px;
    height: 72px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: #dfe6ec;
    flex: 0 0 auto;
  }

  .pending-file-chip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .pending-file-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary-800);
    font-size: 22px;
    font-weight: 600;
    background: #e6ebf0;
  }

  .pending-file-remove {
    border: none;
    background: transparent;
    color: var(--color-white);
    position: absolute;
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  }

  .pending-file-remove svg {
    width: 16px;
    height: 16px;
  }

  .chat-input-main {
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .chat-input textarea {
    flex: 1 1 auto;
    margin-right: 0px;
  }

  .input-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .copilot-file-input {
    display: none;
  }

  .input-icon-btn {
    border: none;
    background: transparent;
    color: var(--color-primary-800);
    padding: 0px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0px;
  }

  .input-icon-btn svg {
    width: 24px;
    height: 24px;
  }

  .input-icon-btn:disabled {
    color: var(--color-text-disabled);
    cursor: not-allowed;
  }

  .submit {
    border: none;
    background: transparent;
    padding: 0px;
    width: 24px;
    min-width: 24px;
    box-shadow: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.38);
  }
  .submit img,
  .submit svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

  .submit.active {
    color: var(--color-primary-800);
  }
  .submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .typingLoader img {
    width: 15%;
    border-radius: 50%;
  }
}

@media screen and (max-width: 1599px) {
  .cpSideViewChat {
    width: var(--copilot-panel-width);
    min-width: 340px;
  }

  .copilot_dialog .title {
    font-size: 22px;
  }

  .copilot_chat_wrapper .copilot-empty-state .intro {
    font-size: 16px;
  }
}

@media screen and (min-width: 821px) and (max-width: 1599px) {
  .copilot_dialog #alert-dialog-title {
    height: 9% !important;
  }
}

.MuiDialog-root .MuiModal-backdrop,
.MuiModal-root:not(.MuiPopover-root):not(.MuiMenu-root)
  > .MuiBackdrop-root.MuiModal-backdrop {
  background-color: var(--color-primary-800) !important;
  opacity: 0.75 !important;
}

.MuiPopover-root > .MuiBackdrop-root.MuiModal-backdrop,
.MuiMenu-root > .MuiBackdrop-root.MuiModal-backdrop {
  background-color: transparent !important;
  opacity: 0 !important;
}

.MuiDialog-root .MuiDialog-paper,
.MuiModal-root:not(.MuiPopover-root):not(.MuiMenu-root) > .MuiPaper-root {
  box-shadow: 0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}

.uploadAttachmentModal .MuiCard-root {
  box-shadow: none !important;
}

.ant-tree-select {
  height: 60px !important;
}

.ant-select-disabled .ant-select-selection-item-content {
  color: rgba(255, 255, 255, 0.47) !important;
}

.ant-select-tree-checkbox-inner {
  width: 20px !important;
  height: 20px !important;
}

.ant-select-tree-checkbox-inner::after {
  content: " " !important; /* Force content to exist so Firefox renders the box */
}

.ant-select-selection-item-content {
  font-weight: 500;
}

.ant-select-tree-list-holder span {
  font-size: 16px;
}

.kalender_skeliton .sk_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0px !important;
}

.vSkeliton_wrapper {
  display: flex;
  margin-left: auto;
  width: 100%;
  margin-top: 4%;
}

.kalender_skeliton .sk_wrapper > div {
  width: 27%;
}

.kalender_skeliton .sk_wrapper .sk_dateWrapper {
  display: flex;
  padding-left: 17%;
  width: 73%;
  justify-content: flex-end;
}

.ant-select-arrow {
  display: none !important;
}

.ant-select-tree-switcher {
  margin-top: 1% !important;
}

.ant-select-selection-overflow .ant-select-selection-item-remove {
  color: var(--color-white) !important;
}

.ant-select-selection-item {
  background: var(--color-primary-800) !important ;
  color: var(--color-white);
}

.ant-select-tree-checkbox {
  margin-top: 4px;
}

.ant-select-selector {
  border-color: none !important;
}

.kalender_skeliton .sk_wrapper .sk_dateWrapper div:first-child {
  margin-right: 5%;
}

.kalender_skeliton table td {
  border: 1px solid #e6e6e6;
  border-spacing: 0;
  border-bottom: none;
  border-left: none;

  width: 11rem;
  height: 8rem;
}

.kalender_skeliton table {
  border-collapse: collapse;
  margin-left: auto;
  text-align: center;
}

.kalender_skeliton table .MuiSkeleton-root {
  height: 5em !important;
  padding: 3%;
  margin: 0px auto;
}

.MuiSkeleton-root {
  background-color: #98bcc452 !important;
}

.responsiveSkeletonGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(425px, 100%), 1fr));
  gap: 23px 32px;
  width: 100%;
  margin-top: 23px;
}

.machineOverviewSkeletonGrid {
  gap: 36px 32px;
}

.kalender_skeliton table .tr1 td {
  border-top: none;
}

.kalender_skeliton table .tdl {
  border-right: none;
}

.admin-customer .avatarWrapper .avatar div {
  background-image: url("../images/user.png");
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position-x: -22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 0px;
  background-size: 184px;
  margin-right: 25px;
}

.admin-customer .avatarWrapper {
  display: flex;
}

.admin-customer .avatarWrapper .avatarContent ._name {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000de;
}

.admin-customer .avatarWrapper .avatarContent ._email {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  text-align: left;
  color: var(--color-primary-500);
}

.admin-customer .avatarWrapper .avatarContent ._phone {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  text-align: left;
  color: var(--color-primary-500);
}

.admin-customer .avatarWrapper .avatarContent ._timing {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #00000080;
}

.admin-footer {
  display: flex;
}

.admin-footer .faq {
  width: 53%;
  margin-right: 8%;
}

.abo-admin .title,
.admin-footer .faq ._title,
.admin-customer ._title {
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: var(--color-primary-800);
  padding-bottom: 2%;
}

.admin-footer .faq ._answer .MuiAccordionDetails-root {
  font-family: "Bai Jamjuree";
  font-size: 14px;
  line-height: 25.2px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #212121;
  padding-bottom: 2%;
  padding-top: 0%;
}

.abo-admin .admin-typos {
  display: flex;
  padding: 2% 0%;
}

.abo-admin .admin-typos .primary {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #00000080;
  width: 190px;
}

.abo-admin .admin-typos .secondary {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #000000de;
}

.admin-smallDesc {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: #00000080;
}

.admin-footer .faq ._title {
  margin: 5% 0% 1% 0%;
}

.admin-footer .faqAccordian ._answer {
  line-height: 1.2;
  font-size: 12px;
}

.admin-footer .faqAccordian .MuiTypography-root {
  font-size: 14px;
}

.admin-customer ._title {
  margin: 8% 0% 5% 0%;
}

.abo-admin .content {
  display: flex;
  justify-content: space-between;
}

.abo-admin .content .col1 {
  width: 50%;
  margin-right: 4%;
}

.abo-admin .content .col2 {
  width: 50%;
}

.abo-admin .box-2 {
  display: flex;
}
.abo-admin .box-2 .title1 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #00000080;
  padding-right: 8%;
}

.abo-admin .box-2 .title2 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #000000de;
  width: 149px;
  margin-top: 0px;
}

.abo-admin .box-2 .admin-typos-2 {
  padding-left: 17%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.subscription-banner-wrapper {
  padding: 12px 0px;
  background-color: var(--color-primary-800);
  color: white;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-end;
  vertical-align: middle;
  font-family: "Bai Jamjuree";
}

.subscription-banner-wrapper button,
.subscription-banner-wrapper button:hover {
  background-color: white;
  color: var(--color-primary-800);
}

.subscription-banner-wrapper .textWrapper {
  margin-top: 6px;

  display: flex;
  align-items: center;
  vertical-align: middle;
}

.subscription-banner-wrapper .textWrapper .text {
  color: white !important;
  opacity: 1;
  padding-left: 5px;
}

.signupScopeHeaderFrame .textWithIcon {
  display: flex;
}

.signupScopeHeaderFrame .wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.signupScopeHeaderFrame .descriptionText {
}

.signupScopeHeaderFrame .title {
  padding: 0% 6% 5% 0%;
  font-family: "Bai Jamjuree";
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
}

.signupScopeHeaderFrame .textWithIcon .text {
  color: white;

  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-left: 1%;
  margin-bottom: 12px;
}

.signupScopeHeaderFrame {
  width: 100%;
  height: auto;
  opacity: 0px;
  background: url(../images/signup.png),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    var(--color-primary-800);
  color: white;
  background-size: cover;
  background-position: 48%;
  background-size: 270%;
  background-blend-mode: soft-light, normal, normal;
}

.signupScopeHeaderFrame .wrapper {
  width: 397px;
  height: auto;
  padding: 30px 48px;
}

.admin_dashboard .history-filters {
  width: 60%;
  padding: 10px 16px;
}

.admin_dashboard #Actions > span {
  display: none;
}

.admin_dashboard .header {
  display: flex;
  align-items: center;
  background: white;
  /* padding: 2% 3%; */
  justify-content: space-between;
}

.admin_dashboard .header .searchField {
  margin-left: 153px;
}

.admin_dashboard .header ._users_list input {
  padding: 0;
}

.admin_dashboard .header ._users_list .MuiInputAdornment-root {
  margin-top: 0 !important;
}

.admin_dashboard ._header ._title {
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: black;
}

.help_and_feedback ._header {
  /* padding-left: 25px; */
}

.help_and_feedback .MuiAlert-message .primary {
  color: var(--Status-Success, #6fa03b);
  font-feature-settings: "liga" off, "clig" off;

  /* Headline 4 */
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.15px;
}

.help_and_feedback .MuiAlert-message .secondary {
  color: var(--On-Surface-High-Emphasis, var(--color-text-primary));
  font-feature-settings: "liga" off, "clig" off;

  /* Body 2 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.25px;
}

.help_and_feedback ._header ._title {
  color: var(--Primary-800, var(--color-primary-800));
  font-feature-settings: "liga" off, "clig" off;
  padding-bottom: 15px;
  /* Headline 1 */
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: 0.15px;
}

.help_and_feedback_accordian ._content {
}

.help_and_feedback_accordian ._content ._titleP {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  text-align: left;
  color: var(--color-primary-500);
}

.help_and_feedback_accordian ._content ._desc {
  margin-left: 10px;
  /* border: 1px solid gray; */
  border-radius: 4px;
  padding: 4px;
  background: #98bcc4;
  color: white !important;
  font-size: 10px;
  font-weight: bold !important;
}

.help_and_feedback textarea,
.help_and_feedback {
  border-color: #00000020 !important;
}

.help_and_feedback textarea {
  font-size: 16px;
}

.help_and_feedback .MuiFormLabel-root,
.help_and_feedback textarea::placeholder {
  color: #00000080;
}

.help_and_feedback .fileDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2% 3%;
}

.help_and_feedback_accordian ._content ._desc {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: #00000080;
}

.admin_dashboard ._content {
  background-color: white;
  padding: 3%;
}

.DashboardTablePagination {
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.DashboardTablePagination li button {
  color: #00000080;
}

.DashboardTablePagination .Mui-selected {
  background-color: var(--color-primary-800) !important;
  color: var(--color-white);
}

.DashboardTablePagination .perPageSelect {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #00000080;
  margin-right: 0px !important;
}
.eqPool_unsaved div {
  opacity: 0.9;
}

.truncate {
  text-overflow: ellipsis;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
}

.scrollToTop:hover {
  background-color: var(--color-primary-800);
  color: white;
}

.backToDashboard {
  font-size: 15px;
  margin-top: 2%;
  color: gray;
}

.delete-dialog-content {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #00000080;
}

.customTabs .Mui-selected {
  color: white !important;
}

.appBar .MuiTabs-indicator {
  background-color: white !important;
}

.appBar .tab {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-align: center;
  margin: 0px 5px;
}

.EqLoader {
  width: 25px !important;
  height: 25px !important;
  margin-right: 15px;
  color: gray;
}

.counterCircle {
  width: 25px;
  height: 25px !important;
  text-align: center;
  height: auto;
  border-radius: 50px !important;
  background-color: var(--color-primary-800);
  color: white;
  margin-left: 10px;
  font-size: 17px;
  font-weight: bold;
  display: none !important;
}

.profileMenu {
  padding-left: 15px !important;
}

.profileMenu .MuiListItemText-primary {
  font-family: Inter;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-align: left;
  color: var(--color-primary-800);
}
.profileMenu .MuiListItemText-secondary {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000de;
}

.Select-create-option-placeholder {
  display: none;
}

.typSchildModelButton {
  text-align: end;
  margin: 10px 0px;
}

.typSchildModelImg {
  width: 550px;
  height: auto;
  max-width: 608px;
}

.identicalHersteller {
  height: 76px;
}

.identicalHersteller .hr_title {
  font-family: "Bai Jamjuree";
  color: var(--color-primary-800);
  font-size: 18px;
  font-weight: bold;
}

.identicalHersteller .hr_subtitle {
  font-family: "Bai Jamjuree";
  color: black;
  font-size: 14px;
}

.manufacturerInfoRow {
  margin-top: 17px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.manufacturerInfoRow .MuiFormControlLabel-root {
  margin-left: -9px;
  margin-right: 0;
}

.manufacturerInfoRow .MuiCheckbox-root {
  padding: 9px;
}

.manufacturerInfoLabel {
  display: inline-flex;
  align-items: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: var(--color-text-primary);
}

.manufacturerWarningIcon {
  color: #ed6f26;
  font-size: 20px !important;
}

.manufacturerWarningTrigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.markenNameSelect div,
.modelSelect div {
  z-index: 1001;
}

.herstellerCheck div {
  z-index: 1000;
}

.createEqLabel .NT_cardHeader .MuiCardHeader-title {
  margin-left: 0px !important;
}

.eqPool,
.eqPool_unsaved {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.eqPool > div,
.eqPool_unsaved > div {
  width: 426px; /* or - flex: 0 50% - or - flex-basis: 50% - */
  /*demo*/
  margin: 10px 0px;
}

.eqPool ._247FactoryNet-machineCardItem .title {
  color: var(--color-text-primary) !important;
}

._247FactoryNet-machineCardItem ._247FactoryNet-textIcon .text {
  font-size: 12px !important;
}

.footerTitle {
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: var(--color-text-primary);
  display: flex;
}

.searchStats {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: var(--color-text-secondary);
  margin: 17px 0px 0px 0px;
}

.checkboxesWrapper {
  max-height: 465px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

.checkboxesWrapper .MuiButtonBase-root {
  margin-left: 12px;
}

.checkboxesWrapper .eqUnlinked #line-lr {
  height: 1px;
  width: 50px;
  background: rgba(0, 0, 0, 0.12);
  display: block;
  width: 33%;
}

.checkboxesWrapper .eqUnlinked {
  display: flex;
  align-items: center;
  padding-left: 4%;
}

.checkboxesWrapper .eqUnlinked .label {
  margin: 0% 2%;
  color: var(--color-text-secondary);
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: rgba(0, 0, 0, 0.38);
}

.checkboxesWrapper > .eqLinked {
  display: none !important;
}

.checkboxesWrapper .eqLast {
  display: none !important;
}

.poolCheckBoxes {
  padding: 10px;
}

.poolCheckBoxes .eqName {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  color: var(--color-text-primary);

  text-align: center;
  align-items: center;
  vertical-align: middle;
  display: flex;
}

.poolCheckBoxes .eqSubname {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: rgba(0, 0, 0, 0.38);
}

.MuiInputBase-root input {
  /* border: 1px solid rgba(0,0,0,0.12); */
  border-radius: 4px;
}

.dashboardInitialState .title,
.createSite ._title,
.createEquipment ._title,
.stickerWrapper ._title {
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: var(--color-primary-800);
}

.createEquipment .MuiFormHelperText-root,
.createSite .MuiFormHelperText-root {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: var(--color-text-secondary);
}

.stickerWrapper {
  padding: 36px 24px;
  display: flex;
  justify-content: space-between;
  width: 82%;
}

.equipmentPlateDiv {
  width: 337.5px;
  height: 100px;
  margin-top: 14px;
  display: flex;
}

.equipmentPlateDiv .photoWrapper img {
  width: 100px;
  height: 100px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.equipmentPlateDiv .qrCodeWrapper {
  margin: 14px;
}

.equipmentPlateDiv .qrCodeWrapper svg {
  height: 72px !important;
}

.equipmentPlateDiv .qrTitle1 {
  font-family: "Bai Jamjuree";
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  font-family: "Bai Jamjuree";
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: rgba(125, 125, 125, 1);
  font-weight: bold;
  margin-top: 10px;
}

.equipmentPlateDiv .qrTitle2 {
  font-family: "Bai Jamjuree";
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  font-family: "Bai Jamjuree";
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: rgba(125, 125, 125, 1);
}

.equipmentPlateDiv ._border {
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: rgba(245, 245, 245, 1);
  border-top-right-radius: 4px;
  height: 6px;
  width: 100%;
}

.equipmentPlateDiv .eqName1 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;
  color: var(--color-text-primary);
}

.equipmentPlateDiv .eqName2,
.equipmentPlateDiv .eqSiteName {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: var(--color-text-secondary);
}

.equipmentPlateDiv ._contentWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.equipmentPlateDiv ._contentWrapper ._content {
  padding: 16px 14px;
}

.equipmentPlateDiv ._contentWrapper ._content .eqName2 {
  /* margin: 6px 0px; */
}

.equipmentPlateDiv svg {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.downloadAsPDF {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: var(--color-primary-500);
  margin-top: 8px;
  cursor: pointer;
}

.dashboardInitialState .contentWrapper {
  margin-top: 90px;
  text-align: center;
}

.dashboardInitialState .contentWrapper div {
  margin-bottom: 10px;
}

.dashboardInitialState .contentWrapper ._title {
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.15000000596046448px;
  text-align: center;
}

.dashboardInitialState .contentWrapper ._description {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: center;
  padding: 0% 22%;
  color: var(--color-text-secondary);
}

.dashboardInitialState .actionButtonWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
}

.dashboardInitialState .actionCardWithIcon {
  width: 60%;
  height: auto;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  gap: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  text-align: center;
}

.dashboardInitialState .actionCardWithIcon ._svg {
  width: 2%;
}

.dashboardInitialState .actionCardWithIcon ._textWrapper {
  text-align: start;
}

.dashboardInitialState .actionCardWithIcon ._text {
  color: #000000;
  font-weight: 400;
}

.dashboardInitialState .actionCardWithIcon ._description {
  font-size: 11px;
  color: gray;
}

.dashboardInitialState .actionCardWithIcon ._button {
  margin-left: auto;
}

.createSite .MuiFormLabel-root,
.eq_stunde .MuiFormLabel-root,
.createEquipment .MuiFormLabel-root,
.GermanNumberInputFullWidth .MuiFormLabel-root {
  color: var(--color-text-secondary);
}

.primarySolution .MuiTypography-root {
  color: var(--color-primary-500);
}

._fileUploadContainer {
  width: 100%;
  display: flex;
}

._fileUploadContainer .createEquipment {
  width: 83%;
}

.cameraImageUploadWrapper {
  position: relative;
  margin-top: 3%;
}

.cameraImageUploadWrapper .fileUploadSvg {
  position: absolute;
  left: 50px;
  top: 48px;
  cursor: pointer;
}

.fullNameSig {
  font-family: "Ms Madi", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.5px;
  text-align: center;
  width: 300px;
  overflow: auto;
  color: var(--color-primary-800);
}

.fullNameSigImg {
  position: relative;
  width: 100%;
  margin-bottom: 5%;

  border-radius: 4px;
  border: 1px solid lightgray;
}

.fullNameSigImg img {
  width: 100%;
  border-radius: 4px;
  height: 120px;
}

.fullNameSigImg div {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Bai Jamjuree", sans-serif;

  font-weight: 400;
  font-size: 16px;
  line-height: 1.4375em;
  letter-spacing: 0.5px;
  padding: 0;
  position: relative;
  display: block;
  transform-origin: top left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(133% - 32px);
  position: absolute;
  top: -9px;
  font-size: 12px;
  left: 9px;
  background: white;
  padding: 0px 6px;
}

.fullNameSigReadOnly {
  font-family: Ms Madi;
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.5px;
  text-align: center;
  width: 268px;
  overflow: auto;
  color: #000000de;
  border: 1px solid #0000001f;
  padding: 11px 0px;
  border-radius: 4px;
}

.fullNameSigReadOnlyWrapper {
  display: flex;
  align-items: center;
}

.fullNameSigReadOnlyWrapper .text {
  margin: 13px 0px 13px 24px;
  width: 50%;
}

.costTable .headerCell {
  display: block;
  color: var(--color-primary-800);
}

.costTable .contentRow {
  display: flex;
  width: 864px;
}

.costTable .contentRow .cost {
  /* width: 49%; */
  padding: 13px 0px;
  display: block;
  font-weight: 400;
  font-family: Inter, sans-serif;
  color: #00000080;
  font-size: 16px;
}

.costInput input {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
}

.costTable .contentRow .unit {
  color: #00000080;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
}

.solution_accordian .MuiAccordionSummary-expandIconWrapper,
.docs_accordian .MuiAccordionSummary-expandIconWrapper,
.help_and_feedback_accordian .MuiAccordionSummary-expandIconWrapper {
  display: none;
}

.help_and_feedback_accordian .MuiAccordionSummary-root {
  padding-left: 10px;
}

.solution_accordian .MuiAccordionSummary-content {
  display: flex;
  flex-direction: column;
}

.moreActions li {
  padding: 0;
}

.moreActions ul {
  width: 260px;
  padding: 0;
}

.moreActions .menuItem {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 22px;
  width: 100%;
  box-sizing: border-box;
}

.moreActions .MuiMenuItem-root > a {
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.moreActions .menuItem .text {
  font-weight: 400;
  font-size: 14px;
  color: #000000 !important;
  opacity: 0.85 !important;
  font-family: Inter;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
}

.moreActions .menuItem .icon {
  width: 24px;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.magnifier {
  position: absolute;
  top: 66%;
  left: 78%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  & svg {
    margin-top: 7px;
  }
}

.showMore {
  color: var(--color-primary-500);
  cursor: pointer;
  display: flex;
  align-items: center;

  & .icon {
    margin-left: 20px;
    color: var(--color-text-secondary);
  }
}

.mo_menu,
ul:has(.mo_menu),
ul:has(.mo_menu) li {
  padding: 0px !important;
  margin: 0px !important;
}

.exportDivWrapper {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 10px;
}

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

.exportDivWrapper .content .title {
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: var(--color-primary-800);
}

.exportDivWrapper .content .desc {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  color: rgba(0, 0, 0, 0.38);
  padding-left: 10px;
}

.uploadAttachmentModal .MuiDialogTitle-root,
.help_and_feedback .MuiDialogTitle-root {
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: var(--color-primary-800);
}

.uploadAttachmentModal .error {
  color: red;
  font-weight: bold;
  font-size: 11px;
  padding-left: 5px;
}

.uploadAttachmentModal .MuiOutlinedInput-root fieldset {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.uploadAttachmentModal .MuiOutlinedInput-root:hover {
  outline: none;
}

.uploadAttachmentModal .fileDetails {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16.5px 14px;
}

.uploadAttachmentModal .fileDetails .detail {
  width: 80%;
}

.uploadAttachmentModal .fileDetails .detail .name,
.help_and_feedback .fileDetails .name {
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000de;
}

.uploadAttachmentModal .fileDetails .detail .size,
.help_and_feedback .fileDetails .detail .size {
  font-family: "Bai Jamjuree";
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #00000080;
  margin-top: -2px;
}

.uploadAttachmentModal .fileDetails .icon {
  width: 20%;
  text-align: end;
}

.faqAccordian .Mui-expanded {
  color: var(--color-primary-500);
}

.faqAccordian .accSummary {
  border-bottom: 1px solid #e4e4e4;
}

.faqAccordian .Mui-expanded .accSummary {
  border-bottom: none;
}

.faqAccordian .Mui-expanded .title,
.faqAccordian .MuiAccordionSummary-content:hover .title {
  color: var(--color-primary-500) !important;
  font-weight: bold;
}

/* .MuiModal-backdrop{
	backdrop-filter: blur(4px); 
} */

.costsInput input {
  height: 0px !important;
}

.my-awesome-machineCardItem .contentWrapper .content .title {
  color: var(--color-text-primary) !important;
}

#search-results-popper {
  z-index: 999;
}

.ant-tooltip-inner {
  z-index: 99999 !important;
}

.faqAccordian > div {
  box-shadow: none !important;
}

.share-notification-dialog .MuiPaper-root {
  width: 400px;
}

.openNotificationsFilterBar {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 32px;
  align-items: flex-start;
}

.openNotificationsFilterBar > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ND_headerCard {
  margin: 0px !important;
  padding: 22px 27px 20px 27px;
  border-top-width: 6px;
  border-top-style: solid;
  width: 100%;
  align-items: start;
}

.ND_HeaderCard {
  margin: 0px !important;
  padding: 22px 27px 20px 27px;
  border-top-width: 6px;
  border-top-style: solid;
  width: 100%;
  align-items: flex-start;
}

.ND_HeaderCard > .MuiGrid-item:first-child {
  flex: 1 1 0;
  max-width: none;
  min-width: 0;
}

.ND_HeaderCard > .MuiGrid-item:nth-child(2) {
  flex: 0 1 auto;
  max-width: none;
  min-width: 0;
}

.ND_HeaderCard .typeBadge {
  margin-left: 0px;
  font-family: Inter;
}

.ND_HeaderCard .typeBadge div {
  padding: 4px !important;
}

.ND_headerCard .title {
  font-family: "Bai Jamjuree";
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: var(--color-primary-800);
}

.ND_HeaderCard .title {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Bai Jamjuree";
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.15px;
  text-align: left;
  color: var(--color-primary-800);
}

.ND_headerCard .subTitle {
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: var(--color-primary-500);
  margin-top: 5px;
}

.ND_HeaderCard .subTitle {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.15px;
  text-align: left;
  color: var(--color-primary-500);
  margin-top: 5px;
}

.ND_HeaderCard .notificationMetaRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 15px;
}

.ND_HeaderCard .preMailButton,
.HT .preMailButton {
  width: 199px;
  height: 36px;
  padding: 0px 16px 0px 12px;
  border-radius: 4px;
  border: 1px;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  padding: 9px !important;
  cursor: pointer;
  box-sizing: border-box;
}

.ND_HeaderCard .preMailButton .text,
.HT .preMailButton .text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 1.25px;
  text-align: left;
  color: var(--color-primary-800);
  text-transform: uppercase;
  opacity: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ND_headerCard div {
  padding: 0px !important;
}

.notificationDetailsTabs .MuiTabs-flexContainer {
  padding-left: 0;
}

.notificationDetailsTabs .MuiTab-root {
  min-width: auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 1280px) {
  
  .ND_HeaderCard {
    row-gap: 18px;
  }

  .ND_HeaderCard > .MuiGrid-item:first-child,
  .ND_HeaderCard > .MuiGrid-item:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%;
  }

  .ND_HeaderCard > .MuiGrid-item:nth-child(2) {
    justify-content: flex-start !important;
  }

  .ND_HeaderCard .preMailButton {
    width: 184px;
  }
}

.boundaryerrorPre {
  width: 70%;
  text-wrap: wrap;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 15px;
}

label[for="outlined-adornment-cost"] {
  color: var(--color-text-secondary);
}

.NT_cardHeader .MuiCardHeader-title {
  color: var(--color-primary-500);
  margin-left: 15px;
}

.MT_textWithIcon {
  color: var(--color-text-secondary);
  display: flex;
  font-size: 12px;
  margin: 10px 0px 20px 0px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.vorlageCheckBox {
  padding: 0 !important;
}

.vorlagen {
  text-align: end;
}

#maintenanceTemplates::-webkit-scrollbar {
  width: 6px;
}

#maintenanceTemplates::-webkit-scrollbar-thumb {
  background: #888; /* Scrollbar handle */
  border-radius: 10px;
}

#maintenanceTemplates::-webkit-scrollbar-thumb:hover {
  background: #909090;
}

#maintenanceTemplates::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f1f1f1;
}

.maintenanceTemplates {
  height: 80%;
  overflow-y: scroll;
  margin-top: 6%;
}
.maintenanceTemplates .template {
  &:hover {
    .deleteIcon {
      display: block;
    }
  }

  .deleteIcon {
    display: none;
  }

  width: 100%;

  .title {
    display: flex;
    justify-content: space-between;

    .text {
      font-feature-settings: "liga" off, "clig" off;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%; /* 22.4px */
      letter-spacing: 0.5px;
    }
  }

  .description {
    font-feature-settings: "liga" off, "clig" off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.4px;
  }
}
.vorlangDialog {
  width: 328px;
  height: 386px;
}

.CM_textarea > div {
  width: 75%;
  /* height: 100px; */
}

.CM_textarea textarea {
  /* height: 100% !important; */
}

.MT_textWithIcon div:nth-child(2) {
  margin-left: 10px;
}

.MT_desc {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  color: var(--color-text-secondary);
  width: 584px;
  margin: 15px 0px 30px 0px;
}

.Page404 {
  height: 100vh;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: radial-gradient(
      circle at 12% 18%,
      var(--color-primary-500-a18) 0%,
      var(--color-primary-500-a00) 32%
    ),
    radial-gradient(
      circle at 88% 85%,
      var(--color-primary-800-a24) 0%,
      var(--color-primary-800-a00) 44%
    ),
    linear-gradient(165deg, #f8fbff 0%, #eef6ff 52%, #e8f0fb 100%);
}

body.page404-active
  #root
  > div:not(#subsHeader, #stepper, .subscription-header) {
  width: 100% !important;
  max-width: 100% !important;
}

.Page404_content {
  width: min(880px, 100%);
  padding: 48px 44px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid var(--color-primary-800-a18);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 60px var(--color-primary-800-a18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
}

.Page404_kicker {
  margin: 0 0 10px 0;
  color: var(--color-primary-800-a78);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.Page404_code {
  margin: 0;
  font-size: clamp(88px, 22vw, 172px);
  line-height: 0.85;
  letter-spacing: -3px;
  font-weight: 900;
  background: linear-gradient(180deg, var(--color-primary-800) 0%, var(--color-primary-500) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 14px 40px var(--color-primary-800-a24);
}

.Page404_title {
  margin: 10px 0 8px 0;
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.14;
  color: var(--color-primary-800);
}

.Page404_subtitle {
  margin: 0 auto;
  max-width: 640px;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.6;
  color: var(--color-primary-800-a72);
}

.Page404_actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.Page404_btn {
  border-radius: 999px;
  min-height: 44px;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 180ms ease;
}

.Page404_btnPrimary {
  background: linear-gradient(120deg, var(--color-primary-800), var(--color-primary-500));
  color: var(--color-white);
  box-shadow: 0 10px 24px var(--color-primary-800-a26);
}

.Page404_btnPrimary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px var(--color-primary-800-a32);
}

.Page404_btnGhost {
  border: 1px solid var(--color-primary-800-a28);
  color: var(--color-primary-800);
  background: rgba(255, 255, 255, 0.84);
}

.Page404_btnGhost:hover {
  border-color: var(--color-primary-500-a64);
  background: var(--color-white);
}

.Page404_glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.75;
  pointer-events: none;
}

.Page404_glowLeft {
  width: 380px;
  height: 380px;
  left: -120px;
  top: -100px;
  background: radial-gradient(
    circle,
    var(--color-primary-500-a34) 0%,
    var(--color-primary-500-a00) 70%
  );
}

.Page404_glowRight {
  width: 360px;
  height: 360px;
  right: -120px;
  bottom: -120px;
  background: radial-gradient(
    circle,
    var(--color-primary-800-a30) 0%,
    var(--color-primary-800-a00) 72%
  );
}

@media (max-width: 700px) {
  .Page404 {
    min-height: calc(100vh - 56px);
    padding: 14px;
  }

  .Page404_content {
    padding: 30px 18px;
    border-radius: 18px;
  }

  .Page404_subtitle {
    max-width: 96%;
  }
}

.MO_chips {
  font-size: 11px;
  color: #879fa8;
  border-radius: 4px;
}

.MO_chips svg {
  width: 16px !important;
  height: 16px !important;
}

.MUITableSortLabel-icon {
  opacity: 1;
  color: var(--color-primary-800);
}

.MO_customPagination {
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.Mui-selected {
  background-color: var(--color-primary-800) !important;
  color: var(--color-white);
}

[aria-labelledby="areaShiftSelect"] .Mui-selected {
  background-color: rgb(234 234 234) !important;
}

.grouped-native-select .Mui-selected {
  background-color: transparent !important;
  color: #000000 !important;
}

.MuiFormControl-root .MuiInputLabel-root {
  color: var(--color-text-secondary) !important;
  font-family: "Inter", sans-serif !important;
  letter-spacing: 0.4px !important;
}

.MuiFormControl-root .MuiSelect-select,
.MuiFormControl-root select.MuiInputBase-input,
.MuiFormControl-root .MuiInputBase-root select,
.MuiPopover-paper .MuiMenuItem-root,
.MuiMenu-paper .MuiMenuItem-root,
.MuiPopover-paper .MuiListSubheader-root,
.MuiMenu-paper .MuiListSubheader-root {
  font-family: "Inter", sans-serif !important;
  letter-spacing: 0.5px !important;
}

.MuiPopover-paper.persistedFilterMenuPaper,
.MuiMenu-paper.persistedFilterMenuPaper {
  max-height: min(400px, calc(100vh - 96px)) !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

.persistedFilterMenuPaper .MuiList-root {
  max-height: inherit;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.persistedFilterMenuPaper .MuiListSubheader-root {
  position: sticky;
  top: 0;
  z-index: 1;
}

.grouped-native-select,
.grouped-native-select .MuiSelect-select,
.grouped-native-select .MuiInputBase-input,
.MuiMenuItem-root,
.MuiListSubheader-root {
  font-family: "Inter", sans-serif !important;
}

.grouped-native-select .MuiSelect-select,
.grouped-native-select .MuiInputBase-input,
.MuiMenuItem-root,
.MuiListSubheader-root {
  letter-spacing: 0.5px;
}

/* .MO_maintenance_Pagination {
	display: flex;
	justify-content: space-between;
} */

.MuiTablePagination-toolbar {
  padding: 0px !important;
}

.MuiTablePagination-displayedRows {
  /* margin-left: 415px; */
}

.MO_maintenance {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: center;
  vertical-align: middle;
}

.MO_maintenance_desc {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  width: 584px;
  color: var(--color-text-secondary);
}

.MO_maintenance h1 {
  margin: 0px !important;
}

.MO_tabs button {
  width: 150px !important;
}

.MO_emptyState {
  width: 100%;
  padding: 28px 24px;
  margin-bottom: 94px;
}

.MO_emptyState .content {
  text-align: center;
  padding-top: 70px;
}

.MO_emptyState .content .title {
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.15000000596046448px;
  text-align: center;
  color: var(--color-text-primary);
  margin: 6px 0px;
}

.MO_emptyState .content .description {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: center;
  color: var(--color-text-secondary);
  width: 502px;
  margin: 0px auto;
}

.docsHeader div {
  text-align: end !important;
}

/* .MuiAccordionDetails-root {
  padding-bottom: 0px !important;
} */

/* .MuiAccordionDetails-root div:last-child {
  border: none ;
} */

.docsHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.attachmentWrapper {
  display: flex;
  margin: 15px 0px;
  width: 100%;
}

.attachmentWrapper .content {
  width: 90%;
  cursor: pointer;
}

.attachmentWrapper .actionButtons {
  width: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
}

.attachmentWrapper .content .attachmentHeader {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  color: var(--color-primary-500);
}

.attachmentWrapper .content .attachmentSubHeader {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: var(--color-text-secondary);
}

.attachmentWrapper .content .attachmentHeader span,
.mimeType {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-size: 10px;
  padding: 3px;
  font-weight: bold;
  color: gray;
}

.QR_dialogContent {
  width: 441px;
  height: 213px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qrLink {
  font-size: 12px;
  margin-top: 5px;
}

.qrCode svg {
  width: 63px;
  height: 63px;
}

.qrCode_Wrapper {
  display: flex;
  width: 100%;
  /* height: 100%; */
  padding: 19px;
}

.qrCode_Wrapper .company {
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qrCode_Wrapper .company .image {
  width: 113px;
  height: 26px;
}

.qrCode_Wrapper .company .image img {
  height: 26px;
}

.qrCode_Wrapper .company .content {
  color: rgba(125, 125, 125, 1);
  font-size: 12px;
  line-height: 12px;
}

.qrCode_Wrapper .company .content div:first-child {
  font-weight: 500;
}

.smallCaption {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: var(--color-text-secondary);
  margin-left: 5px;
  margin-bottom: 15px;
}

.MO_Skeliton_Wrapper {
  margin: 25px;
}

.MO_Skeliton {
  display: flex;
  /* justify-content: center; */
  width: 100%;
  align-items: center;
}

.MO_Skeliton div:first-child {
  width: 75%;
  margin-right: 24px;
}

.MO_Skeliton div:nth-child(2) {
  width: 35%;
  height: 220px;
  margin: 20px 0px;
}

#MO_Skeliton_Image {
  height: 100%;
}

.profilePopover {
  padding: 6px;
}

.profilePopover .textWithIcon {
  display: flex;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  font-weight: 100;
  font-size: 13px;
}

.routineMaintenanceTable {
  margin-top: 23px;
}

.countersTable .item_subtext {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  color: var(--color-text-secondary);
  margin-left: 8px;
}

.counter-simple-modal-title {
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: var(--color-primary-800);
  margin-bottom: 20px;
}

.countersTable .item_text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  color: var(--color-text-primary);
}

.routineMaintenanceTable .MuiTableCell-root,
.countersTable .MuiTableCell-root,
.adminPageTable .MuiTableCell-root {
  padding-left: 0px !important;
  text-align: start;
}

.MuiToolbar-root div:last-child {
  display: flex !important;
}

#root > div:not(#subsHeader, #stepper, .subscription-header) {
  width: 100%;
  max-width: 100%;
}

.MuiStepper-horizontal {
  width: 60%;
  display: flex;
  align-items: center;
  margin: auto;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  max-width: 60%;
  margin-top: 9%;
}

.subscription-banner-wrapper > div {
  width: 1213px;
  max-width: 1213px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.subscription-banner-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

body {
  overflow-y: auto;
}

.MO_tab button {
  width: 150px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #acaeb1;
  border-radius: 6px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px #acaeb1;
  background-color: #555;
}

.MuiAvatar-colorDefault {
  color: #8e8f8f !important;
  background-color: #e8eced !important;
}

.bxShadow,
.MuiPopover-paper,
.MO_customPagination .Mui-selected {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.MuiButton-containedPrimary {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

button.bxShadow,
.MuiButton-root.bxShadow {
  border-radius: 4px;
  overflow: visible;
}

.separator {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  color: #757575;
}
.separator-line {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
}

.signup {
  display: flex;
  justify-content: center;
}
.signup-form {
  background-color: white;
  padding: 0px 45px;
  margin: 0;
}
/* .header {
  text-align: center;
  margin: 20px 0px 30px 0px;
} */
/* .title {
  margin-top: 40px;
} */
.personalInfo {
}

.separator-line {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
}

.signup {
  display: flex;
  justify-content: center;
}
.bbr4 {
  border-bottom-right-radius: 4px;
}

.btr4 {
  border-top-right-radius: 4px;
}

.btl4 {
  border-top-left-radius: 4px;
}

.bbl4 {
  border-bottom-left-radius: 4px;
}

.signup .header {
  text-align: center;
  margin: 20px 0px 30px 0px;
}
.signup .title {
  margin-top: 40px;
}
.personalInfo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 15px;
}
.email {
  margin: 30px 0px;
}
.createAccount {
}

.email {
  margin: 30px 0px;
}
.createAccount {
  margin-top: 30px;
}
.MuiAvatar-root {
  /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2); */
}

.footerLinks {
  display: flex;
  justify-content: space-between;
  padding-left: 35px !important;
  padding-top: 30px;
}

.footerLinks div {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  cursor: pointer;
  color: rgba(112, 112, 112, 1);
  margin-right: 20px;
}

.footerLinks div:first-child {
  margin-left: 5px;
}

.MuiAutocomplete-listbox {
  list-style: "none";
  max-height: 200px !important;
  padding: 0 !important;
  overflow-y: auto !important;
}

.bannerWrapper {
  position: relative;
  width: 100%;
  /* max-width: 924px; */
  min-height: 207px;
  height: auto;
  margin-bottom: 24px;
  padding: 44px 36px 0px 36px;
  box-sizing: border-box;
  background-size: cover;
  background-position-x: center;
  background-blend-mode: soft-light, normal, normal;
  border-radius: 8px;
  overflow: hidden;
  background-clip: padding-box;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.bannerWrapper .title {
  font-family: "Bai Jamjuree";
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
}

.bannerWrapper .description {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  width: 100%;
  max-width: 467px;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.74);
}

.bannerWrapper .crossIcon {
  position: absolute;
  text-align: end;
  cursor: pointer !important;

  right: 27px;
  top: 22px;

  svg {
    width: 30px !important;
    height: 30px !important;
  }
}

.bannerWrapper .crossIcon:hover svg {
  border: 1px solid var(--color-white);
  border-radius: 4px;
}

.emptyStateNotification {
  text-align: center;
  padding-top: 20px;
}

.emptyStateNotification .desc {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: center;
  padding: 20px 16px 8px 16px;
}

.sidebarNav {
  padding: 0px 0px !important;
}

.sidebarNav svg,
.sidebarNav svg g,
.sidebarNav svg path {
  fill: #707070 !important;
}

.sidebarNav .active svg,
.sidebarNav .active svg g,
.sidebarNav .active svg path {
  fill: var(--color-primary-800) !important;
}

.MuiAlert-outlinedError {
  color: var(--color-error) !important;
  font-weight: 500 !important;
  border: 2px solid var(--color-error) !important;
}

.MuiTabs-root {
  color: #879fa8 !important;
}

.MuiTabs-root:not(.MuiTabs-vertical) .MuiTabs-indicator {
  bottom: 2px !important;
}

.MuiTabs-root .Mui-selected {
  color: var(--color-white) !important;
}

.MuiPaper-elevation6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important;
}

.MuiPaper-elevation2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}

.MuiPaper-elevation1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
  border-radius: 8px !important;
}

div[class^="docsWrapper"] .MuiPaper-root {
  box-shadow: none !important;
}

.protokol-accordian {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0px 20px 20px 20px;
}

.protokol-accordian::before {
  display: none;
}

.sigAccordian {
  box-shadow: none !important;
}

.sigAccordian .MuiAccordionSummary-root {
  padding: 0 !important;
}

.sigAccordian .MuiAccordionSummary-content {
  margin: 0px !important;
}

.sigAccordian .MuiAccordionDetails-root {
  padding: 0;
}

.clear {
  clear: both;
}

#chatNoti {
  display: block;
  margin-right: 20px;
  margin-top: 9px;
  cursor: pointer;
}

#userPic {
  width: 40px;
  height: 40px;
  margin: 0;
  display: block;
  margin-right: 8px;
}

#avt_name {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-left: 7px;
  color: var(--color-text-primary);
  font-size: 16px;
}

#avtn {
  display: flex;
  align-items: center;
  margin-top: -8px;
}

#lefSideBar {
  width: 290px;
  height: 100%;
  float: left;
  margin-right: 20px;
}

#lefSideBar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#lefSideBar li {
  width: 100%;
  height: 48px;
}

#lefSideBar li a {
  display: block;
  padding: 18px 0 0 50px;
  width: auto;
  height: 65%;
}

#lefSideBar li div a {
  display: block;
  padding: 0;
  width: auto;
  height: "inherit";
}

#lefSideBar li a:hover {
  border: 2px solid var(--color-white);
  border-radius: 7px;
}

#lefSideBar li div a:hover {
  border: 0px;
  border-radius: 0px;
}

.ABCD .active {
  border: 4px solid red;
}

#users {
  background: url("../images/matchine-icon.png") 16px 17px no-repeat;
}

#nach {
  /* border: 1px solid black; */
  /* background:url("../images/nachri-icon.png") 16px 17px no-repeat; */
  margin-left: -34px;
  overflow: hidden;
  margin-top: -10px;
  width: auto;
}

#nach_text {
  margin-top: -25px;
  /* border: 1px solid red; */
}

input[type="checkbox"] {
  cursor: pointer;
  height: 24px;
  width: 24px;
  color: var(--color-white);
  accent-color: var(--color-primary-800);
}

/* input[type=checkbox]:after {
	width: auto;
	height: 100%;
	content: " ";
	border: 1px solid gray;
	background-color: var(--color-white);
	display: block;
	visibility: visible;
} */

/* input[type=checkbox]:checked:after {
	content: "\2714";
	color: var(--color-white);
	background-color: #26555E;
} */

#nach_outer:hover {
  background-color: var(--color-white);
}

#nach:hover {
  /* background:var(--color-white) url("../images/nachri-icon.png") 16px 17px no-repeat; */
  background-color: var(--color-white);
}

#users:hover {
  background: var(--color-white) url("../images/matchine-icon.png") 16px 17px no-repeat;
}

#surface_orange {
  box-sizing: border-box;
  height: 24px;
  width: 71px;
  border: 1px solid var(--color-error);
  border-radius: 4px;
  float: right;
  color: var(--color-error);
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
  text-align: center;
  margin-left: 30px;
  margin-top: -50px;
}

#surface_green {
  box-sizing: border-box;
  height: 24px;
  width: 71px;
  border: 1px solid #7cb342;
  border-radius: 4px;
  float: right;
  color: #7cb342;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
  text-align: center;
  margin-top: -50px;
}

#surface_silver {
  box-sizing: border-box;
  height: 24px;
  width: 71px;
  border: 1px solid#9E9E9E;
  border-radius: 4px;
  float: right;
  color: #9e9e9e;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
  text-align: center;
  margin-top: -50px;
}

#surface_blue {
  box-sizing: border-box;
  border: 1px solid var(--color-primary-800);
  border-radius: 4px;
  float: none;
  color: var(--color-primary-800);
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 16px;
  text-align: center;
  margin-left: 30px;
  height: 50px;
  display: inline-block;
  width: 144px;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: capitalize;
}

#caption::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

#noti_title::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

#oval-profile {
  height: 36px;
  width: 36px;
  background-color: #fafafa;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14),
    0 2px 2px -2px rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  cursor: pointer;
}

#plant1-profile {
  height: 72px;
  width: 331px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid rgba(25, 25, 25, 0.32);
}

#body-2 {
  height: 20px;
  width: 188px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-top: -15px;
  margin-left: 50px;
}

#drop-down-icon-profile {
  height: 20px;
  width: 22px;
  margin-top: -50px;
  margin-left: 85%;
}

#plant-text-profile {
  margin-top: -45px;
  margin-left: 50px;
  height: 24px;
  width: 188px;
  color: var(--color-text-primary);
  font-size: 16px;
  letter-spacing: 0.15px;
  line-height: 24px;
}

#text-field-profile {
  box-sizing: border-box;
  height: 56px;
  width: 330px;
  border-radius: 4px;
}

#tf-space-profile {
  margin-left: 25px;
}

#body-text-profile {
  height: 44px;
  width: 686px;
  color: #212121;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 22px;
}

#noti_title {
  height: auto;
  width: 243px;
  color: var(--color-text-primary);
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  white-space: initial;
  overflow: scroll;
}

#caption {
  height: 16px;
  width: 32px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-top: -12px;
}

#to-space {
  margin-left: 10px;
}

#uptime {
  margin-left: 20px;
}

#Störfälle {
  margin-left: 70px;
}

/* #Maßnahmeszeit {
  margin-left: 90px;
} */

#hour {
  height: 47px;
  width: 90px;
  color: #9e9e9e;
  font-family: "Bai Jamjuree";
  font-size: 50px;
  letter-spacing: 0.38px;
  line-height: 27px;
  text-align: center;
}

#stats {
  height: 47px;
  width: 90px;
  color: #9e9e9e;
  font-family: "Bai Jamjuree";
  font-size: 40px;
  letter-spacing: 0.38px;
  line-height: 27px;
  text-align: center;
}

#caption1 {
  height: auto;
  width: auto;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-top: -10px;
  margin-left: 20px;
}

#headline-6 {
  height: 24px;
  width: 328px;
  color: var(--color-primary-800);
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.19px;
  line-height: 24px;
  margin-left: 15px;
}

.footerLinks {
  display: flex;
  justify-content: space-between;
  padding-left: 35px !important;
  padding-top: 30px;
}

.footerLinks div {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  cursor: pointer;
  color: rgba(112, 112, 112, 1);
  margin-right: 20px;
}

.footerLinks div:first-child {
  margin-left: 5px;
}

#admin-content-container {
  width: 919px;
  height: auto;
  /* float: left; */
  border: 1px solid #d6d6d6;
  box-shadow: 2px 2px #eee;
  border-radius: 7px;
  min-height: 20px;
  padding: 28px 10px 28px 24px;
  background: var(--color-white);
  margin-bottom: 80px;
}

#admin-content-container .adminHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 15px 0px;
}

.buttons-contained-with-icon-en {
  cursor: pointer;
  margin-left: 40px;
  margin-bottom: 20px;
  margin-top: 10px;
  background-color: var(--color-primary-800);
  border-radius: 5px;
  border: none;
  text-transform: capitalize;
}

.button-text {
  height: 16px;
  width: 124px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
}

#save-changes-profile {
  height: 36px;
  width: 266px;
  background-color: #9e9e9e;
  opacity: 0.5;
  border: 1px solid gray;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: 70%;
}

#save-changes-text-profile {
  height: 16px;
  width: 234px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.25px;
  line-height: 16px;
  margin-top: 10px;
  margin-left: 20px;
  text-align: center;
}

#rect-box-profile {
  height: 48px;
  width: 48px;
  background-color: #d8d8d8;
}

.body-1 {
  margin-left: 20px;
  height: 28px;
  width: auto;
  color: var(--color-text-primary);
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}

select.matchType {
  float: left;
  height: 27px;
  background: url("../images/down-arrow.png") right 7px no-repeat;
  padding-right: 35px;
  margin-right: 70px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-appearance: none;
  border: 0;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 16px;
  color: #666;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative !important;
  float: left;
  margin-right: 34px;
}

.custom-select1 {
  position: relative;
  float: left;
  margin-right: 34px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: var(--color-white);
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #666 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #666 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #666;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: var(--color-white);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 3px 3px 3px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.productDesc {
  width: 411px;
  float: left;
  margin-right: 24px;
  margin-top: 21px;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-radius: 7px;
  box-shadow: 1px 1px #e1e1e1;
  padding-bottom: -6px;
  border-top: 6px solid #f5f5f5;
}

.productDesc h4,
.productDesc p,
.productDesc span {
  padding-left: 15px !important;
}

.productDesc img {
  width: 94px;
  float: left;
  height: 94px;
  position: relative;
  margin-top: -6px;
}

.productDesc h4 {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
  padding-top: 19px;
  font-size: 14px;
  color: #212121;
}

.productDesc p {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #7a7a7a;
  line-height: 20px;
  margin-top: 6px;
}

.productDesc span {
  float: left;
  font-size: 12px;
  background: url("../images/alert-icon.png") 17px center no-repeat;
  padding-left: 40px !important;
}

.productDesc span em {
  background: url("../images/circle-icon.png") 22px center no-repeat;
  font-style: normal;
  padding-left: 45px !important;
}

.notification {
  width: 423px;
  height: 94px;
  float: left;
  margin-right: 24px;
  margin-top: 21px;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-radius: 7px;
  box-shadow: 1px 1px #e1e1e1;
  padding-bottom: -6px;
  border-top: 6px solid var(--color-error);
}

.notification h4,
.notification p,
.notification span {
  padding-left: 15px !important;
}

.notification h4 {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
  padding-top: 19px;
  font-size: 14px;
  color: #212121;
}

.notification p {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #7a7a7a;
  line-height: 20px;
  margin-top: -11px;
}

.notification span {
  float: left;
  font-size: 12px;
  background: url("../images/alert-icon.png") 17px center no-repeat;
  padding-left: 40px !important;
}

.notification span em {
  background: url("../images/timelapse.svg") 22px center no-repeat;
  font-style: normal;
  padding-left: 45px !important;
}

.cm-box {
  box-sizing: border-box;
  height: 56px;
  width: 331px;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 4px;
}

/* Schedule styling */

.sch {
  padding: 3% 2% 7% 3%;
  max-width: 100%;
  box-sizing: border-box;
}

.sch .wholeWrapper {
  min-width: 0;
  max-width: 100%;
}

.sch > .title {
  height: 24px;
  width: 377px;
  color: var(--color-primary-800);
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.19px;
  line-height: 24px;
  font-weight: bold;
}

.sch #desc-main {
  padding: 3% 0%;
}

.sch .desc {
  height: 22px;
  color: #212121;
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.17px;
  line-height: 22px;
}

.sch .subdesc {
  height: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-family: Inter;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
}

.sch .select-main {
  display: flex;
  justify-content: space-between;
}

.sch #select1-main,
.sch #select2-main {
  width: 45%;
}

.sch #table-main {
  width: 100%;
  border-collapse: collapse;
}

.sch #table-main .dmgbox {
  width: 72%;
}

.sch #table-main .dmgbox .bar {
  width: 100%;
  height: 5px;
  background-color: rgba(231, 231, 231, 0.87);
}

.sch #table-main .dmgbox .title {
  width: 100px;
  color: rgba(0, 0, 0, 0.6);
  font-family: Inter;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.44px;
  line-height: 16px;
  padding-bottom: 1%;
}

/* .wholeWrapper div:nth-last-child(-n + 3) {
  border-bottom: "none" !important;
} */

.sch #table-main .dmgbox {
  border: 1px solid rgba(231, 231, 231, 0.9);
  border-radius: 5px;
  margin-right: 10px;
  width: 172px;
}

.sch .tableWrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;

  padding-bottom: 1%;
}

.sch .boxCollapsedTd {
  vertical-align: top !important;
  border-top: transparent !important;
  border-bottom: transparent !important;
  width: 100%;
  padding-top: 13px;
  padding-right: 14px;
}

.sch .boxCollapsedWrapper {
  display: block;
  width: 268px !important;
  height: 51px !important;
  padding: 0;
  margin: 0;
  border: 2px solid rgba(0, 0, 0, 0.12);
}

.sch .boxCollapsedWrapper svg {
  fill: #7f7f7f !important;
}

.sch .boxCollapsed {
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.sch .collapseCard {
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 4px 4px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 0px 10px 10px;
  margin-left: -2px;
  margin-right: -2px;
}

.sch .collapseCard:not(:first-child) {
  margin-top: -2px;
}

.sch .boxCollapsed .header {
  width: 85%;
  padding-left: 11px;
}

.sch #table-main .activeMonth {
  width: 100%;
  height: 22px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.1px;
  color: var(--color-primary-800);
}

.sch #table-main .Month {
  width: 100%;
  height: 22px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.1px;
  color: var(--color-text-secondary);
}

.collapseCardtitle1 {
  width: auto;
  height: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.4px;
  color: var(--color-text-secondary);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.collapseCardtitle2 {
  width: auto;
  height: 22px;

  /* Subtitle 2 */

  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */

  letter-spacing: 0.1px;

  /* Primary/500 */

  color: var(--color-primary-500);

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.collapseCardIconBox,
.collapseCardIconSet {
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding-right: 20px;
}

.collapseCardIconBox .text {
  width: 64px;
  height: 17px;
  margin-left: 6px;
  /* Caption */

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  /* identical to box height, or 17px */

  letter-spacing: 0.4px;

  /* On Surface/Medium Emphasis */

  color: var(--color-text-secondary);

  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
}

.sch .boxCollapsed .icon {
  width: 15%;
}

.sch .boxCollapsed .title {
  width: 192px;
  height: 22px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.1px;
  color: var(--color-text-primary);
  flex: none;
  order: 0;
  flex-grow: 1;
}

.sch .boxCollapsed .description {
  width: auto;
  height: 17px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.4px;
  color: var(--color-text-secondary);
  flex: none;
  order: 1;
  flex-grow: 0;
}

.sch #table-main .dmgbox .desc-outer {
  width: 100%;
  padding: 7% 0% 1% 7%;
}

.sch #table-main .dmgbox .desc {
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-family: Inter;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
}

/* Calender Styling Here */

.clndr {
  padding: 0% 2% 1% 0%;
}

.newDashboardSection .MO_emptyState .content .title {
  margin: 2% 28%;
}

.newCalenderPill {
  width: 186px;
  height: 57px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 8px;
  text-align: left;
}

.newCalenderPill .header {
  width: auto;
  height: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.1px;
  /* text-decoration-line: line-through; */
  color: var(--color-primary-500);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.clndr .title {
  height: 100%;
  margin-top: 4%;
  color: #212121;
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.17px;
  line-height: 22px;
}

.clndr .select-main {
  display: flex;
  justify-content: flex-end;
}

.clndr #table-main {
  margin-top: 3%;
  width: 100%;
  border-collapse: collapse;
}

.clndr #table-main th {
  border-right: 2px solid rgba(231, 231, 231, 0.8);
  border-top: none;
  height: 16px;
  width: 22px;
  color: rgba(0, 0, 0, 0.6);
  font-family: Inter;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
}

.hideBorder {
  border-right: transparent !important;
}

.monthLeftArrow {
  cursor: pointer;
  /* padding-right: 70px; */
}

.monthRightArrow {
  cursor: pointer;
  /* padding-left: 60px; */
}

.clndr #table-main td {
  width: 14.28%;
  border: 1px solid rgba(231, 231, 231, 0.8);
  height: 60px;
  /* text-align: center; */
}

.clndr #table-main tr td:first-child {
  border-left: transparent;
}

.clndr #table-main tr:last-child td {
  border-bottom: transparent;
}

.clndr #table-main tr th:last-child {
  border-right: transparent;
}

.clndr .pill {
  border-radius: 15px;
  display: inline-block;
  padding: 0.5%;
  cursor: pointer;
}

.clndr .purple-pill {
  background-color: #8e24aa;
}

.clndr .blue-pill {
  background-color: #039be5;
}

.clndr .gray-pill {
  background-color: #9e9e9e;
}

.clndr .td-pill {
  height: 22px;
  width: 69px;
  border-radius: 4px;
  background-color: #99bcc4;
}

.clndr .td-empty-pill {
  height: 22px;
  width: 69px;
  border-radius: 4px;
  background-color: transparent;
}

.clndr .pill-text {
  text-align: center;
  color: var(--color-white);
  font-family: Inter;
  font-size: 10px;
  letter-spacing: 0.3px;
  line-height: 22px;
}

.clndr .hd-pill {
  border-radius: 15px;
  display: inline-block;
  padding: 3%;
  cursor: pointer;
}

.clndr .hd-pill-text {
  text-align: center;
  color: var(--color-white);
  font-family: Inter;
  font-size: 11px;
  letter-spacing: 0.3px;
}

/* Custom Calender Styling Here */

.cstm-clndr {
  padding: 0% 2% 1% 0%;
}

.cstm-clndr .title {
  height: 100%;
  margin-top: 4%;
  color: #212121;
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.17px;
  line-height: 22px;
}

.cstm-clndr .select-main {
  display: flex;
  justify-content: flex-end;
}

.cstm-clndr #table-main {
  margin-top: 3%;
  width: 100%;
  border-collapse: collapse;
}

.cstm-clndr #table-main th,
.sch #table-main th {
  border-right: 2px solid rgba(231, 231, 231, 0.8);
  border-top: none;
  height: 16px;
  width: 22px;
  color: rgba(0, 0, 0, 0.6);
  font-family: Inter;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
}

.cstm-clndr #table-main td,
.sch #table-main td {
  width: 14.28%;
  border: 2px solid rgba(231, 231, 231, 0.8);
  height: 77px;
  border-left: transparent !important;

  /* text-align: center; */
}

.cstm-clndr #table-main tr td:first-child,
.sch #table-main tr td:first-child {
  border-left: transparent;
}

.cstm-clndr #table-main tr td:last-child,
.sch #table-main tr td:last-child,
.clndr #table-main tr td:last-child {
  border-right: transparent;
}

.cstm-clndr #table-main tr td:first-child,
.sch #table-main tr td:first-child,
.clndr #table-main tr td:first-child {
  border-right: transparent !important;
}

.cstm-clndr #table-main tr:last-child td,
.sch-clndr #table-main tr:last-child td {
  border-bottom: transparent;
}

.cstm-clndr #table-main tr th:last-child,
.sch-clndr #table-main tr th:last-child {
  border-right: transparent;
}

.cstm-clndr .pill,
.sch .pill {
  border-radius: 15px;
  display: inline-block;
  padding: 0.5%;
  cursor: pointer;
}

.cstm-clndr .purple-pill,
.sch .purple-pill {
  background-color: #8e24aa;
}

.cstm-clndr .blue-pill,
.sch .blue-pill {
  background-color: #039be5;
}

.cstm-clndr .gray-pill,
.sch .gray-pill {
  background-color: #9e9e9e;
}

.cstm-clndr .td-pill,
.sch .td-pill {
  height: 22px;
  width: 69px;
  border-radius: 15px;
  background-color: #99bcc4;
  padding: 0 8px 0 8px;
}

.cstm-clndr .td-empty-pill,
.sch .td-empty-pill {
  height: 22px;
  width: 69px;
  border-radius: 4px;
  background-color: transparent;
}

.cstm-clndr .pill-text,
.sch .pill-text {
  text-align: center;
  color: var(--color-white);
  font-family: Inter;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 22px;
}

.cstm-clndr .hd-pill,
.sch .hd-pill {
  border-radius: 15px;
  display: inline-block;
  padding: 3%;
  cursor: pointer;
}

.cstm-clndr .hd-pill-text,
.sch .hd-pill-text {
  text-align: center;
  color: var(--color-white);
  font-family: Inter;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.cstm-clndr .cstm-table,
.sch .cstm-table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.cstm-clndr .brdr-none,
.sch .brdr-none {
  border: none !important;
}

.cstm-clndr .has-brdr,
.sch .has-brdr {
  border-top: none !important;
  border-bottom: 1px solid rgba(231, 231, 231, 0.8) !important;
}

.swimLane-tr {
  display: flex;
  flex-wrap: no-wrap;
  overflow-x: scroll;
}

/* Scrollbar Track */
.swimLane-tr::-webkit-scrollbar {
  height: 0px; /* height for horizontal scrollbar */
}

/* Scrollbar Thumb (the draggable part) */
.swimLane-tr::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
  border-radius: 4px;
}

/* Scrollbar Track (background) */
.swimLane-tr::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.swimLane-tr .newCalenderPill:not(:first-child) {
  /* margin-top: 0px !important; */
}

.swimLane-tr:last-child td {
  border-bottom: none !important;
}

.mainFlexWrapper {
  display: flex !important;
  flex-wrap: wrap !important;
}

.mainFlexWrapper .item {
  width: 25% !important;
}

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

.flexDiv svg {
  width: 20px;
  height: 20px;
  color: #77787c;
}

.flexDiv .noti {
  width: 33%;
  margin-bottom: 3%;
  margin-right: 24px;
}

.cstmStats {
  border: 1px solid lightgray;
  border-radius: 8px;
  border-top: none;
  margin-bottom: 3% !important;
  margin-top: 1% !important;
}

.cstmStats .stats {
  padding: 25px 0px 0px 0px;
}

.flexDiv .font_bold {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.flexDiv .dashboardNotificationSummaryTitle {
  color: var(--color-text-primary) !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.25px !important;
}

.history-filters {
  width: 100%;
  background: rgba(33, 33, 33, 0.05);
  padding: 2% 2% 2% 2% !important;
}

.history-filters .row1 {
  margin: 0px 0px 20px 0px;
}

.history-filters .row1,
.history-filters .row2,
.history-filters .row3 {
  display: flex;
  column-gap: 20px;
  width: 100%;
}

.history-filters .row2 .child,
.history-filters .row3 .child {
  width: 32%;
}

.history-filters .row3 {
  margin: 23px 0px 0px 0px;
}

.history-filters .row1 .child {
  width: 100%;
}

.step-content .wrapper {
  background-color: #f5f5f5;
  display: flex;
  gap: 130px;
  margin-top: 48px;
  justify-content: center;
  margin-top: 4em;
}
.subscription-header {
  display: flex;
  position: absolute;
  align-items: center;
  top: 0px;
  background-color: var(--color-white);
  width: 100%;
  height: 100px;
  justify-content: space-between;
  overflow: hidden;
}

.subscription-header .__header {
  display: flex;
  align-items: center;
}

.subscription-header .__header .__title {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 140%;
  font-weight: 400;
  font-family: Inter;
  color: rgba(134, 134, 134);
  text-align: right;
  display: inline-block;
}

.subscription-header .__login {
  margin-right: 5%;
}

/* .subscription-header span {
  margin: 39px 100px;
} */
@media (max-width: 820px) {
  .subscription-header {
    width: max-content;
    background-color: var(--color-white);
    padding: 10px;
  }
}
.stepper {
  position: relative;
  width: 100%;
  margin-top: 8em;
}
.stepper-btn {
  display: flex;
  height: 36px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  margin: 0% 75% 5% 0%;
}
.column-left {
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.column-right {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.show-on-mobile {
  display: none;
}
.hide-on-mobile {
  display: flex;
}

@media (min-width: 1441px) {

  .copilot {
    left: 97% !important;
  }
}
@media (max-width: 820px) {
  .wrapper {
    flex-direction: column; /* Stack the columns vertically */
  }
  .column-left,
  .column-right {
    flex: 100%; /* Full width on small screens */
  }
  .show-on-mobile {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
  /* Button styling */
  .stepper-btn {
    width: 50%; /* Make the button full-width on smaller screens */
    margin-top: 20px;
  }
}

.card-info {
  background-color: var(--color-white);
  border-radius: 8px;
  width: 713px;
  padding: 40px 24px;
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2), 0 3px 2px 0 rgba(0, 0, 0, 0.15);
}

.card-info .item-list {
  margin-top: 28px;
}

.card-info .item-list .item:hover {
  border: 2px solid #6fa03b;
}
.green-border {
  border-color: #6fa03b !important;
}

.card-info h2 {
  margin: 28px 0px;
}
.card-service {
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 20px;
  width: 462px;
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2), 0 3px 2px 0 rgba(0, 0, 0, 0.15);
}
.card-service-abo {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 20px;
  width: 462px;
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2), 0 3px 2px 0 rgba(0, 0, 0, 0.15);
}

.billing-address {
  display: flex;
  gap: 24px;
}
.billing-address .MuiFormLabel-root {
  color: darkgray !important;
}
.column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 28px;
}
.textField-row {
  display: flex;
  gap: 28px; /* Keep the gap for spacing between fields */
  width: 100%; /* Ensure the text field row takes the full width of the container */
}

.textField-row .MuiTextField-root,
.textField-row .MuiFormControl-root {
  width: 48%; /* Adjust width of each TextField and Select to be 48% of the row */
  height: 56px; /* Standard height for MUI text fields */
}
.postcode-city-group {
  display: flex;
  gap: 16px; /* Adjust spacing between Postcode and City fields */
  width: 100%; /* Combined width of both fields should be the same as a single field */
}
.postcode-city-group .MuiTextField-root {
  /* width: 50%; Each field takes half of the container width */
  height: 56px;
}
.textField-row .email-field {
  width: 100%; /* Full width for better alignment */
  height: 56px; /* Match height of other fields */
}
.helper-text-margin {
  margin: 2px 0px;
}

.addressField {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
.abo-card {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.contact-person {
  display: flex;
  gap: 24px;
}
.card-frame {
  display: flex;
  gap: 35px;
  align-items: center;
}
.checkMark-text {
  display: flex;
}
.icon {
  padding-right: 5px;
}
.text-color {
  color: var(--color-primary-500);
}
.customer-service-text {
  display: flex;
  gap: 28px;
}
.text {
  color: #000;
  opacity: 50%;
  font-size: 14px;
}
.text-mail {
  color: #000;
  opacity: 50%;
  font-size: 14px;
  padding-top: 10px;
}
.number-of-package {
  color: #000;
}
.text-space {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: 500;
}
.card-text {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
}

.dark-text {
  text-align: right;
}
.text-line {
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
  margin: 10px 0px;
}
.item-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item {
  border-radius: 4px;
  border: 2px solid var(--Outline, rgba(0, 0, 0, 0.12));
  padding: 16px;
}
.item-title {
  display: flex;
  align-items: center;
}
.item-text {
  margin: 0px;
  color: #000;
  opacity: 50%;
  font-size: 14px;
}
.invoice-edit {
  display: flex;
  justify-content: right;
  gap: 8px;
}
.invoice-edit span {
  color: var(--Primary-800, var(--color-primary-800));
  font-size: 14px;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.25px;
  text-transform: uppercase;
}
.invoice-card {
  display: flex;
  gap: 24px;
}
.invoice-address {
  width: 100%;
  height: auto;
}

.invoice-address p {
  margin: 0 !important;
}
.invoice-email {
  width: 100%;
  height: auto;
}
.light-text {
  color: var(--color-primary-500);
  padding: 0 3px;
}
.checkbox-text {
  display: flex;
}
.bold-txt {
  font-weight: 500;
}

@keyframes copilotButtonPulseRing {
  0% {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.035);
    opacity: 0.18;
  }
  100% {
    transform: scale(1);
    opacity: 0.35;
  }
}

@keyframes copilotButtonSoftGlow {
  0% {
    box-shadow: 0 0 0 0 var(--color-primary-800-a12);
  }
  50% {
    box-shadow: 0 0 0 7px var(--color-primary-800-a02);
  }
  100% {
    box-shadow: 0 0 0 0 var(--color-primary-800-a12);
  }
}

#btn_header_copilot {
  animation: none;
}

@keyframes copilotIconBreath {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--color-primary-800-a20);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 0 0 7px var(--color-primary-800-a05);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--color-primary-800-a20);
  }
}

#btn_header_copilot_icon {
  animation: copilotIconBreath 3.8s ease-in-out infinite;
  transform-origin: center;
}

#btn_header_copilot:hover #btn_header_copilot_icon,
#btn_header_copilot:focus-visible #btn_header_copilot_icon {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  #btn_header_copilot_icon {
    animation: none !important;
  }
}
