/* Common Styles */
a {
  color: #38748d;
  text-decoration: none;
}

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


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

/* Aufgabenplanung css */

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

  /* Subtitle 2 */
  font-family: Roboto;
  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;
}

#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, rgba(0, 0, 0, 0.87));
  font-feature-settings: "liga" off, "clig" off;

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

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

  /* Headline 2 */
  font-family: Rubik;
  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, rgba(0, 0, 0, 0.5));
  text-align: right;
  font-feature-settings: "liga" off, "clig" off;

  /* Caption */
  font-family: Roboto;
  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, rgba(0, 0, 0, 0.87));
  font-feature-settings: "liga" off, "clig" off;

  /* Body 1 */
  font-family: Roboto;
  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, rgba(0, 0, 0, 0.5));
  font-feature-settings: "liga" off, "clig" off;

  /* Caption */
  font-family: Roboto;
  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, rgba(0, 0, 0, 0.87));
  font-feature-settings: "liga" off, "clig" off;

  /* Body 1 */
  font-family: Roboto;
  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: Roboto;
  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, #38748d);
  font-feature-settings: "liga" off, "clig" off;

  /* Subtitle 2 */
  font-family: Roboto;
  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, rgba(0, 0, 0, 0.87));
  font-feature-settings: "liga" off, "clig" off;

  /* Body 1 */
  font-family: Roboto;
  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: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.4px;

  span {
    color: #38748d;
  }
}

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

  /* Caption */
  font-family: Roboto;
  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, rgba(0, 0, 0, 0.5));
  font-feature-settings: "liga" off, "clig" off;

  /* Headline 3 */
  font-family: Rubik;
  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, rgba(0, 0, 0, 0.87));
  font-feature-settings: "liga" off, "clig" off;

  /* Body 1 */
  font-family: Roboto;
  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: flex-start;
}

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

.KPI_Card {
  position: relative;
  margin: 24px 24px 24px 0px;
  width: 276px !important;
  height: 110px !important;
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;

  .numeric {
    display: flex;
  }

  .numeric .first {
    color: rgba(0, 0, 0, 0.87);
    font-feature-settings: "liga" off, "clig" off;

    /* Display 2 */
    font-family: Rubik;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 44.8px */
    letter-spacing: 0.15px;
  }

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

    /* Headline 5 */
    font-family: Rubik;
    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: 5.5px;
    padding-top: 7%;
  }

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

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

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

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

.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;
}

.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: Rubik;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    color: #0e3f51;
  }

  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: Rubik;
  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, rgba(0, 0, 0, 0.87));
  font-feature-settings: "liga" off, "clig" off;

  /* Body 2 */
  font-family: Roboto;
  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;
}
.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: absolute;
  bottom: 80%;
  left: 0%;

  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;
}

.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, #fff);
    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: Rubik;
      font-size: 12px;
      font-weight: 500;
      line-height: 21px;
      letter-spacing: 0.15000000596046448px;
      text-align: left;
      color: #0e3f51;
      width: max-content;
    }

    .secondary {
      font-family: Rubik;
      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, rgba(0, 0, 0, 0.87));
      font-feature-settings: "liga" off, "clig" off;
      margin-left: 10px;
      /* Body 1 */
      font-family: Roboto;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.8; /* 22.4px */
      letter-spacing: 0.5px;

      .primary {
        font-family: Rubik;
        font-size: 12px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.15000000596046448px;
        text-align: left;
        color: #0e3f51;
      }

      .secondary {
        font-family: Rubik;
        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 {
  /* cursor: pointer; */
  display: none;
  position: fixed;
  bottom: 2%;
  text-align: 0;
  right: 6px;
  top: 13%;
  width: 28.8%;
  background: white;
  height: 74%;
}

.copilot_dialog {
  display: none;
  .MuiPaper-root {
    overflow: hidden;
  }

  #alert-dialog-title {
    display: flex;
    width: 100%;
    padding: 3% 4%;
  }
  .title {
    color: var(--Primary-800, #0e3f51);
    font-feature-settings: "liga" off, "clig" off;

    /* Headline 1 */
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    letter-spacing: 0.15px;
    flex-grow: 1;
    margin-left: 12px;
  }

  #alert-dialog-description {
    padding: 0px 20px 0px 20px;
    overflow: hidden;
  }

  #alert-dialog-description .header {
    display: flex;
    margin-top: 10px;

    .icon {
      color: #909090;
    }

    .desc {
      color: #909090;
      font-size: 11px;
    }

    .eqSvg {
      background-size: cover;
      width: 66px;
      height: 46px;
      border-radius: 4px;
    }

    .content {
      margin: 0px 0px 0px 16px;
    }

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

    .content .desc {
      /* Body 2 */
      color: #757575;
      font-family: Roboto;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      letter-spacing: 0.25px;
    }
  }
}

