@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap"); 

 *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 }

 :root {
  font-family: "Nunito Sans";
  
  /* Colors */
  --bg: #7ccbec;
  --bg-white: #fff;
  --color-disableField: #eee;
  --color-black: #000;
  --color-base: #25a8e0;
  --color-dimgray: #808080;
  --color-dimmergray: #524242;
  --color-whitesmoke-100: #f5f5f5;
  --chrome-light-background: #e7eaed;
  --color-darkgray-100: #979797;
  --text-input-color: #717171;
  --color-gray: #96969640;
  --color-disabled: #f2f2f2;
  --color-disabled-text: rgba(0, 0, 0, 0.66);
  --color-darkgray-500: #555555;
  /* --color-skyblue: #8cceea; */
  --color-skyblue: #E5F6FD;
  --common-content-color: #757575;
  --color-silver-100: #c4c4c4;
  --light-gray-blue: #E5F6FD;
  --very-dark-blue: #014361;
  /* --color-darkgray-100: #b0b0b0; */
  --color-darkgray-600: rgba(151, 151, 151);
  --color-darkgray-200: rgba(151, 151, 151, 0.8);
  --color-darkgray-300: rgba(151, 151, 151, 0.5);
  --color-darkgray-400: rgba(151, 151, 151, 0);
  --color-deepskyblue-100: rgba(37, 168, 224, 0.7);
  --color-aliceblue-100: #f0f8ff;
  --color-darkblue-500: #0b4b68;
  --color-lightred-100: #FF7E7A;
  --color-lightred-50: #E89896;
  --color-table-head: #E5E5E5;
  --color-table-head-title: #171C26;
  --table-hide-show-column-btn: #1976d20a;


  /* Status Colors */
  --color-yellow: #FAC300;
  --color-orange: #FF721B;
  --color-red: #D2322D;
  --color-green: #619633;
  --color-grey: #777777;
  --color-lightgrey: #b6b6b6;
  --color-lightgreen: #92D02F;
  --border-shadow: #888888;
  --border-card: 1px solid rgba(0, 0, 0, .12);
  --color--darkgrey: #545454;


  /* Paddings */
  --padding-0px: 0;
  --padding-5px: 5px;
  --padding-6px: 6px;
  --padding-8px: 8px;
  --padding-10px: 10px;
  --padding-15px: 15px;
  --padding-16px: 16px;
  --padding-20px: 20px;
  --padding-30px: 30px;

  /* font sizes */
  --copyright-text: 11px;
  --badges-font-size: 13px;
  --common-content: 14px;
  --common-heading: 16px;
  --content-font-size-16px: 16px;
  --secondary-heading: 20px;
  --details-heading: 24px;
  --main-heading: 30px;

  /* border radiuses */
  --br-2px: 2px;
  --br-5px: 5px;
  --br-6px: 6px;
  --br-8px: 8px;
  --br-10px: 10px;
  --br-30px: 30px;

  /* Gaps */
  --gap-10px: 10px;
  --gap-15px: 15px;
  --gap-20px: 20px;


  /* Icons Font Size */
  --icons-size: 40px;
  --icons-text-color: var(--color-dimgray);
  --icon-size-time: var(--details-heading);

  /* font-weight */
  --fontWeight600: 600;
  --fontWeight700: 700;
  --fontWeight800: 800;

  /* Additional theme variables */
  --neutral-0:#FFFFFF;
  --neutral-10:#FCFBFA;
  --neutral-20:#F8F7F6;
  --neutral-30:#F1EFEC;
  --neutral-40:#E7E4E0;
  --neutral-50:#DDD8D2;
  --neutral-60:#C6C0B9;
  --neutral-70:#A0978E;
  --neutral-80:#6F655B;
  --neutral-90:#463D34;
  --neutral-100:#2B251F;

  --brand-white: #FFFFFF;
  --brand-carob: #463D34;
  --brand-seaoat: #757863;
  --brand-muslintusk: #F1EFEC;
  --brand-eggcup: #F9F7BB;
  --brand-sky: #7CCBEC;
  --brand-sky-light: #25A8E0;
  --color-skyblue: #E5F6FD;
  --brand-grey:#757575;
  --brand-grey-light: #E0E0E0;
  --color-grey: #777777;
  --color-red: #D2322D;
  --color-green: #619633;
  --color-black: #000;
  --color-black-light: #000000DE;
  --color-dimgray: #808080;
  --color-dimmergray: #524242;
  --color-gray-platinum: #E5E5E5;
  --color-ghost-white: #F5F5F5;
  --color-table-header: #171C26;
  --color-blue-violet: #7F25E0;
  --color-darkgray-500: #555555;
  --color-pale-orange: #fff4e5;
  --color-dark-orange: #663c00;
  --color-astrik-red: #cc2127;
  --color-darkgray: #00000089;
  --color-dark-blue: #1976d2;
  --color-ripple-white: #FFFFFF99;

  --status-success-content: #617950;
  --status-success-surface: #D8DED1;
  --status-error-content: #C73B3B;
  --status-error-surface: #EBD8D6;

  --text-primary: #272727;
  --text-secondary: #767676;
  --text-link: #25a8e0;
  --divider-color: #E0E0E0;
  --grey-arrow-color: #00000099;
  --border-color: #0000001f;
  --border-grey: #C4C4C4;
  --sidebar-background-color: #338FB6;
  --sidebar-Inactive-bg-color: #979797cc;
  --cross-icon-color: #6a7282;

  --badges-font-size: 13px;
  --button-font-size: 14px;
  --copyright-text: 11px;
  --common-heading:16px;
  --secondary-heading:20px;

  /* Responsive typography and spacing */
  --space-1px: clamp(0.09375rem, 0.09375rem + 0vw, 0.09375rem);
  --step--4: clamp(0.6875rem, calc(0.75rem + 0.05vw), 0.8125rem);
  --step--3: clamp(0.4475rem, calc(0.4267rem + 0.079vw), 0.5725rem);
  --step--10: clamp(0.625rem, 0.625rem + 0vw, 0.625rem);
  --step--2: clamp(0.6875rem, 0.6875rem, 0.6875rem);
  --step--1: clamp(0.875rem, calc(1rem + 0vw), 1.125rem);
  --step-0: clamp(1rem, calc(0.9618rem + 0.1554vw), 1.125rem);
  --step-1: clamp(1.25rem, calc(1.1459rem + 0.4236vw), 1.5908rem);
  --step-2: clamp(1.875rem, 1.875rem, 1.875rem);
  --step-3: clamp(1.9531rem, calc(1.5783rem + 1.5259vw), 3.1805rem);
  --step-4: clamp(2.4414rem, calc(1.8136rem + 2.5559vw), 4.4973rem);
  --step-5: clamp(3.0518rem, calc(2.0418rem + 4.1118vw), 6.3592rem);
  --step-custom-20px: clamp(1.25rem, 1.25rem, 1.25rem);
  --step-364px: clamp(21rem, 22.5625rem + 0.25vw, 24rem);
  --step-w-sm: clamp(19.75rem, 21.5rem + 1vw, 20rem);
  --step-140: clamp(2.25rem, calc(1.125rem + 7.5vw), 8.75rem);
  --step-31: clamp(1.5rem, calc(1.2rem + 1vw), 1.9375rem);
  --step-logo-height: clamp(3rem, calc(2.5rem + 5vw), 6rem);
  --step-logo-width: clamp(12rem, calc(3rem + 2vw), 18.5rem);
  --step-logo-width-s: clamp(6rem, calc(1.5rem + 7.5vw), 12.5rem);

  --step-xs: clamp(0.725rem, 0.625rem + 0vw, 0.625rem);
  --card-width: clamp(20rem,60vw, 25rem);

  --space-3xs: clamp(0.3125rem, 0.3125rem + 0vw, 0.3125rem);
  --space-6px: clamp(0.275rem, calc(0.3125rem + 0.25vw), 0.3rem);
  --space-8px: clamp(0.375rem, calc(0.3125rem + 0.25vw), 0.5rem);
  --space-44px: clamp(2.25rem, 2.5rem + 0.6vw, 2.75rem);
  --space-2xs: clamp(0.5625rem, 0.5408rem + 0.1087vw, 0.625rem);
  --space-xs: clamp(0.875rem, 0.8533rem + 0.1087vw, 0.9375rem);
  --space-16px: clamp(0.875rem, calc(0.8125rem + 0.25vw), 1rem);
  --space-s: clamp(1.125rem, 1.0815rem + 0.2174vw, 1.25rem);
  --space-sm: clamp(1.125rem, 1.095rem + 0.25vw, 1.375rem);
  --space-m: clamp(1.6875rem, 1.7rem + 0.3261vw, 1.875rem);
  --space-md: clamp(2.125rem, 2rem + 0.5vw, 2.25rem);
  --space-l: clamp(2.25rem, 2.163rem + 0.4348vw, 2.5rem);
  --space-xl: clamp(3.375rem, 3.2446rem + 0.6522vw, 3.75rem);
  --space-2xl: clamp(4.5rem, 4.3261rem + 0.8696vw, 5rem);
  --space-3xl: clamp(6.75rem, 6.4891rem + 1.3043vw, 7.5rem);
}

 /* Utility Classes */

 .customer-support * {
  line-height: normal !important;
}

 .body-scroll {
    margin: 0px;
    padding-right: 16px;
    overflow: hidden !important;
  }

 .font-nunito { font-family: "Nunito Sans" !important}

 .img{ width: 140px; height: 31px;}

 .img-getHelp {width: 170px; height: 40px;}

 .img-s{ width: var(--step-logo-width-s);}

 .bg-brand-sky-light { background-color: var(--brand-sky-light);}

 .bg-brand-sky {background-color: var(--brand-sky);}

 .bg-sky-blue {background-color: var(--color-skyblue);}

 .brand-grey { color: var(--brand-grey);}

 .blue-text { color: var( --text-link);}

 .table-header-text { color: var(--color-table-header);}

 .btn-text-size { font-size: var( --button-font-size);}

 .bg-gray-platinum { background-color: var(--color-gray-platinum);}

 .bg-ghost-white{ background-color: var(--color-ghost-white);}

 .bg-pale-orange { background-color: var(--color-pale-orange);}

 .arrow-color { color: var(--grey-arrow-color);}

 .noDataBorder { color: var(--border-color);}

 .dark-blue { color: var(--color-dark-blue); }

 .detail-heading-link {
    font-size: var(--secondary-heading);
    color: var( --text-link);
    font-weight: 700;
    font-family: "Nunito Sans";
  }

 .detail-heading-text {
    font-size: var(--secondary-heading);
    color: var(--color-black);
    font-weight: 600;
    font-family: "Nunito Sans";
  }

 .small-heading-key {
      color: var(--color-dimgray);
      font-family: "Nunito Sans";
      font-size: var(--common-heading);
      font-style: normal;
      font-weight: 600;
      line-height: 23px;
    }

 .small-link-text {
      color: var(--text-link);
      font-family: "Nunito Sans";
      font-size: var(--badges-font-size);
      font-style: normal;
      font-weight: 700;
    }

 .small-link {
      color: var( --text-link);
      font-family: "Nunito Sans";
      font-size: var(--common-heading);
      font-style: normal;
    }

 .base-text {
      color: var(--color-black);
      font-family: "Nunito Sans";
      font-size: var(--badges-font-size);
      font-style: normal;
    }

 .small-text-black {
      font-size: var(--copyright-text);
      color: var(--color-black);
      font-family: "Nunito Sans";
    }

 .small-heading-value {
      color: var(--color-dimmergray);
      font-family: "Nunito Sans";
      font-size: var(--common-heading);
      font-style: normal;
      font-weight: 600;
      line-height: 23px;
    }

 .badges {
      font-size: var(--badges-font-size);
      font-family: "Nunito Sans";
      font-weight: 800;
    }

 .small-text {
      font-size: var(--copyright-text);
      color: var(--color-dimgray);
      font-family: "Nunito Sans";
    }

 .screen-center {
          min-height: 86vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #fff;
          font-family: "Nunito Sans";
        }

 .info-icon-bg {
          background-color: #25A8E0;
          border-radius: 9999px;
          width: 4rem;
          height: 4rem;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 1.5rem;
        }

 .error-red { color: var(--color-red);}

 .marginBottom5 {
          margin-bottom: 5px;
        }

 .boxShadow {
          box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
        }

 .NoData {
          background-Color: "#F5f5f5";
          padding: 4px 0px;
          color: "#000";
          font-Size: 16px;
          font-weight: "700";
          text-align: "center"
        }

 .sidebar-Menuitem {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 12px 16px;
            cursor: pointer;
        }

 .menuitem-active {
          background-color: var(--brand-sky-light);
        }

 .menuitem-active:hover {
          background-color: #338FB6;
        }

 .menuitem-inactive:hover {
          background-color: #979797cc;
        }

 .sideBar-ProItem {
          display: flex;
          align-items: center;
          padding: 12px 16px;
          cursor: pointer;
        }

 .button-box-hover-shadow {
    box-shadow: 0 1px 5px #888 !important;
  }

 .hover\:button-box-hover-shadow:hover {
    box-shadow: 0 1px 5px #888 !important;
  }

 .button-box-shadow {
    box-shadow:  rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  }

 .min-height {
    min-height: 315px;
  }

 .card-width{ width: var(--card-width); }

 .step-20px{font-size: var(--step-custom-20px);}

 .step-30px{ font-size: var(--step-2);}

 .step-0{ font-size: var(--step-0);}

 .step-1{ font-size: var(--step-1);}

 .step--1{ font-size: var(--step--1);}

 .step--2{ font-size: var(--step--2);}

 .step--3{ font-size: var(--step--3);}

 .step-xs{ font-size: var(--step-xs);}

 .step-2xs{ font-size: var(--step--4);}

 .step-h-4{height: var(--step-4); }

 .step-h-364px{ height: var(--step-364px);}

 .step-w-356px{ width: var(--step-w-sm);}

 .space-gap-1px{ gap: var(--space-1px);}

 .space-gap-row{ gap: var(--space-3xs);}

 .space-gap-xs{ gap: var(--space-xs); }

 .space-gap-x-3xs{ row-gap: var(--space-3xs); }

 .space-pt-3xs{ padding-top: var(--space-3xs); }

 .space-gap-x-s{ row-gap: var(--space-sm); }

 .space-gap-pb-8{ padding-bottom: var(--space-8px);}

 .space-gap-pt-8{ padding-top: var(--space-8px);}

 .space-gap-pt-6{ padding-top: var(--space-6px);}

 .space-gap-pt-16{ padding-top: var(--space-16px);}

 .space-pt-s{ padding-top: var(--space-sm); }

 .space-pt-m{ padding-top: var(--space-m); }

 .space-gap-px-16{ padding-left: var(--space-16px); padding-right: var(--space-16px);}

 .space-px-s{ padding-left: var(--space-sm); padding-right: var(--space-sm); }

 .space-py-l{ padding-top: var(--space-md); padding-bottom: var(--space-md); }

 .space-gap-h-44px{ height: var(--space-44px); }

 .space-gap-x-y{ padding: var(--space-m); }

 .border-b{ border-bottom-width:1.5px ; border-bottom-color: var(--brand-grey-light); border-bottom-style: solid;}

 .job-heading{ font-size: 26px; font-weight: 600;}

 .page-heading{ font-size: 28px; font-weight: 600;}

 .job-days{ font-size: 14px; font-family: 400; }

 .job-status{ font-size: 20px; font-weight: 600; }

 .job-count{ font-size: 24px; font-weight: 700; }

 .job-percentage{ font-size: 12px; font-weight: 400; border-radius: 6px; color: #FFFFFF; width: fit-content; height: fit-content; }

 .col-start-1  { grid-column-start: 1; }

 .col-start-5  { grid-column-start: 5; }

 .col-start-9  { grid-column-start: 9; }

 .col-start-13 { grid-column-start: 13; }

 .col-start-17 { grid-column-start: 17; }

 .col-start-21 { grid-column-start: 21; }

 .col-end-5   { grid-column-end: 5; }

 .col-end-9   { grid-column-end: 9; }

 .col-end-10  { grid-column-end: 10; }

 .col-end-11   { grid-column-end: 11; }

 .col-end-12   { grid-column-end: 12; }

 .col-end-13  { grid-column-end: 13; }

 .col-end-14  { grid-column-end: 14; }

 .col-end-17  { grid-column-end: 17; }

 .col-end-21  { grid-column-end: 21; }

 .col-end-25  { grid-column-end: 25; }

 /* High-tech loader animations */

 @keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

._container_s2mgk_1 {
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  padding: 20px 20px 10px 20px;
  background: var(--color-ghost-white);
}

._tableWrapper_s2mgk_15 {
  background: var(--brand-white);
  border: 1px solid var(--border-grey);
  border-radius: 6px;
}

._row_s2mgk_27 {
  display: flex;
  padding: 16px;
  flex-direction: row;
  gap: 8px;
}

._colJob_s2mgk_41 {
  width: 27%;
}

._coljobId_s2mgk_49 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

._colBilling_s2mgk_61 {
  width: 23%;
  text-align: left;
}

._colDate_s2mgk_71 {
  width: 24%;
  text-align: center;
}

._colStatus_s2mgk_81 {
  width: 11%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._statusInner_s2mgk_95 {
  display: flex;
  flex-direction: column;
}

._jobId_s2mgk_105 {
  font-weight: 600;
}

._meta_s2mgk_113 {
  font-size: 13px;
  color: var(--color-darkgray-500);
}

._dFlexStart_s2mgk_123 {
    align-self: flex-start;
}

._colHeightdiv_s2mgk_131 {
    display: flex;
    align-items: flex-start;
    padding-bottom: 8px;
    height: 30px;
}

._meta_s2mgk_113 span {
  font-weight: 500;
  color: #000;
}

._link_s2mgk_155 {
  color: #25a8e0;
  text-decoration: underline;
}

._statusBadge_s2mgk_165 {
  font-size: var(--badges-font-size);
  color: #fff;
  border-radius: 6px;
  font-weight: 800;
  line-height: normal;
}

._statusTime_s2mgk_181 {
  padding-top: 4px;
}

._statusQueue_s2mgk_189 {
  background-color: var(--color-dimgray);
}

._statusProgress_s2mgk_197 {
  background-color: var(--brand-sky-light);
}

._statusCompleted_s2mgk_205 {
  background-color: var(--color-green);
}

._statusFailed_s2mgk_213 {
  background-color: var(--color-red);
}

._loaderWrapper_s2mgk_221,
._noDataWrapper_s2mgk_223 {
  background: #f5f5f5;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  justify-content: center;
}

._viewAll_s2mgk_241 {
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
}

@media (min-width: 40rem) {
  ._colStatus_s2mgk_81 {
    align-items: flex-end;
  }
}

@media (min-width: 48rem) {
  ._colStatus_s2mgk_81 {
    align-items: flex-end;
  }
}

@media (min-width: 48rem) {
  ._statusInner_s2mgk_95 {
    align-items: center;
  }
}

@media (min-width: 40rem) {
  ._statusTime_s2mgk_181 {
    align-self: center;
  }
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);

  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);

  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;

  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0px;
  position: relative;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 auto;
  align-items: center;
  word-break: break-word;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast-container[data-stacked='true'] {
  width: var(--toastify-toast-width);
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container[data-stacked='true'] {
    width: 100vw;
  }
}

.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}

