@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);
.LayoutDrawer {
  z-index: 500;
  background: #eff0f0;
}
.LayoutDrawer .LayoutMenu {
    background: #eff0f0;
}
.LayoutDrawer .LayoutMenu > li {
      color: #0099bb;
}
.LayoutDrawer .ant-layout-sider-children {
    position: fixed;
    width: inherit;
    -webkit-box-shadow: 0 0 25px -5px #00000080;
            box-shadow: 0 0 25px -5px #00000080;
}
.LayoutDrawer .CollapseBtn {
    background: #eff0f0 !important;
}
.LayoutDrawer .CollapseBtn:after {
      content: none !important;
}

.DeceasedEventsComponentEventCard .selectedCard {
  zoom: 1.2;
}
.DeceasedEventsComponentEventCard .unSelectedCard {
  zoom: 1;
}
.DeceasedEventsComponentEventCard .nextEvent {
  font-weight: bold;
}
.DeceasedEventsComponentEventCard .ant-card {
  height: auto;
  border-radius: 6px;
  border-color: #d8dee8;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.DeceasedEventsComponentEventCard .ant-card:hover {
  border-color: #aab8c5;
  -webkit-box-shadow: 0 2px 8px rgba(55, 65, 81, 0.14);
          box-shadow: 0 2px 8px rgba(55, 65, 81, 0.14);
}
.DeceasedEventsComponentEventCard .external-event-card.ant-card {
  border-color: #b8c5d0;
  border-left: 3px solid #64748b;
}
.DeceasedEventsComponentEventCard .external-event-card.ant-card:hover {
  border-color: #94a3b8;
  -webkit-box-shadow: 0 2px 8px rgba(71, 85, 105, 0.16);
          box-shadow: 0 2px 8px rgba(71, 85, 105, 0.16);
}
.DeceasedEventsComponentEventCard .cremated-elsewhere-card.ant-card {
  border-color: #c7d2df;
  border-left: 3px solid #667b91;
  background: #f7f9fb;
}
.DeceasedEventsComponentEventCard .cremated-elsewhere-card.ant-card:hover {
  border-color: #9fb0c2;
  -webkit-box-shadow: 0 2px 8px rgba(80, 98, 116, 0.16);
          box-shadow: 0 2px 8px rgba(80, 98, 116, 0.16);
}
.DeceasedEventsComponentEventCard .ant-card-body {
  height: auto;
  padding: 10px 12px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DeceasedEventsComponentEventCard .CardHeader {
  background-color: #e9edf2;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -10px;
  padding: 10px 12px;
  border-radius: 6px 6px 0 0;
  color: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
  font-weight: 600;
}
.DeceasedEventsComponentEventCard .CardHeader > div:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.DeceasedEventsComponentEventCard .CardHeader.ExternalEvent {
    min-height: 84px;
    background-color: #e9edf2;
}
.DeceasedEventsComponentEventCard .CardHeader.ExternalEvent > div:first-child {
      white-space: normal;
      text-overflow: unset;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      word-break: break-word;
}
.DeceasedEventsComponentEventCard .CardHeader.CrematedElsewhere {
    background-color: #e9edf2;
}
.DeceasedEventsComponentEventCard .CardHeader .anticon,
  .DeceasedEventsComponentEventCard .CardHeader span {
    cursor: pointer;
}
.DeceasedEventsComponentEventCard .CardHeader .anticon:hover,
  .DeceasedEventsComponentEventCard .CardHeader span:hover {
    opacity: 0.82;
}
.DeceasedEventsComponentEventCard .CardHeader.Edit {
    background-color: #e9edf2;
}
.DeceasedEventsComponentEventCard .EventCardTextHeader {
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #1f1f1f;
}
.DeceasedEventsComponentEventCard .EventCardTextHeader.Edit {
    color: #1f1f1f;
}
.DeceasedEventsComponentEventCard .external-event-card .EventCardTextHeader {
  color: #1f1f1f;
}
.DeceasedEventsComponentEventCard .cremated-elsewhere-card .EventCardTextHeader,
.DeceasedEventsComponentEventCard .cremated-elsewhere-card .EventCardBadge {
  color: #1f1f1f;
}
.DeceasedEventsComponentEventCard .EventCardText {
  font-size: 12px;
  margin-bottom: 3px;
  color: #38454f;
}
.DeceasedEventsComponentEventCard .EventCardText.Edit {
    color: #38454f;
}
.DeceasedEventsComponentEventCard .EventCardBadge {
  display: inline-block;
  margin: 12px 0 0;
  padding: 2px 8px;
  border: 1px solid #c7d2df;
  border-radius: 10px;
  color: #435b70;
  background: #eef2f6;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
}
.DeceasedEventsComponentEventCard .cremated-elsewhere-card .EventCardBadge {
  border-color: #c7d2df;
  background: #eef2f6;
}
.DeceasedEventsComponentEventCard .buttoninline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}
.DeceasedEventsComponentEventCard .buttoninline > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
}
.DeceasedEventsComponentEventCard .error {
  color: red;
  font-size: 12px;
}
.DeceasedEventsComponentEventCard .DeceasedEditEvent {
  display: grid;
  grid-template-columns: 110px 85px 17px 85px;
  grid-column-gap: 5px;
  margin-bottom: 2px;
}

.DeceasedEventsComponentEventCard {
  min-height: 0;
  width: 100%;
  padding: 12px 16px 16px;
  background: #f4f6f8;
}
.DeceasedEventsComponentEventCard #user_add_btn {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}
.DeceasedEventsComponentEventCard .ag-icon-plus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px dashed #9eb1c4;
    border-radius: 6px;
    background: #fff;
    line-height: 1;
    color: #256f9c;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: border-color 0.15s ease, background-color 0.15s ease;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}
.DeceasedEventsComponentEventCard .ag-icon-plus:hover, .DeceasedEventsComponentEventCard .ag-icon-plus:focus {
      border-color: #6d8499;
      background: #f8fafc;
}
.DeceasedEventsComponentEventCard .ag-icon-plus > .anticon,
    .DeceasedEventsComponentEventCard .ag-icon-plus > .ag-icon-base {
      width: 15px;
      height: 15px;
      min-width: 15px;
      margin-right: 0;
}
.DeceasedEventsComponentEventCard .ag-icon-plus .anticon {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15px;
              flex: 0 0 15px;
      font-size: 15px;
      line-height: 1;
}
.DeceasedEventsComponentEventCard .ag-icon-plus .ag-icon-base,
    .DeceasedEventsComponentEventCard .ag-icon-plus svg {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
}
.DeceasedEventsComponentEventCard .ag-icon-plus .text {
      display: inline-block;
      line-height: 1.2;
      white-space: nowrap;
      margin-left: 0;
      position: static !important;
}
.DeceasedEventsComponentEventCard .EventStack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
}
.DeceasedEventsComponentEventCard .EventOrderWarning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin: 0 0 12px;
    padding: 9px 10px;
    border: 1px solid #ead08a;
    border-left: 3px solid #c49327;
    border-radius: 4px;
    background: #fff9e8;
    color: #654c12;
    font-size: 12px;
    line-height: 1.35;
}
.DeceasedEventsComponentEventCard .EventOrderWarning .anticon {
      margin-top: 2px;
      color: #c49327;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
}
.DeceasedEventsComponentEventCard .EventStackItem {
    width: 100%;
}
.DeceasedEventsComponentEventCard .EventStackItem .ant-card {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
}
.DeceasedEventsComponentEventCard .ant-steps-horizontal:not(.ant-steps-label-vertical)
.ant-steps-item-description {
    max-width: none;
}
.DeceasedEventsComponentEventCard .ant-steps-item-container {
    height: 250px;
    position: relative;
}
.DeceasedEventsComponentEventCard .ant-steps-item-container .ant-steps-icon {
      position: absolute;
      bottom: 0;
      top: unset;
}
.DeceasedEventsComponentEventCard .ant-steps-item-container .ant-steps-item-title {
      position: absolute;
      bottom: 24px;
      left: 10px;
}
.DeceasedEventsComponentEventCard .ant-steps-item-container .ant-steps-item-title::after {
        height: 7px;
        top: 0px;
        left: 25px;
}
.DeceasedEventsComponentEventCard .BottomLineWithIcon {
    position: relative;
    margin-top: 6px;
}
.DeceasedEventsComponentEventCard .BottomLineWithIcon .IconBlock {
      display: block;
      background-color: #f0f2f5;
      position: relative;
      z-index: 5;
      width: 29px;
      padding: 0 1px;
      left: 45%;
}
.DeceasedEventsComponentEventCard .BottomLineWithIcon .IconBlock .slicksliderDot {
        color: transparent;
        border: 3px solid var(--color-primary);
        border-radius: 50px;
        background-color: var(--color-primary);
}
.DeceasedEventsComponentEventCard .BottomLineWithIcon .IconBlock .slicksliderDotActive {
        color: transparent;
        border: 3px solid var(--color-primary);
        border-radius: 50px;
        background-color: #f0f2f5;
}
.DeceasedEventsComponentEventCard .BottomLineWithIcon .Line {
      width: 100%;
      display: block;
      border-top: 4px solid var(--color-primary);
      position: absolute;
      margin-top: 10px;
      top: 0;
}
.DeceasedEventsComponentEventCard .slick-slider .slick-disabled {
    cursor: not-allowed !important;
}
.DeceasedEventsComponentEventCard .slick-slider .slick-prev:before,
  .DeceasedEventsComponentEventCard .slick-slider .slick-next:before {
    color: var(--color-primary);
}
.DeceasedEventsComponentEventCard .slick-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.DeceasedEventsComponentEventCard .slick-slider .slick-slide {
    height: auto !important;
}
.DeceasedEventsComponentEventCard .slick-slider .slick-slide > div {
      height: 100%;
}
.DeceasedEventsComponentEventCard .slick-slider .slick-slide > div > div {
        height: 100%;
}
.DeceasedEventsComponentEventCard .slick-slider .slick-slide > div > div > .ag-deceased-event-component,
        .DeceasedEventsComponentEventCard .slick-slider .slick-slide > div > div > div {
          height: 100%;
}
.DeceasedEventsComponentEventCard .slick-slider .slick-slide .ant-card {
      height: 100% !important;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.DeceasedEventsComponentEventCard .slick-slider .slick-slide .ant-card-body {
      height: auto;
}
.DeceasedEventsComponentEventCard #user_add_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.DeceasedEventsComponentEventCard #user_add_btn .ag-icon-plus {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      border: 1px dashed var(--color-primary);
      border-radius: 6px;
      color: var(--color-primary);
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      gap: 6px;
      line-height: 1;
      min-height: 34px;
      padding: 0 14px;
      font-weight: 600;
      white-space: nowrap;
}
.DeceasedEventsComponentEventCard #user_add_btn .ag-icon-plus > .anticon,
      .DeceasedEventsComponentEventCard #user_add_btn .ag-icon-plus > .ag-icon-base {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 15px;
                flex: 0 0 15px;
        width: 15px;
        height: 15px;
        min-width: 15px;
        margin-right: 0;
}
.DeceasedEventsComponentEventCard #user_add_btn .ag-icon-plus > .anticon {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 15px;
        line-height: 1;
}
.DeceasedEventsComponentEventCard #user_add_btn .ag-icon-plus > .text {
        display: inline-block;
        line-height: 1;
        position: static !important;
}
.DeceasedEventsComponentEventCard #user_add_btn .ag-icon-plus:hover {
      background: #eef4ff;
      border-color: var(--color-primary);
      -webkit-box-shadow: 0 2px 6px rgba(47, 67, 150, 0.16);
              box-shadow: 0 2px 6px rgba(47, 67, 150, 0.16);
}
.DeceasedEventsComponentEventCard .noRecord {
    max-width: 260px;
    margin: 24px auto 0;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 1.55;
    padding: 0;
    white-space: normal;
}
.DeceasedEventsComponentEventCard .slicksliderBarHiddenFirst,
  .DeceasedEventsComponentEventCard .slicksliderBarHiddenlast {
    color: transparent;
    position: absolute;
    width: 50%;
    border-bottom: 5px solid #f0f2f5;
    z-index: 5;
    bottom: 8px;
}
.DeceasedEventsComponentEventCard .slicksliderBarHiddenlast {
    z-index: 4;
    right: 0;
}