.copilot_chat_wrapper {
  height: 100%;
  /* border-top: 1px solid lightgray; */
  .chat-container {
    height: 100%;
    padding-top: 1%;
    background: linear-gradient(
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.5)
      ),
      url("../public/whatsapp-bg.jpeg");

    .submit {
      cursor: pointer;
    }
  }

  .pill,
  textarea,
  div {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
  }

  .message-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* max-height: 500px; */
    height: 84%;
    overflow-y: auto;
    margin-bottom: 6px;

    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: 10px;
    width: 98%;
    margin-left: 1px;
  }

  textarea {
    width: max-content;
    border: none;
    resize: none;
    height: 44px;
    font-family: Roboto;
    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: Roboto;
    letter-spacing: 0.5px;
  }

  .txtarea {
    width: 90% !important;
    height: 44px !important;
    outline: none !important;
  }

  .request .pill {
    background-color: #0e3f51;
    align-self: flex-end;
    color: #ffffff;
    word-break: break-word;
    white-space: pre-line;
  }

  .response .pill {
    background-color: #f5f5f5;
    align-self: flex-start;
    word-break: break-word;
    white-space: pre-line;
  }

  .chat-input {
    height: 12%;
    display: flex;
    width: 100%;
    background-color: white;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }

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

  button {
    background-color: #0e3f51;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  button:hover {
    background-color: #0e3f51;
  }

  .submit {
    text-align: right;
  }
  .submit img {
    width: 58%;
    cursor: pointer;
  }

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

.MuiModal-backdrop {
  /* background-color: #0e3f51;
  opacity: 0.75 !important; */
}

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

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

.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: #ffffff !important;
}

.ant-select-selection-item {
  background: #0e3f51 !important ;
  color: #ffffff;
}

.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;
}

.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: Roboto;
  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: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #38748d;
}

.admin-customer .avatarWrapper .avatarContent ._phone {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #38748d;
}

.admin-customer .avatarWrapper .avatarContent ._timing {
  font-family: Roboto;
  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: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #0e3f51;
  padding-bottom: 2%;
}

.admin-footer .faq ._answer .MuiAccordionDetails-root {
  font-family: Rubik;
  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: Roboto;
  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: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #000000de;
}

.admin-smallDesc {
  font-family: Roboto;
  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: Roboto;
  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: Roboto;
  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: #0e3f51;
  color: white;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-end;
  vertical-align: middle;
  font-family: "Rubik";
}

.subscription-banner-wrapper button,
.subscription-banner-wrapper button:hover {
  background-color: white;
  color: #0e3f51;
}

.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: Rubik;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
}

.signupScopeHeaderFrame .textWithIcon .text {
  color: white;

  font-family: Roboto;
  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)),
    rgb(14, 63, 81);
  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: Rubik;
  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: Rubik;
  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, rgba(0, 0, 0, 0.87));
  font-feature-settings: "liga" off, "clig" off;

  /* Body 2 */
  font-family: Roboto;
  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, #0e3f51);
  font-feature-settings: "liga" off, "clig" off;
  padding-bottom: 15px;
  /* Headline 1 */
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: 0.15px;
}

.help_and_feedback_accordian ._content {
}

.help_and_feedback_accordian ._content ._titleP {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #38748d;
}

.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: Roboto;
  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: #0e3f51 !important;
  color: #ffffff;
}

.DashboardTablePagination .perPageSelect {
  font-family: Roboto;
  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: #0e3f51;
  color: white;
}

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

.delete-dialog-content {
  font-family: Roboto;
  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: #0e3f51;
  color: white;
  margin-left: 10px;
  font-size: 17px;
  font-weight: bold;
  display: none !important;
}