.Toastify__toast--stacked[data-collapsed='false'] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}

.Toastify__toast--stacked[data-pos='top'] {
  top: 0;
}

.Toastify__toast--stacked[data-pos='bot'] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.w-full {
    width: 100%;
}

.no-data-box {
  width: 100%;
  background-color: var(--color-ghost-white);
  font-weight: 700;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color);
}

.loading-box {
  width: 100%;
  background-color: var(--color-ghost-white);
  border-radius: 4px;
  padding-top: 9px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color);
}

.summary-detail-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid var(--border-grey);
  background-color: white;
}

.job-summary-flex-row-between {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}



.job-status {
  margin-bottom: 0.125rem; 
}

.circle {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  flex-shrink: 0;
}

.inner-bar {
  height: 100%;
  border-radius: 100px;
}

.job-count {
  font-weight: 700;
}

.job-percentage {
  color: #fff;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Modal helper styles */
.modal-gradient {
  border-radius: 12px;
}

.modal-border {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, rgba(59,130,246,0.2), rgba(139,92,246,0.15), rgba(236,72,153,0.15));
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
}

.modal-gradient:hover .modal-border {
  opacity: 1;
}

.login-btn {
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-size: 20px;
}

.black-text {
  color: #000000;
}

.cursor-pointer {
  cursor: pointer;
}