.AgCreateDeceasedComponentWithSteps {
  height: calc(100vh - 90px);
  background: #f0f2f5;
  padding: 12px 16px 148px;
  --deceased-primary: #0284c7;
  --deceased-primary-soft: #eef4ff;
  --deceased-primary-border: #bfd2ff;
  --deceased-border: #d8dee8;
  --deceased-muted-border: #e5e9f0;
}
.AgCreateDeceasedComponentWithSteps > .ant-layout,
  .AgCreateDeceasedComponentWithSteps > .ant-layout > .ant-layout,
  .AgCreateDeceasedComponentWithSteps .ant-layout-content {
    background: transparent;
}
.AgCreateDeceasedComponentWithSteps .BoxAlignMiddle {
    height: unset !important;
    min-height: calc(100vh - 230px);
}
.AgCreateDeceasedComponentWithSteps .BoxAlignMiddle.BoxAlignMiddleCorpus {
    min-height: calc(100vh - 180px) !important;
}
.DeceasedDetailsColumns {
  padding-top: 0;
  padding-bottom: 96px;
  min-height: 100%;
}
.DeceasedDetailsColumns .DeceasedEventsColumn {
    padding-top: 0;
}
.existing-deceased-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 10px 14px;
  border: 1px solid #91d5ff;
  border-radius: 6px;
  background: #e6f7ff;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 600;
}
.existing-deceased-banner .existing-deceased-banner__icon {
    color: #1890ff;
    font-size: 16px;
}
.DeceasedDetailsCard,
.DeceasedSideCard {
  border-radius: 6px;
  border: 1px solid var(--deceased-border);
  -webkit-box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
          box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}
.DeceasedDetailsCard > .ant-card-body,
  .DeceasedSideCard > .ant-card-body {
    padding: 14px 16px;
}
.DeceasedDetailsCard {
  margin-bottom: 96px;
}
.DeceasedDetailsCard > .ant-card-body > .ant-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.DeceasedDetailsCard > .ant-card-body > .ant-row > .ant-col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    border: 1px solid var(--deceased-border);
    border-radius: 6px;
    padding: 0 16px 8px !important;
    background: #fff;
    min-height: 100%;
}
.DeceasedDetailsCard > .ant-card-body > .ant-row > .ant-col-12 + .ant-col-12 {
    margin-top: 12px;
}
.DeceasedDetailsCard .DeceasedColumnHeader {
    margin: 0 -16px 12px;
    min-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
    border-bottom: 1px solid var(--deceased-border);
    border-radius: 6px 6px 0 0;
    background: #fafafa;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}
.DeceasedDetailsCard .PersonalInfoCardSection .DeceasedColumnHeader::before,
  .DeceasedDetailsCard .StorageInfoCardSection .DeceasedColumnHeader::before {
    background: #000;
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 4px;
    height: 18px;
    border-radius: 3px;
}
.DeceasedDetailsCard .PersonalInfoCardSection .ant-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.DeceasedDetailsCard > .ant-card-body > .ant-row > .ant-col-24 {
    margin-top: 12px;
}
.DeceasedDetailsCard .ant-form-item {
    margin-bottom: 10px;
}
.DeceasedDetailsCard .PersonalInfoCardSection > .ant-row,
  .DeceasedDetailsCard .StorageInfoCardSection > .ant-row {
    margin-bottom: 8px;
}
.DeceasedDetailsCard .PersonalInfoCardSection > .ant-row:last-child,
  .DeceasedDetailsCard .StorageInfoCardSection > .ant-row:last-child {
    margin-bottom: 0;
}
.DeceasedDetailsCard .PersonalInfoCardSection > .ant-row > [class*="ant-col"],
  .DeceasedDetailsCard .StorageInfoCardSection > .ant-row > [class*="ant-col"] {
    padding-top: 0;
    padding-bottom: 0;
}
.DeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet),
  .DeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) {
    display: block;
    width: 100%;
}
.DeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label,
    .DeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label {
      padding-bottom: 4px;
      line-height: 1.25;
      text-align: left;
      white-space: normal;
}
.DeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label > label,
      .DeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label > label {
        line-height: 1.25;
}
.DeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-control-wrapper,
    .DeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-control-wrapper {
      width: 100%;
}
.DeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-control-wrapper .ant-form-item-control,
      .DeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-control-wrapper .ant-form-item-control {
        line-height: 32px;
}
.DeceasedDetailsCard .PersonalInfoCardSection .mt-40,
  .DeceasedDetailsCard .StorageInfoCardSection .mt-40 {
    margin-top: 0 !important;
}
.DeceasedDetailsCard .PersonalInfoCardSection .ant-form-item-control-wrapper,
  .DeceasedDetailsCard .StorageInfoCardSection .ant-form-item-control-wrapper {
    min-height: 32px;
}
.DeceasedDetailsCard .PersonalInfoCardSection .WideLocationField .ant-input,
  .DeceasedDetailsCard .StorageInfoCardSection .WideLocationField .ant-input {
    width: 100%;
}
.DeceasedDetailsCard .PersonalInfoCardSection .DeceasedStackedFormItem,
  .DeceasedDetailsCard .StorageInfoCardSection .DeceasedStackedFormItem {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}
.DeceasedDetailsCard .PersonalInfoCardSection .DeceasedStackedFormItem > .ant-form-item-label,
    .DeceasedDetailsCard .StorageInfoCardSection .DeceasedStackedFormItem > .ant-form-item-label {
      width: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
      line-height: 1.5 !important;
      white-space: normal !important;
      text-align: left !important;
}
.DeceasedDetailsCard .PersonalInfoCardSection .DeceasedStackedFormItem > .ant-form-item-control-wrapper,
    .DeceasedDetailsCard .StorageInfoCardSection .DeceasedStackedFormItem > .ant-form-item-control-wrapper {
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 auto !important;
              flex: 0 0 auto !important;
      width: 100% !important;
}
.DeceasedDetailsCard .PersonalInfoCardSection .WideCaptionFormItem > .ant-form-item-label,
  .DeceasedDetailsCard .StorageInfoCardSection .WideCaptionFormItem > .ant-form-item-label {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 250px !important;
            flex: 0 0 250px !important;
    width: 250px !important;
    white-space: nowrap !important;
}
.DeceasedDetailsCard .PersonalInfoCardSection .WideCaptionFormItem > .ant-form-item-label > label,
    .DeceasedDetailsCard .StorageInfoCardSection .WideCaptionFormItem > .ant-form-item-label > label {
      white-space: nowrap !important;
}
.DeceasedDetailsCard .PersonalInfoCardSection .DeceasedFixedFieldWidth > .ant-form-item-control-wrapper,
  .DeceasedDetailsCard .StorageInfoCardSection .DeceasedFixedFieldWidth > .ant-form-item-control-wrapper {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 320px !important;
            flex: 0 0 320px !important;
    width: 320px !important;
    max-width: 320px !important;
}
.DeceasedDetailsCard .PersonalInfoCardSection .DeceasedFixedFieldWidth .ant-input,
  .DeceasedDetailsCard .PersonalInfoCardSection .DeceasedFixedFieldWidth .ant-calendar-picker,
  .DeceasedDetailsCard .StorageInfoCardSection .DeceasedFixedFieldWidth .ant-input,
  .DeceasedDetailsCard .StorageInfoCardSection .DeceasedFixedFieldWidth .ant-calendar-picker {
    width: 320px !important;
    max-width: 320px !important;
}
.DeceasedDetailsCard .PersonalInfoCardSection .PersonalInfoGroup,
  .DeceasedDetailsCard .StorageInfoCardSection .PersonalInfoGroup {
    margin-top: 8px;
    padding: 0 0 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.DeceasedDetailsCard .PersonalInfoCardSection .PersonalInfoGroup > .ant-row,
    .DeceasedDetailsCard .StorageInfoCardSection .PersonalInfoGroup > .ant-row {
      margin-bottom: 12px;
}
.DeceasedDetailsCard .PersonalInfoCardSection .PersonalInfoGroup > .ant-row:last-child,
    .DeceasedDetailsCard .StorageInfoCardSection .PersonalInfoGroup > .ant-row:last-child {
      margin-bottom: 0;
}
.DeceasedDetailsCard .ant-form-item-label {
    padding-bottom: 4px;
    line-height: 1.25;
}
.DeceasedDetailsCard .ant-form-item-label > label {
      color: rgba(15, 23, 42, 0.72);
      font-size: 13px;
      font-weight: 500;
}
.DeceasedDetailsCard .DiseaseFormItem .ant-form-item-label > label,
  .DeceasedDetailsCard .InputDiseasesType .ant-form-item-label > label {
    color: #1f1f1f;
}
.DeceasedDetailsCard .ant-input,
  .DeceasedDetailsCard .ant-select-selection,
  .DeceasedDetailsCard .ant-calendar-picker-input {
    min-height: 32px;
    border-radius: 4px;
    border-color: #d9d9d9;
}
.DeceasedDetailsCard .ant-input:focus,
  .DeceasedDetailsCard .ant-input:hover,
  .DeceasedDetailsCard .ant-select-selection:focus,
  .DeceasedDetailsCard .ant-select-selection:hover,
  .DeceasedDetailsCard .ant-calendar-picker:hover .ant-calendar-picker-input,
  .DeceasedDetailsCard .ant-calendar-picker-focused .ant-calendar-picker-input {
    border-color: var(--deceased-primary);
    -webkit-box-shadow: 0 0 0 2px rgba(47, 67, 150, 0.12);
            box-shadow: 0 0 0 2px rgba(47, 67, 150, 0.12);
}
.DeceasedDetailsCard .ant-radio-checked .ant-radio-inner,
  .DeceasedDetailsCard .ant-checkbox-checked .ant-checkbox-inner {
    border-color: var(--deceased-primary);
    background-color: var(--deceased-primary);
}
.DeceasedDetailsCard .ant-radio-inner::after {
    background-color: var(--deceased-primary);
}
.DeceasedDetailsCard .ant-switch-checked {
    background-color: var(--deceased-primary);
}
.DeceasedDetailsCard .ant-select,
  .DeceasedDetailsCard .ant-calendar-picker {
    width: 100%;
}
.DeceasedDetailsCard .ant-calendar-picker {
    max-width: 320px;
}
.DeceasedDetailsCard .InlineFormItem.ant-form-item > .ant-form-item-label {
    padding-bottom: 4px;
}
.DeceasedDetailsCard .CompactRadioFormItem.ant-form-item > .ant-form-item-label {
    padding-bottom: 4px;
}
.DeceasedDetailsCard .InvalidSsnFormItem.ant-form-item {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: auto;
    padding-top: 24px;
}
.DeceasedDetailsCard .InvalidSsnFormItem.ant-form-item > .ant-form-item-label {
      display: none;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      min-width: 0;
      padding-bottom: 0;
      line-height: 32px;
      white-space: nowrap;
}
.DeceasedDetailsCard .InvalidSsnFormItem.ant-form-item > .ant-form-item-control-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      min-width: 0;
}
.DeceasedDetailsCard .DateOfDeathControl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px 12px;
    max-width: 480px;
    width: 100%;
}
.DeceasedDetailsCard .DateOfDeathControl .ant-calendar-picker {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 320px;
              flex: 0 1 320px;
      min-width: 220px;
      max-width: 320px;
      width: 100%;
}
.DeceasedDetailsCard .DateOfDeathControl .ant-switch {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      min-width: 52px;
}
.DeceasedDetailsCard .SsnFormItem .ant-input {
    max-width: 320px;
}
.DeceasedDetailsCard .SsnControl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 390px;
    width: 100%;
}
.DeceasedDetailsCard .SsnInputStack {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    max-width: 320px;
}
.DeceasedDetailsCard .SsnInputStack .ant-input {
      width: 100%;
}
.DeceasedDetailsCard .InvalidSsnSwitch {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 5px;
}
.DeceasedDetailsCard .RefetchSsnIcon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 8px;
    margin-left: 6px;
    font-size: 18px;
    color: var(--color-primary);
    cursor: pointer;
}
.DeceasedDetailsCard .RefetchSsnIcon:hover {
      opacity: 0.75;
}
.DeceasedDetailsCard .RefetchSsnIcon.RefetchSsnIcon--disabled {
      color: rgba(0, 0, 0, 0.25);
      cursor: not-allowed;
}
.DeceasedDetailsCard .RefetchSsnIcon.RefetchSsnIcon--disabled:hover {
        opacity: 1;
}
.DeceasedDetailsCard .InvalidSsnLabel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 5px;
    margin-left: 16px;
    margin-right: 6px;
    padding: 0;
    color: var(--deceased-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
}
.DeceasedDetailsCard .DateOfDeathAvailabilityLabel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: var(--deceased-muted);
    font-size: 14px;
    line-height: 32px;
    white-space: nowrap;
}
.DeceasedDetailsCard .SsnError {
    display: block;
    margin-top: 4px;
    line-height: 1.25;
}
.DeceasedDetailsCard .ant-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px 18px;
    min-height: 32px;
}
.DeceasedDetailsCard .ant-radio-wrapper {
    margin-right: 0;
    white-space: nowrap;
}
.DeceasedDetailsCard .DeceasedFieldGroup {
    margin: 0 0 10px;
    padding: 10px 12px 8px;
    border: 1px solid var(--deceased-border);
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
            box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}