.profileMenu .MuiListItemText-primary {
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #0e3f51;
}
.profileMenu .MuiListItemText-secondary {
  font-family: Roboto;
  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: Rubik;
  color: #0e3f51;
  font-size: 18px;
  font-weight: bold;
}

.identicalHersteller .hr_subtitle {
  font-family: Rubik;
  color: black;
  font-size: 14px;
}

.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: rgba(0, 0, 0, 0.87) !important;
}

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

.footerTitle {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
}

.searchStats {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  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: rgba(0, 0, 0, 0.5);
  font-family: Roboto;
  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: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);

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

.poolCheckBoxes .eqSubname {
  font-family: Roboto;
  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: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #0e3f51;
}

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

.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: Rubik;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  font-family: Rubik;
  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: Rubik;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  font-family: Rubik;
  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: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}

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

.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: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: rgba(56, 116, 141, 1);
  margin-top: 8px;
  cursor: pointer;
}

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

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

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

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

.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 {
  color: rgba(0, 0, 0, 0.5);
}

.primarySolution .MuiTypography-root {
  color: #38748d;
}

._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: rgba(14, 63, 81, 1);
}

.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: "Rubik", 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: #0e3f51;
}

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

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

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

.costTable .contentRow .unit {
  color: #00000080;
  font-family: Roboto;
  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: 180px;
  padding: 0;
}

.moreActions .menuitem {
  display: flex;
  padding: 7px;
  width: 100%;
}

.moreActions .menuItem .text {
  font-weight: 400;
  font-size: 14px;
  color: #000000 !important;
  opacity: 0.85 !important;
  font-family: Roboto;
  width: 80%;
}

.moreActions .menuItem .icon {
  width: 20%;
}

.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: rgba(56, 116, 141, 1);
  cursor: pointer;
  display: flex;
  align-items: center;

  & .icon {
    margin-left: 20px;
    color: rgba(0, 0, 0, 0.5);
  }
}

.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: Rubik;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #0e3f51;
}

.exportDivWrapper .content .desc {
  font-family: Roboto;
  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: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #0e3f51;
}

.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: Rubik;
  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: Rubik;
  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: #38748d;
}

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

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

.faqAccordian .Mui-expanded .title,
.faqAccordian .MuiAccordionSummary-content:hover .title {
  color: #38748d !important;
  font-weight: bold;
}

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

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

.my-awesome-machineCardItem .contentWrapper .content .title {
  color: rgba(0, 0, 0, 0.87) !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;
}

.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 .typeBadge {
  margin-left: 0px;
  font-family: Roboto;
}

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

.ND_headerCard .title {
  font-family: Rubik;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: rgba(14, 63, 81, 1);
}

.ND_headerCard .subTitle {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: rgba(56, 116, 141, 1);
  margin-top: 5px;
}

.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;
  padding: 9px !important;
  cursor: pointer;
}

.ND_HeaderCard .preMailButton .text,
.HT .preMailButton .text {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 1.25px;
  text-align: left;
  color: rgba(14, 63, 81, 1);
  text-transform: uppercase;
  opacity: 100% !important;
}

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

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

label[for="outlined-adornment-cost"] {
  color: rgba(0, 0, 0, 0.5);
}

.NT_cardHeader .MuiCardHeader-title {
  color: #38748d;
  margin-left: 15px;
}

.MT_textWithIcon {
  color: rgba(0, 0, 0, 0.5);
  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: Roboto;
      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: Roboto;
    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: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  width: 584px;
  margin: 15px 0px 30px 0px;
}

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

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

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

.MUITableSortLabel-icon {
  opacity: 1;
  color: #0e3f51;
}

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

.Mui-selected {
  background-color: #0e3f51 !important;
  color: #ffffff;
}

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

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