.flexColumn {
  display: flex;
  flex-direction: column;
}

.paddingVertical_Five {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
}

.paddingHorizotal_Zero {
      padding-left: 0px !important;
      padding-right: 0px !important;
}

.marginRightEight{
      margin-right: 8px !important;
}

.marginRightBottom{
      margin-bottom: 6px !important;
}

.height_fit_content {
      height:fit-content !important;
}

  
  .icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21.2px;
    height: 22px;
    padding: 3px 0 0 0;
  }

.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100vh;
  background-color: var(--brand-sky);
}

.backdropContainer {
  position: fixed;
  inset: 0;
  z-index: 92;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backdropOverlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: saturate(150%);
  border: none;
  cursor: default;
  width: 100%;
  height: 100%;
}

.modalContent {
  position: relative;
  width: 100%;
  max-width: 1152px;
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  max-height: 90vh;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--neutral-95, #f3f4f6);
  padding: 12px 24px 12px 28px;
  font-family: "Nunito Sans";
  height: 55px;
  flex-shrink: 0;
}

.headerTitle {
  font-size: 20px;
  font-weight: 600;
}

.closeButton {
  padding: 4px;
  transition: background-color 0.2s ease-in-out;
}

.closeButton:active {
  background-color: #e5e7eb;
}

