body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}
.mobile-menu-wrapper .menu-button {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mobile-menu-wrapper .menu-button .menu-button-text {
  font-size: 14px;
  line-height: 20px;
}

.menu-sub-menu .MuiMenu-paper {
  border: solid #158cba;
  margin-top: 10px;
}
.menu-sub-menu .MuiMenu-paper .MuiMenu-list {
  padding: 0;
}
.menu-sub-menu .MuiMenu-paper .MuiMenu-list .MuiMenuItem-root {
  padding: 0;
}
.menu-sub-menu .MuiMenu-paper .MuiMenu-list .MuiMenuItem-root .MuiAccordionSummary-content {
  margin: 0;
}
.menu-sub-menu .MuiMenu-paper .MuiMenu-list .MuiMenuItem-root .icon-name {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.menu-sub-menu .MuiMenu-paper .MuiMenu-list .MuiMenuItem-root .MuiSvgIcon-root {
  width: 20px;
  height: 20px;
}
.menu-sub-menu .MuiMenu-paper .MuiMenu-list .MuiMenuItem-root .MuiAccordion-root {
  width: 100%;
}
.menu-sub-menu .MuiMenu-paper .MuiMenu-list .MuiMenuItem-root .MuiAccordion-root.Mui-expanded {
  background: #e7f5f8;
}
.menu-sub-menu .MuiMenu-paper .MuiMenu-list .MuiMenuItem-root .MuiAccordion-root.Mui-expanded .MuiMenuItem-root {
  font-size: 14px;
  line-height: 24px;
}
.menu-sub-menu .MuiMenu-paper .MuiMenu-list .MuiMenuItem-root .MuiAccordion-root.Mui-expanded .MuiMenuItem-root .MuiSvgIcon-root {
  width: 18px;
  height: 18px;
}.main-header .headerTitle {
  background: #158cba;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  color: #fff;
}
.main-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 9px 16px;
  background: #f8f8f8;
  border-bottom: 2px solid #158cba;
}
@media (max-width: 1024px) {
  .main-header .header-wrapper {
    flex-wrap: wrap;
    gap: 8px;
    padding: 7px 16px 5px;
  }
  .main-header .header-wrapper .select-wrapper {
    margin: 0 auto;
    width: 100%;
  }
}
.main-header .header-wrapper .header-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-header .header-wrapper .header-logo .icon-wrapper a {
  display: flex;
  max-width: 200px;
  height: 80px;
}
.main-header .header-wrapper .header-logo .icon-wrapper a img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.main-header .header-wrapper .header-logo .site-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  text-align: left;
  color: #333;
}
.main-header .header-wrapper .menu-wrapper {
  display: flex;
  gap: 16px;
}
.main-header .header-wrapper .menu-wrapper .MuiListItem-root {
  width: auto;
}
.main-header .header-wrapper .menu-wrapper .MuiListItem-root .list-item-button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  color: #158cba;
  padding: 0 16px;
  border-bottom: 1px solid transparent;
}
.main-header .header-wrapper .menu-wrapper .MuiListItem-root .list-item-button:hover, .main-header .header-wrapper .menu-wrapper .MuiListItem-root .list-item-button.active {
  background: transparent;
  color: #333;
  border-bottom: 1px solid #158cba;
}.statement-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.statement-wrapper .MuiButtonGroup-root {
  max-width: 100%;
  width: max-content;
}
@media (max-width: 767px) {
  .statement-wrapper .MuiButtonGroup-root {
    flex-direction: column;
  }
  .statement-wrapper .MuiButtonGroup-root button {
    border-right: none;
  }
}
.statement-wrapper .MuiButtonGroup-root .noActive {
  background: #ccc;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  padding: 4px 16px;
}
@media (max-width: 767px) {
  .statement-wrapper .MuiButtonGroup-root .noActive {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
  }
}
.statement-wrapper .MuiButtonGroup-root .active {
  background: #17a2b8;
  color: #fff;
  font-size: 16px;
  padding: 4px 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .statement-wrapper .MuiButtonGroup-root .active {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
  }
}.login-main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 920px;
  gap: 40px;
  margin: 50px auto !important;
}
@media (max-width: 991px) {
  .login-main-container {
    padding: 16px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .login-main-container {
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    justify-content: flex-start;
  }
}
.login-main-container .login-container {
  flex: 1;
}
.login-main-container .login-container .card-note {
  color: #17a2b8;
  margin: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(23, 163, 184, 0.1098039216);
}
.login-main-container .login-component-wrapper {
  width: 100%;
  box-shadow: none !important;
  border: 1px solid #17a2b8;
  border-radius: 12px;
  overflow: hidden;
}
.login-main-container .login-component-wrapper .login-wrapper {
  flex: 1;
}
.login-main-container .login-component-wrapper .login-wrapper .login-comp-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.login-main-container .login-component-wrapper .login-wrapper .login-comp-body .login-wrapper-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.login-main-container .login-component-wrapper .login-wrapper .login-comp-body .login-wrapper-fields .MuiFormControl-root {
  margin-top: 12px;
}
.login-main-container .login-component-wrapper .login-wrapper h5 {
  padding: 8px 16px;
  background: #17a2b8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}:root {
  --tooltip-bg: #158cba;
  --tooltip-text: #ffffff;
  --tooltip-shadow: 0 4px 6px -1px rgba(21, 140, 186, 0.2),
    0 2px 4px -1px rgba(21, 140, 186, 0.1), 0 0 0 1px rgba(21, 140, 186, 0.1);
  --tooltip-border-radius: 4px;
  --tooltip-padding: 8px 12px;
  --tooltip-font-size: 13px;
  --tooltip-font-weight: 400;
  --tooltip-line-height: 1.4;
  --tooltip-letter-spacing: 0.01em;
  --tooltip-border-color: #158cba;
}

.MuiTooltip-tooltip {
  background-color: rgba(255, 255, 255, 0.98) !important;
  color: var(--tooltip-bg) !important;
  padding: var(--tooltip-padding) !important;
  border-radius: var(--tooltip-border-radius) !important;
  box-shadow: var(--tooltip-shadow) !important;
  max-width: 300px !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid var(--tooltip-border-color) !important;
  font-size: var(--tooltip-font-size) !important;
  font-weight: var(--tooltip-font-weight) !important;
  line-height: var(--tooltip-line-height) !important;
  letter-spacing: var(--tooltip-letter-spacing) !important;
  text-transform: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.MuiTooltip-arrow {
  color: var(--tooltip-border-color) !important;
  filter: drop-shadow(0 2px 2px rgba(21, 140, 186, 0.2));
}.card-wrapper {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card-wrapper .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.card-wrapper .card-body:last-child {
  border-bottom: 0;
}
.card-wrapper .card-body h5 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.card-wrapper .card-body h6 {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}.table-container {
  text-overflow: ellipsis;
}
.table-container .table-cell-heading {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 0px;
  color: black;
  border-bottom: 1px solid black;
}
.table-container .table-cell {
  color: black;
  border: none;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 0px;
  text-overflow: ellipsis;
}
.table-container .table-cell .buttons {
  background: #17a2b8;
}

@media (max-width: 767px) {
  .table-container {
    padding: 0px 1px;
  }
  .table-container .table-cell-heading {
    font-size: 14px;
    font-weight: 700 !important;
  }
  .table-container .MuiTableCell-root {
    padding: 5px 3px;
  }
  .table-container .MuiTableHead-root .MuiTableCell-root {
    background-color: transparent;
  }
  .table-container .MuiTableBody-root .MuiTableCell-root {
    border-bottom: 0;
  }
}.heading {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  background: #17a2b8;
  color: #ffffff;
  padding: 15px;
}

.head-text {
  align-items: center;
  display: flex;
  gap: 10px;
  font-size: 20px !important;
}

.sub-text {
  font-size: 20px;
  font-weight: 600;
}

.user-head-text {
  font-weight: 600 !important;
}

.sub-head-text {
  font-size: 18px !important;
  font-weight: 600 !important;
}.main-user-tabs .button-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-user-tabs .button-group .button {
  padding: 5px;
  font-size: 1rem;
  border-color: #a117b8;
  color: #a117b8;
}
.main-user-tabs .button-group .button:hover {
  background-color: #fbe3ff;
}
.main-user-tabs .button-group .button-active {
  padding: 5px;
  font-size: 1rem;
  background-color: #a117b8;
  border-color: #a117b8;
  color: #fff;
}.admin-leftSidebarWrapper {
  background: #158cba;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  min-width: 335px;
  max-width: 335px;
  padding: 16px 0;
}
.admin-leftSidebarWrapper .MuiList-root .MuiListItem-root .MuiButtonBase-root {
  display: flex;
  gap: 8px;
  transition: all 0.5s ease;
}
.admin-leftSidebarWrapper .MuiList-root .MuiListItem-root .MuiButtonBase-root.Mui-selected {
  background: #fff;
  color: #158cba;
}.notification-wrapper {
  margin-top: 10px !important;
}
@media (max-width: 767px) {
  .notification-wrapper {
    width: 100%;
  }
}
.notification-wrapper .town-notification {
  display: flex;
  flex-direction: row;
  border-radius: 6px;
  border: 1px solid #17a2b8;
  padding-left: 10px;
  background-color: rgba(23, 163, 184, 0.1098039216);
}
@media (max-width: 576px) {
  .notification-wrapper .town-notification {
    flex-direction: column;
  }
}
.notification-wrapper .notifications {
  display: flex;
  gap: 50px;
  width: 100%;
}.resetPasswordWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #17a2b8;
  border-radius: 15px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .resetPasswordWrapper {
    width: 80%;
  }
}
.resetPasswordWrapper h5 {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  background: #17a2b8;
  color: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}
.resetPasswordWrapper .resetTextfieldWrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
}
.resetPasswordWrapper .btnSend {
  margin-bottom: 24px;
  padding: 0 24px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}.notification-section {
  border: 1px solid #158cba;
  border-radius: 10px;
  padding: 6px;
  margin: 16px 0;
}
.notification-section .notification-main {
  padding-left: 5px;
  overflow: auto;
}
.notification-section .notification-main::-webkit-scrollbar {
  width: 5px;
}
.notification-section .notification-main::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #888;
}
.notification-section .notification-main .notification-head-wrap {
  position: sticky;
  top: 0;
  background-color: #fff;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  padding: 8px 15px;
  z-index: 9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
@media (max-width: 767px) {
  .notification-section .notification-main .notification-head-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.notification-section .notification-main .notification-head-wrap .notification-head {
  font-size: 18px;
  line-height: 28px;
}
.notification-section .notification-main .notification-wrap {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  padding: 8px 15px;
}
@media (max-width: 767px) {
  .notification-section .notification-main .notification-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.notification-section .notification-main .notification-wrap .notificationLabelWrapper {
  gap: 10px;
}
.notification-section .notification-main .notification-wrap .notificationLabelWrapper .notificationLabel {
  margin: 0;
}
.notification-section .notification-main .notification-wrap .notificationLabelWrapper .notificationLabel .notificationLabelCheckbox {
  padding: 0;
}.check-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.check-box-wrapper .radio-group-wrapper {
  background-color: rgba(23, 163, 184, 0.1098039216);
  border: 1px solid #17a2b8;
  border-radius: 6px;
  padding: 4px 16px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
}
.check-box-wrapper .radio-group-wrapper .MuiFormControlLabel-root {
  color: #158cba;
}
@media (max-width: 767px) {
  .check-box-wrapper .radio-group-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}.changePwdWrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.changePwdWrapper .changeTextfieldWrap {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .changePwdWrapper .changeTextfieldWrap {
    flex-direction: column;
  }
}
.changePwdWrapper .changeTextfieldWrap .MuiFormHelperText-root {
  min-height: 1.25rem; /* Ensure consistent height for helper text */
  margin-top: 3px;
}
.changePwdWrapper button {
  max-width: 150px;
  width: 100%;
}

/* Styling for content that mimics ContentEditor output */
.MuiTypography-root[dangerouslySetInnerHTML] {
  line-height: 1.6;
}
.MuiTypography-root[dangerouslySetInnerHTML] strong {
  font-weight: 600;
}
.MuiTypography-root[dangerouslySetInnerHTML] a {
  color: #1976d2;
  text-decoration: underline;
}.household-wrapper {
  margin: 20px 0px;
}
.household-wrapper .input-container .household-notifications {
  display: flex;
  margin: 10px 0px;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .household-wrapper .input-container .household-notifications {
    justify-content: center;
  }
}
.household-wrapper .input-container .household-notifications .remove-button {
  display: flex;
  align-items: end;
}
.household-wrapper .add-reset-button {
  gap: 50px;
  height: 50px;
  display: flex;
  margin: 20px 0px 0px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .household-wrapper .add-reset-button {
    height: auto;
  }
}

@media (max-width: 640px) {
  .household-wrapper .input-container .household-notifications {
    display: grid;
  }
  .household-wrapper .input-container .household-notifications .remove-button {
    display: grid;
  }
  .household-wrapper .add-reset-button {
    justify-content: normal;
    display: grid;
    gap: 10px;
  }
}.preview-image-wrapper {
  position: relative;
}
.preview-image-wrapper .card-content-image {
  margin-top: 16px;
  padding: 0;
}
.preview-image-wrapper .card-content-image .MuiInputBase-input {
  padding: 10px;
  font-size: 14px;
}
.preview-image-wrapper .card-content-image .MuiFormLabel-root {
  margin: 0px;
  font-size: 14px;
  top: -5px;
}
.preview-image-wrapper .MuiCardContent-root:last-child {
  padding: 0;
}
.preview-image-wrapper .preview-image-button {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: auto;
}
.preview-image-wrapper .card-img-tag {
  width: 100%;
  object-fit: contain;
}.login-main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 920px;
  gap: 40px;
  margin: 50px auto !important;
}
@media (max-width: 991px) {
  .login-main-container {
    padding: 16px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .login-main-container {
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    justify-content: flex-start;
  }
}
.login-main-container .login-container {
  flex: 1;
}
.login-main-container .login-container .card-note {
  color: #17a2b8;
  margin: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(23, 163, 184, 0.1098039216);
}
.login-main-container .login-component-wrapper {
  width: 100%;
  box-shadow: none !important;
  border: 1px solid #17a2b8;
  border-radius: 12px;
  overflow: hidden;
}
.login-main-container .login-component-wrapper .login-wrapper {
  flex: 1;
}
.login-main-container .login-component-wrapper .login-wrapper .login-comp-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.login-main-container .login-component-wrapper .login-wrapper .login-comp-body .login-wrapper-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.login-main-container .login-component-wrapper .login-wrapper .login-comp-body .login-wrapper-fields .MuiFormControl-root {
  margin-top: 12px;
}
.login-main-container .login-component-wrapper .login-wrapper h5 {
  padding: 8px 16px;
  background: #17a2b8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}.promotional-main-wrapper .image-wrapper {
  padding: 10px 5px;
  border: 1px solid #158cba;
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
  width: -webkit-fill-available;
}
.promotional-main-wrapper .image-wrapper .image-head {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  position: absolute;
  top: -13px;
  left: 15px;
  background-color: #fff;
  padding: 0 10px;
  color: #158cba;
}
.promotional-main-wrapper .image-wrapper .promotionalImages {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0;
  position: relative;
  max-height: 350px;
  min-height: 150px;
  overflow: auto;
}
.promotional-main-wrapper .image-wrapper .promotionalImages::-webkit-scrollbar {
  width: 5px;
}
.promotional-main-wrapper .image-wrapper .promotionalImages::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #888;
}
.promotional-main-wrapper .update-saved {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.promotional-main-wrapper .promotional-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
  margin-bottom: 12px;
}
.promotional-main-wrapper .promotional-header .MuiButtonBase-root {
  max-width: 150px !important;
  width: 100%;
}.application-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 920px;
  padding: 16px;
  box-shadow: 0 2px 6px #f8f8f8;
  border-radius: 8px;
  background: #f8f8f8;
  margin: 24px auto;
  flex: 1;
  overflow: auto;
}
.application-form-wrapper::-webkit-scrollbar {
  width: 5px;
}
.application-form-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.application-form-wrapper::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .application-form-wrapper {
    margin: 16px auto;
  }
}
.application-form-wrapper .radio-wrapper {
  background-color: rgba(23, 163, 184, 0.1098039216);
  border: 1px solid #17a2b8;
  border-radius: 6px;
  padding: 4px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.application-form-wrapper .radio-wrapper .MuiFormControlLabel-root {
  color: #158cba;
}
.application-form-wrapper .list-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background-color: rgba(23, 163, 184, 0.1098039216);
  border-radius: 6px;
  color: #158cba;
}
.application-form-wrapper .list-item-wrapper li {
  padding-left: 32px;
  position: relative;
}
.application-form-wrapper .list-item-wrapper li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #158cba;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.application-form-wrapper .reg-paragraph {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background-color: rgba(23, 163, 184, 0.1098039216);
  border-radius: 6px;
}
.application-form-wrapper .reg-paragraph p {
  color: #158cba;
}
.application-form-wrapper .bootom-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background-color: rgba(23, 163, 184, 0.1098039216);
  border-radius: 6px;
  color: #158cba;
}
.application-form-wrapper .bootom-section-wrapper p {
  padding-left: 32px;
  position: relative;
}
.application-form-wrapper .bootom-section-wrapper p::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #158cba;
  left: 10px;
  top: 5px;
  position: absolute;
}
.application-form-wrapper .order-list-checkbox-main {
  display: flex;
}
.application-form-wrapper .order-list-checkbox-main .order-list-checkbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.application-form-wrapper .order-list-checkbox-main .order-list-checkbox .MuiFormControlLabel-root {
  margin: 0;
  gap: 10px;
  align-items: center;
}
.application-form-wrapper .order-list-checkbox-main .order-list-checkbox .MuiTypography-root {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.application-form-wrapper .order-list-checkbox-main .order-list-checkbox .list-checkbox {
  padding: 0;
}
.application-form-wrapper .order-list-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-form-wrapper .order-list-main .order-list-wrapper {
  border: 1px solid #17a2b8;
  padding: 11px 16px;
  border-radius: 6px;
  gap: 16px;
}
.application-form-wrapper .order-list-main .order-list-wrapper .order-list-deliver {
  display: flex;
  align-items: center;
  gap: 8px;
}
.application-form-wrapper .order-list-main .order-list-wrapper .order-list-deliver .order-list-radio {
  padding: 0;
}
.application-form-wrapper .order-list-main .order-list-wrapper .order-list-deliver .MuiFormControlLabel-root {
  gap: 8px;
  margin: 0;
}
.application-form-wrapper .order-list-main .order-list-wrapper .order-list-deliver .MuiFormControlLabel-root .MuiTypography-root {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.application-form-wrapper .order-list-main .order-list-wrapper .order-list-deliver .order-list-deliver-input .MuiInputBase-input {
  padding: 9px 16px;
  width: 108px;
}
@media (max-width: 767px) {
  .application-form-wrapper .order-list-main .order-list-wrapper .order-list-deliver .order-list-deliver-input .MuiInputBase-input {
    width: 100%;
  }
}.main-wrapper-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100vh;
}
.main-wrapper-box .content-body {
  flex: 1;
  overflow: auto;
  display: flex;
}

.error-text {
  color: white;
  background-color: #c32525;
  font-size: 20px !important;
  text-align: center;
  padding: 20px;
}