/* .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: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  width: 584px;
  color: rgba(0, 0, 0, 0.5);
}

.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: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.15000000596046448px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  margin: 6px 0px;
}

.MO_emptyState .content .description {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  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: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  color: rgba(56, 116, 141, 1);
}

.attachmentWrapper .content .attachmentSubHeader {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}

.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: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  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: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 8px;
}

.counter-simple-modal-title {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: rgba(14, 63, 81, 1);
  margin-bottom: 20px;
}

.countersTable .item_text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}

.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: 1260px;
  max-width: 1260px;
}

.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,
.MuiButton-containedPrimary,
.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: 4px;
}

.separator {
  font-size: 14px;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #757575;
}
.separator-line {
  padding: 0px 8px;
}

.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 {
  padding: 0px 8px;
}

.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;
}
#notificationContainer .MuiBadge-badge,
.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: Roboto;
  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;
}

.bannerWrapper {
  width: 924px;
  height: 207px;
  margin-bottom: 24px;
  padding: 44px 36px 0px 36px;
  background-size: cover;
  background-position-x: center;
  background-blend-mode: soft-light, normal, normal;
  border-radius: 4px;
  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: Rubik;
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
}

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

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

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

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

.sidebarNav .active svg,
.sidebarNav .active svg g,
.sidebarNav .active svg path {
  fill: #0e3f51 !important;
}

.MuiAlert-outlinedError {
  color: #ff3d00 !important;
  font-weight: 500 !important;
  border: 2px solid #ff3d00 !important;
}

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

.MuiTabs-root .Mui-selected {
  color: #ffffff !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;
}

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: rgba(0, 0, 0, 0.87);
  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 #fff;
  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: #ffffff;
  accent-color: #0e3f51;
}

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

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

#nach_outer:hover {
  background-color: #fff;
}

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

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

#surface_orange {
  box-sizing: border-box;
  height: 24px;
  width: 71px;
  border: 1px solid #ff3d00;
  border-radius: 4px;
  float: right;
  color: #ff3d00;
  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 #0e3f51;
  border-radius: 4px;
  float: none;
  color: #0e3f51;
  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: rgba(0, 0, 0, 0.87);
  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: rgba(0, 0, 0, 0.87);
  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: Rubik;
  font-size: 50px;
  letter-spacing: 0.38px;
  line-height: 27px;
  text-align: center;
}

#stats {
  height: 47px;
  width: 90px;
  color: #9e9e9e;
  font-family: Rubik;
  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: #0e3f51;
  font-family: Rubik;
  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: Roboto;
  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: #fff;
  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: #0e3f51;
  border-radius: 5px;
  border: none;
  text-transform: capitalize;
}

.button-text {
  height: 16px;
  width: 124px;
  color: #ffffff;
  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: rgba(0, 0, 0, 0.87);
  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: #fff;
}

/*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: #fff;
  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 #ff3d00;
}

.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%;
}

.sch > .title {
  height: 24px;
  width: 377px;
  color: #0e3f51;
  font-family: Rubik;
  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: Rubik;
  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: Roboto;
  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: Roboto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.44px;
  line-height: 16px;
  padding-bottom: 1%;
}

.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: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.1px;
  color: #0e3f51;
}

.sch #table-main .Month {
  width: 100%;
  height: 22px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.5);
}

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

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

  /* Subtitle 2 */

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

  letter-spacing: 0.1px;

  /* Primary/500 */

  color: #38748d;

  /* 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: "Roboto";
  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: rgba(0, 0, 0, 0.5);

  /* Inside auto layout */

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

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

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

.sch .boxCollapsed .description {
  width: auto;
  height: 17px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.5);
  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: Roboto;
  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: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.1px;
  /* text-decoration-line: line-through; */
  color: #38748d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.clndr .title {
  height: 100%;
  margin-top: 4%;
  color: #212121;
  font-family: Rubik;
  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: Roboto;
  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: #ffffff;
  font-family: Roboto;
  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: #ffffff;
  font-family: Roboto;
  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: Rubik;
  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: Roboto;
  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: #ffffff;
  font-family: Roboto;
  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: #ffffff;
  font-family: Roboto;
  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;
}

.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: #fff;
  width: 100%;
  height: 100px;
  justify-content: space-between;
  overflow: hidden;
}
.subscription-header span {
  margin: 39px 100px;
}
@media (max-width: 820px) {
  .subscription-header {
    width: max-content;
    background-color: #fff;
    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: #fff;
  border-radius: 4px;
  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: #fff;
  border-radius: 4px;
  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: #fff;
  border-radius: 4px;
  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: #38748d;
}
.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, #0e3f51);
  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: #38748d;
  padding: 0 3px;
}
.checkbox-text {
  display: flex;
}
.bold-txt {
  font-weight: 500;
}