.DeceasedDetailsCard .DeceasedFieldGroup > .ant-row {
      margin-bottom: 12px;
}
.DeceasedDetailsCard .DeceasedFieldGroup > .ant-row:last-child {
      margin-bottom: 0;
}
.DeceasedDetailsCard .DeceasedFieldGroupTitle {
    margin: -10px -12px 10px;
    padding: 7px 12px;
    border-bottom: 1px solid var(--deceased-border);
    border-radius: 6px 6px 0 0;
    background: #fafafa;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 600;
}
.DeceasedDetailsCard .StorageTypeColumn {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
    max-width: 100%;
}
.DeceasedDetailsCard .StorageUrnMaterialColumn {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 12px;
    border-top: 1px solid var(--deceased-muted-border);
}
.DeceasedDetailsCard .UrnCremationSpacingRow {
    margin-top: 8px;
    margin-bottom: 8px;
}
.DeceasedDetailsCard .CremationGroup .CremationToggleGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 14px;
}
.DeceasedDetailsCard .CremationGroup .CremationInlineGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.DeceasedDetailsCard .CremationGroup .CremationToggleGrid:last-child,
  .DeceasedDetailsCard .CremationGroup .CremationInlineGrid:last-child {
    margin-bottom: 0;
}
.DeceasedDetailsCard .CremationGroup .CremationField {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    min-width: 0;
}
.DeceasedDetailsCard .CremationGroup .CremationInlineField {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
    min-width: 0;
    max-width: 420px;
}
.DeceasedDetailsCard .CremationGroup .CremationInlineField > .CremationFieldLabel {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      white-space: nowrap;
}
.DeceasedDetailsCard .CremationGroup .CremationFieldLabel {
    color: rgba(15, 23, 42, 0.72);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
}
.DeceasedDetailsCard .CremationGroup .CremationFieldLabel::after {
      content: ":";
      margin-left: 2px;
}
.DeceasedDetailsCard .CremationGroup .CremationFieldControl,
  .DeceasedDetailsCard .CremationGroup .CremationFieldControl.ant-select,
  .DeceasedDetailsCard .CremationGroup .CremationFieldControl.ant-calendar-picker {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}
.DeceasedDetailsCard .InputDiseasesType {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 8px;
}
.DeceasedDetailsCard .ant-switch {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.DeceasedDetailsCard .DeceasedLockRow {
    margin: 12px 0 0 !important;
    padding: 10px 12px 8px;
    border: 1px solid #ffe58f;
    border-radius: 6px;
    background: #fffbe6;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.DeceasedDetailsCard .DeceasedLockRow .ant-form-item {
      margin-bottom: 0;
}
.DeceasedDetailsCard .DeceasedLockRow .ant-form-item-label > label {
      color: #7a5600;
}
.DeceasedDetailsCard .DeceasedLockRow .LockSection {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      grid-template-columns: 10px minmax(0, 1fr);
      width: 100%;
}
.DeceasedDetailsCard .DeceasedActionBar {
    position: fixed;
    bottom: 10px;
    left: 88px;
    right: 28px;
    z-index: 20;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 !important;
    min-height: 56px;
    padding: 8px 18px;
    border: 1px solid var(--deceased-border);
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 -3px 14px rgba(15, 23, 42, 0.16);
            box-shadow: 0 -3px 14px rgba(15, 23, 42, 0.16);
}
.DeceasedDetailsCard .DeceasedActionBar > .ant-col-12 {
    padding: 0 !important;
}
.DeceasedDetailsCard .ButtonGroup {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: rgba(15, 23, 42, 0.72);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}
.DeceasedDetailsCard .ButtonGroup.text-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.DeceasedDetailsCard .ButtonGroup > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.DeceasedDetailsCard .ButtonGroup .NextIconBtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
    transition: background-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.DeceasedDetailsCard .ButtonGroup .NextIconBtn:not([disabled]):hover {
    background: #f5f7fa;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.DeceasedDetailsCard .ButtonGroup .NextIconBtn[disabled] {
    opacity: 0.45;
}
.DeceasedDetailsCard .ButtonGroup .mr-10 {
    margin-right: 0 !important;
}
.DeceasedSideCard {
  min-height: 300px;
  background: #f4f6f8;
}
.DeceasedSideCard > .ant-card-body {
    padding: 0;
    background: #f4f6f8;
    border-radius: 0 0 6px 6px;
}
.DeceasedSideCardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--deceased-border);
  border-radius: 6px 6px 0 0;
  background: #eef1f4;
  color: #2f3b45;
  font-size: 14px;
  font-weight: 600;
}
.DeceasedSideCardHeaderIcon {
  color: var(--deceased-primary);
  font-size: 16px;
}
.CorpusSideColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.CorpusSidePanel {
  display: grid;
  gap: 10px;
}
.CorpusMainPanel {
  margin-top: 12px;
}
.CorpusMainPanelGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
.CorpusStatusCard {
  border-radius: 6px;
  border-color: var(--deceased-border);
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
          box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}
.CorpusStatusCard > .ant-card-body {
    padding: 14px 16px;
}
.CorpusStatusCard--warning {
  border-color: var(--deceased-border);
  background: #fff;
  -webkit-box-shadow: inset 4px 0 0 var(--deceased-primary), 0 1px 4px rgba(15, 23, 42, 0.08);
          box-shadow: inset 4px 0 0 var(--deceased-primary), 0 1px 4px rgba(15, 23, 42, 0.08);
}
.CorpusStatusCard--success,
.CorpusStatusCard--complete {
  border-color: var(--deceased-border);
  background: #fff;
  -webkit-box-shadow: inset 4px 0 0 var(--deceased-primary), 0 1px 4px rgba(15, 23, 42, 0.08);
          box-shadow: inset 4px 0 0 var(--deceased-primary), 0 1px 4px rgba(15, 23, 42, 0.08);
}
.CorpusStatusCardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--deceased-primary);
  font-size: 14px;
  font-weight: 600;
}
.CorpusStatusBadge {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 1px 8px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.CorpusStatusBadge--warning {
  color: #d46b08;
  background: #fff7e6;
}
.CorpusStatusBadge--complete {
  color: var(--deceased-primary);
  background: var(--deceased-primary-soft);
}
.CorpusChoiceRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 18px;
  min-height: 28px;
}
.CorpusStatusDetailInput {
  margin-top: 10px;
}
.CorpusStatusAction {
  width: 100%;
  margin-top: 10px;
}
.CorpusStatusAction--warning,
.CorpusStatusAction--warning:hover,
.CorpusStatusAction--warning:focus {
  border-color: var(--deceased-primary);
  background: var(--deceased-primary);
  color: #fff;
}
.CorpusStatusAction--success,
.CorpusStatusAction--success:hover,
.CorpusStatusAction--success:focus,
.CorpusStatusAction--complete,
.CorpusStatusAction--complete:hover,
.CorpusStatusAction--complete:focus {
  border-color: var(--deceased-primary);
  background: #fff;
  color: var(--deceased-primary);
}
.CorpusDateCard .ant-row + .ant-row {
  margin-top: 10px;
}
.CorpusDateCard .ant-form-item-label {
  padding-bottom: 4px;
  line-height: 1.25;
  text-align: left;
}
.CorpusDateCard .DateOfDeathControl {
  max-width: 390px;
}
.CorpusDateCard .ant-calendar-picker {
  max-width: 320px;
}
.CorpusNotesCard .ant-form-item + .ant-form-item {
  margin-top: 10px;
}
.CorpusNotesCard .CorpusNotesTextarea {
  width: 100%;
  min-height: 78px;
  resize: vertical;
}
@media (min-width: 1200px) {
.DeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet),
  .DeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    width: 100%;
}
.DeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label,
    .DeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 160px;
              flex: 0 0 160px;
      min-width: 160px;
      padding-bottom: 0;
      line-height: 32px;
      text-align: left;
}
.DeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label > label,
      .DeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label > label {
        line-height: 1.25;
}
.DeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-control-wrapper,
    .DeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-control-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      min-width: 0;
      width: auto;
}
.DeceasedDetailsCard .PersonalInfoCardSection .CompactRadioFormItem.ant-form-item,
  .DeceasedDetailsCard .StorageInfoCardSection .CompactRadioFormItem.ant-form-item {
    gap: 12px;
}
.DeceasedDetailsCard .PersonalInfoCardSection .CompactRadioFormItem.ant-form-item > .ant-form-item-label,
    .DeceasedDetailsCard .StorageInfoCardSection .CompactRadioFormItem.ant-form-item > .ant-form-item-label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 160px;
              flex: 0 0 160px;
      min-width: 160px;
      white-space: nowrap;
}
.DeceasedDetailsCard .PersonalInfoCardSection .CompactRadioFormItem.ant-form-item > .ant-form-item-control-wrapper,
    .DeceasedDetailsCard .StorageInfoCardSection .CompactRadioFormItem.ant-form-item > .ant-form-item-control-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
}
.DeceasedDetailsCard .PersonalInfoCardSection .InvalidSsnFormItem.ant-form-item,
  .DeceasedDetailsCard .StorageInfoCardSection .InvalidSsnFormItem.ant-form-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    padding-top: 0;
}
.DeceasedDetailsCard .PersonalInfoCardSection .InvalidSsnFormItem.ant-form-item > .ant-form-item-control-wrapper,
    .DeceasedDetailsCard .StorageInfoCardSection .InvalidSsnFormItem.ant-form-item > .ant-form-item-control-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
}
.DeceasedDetailsCard .PersonalInfoCardSection .DiseaseFormItem.ant-form-item,
  .DeceasedDetailsCard .StorageInfoCardSection .DiseaseFormItem.ant-form-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.DeceasedDetailsCard .PersonalInfoCardSection .DiseaseFormItem.ant-form-item > .ant-form-item-label,
    .DeceasedDetailsCard .StorageInfoCardSection .DiseaseFormItem.ant-form-item > .ant-form-item-label {
      padding-top: 4px;
}
.DeceasedDetailsCard .PersonalInfoCardSection .DiseaseFormItem.ant-form-item > .ant-form-item-control-wrapper .ant-form-item-control,
    .DeceasedDetailsCard .StorageInfoCardSection .DiseaseFormItem.ant-form-item > .ant-form-item-control-wrapper .ant-form-item-control {
      line-height: 1.25;
}
.DeceasedDetailsCard .PersonalInfoCardSection .InputDiseasesType,
  .DeceasedDetailsCard .StorageInfoCardSection .InputDiseasesType {
    width: 100%;
    margin-left: 0;
}
.DeceasedDetailsCard .PersonalInfoCardSection .CorpusDateCard .ant-form-item,
  .DeceasedDetailsCard .PersonalInfoCardSection .CorpusNotesCard .ant-form-item,
  .DeceasedDetailsCard .StorageInfoCardSection .CorpusDateCard .ant-form-item,
  .DeceasedDetailsCard .StorageInfoCardSection .CorpusNotesCard .ant-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}
