@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
.custom-filter-main-div {
  max-width: 645px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.filter-custom-input > div {
  width: 100%;
}

.filter-custom-input > div > .MuiInputBase-root {
  padding: 0.5rem 0.75rem !important;
}

.filter-heading {
  display: block;
  width: 100%;
  font-weight: bold;
  width: 100%;
}

.filter-menu-main-div {
  padding: 10px;
}

.title-toolbar {
  padding-bottom: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.filter-actions-main-div {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.close-filter-modal-main-div {
  cursor: pointer;
}

.custom-header{
    background-color: #efeff0;
    font-size: 14px;
}

.custom-cell{
    font-size: 12px;
    cursor: pointer;
}

.data-cell{
    cursor: pointer;
}
.searchbar-parent-div {
  padding: 20px;
}

.data-grid-parent-div {
  background-color: white;
  margin-top: 20px;
  border-radius: 24px;
}

.searchbar-parent-div {
  height: 100%;
  width: 100%;
  background-color: var(--primary-background-color);
  border-radius: 24px 24px 0 0;
}

.searchbar-parent-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customer-filter-main-div {
  color: white;
  cursor: pointer;
}

.custom-background-div {
  border-radius: 1.5rem;
  /* 24px */
  box-shadow: 0px 2px 10px rgba(3, 3, 3, 0.1);
  background-color: white;
  padding: 20px;
  margin: 20px 0;
  display: flex;
  flex: 1;
}
label{
    margin-right: 10px;
}

input{
    margin-right: 5px;
}
select{
    height: 40px;
    padding: 10px;
    font-size: 14px;
    border-radius: 8px !important;
}
/* .MuiBox-root css-wulq91 .custom-searchbar {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    height: 40px; /* Adjust for visibility */
/* }  */

.custom-searchbar {
  width: 100;
  border-radius: 30px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  height: 40px; /* Adjust for visibility */
  padding: 13px;
  width: 443px;
}
.nested-accordion-detail .MuiAccordionDetails-root {
  padding: 0 !important;
}
.custom-searchbar::placeholder {
  color: #1e1c1c;
  opacity: 1;
}

.custom-searchbar:focus {
  border-color: #98a1ab;
  outline: none;
}

.custom_card {
  box-shadow: none !important;
}
.textfield .MuiInputBase-input {
  margin: 0;
}
.datepicker .MuiInputBase-input {
  margin: 0 !important;
}
.sprint-accordionsummary .MuiButtonBase-root-MuiAccordionSummary-root.Mui-expanded {
  min-height: 29px;
  margin-bottom: 4px;
}

.task-summary {
  margin-left: 21px;
  padding: 2px;
}
.tasks-heading-accordion {
  margin-top: -10px;
}
.board-page .MuiAccordionSummary-root {
  padding: 0 !important;
}
.board-page .MuiAccordion-root {
  box-shadow: none !important;
  position: initial !important;
  color: #030303;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 18px;
}

.common-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white !important;
  margin-top: 8px;
  padding: 7px;
  border-radius: 24px;
}

.new-epic-btn {
  cursor: pointer;
  top: 44px;
  left: 1276px;
  width: 100px;
  height: 40px;
  padding: 0px 8px;
  border: 1px solid #007aff;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  color: #007aff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  outline: none;
}
.closed-sprint {
  cursor: pointer;
  top: 44px;
  left: 1276px;
  width: 110px;
  height: 40px;
  padding: 0px 8px;
  border: 1px solid #ff9500;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  color: #ff9500;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  outline: none;
}
.completed-sprint {
  cursor: pointer;
  top: 44px;
  left: 1276px;
  width: 100px;
  height: 40px;
  padding: 0px 8px;
  border: 1px solid #4cd964;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  color: #4cd964;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  outline: none;
}
.new-epic-btn:hover {
  background-color: #c4ccd4; /* Changes background color on hover */
  color: white; /* Changes text color on hover */
  border-color: #90b1d3; /* Darkens border color on hover */
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Smooth transition */
}
.custom-searchbar {
  background: white;
}
.common-header-child {
  display: flex;
  justify-content: flex-end;
  justify-items: center;
  align-items: center;
  gap: 2px;
  padding-top: 2px;
  margin-top: 2px;
}
.epic-botton {
  background: transparent;
  color: black;
}
@media (max-width: 406px) {
  .common-header-container {
    flex-direction: column;
  }
  .custom-searchbar {
    width: 94%;
    background: white;
  }
  .common-header-child {
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
  }
}

.filterBox {
  max-width: 750px !important;
}

/* single chip display box heading */
.chipDisplayBoxHeading {
  position: absolute !important;
  top: 2px !important;
  font-size: 10px !important;
  font-weight: bold !important;
}

/* single chip display box for selected filter */
.singleChipDisplayBox {
  position: relative;
  padding: 15px 10px 10px !important;
  border: 1px solid gainsboro;
  border-radius: 0.5rem;
}

.insideSingleChipDisplayBox {
  margin-top: 3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.filter-select-menu {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .responsive-table {
    font-size: 1.2rem;
    padding: 20px;
  }
}
*/ .table_section {
  height: 70vh;
  padding: 10px;
  overflow: auto;
  border: none;
  border-radius: 24px;
}
.epic_table {
  width: 100%;
  table-layout: fixed;
  min-width: 900px;
  background-color: white;
  margin-top: 10px;
  font-size: 16px;
  border-collapse: collapse;
  border-radius: 24px;
  border: none !important;
}

/* .epic_thead {
  background-color: white;
} */
.epic_thead th {
  position: sticky;
  padding: 15px;
  top: 0;
  background-color: white;
  font-weight: 500;
  border-bottom: 1px solid rgb(215, 193, 193);
  border-radius: 24px;
  z-index: 100;
}

.epic_table > th,
td {
  padding: 10px 20px;
  word-break: break-all;
  text-align: center;
}
.epic_table tr:hover td {
  color: rgb(150, 144, 144);
  cursor: pointer;
  /* background-color: white; */
}
.table_section::-webkit-scrollbar {
  display: block !important;
  width: 5px;
  height: 5px;
}
.table_section::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0, 3);
}
.table_section::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0, 3);
}
.pagination {
  display: flex;
  justify-content: center;
  background-color: white;
  width: 100%;
  padding: 10px 20px;
  border-radius: 24px;
  bottom: 0;
  margin-top: 10px;
  position: sticky;
}
.data-not-found {
  background-color: white;
  height: 400px;
  margin-top: 10px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.epic-table {
  margin-top: 0px !important;
  border: none !important;
}
.epic-table .MuiTableHead-root {
  display: contents !important;
}
.epic-heading {
  position: sticky;
  top: 0;
  z-index: 1;
}
.epic-table-container {
  min-height: 400px;
  overflow-y: auto;
}
.epic-table .MuiTableHead-root > tr > th {
  color: #030303;
  font-size: 14px;
  font-weight: 500;
}
.epic-table .MuiTableCell-root {
  background-color: white !important;
  color: #030303;
  font-size: 14px;
  font-weight: 500;
}
.epic-table-body .MuiTableCell-root {
  border-bottom: none !important;
}
.epic-table-body > .epic-table-first-child {
  display: flex;
  justify-content: flex-start;
  align-items: left;
  gap: 8px;
}
.epic-loading-data {
  display: flex;
  justify-content: center;
  height: 60vh;
  align-items: center;
  background-color: white;
  margin-top: 7px;
  border-radius: 24px;
}
.sprint-epic-wrapper {
  background-color: #f3f4f2;
  padding: 10px;
  border-radius: 12px;
}

.custom-quill .ql-editor {
  min-height: 100px !important;
}
.custom-quill .ql-snow .ql-tooltip {
  position: initial;
}

/* Header Section */
.epic-header {
  padding: 1px;
  border-radius: 24px !important;
}

.epic-title {
  font-size: 14px !important;
}

.epic-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding: 10px;
  border-radius: 24px;
}

.epic-icon {
  border: 1px solid #5856d6;
  border-radius: 6px;
  box-sizing: border-box;
  color: #5856d6;
  outline: none;
  width: 44px;
  height: 44px;
  margin-top: 3px;
}

/* Body Section */
.epic-body,
.epic-body-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 3px;
  padding: 1px;
}

/* Dialog Box */
.dialog-box {
  overflow-y: scroll !important; /* Ensure scrolling is forced */
  max-height: 80vh;
  padding: 16px;
  margin: 6px;
  display: block;
  margin-top: -20px;
}

/* Custom Scrollbar Styling for Dialog Box */
.dialog-box::-webkit-scrollbar {
  display: block !important;
  width: 9px;
}

.dialog-box::-webkit-scrollbar-thumb {
  background-color: #a2a2a5; /* Scrollbar thumb color */
  border-radius: 4px;
  max-height: 10px !important;
}

.dialog-box::-webkit-scrollbar-track {
  background: #f1f1f1; /* Scrollbar track color */
  max-height: 10px !important;
  height: 10px !important;
}

/* Dialog Actions */
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Spinner Styling */
.spinner {
  margin-top: -10px;
}

/* Media Queries */
@media (max-width: 768px) {
  .epic-body {
    flex-direction: column;
  }
}

.deleteIcon {
  margin-left: 8px;
  color: red;
  cursor: pointer;
}
.duration-box {
  margin-top: 9px;
}
.sprint-icon-color {
  color: #ffcc00 !important;
  fill: #ffcc00;
  border: none !important;
}
.sprint-title {
  color: #030303 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}
.task-create-add-more-btn {
  color: #007aff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  background-color: transparent;
  margin-left: -14px;
}
.task-create-add-more-btn.active {
  color: #007aff;
  cursor: pointer;
}
.task-create-add-more-btn.disabled {
  color: #666;
  cursor: not-allowed;
}
.highlight-header {
  text-align: left;
  opacity: 0.7 !important;
  /* background-color: rgba(224, 223, 223, 0.519) !important; */
  color: black !important;
  border-radius: none !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}
.menu-open .MuiMenu-paper {
  position: absolute !important;
  top: 200px !important;
  left: 400px !important;
}

.task-create-add-more-btn {
  color: #007aff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  background-color: transparent;
  margin-left: -14px;
}
.tasklist-datagrid-container {
  height: 450px;
  width: 100%;
  background-color: white;
  margin-top: 7px;
  border-radius: 24px;
  box-shadow: 2px 0px 10px rgba(3, 3);
}
.tasklist-datagrid .MuiDataGrid-root {
  border: none !important;
}
.taskdetails-parent-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.copy-icon {
  color: #505050;
  cursor: pointer;
}
.taskdeatils-heading-container {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  gap: 4px;
}
.taskdetails-heading {
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
}
.taskdetails-created-by {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #505050;
}
.taskdetails-title-approval-info-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.taskdetails-parent-wrapper {
  width: 80%;
}
.taskdetails-main-tools {
  width: 20%;
}
.taskdetails-main-wrapper {
  width: 90%;
}
.taskdetails-assignee-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -2px;
  gap: 35px;
  margin-top: 8px;
}
.taskdetails-assignee {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
  padding: -2px;
}