.closeButton:hover {
  background-color: transparent;
}

.scrollBody {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 20px 24px 4px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.scrollBody::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scrollBody::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrollBody::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.scrollBody::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.loaderContainer {
  width: 100%;
  margin-top: 56px;
  background-color: var(--color-ghost-white, #f9fafb);
  border-radius: 8px;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color, #e5e7eb);
}

.listContainer {
  background-color: #fff;
  padding: 0;
  border: 1px solid #c4c4c4;
}

.draggableRow {
  display: flex;
  flex-direction: column;
  padding: 14px;
  gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .draggableRow {
    flex-direction: row;
  }
}

.colSerial {
  width: 100%;
  margin-left: -8px;
}

@media (min-width: 768px) {
  .colSerial {
    width: 4%;
    margin-right: -10px;
  }
}

.badgeWrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  vertical-align: baseline;
  line-height: 1;
}

.infoWrapper {
  flex: 1;
  display: block;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}

@media (min-width: 768px) {
  .infoWrapper {
    flex-wrap: nowrap;
    gap: 24px;
  }
}

.small-heading-key {
      color: var(--color-dimgray);
      font-family: "Nunito Sans"; 
      font-size: var(--common-heading);
      font-style: normal;
      font-weight: 600;
      line-height: 23px;
    }

  .small-heading-value {
      color: var(--color-dimmergray);
      font-family: "Nunito Sans";
      font-size: var(--common-heading);
      font-style: normal;
      font-weight: 600;
      line-height: 23px;
    }

.flexStartGap {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.textEllipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.colDate {
  width: 100%;
}

@media (min-width: 768px) {
  .colDate {
    width: 25%;
    flex-shrink: 0;
  }
}

.dragHandleWrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-self: center;
}

@media (min-width: 768px) {
  .dragHandleWrapper {
    width: 5%;
  }
}

.dragHandle {
  display: flex;
  flex-direction: column;
  cursor: grab;
}

@media (min-width: 768px) {
  .dragHandle {
    align-items: center;
  }
}

.emptyState {
  background-color: #f5f5f5;
  padding: 10px 0;
  color: #000;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
}

.footer {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 0px 28px 20px;
  background-color: #fff;
  flex-shrink: 0;
  margin-top: 20px;
}

.link {
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-link);
 }

 .initiate-model {
   font-weight: 600;
   font-size:1.25rem ;
 }

 .login-box{
  display: flex;
  flex-direction: column;
  align-items: center;
 }

 .terms-services{
  display: flex;
  flex-direction: row;
  font-size: 11px;
  gap: 8px;
  padding-top: 4px;
  align-items: center;
  font-weight: 700;
  text-decoration: underline;
  color: #000000 !important;
 }

 .unified-login-box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-radius: 12px;
  background-color: var(--bg-white);
  backdrop-filter: blur(12px);
 }

 .unified-login-box-2{
  box-sizing: border-box;
  width: 100%;
 }