.DeceasedDetailsCard .PersonalInfoCardSection .CorpusDateCard .ant-form-item > .ant-form-item-label,
    .DeceasedDetailsCard .PersonalInfoCardSection .CorpusNotesCard .ant-form-item > .ant-form-item-label,
    .DeceasedDetailsCard .StorageInfoCardSection .CorpusDateCard .ant-form-item > .ant-form-item-label,
    .DeceasedDetailsCard .StorageInfoCardSection .CorpusNotesCard .ant-form-item > .ant-form-item-label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 190px;
              flex: 0 0 190px;
      min-width: 190px;
      padding-bottom: 0;
      line-height: 32px;
      text-align: left;
}
.DeceasedDetailsCard .PersonalInfoCardSection .CorpusDateCard .ant-form-item > .ant-form-item-control-wrapper,
    .DeceasedDetailsCard .PersonalInfoCardSection .CorpusNotesCard .ant-form-item > .ant-form-item-control-wrapper,
    .DeceasedDetailsCard .StorageInfoCardSection .CorpusDateCard .ant-form-item > .ant-form-item-control-wrapper,
    .DeceasedDetailsCard .StorageInfoCardSection .CorpusNotesCard .ant-form-item > .ant-form-item-control-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      min-width: 0;
}
.DeceasedDetailsCard .PersonalInfoCardSection .CorpusNotesCard .ant-form-item,
  .DeceasedDetailsCard .StorageInfoCardSection .CorpusNotesCard .ant-form-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.DeceasedDetailsCard .PersonalInfoCardSection .CorpusNotesCard .ant-form-item > .ant-form-item-label,
    .DeceasedDetailsCard .StorageInfoCardSection .CorpusNotesCard .ant-form-item > .ant-form-item-label {
      padding-top: 6px;
}
.DeceasedMainFormColumn .CompactInlineFormItem.ant-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4px;
}
.DeceasedMainFormColumn .CompactInlineFormItem.ant-form-item > .ant-form-item-label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 190px;
              flex: 0 0 190px;
      padding-right: 10px;
      line-height: 32px;
      text-align: left;
      white-space: nowrap;
}
.DeceasedMainFormColumn .CompactInlineFormItem.ant-form-item > .ant-form-item-label > label {
        line-height: 32px;
        white-space: nowrap;
}
.DeceasedMainFormColumn .CompactInlineFormItem.ant-form-item > .ant-form-item-control-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      min-width: 0;
}
.DeceasedMainFormColumn .CompactInlineFormItem.ant-form-item > .ant-form-item-control-wrapper .ant-form-item-control {
        line-height: 32px;
}
}
@media (max-width: 1199px) {
.CorpusMainPanelGrid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
}
.CorpusSideColumn {
    margin-top: 16px;
}
.DeceasedDetailsCard .DeceasedFieldGroup > .ant-row > [class*="ant-col"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.DeceasedDetailsCard .StorageInfoCardSection .ant-calendar-picker,
  .DeceasedDetailsCard .StorageInfoCardSection .ant-select,
  .DeceasedDetailsCard .StorageInfoCardSection .ant-input {
    min-width: 220px;
}
}
@media (max-width: 767px) {
.DeceasedDetailsCard .DateOfDeathControl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
}
.DeceasedDetailsCard .DateOfDeathControl .ant-calendar-picker {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 220px;
              flex: 1 1 220px;
}
.DeceasedDetailsCard .SsnControl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
}
.DeceasedDetailsCard .SsnInputStack {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 320px;
}
.DeceasedDetailsCard .InvalidSsnSwitch {
    margin-top: 0;
}
.DeceasedDetailsCard .InvalidSsnLabel {
    margin-top: 0;
}
.DeceasedDetailsCard .DateOfDeathAvailabilityLabel {
    line-height: 22px;
}
.CorpusMainPanelGrid {
    grid-template-columns: 1fr;
}
.DeceasedDetailsColumns .DeceasedEventsColumn {
    margin-top: 16px;
}
.DeceasedDetailsCard > .ant-card-body > .ant-row > .ant-col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.DeceasedDetailsCard > .ant-card-body > .ant-row > .ant-col-12 + .ant-col-12 {
      margin-top: 12px;
}
.DeceasedDetailsCard .DeceasedLockRow > .ant-col-2,
  .DeceasedDetailsCard .DeceasedLockRow > .ant-col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
}
.DeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet),
  .DeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) {
    display: block;
}
.DeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label,
    .DeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label {
      min-width: 0;
      padding-bottom: 4px;
      line-height: 1.25;
}
}
.AgCreateDeceasedComponent .ant-steps-item-finish
> .ant-steps-item-container
> .ant-steps-item-content
> .ant-steps-item-description {
  color: black;
}
.AgCreateDeceasedComponent .NextIconBtn {
  padding: 0;
  overflow: visible;
}
.AgCreateDeceasedComponent .NextIconBtn.ant-btn-link[disabled] i {
    color: inherit !important;
}
.AgCreateDeceasedComponent .slide-fade-enter-active,
.AgCreateDeceasedComponent .slide-fade-leave-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.AgCreateDeceasedComponent .slide-fade-enter, .AgCreateDeceasedComponent .slide-fade-leave-to {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
}
.AgCreateDeceasedComponent .CreateDeceasedBtnAlignmnet .ant-form-item-control {
  line-height: 25px;
  padding-top: 18px;
}
.AgCreateDeceasedComponent .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 15px;
}
.AgCreateDeceasedComponent .Nb-Circle {
  padding: 3px;
  border-radius: 50px;
  background-color: red;
  color: #fff;
  font-size: 9px;
}
.btnSize100 {
  width: 100%;
}
.LockSection {
  display: grid;
  grid-template-columns: 10px 85%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.InlineFormItem {
  display: block;
}
.error {
  color: #f5222d;
  font-size: 14px;
}
.empty-company .ant-select-selection__rendered ul > li:first-child {
  display: none;
}

.ContacInformation .InfoText {
  font-size: 13px;
}
.ContacInformation .ant-modal-close {
  color: rgba(0, 0, 0, 0.75);
}

.AgDeceasedEventsComponent {
  background: #f0f2f5;
  min-height: calc(100vh - 90px);
  padding: 16px;
}
.AgDeceasedEventsComponent > .ant-layout,
  .AgDeceasedEventsComponent > .ant-layout > .ant-layout,
  .AgDeceasedEventsComponent .ant-layout-content {
    background: transparent;
}
.AgDeceasedEventsComponent .ActivityLogGridPanel {
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
            box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}
.AgDeceasedEventsComponent .activeFilters {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin-top: 12px;
    padding: 10px 12px;
}
.AgDeceasedEventsComponent .ActiveFilterWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    min-height: 24px;
}
.AgDeceasedEventsComponent .ActiveFilterName {
    color: #38454f;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
.AgDeceasedEventsComponent .ant-tag {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #eef4ff;
    border-color: #bfd2ff;
    border-radius: 12px;
    color: var(--color-primary);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    min-height: 24px;
    margin: 2px 4px 2px 0;
    padding: 0 8px;
}
.AgDeceasedEventsComponent .activeFilters a {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 600;
}
.AgDeceasedEventsComponent .activeFilters a:hover {
    color: var(--color-primary);
}
#DeceasedEventsView {
  height: auto !important;
  min-height: 320px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  overflow: hidden;
}
#DeceasedEventsView .gridHeaderTitle {
    width: 90%;
}
#DeceasedEventsView .filter {
    cursor: pointer;
}
#DeceasedEventsView .sort {
    cursor: pointer;
}
#DeceasedEventsView table {
    width: 100%;
    border-collapse: collapse;
}
#DeceasedEventsView table th {
      background-color: #fafafa;
      font-weight: bold;
      font-size: 13px;
      color: #202833;
      border: 0;
      border-bottom: 1px solid #e8e8e8;
      padding: 12px 14px;
}
#DeceasedEventsView table tr td {
      font-size: 13px;
      border: 0;
      color: #38454f;
      border-bottom: 1px solid #f0f0f0;
      padding: 12px 14px;
      vertical-align: middle;
}
#DeceasedEventsView table tr:hover td {
      background-color: #f5f8ff;
}
#DeceasedEventsView .k-grid-header,
  #DeceasedEventsView .k-grid-content {
    background: #fff;
}
#DeceasedEventsView .k-grid-header th,
  #DeceasedEventsView .k-grid td {
    border-left: 0 !important;
    border-right: 0 !important;
}
#DeceasedEventsView .listViewLabel {
    color: inherit;
    line-height: 1.45;
}
#DeceasedEventsView .ActionTypeBadge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    min-height: 22px;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}
#DeceasedEventsView .ActionTypeBadge--success {
    background: #e9fbf8;
    color: #1f9f96;
}
#DeceasedEventsView .ActionTypeBadge--warning {
    background: #fff4df;
    color: #e67e22;
}
#DeceasedEventsView .ActionTypeBadge--danger {
    background: #fff1f0;
    color: #cf1322;
}
#DeceasedEventsView .ActionTypeBadge--info {
    background: #f3e8ff;
    color: #7a2fd0;
}
#DeceasedEventsView #check_out {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 24px;
    min-width: 24px;
    padding: 0 !important;
}
#DeceasedEventsView #check_out:hover {
    background: #eef4ff;
}

.AgDeceasedDocumentsComponent {
  background: #f0f2f5;
  min-height: calc(100vh - 90px);
  padding: 16px;
}
.AgDeceasedDocumentsComponent > .ant-layout,
  .AgDeceasedDocumentsComponent > .ant-layout > .ant-layout,
  .AgDeceasedDocumentsComponent .ant-layout-content {
    background: transparent;
}
.AgDeceasedDocumentsComponent .DocumentToolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    margin-bottom: 12px;
}
.AgDeceasedDocumentsComponent .DocumentGridPanel {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
#DeceasedDocumentsView {
  height: calc(95vh - 125px) !important;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  overflow: hidden;
}
#DeceasedDocumentsView .gridHeaderTitle {
    width: 90%;
}
#DeceasedDocumentsView .filter {
    cursor: pointer;
}
#DeceasedDocumentsView .sort {
    cursor: pointer;
}
#DeceasedDocumentsView table th {
    background-color: #fafafa;
    font-weight: bold;
    font-size: 12px;
    color: #38454f;
    border: 0;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
#DeceasedDocumentsView table tr td {
    font-size: 12px;
    border: 0;
    color: #727374;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
label.UploadBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: var(--color-primary);
  background-color: #fff;
  border: 1px dashed var(--color-primary);
  border-radius: 6px;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  min-height: 54px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  width: 100%;
  -webkit-transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
label.UploadBtn:hover {
  background-color: #eef4ff;
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 2px 8px rgba(47, 67, 150, 0.14);
          box-shadow: 0 2px 8px rgba(47, 67, 150, 0.14);
}