.assignee {
  color: #151313;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.assignee-value {
  color: #505050;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
}
.taskdetails-task-value-wrapper {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  gap: 4px;
  color: #505050;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  /* padding: 5px; */
  width: 170px;
  /* margin-top: 25px; */
}
.taskdetails-task-key {
  color: #505050;
  font-size: 15px;
  font-weight: 300;
}
.taskdetails-approval-info-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 3px; */
  margin-top: 5px;
}
.taskdetails-approval-info-span-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0;
  gap: 10px;
}
.approval-info-title {
  font-size: 0.775rem;
}
.taskdetails-vendorName-value-title {
  font-size: 0.775rem;
}
.additional-info-main-container {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
  overflow-x: scroll;
}
.purchDet-header-additional-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  min-width: max-content;
}
.additionalInfo-title {
  font-size: var(--font-size-xs);
  line-height: 1em;
}
.additional-info-value {
  color: #505050;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}
.additional-info-main-container {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
  overflow-x: scroll;
}
.purchDet-header-additional-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  min-width: max-content;
}
.additionalInfo-title {
  font-size: var(--font-size-xs);
  line-height: 1em;
}
.indent-details-main-container {
  margin-top: 20px;
}
.purch-det-heading-title {
  font-size: var(--font-size-md);
  font-weight: bold;
}
.purchase-details-timeline {
  width: 100%;
  /* flex: 0.2; */
  height: max-content;
}
.component-bg-br-sh-p {
  flex: 1;
  /* width: 25%; */
  padding: 10px;
}
.timeline-parent-container {
  display: flex;
  gap: 20px;
  width: 100%;
}
.summary-parent {
  width: 75%;
  margin-top: -30px;
}
.timeline-heading-summary {
  display: flex;
  gap: 20px;
}
.timeline-heading-summary > span {
  color: #505050;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}
/* .summary-details {
  color: #505050;
  font-size: 15px;
  line-height: 23px;
} */
.summary-details .MuiPaper-root-MuiCard-root .MuiCardContent-root {
  padding-bottom: 8px;
}
.summary-details > span {
  font-weight: 500;
}
.timesheet-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px;
}
.timesheet-heading > h4 {
  color: #505050;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.order-timeline {
  color: #505050;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.timesheet-heading > button {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  border: none;
  background-color: transparent;
  color: #007aff;
}
.timesheet-details-data {
  /* display: flex !important;
  justify-content: space-between !important;
  align-items: center !important; */

  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: "12px";
  .timesheet-subdetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #505050;
    font-size: 18px;
    font-weight: 500;
  }
}
.linked-issues-details {
  color: #505050;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 23px;
}
.linked-content {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.new-btn {
  color: #007aff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 23px;
}

/* .timesheet-subdetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #505050;
  font-size: 18px;
  font-weight: 500;
} */
.timesheet-subdetails > span {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.timesheet-modal-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.table-container {
  margin-top: 0 !important;
}

.table-head .MuiTableHead-root {
  border-radius: 0px;
  display: contents;
}

.table-row .MuiTableCell-root {
  border-bottom: 0;
}
.linked-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.no-attachment {
  padding-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: red;
}

@media (max-width: 940px) {
  .taskdeatils-heading-container {
    gap: 0px;
  }
  .taskdetails-heading {
    font-size: 16px;
  }
}

@media (max-width: 701px) {
  .taskdetails-heading {
    font-size: 13px;
  }
}

.datagrid-columns {
  text-align: left;
  opacity: 0.7 !important;
  background-color: rgba(224, 223, 223, 0.519) !important;
  color: black !important;
  border-radius: none !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}

.datagrid-rows {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02857em;
  opacity: 1;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #67748e;
  font-weight: 500;
}

.datagrid-columns-Op,
.datagrid-rows-Op {
  display: none !important;
}

.sss-kskk {
  border: 1px solid red !important;
  height: 20px !important;
  text-transform: capitalize;
}

.blockSelectionClr {
  background-color: green !important;
  color: white;
}
.blockSelectionClr:hover {
  background-color: green !important;
  color: white;
}
.blockSelectionClr h6 {
  color: black;
}
.blockSelectionClr h6:hover {
  color: white;
}
.MuiDataGrid-columnHeaderCheckbox {
  background-color: rgba(224, 223, 223, 0.36) !important;
}
.css-1mhvdc7-MuiPaper-root-MuiMenu-paper-MuiPaper-root-MuiPopover-paper {
  box-shadow: none !important;
}
.MuiDataGrid-root .MuiDataGrid-cell:focus-within {
  outline: none !important;
}

.ql-editor {
  min-height: 500px;
}

input[type="text"] {
  display: block;
  margin: 10px 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

button {
  display: block;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}

.main-container {
  font-family: "Lato";
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.ck-content {
  font-family: "Lato";
  line-height: 1.6;
  word-break: break-word;
}

.editor-container_classic-editor .editor-container__editor {
  min-width: 795px;
  max-width: 795px;
}

.write-blog-container {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
}

.button-container-top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.button-main-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.button-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  gap: 5px;
}

.input-section {
  margin-bottom: 20px;
}



.toolbar {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 10px;
}
.tox-tinymce {
  height: 100% !important;
}


.tox-editor-container  > .tox-sidebar-wrap > .tox-edit-area > .tox-edit-area__iframe{
    overflow-y: scroll !important;
}

.tox-notifications-container{
  display: none !important;
}

.tox-statusbar {
  display: none !important;
}
.custom-filter-main-div {
    max-width: 645px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  
  .filter-custom-input > div {
    width: 100%;
  }
  
  .filter-custom-input > div > .MuiInputBase-root {
    padding: 0.5rem 0.75rem !important;
  }
  
  .filter-heading {
    display: block;
    width: 100%;
    font-weight: bold;
    width: 100%;
  }
  
  .filter-menu-main-div {
    padding: 10px;
  }
  
  .title-toolbar {
    padding-bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .filter-actions-main-div {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
  
  .close-filter-modal-main-div {
    cursor: pointer;
  }
  
.delete-icon-service {
    margin-top: 5px !important;
}
.small-input-varient {
  margin: auto;
  padding: 4px;
  width: 100%;
}

.wrapper-table-input-I {
  border: 1px solid lightgrey;
  width: 100%;
  color: #344767 !important;
  font-size: 0.8em !important;
  /* height: 100%; */
  font-weight: 500;
  text-align: center;
  border: 5px;
}

.wrapper-table-input-I:focus {
  outline: none;
}

.wrapper-table-input-I::placeholder {
  color: #344767 !important;
  font-weight: 500 !important;
  font-size: 0.8em !important;
}

.widthclass {
  max-width: 80px !important;
}

.no-data-text-I {
  font-size: 0.8em !important;
  font-size: 800 !important;
  text-align: center !important;
  color: #344767 !important;
}

.No-data-text-box {
  height: 525px !important;
  margin: auto;
  font-size: 1em !important;
  opacity: 0.5;
}

.src-dummy-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.all-products-filter-wrapper {
  /* margin-top: 20px; */
  /* flex-wrap: unset !important; */
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px;
}

.css-11dh2is-MuiInputBase-root-MuiInput-root {
  border: none !important;
  width: 10px !important;
  padding: 0px !important;
}

.css-a5rdam-MuiGrid-root > .MuiGrid-item {
  padding-top: 0px !important;
}

@media only screen and (max-width: 765px) {
  .css-uczt91-MuiInputBase-root-MuiOutlinedInput-root {
    /* max-width: 5rem !important; */
    float: right !important;
  }
}

.loyalty-select-tag {
  background-color: white !important;
  border-radius: 7px !important;
}

.loyalty-details-card {
  padding: 15px;
  line-height: 3rem !important;
  background-color: whitesmoke;
}

.loyalty-details-card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.loyalty-icon-config:hover {
  color: white !important;
}

.red-clr {
  border: 2px solid red !important;
  background-color: #efeff0 !important;
}

.blue-clr {
  border: 2px solid #127df2;
  background-color: #efeff0 !important;
}

.red-clr:hover {
  background-color: red !important;
}

.blue-clr:hover {
  background-color: #127df2 !important;
}

.loyalty-button-config {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
}

.loyalty-details-icons {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.whatsapp-chip-loyalty {
  margin-right: 10px;
}

.chip-common-style:hover {
  transform: scale(1.1);
  box-shadow: rgba(40, 40, 40, 0.24) 0px 2px 6px;
}

.loyalty-new-button-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.disabled-program {
  opacity: 0.4;
}

.activated-program {
  opacity: 1;
}

.loyalty-config-card {
  background-color: rgb(163, 191, 139) !important;
  color: white !important;
  width: 25rem !important;
  margin: auto;
  height: 100%;
  margin-top: 0;
}

.loyalty-config-card-image {
  position: absolute;
  top: -11rem;
  right: -2.5rem;
  overflow: hidden;
  width: 25rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  z-index: 10;
}

.loyalty-details-icons {
  position: absolute;
  top: 80%;
  right: 13px;
  overflow: hidden;
  aspect-ratio: 1/1;
  z-index: 10000;
}

.loyalty-settings-card-img {
  position: absolute;
  top: 0.5rem;
  right: -2rem;
  overflow: hidden;
  width: 14rem;
  aspect-ratio: 1/1;
  z-index: 1000;
  height: 100%;
}

.No-data-text-box-loyalty {
  height: 325px !important;
  margin: auto;
  font-size: 1em !important;
  opacity: 0.5;
}

.src-imgg-data-loyalty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 214px;
}

.loyalty-card-image-box {
  width: 100%;
  height: 268px;
}

.loyalty-config-avatar {
  top: 9rem;
  right: -3rem;
  aspect-ratio: 1/1;
  width: 6rem !important;
  height: 6rem !important;
  z-index: 100;
  color: rgb(163, 191, 139) !important;
  background-color: black !important;
}

.bottom-navbar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  font-size: 1.4rem;
}

.bottom-navbar-icon-selected {
  color: var(--blue);
}

.bottom-navbar {
  position: sticky;
  bottom: 0;
  z-index: 3;
  background-color: whitesmoke !important;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  width: 100%;
}

.icon-main-div {
  width: 40% !important;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.loyalty-main-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.loyalty-branding-box {
  display: flex !important;
  justify-content: space-between;
}

@media only screen and (min-width: 666px) and (max-width: 768px) {
  .loyalty-main-card {
    flex-direction: column !important;
  }

  .loyalty-config-card {
    background-color: rgb(163, 191, 139) !important;
    color: white !important;
    width: 60% !important;
    margin: auto;
    height: 100%;
    margin-top: 0;
  }

  .loyalty-config-card-image {
    position: absolute;
    top: -11rem;
    right: -1rem;
    overflow: hidden;
    width: 24.5rem;
    border-radius: 50%;
    aspect-ratio: 1/1;
    z-index: 10;
  }

  .loyalty-config-avatar {
    top: 7rem;
    right: -3rem;
    aspect-ratio: 1/1;
    width: 6rem !important;
    height: 6rem !important;
    z-index: 100;
    color: rgb(163, 191, 139) !important;
    background-color: black !important;
  }

  .icon-main-div {
    width: 80% !important;
    margin: auto;
  }
}

@media only screen and (max-width: 665px) {
  .loyalty-config-card-image {
    position: absolute;
    top: -9rem;
    right: -1rem;
    overflow: hidden;
    width: 20rem;
    border-radius: 50%;
    aspect-ratio: 1/1;
    z-index: 10;
  }

  .bottom-navbar {
    position: fixed;
    bottom: 0;
    z-index: 3;
    background-color: whitesmoke !important;
    display: flex;
    border-radius: 5px;
    justify-content: space-around;
    align-items: center;
    height: 4rem;
    width: 100%;
    left: 0;
  }

  .loyalty-main-card {
    flex-direction: column !important;
  }

  .loyalty-config-avatar {
    top: 5.5rem;
    right: -3rem;
    aspect-ratio: 1/1;
    width: 5rem !important;
    height: 5rem !important;
    z-index: 100;
    color: rgb(163, 191, 139) !important;
    background-color: black !important;
  }

  .loyalty-config-card {
    background-color: rgb(163, 191, 139) !important;
    color: white !important;
    width: 21rem !important;
    margin: auto;
    height: 100%;
    margin-top: 0;
  }

  .icon-main-div {
    height: 50rem;
    position: relative;
    width: 85% !important;
    margin: auto;
  }
}

.bottom-navbar-text {
  font-size: 1rem !important;
  font-weight: bold;
}

.bottom-navbar-text-selected {
  font-size: 1rem !important;
  font-weight: bold;
  color: rgb(5, 98, 251) !important;
}

.bottom-navbar-box {
  text-align: center;
}

.points-insp-box {
  display: flex;
  justify-content: flex-start;
}

.points-insp-chip {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(229, 231, 236) !important;
  border: transparent;
  border-radius: 0.5rem;
  padding: 0.2rem 0.5rem;
}

.points-insp-chip-selected {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(163, 191, 139, 0.859) !important;
  border: transparent;
  border-radius: 0.5rem;
  padding: 0.2rem 0.5rem;
}

.points-insp-image {
  width: 25px;
  height: 25px;
}

.points-insp-main-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.points-text-box {
  font-size: 1rem !important;
  line-height: 20px !important;
  background: linear-gradient(92.67deg, #127df2 -2.4%, #32d3d3 94.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.points-preview-box {
  color: rgba(96, 112, 222, 0.859) !important;
  text-decoration: underline;
  font-weight: 500 !important;
  font-size: 1.2rem !important;
}

.points-preview-main-box {
  background-color: rgb(230, 233, 245) !important;
  padding: 0.5rem 1.2rem !important;
  margin-top: 20px !important;
  border-radius: 0.5rem;
}

.loyalty-reward-checkbox-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loyalty-reward-main-card {
  border: 0.5px solid rgb(218, 221, 225);
  border-radius: 0.5rem;
  margin: 1rem 0rem;
  padding: 10px;
}

.loyalty-reward-input {
  margin-top: 10px;
}

.loyalty-terms-checkbox-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.5px solid rgb(218, 221, 225);
  border-radius: 0.5rem;
  margin: 1rem 0rem;
  padding: 10px;
}

.loyalty-channel-checkbox-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
  margin: 1rem 0rem;
  padding: 10px 10px 10px 0px;
}

.loyalty-terms-textarea {
  border: 0.5px solid rgb(218, 221, 225);
  border-radius: 0.5rem;
  margin: 1rem 0rem;
  padding: 10px;
  font-size: 0.8rem;
}

.loyalty-terms-hr {
  opacity: 0.3;
  margin: 1rem 0rem;
}

.loyalty-config-next-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white !important;
}

.bonus-points-main-box {
  display: flex;
  justify-content: space-between;
}

.bonus-points-content-box {
  flex: 0.7;
}

.bonus-points-phone-box {
  flex: 0.7;
}

.loyalty-config-next-btn {
  color: white !important;
  background-color: rgb(5, 98, 251) !important;
  font-size: 0.9rem !important;
  padding: 0.5rem 1rem !important;
}

.loyalty-reminder-box {
  display: flex;
  justify-content: flex-start;
  line-height: 1rem;
  margin-bottom: 10%;
}

.loyalty-reminder-main-box {
  width: 40%;
  margin-right: 3% !important;
}

.loyalty-reminder-content-box {
  width: 40%;
}

.loyalty-remainder-days-select {
  flex: 0.4 !important;
}

.loyalty-remainder-select-box {
  flex: 1;
}

.loyalty-mutliple-select {
  flex: 0.4 !important;
}

.loyalty-mutliple-days {
  flex: 1;
}

.loyalty-reminder-checkbox-card {
  display: flex;
  justify-content: flex-start;
}

.nonClickableDiv {
  pointer-events: none;
  opacity: 0.5 !important;
}

.channel-main-box {
  display: flex;
  justify-content: center;
}

.channel-phone-box {
  flex: 1;
  margin: auto;
}

.channel-content-box {
  flex: 0.7;
  margin-right: 20px;
}

.channel-silder-box {
  width: 300px;
  margin: auto;
}

.multiple-order-btn {
  background-color: transparent;
  border: none;
  font-size: 15px;
  color: #127df2;
}

.multiple-input-box {
  border: 0.5px solid rgb(211, 212, 212);
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
}

.loyalty-multiple-checkbox-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
  margin: 0;
  padding: 0.5rem;
  width: 100%;
  background-color: white !important;
}

.no-padding {
  padding: 0 !important;
}

.multiple-text-highlight {
  color: #127df2;
  font-weight: 500;
}

.multiple-input-tag:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.multiple-input-tag {
  font-size: 0.8rem !important;
  width: 90%;
  background-color: rgb(244, 245, 248) !important;
}

.multiple-input-tag::placeholder {
  font-size: 0.8rem !important;
}

.multiple-order-container {
  background-color: rgb(244, 245, 248) !important;
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-top: 20px;
}

.channel-most-used {
  background-color: white !important;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.loyalty-review-box {
  display: flex;
  justify-content: flex-start;
}

.loyalty-review-cont {
  display: flex;
  justify-content: space-between;
}

.text-underline-dec {
  text-decoration: dashed;
  text-decoration-color: #127df2;
}

.preview-cookies-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.preview-container-box {
  line-height: 20px !important;
}

.preview-container-box > * {
  margin: 20px 0;
}

.preview-terms-box {
  border: 1px dashed rgba(213, 220, 227, 0.804);
  padding: 0.5rem;
  text-align: left;
  border-radius: 0.5rem;
}

.proceed-btn-alert {
  color: white !important;
}

.icon-margin {
  margin-right: 7px !important;
}

.valid-till-box {
  margin-top: 10px !important;
}

.loyalty-preview-box {
  width: 40% !important;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.loyalty-type-select {
  width: 100%;
}

.blacklist-terms {
  font-size: 0.8rem !important;
  font-weight: bold !important;
  margin-top: 1rem !important;
}

.loyalty-terms-scroll {
  height: calc(100vh - 300px);
  overflow: scroll;
}

.custom-header {
  background-color: #efeff0;
  font-size: 14px;
}

.custom-cell {
  font-size: 12px;
  cursor: pointer;
}

.data-cell {
  cursor: pointer;
}


/* loyalitypoints.css */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.loyalty-terms-scroll {
  /* Add responsiveness */
  max-width: 100%;
}

.loyalty-remainder-select-box {
  width: 100%;
}

.points-preview-main-box {
  width: 100%;
  word-wrap: break-word;
}


.filterBox {
    max-width: 750px !important;
  }
  
  /* single chip display box heading */
  .chipDisplayBoxHeading{
    position: absolute !important;
    top: 2px !important;
    font-size: 10px !important;
    font-weight: bold !important;
  }
  
  /* single chip display box for selected filter */
  .singleChipDisplayBox {
    position: relative;
    padding: 15px 10px 10px !important;
    border: 1px solid gainsboro;
    border-radius: 0.5rem;
  }
  
  .insideSingleChipDisplayBox {
    margin-top: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  
  .filter-select-menu {
    padding: 0 !important;
  }
  
.input-container {
  width: 100%;
  margin-right: 60px;
  margin: 10px;
}

.upload-box {
  border: 1px dashed lightgray;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 200px;
}

.body-label {
  font-size: 0.6em;
  text-align: center;
  color: #00b4ff;
  cursor: pointer;
}

.MuiMenuItem-gutters {
  min-width: 0 !important;
}

.css-13bvbr1-MuiStack-root {
  width: 100%;
}

.create-pi-card23 {
  background-color: #fff !important;
  overflow: auto;
  margin-top: 20px;
}

.vl {
  border-left: 2px solid rgba(217, 220, 223, 0.255) !important;
  height: 228px !important;
}

.subhead-text-size {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 2 !important;
  border-radius: 10px !important;
  margin-bottom: 5px !important;
}

.coupon-filter-box1 {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.coupon-filter-box1-file-typo {
  font-size: 16px !important;
  font-weight: 200 !important;
  line-height: 2;
  cursor: pointer;
}

.coupon-static-selected {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 2;
  cursor: pointer;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.coupon-static {
  font-size: 16px !important;
  font-weight: 200 !important;
  line-height: 2;
  cursor: pointer;
  color: #fff;
}

.coupon-filter-box2 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.coupon-filter-box23 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.coupon-filter-box2-typo-head {
  font-size: 14px !important;
  font-weight: 200 !important;
  line-height: 2;
}

.coupons-main-page-type-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  gap: 50px;
}

.coupons-main-page-type-single {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  cursor: pointer;
}

.coupons-main-page-type-single-img {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.coupons-main-page-single-typo {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 2;
}

.coupon-discount-type-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #4b524d;
  border-radius: 10px;
  gap: 10px;
}

.coupon-discount-type-button-disable {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #e8e8e8;
  border: 1px solid #4b524d;
  border-radius: 10px;
  gap: 10px;
  cursor: not-allowed;
}

.selected-platform-box1 {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.selected-platform-box12 {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.selected-platform-box123 {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.selected-platform-box2 {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.coupons-made-preview-box {
  width: 100%;
  height: 200px;
  /* border: 1px solid #4b524d; */
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: inset;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 10px;
}

.coupons-terms-list {
  font-size: 11px;
  font-weight: 200;
}

.coupon-preview-second-box {
  width: 60%;
  height: 100%;
}

.coupon-preview-main-box {
  width: 100%;
  height: 180px;
  border: 1px solid #4b524d;
  border-radius: 10px;
  /* background-color: aqua !important; */
  background-repeat: no-repeat !important;
  background-image: url("https://storage.googleapis.com/twinleaves_bucket/FrontEnd/RMS_images/DISCOUND1.png") !important;
  background-position: center !important;
  margin-top: 80px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.coupon-discount-type-button-selected {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #7b4bff;
  color: #fff !important;
}

.coupon-discount-type-typo-selected {
  color: #fff;
}

.coupon-discount-type-typo {
  color: #4b524d;
}

.dynamic-coupon-image-prev {
  width: 300px;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dynamic-coupon-creation-main-box {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 10px;
}

.dynamic-coupon-margintop {
  margin-top: 20px;
}

.dynamic-coupon-margintop-2 {
  margin-top: 15px;
}

.dynamic-coupon-marginright-10 {
  margin-right: 10px;
}

#dynamic-coupon-creation-box {
  box-shadow: rgba(37, 37, 37, 0.126) 0px 5px 50px;
  position: relative;
  padding: 20px;
}

.dynamic-coupon-creation-main-heading {
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
  margin: 10px 0px !important;
}

.dynamic-coupon-creation-coupon-desc {
  font-weight: 200 !important;
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
  color: #4b524d !important;
  text-align: left !important;
  margin: 10px 0px !important;
}

.dynamic-copupon-form-heading {
  font-weight: 200 !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  color: #0562fb !important;
  text-align: left !important;
  /* margin: 10px 0px !important; */
}

.dynamic-copupon-form-heading-1 {
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  color: #0562fb !important;
  text-align: left !important;
}

.dynamic-coupon-label-typo {
  font-weight: 200 !important;
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
  color: #4b524d !important;
  text-align: left !important;
  margin: 5px 5px !important;
}

.dynamic-coupon-filter-box2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 0px;
}

.dynamic-coupon-filter-box3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 0px;
}

.dynamic-coupon-gap {
  display: flex;
  gap: 40px;
}

.dynamic-coupon-padding {
  padding: 20px;
}

.dynamic-coupon-img {
  width: 300px;
  height: 500px;
}

.dynamic-coupon-dynamic-text-1 {
  font-weight: 200 !important;
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
  color: #171717 !important;
  text-align: center !important;
}

.dynamic-coupon-dynamic-text-1 {
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  color: #171717 !important;
  text-align: center !important;
}

.dynamic-coupon-img-2 {
  width: 120px;
  height: 40px;
}

.dynamic-coupon-add-more-btn {
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  color: #0562fb !important;
  text-align: right !important;
  cursor: pointer;
}

.dynamic-coupon-product-box {
  display: flex;
  gap: 20px;
  align-items: center;
}

.time-input-dynamic-coupon {
  border-radius: 5px;
  border: 1px solid #d2d6da;
  width: 200px;
  font-size: 15px;
  padding: 6px;
}

.dynamic-coupon-button-Style {
  color: white !important;
  border: none !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  width: 100%;
}

.coming-soon-dynamic-img {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -45px;
}

.not-allowed {
  cursor: not-allowed;
}

.less-opacity {
  opacity: 0.5;
}

.dynamic-coupon-imp {
  color: red;
  font-size: 20px;
  position: absolute;
  margin-left: 5px !important;
}

.time-input-static-coupon {
  border-radius: 5px;
  border: 1px solid #d2d6da;
  width: 250px;
  font-size: 15px;
  padding: 6px;
}

.dynamic-coupon-journey-main-box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.single-journey-title-1 {
  font-size: 15px !important;
  font-weight: 600 !important;
  text-align: center;
  line-height: 2;
  margin-bottom: 10px !important;
}

.single-journey-title-2 {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center;
  line-height: 2;
  margin-bottom: 10px !important;
  color: #241c15;
}

.single-journey-title-21 {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center;
  line-height: 2;
  color: #241c15;
}

.single-journey-title-2-1 {
  font-size: 13px !important;
  font-weight: 200 !important;
  text-align: center;
  line-height: 2;
  margin: 20px 0px !important;
  color: #241c15;
  padding: 0px 20px;
}

.single-journey-title-2-2 {
  font-size: 13px !important;
  font-weight: 200 !important;
  text-align: center;
  line-height: 2;
  color: #241c15;
}

.dynamic-coupon-condtions-box1 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dynamic-coupon-applying-criteria-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
  gap: 20px;
  padding: 10px;
}

.dynamic-coupon-applying-criteria-box-1 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
  gap: 20px;
  padding: 10px;
}

.dynamic-coupon-applying-criteria-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid grey;
  border-radius: 5px;
  padding: 20px 20px;
}

.dynamic-coupon-applying-criteria-div-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dynamic-coupon-applying-criteria-div-img {
  width: 50px;
  height: 50px;
}

.dynamic-coupon-discount-criteria-box {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  align-items: center;
  gap: 20px;
  padding: 10px;
}

.coupon-main-criteria-typo-box {
  border: 1px solid grey;
  border-radius: 5px;
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: rgb(235, 66, 127);
  color: #fff;
}

.coupon-main-criteria-typo-box-1 {
  border-radius: 5px;
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: rgb(139, 131, 231);
  color: #fff;
}

.dynamic-criteria-box {
  border: 1px solid #cfcfcf;
  min-width: 500px;
  max-width: 501px;
  border-radius: 10px;
}

.dynamic-criteria-box-2 {
  border: 1px solid #cfcfcf;
  min-width: 250px;
  max-width: 251px;
  border-radius: 10px;
  margin-top: 20px;
}

.dynamic-criteria-div {
  background-color: rgb(239, 242, 247);
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
}

.dynamic-coupon-box-12345 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#box-shadow-1 {
  box-shadow: rgba(37, 37, 37, 0.126) 0px 5px 50px;
  padding: 20px;
  margin-top: 20px;
}

.details-main-header {
  display: flex;
  gap: 5px;
}

.details-main-header-img {
  width: 70px;
  height: 70px;
}

.details-main-header-typo {
  font-weight: 600 !important;
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
  margin: 0px 20px !important;
}

.details-main-header-typo-2 {
  font-weight: 600 !important;
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
  color: #4b524d !important;
  margin: 0px 20px !important;
}

.coupons-details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon-reward-type-box {
  border: 1px solid #cfcfcf;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.coupon-reward-type-typo {
  font-weight: 600 !important;
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
  color: #4b524d !important;
}

.coupon-reward-type-box-1 {
  border: 1px solid #cfcfcf;
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.coupon-reward-flex-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.terms-conditions-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.terms-conditions-box-img-div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.terms-conditions-img {
  width: 50px;
  height: 50px;
}

.terms-conditions-img-2 {
  width: 20px;
  height: 20px;
}

.dynamic-coupon-step-4-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.coupon-step4-alignment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.coupon-step4-alignment-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.coupon-step4-alignment-123 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
}

.vendor-add-btn-1 {
  border-radius: 50% !important;
  padding: 15px !important;
  border: 1px solid #0562fb !important;
  color: #fff !important;
  background-color: #0562fb !important;
  min-width: 0 !important;
}

.vendor-second-btn-2 {
  border-radius: 50% !important;
  padding: 15px !important;
  border: 1px solid #0562fb !important;
  color: #0562fb !important;
  min-width: 0 !important;
}

.coupon-preview-box-style {
  display: flex;
  gap: 10px;
  padding: 12px;
  background-color: #eff2f7;
  border-radius: 10px 10px 0px 0px;
}

.coupon-preview-single-heading {
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  color: #0562fb !important;
  text-align: left !important;
  margin: 10px 0px !important;
}

.coupon-preview-single-desc {
  font-weight: 200 !important;
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
  color: #4b524d !important;
  text-align: left !important;
  margin: 10px 0px !important;
}

.dynamic-coupons-cond-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.coupon-double-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.coupon-step4-alignment-second {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.product-p-icon {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0.5rem !important;
}

.single-journey-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: left;
  line-height: 2;
  margin-bottom: 10px !important;
}

.single-journey-desc {
  font-size: 14px !important;
  font-weight: 200 !important;
  text-align: left;
  color: rgba(36, 28, 21, 0.65) !important;
  margin-bottom: 20px !important;
}

.single-journey-points {
  font-size: 14px !important;
  font-weight: 200 !important;
  text-align: left;
  color: rgba(36, 28, 21, 0.65) !important;
  margin-left: 15px;
}

.single-journey-points-start {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #241c15;
}

.single-journey-part2-box {
  width: 80%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #fff;
  border: 3px solid #efeeea;
  padding: 24px 16px 24px 24px;
  margin-bottom: 32px;
}

.single-journey-part2-header {
  font-size: 13px !important;
  font-weight: 200 !important;
  color: rgba(36, 28, 21, 0.65) !important;
  text-align: left;
}

.single-journey-part2-point {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: left;
  margin-bottom: 15px !important;
}

.cards {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
}
.cards1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.cardname {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
  font-size: medium;
  font-weight: 700;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cardname-category {
  text-align: center;
  margin-bottom: 20px;
  margin-right: 30px;
  font-size: medium;
  font-weight: 700;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  border: none !important;
}

.cardname1 {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  /* margin-right: 30px; */
  font-size: medium;
  font-weight: 700;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  border: 1px solid rgb(94, 94, 177) !important;
  /* border-bottom: 1pftx solid rgb(94, 94, 177) !important; */
}
.custom-tooltip {
  background-color: red;
}

.cardname:hover {
  cursor: pointer;
}

.subscribe-btn {
  border: 1px solid green;
  padding: 10px;
}

@media (max-width: 600px) {
  .cards {
    flex-direction: column;

    align-items: center;
    margin-top: 20px;
    margin-left: 50px;
  }

  .cardname {
    max-width: 270px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.campaign-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.campaign-dashboard-card-box {
  width: 330px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 25px;
}

.campaign-dashboard-card-img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.campaign-dashboard-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.campaign-dashboard-2-box {
  width: 320px;
  height: 140px;
  border: 1px solid #dfdfdf;
  background: linear-gradient(60deg, #5e35b1, #039be5);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.campaign-dashboard-2-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .dropdown {
    width: 55%;
  }
}

@media (min-width: 1024px) {
  .dropdown {
    width: 40%;
  }
}

/* .dashboard-org-softselect {
  max-width: 20rem;
  margin-top: 10px;
  margin-left: auto;
} */

.Container3 {
  display: flex;
  justify-content: space-around;
  font-size: 17px !important;
}

.containerHead {
  display: flex;
  justify-content: left;
  background-color: whitesmoke !important;
  width: 100%;
  padding-left: 0.6em;
  border-radius: 7px;
}
.containerHeadSub {
  font-size: 1.2em !important;
  padding: 0.6em;
  margin-right: 15px !important;
}

.CustomerDetails {
  display: inline;
  font-size: 10px !important;
  line-height: 20px !important;
  width: 170px;
  padding: 20px;
}
.OverviewBox {
  display: flex;
}
.Oustanding {
  display: flex;
  justify-content: space-between;
}
.ItemsList {
  display: flex;
  margin-top: 30px;
}
.overview-first-box {
  padding: 20px;
}
.overview-second-box {
  padding: 20px;
  font-size: 14px !important;
}
#ContainerHeadSub,
#ContainerHeadSub1,
#ContainerHeadSub2,
#ContainerHeadSub3 {
  font-size: 1.2em !important;
  border-bottom: 3px solid rgb(0, 100, 254);
  padding-bottom: 10px;
}
.billing-address-container {
  font-size: 14px !important;
}
.remarks-container {
  font-size: 14px !important;
}
.other-details-container {
  font-size: 14px !important;
  width: 300px;
}
.overview-second-head {
  font-size: 18px !important;
}
.items-list-sub {
  font-size: 18px !important;
}
.no-data-found {
  font-size: 0.9em !important;
}

.outstanding {
  display: flex;
  width: 300px;
  justify-content: space-between;
}
.border-test {
  display: flex;
  justify-content: space-between;
  margin-right: 14px;
}
.statement-content {
  font-weight: 500 !important;
  font-size: 1.2em !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.statement-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 0px 20px;
}
.statement-btn {
  background-color: rgb(0, 100, 254) !important;
  color: white !important;
  padding: 0px 30px 0px 30px !important;
  float: right;
  margin-top: 20px !important;
  margin-bottom: 10px !important ;
  margin-right: 20px !important;
}
.main-container-softbox {
  display: flex;
  border-radius: 7px;
  background-color: whitesmoke !important;
}

.details-page-box {
  border-radius: 16px !important;
  box-shadow: rgba(37, 37, 37, 0.126) 0px 5px 50px !important;
  margin-top: 20px !important;
}
.store-select-ul {
  margin-top: 17px;
  border: none;
  background-color: whitesmoke;
}
.store-select-ul:focus {
  outline: none;
}
.store-select-box {
  margin-right: 15px;
}

.full-range {
  width: 100%;
  margin-top: 20px;
}
.coming-soon {
  width: 50% !important;
  padding: 60px;
  margin-top: -10px;
  margin-left: 20%;
}

.blue-col {
  display: flex;
  align-items: center;
  min-height: 6.75rem;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

.retail-logo {
  position: relative;
}

#retail-logo-edit-badge {
  position: relative;
  top: -2rem !important;
  left: 5rem !important;
}

.retail-logo-select {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.retail-logo-box {
  position: relative;
  height: 60%;
  width: 30%;
  background-color: #ffffff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
  box-shadow: 0rem 1.25rem 1.6875rem 0rem rgba(0, 0, 0, 0.05);
  padding: 1rem;
}

.cancel-icon-modal {
  display: flex;
  flex-direction: row-reverse;
  cursor: pointer;
}

.modal-preview-image {
  margin-top: 2rem;
  height: 70%;
  width: 100%;
  border: 1px solid black;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-preview {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

.input-file-box {
  height: 100%;
  width: 100%;
  position: relative;
}
.default-img-upload {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}

.input-file-upload {
  height: 100%;
  opacity: 0;
  display: block;
  position: relative;
  bottom: 15rem;
  cursor: pointer;
}

.cancel-save-btn-modal {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
}

@media (max-width: 780px) {
  .retail-logo-box {
    width: 50%;
  }
}

/* New Customer Details */

.header-customer-main-div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  height: 100px;
}

.header-customer-image-div {
  min-width: 100px;
  flex: 0.1;
}

.header-customer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}

.header-customer-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}

.customer-name {
  font-size: var(--font-size-large);
  font-weight: bold;
}

.customer-name-label {
  font-weight: bold;
}

.header-info-parent-div {
  display: flex;
  gap: 20px;
  width: 100%;
}

.customer-info-div {
  width: 100%;
  flex: 0.3 !important;
}

.customer-info-tab-div {
  width: 100%;
  flex: 0.7 !important;
}

.customer-info-main-div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.customer-info-card {
  display: flex;
  flex-direction: column;
}

.cust-info-value {
  font-weight: bold;
}

.customer-info-tabs-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}

.customer-info-tab {
  width: 100%;
  flex: 1;
  cursor: pointer;
}

.customer-tab-chip {
  width: 100% !important;
  border-radius: 10px !important;
}

.additional-details-main-div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.additional-details-card {
  /* width: 100%; */
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.additional-detail-value {
  /* bold */
  font-weight: 500;
  font-size: 15px !important;
}

.custom-header-style {
  font-weight: bold;
}

.heading-main-container {
  line-height: 0.8rem;
}

.main {
  color: white;
  font-size: 14px;
  height: 100% !important;
  min-width: 50px !important;
  width: max-content;
  padding: 10px;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.action {
  color: white;
  font-size: 20px !important;
  height: 100% !important;
  min-width: 50px !important;
  width: max-content;
  padding: 10px;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pending {
  background-color: #1890ff;
  border: 1px solid #1890ff;
}

.rejected {
  background-color: red;
  border: 1px solid red;
}

.approved {
  background-color: green;
  border: 1px solid green;
}

.textarea-input {
  padding: 10px;
}

.approved:hover,
.rejected:hover,
.pending:hover {
  border: 1px solid black;
  transform: scale(1.05);
  transition: all 0.3s;
}

.verified-main {
  font-size: 14px !important;
  border-radius: 8px !important;
  padding: 5px !important;
}

.verified-pending {
  border: 2px solid #1890ff;
  color: #1890ff;
  background-color: #1890ff15;
}
.verified-approved {
  border: 2px solid green;
  background-color: #0080002d;
}
.verified-rejected {
  border: 2px solid red;
  background-color: #ff00002d;
}

.subscription-card-main-div {
  background-color: white;
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--common-box-shadow);
}

.subs-card-title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.subs-card-rupees {
  display: flex;
  align-items: center;
}

.subs-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.subs-title {
  font-size: var(--font-size-medium);
}

.subs-status > span {
  font-size: var(--font-size-xsmall);
  background-color: rgba(255, 255, 0, 0.399);
  border: 2px solid yellow;
  padding: 1px 5px;
  border-radius: 100vw;
}

.subs-card-rupees {
  font-size: var(--font-size-large);
  font-weight: bold;
}

.subs-title-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscriptions-page {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 10px;
  row-gap: 10px;
  width: 100%;
  margin-top: 20px;
}

.subs-card-qty {
  font-size: var(--font-size-small);
}

.src-dummy-img {
  height: 250px;
  width: auto;
}

.overview-main-div {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 10px;
  row-gap: 10px;
}

.overview-main-conatiner {
  margin-top: 20px;
}

.custom-overview-card {
  margin: 0px;
}

.custom-overview-card-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.overview-card-value {
  font-weight: bold;
}

.orders-main-div {
  margin-top: 20px;
}

.data-grid-main-div {
  background-color: white;
  border-radius: 24px;
}

.src-dummy-img{
    height: 250px;
    width: auto;
}
.billing-address-modal{
    width: 400px !important;
    height:500px !important;
    margin:auto;
    overflow: hidden;
}
.billing-address-input{
    font-size: 14px !important;
}
.billing-address-container{
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    overflow:auto;
    height:100%;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}
.billing-address-container::-webkit-scrollbar{
    display: none;
}
.billing-address-container:focus{
    outline: none;
}
/* .billing-details-btn{
    
} */
.bills-details-save{
    color:white !important;
    background-color:rgb(235,168,90) !important;
}
.bills-details-cancel{
    background-color:white !important;
    color:rgb(235,168,90) !important;
    width:80px;
    margin-left: 20px !important;
}
.billing-address-container1{
    display: flex;
}
.billing-address-details{
    font-size: 13px !important;
    color: grey;
}
.bill-margin{
margin-left:40px !important
}
.dot-size-billing{
    font-size: 13px !important;
    margin-left:20px;
}
.add-link-color{
    color:rgb(0,100,254) !important
}
.colu{
    color:rgb(0,100,254) !important;
}
.billing-address-add-select{
    width: 300px !important;
    height: 35px !important;
    border:1px solid grey;
    border-radius:7px
}

.billing-address-add-select:focus{
    outline: none !important;
    border:3px solid rgb(235,168,90);
    box-shadow: 0 0 10px #719ECE;
}


.default-shipping-billing{
    margin-top:0.5rem;
    display:flex;
    flex-direction:column;
    /* align-items: center; */
}

.default-billing{
    margin-top:0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    /* justify-content: space-between; */
}

.default-shipping{
    display: flex;
    /* justify-content: space-between; */
}
.modal-checkbox:checked{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -1 22 22'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"), linear-gradient(310deg, #141727, #253dd5);
     border-color: #141727;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  background-color: rgba(161, 159, 159, 0.116) !important;
}
.login-wrapper-div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  width: 100%;
  /* margin: 20px 10px 20px 0; */
  box-sizing: border-box;
  overflow: hidden;
  /* border: 1px solid black; */
  background: white;
}

.login-video-gif {
  position: absolute;
  height: 350px;
  width: auto;
  bottom: -10px;
  right: 10px;
  z-index: 99;
  /* opacity: 0.5; */
}
.login-input-div {
  height: 90vh;
  width: 60%;
  /* margin: 20px 0 20px 10px; */
  /* border: 1px solid black; */
  padding-top: 50px;
}

.pallet-logo {
  opacity: 1 !important;
  height: 55px;
  width: auto;
  z-index: 999;
}

@media (max-width: 900px) {
  .login-wrapper-div {
    display: block;
    background-color: white;
  }

  .login-input-div {
    padding-top: 70px;
    margin: 0 auto !important;
    width: 85%;
  }
  .login-input-div-wrapper {
    /* border: 1px solid black; */

    width: 100% !important;
  }
}

.login-ui-design-div {
  position: relative;
  height: 96%;
  width: 60%;
  /* background:linear-gradient(45deg,#0029FF,#002affde,#00A4FF,#00a6ffde); */
  background: linear-gradient(312deg, rgb(0, 164, 255) 35%, rgb(0, 35, 255) 100%) !important;
  border-radius: 0 10px 10px 0;
  margin: 20px 10px 20px -100px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 10px; */
  /* background: transparent !important; */
}
.login-video {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.pallet-logo {
  height: 200px;
  width: 200px;
}

@media (max-width: 900px) {
  .login-ui-design-div {
    display: none;
    height: 150px;
    width: 96%;
    border-radius: 0 0 10px 10px;
    margin: -25px auto;
    padding-top: 10px;
  }
}

.fruits-text{
    font-size: 0.55em !important;
    font-weight: 400 !important;
    color: #21C0FD !important;
}
.price-prod-box-flex{
    display: flex; 
    align-items: center;
    justify-content: space-between;   
}

.first-price-box{
    border-radius: 7px;
    margin-bottom: 10px;
}

.hidden-input{
    /* border: 1px solid lightgray; */
    border-radius: 7px;
    padding: 5px;
    font-size: 0.7em !important;
    margin-left: 3px ;
}

.badge-box{
    display: flex;
    gap: 7px;
}

.mrp {
    padding-right: 0.5rem;
    text-decoration: line-through;
}

.barcode-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
.tox-tinymce {
  height: 100% !important;
}

/* .tox-editor-header{
    position: sticky;
    top: 500px !important;
} */

.tox-editor-container  > .tox-sidebar-wrap > .tox-edit-area > .tox-edit-area__iframe{
    overflow-y: scroll !important;
}

.tox-notifications-container{
  display: none !important;
}

 /* #document{
    background-color: yellow !important;
 } */

.date-pick-input {
    margin-right: 5px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid lightgrey;
    padding: 0 10px 0 10px;
}
#__range-picker-container > div {
    left: 300px !important;
}

.date-picker-app-wrapper > .user-placeholder > .default-placeholder{
    /* margin-top: 20px !important; */
    border-radius: 10px !important;
    height: 45px !important;
}
.upload{
    /* width: 100px; */
    position: relative;
    margin: auto;
    margin-bottom: 20px;
  }
  
  .upload img{
    border-radius: 50%;
    border: 2px solid #eaeaea;
  }
  
  .upload .round{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #00B4FF;
    width: 32px;
    height: 32px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .upload .round input[type = "file"]{
    position: absolute;
    transform: scale(2);
    opacity: 0;
  }

  input[type=file]{
    visibility: hidden;
  }
  
  input[type=file]::-webkit-file-upload-button{
      cursor: pointer;
      visibility: hidden;
  }

  .fa{
    color: #fff !important;
  }

  .body-label{
    font-size: 0.6em !important;
    text-align: center !important;
    color: #00B4FF !important;
  }

  .multiple-box{
    border: 1px dashed lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
  }

  .images-box{
    border: 1px solid rgb(246, 241, 241);
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .uil{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 7px;
    margin-left: 10px;
  }
  .del-btn{
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border: 1px solid lightgray;
    border-radius: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
.hja-box {
  display: flex;
  align-items: center;
}

.span-text-info {
  font-size: 0.6em !important;
  font-weight: 600 !important;
}

.info-prod-check {
  width: 20px !important;
  height: 18px !important;
  margin-right: 5px;
}
.add-more-text {
  color: #21b0fd !important;
}

.close-box-icon {
  margin-top: 40px !important;
}

/* .desc-box{
    border: 1px solid lightgray;
    border-radius: 7px;
} */
.product-title-heading {
  margin-bottom: 10px !important;
}

.barcode-container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.image-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.boom-box{
  border: 1px solid lightgray;
  display: flex;
  border-radius: 10px;
}

.boom-input{
  border: none !important;
  width: 85%;
  border-radius: 10px;
}
.boom-input:focus{
  outline: none !important;
}

.boom-soft-select{
  border: none !important;
}
.boom-box{
    border: 1px solid lightgray;
    display: flex;
    border-radius: 10px;
}

.boom-input{
    border: none !important;
    width: 85%;
    border-radius: 10px;
}
.boom-input:focus{
    outline: none !important;
}

.boom-soft-select{
    border: none !important;
}

.spec-text{
    font-size: 0.6em !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
}

.css-y9gdep-MuiInputBase-root{
    display: flex !important;
}
:root {
  --primary-background-color: #0562fb;
  --base-font-size: 16px;
  --common-box-shadow: 0px 2px 10px rgba(3, 3, 3, 0.1);

  /* Calculate root em (rem) based on the base font size */
  font-size: var(--base-font-size); /* This sets the base font size to 16px */

  /* Responsive font sizes in rem */
  --font-size-xsmall: 0.75rem; /* 12px */
  --font-size-small: 0.875rem; /* 14px */
  --font-size-medium: 1rem; /* 16px */
  --font-size-large: 1.25rem; /* 20px */
  --font-size-xlarge: 1.5rem; /* 24px */
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-track {
  display: none;
}

.column-flex {
  display: flex;
  flex-direction: column;
}

/* Common font sizes */

.text-xlarge {
  font-size: var(--font-size-xlarge);
}
.text-large {
  font-size: var(--font-size-large);
}

.text-medium {
  font-size: var(--font-size-medium);
}

.text-small {
  font-size: var(--font-size-small);
}

.text-xsmall {
  font-size: var(--font-size-xsmall);
}

/* Responsiveness Font SIzes*/

/* :root:{
  
} */

/*Other Common Css  */

.soft-select__menu-portal {
  z-index: 10001 !important;
}

.soft-select__option {
  padding: 10px !important;
}

.soft-select__value-container {
  overflow-x: scroll;
}

.soft-select__multi-value {
  min-width: max-content !important;
}

.soft-select__indicator {
  padding: 0.2rem !important;
}

table {
    width: 100%;
    margin-top: 10px;
    border-top: none;
    /* border: 1px solid red !important; */
    border: 1px solid lightgray;
}

th,
td {
    /* text-align: left !important; */
    /* margin-left: 15px !important; */
    text-align: center;
    /* border: 1px solid lightgray; */

}

th {
    background-color: rgb(235, 235, 235);
}

/* td{
    font-size: 0.9em !important;
    font-weight: 400 !important;
} */

.th-text {
    text-transform: capitalize;
    font-size: 0.65em !important;
    font-weight: 500 !important;
    color: #000;
    /* border: 1px solid lightgrey; */
    padding: 5px !important;

}

.td-text {
    display: flex !important;
    gap: 5px;
    align-items: center;
    border: 1px solid lightgrey;
}

.small-table-text {
    font-size: 0.7em !important;
    margin-left: 5px !important;
    font-weight: 600;
    border: 1px solid lightgrey;
}

.small-table-text-I {
    font-size: 0.7em !important;
    margin-left: 5px !important;
    font-weight: 600;
    width: 60%;
    /* margin: auto; */
    text-align: left;
}

.table-tr {
    border-radius: 7px;

}
.td-text-dis {
    font-size: 1rem !important;
}

.bills-details-top-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.st-dot-box-I {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bills-details-typo {
    font-size: 1rem !important;
    font-weight: bold !important;
}

.order-details-top-card {
    padding: 1rem !important;
    width: 100%;
    height: 15rem !important;
}

.order-details-id-copy {
    margin: 0 1rem 0 .5rem !important;
}

.bills-details-createdBy {
    font-size: 0.8rem !important;
}

.bills-details-customerName-val {
    font-size: 1rem !important;
    color: #0562fb !important;
    font-weight: bold !important;

}

.bills-details-customerName {
    font-size: .9rem !important;
    font-weight: bold !important;
    margin-top: 1rem !important;
}

.color-0562fb {
    color: #0562fb !important;
}

.bills-details-tax-invoice {
    font-size: .9rem !important;
    font-weight: bold !important;
}

.bills-details-container {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;

}

.bills-details-heading {
    margin-bottom: 20px;
}

.bills-details-heading h2 {
    margin: 0;
    font-size: .9rem;

}

.bills-details-heading p {
    margin: 5px 0 0;
    font-size: 0.9rem;
}

.bills-details-order-value {
    font-size: .9rem !important;
    font-weight: 600 !important;

}

.bills-details-order-value-col {
    font-size: .9rem !important;
    font-weight: 500 !important;
}

.bills-details-updates-status {
    display: flex;
    justify-content: space-between;
    align-items: center;

}


.bills-details-date {
    display: flex;
    justify-content: flex-start;
    color: rgba(0, 0, 0, 0.551) !important;
    align-items: center;

}

.bills-details-order-date {
    width: 60%;
    font-size: .9rem !important;
    font-weight: 500;
}

.bills-details-fulfillment {
    font-size: 1.1rem !important;
    font-weight: bold !important;
    color: rgba(0, 0, 0, 0.551) !important;
    width: 60%;
}


.bills-details-fulfillment-box {
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem !important;
    align-items: center;

}

.bills-details-address {
    display: flex;
    gap: 1rem;
    margin-left: 1rem;
    align-items: center;
}

.bills-details-address-box {
    flex: 1;
    height: 250px;
    padding: 1rem;
}

.bills-details-address-head {
    font-size: 1rem !important;
    font-weight: bold !important;
    margin-bottom: 1.5rem !important;
}

.bills-details-address-text {
    font-size: .9rem !important;
}

.billing-details-base {
    border-right: 4px solid rgba(128, 128, 128, 0.625);
    flex: 1;
    text-align: end;
    margin-bottom: 2rem !important;
}

.billing-details-base-box {
    display: flex;
    border-bottom: 4px solid grey;
}

.bill-details-no-payments {
    font-size: .9rem !important;
}
.serviceability-components-card {
    padding: 1rem;
    margin-bottom: 2rem;
}

.serviceability-delivery-charges {
    min-height: 400px !important;
}

.serviceability-buttons {
    display: flex;
    gap: 1rem;
    justify-content: right;
}

/* Map Container */
.map-container {
    text-align: center;
    width: 100% !important;
}


.map-container button {
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;

}

/* Container for Centering */
/* .map-outer-container {
      border: 1px solid blue;
  
    }
     */
/* Container for Fixed Width and Height */
.map-inner-container {
    width: 790px;
    height: 250px;
    border: 1px solid #ccc;
    position: relative;
    margin-top: 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-right: 21.8rem;
}

.gm-svpc {
    display: none !important;
}

/* CSS for autocomplete suggestion list */
.suggestion-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: white;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1;
    width: 42%;
    background-color: white;
    border-radius: 1px;
    font-size: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 14rem;
}

.suggestion-list li {
    cursor: pointer;
    border-bottom: 1px solid lightblue;
    text-align: left !important;
    padding: 2px;
}

.suggestion-list li:hover {
    background-color: #f2f2f2;
}

.radius-map {
    width: 100% !important;
    display: flex;
    padding: 0;
    margin: 0;
}

.map-input {
    padding: 3px;
    border: 1px solid lightgray;
    border-radius: 7px;
    margin-left: 10px;
}

.map-input:focus {
    outline: none;
}

.map-input::placeholder {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .2rem;
}

.map-input-edit {
    padding: 3px;
    border-radius: 7px;
    margin-left: 10px;
    width: 60%;
    margin-top: -7px;
    font-size: 1rem;
    border: none;
    margin-right: 1rem;
}

.map-input-edit:focus {
    outline: none;
}

.map-input-edit::placeholder {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .2rem;
}

.address-container-box {
    display: flex;
    align-items: center;
}


.address-container-boxI {
    display: flex;
    align-items: center;
    width: 80%;
}


.address-txt {
    margin-top: 7px;
    font-size: .7rem;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;

}

.input-radius-wrapper {
    border: 1px solid lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    height: 40px;
    border-radius: 7px;
}

.input-radius-wrapper:hover {
    border: 2px solid #0562fb;
}

.input-radius-wrapper-edit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    margin-left: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: .3rem;

}

.map-input-wrapper-radius {
    padding: 1px;
    border-radius: 5px !important;
    border: .5px solid rgba(179, 178, 178, 0.551);
    font-size: 1rem;
    width: 200px !important;
    height: 2.3rem;
}

.map-input-wrapper-radius:focus {
    outline: none !important;
}

.map-input-wrapper-radius-edit {
    border: none !important;
    padding: 1px;
    border-radius: 7px;
    font-size: 1rem;
    width: 50px;
    margin-top: -6px;
}

.map-input-wrapper-radius-edit:focus {
    outline: none !important;
}

.symbol-txt {
    letter-spacing: .1em;
    text-transform: capitalize;
    margin-top: .62rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .7rem;
    color: #0562fb;
}

.SoftInput {
    width: 80% !important;
    margin-top: 0px !important;
    border-radius: 5px !important;
    border: .5px solid rgba(179, 178, 178, 0.551);

}

.delivery-dest-input-label {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #344767 !important;
    margin-top: .5rem
}

.pincode-suggestion-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem
}

.pincode-suggestion-input {
    width: 30%;
}

.delivery-dest-input {
    border-radius: 5px !important;
    border: .5px solid rgba(179, 178, 178, 0.551);
}

.cancel-cursor {
    margin-top: 1.5rem !important;
}

.map-suggestion-input {
    width: 60%;
    text-align: left;
}

.extra-margin-input {
    margin-top: .75rem !important;
}

.instant-delivery-head,
.delviery-charges-slab {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #344767 !important;
    margin-bottom: .5rem !important;
}

#demo-radio-buttons-group-label,
.input-label-text-cutoff {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #344767 !important;
    margin-top: 1rem !important;
}

.form-control-type-select {
    margin-bottom: .5rem !important;
}

.slotted-delivery-label {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #344767 !important;
    margin-bottom: 1rem !important;
}

.slotted-delivery-day-label {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #344767 !important;
}

.pickup-details-field {
    flex: 1 !important;

}

.pickup-details-input-field {
    height: 35px !important;
    border-radius: 5px !important;
    border: .5px solid rgba(179, 178, 178, 0.551);
}

.location-address-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem !important;
    width: 100% !important;

}

.location-address-label {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #344767;
    min-width: 150px !important;
}

.slotted-delivery-input {
    height: 35px !important;
    border-radius: 5px !important;
    border: .5px solid rgba(179, 178, 178, 0.551);
}

.extra-input-width {
    min-width: 200px !important;
}

.slotted-delivery-delete-btn {
    margin: 25px 0px 0px 10px !important;
    border-radius: 50% !important;
    background-color: #007bff !important;
    padding: 5px !important;
    color: white !important;

}
.serviceability-type-card {
    padding: 1rem !important;
    margin-bottom: 2rem !important;
}

.serviceability-main-head {
    font-weight: bold !important;
    font-size: 1.2rem !important;
    color: #344767;
    margin: 1rem 0 !important;
}
.wave-img-bg{
    background: rgba(49, 170, 59, 0.364) !important;
}

.wave-card-details{
 height: 250px !important;
}

.wave-card-arrow{
    position: absolute !important; 
    bottom: 0 !important;
    right: 0 !important;
    margin-bottom: 30px !important;
    margin-right: 20px !important;

}
.task-header {
  margin-top: 16px;
  padding: 5px;
}
.task-content {
  gap: 8px !important;
}
.task-icon-color {
  color: #5856d6 !important;
  fill: #5856d6;
  border: none !important;
}

.comment-main-component {
  margin-top: 10px;
  margin-bottom: 10px;
}

.comments-main-container {
  max-height: 200px;
  overflow-y: scroll;
  padding-bottom: 2px;
}

.comments-main-container::-webkit-scrollbar {
  display: none;
}

.comment-user-info {
  display: flex;
  align-items: flex-start;
  /* gap: -5px; */
}

.comment-user-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
}

.comment-username {
  font-size: var(--font-size-sm);
  font-weight: bold;
}

.comment-date-desc {
  font-size: var(--font-size-xs);
}

.comment-user-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}
.comment-input__input {
  width: 100%;
  flex: 1;
  /* background-color: #eeeeee; */
  border-radius: 24px;
  box-shadow: 0px 2px 10px rgba(3, 3, 3, 0.1);
  border: none !important;
  outline: none !important;
  padding-left: 20px;
  font-size: 15px !important;
  text-align: left;
  line-height: 30px;
  /* font-family: sans-serif; */
}
.comment-input__input::placeholder {
  font-size: var(--font-size-sm);
  padding: 1px;
}
.comment-input__suggestions__list {
  font-size: small;
  position: absolute;
  bottom: 100%;
  transform: translateY(-8px);
  background-color: white;
  z-index: 1000;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.comment-input__suggestions__item {
  padding-left: 8px;
}
.mention > ul {
  padding: 10px;
  font-size: 15px;
  border-radius: 12px;
  color: grey;
}
.comment-date-desc {
  margin-top: -8px;
}
.comment-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.comment-user-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.commentLoader {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-send-icon {
  cursor: pointer;
  color: #0562fb !important;
  height: 20px !important;
  width: 20px !important;
}
@media only screen and (max-width: 600px) {
  .comment-main-component {
    display: flex;
    padding: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    border-radius: 0.5rem;
    background: var(--Surface-G0, #f5f5f5);
    box-shadow: none;
    margin-top: 0px;
    width: 100%;
  }

  .comments-main-div {
    display: flex;
    height: 6rem;
    padding: 0.75rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0.5rem;
    background: var(--Surface-White, #fefefe);
    height: auto;
  }

  .comment-username {
    color: var(--Surface-Black, #0b0b0b);
    font-size: var(--text-0_75rem, 0.75rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 0.75rem */
  }

  .comment-date-desc {
    color: var(--Surface-G4, #6b6b6b);
    font-size: var(--text-0_75rem, 0.75rem);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 0.975rem */
  }

  .comment-input {
    display: flex;
    padding: 0.5rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 0.125rem;
    background: var(--Surface-G1, #e6e6e6);
    font-size: var(--text-0_75rem, 0.75rem);
    width: 100%;
  }

  .comment-input::placeholder {
    color: var(--Surface-G5, #333);
    font-size: var(--text-0_75rem, 0.75rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 0.75rem */
    height: auto;
  }
  .comments-title {
    /* color: var(--Surface-Black, #0b0b0b); */
    color: #505050;
    font-size: var(--text-1rem, 1rem);
    font-style: normal;
    font-weight: 500;
    padding: 4px;
    margin-bottom: 1px;
    line-height: 130%; /* 1.3rem */
    width: 20%;
  }
}

input[type="file"].override-visibility {
  visibility: visible !important;
}

.comment-input-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.project-comment-username {
  color: #505050;
  font-weight: 600;
  font-size: 14px;
}
.project-image-container {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
  margin-top: 3px;
  position: absolute;
  right: 10px;
}
.comment-user-names {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
  padding: 1px;
  width: 100%;
}
.project-comment-info {
  margin: 4px;
  display: flex;
}
.project-data-desc {
  color: #505050;
  font-weight: 300;
}
.icon-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
}
.comment-left {
  text-align: left;
  background-color: #f0f0f0;
  border-radius: 8px;
  margin: 5px 50px 5px 0;
  padding: 10px;
  width: 50%;
  gap: 4px;
}

.comment-right {
  /* text-align: right; */
  background-color: #d1f7c4;
  border-radius: 8px;
  margin: 5px 0 5px 50px;
  padding: 10px;
  width: 50%;
  float: right;
}
.video_new_tab {
  display: block;
  text-align: center;
  margin-top: 5px;
  text-decoration: none;
  color: #505050;
  font-size: 12px;
}
.btn-comment {
  width: 50px !important;
  height: 30px !important;
  background-color: transparent !important;
  color: #007aff !important;
}
.comment-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  width: 100%;
}
.pagination-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.button-refresh {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 8px;
}
.format-time {
  color: rgb(80, 80, 80);
  font-weight: 600;
  font-size: 9px;
  margin-top: 12px;
  display: flex;
  align-self: flex-end;
  /* position: absolute;
  bottom: 0px;
  left: 10px; */
}

.timeline-info {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  /* padding: 0.75rem; */
  width: 100%;
  gap: 0.375rem;
  align-self: stretch;
  border-radius: 0.5rem;
  background: var(--Surface-White, #fefefe);
}

/* .timeline-name{
      margin-bottom: 8px !important;
  } */

.timeline-info-userDesc {
  font-size: var(--font-size-2xs);
  line-height: 1.3em;
  white-space: normal;
  word-break: break-word;
}

.timeline-info-date {
  font-size: var(--font-size-2xs);
  line-height: 1.3em;
}

.timeline-icon {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 2px;
  width: max-content;
}

.timeline-icon > span {
  font-size: var(--font-size-xs);
  font-weight: bold;
  /* line-height: 1em; */
  /* margin-bottom: 0px; */
}

.timeline-main-container {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.side-line-timeline {
  height: 61px;
  width: 0px;
  border: 1px solid lightgray;
  position: absolute;
  left: 11.5px;
  top: 24px;
}

.time-icon-div > svg {
  height: 1.5rem;
  width: 1.5rem;
}

.timeline-info-view {
  border: 1px solid #0562fb;
  border-radius: 5px;
  font-size: 12px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.time-icon-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-circularprogress {
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.timeline-name {
  font-size: var(--font-size-xs);
  font-weight: bold;
}

.no-timeline-data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.timeline-main-container::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 11px;
  width: 2px;
  height: 82%;
  background-color: lightgray;
}

.timeline-main-container:last-child::after {
  display: none;
}

@media only screen and (max-width: 600px) {
  .timeline-info-userDesc {
    font-size: var(--font-size-xs);
  }

  .timeline-info-date {
    font-size: var(--font-size-2xs);
  }

  .timeline-icon > span {
    font-size: var(--font-size-sm);
  }
}

.menu .MuiMenuItem-root {
  padding: 24px !important;
}

/* import poppins font */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap'); */

/* hides the sort icon from mui datagrid */
.MuiDataGrid-main .MuiDataGrid-iconButtonContainer {
  display: none !important;
}

/* hides the menu icon from mui datagrid */
/* .MuiDataGrid-main .css-1xwgyfb-MuiSvgIcon-root {
  display: none !important;
} */
.MuiDataGrid-menuIcon {
  display: none !important;
}

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

.MuiSnackbar-root {
  z-index: 121000 !important;
}

/* datagrid table header font  */
/* .css-z8fhq1-MuiDataGrid-columnHeaders {
  font-family: 'Poppins', 'Roboto', 'Helvetica', 'Arial', 'sans-serif' !important;
} */

/* datagrid table data font  */
/* .css-vflpy4-MuiDataGrid-root .MuiDataGrid-cell {
  font-family: 'Poppins', 'Roboto', 'Helvetica', 'Arial', 'sans-serif' !important;
} */

/* search bar and filters container, colors */
:root {
  --search-bar-filter-container-bg: #0562fb;
  --bg-button: #0562fb;
  --blue: #0562fb;
  --light-blue: #5271ff;
  --main-bg-white: white;
  --main-boxshadow-xl: 0px 2px 10px rgba(3, 3, 3, 0.1);
  --border-radius-xl: 1.5rem;
  --main-app-color: #0562fb;
  /* 24px */
  --font-size-3xl: 2rem;
  --font-size-2xl: 1.75rem;
  --font-size-xl: 1.5rem;
  --font-size-lg: 1.25rem;
  --font-size-md: 1.125rem;
  --font-size-sm: 1rem;
  --font-size-xs: 0.875rem;
  --font-size-2xs: 0.75rem;
  --font-size-3xs: 0.6rem;

  /* Font Sizes */

  --text-0_125rem: 0.125rem;
  --text-0_25rem: 0.25rem;
  --text-0_375rem: 0.375rem;
  --text-0_5rem: 0.5rem;
  --text-0_625rem: 0.625rem;
  --text-0_75rem: 0.75rem;
  --text-1rem: 1rem;
  --text-1_25rem: 1.25rem;
  --text-1_5rem: 1.5rem;
  --text-2rem: 2rem;
  --text-2_5rem: 2.5rem;
  --text-3rem: 3rem;
  --text-4rem: 4rem;
  --text-5rem: 5rem;
  --text-6_25rem: 6.25rem;
  --text-8rem: 8rem;

  /* New Mobile Ui Colors */

  /* White || Gray || Black */
  --Surface-White: #fefefe;
  --Surface-G0: #f5f5f5;
  --Surface-G1: #e6e6e6;
  --Surface-G2: #bdbdbd;
  --Surface-G3: #949494;
  --Surface-G4: #6b6b6b;
  --Surface-G5: #333333;
  --Surface-Black: #0b0b0b;

  /* Blue */
  --Blue-B0: #0860e6;
  --Blue-B1: #2a71ff;
  --Blue-B2: #67b5dc;
  --Blue-B3: #bfeaff;
  --Blue-B4: #d9f2ff;

  /* Green */
  --Green-G0: #0b742c;
  --Green-G1: #219647;
  --Green-G2: #87c55d;
  --Green-G3: #d9ffbf;
  --Green-G4: #e8ffd8;

  /* Yellow */
  --Yellow-Solid: #fee00e;
  --Yellow-Light: #fff5b2;

  /* Red */
  --Red-Solid: #e90000;
  --Red-Light: #ffe9e9;

  /* Sand */
  --Sand-Solid: #eba85a;
  --Sand-Light: #f2deac;
}

/* main div  */
.search-bar-filter-and-table-container {
  border-radius: 10px !important;
  /* background-color: #fff !important; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

/* header  */
.search-bar-filter-container {
  padding: 15px !important;
  background-color: var(--search-bar-filter-container-bg) !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

/* BUTTON COLORS CSS */

.contained-softbutton {
  background-color: #0562fb !important;
  color: white !important;
}

.outlined-softbutton {
  background-color: white !important;
  border: 1px solid #0562fb !important;
  color: #0562fb !important;
}

/* Global component css */

.component-bg-br-sh-p {
  background-color: var(--main-bg-white);
  box-shadow: var(--main-boxshadow-xl);
  border-radius: var(--border-radius-xl);
  padding: 20px;
  position: relative;
}

.comp-title {
  font-size: var(--font-size-md);
  font-weight: bold;
}

.comp-date {
  font-size: var(--font-size-2xs);
}

/* Common Css for new Mobile screens  */

.listing-card-main-bg {
  display: flex;
  padding: 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid var(--Surface-G1, #e6e6e6);
  background: var(--Surface-White, #fefefe);
  width: 100%;
  justify-content: space-between;
}

.listing-card-bg-secondary {
  display: flex;
  padding: var(--text-0_75rem, 0.75rem);
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  border-radius: 0.5rem;
  background: var(--Surface-White, #fefefe);
  width: 100%;
}

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

.stack-cloumn-start {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.width-100 {
  width: 100%;
}

.flex-colum-align-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
}

.flex-colum-align-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.125rem;
}
.flex-colum-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
}

.flex-colum-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
}

.horizontal-line-app-ros {
  height: 0rem;
  align-self: stretch;
  stroke-width: 1px;
  stroke: var(--Surface-G1, #e6e6e6);
  margin: 0rem;
}

.icon-circular-loader-ros-app {
  height: 1rem !important;
  width: 1rem !important;
}

.main-padding-wrapper {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
}

.stack-row-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.border-right {
  border-right: 1px solid var(--Surface-G1, #e6e6e6);
}

@media only screen and (max-width: 576px) {
  #app {
    height: 100%;
  }
  .search-bar-filter-and-table-container {
    margin-top: 10px;
  }
  .scroll-container::-webkit-scrollbar {
    display: none;
  }

  body {
    font-family: "Nunito Sans", sans-serif !important;
  }
}

.MuiButtonBase-root.MuiMenuItem-root {
  font-size: small;
  font-weight: bolder !important;
  color: #1b1919 !important;
  min-height: "20px" !important;
  padding: 0 !important;
}

.product-by {
  display: "flex";
  flex-direction: column;
}

.sale-price {
  margin-top: 1rem;
  display: "flex";
  flex-direction: column;
}

.category {
  margin-top: 1rem;
  display: "flex";
  flex-direction: column;
}

.manufacturers {
  margin-top: 1rem;
  display: "flex";
  flex-direction: column;
}

.product {
  margin-top: 1rem;
  display: "flex";
  flex-direction: column;
}

.cancel-save-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2rem;
}

.header-bulk-price-edit {
  display: flex;
  /* justify-content: flex-end; */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* padding-right: 1rem; */
  /* padding-left: 1rem; */
}

.filter {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 1rem; */
  gap: 1rem;
  flex: 0.9;
}

.filter-product {
  /* margin-right: 1rem; */
  width: 10rem;
}

.filter-edited-by {
  width: 10rem;
}

.start-date {
  /* margin-left: 1rem; */
  width: 10rem;
}
.end-date {
  /* margin-left: 1rem; */
  width: 10rem;
}

.clear-filter {
  /* margin-left: 1rem; */
  position: relative;
  bottom: 0.2rem;
}

.header-new-btn {
  /* background-color: blue !important; */
  /* flex: 0.1; */
}

/* .header-new-btn {
  position: absolute;
  top: 18px;
  right: 8px;
} */

.criteria-col {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.criteria-col::-webkit-scrollbar {
  display: none;
}

.bpe-btn {
  /* margin-top: 11px !important; */
}

.btnInsideTable {
  padding: 0px 15px !important;
  min-height: 2rem !important;
  width: 100% !important;
}

.editDeleteButton {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: 2rem !important;
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .modal-box-bulk {
    width: 90vw !important;
  }
  .header-new-btn {
    margin-top: 1rem;
  }
  .end-date {
    margin-top: 1rem;
  }
  .clear-filter {
    margin-top: 0.5rem;
  }
}

@media only screen and (max-width: 602px) {
  .start-date {
    margin-top: 1rem;
  }
  .end-date {
    margin-top: 1rem;
  }
  .clear-filter {
    margin-top: 1rem;
  }
  .header-new-btn {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 885px) {
  .clear-filter-btn {
    margin-top: 0.5rem !important;
  }
}

.scan-product-main-box {
  display: flex;
  flex-direction: row;
  border: 1px solid rgb(145, 141, 141) !important;
  border-radius: 15px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px !important;
  /* height: 90px;
  max-height: 90px; 
  overflow: auto; */
}

.scan-prod-seconday {
  padding: 5px 15px 5px 15px;
  width: 95% !important;
  margin: auto;
}

.input-container {
    width: 100%;
    margin-right: 60px;
    margin: 10px;
  }
  
  .upload-box{
    border: 1px dashed lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: 200px;
  }
  
  .body-label{
    font-size: 0.6em;
    text-align: center;
    color: #00B4FF;
    cursor: pointer;
    margin-bottom: 0;
  }
  
  .MuiMenuItem-gutters{
    min-width: 0 !important;
  }

  .css-13bvbr1-MuiStack-root {
    width: 100%;
  }
.input-container {
    width: 100%;
    margin-right: 60px;
    margin: 10px;
  }
  
  .upload-box{
    border: 1px dashed lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: 200px;
  }
  
  .body-label{
    font-size: 0.6em;
    text-align: center;
    color: #00B4FF;
    cursor: pointer;
    margin-bottom: 0;
  }
  
  .MuiMenuItem-gutters{
    min-width: 0 !important;
  }

  .css-13bvbr1-MuiStack-root {
    width: 100%;
  }
#form-file-upload {
    height: 16rem;
    width: 28rem;
    max-width: 100%;
    text-align: center;
    position: relative;
  }
  
  #input-file-upload {
    display: none;
  }
  
  #label-file-upload {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    border-radius: 1rem;
    border-style: dashed;
    border-color: #cbd5e1;
    background-color: #f8fafc;
  }
  
  #label-file-upload.drag-active {
    background-color: #ffffff;
  }
  
  .upload-button {
    cursor: pointer;
    padding: 0.25rem;
    font-size: 1rem;
    border: none;
    font-family: 'Oswald', sans-serif;
    background-color: transparent;
  }
  
  .upload-button:hover {
    text-decoration-line: underline;
  }
  
  #drag-file-element {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  
  .pi-box-inventory22 {
    width: 400px;
    background-color: white;
    position: 'absolute';
    margin: auto;
    margin-top: 50px;
    border-radius: 7px;
    padding: 10px;
    border: none !important;
    border: 1px solid red;
  }
  
  
  .active-background-bupload {
    background-color: #488BFF;
    width: 300px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  
  .stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-size: 16px;
    cursor: pointer;
  
    @media (max-width: 768px) {
      font-size: 12px;
    }
  }
  
  .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
  }
  
  .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
  }
  
  .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    cursor: pointer;
  }
  
  .stepper-item.active {
    font-weight: bold;
    cursor: pointer;
  }
  
  .stepper-item.completed .step-counter {
    background-color: #4bb543;
    color: #fff;
    cursor: pointer;
  }
  
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
  }
  
  .stepper-item:first-child::before {
    content: none;
  }
  .stepper-item:last-child::after {
    content: none;
  }
.common-display-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.common-display-flex-1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.main-heading-products {
  color: #030303;
  font-size: 1.2rem !important;
  font-weight: 600;
  line-height: 32px;
}
.main-header-icon {
  color: #367df3;
  font-size: 20px;
  width: 22px;
  height: 34px;
}
.main-heading-products-2 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.main-product-description {
  /* margin-top: 10px; */
  /* left: 231px; */
  width: 100%;
  /* height: 653px; */
  background-color: rgba(255, 255, 255, 0);
  border-radius: 24px;
  box-shadow: 0px 2px 10px rgba(3, 3, 3, 0.1);
}


.overlay-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background-color: rgba(0, 0, 0, 0.5);  */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001; 
}

.content-blur-spin {
  filter: blur(1px) !important; 
  pointer-events: none;
  user-select: none; 
}

.spinner-container {
  z-index: 10002;
}
.title-heading-products {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.desc-warning-icon {
  color: #ff9500;
  font-size: 20px;
  width: 22px;
  height: 34px;
}
.duplicate-warning-msg {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.duplicate-category-msg {
  color: #b7bdc9;
  font-size: 11px;
  font-weight: 500;
  line-height: 21px;
  font-style: italic;
  margin-left: 10px;
}

.look-up-btn {
  cursor: pointer;
  width: 120px;
  height: 36px;
  padding: 0px 8px;
  border: 1px solid #367df3;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  color: #367df3;
  font-size: 14px;
  line-height: 24px;
  outline: none;
}
.select-box-category {
  cursor: pointer;
  width: 100%;
  background-color: #ffffff;
  color: #c2c2c2;
  font-size: 14px;
  line-height: 24px;
  outline: none;
}

.select-box-radius {
  border-radius: 8px !important;
}
.checkbox-container {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
  opacity: 1;
  pointer-events: auto;
  color: rgba(54, 125, 243, 1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(54, 125, 243, 1);
}
.checkbox-ticked {
  display: none;
  transition: left 0.3s ease;
  z-index: 1;
}
.input-checbox-products {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.radio-checbox-products {
  width: 15px;
  height: 15px;
  background-color: #007bff; 
  border-color: #007bff; 
}
.checkbox-products {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background-color: #007bff !important;
  border-color: #007bff !important; 
}
.input-label-text {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
}
.add-more-products{
    color: #007bff !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    cursor: pointer;
}
.inputLabel-style {
  font-weight: 600 !important;
  font-size: 0.75rem !important;
  color: #344767 !important;
  line-height: 1.625;
  letter-spacing: 0.00938em;
}
.inputLabel-style-head {
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  color: #344767 !important;
  line-height: 1.625;
  letter-spacing: 0.00938em;
}

.duplicateProduct-cancel {
  background-color: #fff !important;
  border: 1px solid #0562fb !important;
  color: #0562fb !important;
  cursor: pointer;
  margin-right: 20px;
  height: 45px;
  font-size: 12px !important;
}

.variant-name-css {
  font-weight: 200 !important;
  font-size: 0.7rem !important;
  color: #344767 !important;
  line-height: 1.625;
  letter-spacing: 0.00938em;
}