.link-text{
color: #000000 !important;
}

.page-layout-container {
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
}

.Jobs-heading {
    color: "common.black";
    font-size: 26px;
    font-style: "normal";
    font-weight: 600;
    line-height: 1;
}

.alert-box {
  background-color: var(--light-gray-blue);
  color: var(--very-dark-blue);
  padding: 20px;           
  border-radius: 8px;      
  display: flex;
  flex-direction: column;
  gap: 12px;                
  margin-bottom: 20px;      
}


.bulleted-list {
  list-style-type: disc;   
  padding-left: 24px;     
  margin-top: 0;
}

.bulleted-list li{
  margin-bottom: 2.5px;
}

.modal-footer {
  padding-top: 8px;         
  display: flex;
  justify-content: flex-end;
  gap: 20px;             
}

.Navbar-icons {
    width: 24px !important;
    height: 24px !important;
  }._sidebar_1c6ks_1 {
  transition: width 300ms ease;
}

._sidebarInner_1c6ks_9 {
  background-color: var(--color-darkgray-500);
  position: fixed;
  min-height: 100vh;
  color: var(--neutral-0);
  border-right: 1px solid var(--border-color);
  transition: width 300ms ease;
}

._header_1c6ks_27 {
  display: flex;
  align-items: center;
  height: 64px;
  padding-left: 8px;
  padding-right: 8px;
}

._sidebar-Menuitem_1c6ks_43 {
  transition-property: color, background-color, border-color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
}

._tooltipStyling_1c6ks_55{
  font-size: 13px;
}

._justifyEnd_1c6ks_63 {
  justify-content: flex-end;
}

._justifyCenter_1c6ks_71 {
  justify-content: center;
}

._flexItemsCenter_1c6ks_79 {
  display: flex;
  align-items: center;
}


._paddingRight_eight_1c6ks_91 {
      padding-right: 8px;
}

._paddingRight_three_1c6ks_99 {
      padding-right: 3px;
}

._marginRightEight_1c6ks_107 {
    margin-right: 8px;
}

._mlAuto_1c6ks_115 {
  margin-left: auto;
}

._submenuitems_1c6ks_123 {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: var(--brand-white);
}

._fontSize14_1c6ks_135 {
    font-size: 14px;
}

._sideBarProItem_1c6ks_143 {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
}

._paddingY_1c6ks_157 {
    padding-top: 8px;
    padding-bottom: 8px;
}

._open_1c6ks_167 {
  width: 255px;
}

._closed_1c6ks_175 {
  width: 65px;
}

._zIndex_1c6ks_183 {
    z-index: 92;
}