.AgDeceasedRelativesComponent {
  height: calc(100vh - 90px);
  background: #f0f2f5;
  padding: 16px;
}
.AgDeceasedRelativesComponent .ant-table-wrapper,
  .AgDeceasedRelativesComponent .ant-card,
  .AgDeceasedRelativesComponent .ant-form {
    border-radius: 6px;
}
.AgDeceasedRelativesComponent .RelativesWorkspace {
    max-width: 1180px;
    margin: 0 auto;
}
.AgDeceasedRelativesComponent .RelativesToolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 12px !important;
}
.AgDeceasedRelativesComponent #user_add_btn .ag-icon-plus {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border: 1px dashed var(--color-primary);
    border-radius: 6px;
    color: var(--color-primary);
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
    line-height: 1;
    min-height: 34px;
    padding: 0 14px;
    font-weight: 600;
    white-space: nowrap;
}
.AgDeceasedRelativesComponent #user_add_btn .ag-icon-plus > .anticon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    width: 15px;
    height: 15px;
    min-width: 15px;
    font-size: 15px;
    line-height: 1;
}
.AgDeceasedRelativesComponent #user_add_btn .ag-icon-plus > .text {
    display: inline-block;
    line-height: 1;
    margin-left: 0;
    position: static !important;
}
.AgDeceasedRelativesComponent #user_add_btn .ag-icon-plus:hover {
    background: #eef4ff;
    border-color: var(--color-primary);
    -webkit-box-shadow: 0 2px 6px rgba(47, 67, 150, 0.16);
            box-shadow: 0 2px 6px rgba(47, 67, 150, 0.16);
}
.AgDeceasedRelativesComponent .RelativeFormCard,
  .AgDeceasedRelativesComponent .RelativesTableCard {
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.AgDeceasedRelativesComponent .RelativeFormCard {
    margin-bottom: 16px;
}
.AgDeceasedRelativesComponent .RelativesTableCard > .ant-card-body {
    padding: 0;
}
.AgDeceasedRelativesComponent .ant-table {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
    background: #fff;
}
.AgDeceasedRelativesComponent .ant-table-thead > tr > th {
    background: #fafafa;
    color: #38454f;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #e8e8e8;
}
.AgDeceasedRelativesComponent .ant-table-tbody > tr > td {
    font-size: 12px;
    color: #727374;
    border-bottom: 1px solid #f0f0f0;
}
.AgDeceasedRelativesComponent .ant-table-tbody > tr:hover > td {
    background: #f5f8ff;
}
.AgDeceasedRelativesComponent .roleActions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.AgDeceasedRelativesComponent .roleActions > span {
    color: var(--color-primary);
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 18px;
    min-height: 18px;
}
.AgDeceasedRelativesComponent .roleActions > span:hover {
    color: var(--color-primary);
}
.RelativeHeader {
  font-weight: 700;
  font-size: 11px;
}
.RelativeHeader a {
    text-decoration: underline;
    font-size: 11px;
    font-weight: 500;
    padding: 0 10px;
}

.AgDeceasedCheckInOutComponent {
  background-color: #f0f2f5;
  padding: 16px;
}
.AgDeceasedCheckInOutComponent > .ant-layout,
  .AgDeceasedCheckInOutComponent > .ant-layout > .ant-layout,
  .AgDeceasedCheckInOutComponent .ant-layout-content {
    background: transparent;
}
.AgDeceasedCheckInOutComponent .FreeSlotBtn {
    background: #43ad49;
    background: radial-gradient(circle, #43ad49 0%, #43ad49 63%, white 64%, white 98%, #25408f 98%, #25408f 100%);
    display: inline-block;
    border-radius: 80px;
    padding: 20px;
    border: 3px solid var(--color-primary);
    margin-top: 20px;
}
.AgDeceasedCheckInOutComponent .ButtonGroup button.ant-btn-primary {
    margin-right: 10px;
}
.AgDeceasedCheckInOutComponent .MainIconAlign {
    text-align: center;
}
.AgDeceasedCheckInOutComponent .BoxAlignMiddle {
    min-height: calc(100vh - 130px);
    height: auto;
}
.AgDeceasedCheckInOutComponent .BoxAlignMiddle .IconLocation {
      min-height: 270px;
}
.AgDeceasedCheckInOutComponent .BoxAlignMiddle .IconLocation button {
        font-weight: bold;
        color: #38454f;
}
.AgDeceasedCheckInOutComponent .ant-card-bordered {
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.AgDeceasedCheckInOutComponent .ant-card-body {
    padding: 20px 24px;
}
.AgDeceasedCheckInOutComponent h2 {
    color: #008c8c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
.AgDeceasedCheckInOutComponent .CurrentPlacementSummary {
    margin-bottom: 6px;
    padding: 2px 0;
}
.AgDeceasedCheckInOutComponent .CurrentPlacementSummary .ant-col-12 {
      margin-bottom: 10px;
}
.AgDeceasedCheckInOutComponent .CurrentPlacementSummary .ant-form-item {
      min-height: 58px;
      margin-bottom: 0;
      padding: 10px 12px;
      border: 1px solid #b7ebf2;
      border-radius: 6px;
      background: #e6fffb;
}
.AgDeceasedCheckInOutComponent .CurrentPlacementSummary .ant-form-item-label {
      padding-bottom: 2px;
      text-transform: uppercase;
}
.AgDeceasedCheckInOutComponent .CurrentPlacementSummary .ant-form-item-label > label {
        color: rgba(0, 0, 0, 0.55);
        font-size: 11px;
        letter-spacing: 0.3px;
}
.AgDeceasedCheckInOutComponent .CurrentPlacementSummary .ant-form-item-control {
      color: #38454f;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
}
.AgDeceasedCheckInOutComponent .ant-form-item {
    margin-bottom: 10px;
}
.AgDeceasedCheckInOutComponent .ant-form-item-label {
    padding-bottom: 4px;
    line-height: 1.25;
}
.AgDeceasedCheckInOutComponent .ant-form-item-label > label {
      color: rgba(0, 0, 0, 0.85);
      font-size: 13px;
      font-weight: 600;
}
.AgDeceasedCheckInOutComponent .ant-input,
  .AgDeceasedCheckInOutComponent .ant-select-selection,
  .AgDeceasedCheckInOutComponent .ant-calendar-picker-input {
    min-height: 32px;
    border-radius: 4px;
}
.AgDeceasedCheckInOutComponent .RadioGroupCenterAlign {
    margin-top: 10px;
    text-align: center;
}
.AgDeceasedCheckInOutComponent .RadioGroupCenterAlign .ant-radio-group .ant-radio-wrapper {
      text-align: center;
      margin-right: 0;
}
.AgDeceasedCheckInOutComponent .RadioGroupCenterAlign .ant-radio-group .ant-radio-wrapper span:not(.ant-radio) {
        display: block;
        text-align: center;
}
.AgDeceasedCheckInOutComponent .CardDetails {
    text-align: center;
}
.AgDeceasedCheckInOutComponent .CradName {
    font-weight: bold;
    font-size: 18px;
    margin: 5px;
}
.AgDeceasedCheckInOutComponent .QRCode {
    margin-top: 10px;
}
.AgDeceasedCheckInOutComponent .SlotName {
    color: #0099bb;
    font-size: 30px;
    margin-top: 40px;
}
.AgDeceasedCheckInOutComponent .radio-group-align .ant-form-item-control-wrapper {
    text-align: center;
}
.AgDeceasedCheckInOutComponent .CheckOutCollapsePanel {
    margin-top: 10px;
    border-radius: 6px;
    border-color: #e8e8e8;
    overflow: hidden;
}
.AgDeceasedCheckInOutComponent .CheckOutCollapsePanel .ant-collapse-header {
      padding: 10px 14px !important;
      background: #fafafa;
      color: #008c8c;
      font-size: 13px;
      font-weight: 600;
}
.AgDeceasedCheckInOutComponent .CheckOutCollapsePanel .ant-collapse-content-box {
      padding: 14px !important;
}
.AgDeceasedCheckInOutComponent .CheckBtn.CheckIn {
    background: #0099bb;
    border-radius: 6px;
    height: 42px;
    min-width: 120px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.AgDeceasedCheckInOutComponent .PlacementActionBar {
    position: sticky;
    bottom: 0;
    z-index: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 14px -24px -20px !important;
    padding: 10px 24px 8px;
    border-top: 1px solid #edf0f5;
    border-radius: 0 0 6px 6px;
    background: #fff;
}
.AgDeceasedCheckInOutComponent .PlacementActionBar .ButtonGroup {
      color: rgba(0, 0, 0, 0.65);
      font-size: 12px;
      font-weight: 600;
      line-height: 1.2;
}
.AgDeceasedCheckInOutComponent .PlacementActionBar .ButtonGroup > div {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 2px;
}
.AgDeceasedCheckInOutComponent .PlacementActionBar .NextIconBtn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 42px;
      min-height: 42px;
      border-radius: 50%;
      -webkit-transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
      transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
      transition: background-color 0.15s ease, box-shadow 0.15s ease;
      transition: background-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.AgDeceasedCheckInOutComponent .PlacementActionBar .NextIconBtn:not([disabled]):hover {
      background: #f5f7fa;
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
              box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.AgDeceasedCheckInOutComponent .PlacementActionBar .NextIconBtn[disabled] {
      opacity: 0.45;
}
.AgDeceasedCheckInOutComponent .PlacementActionBar .NextIconBtn:not([disabled]) .CheckBtn.CheckIn:hover {
      background: #008c8c;
}
.AgDeceasedCheckInOutComponent .NextIconBtn {
    padding: 0;
}
.AgDeceasedCheckInOutComponent .placement-picker {
    width: 100%;
}
.AgDeceasedCheckInOutComponent .placement-picker .ant-select-selection-selected-value .placement-picker__storage-count {
      display: none;
}
.AgDeceasedCheckInOutComponent .placement-picker--disabled {
    opacity: 0.72;
}
.AgDeceasedCheckInOutComponent .placement-picker__storage-count {
    float: right;
    color: #8c8c8c;
    font-size: 12px;
}
.AgDeceasedCheckInOutComponent .placement-picker__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 28px;
    gap: 8px;
    margin-top: 6px;
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 600;
}
.AgDeceasedCheckInOutComponent .placement-picker__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(44px, 1fr));
    gap: 6px;
    max-height: 220px;
    overflow-y: auto;
    margin-top: 6px;
    padding: 6px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
.AgDeceasedCheckInOutComponent .placement-picker__slot {
    min-width: 0;
    height: 30px;
    padding: 0 6px;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f5f7fb;
    border: 1px solid #d8deea;
    border-radius: 4px;
    cursor: pointer;
}
.AgDeceasedCheckInOutComponent .placement-picker__slot:hover:not(:disabled) {
      color: var(--color-primary);
      background: #e6f0ff;
      border-color: #adc6ff;
}
.AgDeceasedCheckInOutComponent .placement-picker__slot:disabled {
      cursor: not-allowed;
}
.AgDeceasedCheckInOutComponent .placement-picker__slot--selected,
  .AgDeceasedCheckInOutComponent .placement-picker__slot--selected:hover:not(:disabled) {
    color: #fff;
    font-weight: 600;
    background: var(--color-primary);
    border-color: var(--color-primary);
}
.AgDeceasedCheckInOutComponent .placement-picker__empty {
    grid-column: 1 / -1;
    padding: 8px;
    color: #8c8c8c;
    font-size: 12px;
    text-align: center;
}
.AgDeceasedCheckInOutComponent .placement-picker__form-value {
    display: none;
}
.AgDeceasedCheckInOutComponent .existing-deceased-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 10px 14px;
    border: 1px solid #91d5ff;
    border-radius: 6px;
    background: #e6f7ff;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 600;
}
.AgDeceasedCheckInOutComponent .existing-deceased-banner .existing-deceased-banner__icon {
      color: #1890ff;
      font-size: 16px;
}
.AgDeceasedCheckInOutComponent .existing-deceased-banner--warning {
    border-color: #ffe58f;
    background: #fffbe6;
    color: #ad6800;
}
.AgDeceasedCheckInOutComponent .existing-deceased-banner--warning .existing-deceased-banner__icon {
      color: #faad14;
}
.AgDeceasedCheckInOutComponent .storage-type-validation-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 8px;
    padding: 8px 12px;
    color: #874d00;
    background: #fffbe6;
    border: 1px solid #ffe58f;
    border-radius: 4px;
}
.AgDeceasedCheckInOutComponent .no-large-slots-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 8px;
    padding: 10px 12px;
    color: #874d00;
    font-size: 13px;
    line-height: 1.5;
    background: #fffbe6;
    border: 1px solid #ffe58f;
    border-radius: 4px;
}
.AgDeceasedCheckInOutComponent .no-large-slots-banner .no-large-slots-banner__title {
      font-weight: 600;
      line-height: 1.4;
      margin-bottom: 4px;
}
.AgDeceasedCheckInOutComponent .no-large-slots-banner .anticon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-top: 3px;
      color: #faad14;
      font-size: 14px;
}

.AgCreateDeceasedShell {
  height: calc(100% - 24px);
  margin: 12px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
.AgCreateDeceasedShell > .ant-layout {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
    height: auto;
}
.AgCreateDeceasedShell .ant-layout-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 136px;
    scroll-padding-bottom: 144px;
}
.Status {
  padding: 10px 0px 0px 10px;
  font-weight: 600;
  background-color: #fff;
}
.Status .lockUnLock {
    cursor: pointer;
    vertical-align: center;
}
.FormTopNavBar {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 46px;
  margin: 0 16px;
  padding: 0 16px;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FormTopNavBar .FormTopNavBarTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 46px;
    min-width: 0;
    gap: 8px;
}
.FormTopNavBar .Title {
    color: #1f1f1f;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.FormTopNavBar .DeleteButton {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.FormTopNavBar .BackToListButton {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    height: 32px;
    padding: 0 12px;
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    -webkit-box-shadow: 0 2px 6px rgba(15, 23, 42, 0.16);
            box-shadow: 0 2px 6px rgba(15, 23, 42, 0.16);
}
.FormTopNavBar .BackToListButton:hover,
  .FormTopNavBar .BackToListButton:focus {
    border-color: #0369a1;
    background: #0369a1;
    color: #fff;
}
.FormTopNavBar .DeceasedStatusBadge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 22px;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.FormTopNavBar .DeceasedStatusBadge--checkedIn {
    background: #f0f0f0;
    color: #1f1f1f;
    border: 1px solid #d9d9d9;
}
.FormTopNavBar .DeceasedStatusBadge--archived {
    background: #fff7e6;
    color: #ad6800;
    border: 1px solid #ffd591;
}
.FormTopNavBar .DeceasedStatusBadge--locked {
    background: #fff1f0;
    color: #f5222d;
    border: 1px solid #ffa39e;
}
.FormTopNavBar .Menu {
    background-color: #fff;
    border-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 46px;
    line-height: 46px;
}
.FormTopNavBar .Menu .MenuItem {
      color: #5a6b76;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.1px;
      padding: 0 18px;
      min-width: 132px;
      text-align: center;
      border-bottom: 2px solid transparent;
}
.FormTopNavBar .Menu .MenuItem:hover {
        color: var(--color-primary);
        border-bottom-color: rgba(2, 132, 199, 0.4);
        background: #f3f7fb;
}
.FormTopNavBar .Menu .ant-menu-item-selected {
      color: var(--color-primary) !important;
      border-bottom: 2px solid var(--color-primary) !important;
      background: transparent !important;
}
.FormTopNavBar .Menu .ant-menu-item-disabled,
    .FormTopNavBar .Menu .ant-menu-item-disabled:hover {
      color: #c0c7cc !important;
      border-bottom-color: transparent !important;
      background: transparent !important;
      cursor: not-allowed;
}
.FormTopNavBar .ant-menu-submenu {
    color: #5a6b76;
}
.FormTopNavBar .ant-menu-submenu:hover {
      color: var(--color-primary);
}
.FormTopNavBar .ant-menu-submenu:hover .ant-menu-submenu-title {
        color: var(--color-primary);
}
.FormTopNavBar .ant-menu-submenu:hover .ant-menu-submenu-title:hover {
          color: var(--color-primary);
}
.AgCreateDeceasedShell > .ant-layout > .FormTopNavBar {
  background-color: #fff !important;
}
.AgCreateDeceasedShell > .ant-layout > .FormTopNavBar .Menu {
    background-color: #fff !important;
}

.ArchiveDeceasedEventsComponentEventCard .selectedCard {
  zoom: 1.2;
}
.ArchiveDeceasedEventsComponentEventCard .unSelectedCard {
  zoom: 1;
}
.ArchiveDeceasedEventsComponentEventCard .nextEvent {
  font-weight: bold;
}
.ArchiveDeceasedEventsComponentEventCard .ant-card {
  height: auto;
  border-radius: 6px;
  border-color: #d3d9e2;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.ArchiveDeceasedEventsComponentEventCard .ant-card:hover {
  border-color: #c9d3e0;
  -webkit-box-shadow: 0 2px 8px rgba(91, 114, 144, 0.14);
          box-shadow: 0 2px 8px rgba(91, 114, 144, 0.14);
}
.ArchiveDeceasedEventsComponentEventCard .ant-card-body {
  height: auto;
  padding: 10px 12px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ArchiveDeceasedEventsComponentEventCard .CardHeader {
  background-color: #5b7290;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -10px;
  padding: 10px 12px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
  font-weight: 600;
}
.ArchiveDeceasedEventsComponentEventCard .CardHeader > div:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ArchiveDeceasedEventsComponentEventCard .CardHeader.ExternalEvent {
    min-height: 84px;
    background-color: #4f6378;
}
.ArchiveDeceasedEventsComponentEventCard .CardHeader.ExternalEvent > div:first-child {
      white-space: normal;
      text-overflow: unset;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      word-break: break-word;
}
.ArchiveDeceasedEventsComponentEventCard .CardHeader.Edit {
    background-color: #5b7290;
}
.ArchiveDeceasedEventsComponentEventCard .EventCardTextHeader {
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #5b7290;
}
.ArchiveDeceasedEventsComponentEventCard .EventCardTextHeader.Edit {
    color: #5b7290;
}
.ArchiveDeceasedEventsComponentEventCard .EventCardText {
  font-size: 12px;
  margin-bottom: 3px;
  color: #38454f;
}
.ArchiveDeceasedEventsComponentEventCard .EventCardText.Edit {
    color: #38454f;
}
.ArchiveDeceasedEventsComponentEventCard .buttoninline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slick-track[data-v-e4caeaf8]{position:relative;top:0;left:0;display:block;-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track.slick-center[data-v-e4caeaf8]{margin-left:auto;margin-right:auto}.slick-track[data-v-e4caeaf8]:after,.slick-track[data-v-e4caeaf8]:before{display:table;content:""}.slick-track[data-v-e4caeaf8]:after{clear:both}.slick-loading .slick-track[data-v-e4caeaf8]{visibility:hidden}.slick-slide[data-v-e4caeaf8]{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide[data-v-e4caeaf8]{float:right}.slick-slide img[data-v-e4caeaf8]{display:block}.slick-slide.slick-loading img[data-v-e4caeaf8]{display:none}.slick-slide.dragging img[data-v-e4caeaf8]{pointer-events:none}.slick-initialized .slick-slide[data-v-e4caeaf8]{display:block}.slick-loading .slick-slide[data-v-e4caeaf8]{visibility:hidden}.slick-vertical .slick-slide[data-v-e4caeaf8]{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden[data-v-21137603]{display:none}.slick-slider[data-v-3d1a4f76]{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list[data-v-3d1a4f76]{position:relative;display:block;overflow:hidden;margin:0;padding:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-list[data-v-3d1a4f76]:focus{outline:none}.slick-list.dragging[data-v-3d1a4f76]{cursor:pointer;cursor:hand}
@charset 'UTF-8';
/* Icons */
@font-face {
  font-family: 'slick';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA0AAAAAB2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE0AAAABoAAAAcdIcYB0dERUYAAAS0AAAAHAAAAB4AJwANT1MvMgAAAZwAAABRAAAAYFAQ/45jbWFwAAACAAAAAFcAAAFiIhFFt2dhc3AAAASsAAAACAAAAAj//wADZ2x5ZgAAAmgAAAE1AAACLD+btmBoZWFkAAABMAAAAC8AAAA2AAEx+2hoZWEAAAFgAAAAHAAAACQD5QIFaG10eAAAAfAAAAAQAAAAFgZKAEpsb2NhAAACWAAAABAAAAAQATYBoG1heHAAAAF8AAAAHQAAACAASwBHbmFtZQAAA6AAAADcAAABbgUngcJwb3N0AAAEfAAAAC4AAABFOXjBpHjaY2BkYGAA4vMGfuHx/DZfGbiZGEDgfGFFPZxWZVBlvM14G8jlYABLAwAT1QnNAHjaY2BkYGC8zcDAoMfEAAJANiMDKmABADBkAe942mNgZGBgYGdwYWBiAAEQycgAEnMA8xkACcgAkwAAAHjaY2BmYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjKAQQNQCZBSYICCgDTXFAYHhkTFSYwP/j9g0GO8/f82A0QNA+NtsBIFBkYANHMN4wAAAHjaY2KAACYIVoVAAALCAJt42mNgYGBmgGAZBkYGEIgB8hjBfBYGByDNw8DBwARkMzAkKigpTlCc9P8/WB0S7/+i+4/uld4rgZoAB4xsDHAhRiYgwcSApoCBcsBMBTNYGGgGAEdEDyUAAAAAAAAAAAAAZgCKANABFnjadZBdToNAEMd3CrtAl5TQLtS0LCoN0A8SGkBI+mAfPET75B1896HppfQcvnII4w3cLYpW6k4ymdn9z8xvBwEKUQg11OgBIXAYWUEQR1uIZoFGpLGxKy3PqrIq8+waXIfJ+5mQSSvkvXwRqqocu1D39QMl2JgvN9zzhsyk1GRDz+OBfzMioCqx0rtdLYo0SiZTZttsOkmidBkveKibFF4Oep9SI46bqk3Twhp4iihUemrMWFPy2NRbthfqKkHi/PxlJLITZdAiSj6ouZ+tn9eZz78DuD9LZYB6bZ8rlCAUVuVdkULjxV4sIEysIc/KSyPmnJDdjhCOdQ0fCTliTX/tjH3ysWao+71qaNjHQjcQwrcuyl+WLZQthCMotJP/h+Xjazz+hfTeRWmG4zOiSyif/q1OtAAAAHjabY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV42mNgYkAGjAzogB0sysTgwtDOyMTIzJlYVJRfnpOaVsIFZhVlpmeUAABuKQkSAAAAAAAB//8AAnjaY2BkYGDgAWIxIGZiYARCNiBmAfMYAAPgADV42mNgYGBkAIKrS9Q5QPT5wop6GA0APf8GGAAA)
    format('woff');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.ArchiveDeceasedEventsComponentEventCard {
  min-height: 0;
  width: 100%;
  padding: 12px 16px 16px;
}
.ArchiveDeceasedEventsComponentEventCard .EventStack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
}
.ArchiveDeceasedEventsComponentEventCard .EventStackItem {
    width: 100%;
}
.ArchiveDeceasedEventsComponentEventCard .EventStackItem .ant-card {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
}
.ArchiveDeceasedEventsComponentEventCard .noRecord {
    max-width: 260px;
    margin: 24px auto 0;
    font-size: 18px;
    color: #5b7290;
    text-align: center;
    line-height: 1.55;
    padding: 0;
    white-space: normal;
}

.ArchiveDeceasedConfirmedDetails {
  height: calc(100vh - 90px);
  background: #eef0f3;
  padding: 12px 16px 108px;
  --archive-primary: #5b7290;
  --archive-primary-soft: #eef1f6;
  --archive-primary-border: #c9d3e0;
  --archive-border: #d3d9e2;
  --archive-muted-border: #e3e7ee;
}
.ArchiveDeceasedConfirmedDetails > .ant-layout,
  .ArchiveDeceasedConfirmedDetails > .ant-layout > .ant-layout,
  .ArchiveDeceasedConfirmedDetails .ant-layout-content {
    background: transparent;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsColumns {
    padding-top: 0;
    min-height: 100%;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsColumns .ArchiveDeceasedEventsColumn {
      padding-top: 0;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedSideCard {
    border-radius: 6px;
    border: 1px solid var(--archive-border);
    -webkit-box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
            box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard > .ant-card-body,
    .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedSideCard > .ant-card-body {
      padding: 14px 16px;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedSideCard {
    min-height: 300px;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedSideCard > .ant-card-body {
      padding: 0;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedSideCardHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--archive-border);
    border-radius: 6px 6px 0 0;
    background: #f6f7fa;
    color: var(--archive-primary);
    font-size: 14px;
    font-weight: 600;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedSideCardHeaderIcon {
    color: var(--archive-primary);
    font-size: 16px;
}
.ArchiveDeceasedConfirmedDetails .SlotName {
    color: var(--archive-primary);
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard > .ant-card-body > .ant-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard > .ant-card-body > .ant-row > .ant-col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    border: 1px solid var(--archive-border);
    border-radius: 6px;
    padding: 0 16px 8px !important;
    background: #fff;
    min-height: 100%;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard > .ant-card-body > .ant-row > .ant-col-12 + .ant-col-12 {
    margin-top: 12px;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard > .ant-card-body > .ant-row > .ant-col-24 {
    margin-top: 12px;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ArchiveDeceasedColumnHeader {
    margin: 0 -16px 12px;
    min-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
    border-bottom: 1px solid var(--archive-border);
    border-radius: 6px 6px 0 0;
    background: #f6f7fa;
    color: var(--archive-primary);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .PersonalInfoCardSection .ArchiveDeceasedColumnHeader::before,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .StorageInfoCardSection .ArchiveDeceasedColumnHeader::before {
    background: var(--archive-primary);
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 4px;
    height: 18px;
    border-radius: 3px;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .PersonalInfoCardSection .ant-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-form-item {
    margin-bottom: 10px;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .PersonalInfoCardSection > .ant-row,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .StorageInfoCardSection > .ant-row {
    margin-bottom: 8px;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .PersonalInfoCardSection > .ant-row:last-child,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .StorageInfoCardSection > .ant-row:last-child {
    margin-bottom: 0;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .PersonalInfoCardSection > .ant-row > [class*="ant-col"],
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .StorageInfoCardSection > .ant-row > [class*="ant-col"] {
    padding-top: 0;
    padding-bottom: 0;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet),
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) {
    display: block;
    width: 100%;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label,
    .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label {
      padding-bottom: 4px;
      line-height: 1.25;
      text-align: left;
      white-space: normal;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label > label,
      .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-label > label {
        line-height: 1.25;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-control-wrapper,
    .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-control-wrapper {
      width: 100%;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .PersonalInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-control-wrapper .ant-form-item-control,
      .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .StorageInfoCardSection .ant-form-item:not(.CreateDeceasedBtnAlignmnet) > .ant-form-item-control-wrapper .ant-form-item-control {
        line-height: 32px;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .PersonalInfoCardSection .mt-40,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .StorageInfoCardSection .mt-40 {
    margin-top: 0 !important;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .PersonalInfoCardSection .ant-form-item-control-wrapper,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .StorageInfoCardSection .ant-form-item-control-wrapper {
    min-height: 32px;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-form-item-label {
    padding-bottom: 4px;
    line-height: 1.25;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-form-item-label > label {
      color: rgba(15, 23, 42, 0.72);
      font-size: 13px;
      font-weight: 500;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-input,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-select-selection,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-calendar-picker-input {
    min-height: 32px;
    border-radius: 4px;
    border-color: #d9d9d9;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-input:focus,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-input:hover,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-select-selection:focus,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-select-selection:hover,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-calendar-picker:hover .ant-calendar-picker-input,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-calendar-picker-focused .ant-calendar-picker-input {
    border-color: var(--archive-primary);
    -webkit-box-shadow: 0 0 0 2px rgba(91, 114, 144, 0.14);
            box-shadow: 0 0 0 2px rgba(91, 114, 144, 0.14);
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-radio-checked .ant-radio-inner,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-checkbox-checked .ant-checkbox-inner {
    border-color: var(--archive-primary);
    background-color: var(--archive-primary);
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-radio-inner::after {
    background-color: var(--archive-primary);
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-switch-checked {
    background-color: var(--archive-primary);
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-select,
  .ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-calendar-picker {
    width: 100%;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-calendar-picker {
    max-width: 320px;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px 18px;
    min-height: 32px;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .ant-radio-wrapper {
    margin-right: 0;
    white-space: nowrap;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard .InputDiseasesType {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 8px;
}
.ArchiveDeceasedConfirmedDetails .CorpusMortuaryFormRow {
    margin-top: 4px;
}
.ArchiveDeceasedConfirmedDetails .CorpusMortuaryFormRow .InlineFormItem.ant-form-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px;
}
.ArchiveDeceasedConfirmedDetails .CorpusMortuaryFormRow .ant-form-item-label {
      padding-bottom: 0;
}
.ArchiveDeceasedConfirmedDetails .CorpusMortuaryFormRow .ant-form-item-label > label {
        color: var(--archive-primary);
        font-weight: 600;
}
.ArchiveDeceasedConfirmedDetails .CorpusMortuaryFormRow .ant-switch-checked {
      background-color: var(--archive-primary);
}
.ArchiveDeceasedConfirmedDetails .CorpusMainPanel {
    margin-top: 12px;
}
.ArchiveDeceasedConfirmedDetails .CorpusMainPanelGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}
.ArchiveDeceasedConfirmedDetails .CorpusStatusCard {
    border-radius: 6px;
    border-color: var(--archive-border);
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
            box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}
.ArchiveDeceasedConfirmedDetails .CorpusStatusCard > .ant-card-body {
      padding: 14px 16px;
}
.ArchiveDeceasedConfirmedDetails .CorpusStatusCard--warning,
  .ArchiveDeceasedConfirmedDetails .CorpusStatusCard--success,
  .ArchiveDeceasedConfirmedDetails .CorpusStatusCard--complete {
    border-color: var(--archive-border);
    background: #fff;
    -webkit-box-shadow: inset 4px 0 0 var(--archive-primary), 0 1px 4px rgba(15, 23, 42, 0.08);
            box-shadow: inset 4px 0 0 var(--archive-primary), 0 1px 4px rgba(15, 23, 42, 0.08);
}
.ArchiveDeceasedConfirmedDetails .CorpusStatusCardHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--archive-primary);
    font-size: 14px;
    font-weight: 600;
}
.ArchiveDeceasedConfirmedDetails .CorpusStatusBadge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 1px 8px;
    border: 1px solid currentColor;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
.ArchiveDeceasedConfirmedDetails .CorpusStatusBadge--warning {
    color: #d46b08;
    background: #fff7e6;
}
.ArchiveDeceasedConfirmedDetails .CorpusStatusBadge--complete {
    color: var(--archive-primary);
    background: var(--archive-primary-soft);
}
.ArchiveDeceasedConfirmedDetails .CorpusChoiceRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px 18px;
    min-height: 28px;
}
.ArchiveDeceasedConfirmedDetails .CorpusStatusDetailInput {
    margin-top: 10px;
}
.ArchiveDeceasedConfirmedDetails .CorpusStatusAction {
    width: 100%;
    margin-top: 10px;
}
.ArchiveDeceasedConfirmedDetails .CorpusStatusAction--warning,
  .ArchiveDeceasedConfirmedDetails .CorpusStatusAction--warning:hover,
  .ArchiveDeceasedConfirmedDetails .CorpusStatusAction--warning:focus {
    border-color: var(--archive-primary);
    background: var(--archive-primary);
    color: #fff;
}
.ArchiveDeceasedConfirmedDetails .CorpusStatusAction--success,
  .ArchiveDeceasedConfirmedDetails .CorpusStatusAction--success:hover,
  .ArchiveDeceasedConfirmedDetails .CorpusStatusAction--success:focus,
  .ArchiveDeceasedConfirmedDetails .CorpusStatusAction--complete,
  .ArchiveDeceasedConfirmedDetails .CorpusStatusAction--complete:hover,
  .ArchiveDeceasedConfirmedDetails .CorpusStatusAction--complete:focus {
    border-color: var(--archive-primary);
    background: #fff;
    color: var(--archive-primary);
}
.ArchiveDeceasedConfirmedDetails .CorpusDateCard .ant-row + .ant-row {
    margin-top: 10px;
}
.ArchiveDeceasedConfirmedDetails .CorpusDateCard .ant-form-item-label {
    padding-bottom: 4px;
    line-height: 1.25;
    text-align: left;
}
.ArchiveDeceasedConfirmedDetails .CorpusDateCard .ant-form-item-label > label {
      color: rgba(15, 23, 42, 0.72);
      font-size: 13px;
      font-weight: 500;
}
.ArchiveDeceasedConfirmedDetails .CorpusDateCard .DateOfDeathControl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px 12px;
    max-width: 390px;
    width: 100%;
}
.ArchiveDeceasedConfirmedDetails .CorpusDateCard .DateOfDeathControl .ant-calendar-picker {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 320px;
              flex: 0 1 320px;
      min-width: 200px;
      max-width: 320px;
      width: 100%;
}
.ArchiveDeceasedConfirmedDetails .CorpusDateCard .DateOfDeathControl .ant-switch {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      min-width: 52px;
}
.ArchiveDeceasedConfirmedDetails .CorpusDateCard .ant-switch-checked {
    background-color: var(--archive-primary);
}
.ArchiveDeceasedConfirmedDetails .CorpusDateCard .ant-calendar-picker-input:hover,
  .ArchiveDeceasedConfirmedDetails .CorpusDateCard .ant-calendar-picker-focused .ant-calendar-picker-input {
    border-color: var(--archive-primary);
}
.ArchiveDeceasedConfirmedDetails .CorpusNotesCard .ant-form-item + .ant-form-item {
    margin-top: 10px;
}
.ArchiveDeceasedConfirmedDetails .CorpusNotesCard .ant-form-item-label > label {
    color: rgba(15, 23, 42, 0.72);
    font-size: 13px;
    font-weight: 500;
}
.ArchiveDeceasedConfirmedDetails .CorpusNotesCard .CorpusNotesTextarea {
    width: 100%;
    min-height: 78px;
    resize: vertical;
}
@media (max-width: 1199px) {
.ArchiveDeceasedConfirmedDetails .CorpusMainPanelGrid {
      grid-template-columns: repeat(2, minmax(220px, 1fr));
}
}
@media (max-width: 767px) {
.ArchiveDeceasedConfirmedDetails .CorpusMainPanelGrid {
      grid-template-columns: 1fr;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard > .ant-card-body > .ant-row > .ant-col-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
}
.ArchiveDeceasedConfirmedDetails .ArchiveDeceasedDetailsCard > .ant-card-body > .ant-row > .ant-col-12 + .ant-col-12 {
        margin-top: 12px;
}
}
.AgCreateDeceasedComponent .FreeSlotBtn {
  background: #43ad49;
  background: radial-gradient(circle, #43ad49 0%, #43ad49 63%, white 64%, white 98%, #25408f 98%, #25408f 100%);
  display: inline-block;
  border-radius: 80px;
  padding: 20px;
  border: 3px solid var(--color-primary);
  margin-top: 20px;
}
.AgCreateDeceasedComponent .ButtonGroup button.ant-btn-primary {
  margin-right: 10px;
}
.AgCreateDeceasedComponent .ButtonGroup .NextIconBtn.ant-btn-link[disabled] .anticon {
  color: rgba(0, 0, 0, 0.25) !important;
}
.AgCreateDeceasedComponent .MainIconAlign {
  text-align: center;
}
.AgCreateDeceasedComponent .BoxAlignMiddle {
  height: calc(100vh - 370px);
}
.AgCreateDeceasedComponent .BoxAlignMiddle .IconLocation {
    min-height: 270px;
}
.AgCreateDeceasedComponent .BoxAlignMiddle .IconLocation button {
      font-weight: bold;
      color: #38454f;
}
.AgCreateDeceasedComponent .ant-card-bordered {
  border-radius: 10px;
}
.AgCreateDeceasedComponent .RadioGroupCenterAlign {
  margin-top: 10px;
  text-align: center;
}
.AgCreateDeceasedComponent .RadioGroupCenterAlign .ant-radio-group .ant-radio-wrapper {
    text-align: center;
    margin-right: 0;
}
.AgCreateDeceasedComponent .RadioGroupCenterAlign .ant-radio-group .ant-radio-wrapper span:not(.ant-radio) {
      display: block;
      text-align: center;
}
.AgCreateDeceasedComponent .CardDetails {
  text-align: center;
}
.AgCreateDeceasedComponent .CradName {
  font-weight: bold;
  font-size: 18px;
  margin: 5px;
}
.AgCreateDeceasedComponent .QRCode {
  margin-top: 10px;
}
.AgCreateDeceasedComponent .SlotName {
  color: #0099bb;
  font-size: 30px;
  margin-top: 40px;
}
.AgCreateDeceasedComponent .radio-group-align .ant-form-item-control-wrapper {
  text-align: center;
}
.AgCreateDeceasedComponent .NextIconBtn {
  padding: 0;
}
.AgCreateDeceasedComponent .Nb-Circle {
  padding: 3px;
  border-radius: 50px;
  background-color: red;
  color: #fff;
  font-size: 9px;
}

#ArchiveDeceasedEventsView {
  height: calc(95vh - 81px) !important;
}
#ArchiveDeceasedEventsView table th {
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    color: #38454f;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#ArchiveDeceasedEventsView table tr td {
    font-size: 12px;
    border: 0;
    color: #727374;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#ArchiveDeceasedEventsView .more-button {
    color: #0099bb;
    border-color: transparent;
    background-color: transparent;
    -webkit-appearance: none;
    background: none;
}
#ArchiveDeceasedEventsView .more-button .del-btn-icon-size {
      width: 15px;
      height: 15px;
}
#ArchiveDeceasedEventsView .listViewLabel {
    margin: 0;
    padding: 0;
}
#ArchiveDeceasedEventsView .listViewLabel li {
      display: inline;
}
#ArchiveDeceasedEventsView .unknown {
    color: #0e0e0e73;
}
#ArchiveDeceasedEventsView .k-grid-Edit,
  #ArchiveDeceasedEventsView .k-grid-CheckIN,
  #ArchiveDeceasedEventsView .k-grid-CheckOut {
    font-size: 0;
    visibility: hidden;
    background: transparent;
    border: none;
    border-radius: 5px;
    padding: 2px 8px;
}
#ArchiveDeceasedEventsView .k-grid-Edit span,
    #ArchiveDeceasedEventsView .k-grid-CheckIN span,
    #ArchiveDeceasedEventsView .k-grid-CheckOut span {
      font-size: 14px;
}
#ArchiveDeceasedEventsView .k-command-cell {
    text-overflow: initial;
}
#ArchiveDeceasedEventsView .k-grid-Edit span,
  #ArchiveDeceasedEventsView .k-grid-CheckIN span,
  #ArchiveDeceasedEventsView .k-grid-CheckOut span {
    color: var(--color-primary);
    visibility: visible;
}

#DeceasedDocumentsView {
  height: calc(95vh - 81px) !important;
}
#DeceasedDocumentsView .gridHeaderTitle {
    width: 90%;
}
#DeceasedDocumentsView .filter {
    cursor: pointer;
}
#DeceasedDocumentsView .sort {
    cursor: pointer;
}
#DeceasedDocumentsView table th {
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    color: #38454f;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#DeceasedDocumentsView table tr td {
    font-size: 12px;
    border: 0;
    color: #727374;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.Status {
  padding: 10px 0px 0px 10px;
  font-weight: 600;
  background-color: #fff;
}
.Status .lockUnLock {
    cursor: pointer;
    vertical-align: center;
}
.ArchiveFormTopNavBar {
  background-color: #5b7290;
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 46px;
  padding: 0 16px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.ArchiveFormTopNavBar .ArchiveFormTopNavBarTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 46px;
    min-width: 0;
    gap: 8px;
}
.ArchiveFormTopNavBar .Title {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ArchiveFormTopNavBar .BackToListButton {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    height: 32px;
    padding: 0 12px;
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    -webkit-box-shadow: 0 2px 6px rgba(15, 23, 42, 0.16);
            box-shadow: 0 2px 6px rgba(15, 23, 42, 0.16);
}
.ArchiveFormTopNavBar .BackToListButton:hover, .ArchiveFormTopNavBar .BackToListButton:focus {
      border-color: #fff;
      background: rgba(255, 255, 255, 0.24);
      color: #fff;
}
.ArchiveFormTopNavBar .Menu {
    background-color: #5b7290;
    border-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 46px;
    line-height: 46px;
}
.ArchiveFormTopNavBar .Menu .MenuItem {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.1px;
      padding: 0 18px;
      min-width: 132px;
      text-align: center;
      border-bottom: 2px solid transparent;
}
.ArchiveFormTopNavBar .Menu .MenuItem:hover {
        color: #fff;
        border-bottom-color: rgba(255, 255, 255, 0.65);
        background: rgba(255, 255, 255, 0.08);
}
.ArchiveFormTopNavBar .Menu .ant-menu-item-selected {
      color: #fff !important;
      border-bottom: 2px solid #fff !important;
      background: transparent !important;
}
.ArchiveFormTopNavBar .ant-menu-submenu {
    color: #fff;
}
.ArchiveFormTopNavBar .ant-menu-submenu:hover {
      color: #fff;
}
.ArchiveFormTopNavBar .ant-menu-submenu:hover .ant-menu-submenu-title {
        color: #fff;
}
.ArchiveFormTopNavBar .ant-menu-submenu:hover .ant-menu-submenu-title:hover {
          color: #fff;
}

@media screen {
.AgReportComponent {
    background-color: #fff;
    padding: 15px;
}
.AgReportComponent .reportTitle {
      font-weight: bold;
}
.AgReportComponent .AgArchiveFilterUpdateBtn {
      margin-top: 43px;
}
.AgReportComponent .PrintBlock,
    .AgReportComponent .pageFooter {
      display: none;
}
#ReportListView {
    height: calc(100vh - 252px) !important;
}
#ReportListView table th {
      background-color: #fff;
      font-weight: bold;
      font-size: 12px;
      color: #38454f;
      border: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#ReportListView table tr td {
      font-size: 12px;
      border: 0;
      color: #727374;
      border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#ReportListView .more-button {
      color: #0099bb;
      border-color: transparent;
      background-color: transparent;
      -webkit-appearance: none;
      background: none;
}
#ReportListView .more-button .del-btn-icon-size {
        width: 15px;
        height: 15px;
}
#ReportListView .listViewLabel {
      margin: 0;
      padding: 0;
}
#ReportListView .listViewLabel li {
        display: inline;
}
#ReportListView .k-grid-Edit,
    #ReportListView .k-grid-CheckIN,
    #ReportListView .k-grid-CheckOut {
      font-size: 0;
      visibility: hidden;
      background: transparent;
      border: none;
      border-radius: 5px;
      padding: 2px 8px;
}
#ReportListView .k-grid-Edit span,
      #ReportListView .k-grid-CheckIN span,
      #ReportListView .k-grid-CheckOut span {
        font-size: 14px;
}
#ReportListView .k-command-cell {
      text-overflow: initial;
}
#ReportListView .k-grid-Edit span,
    #ReportListView .k-grid-CheckIN span,
    #ReportListView .k-grid-CheckOut span {
      color: var(--color-primary);
      visibility: visible;
}
.deceasedDataGridFooter {
    background-color: #fff;
}
.deceasedDataGridFooter {
    background-color: #fff;
    bottom: 0;
    width: 100%;
}
.deceasedDataGridFooter .deceasedDataGridFooterText {
      font-size: 12px;
      text-align: right;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div {
        display: inline;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div:nth-child(even) {
        margin-right: 20px;
        margin-left: 10px;
}
.resultCountText {
    color: var(--color-primary);
    font-size: 18px;
}
.totalOccupancy {
    margin-left: 15px;
}
}
@media print {
html, body {
    height: 210mm;
    width: 297mm;
}
.navBar,
  .header,
  .ant-form,
  .ant-form-horizontal {
    display: none;
}
.PrintBlock {
    display: block;
}
@page {
    size: A4;
    size: landscape;
    margin: 5mm;
}
.ViewContainer {
    background: #fff;
}
body::-webkit-scrollbar {
    display: none;
}
.PrintHeader {
    margin: 20px 0;
    background-color: var(--color-primary);
    padding: 10px;
    color: #000;
}
.PrintHeader h1 {
      font-size: 15pt;
      color: #fff;
}
.PrintHeader h2 {
      font-size: 10pt;
      color: #fff;
}
#ReportListView {
    border: none;
}
#ReportListView .k-grid-header {
      padding-right: 0 !important;
      overflow: hidden;
}
#ReportListView .k-grid-header-wrap {
      overflow: hidden;
}
#ReportListView .k-grid-content {
      overflow: hidden;
}
#ReportListView table th {
      background-color: #fff;
      font-weight: bold;
      font-size: 8pt;
      color: #38454f;
      border: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.08);
      border-bottom: 2px solid rgba(0, 0, 0, 0.08);
      border-left: 1px solid rgba(0, 0, 0, 0.08);
      border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#ReportListView table tr td {
      font-size: 8pt;
      border: 0;
      color: #727374;
      border-left: 1px solid rgba(0, 0, 0, 0.08);
      border-right: 1px solid rgba(0, 0, 0, 0.08);
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#ReportListView table ::-webkit-scrollbar {
      display: none;
}
#ReportListView .more-button {
      color: #0099bb;
      border-color: transparent;
      background-color: transparent;
      -webkit-appearance: none;
      background: none;
}
#ReportListView .more-button .del-btn-icon-size {
        width: 15px;
        height: 15px;
}
#ReportListView .listViewLabel {
      margin: 0;
      padding: 0;
}
#ReportListView .listViewLabel li {
        display: inline;
}
#ReportListView .k-grid-Edit,
    #ReportListView .k-grid-CheckIN,
    #ReportListView .k-grid-CheckOut {
      font-size: 0;
      visibility: hidden;
      background: transparent;
      border: none;
      border-radius: 5px;
      padding: 2px 8px;
}
#ReportListView .k-grid-Edit span,
      #ReportListView .k-grid-CheckIN span,
      #ReportListView .k-grid-CheckOut span {
        font-size: 14px;
}
#ReportListView .k-command-cell {
      text-overflow: initial;
}
#ReportListView .k-grid-Edit span,
    #ReportListView .k-grid-CheckIN span,
    #ReportListView .k-grid-CheckOut span {
      color: var(--color-primary);
      visibility: visible;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.pageFooter {
    text-align: right;
    page-break-after: always;
}
.pageFooter:after {
      counter-increment: page;
      content: counter(page);
}
}

#ReportListView .filter {
  cursor: pointer;
}
#ReportListView .sort {
  cursor: pointer;
}

.sort {
  width: 95%;
  display: inline-block;
  vertical-align: bottom;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#ReportListView .filter {
  cursor: pointer;
}
#ReportListView .sort {
  cursor: pointer;
}

#ReportListView .filter {
  cursor: pointer;
}
#ReportListView .sort {
  cursor: pointer;
}

.container {
  height: calc(100vh - 220px);
  /* Adjust as needed for your layout */
  overflow: hidden;
  /* Prevent container scrollbar */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top-content {
  max-height: 40%;
  /* Height adjusts to content */
  overflow-y: visible;
  /* Show whole content */
}
.bottom-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* Fills remaining space */
  overflow-y: auto;
  /* Scroll if content exceeds available area */
  margin-top: 20px;
  /* Optional spacing */
}
.left-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  /* Fixed 30% width */
  overflow-y: auto;
  /* Scroll vertically if needed */
}
.right-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* Takes remaining space (70%) */
  overflow-y: auto;
  /* Scroll vertically if needed */
  padding-left: 2px;
  /* Optional spacing */
  background-color: lightgray;
}
#ReportListView {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  height: calc(100vh - 248px) !important;
}
#ReportListView .cell-right {
    text-align: right;
}
#ReportListView .filter {
    cursor: pointer;
}
#ReportListView .sort {
    cursor: pointer;
}

.locals-dropdown-trigger[data-v-4fdb5f30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 32px;
  padding: 0 11px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.locals-dropdown-trigger[data-v-4fdb5f30]:hover {
    border-color: #40a9ff;
}
.locals-dropdown-text[data-v-4fdb5f30] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.locals-dropdown-arrow[data-v-4fdb5f30] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  margin-left: 4px;
}
.locals-required-asterisk[data-v-4fdb5f30] {
  color: #f5222d;
  font-size: 14px;
  margin-left: 2px;
}
.candidate-count-info[data-v-4fdb5f30] {
  color: #888;
  font-style: italic;
}
.graves-to-dig-report[data-v-4fdb5f30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 200px);
  min-height: 0;
  overflow: hidden;
}
.graves-to-dig-grid[data-v-4fdb5f30] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}
.graves-to-dig-grid[data-v-4fdb5f30] #ReportListView {
  height: 100%;
}
.graves-filter-row[data-v-4fdb5f30] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.graves-filter-field[data-v-4fdb5f30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.graves-filter-label[data-v-4fdb5f30] {
  height: 22px;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
}
.graves-filter-action[data-v-4fdb5f30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  padding-bottom: 1px;
}

.locals-popover-overlay .ant-popover-inner-content {
  padding: 0;
}
.locals-checkbox-list {
  max-height: 300px;
  overflow-y: auto;
  min-width: 200px;
}
.locals-checkbox-item {
  padding: 6px 12px;
  cursor: pointer;
}
.locals-checkbox-item:hover {
    background-color: #f5f5f5;
}
.locals-checkbox-item .ant-checkbox-wrapper {
    width: 100%;
}
.locals-divider {
  margin: 4px 0;
}
#ReportListView .k-grid-content {
  overflow-y: auto !important;
}

.AgReportComponent {
  height: 100%;
  overflow: hidden;
  padding: 12px;
  background: #eef0f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.AgReportComponent .report-type-picker {
    margin-top: -4px;
    position: relative;
    top: -4px;
    width: 100%;
}
.AgReportComponent .report-type-picker__trigger {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.5;
    padding: 0 11px;
    text-align: left;
    -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
    transition: border-color 0.2s, -webkit-box-shadow 0.2s;
    transition: border-color 0.2s, box-shadow 0.2s;
    transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
    width: 100%;
}
.AgReportComponent .report-type-picker__trigger:hover,
  .AgReportComponent .report-type-picker__trigger--open {
    border-color: #40a9ff;
}
.AgReportComponent .report-type-picker__trigger--open {
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
            box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.AgReportComponent .report-type-picker__selected {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.AgReportComponent .report-type-picker__arrow {
    color: rgba(0, 0, 0, 0.25);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 8px;
}
.AgReportComponent .report-type-picker__dropdown {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    left: 0;
    margin-top: 4px;
    position: absolute;
    right: 0;
    z-index: 1050;
}
.AgReportComponent .report-type-picker__search {
    border-bottom: 1px solid #f0f0f0;
    padding: 8px;
}
.AgReportComponent .report-type-picker__list {
    max-height: 420px;
    overflow-y: auto;
    padding: 4px 0;
}
.AgReportComponent .report-type-picker__group-label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(0, 0, 0, 0.45);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
    padding: 8px 12px 4px;
    text-transform: uppercase;
}
.AgReportComponent .report-type-picker__option {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    border: 0;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    gap: 8px;
    line-height: 20px;
    min-height: 32px;
    padding: 6px 12px 6px 28px;
    text-align: left;
    width: 100%;
}
.AgReportComponent .report-type-picker__option:hover,
  .AgReportComponent .report-type-picker__option--selected {
    background: #e6f7ff;
}
.AgReportComponent .report-type-picker__option--selected {
    color: #1890ff;
    font-weight: 600;
}
.AgReportComponent .report-type-picker__option--dragging {
    opacity: 0.45;
}
.AgReportComponent .report-type-picker__option--drag-disabled {
    cursor: pointer;
}
.AgReportComponent .report-type-picker__drag-icon {
    color: rgba(0, 0, 0, 0.25);
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 13px;
}
.AgReportComponent .report-type-picker__option--drag-disabled .report-type-picker__drag-icon {
    cursor: default;
    visibility: hidden;
}
.AgReportComponent .report-type-picker__empty {
    color: rgba(0, 0, 0, 0.45);
    padding: 12px;
    text-align: center;
}
.AgReportComponent .report-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    gap: 12px;
}
.AgReportComponent .report-filter-section,
  .AgReportComponent .report-result-row,
  .AgReportComponent .report-content-row {
    margin: 0 !important;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
            box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.AgReportComponent .report-filter-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 14px 16px;
}
.AgReportComponent .report-validation-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: -6px 0 0 !important;
}
.AgReportComponent .report-result-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 10px 16px;
}
.AgReportComponent .report-content-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    padding: 0;
}
.AgReportComponent .report-content-col,
  .AgReportComponent .report-component-host {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}
.AgReportComponent .report-component-host #ReportListView {
    height: 100% !important;
    max-height: 100% !important;
}
.AgReportComponent .report-component-host .k-grid {
    max-height: 100%;
}
.AgReportComponent .report-component-host > div:not(.graves-to-dig-report) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}
.AgReportComponent .report-component-host > div:not(.graves-to-dig-report) > .h-100 {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      height: auto;
      min-height: 0;
      overflow: hidden;
}
.AgReportComponent .report-component-host > div:not(.graves-to-dig-report) > .h-100 #ReportListView {
        height: 100%;
}

.AgLastThirtyDaysComponent {
  background-color: #fff;
  padding: 15px;
  height: calc(100vh - 80px);
}
.AgLastThirtyDaysComponent .reportTitle {
    font-weight: bold;
}
.AgLastThirtyDaysComponent .AgArchiveFilterUpdateBtn {
    margin-top: 43px;
}
.AgLastThirtyDaysComponent .PrintBlock,
  .AgLastThirtyDaysComponent .pageFooter {
    display: none;
}
.AgLastThirtyDaysComponent .statistic-card-component .ant-card {
    margin-bottom: 24px;
}
.AgLastThirtyDaysComponent .contaminationLineChart .ant-card-body {
    height: 460px;
}

