html {
    --pg-family: "Inter", sans-serif;
    --bg-color: #ffffff;
    --bg-color-carousel-pink: #f1e1e9;
    --bg-color-biloba-flower: #b3a5ed;
    --bg-color-link-water: #d6e4ee;
    --bg-color-link-water-light: #dbe2fccc;
    --bg-color-dutch-white: #fef7df;
    --bg-color-tropical-blue: #c6e0f8cc;
    --bg-color-pale-aqua: #b3dbd8b2;
    --bg-color-dawn-pink: #f7e7e9;
    --bg-color-alabaster: #f9fbff;
    --bg-color-default: #ffffff;
    --accent-color: #095aa5;
    --accent-color-tulip-pink: #cc4086;
    --accent-color-sea-turtle-green: #519d82;
    --accent-color-olive: #4b8e2e;
    --accent-color-carbon-grey: #5f5f5f;
    --accent-color-red-brown: #b13434;
    --accent-color-dark-orange: #fc7c00;
    --accent-color-silk-blue: #4d76d9;
    --accent-color-golden: #f3c316;
    --accent-color-davy-grey: #475467;
    --accent-color-pale-red: #df5e5e;
    --accent-color-orange-gold: #d0a300;
    --accent-color-default: #095aa5;
    --border-color: #eaeaea;
    --hover-color: #f7f7f7be;
    --text-color-dark: #000000;
    --text-color-medium: #5f5f5f; 
    --placeholder-color: #c4c4c4;
    --icon-color: #5f5f5f;
    --menu-tab-active-color: #f8f8f8;
    --tab-unactive-color: #5f5f5f;
    --tab-active-color: #000000;
    --white-color: #ffffff;
    --black-color: #000000;
    --grey-color: #5f5f5f;
    --medium-grey-color: #707070;
    --light-text-color: #c4c4c4;
    --scroll-color: #c4c4c4;
    --light-border-color: #eeeeee;
    --dark-bg-color: #f3f3f3;
    --add-color: #78c059;
    --pending-bg-color: #fef7df;
    --pending-text-color: #ba9514;
    --past-due-bg-color: #f1baba66;
    --past-due-text-color: #af4444;
    --negative-text-color: #df5e5e;
    --negative-bg-color: #df5e5e1a;
    --workflow-bg-color: #8598ad1a;
    --approved-bg-color: green;
    --approved-text-color: #c5d5f24d;
    --completed-bg-color: #78c0591a;
    --completed-text-color: #4f9331;
    --denied-bg-color: #fef2e9;
    --denied-text-color: #ed7722;
    --not-intersted-bg-color: rgba(112, 0, 255, 0.08);
    --not-intersted-text-color: #734ca4;
    --positive-text-color: #50ac28;
    --default-status-bg: #f0f3f6;
    --table-hover-color: rgba(198, 224, 248, 0.1);
}

.pg-mt-0 {
  margin-top: 0px; }

.pg-mr-0 {
  margin-right: 0px; }

.pg-mb-0 {
  margin-bottom: 0px; }

.pg-ml-0 {
  margin-left: 0px; }

.pg-mx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.pg-my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.pg-m-0 {
  margin: 0px; }

.pg-pt-0 {
  padding-top: 0px; }

.pg-pr-0 {
  padding-right: 0px; }

.pg-pb-0 {
  padding-bottom: 0px; }

.pg-pl-0 {
  padding-left: 0px; }

.pg-px-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pg-py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.pg-p-0 {
  padding: 0px !important; }

.pg-mt-2 {
  margin-top: 2px; }

.pg-mr-2 {
  margin-right: 2px; }

.pg-mb-2 {
  margin-bottom: 2px; }

.pg-ml-2 {
  margin-left: 2px; }

.pg-mx-2 {
  margin-left: 2px;
  margin-right: 2px; }

.pg-my-2 {
  margin-top: 2px;
  margin-bottom: 2px; }

.pg-m-2 {
  margin: 2px; }

.pg-pt-2 {
  padding-top: 2px; }

.pg-pr-2 {
  padding-right: 2px; }

.pg-pb-2 {
  padding-bottom: 2px; }

.pg-pl-2 {
  padding-left: 2px; }

.pg-px-2 {
  padding-left: 2px;
  padding-right: 2px; }

.pg-py-2 {
  padding-top: 2px;
  padding-bottom: 2px; }

.pg-p-2 {
  padding: 2px !important; }

.pg-mt-4 {
  margin-top: 4px; }

.pg-mr-4 {
  margin-right: 4px; }

.pg-mb-4 {
  margin-bottom: 4px; }

.pg-ml-4 {
  margin-left: 4px; }

.pg-mx-4 {
  margin-left: 4px;
  margin-right: 4px; }

.pg-my-4 {
  margin-top: 4px;
  margin-bottom: 4px; }

.pg-m-4 {
  margin: 4px; }

.pg-pt-4 {
  padding-top: 4px; }

.pg-pr-4 {
  padding-right: 4px; }

.pg-pb-4 {
  padding-bottom: 4px; }

.pg-pl-4 {
  padding-left: 4px; }

.pg-px-4 {
  padding-left: 4px;
  padding-right: 4px; }

.pg-py-4 {
  padding-top: 4px;
  padding-bottom: 4px; }

.pg-p-4 {
  padding: 4px !important; }

.pg-mt-6 {
  margin-top: 6px; }

.pg-mr-6 {
  margin-right: 6px; }

.pg-mb-6 {
  margin-bottom: 6px; }

.pg-ml-6 {
  margin-left: 6px; }

.pg-mx-6 {
  margin-left: 6px;
  margin-right: 6px; }

.pg-my-6 {
  margin-top: 6px;
  margin-bottom: 6px; }

.pg-m-6 {
  margin: 6px; }

.pg-pt-6 {
  padding-top: 6px; }

.pg-pr-6 {
  padding-right: 6px; }

.pg-pb-6 {
  padding-bottom: 6px; }

.pg-pl-6 {
  padding-left: 6px; }

.pg-px-6 {
  padding-left: 6px;
  padding-right: 6px; }

.pg-py-6 {
  padding-top: 6px;
  padding-bottom: 6px; }

.pg-p-6 {
  padding: 6px !important; }

.pg-mt-8 {
  margin-top: 8px; }

.pg-mr-8 {
  margin-right: 8px; }

.pg-mb-8 {
  margin-bottom: 8px; }

.pg-ml-8 {
  margin-left: 8px; }

.pg-mx-8 {
  margin-left: 8px;
  margin-right: 8px; }

.pg-my-8 {
  margin-top: 8px;
  margin-bottom: 8px; }

.pg-m-8 {
  margin: 8px; }

.pg-pt-8 {
  padding-top: 8px; }

.pg-pr-8 {
  padding-right: 8px; }

.pg-pb-8 {
  padding-bottom: 8px; }

.pg-pl-8 {
  padding-left: 8px; }

.pg-px-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pg-py-8 {
  padding-top: 8px;
  padding-bottom: 8px; }

.pg-p-8 {
  padding: 8px !important; }

.pg-mt-10 {
  margin-top: 10px; }

.pg-mr-10 {
  margin-right: 10px; }

.pg-mb-10 {
  margin-bottom: 10px; }

.pg-ml-10 {
  margin-left: 10px; }

.pg-mx-10 {
  margin-left: 10px;
  margin-right: 10px; }

.pg-my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.pg-m-10 {
  margin: 10px; }

.pg-pt-10 {
  padding-top: 10px; }

.pg-pr-10 {
  padding-right: 10px; }

.pg-pb-10 {
  padding-bottom: 10px; }

.pg-pl-10 {
  padding-left: 10px; }

.pg-px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.pg-py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pg-p-10 {
  padding: 10px !important; }

.pg-mt-12 {
  margin-top: 12px; }

.pg-mr-12 {
  margin-right: 12px; }

.pg-mb-12 {
  margin-bottom: 12px; }

.pg-ml-12 {
  margin-left: 12px; }

.pg-mx-12 {
  margin-left: 12px;
  margin-right: 12px; }

.pg-my-12 {
  margin-top: 12px;
  margin-bottom: 12px; }

.pg-m-12 {
  margin: 12px; }

.pg-pt-12 {
  padding-top: 12px; }

.pg-pr-12 {
  padding-right: 12px; }

.pg-pb-12 {
  padding-bottom: 12px; }

.pg-pl-12 {
  padding-left: 12px; }

.pg-px-12 {
  padding-left: 12px;
  padding-right: 12px; }

.pg-py-12 {
  padding-top: 12px;
  padding-bottom: 12px; }

.pg-p-12 {
  padding: 12px !important; }

.pg-mt-14 {
  margin-top: 14px; }

.pg-mr-14 {
  margin-right: 14px; }

.pg-mb-14 {
  margin-bottom: 14px; }

.pg-ml-14 {
  margin-left: 14px; }

.pg-mx-14 {
  margin-left: 14px;
  margin-right: 14px; }

.pg-my-14 {
  margin-top: 14px;
  margin-bottom: 14px; }

.pg-m-14 {
  margin: 14px; }

.pg-pt-14 {
  padding-top: 14px; }

.pg-pr-14 {
  padding-right: 14px; }

.pg-pb-14 {
  padding-bottom: 14px; }

.pg-pl-14 {
  padding-left: 14px; }

.pg-px-14 {
  padding-left: 14px;
  padding-right: 14px; }

.pg-py-14 {
  padding-top: 14px;
  padding-bottom: 14px; }

.pg-p-14 {
  padding: 14px !important; }

.pg-mt-16 {
  margin-top: 16px; }

.pg-mr-16 {
  margin-right: 16px; }

.pg-mb-16 {
  margin-bottom: 16px; }

.pg-ml-16 {
  margin-left: 16px; }

.pg-mx-16 {
  margin-left: 16px;
  margin-right: 16px; }

.pg-my-16 {
  margin-top: 16px;
  margin-bottom: 16px; }

.pg-m-16 {
  margin: 16px; }

.pg-pt-16 {
  padding-top: 16px; }

.pg-pr-16 {
  padding-right: 16px; }

.pg-pb-16 {
  padding-bottom: 16px; }

.pg-pl-16 {
  padding-left: 16px; }

.pg-px-16 {
  padding-left: 16px;
  padding-right: 16px; }

.pg-py-16 {
  padding-top: 16px;
  padding-bottom: 16px; }

.pg-p-16 {
  padding: 16px !important; }

.pg-mt-18 {
  margin-top: 18px; }

.pg-mr-18 {
  margin-right: 18px; }

.pg-mb-18 {
  margin-bottom: 18px; }

.pg-ml-18 {
  margin-left: 18px; }

.pg-mx-18 {
  margin-left: 18px;
  margin-right: 18px; }

.pg-my-18 {
  margin-top: 18px;
  margin-bottom: 18px; }

.pg-m-18 {
  margin: 18px; }

.pg-pt-18 {
  padding-top: 18px; }

.pg-pr-18 {
  padding-right: 18px; }

.pg-pb-18 {
  padding-bottom: 18px; }

.pg-pl-18 {
  padding-left: 18px; }

.pg-px-18 {
  padding-left: 18px;
  padding-right: 18px; }

.pg-py-18 {
  padding-top: 18px;
  padding-bottom: 18px; }

.pg-p-18 {
  padding: 18px !important; }

.pg-mt-20 {
  margin-top: 20px; }

.pg-mr-20 {
  margin-right: 20px; }

.pg-mb-20 {
  margin-bottom: 20px; }

.pg-ml-20 {
  margin-left: 20px; }

.pg-mx-20 {
  margin-left: 20px;
  margin-right: 20px; }

.pg-my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.pg-m-20 {
  margin: 20px; }

.pg-pt-20 {
  padding-top: 20px; }

.pg-pr-20 {
  padding-right: 20px; }

.pg-pb-20 {
  padding-bottom: 20px; }

.pg-pl-20 {
  padding-left: 20px; }

.pg-px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.pg-py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pg-p-20 {
  padding: 20px !important; }

.pg-mt-22 {
  margin-top: 22px; }

.pg-mr-22 {
  margin-right: 22px; }

.pg-mb-22 {
  margin-bottom: 22px; }

.pg-ml-22 {
  margin-left: 22px; }

.pg-mx-22 {
  margin-left: 22px;
  margin-right: 22px; }

.pg-my-22 {
  margin-top: 22px;
  margin-bottom: 22px; }

.pg-m-22 {
  margin: 22px; }

.pg-pt-22 {
  padding-top: 22px; }

.pg-pr-22 {
  padding-right: 22px; }

.pg-pb-22 {
  padding-bottom: 22px; }

.pg-pl-22 {
  padding-left: 22px; }

.pg-px-22 {
  padding-left: 22px;
  padding-right: 22px; }

.pg-py-22 {
  padding-top: 22px;
  padding-bottom: 22px; }

.pg-p-22 {
  padding: 22px !important; }

.pg-mt-24 {
  margin-top: 24px; }

.pg-mr-24 {
  margin-right: 24px; }

.pg-mb-24 {
  margin-bottom: 24px; }

.pg-ml-24 {
  margin-left: 24px; }

.pg-mx-24 {
  margin-left: 24px;
  margin-right: 24px; }

.pg-my-24 {
  margin-top: 24px;
  margin-bottom: 24px; }

.pg-m-24 {
  margin: 24px; }

.pg-pt-24 {
  padding-top: 24px; }

.pg-pr-24 {
  padding-right: 24px; }

.pg-pb-24 {
  padding-bottom: 24px; }

.pg-pl-24 {
  padding-left: 24px; }

.pg-px-24 {
  padding-left: 24px;
  padding-right: 24px; }

.pg-py-24 {
  padding-top: 24px;
  padding-bottom: 24px; }

.pg-p-24 {
  padding: 24px !important; }

.pg-mt-26 {
  margin-top: 26px; }

.pg-mr-26 {
  margin-right: 26px; }

.pg-mb-26 {
  margin-bottom: 26px; }

.pg-ml-26 {
  margin-left: 26px; }

.pg-mx-26 {
  margin-left: 26px;
  margin-right: 26px; }

.pg-my-26 {
  margin-top: 26px;
  margin-bottom: 26px; }

.pg-m-26 {
  margin: 26px; }

.pg-pt-26 {
  padding-top: 26px; }

.pg-pr-26 {
  padding-right: 26px; }

.pg-pb-26 {
  padding-bottom: 26px; }

.pg-pl-26 {
  padding-left: 26px; }

.pg-px-26 {
  padding-left: 26px;
  padding-right: 26px; }

.pg-py-26 {
  padding-top: 26px;
  padding-bottom: 26px; }

.pg-p-26 {
  padding: 26px !important; }

.pg-mt-28 {
  margin-top: 28px; }

.pg-mr-28 {
  margin-right: 28px; }

.pg-mb-28 {
  margin-bottom: 28px; }

.pg-ml-28 {
  margin-left: 28px; }

.pg-mx-28 {
  margin-left: 28px;
  margin-right: 28px; }

.pg-my-28 {
  margin-top: 28px;
  margin-bottom: 28px; }

.pg-m-28 {
  margin: 28px; }

.pg-pt-28 {
  padding-top: 28px; }

.pg-pr-28 {
  padding-right: 28px; }

.pg-pb-28 {
  padding-bottom: 28px; }

.pg-pl-28 {
  padding-left: 28px; }

.pg-px-28 {
  padding-left: 28px;
  padding-right: 28px; }

.pg-py-28 {
  padding-top: 28px;
  padding-bottom: 28px; }

.pg-p-28 {
  padding: 28px !important; }

.pg-mt-30 {
  margin-top: 30px; }

.pg-mr-30 {
  margin-right: 30px; }

.pg-mb-30 {
  margin-bottom: 30px; }

.pg-ml-30 {
  margin-left: 30px; }

.pg-mx-30 {
  margin-left: 30px;
  margin-right: 30px; }

.pg-my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.pg-m-30 {
  margin: 30px; }

.pg-pt-30 {
  padding-top: 30px; }

.pg-pr-30 {
  padding-right: 30px; }

.pg-pb-30 {
  padding-bottom: 30px; }

.pg-pl-30 {
  padding-left: 30px; }

.pg-px-30 {
  padding-left: 30px;
  padding-right: 30px; }

.pg-py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pg-p-30 {
  padding: 30px !important; }

.pg-mt-32 {
  margin-top: 32px; }

.pg-mr-32 {
  margin-right: 32px; }

.pg-mb-32 {
  margin-bottom: 32px; }

.pg-ml-32 {
  margin-left: 32px; }

.pg-mx-32 {
  margin-left: 32px;
  margin-right: 32px; }

.pg-my-32 {
  margin-top: 32px;
  margin-bottom: 32px; }

.pg-m-32 {
  margin: 32px; }

.pg-pt-32 {
  padding-top: 32px; }

.pg-pr-32 {
  padding-right: 32px; }

.pg-pb-32 {
  padding-bottom: 32px; }

.pg-pl-32 {
  padding-left: 32px; }

.pg-px-32 {
  padding-left: 32px;
  padding-right: 32px; }

.pg-py-32 {
  padding-top: 32px;
  padding-bottom: 32px; }

.pg-p-32 {
  padding: 32px !important; }

.pg-mt-34 {
  margin-top: 34px; }

.pg-mr-34 {
  margin-right: 34px; }

.pg-mb-34 {
  margin-bottom: 34px; }

.pg-ml-34 {
  margin-left: 34px; }

.pg-mx-34 {
  margin-left: 34px;
  margin-right: 34px; }

.pg-my-34 {
  margin-top: 34px;
  margin-bottom: 34px; }

.pg-m-34 {
  margin: 34px; }

.pg-pt-34 {
  padding-top: 34px; }

.pg-pr-34 {
  padding-right: 34px; }

.pg-pb-34 {
  padding-bottom: 34px; }

.pg-pl-34 {
  padding-left: 34px; }

.pg-px-34 {
  padding-left: 34px;
  padding-right: 34px; }

.pg-py-34 {
  padding-top: 34px;
  padding-bottom: 34px; }

.pg-p-34 {
  padding: 34px !important; }

.pg-mt-36 {
  margin-top: 36px; }

.pg-mr-36 {
  margin-right: 36px; }

.pg-mb-36 {
  margin-bottom: 36px; }

.pg-ml-36 {
  margin-left: 36px; }

.pg-mx-36 {
  margin-left: 36px;
  margin-right: 36px; }

.pg-my-36 {
  margin-top: 36px;
  margin-bottom: 36px; }

.pg-m-36 {
  margin: 36px; }

.pg-pt-36 {
  padding-top: 36px; }

.pg-pr-36 {
  padding-right: 36px; }

.pg-pb-36 {
  padding-bottom: 36px; }

.pg-pl-36 {
  padding-left: 36px; }

.pg-px-36 {
  padding-left: 36px;
  padding-right: 36px; }

.pg-py-36 {
  padding-top: 36px;
  padding-bottom: 36px; }

.pg-p-36 {
  padding: 36px !important; }

.pg-mt-38 {
  margin-top: 38px; }

.pg-mr-38 {
  margin-right: 38px; }

.pg-mb-38 {
  margin-bottom: 38px; }

.pg-ml-38 {
  margin-left: 38px; }

.pg-mx-38 {
  margin-left: 38px;
  margin-right: 38px; }

.pg-my-38 {
  margin-top: 38px;
  margin-bottom: 38px; }

.pg-m-38 {
  margin: 38px; }

.pg-pt-38 {
  padding-top: 38px; }

.pg-pr-38 {
  padding-right: 38px; }

.pg-pb-38 {
  padding-bottom: 38px; }

.pg-pl-38 {
  padding-left: 38px; }

.pg-px-38 {
  padding-left: 38px;
  padding-right: 38px; }

.pg-py-38 {
  padding-top: 38px;
  padding-bottom: 38px; }

.pg-p-38 {
  padding: 38px !important; }

.pg-mt-40 {
  margin-top: 40px; }

.pg-mr-40 {
  margin-right: 40px; }

.pg-mb-40 {
  margin-bottom: 40px; }

.pg-ml-40 {
  margin-left: 40px; }

.pg-mx-40 {
  margin-left: 40px;
  margin-right: 40px; }

.pg-my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.pg-m-40 {
  margin: 40px; }

.pg-pt-40 {
  padding-top: 40px; }

.pg-pr-40 {
  padding-right: 40px; }

.pg-pb-40 {
  padding-bottom: 40px; }

.pg-pl-40 {
  padding-left: 40px; }

.pg-px-40 {
  padding-left: 40px;
  padding-right: 40px; }

.pg-py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pg-p-40 {
  padding: 40px !important; }

.pg-mt-42 {
  margin-top: 42px; }

.pg-mr-42 {
  margin-right: 42px; }

.pg-mb-42 {
  margin-bottom: 42px; }

.pg-ml-42 {
  margin-left: 42px; }

.pg-mx-42 {
  margin-left: 42px;
  margin-right: 42px; }

.pg-my-42 {
  margin-top: 42px;
  margin-bottom: 42px; }

.pg-m-42 {
  margin: 42px; }

.pg-pt-42 {
  padding-top: 42px; }

.pg-pr-42 {
  padding-right: 42px; }

.pg-pb-42 {
  padding-bottom: 42px; }

.pg-pl-42 {
  padding-left: 42px; }

.pg-px-42 {
  padding-left: 42px;
  padding-right: 42px; }

.pg-py-42 {
  padding-top: 42px;
  padding-bottom: 42px; }

.pg-p-42 {
  padding: 42px !important; }

.pg-mt-44 {
  margin-top: 44px; }

.pg-mr-44 {
  margin-right: 44px; }

.pg-mb-44 {
  margin-bottom: 44px; }

.pg-ml-44 {
  margin-left: 44px; }

.pg-mx-44 {
  margin-left: 44px;
  margin-right: 44px; }

.pg-my-44 {
  margin-top: 44px;
  margin-bottom: 44px; }

.pg-m-44 {
  margin: 44px; }

.pg-pt-44 {
  padding-top: 44px; }

.pg-pr-44 {
  padding-right: 44px; }

.pg-pb-44 {
  padding-bottom: 44px; }

.pg-pl-44 {
  padding-left: 44px; }

.pg-px-44 {
  padding-left: 44px;
  padding-right: 44px; }

.pg-py-44 {
  padding-top: 44px;
  padding-bottom: 44px; }

.pg-p-44 {
  padding: 44px !important; }

.pg-mt-46 {
  margin-top: 46px; }

.pg-mr-46 {
  margin-right: 46px; }

.pg-mb-46 {
  margin-bottom: 46px; }

.pg-ml-46 {
  margin-left: 46px; }

.pg-mx-46 {
  margin-left: 46px;
  margin-right: 46px; }

.pg-my-46 {
  margin-top: 46px;
  margin-bottom: 46px; }

.pg-m-46 {
  margin: 46px; }

.pg-pt-46 {
  padding-top: 46px; }

.pg-pr-46 {
  padding-right: 46px; }

.pg-pb-46 {
  padding-bottom: 46px; }

.pg-pl-46 {
  padding-left: 46px; }

.pg-px-46 {
  padding-left: 46px;
  padding-right: 46px; }

.pg-py-46 {
  padding-top: 46px;
  padding-bottom: 46px; }

.pg-p-46 {
  padding: 46px !important; }

.pg-mt-48 {
  margin-top: 48px; }

.pg-mr-48 {
  margin-right: 48px; }

.pg-mb-48 {
  margin-bottom: 48px; }

.pg-ml-48 {
  margin-left: 48px; }

.pg-mx-48 {
  margin-left: 48px;
  margin-right: 48px; }

.pg-my-48 {
  margin-top: 48px;
  margin-bottom: 48px; }

.pg-m-48 {
  margin: 48px; }

.pg-pt-48 {
  padding-top: 48px; }

.pg-pr-48 {
  padding-right: 48px; }

.pg-pb-48 {
  padding-bottom: 48px; }

.pg-pl-48 {
  padding-left: 48px; }

.pg-px-48 {
  padding-left: 48px;
  padding-right: 48px; }

.pg-py-48 {
  padding-top: 48px;
  padding-bottom: 48px; }

.pg-p-48 {
  padding: 48px !important; }

.pg-mt-50 {
  margin-top: 50px; }

.pg-mr-50 {
  margin-right: 50px; }

.pg-mb-50 {
  margin-bottom: 50px; }

.pg-ml-50 {
  margin-left: 50px; }

.pg-mx-50 {
  margin-left: 50px;
  margin-right: 50px; }

.pg-my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.pg-m-50 {
  margin: 50px; }

.pg-pt-50 {
  padding-top: 50px; }

.pg-pr-50 {
  padding-right: 50px; }

.pg-pb-50 {
  padding-bottom: 50px; }

.pg-pl-50 {
  padding-left: 50px; }

.pg-px-50 {
  padding-left: 50px;
  padding-right: 50px; }

.pg-py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pg-p-50 {
  padding: 50px !important; }

.pg-mt-52 {
  margin-top: 52px; }

.pg-mr-52 {
  margin-right: 52px; }

.pg-mb-52 {
  margin-bottom: 52px; }

.pg-ml-52 {
  margin-left: 52px; }

.pg-mx-52 {
  margin-left: 52px;
  margin-right: 52px; }

.pg-my-52 {
  margin-top: 52px;
  margin-bottom: 52px; }

.pg-m-52 {
  margin: 52px; }

.pg-pt-52 {
  padding-top: 52px; }

.pg-pr-52 {
  padding-right: 52px; }

.pg-pb-52 {
  padding-bottom: 52px; }

.pg-pl-52 {
  padding-left: 52px; }

.pg-px-52 {
  padding-left: 52px;
  padding-right: 52px; }

.pg-py-52 {
  padding-top: 52px;
  padding-bottom: 52px; }

.pg-p-52 {
  padding: 52px !important; }

.pg-mt-54 {
  margin-top: 54px; }

.pg-mr-54 {
  margin-right: 54px; }

.pg-mb-54 {
  margin-bottom: 54px; }

.pg-ml-54 {
  margin-left: 54px; }

.pg-mx-54 {
  margin-left: 54px;
  margin-right: 54px; }

.pg-my-54 {
  margin-top: 54px;
  margin-bottom: 54px; }

.pg-m-54 {
  margin: 54px; }

.pg-pt-54 {
  padding-top: 54px; }

.pg-pr-54 {
  padding-right: 54px; }

.pg-pb-54 {
  padding-bottom: 54px; }

.pg-pl-54 {
  padding-left: 54px; }

.pg-px-54 {
  padding-left: 54px;
  padding-right: 54px; }

.pg-py-54 {
  padding-top: 54px;
  padding-bottom: 54px; }

.pg-p-54 {
  padding: 54px !important; }

.pg-mt-56 {
  margin-top: 56px; }

.pg-mr-56 {
  margin-right: 56px; }

.pg-mb-56 {
  margin-bottom: 56px; }

.pg-ml-56 {
  margin-left: 56px; }

.pg-mx-56 {
  margin-left: 56px;
  margin-right: 56px; }

.pg-my-56 {
  margin-top: 56px;
  margin-bottom: 56px; }

.pg-m-56 {
  margin: 56px; }

.pg-pt-56 {
  padding-top: 56px; }

.pg-pr-56 {
  padding-right: 56px; }

.pg-pb-56 {
  padding-bottom: 56px; }

.pg-pl-56 {
  padding-left: 56px; }

.pg-px-56 {
  padding-left: 56px;
  padding-right: 56px; }

.pg-py-56 {
  padding-top: 56px;
  padding-bottom: 56px; }

.pg-p-56 {
  padding: 56px !important; }

.pg-mt-58 {
  margin-top: 58px; }

.pg-mr-58 {
  margin-right: 58px; }

.pg-mb-58 {
  margin-bottom: 58px; }

.pg-ml-58 {
  margin-left: 58px; }

.pg-mx-58 {
  margin-left: 58px;
  margin-right: 58px; }

.pg-my-58 {
  margin-top: 58px;
  margin-bottom: 58px; }

.pg-m-58 {
  margin: 58px; }

.pg-pt-58 {
  padding-top: 58px; }

.pg-pr-58 {
  padding-right: 58px; }

.pg-pb-58 {
  padding-bottom: 58px; }

.pg-pl-58 {
  padding-left: 58px; }

.pg-px-58 {
  padding-left: 58px;
  padding-right: 58px; }

.pg-py-58 {
  padding-top: 58px;
  padding-bottom: 58px; }

.pg-p-58 {
  padding: 58px !important; }

.pg-mt-60 {
  margin-top: 60px; }

.pg-mr-60 {
  margin-right: 60px; }

.pg-mb-60 {
  margin-bottom: 60px; }

.pg-ml-60 {
  margin-left: 60px; }

.pg-mx-60 {
  margin-left: 60px;
  margin-right: 60px; }

.pg-my-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.pg-m-60 {
  margin: 60px; }

.pg-pt-60 {
  padding-top: 60px; }

.pg-pr-60 {
  padding-right: 60px; }

.pg-pb-60 {
  padding-bottom: 60px; }

.pg-pl-60 {
  padding-left: 60px; }

.pg-px-60 {
  padding-left: 60px;
  padding-right: 60px; }

.pg-py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.pg-p-60 {
  padding: 60px !important; }

.pg-mt-62 {
  margin-top: 62px; }

.pg-mr-62 {
  margin-right: 62px; }

.pg-mb-62 {
  margin-bottom: 62px; }

.pg-ml-62 {
  margin-left: 62px; }

.pg-mx-62 {
  margin-left: 62px;
  margin-right: 62px; }

.pg-my-62 {
  margin-top: 62px;
  margin-bottom: 62px; }

.pg-m-62 {
  margin: 62px; }

.pg-pt-62 {
  padding-top: 62px; }

.pg-pr-62 {
  padding-right: 62px; }

.pg-pb-62 {
  padding-bottom: 62px; }

.pg-pl-62 {
  padding-left: 62px; }

.pg-px-62 {
  padding-left: 62px;
  padding-right: 62px; }

.pg-py-62 {
  padding-top: 62px;
  padding-bottom: 62px; }

.pg-p-62 {
  padding: 62px !important; }

.pg-mt-64 {
  margin-top: 64px; }

.pg-mr-64 {
  margin-right: 64px; }

.pg-mb-64 {
  margin-bottom: 64px; }

.pg-ml-64 {
  margin-left: 64px; }

.pg-mx-64 {
  margin-left: 64px;
  margin-right: 64px; }

.pg-my-64 {
  margin-top: 64px;
  margin-bottom: 64px; }

.pg-m-64 {
  margin: 64px; }

.pg-pt-64 {
  padding-top: 64px; }

.pg-pr-64 {
  padding-right: 64px; }

.pg-pb-64 {
  padding-bottom: 64px; }

.pg-pl-64 {
  padding-left: 64px; }

.pg-px-64 {
  padding-left: 64px;
  padding-right: 64px; }

.pg-py-64 {
  padding-top: 64px;
  padding-bottom: 64px; }

.pg-p-64 {
  padding: 64px !important; }

.pg-mt-66 {
  margin-top: 66px; }

.pg-mr-66 {
  margin-right: 66px; }

.pg-mb-66 {
  margin-bottom: 66px; }

.pg-ml-66 {
  margin-left: 66px; }

.pg-mx-66 {
  margin-left: 66px;
  margin-right: 66px; }

.pg-my-66 {
  margin-top: 66px;
  margin-bottom: 66px; }

.pg-m-66 {
  margin: 66px; }

.pg-pt-66 {
  padding-top: 66px; }

.pg-pr-66 {
  padding-right: 66px; }

.pg-pb-66 {
  padding-bottom: 66px; }

.pg-pl-66 {
  padding-left: 66px; }

.pg-px-66 {
  padding-left: 66px;
  padding-right: 66px; }

.pg-py-66 {
  padding-top: 66px;
  padding-bottom: 66px; }

.pg-p-66 {
  padding: 66px !important; }

.pg-mt-68 {
  margin-top: 68px; }

.pg-mr-68 {
  margin-right: 68px; }

.pg-mb-68 {
  margin-bottom: 68px; }

.pg-ml-68 {
  margin-left: 68px; }

.pg-mx-68 {
  margin-left: 68px;
  margin-right: 68px; }

.pg-my-68 {
  margin-top: 68px;
  margin-bottom: 68px; }

.pg-m-68 {
  margin: 68px; }

.pg-pt-68 {
  padding-top: 68px; }

.pg-pr-68 {
  padding-right: 68px; }

.pg-pb-68 {
  padding-bottom: 68px; }

.pg-pl-68 {
  padding-left: 68px; }

.pg-px-68 {
  padding-left: 68px;
  padding-right: 68px; }

.pg-py-68 {
  padding-top: 68px;
  padding-bottom: 68px; }

.pg-p-68 {
  padding: 68px !important; }

.pg-mt-70 {
  margin-top: 70px; }

.pg-mr-70 {
  margin-right: 70px; }

.pg-mb-70 {
  margin-bottom: 70px; }

.pg-ml-70 {
  margin-left: 70px; }

.pg-mx-70 {
  margin-left: 70px;
  margin-right: 70px; }

.pg-my-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.pg-m-70 {
  margin: 70px; }

.pg-pt-70 {
  padding-top: 70px; }

.pg-pr-70 {
  padding-right: 70px; }

.pg-pb-70 {
  padding-bottom: 70px; }

.pg-pl-70 {
  padding-left: 70px; }

.pg-px-70 {
  padding-left: 70px;
  padding-right: 70px; }

.pg-py-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.pg-p-70 {
  padding: 70px !important; }

.pg-mt-72 {
  margin-top: 72px; }

.pg-mr-72 {
  margin-right: 72px; }

.pg-mb-72 {
  margin-bottom: 72px; }

.pg-ml-72 {
  margin-left: 72px; }

.pg-mx-72 {
  margin-left: 72px;
  margin-right: 72px; }

.pg-my-72 {
  margin-top: 72px;
  margin-bottom: 72px; }

.pg-m-72 {
  margin: 72px; }

.pg-pt-72 {
  padding-top: 72px; }

.pg-pr-72 {
  padding-right: 72px; }

.pg-pb-72 {
  padding-bottom: 72px; }

.pg-pl-72 {
  padding-left: 72px; }

.pg-px-72 {
  padding-left: 72px;
  padding-right: 72px; }

.pg-py-72 {
  padding-top: 72px;
  padding-bottom: 72px; }

.pg-p-72 {
  padding: 72px !important; }

.pg-mt-74 {
  margin-top: 74px; }

.pg-mr-74 {
  margin-right: 74px; }

.pg-mb-74 {
  margin-bottom: 74px; }

.pg-ml-74 {
  margin-left: 74px; }

.pg-mx-74 {
  margin-left: 74px;
  margin-right: 74px; }

.pg-my-74 {
  margin-top: 74px;
  margin-bottom: 74px; }

.pg-m-74 {
  margin: 74px; }

.pg-pt-74 {
  padding-top: 74px; }

.pg-pr-74 {
  padding-right: 74px; }

.pg-pb-74 {
  padding-bottom: 74px; }

.pg-pl-74 {
  padding-left: 74px; }

.pg-px-74 {
  padding-left: 74px;
  padding-right: 74px; }

.pg-py-74 {
  padding-top: 74px;
  padding-bottom: 74px; }

.pg-p-74 {
  padding: 74px !important; }

.pg-mt-76 {
  margin-top: 76px; }

.pg-mr-76 {
  margin-right: 76px; }

.pg-mb-76 {
  margin-bottom: 76px; }

.pg-ml-76 {
  margin-left: 76px; }

.pg-mx-76 {
  margin-left: 76px;
  margin-right: 76px; }

.pg-my-76 {
  margin-top: 76px;
  margin-bottom: 76px; }

.pg-m-76 {
  margin: 76px; }

.pg-pt-76 {
  padding-top: 76px; }

.pg-pr-76 {
  padding-right: 76px; }

.pg-pb-76 {
  padding-bottom: 76px; }

.pg-pl-76 {
  padding-left: 76px; }

.pg-px-76 {
  padding-left: 76px;
  padding-right: 76px; }

.pg-py-76 {
  padding-top: 76px;
  padding-bottom: 76px; }

.pg-p-76 {
  padding: 76px !important; }

.pg-mt-78 {
  margin-top: 78px; }

.pg-mr-78 {
  margin-right: 78px; }

.pg-mb-78 {
  margin-bottom: 78px; }

.pg-ml-78 {
  margin-left: 78px; }

.pg-mx-78 {
  margin-left: 78px;
  margin-right: 78px; }

.pg-my-78 {
  margin-top: 78px;
  margin-bottom: 78px; }

.pg-m-78 {
  margin: 78px; }

.pg-pt-78 {
  padding-top: 78px; }

.pg-pr-78 {
  padding-right: 78px; }

.pg-pb-78 {
  padding-bottom: 78px; }

.pg-pl-78 {
  padding-left: 78px; }

.pg-px-78 {
  padding-left: 78px;
  padding-right: 78px; }

.pg-py-78 {
  padding-top: 78px;
  padding-bottom: 78px; }

.pg-p-78 {
  padding: 78px !important; }

.pg-mt-80 {
  margin-top: 80px; }

.pg-mr-80 {
  margin-right: 80px; }

.pg-mb-80 {
  margin-bottom: 80px; }

.pg-ml-80 {
  margin-left: 80px; }

.pg-mx-80 {
  margin-left: 80px;
  margin-right: 80px; }

.pg-my-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.pg-m-80 {
  margin: 80px; }

.pg-pt-80 {
  padding-top: 80px; }

.pg-pr-80 {
  padding-right: 80px; }

.pg-pb-80 {
  padding-bottom: 80px; }

.pg-pl-80 {
  padding-left: 80px; }

.pg-px-80 {
  padding-left: 80px;
  padding-right: 80px; }

.pg-py-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pg-p-80 {
  padding: 80px !important; }

.pg-mt-96 {
  margin-top: 96px; }

.pg-mr-96 {
  margin-right: 96px; }

.pg-mb-96 {
  margin-bottom: 96px; }

.pg-ml-96 {
  margin-left: 96px; }

.pg-mx-96 {
  margin-left: 96px;
  margin-right: 96px; }

.pg-my-96 {
  margin-top: 96px;
  margin-bottom: 96px; }

.pg-m-96 {
  margin: 96px; }

.pg-pt-96 {
  padding-top: 96px; }

.pg-pr-96 {
  padding-right: 96px; }

.pg-pb-96 {
  padding-bottom: 96px; }

.pg-pl-96 {
  padding-left: 96px; }

.pg-px-96 {
  padding-left: 96px;
  padding-right: 96px; }

.pg-py-96 {
  padding-top: 96px;
  padding-bottom: 96px; }

.pg-p-96 {
  padding: 96px !important; }

.pg-mt-120 {
  margin-top: 120px; }

.pg-mr-120 {
  margin-right: 120px; }

.pg-mb-120 {
  margin-bottom: 120px; }

.pg-ml-120 {
  margin-left: 120px; }

.pg-mx-120 {
  margin-left: 120px;
  margin-right: 120px; }

.pg-my-120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.pg-m-120 {
  margin: 120px; }

.pg-pt-120 {
  padding-top: 120px; }

.pg-pr-120 {
  padding-right: 120px; }

.pg-pb-120 {
  padding-bottom: 120px; }

.pg-pl-120 {
  padding-left: 120px; }

.pg-px-120 {
  padding-left: 120px;
  padding-right: 120px; }

.pg-py-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.pg-p-120 {
  padding: 120px !important; }

.pg-mt-230 {
  margin-top: 230px; }

.pg-mr-230 {
  margin-right: 230px; }

.pg-mb-230 {
  margin-bottom: 230px; }

.pg-ml-230 {
  margin-left: 230px; }

.pg-mx-230 {
  margin-left: 230px;
  margin-right: 230px; }

.pg-my-230 {
  margin-top: 230px;
  margin-bottom: 230px; }

.pg-m-230 {
  margin: 230px; }

.pg-pt-230 {
  padding-top: 230px; }

.pg-pr-230 {
  padding-right: 230px; }

.pg-pb-230 {
  padding-bottom: 230px; }

.pg-pl-230 {
  padding-left: 230px; }

.pg-px-230 {
  padding-left: 230px;
  padding-right: 230px; }

.pg-py-230 {
  padding-top: 230px;
  padding-bottom: 230px; }

.pg-p-230 {
  padding: 230px !important; }

.pg-btn {
  padding: 12px 10px;
  border: none;
  outline: none;
  border-radius: 4px;
  white-space: nowrap;
  grid-gap: 6px;
  font-family: var(--pg-family);
  line-height: 1; }
  .pg-btn:focus {
    border: none;
    outline: none; }
  .pg-btn .text {
    font-family: var(--pg-family);
    font-size: 12px !important;
    font-weight: 500;
    font-style: normal;
    line-height: 14px;
    color: var(--white-color); }
  .pg-btn.icon-btn {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pg-btn.icon-btn:disabled span {
      color: var(--white-color); }
    .pg-btn.icon-btn span.text {
      margin-right: 8px; }
    .pg-btn.icon-btn span:before {
      color: var(--white-color);
      line-height: 1; }
  .pg-btn.pg-primary-btn {
    color: var(--bg-color);
    background-color: var(--accent-color); }
  .pg-btn.pg-secondary-btn {
    color: var(--black-color);
    background-color: rgba(133, 152, 173, 0.1);
    border: 1px solid var(--border-color); }
    .pg-btn.pg-secondary-btn svg {
      width: 20px;
      height: 21px; }
    .pg-btn.pg-success-btn {
        color: var(--black-color) !important;
        background-color: var(--completed-bg-color) !important;
        border: 1px solid var(--completed-text-color);
    }
    .pg-btn.pg-success-btn svg path {
      fill: var(--completed-text-color); }
    .pg-btn.pg-danger-btn {
        color: var(--black-color) !important;
        background-color: var(--negative-bg-color) !important;
        border: 1px solid var(--negative-text-color);
    }
    .pg-btn.pg-danger-btn svg path {
      fill: var(--negative-text-color); }
    .pg-btn.pg-warning-btn {
        color: #A1460B !important;
        background-color: #FFF4D3 !important;
        border: 1px solid #A1460B;
    }

        .pg-btn.pg-warning-btn img {
            filter: invert(27%) sepia(29%) saturate(6371%) hue-rotate(23deg) brightness(85%) contrast(91%);
        }
  .pg-btn.pg-edit-btn {
    padding: 8px;
    background-color: transparent; }
    .pg-btn.pg-edit-btn:hover {
      background-color: var(--pending-bg-color) !important; }
      .pg-btn.pg-edit-btn:hover svg path {
        fill: var(--pending-text-color); }
  .pg-btn.pg-del-btn {
    padding: 8px;
    background-color: transparent; }
    .pg-btn.pg-del-btn:hover {
      background-color: rgba(241, 186, 186, 0.4) !important; }
      .pg-btn.pg-del-btn:hover svg path {
        fill: var(--past-due-text-color); }
  .pg-btn.outlinebtn {
    border: 1px solid #dadada;
    border-radius: 4px;
    background-color: transparent !important;
    font-size: 14px !important; }
  .pg-btn.pg-outline {
    border: 1px solid #dadada;
    border-radius: 4px;
    background: none;
    padding: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000; }
  .pg-btn.pg-save {
    padding: 8px 36px;
    font-family: var(--pg-family);
    font-size: 12px !important;
    font-weight: normal;
    font-style: normal;
    line-height: 16px;
    color: var(--white-color); }
  .pg-btn.pg-cancel {
    padding: 8px 36px;
    font-family: var(--pg-family);
    font-size: 12px !important;
    font-weight: normal;
    font-style: normal;
    line-height: 16px;
    color: var(--black-color); }

.sidebar {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }
  .sidebar .open-menu-sidebar {
    background-color: unset;
    border: unset;
    display: none; }
  .sidebar-open {
    width: 232px; }
    .sidebar-open .logo-link-close {
      display: none; }
    .sidebar-open .nav-link svg {
      margin-right: 20px; }
  .sidebar-collapse {
    width: 88px !important;
    display: flex; }
    .sidebar-collapse .menu-collapse,
    .sidebar-collapse .logo-link-open,
    .sidebar-collapse h5 {
      display: none; }
    .sidebar-collapse .nav-link svg {
      margin-right: 0px; }
    .sidebar-collapse .sidebar-content {
      display: flex;
      align-items: center;
      width: 100%; }
    .sidebar-collapse .logo-section {
      justify-content: center !important; }
    .sidebar-collapse .menu-section {
      border-bottom: 1px solid var(--border-color);
      width: 100%;
      text-align: center; }
      .sidebar-collapse .menu-section ul {
        width: 100%; }
        .sidebar-collapse .menu-section ul .nav-link:hover {
          background-color: var(--hover-color); }
    .sidebar-collapse a {
      display: flex;
      align-items: center;
      justify-content: center; }
  .sidebar.hoverable-sidebar:hover {
    width: 232px !important;
    transition: width 0.1s ease;
    background-color: var(--white-color);
    z-index: 9999; }
    .sidebar.hoverable-sidebar:hover .open-menu-sidebar {
      display: block; }
    .sidebar.hoverable-sidebar:hover .logo-link-open,
    .sidebar.hoverable-sidebar:hover h5 {
      display: block; }
    .sidebar.hoverable-sidebar:hover .logo-section {
      justify-content: space-between !important; }
    .sidebar.hoverable-sidebar:hover .menu-collapse, .sidebar.hoverable-sidebar:hover .logo-link-close {
      display: none; }
    .sidebar.hoverable-sidebar:hover .nav-list {
      text-align: left; }
    .sidebar.hoverable-sidebar:hover .nav-link {
      justify-content: start; }
      .sidebar.hoverable-sidebar:hover .nav-link svg {
        margin-right: 20px; }
  .sidebar.hoverable-sidebar:not(:hover) .sub-nav-list {
    display: none !important; }
  .sidebar.hoverable-sidebar:not(:hover) .sub-menu::after {
    all: unset !important; }
  .sidebar-active {
    display: flex; }

.sidebar-content {
  height: 100%;
  border-right: 1px solid var(--border-color);
  display: flex;
  flex-direction: column; }
  .sidebar-content .top-section {
    width: 100%; }
  .sidebar-content .logo-section {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px 5px;
    align-items: center; }
    .sidebar-content .logo-section .menu-collapse {
      border: none;
      background: none;
      cursor: pointer; }
  .sidebar-content .menu-section {
    overflow: auto;
    height: calc(100vh - 100px);
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-color); }
    .sidebar-content .menu-section .sub-menu .sub-menu-navlink {
      position: relative; }
      .sidebar-content .menu-section .sub-menu .sub-menu-navlink::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 12px;
        width: 20px;
        height: 20px;
        background-image: url("../img/chevron-right.svg");
        background-repeat: no-repeat;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear; }
      .sidebar-content .menu-section .sub-menu .sub-menu-navlink.rotate:after {
        transform: rotate(180deg);
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear; }
    .sidebar-content .menu-section .sub-nav-list {
      margin-left: 15px !important;
      border-left: 1px solid var(--border-color);
      width: calc(100% - 15px) !important; }
    .sidebar-content .menu-section ul li .nav-link {
      padding: 12px 16px;
      display: flex;
      align-items: flex-start; }
      .sidebar-content .menu-section ul li .nav-link h5 {
        font-weight: 400;
        font-size: 14px !important;
        line-height: 17px;
        height: 100%;
        color: var(--black-color); }
      .sidebar-content .menu-section ul li .nav-link-active {
        background-color: var(--menu-tab-active-color); }
        .sidebar-content .menu-section ul li .nav-link-active h5 {
          font-weight: 500; }
        .sidebar-content .menu-section ul li .nav-link-active svg path {
          fill: var(--accent-color); }
      .sidebar-content .menu-section ul li .nav-link:hover {
        font-weight: 400;
        background-color: var(--hover-color); }
  .sidebar-content .footer-section {
    margin: 5px;
    padding: 0px;
    text-align: center; }
    .sidebar-content .footer-section p {
      font-weight: 400;
      font-size: 12px;
      line-height: 15px;
      color: var(--light-text-color); }

.pinned-menu .sidebar {
    position: relative;
}


.pinned-menu .global-content {
    display: flex;
}

.pinned-menu .logo-section-main, .pinned-menu .open-menu-main {
    display: none !important;
}

header.pg-header {
    width: 100%;
    height: 67px;
    border-bottom: 1px solid var(--border-color);
    padding: 14px 20px;
}
    header.pg-header .header-content {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
        header.pg-header .header-content .start {
            display: flex;
            align-items: center;
        }
        header.pg-header .header-content .end {
            display: flex;
            align-items: center;
            gap: 8px;
        }
            header.pg-header .header-content .end .message .message-btn {
                position: relative;
            }
                header.pg-header .header-content .end .message .message-btn .no-of-message {
                    position: absolute;
                    background: #eb5757;
                    width: 14px;
                    height: 14px;
                    border-radius: 50%;
                    color: white;
                    right: -5px;
                    top: -2px;
                    font-size: 10px;
                    line-height: 12px;
                    font-weight: 700;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            header.pg-header .header-content .end .tools {
                display: flex;
                margin: 0 0px 0px 0px !important;
                align-items: center;
                padding: 8px 24px !important;
                gap: 24px;
                border-left: 1px solid var(--border-color);
            }
            header.pg-header .header-content .end button {
                display: flex;
                gap: 8px;
                background: transparent !important;
                border: unset !important;
            }
      header.pg-header .header-content .end .profile-button {
        padding-left: 10px;
        border-left: 1px solid var(--border-color); }
        header.pg-header .header-content .end .profile-button img {
          max-width: 30px;
          object-fit: contain;
          border-radius: 100%; }
        header.pg-header .header-content .end .profile-button button {
          display: flex;
          gap: 8px;
          background: transparent !important;
          border: unset !important; }
          @media (max-width: 1100px) {
            header.pg-header .header-content .end .profile-button button {
              align-items: flex-end; } }
          header.pg-header .header-content .end .profile-button button .name {
            font-weight: 500;
            font-size: 12px;
            line-height: 13px;
            margin: 0;
            color: var(--black); }
          header.pg-header .header-content .end .profile-button button .role {
            color: var(--light-text-color); }
          header.pg-header .header-content .end .profile-button button:after {
            display: none; }
        header.pg-header .header-content .end .profile-button .profile-description {
          display: flex;
          align-items: flex-end;
          gap: 8px; }
          header.pg-header .header-content .end .profile-button .profile-description .content {
            display: flex;
            flex-direction: column;
            align-items: flex-start; }
            @media (max-width: 1100px) {
              header.pg-header .header-content .end .profile-button .profile-description .content {
                display: none; } }
      header.pg-header .header-content .end .profile-dropdown {
        width: 284px;
        left: unset;
        right: 0;
        padding: 28px 14px;
        border-radius: 4px;
        border-color: var(--border-color); }
        header.pg-header .header-content .end .profile-dropdown .avatar-img img {
          max-width: 30px;
          object-fit: contain;
          border-radius: 100%; }
        header.pg-header .header-content .end .profile-dropdown .name,
        header.pg-header .header-content .end .profile-dropdown .designation,
        header.pg-header .header-content .end .profile-dropdown .role,
        header.pg-header .header-content .end .profile-dropdown .logout-text {
          font-size: 16px;
          font-weight: 500px;
          line-height: 19px;
          margin: 0; }
        header.pg-header .header-content .end .profile-dropdown .user-detail {
          display: flex;
          align-items: center;
          margin-bottom: 20px; }
          header.pg-header .header-content .end .profile-dropdown .user-detail .content {
            display: flex;
            flex-direction: column; }
          header.pg-header .header-content .end .profile-dropdown .user-detail span {
            margin-right: 12px; }
            header.pg-header .header-content .end .profile-dropdown .user-detail span img {
              max-width: 52px;
              object-fit: contain;
              border-radius: 100%; }
        header.pg-header .header-content .end .profile-dropdown .role {
          margin-bottom: 7px; }
        header.pg-header .header-content .end .profile-dropdown .role-tags {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          padding-bottom: 24px !important;
          border-bottom: 1px solid var(--border-color); }
          header.pg-header .header-content .end .profile-dropdown .role-tags .tag {
            display: flex;
            padding: 4px 8px;
            border: 1px solid var(--border-color);
            cursor: pointer;
            border-radius: 4px;
            line-height: 1.2;
            font-size: 12px; }
            header.pg-header .header-content .end .profile-dropdown .role-tags .tag-selected {
              border-color: var(--black); }
              header.pg-header .header-content .end .profile-dropdown .role-tags .tag-selected span {
                color: var(--black);
                font-weight: 500 !important; }
        header.pg-header .header-content .end .profile-dropdown .links {
          display: flex;
          flex-direction: column;
          padding-bottom: 38px;
          padding-top: 8px;
          gap: 8px;
          color: var(--accent-color);
          text-decoration: underline; }
          header.pg-header .header-content .end .profile-dropdown .links .blue-links {
            display: flex;
            color: var(--accent-color-silk-blue); }
        header.pg-header .header-content .end .profile-dropdown .logout {
          display: flex;
          align-items: center;
          text-decoration: none;
          color: var(--black); }
          header.pg-header .header-content .end .profile-dropdown .logout svg {
            margin-right: 9px; }
  header button.open-menu {
    background: none;
    border: none;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    cursor: pointer;
    display: none; }
    header button.open-menu-visible {
      display: flex; }

.header-search {
  position: relative;
  width: 230px;
  max-width: 100%; }
  .header-search .search-icon {
    position: absolute;
    top: 11px;
    left: 8px; }
  .header-search input {
    height: 40px;
    width: 100%;
    padding: 12px 8px 12px 32px;
    border: 1px solid var(--placeholder-color);
    border-radius: 4px;
    font-size: 12px; }
    .header-search input:focus-visible {
      outline: none;
      border: 1px solid var(--text-color-medium); }
    .header-search input:focus + .results {
      display: flex; }
  .header-search .results {
    justify-content: space-between;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 7px !important;
    background-color: var(--white-color);
    margin: 0;
    border: 1px solid var(--text-color-medium);
    border-radius: 4px; }
    .header-search .results a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      position: relative;
      text-align: center;
      width: 72px;
      margin: 0 -1px;
      padding: 6px 0;
      font-weight: 400;
      font-size: 12px !important;
      line-height: 15px;
      color: var(--text-color-medium);
      border-radius: 4px;
      text-decoration: none; }
        .header-search .results a:hover, .header-search .results a.active {
            color: var(--black-color);
            outline: 1px solid var(--border-color);
            background-color: var(--hover-color);
        }
    .header-search .results:focus + .results {
      display: flex; }

.swiper {
  overflow: visible !important; }

.swiper-content {
  width: 214px;
  height: 272px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--border-color); }
  .swiper-content .profile-picture {
    border: 1px solid var(--light-border-color);
    border-radius: 50px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .swiper-content .profile-picture img {
      object-fit: contain;
      border-radius: 100%; }
    .swiper-content .profile-picture::after {
      content: unset !important; }
  .swiper-content .people-name {
    margin-bottom: 8px !important; }

.swiper-button {
  background: white;
  padding: 12px;
  width: 46px !important;
  border-radius: 50%;
  border: 1px solid var(--border-color); }
  .swiper-button::after {
    content: unset !important; }
  .swiper-button-prev {
    transform: rotate(180deg); }

.pg-table {
  margin-top: 32px; }
  .pg-table table {
    min-width: 1150px; }
  .pg-table thead tr {
    border-top: 1px solid var(--border-color); }
    .pg-table thead tr th {
      padding: 14px 24px;
      border-bottom-color: var(--border-color) !important;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: var(--tab-unactive-color);
      position: relative;
      background-repeat: no-repeat;
      background-position: right 10px center; }
      .pg-table thead tr th:last-child {
        background-image: unset; }
      .pg-table thead tr th:not(:last-child) {
        border-right: 1px solid var(--border-color); }
  .pg-table tbody tr td:last-child {
    width: 200px; }
  .pg-table tbody tr td:nth-child(4) {
    width: 150px;
    max-width: 100%; }
  .pg-table tbody td {
    font-family: var(--pg-family);
    font-size: 13px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    color: var(--tab-active-color);
    padding: 12px 24px;
    color: var(--tab-active-color); }
    .pg-table tbody td:not(:last-child) {
      border-right: 1px solid var(--border-color); }
    .pg-table tbody td .name {
      display: flex;
      align-items: center;
      grid-gap: 24px; }
      .pg-table tbody td .name .img-wrapper {
        height: 30px;
        width: 30px; }
        .pg-table tbody td .name .img-wrapper img {
          border-radius: 100%;
          object-fit: cover;
          height: 100%;
          width: 100%; }
    .pg-table tbody td .action-wrapper {
      display: flex;
      align-items: center;
      grid-gap: 24px; }


    .pg-app-fixed-layout {
        width: 100% !important;
        table-layout: fixed !important;
    }

    .pg-app-fixed-layout thead,
    .pg-app-fixed-layout tbody {
        width: 100% !important;
    }

    .pg-app-fixed-layout thead tr th,
    .pg-app-fixed-layout tbody tr td {
        width: auto !important;
        text-align: left !important;
    }

        .pg-app-fixed-layout thead tr th:first-child,
        .pg-app-fixed-layout tbody tr td:first-child {
            max-width: 60% !important;
            width: 60% !important;
            white-space: wrap;
        }

    .pg-app-fixed-layout thead tr th,
    .pg-app-fixed-layout tbody tr td {
        max-width: 20% !important;
        width: 20% !important;
        white-space: wrap;
    }

.status {
  padding: 5px 10px;
  text-transform: capitalize; }
  .status.past-due {
    color: var(--past-due-text-color);
    background-color: var(--past-due-bg-color); }
  .status.pending {
    color: var(--pending-text-color);
    background-color: var(--pending-bg-color); }
  .status.approved {
    color: var(--approved-text-color);
    background-color: var(--approved-bg-color); }
  .status.completed {
    color: var(--completed-text-color);
    background-color: var(--completed-bg-color); }
  .status.dark {
    color: var(--white-color);
    background-color: var(--black-color); }
    .status.denied, .status.rejected {
        color: var(--denied-text-color);
        background-color: var(--denied-bg-color);
    }
  .status.not-intersted {
    color: var(--not-intersted-text-color);
    background-color: var(--not-intersted-bg-color); }
  .status.chip {
    color: var(--black-color);
    background-color: var(--default-status-bg); }


input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: block;
  position: absolute;
  background-image: url("../img/calander.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left;
  bottom: 0;
  cursor: pointer;
  height: auto;
  margin-right: 4px !important;
  right: 0;
  top: 0;
  width: 16px; }

.calander {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding-left: 5px !important;
  position: relative;
  width: 100%; }

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 8px; }
  .pagination-wrapper h6 {
    font-size: 12px;
    line-height: 1.2;
    color: var(--black-color);
    margin: 0;
    padding: 0; }
  .pagination-wrapper .form-select {
    max-width: 126px;
    font-size: 12px; }
  .pagination-wrapper .pagination .page-item a {
    font-size: 12px;
    padding: 7px;
    color: var(--black-color); }
  .pagination-wrapper .pagination .page-item.disabled a i {
    color: var(--border-color); }

.filter-results {
  display: none;
  align-items: center;
  justify-content: space-between; }
  .filter-results-show {
    display: flex; }
  .filter-results .status-chips {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    padding: 16px 0px 0 0; }
    .filter-results .status-chips .status-label {
      font-size: 14px;
      line-height: 17px;
      color: #c4c4c4; }
    .filter-results .status-chips ul {
      display: flex;
      grid-gap: 10px; }
      .filter-results .status-chips ul li {
        display: flex;
        align-items: center;
        grid-gap: 6px; }
        .filter-results .status-chips ul li svg path {
          fill: var(--placeholder-color); }
  .filter-results .filter-btn {
    cursor: pointer; }
    .filter-results .filter-btn a {
      text-decoration: underline !important;
      color: var(--accent-color) !important; }

.location-table .name-details {
  display: flex;
  flex-direction: column; }
  .location-table .name-details span {
    color: var(--black-color); }
    .location-table .name-details span:first-child {
      font-size: 16px; }
    .location-table .name-details span:last-child {
      font-size: 12px; }

.location-table td:last-child {
  width: unset !important; }

.location-table .images-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 10px; }
  .location-table .images-wrapper span {
    text-decoration: underline;
    color: var(--text-color-medium);
    font-weight: 500; }

.location-table .reports-list {
  display: flex; }
  .location-table .reports-list li {
    margin-left: -13px;
    cursor: pointer;
    z-index: 0; }
    .location-table .reports-list li .img-wrapper {
      height: 30px;
      width: 30px; }
      .location-table .reports-list li .img-wrapper img {
        border-radius: 100%;
        outline: 2px solid white;
        object-fit: cover;
        height: 100%;
        width: 100%; }
    .location-table .reports-list li:hover {
      z-index: 1; }

.search-filter-dropdown {
  display: flex;
  align-items: center;
  grid-gap: 8px; }

.droppable-area1 .draggable-item {
  margin-bottom: 20px; }
  .droppable-area1 .draggable-item .hover-profile-dropdown {
    border-radius: 8px;
    width: 282px;
    outline: 1px solid var(--border-color);
    border: none;
    padding: 0px; }
    .droppable-area1 .draggable-item .hover-profile-dropdown img {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .droppable-area1 .draggable-item .hover-profile-dropdown .follow-user {
      padding: 16px; }
      .droppable-area1 .draggable-item .hover-profile-dropdown .follow-user .username {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 16px; }
        .droppable-area1 .draggable-item .hover-profile-dropdown .follow-user .username .follow {
          color: var(--accent-color); }
      .droppable-area1 .draggable-item .hover-profile-dropdown .follow-user .user-contact {
        display: flex;
        gap: 6px;
        color: var(--text-color-medium);
        margin-bottom: 8px; }
      .droppable-area1 .draggable-item .hover-profile-dropdown .follow-user .underline {
        font-size: 12px !important;
        text-decoration: underline;
        color: var(--black-color);
        font-weight: 500; }
    .droppable-area1 .draggable-item .hover-profile-dropdown .footer {
      padding: 14px 12px;
      display: flex;
      justify-content: center;
      gap: 8px;
      align-items: center;
      background: var(--dark-bg-color); }
      .droppable-area1 .draggable-item .hover-profile-dropdown .footer button {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: var(--black-color);
        padding: 6px 0px;
        width: 126px;
        text-align: center;
        background-color: var(--white-color);
        border: none;
        border-radius: 4px; }

.droppable-area1 .draggable-item-content {
  background: var(--white-color);
  border: 1px solid var(--border-color);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 24px 20px 35px;
  position: relative; }
  .droppable-area1 .draggable-item-content:hover {
    border: 1px solid var(--black-color);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    position: relative;
    background-image: url("../img/drag-icon.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%; }
  .droppable-area1 .draggable-item-content.slider-draggable {
    overflow-x: hidden; }
    .droppable-area1 .draggable-item-content.slider-draggable .slider-heading {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 32px; }
  .droppable-area1 .draggable-item-content .pg-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px; }
    .droppable-area1 .draggable-item-content .pg-card-top .dropdowns {
      display: flex;
      align-items: center;
      gap: 12px; }
      .droppable-area1 .draggable-item-content .pg-card-top .dropdowns .options-dropdown {
        background: #f6f6f6;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3px;
        border-radius: 4px;
        width: 30px;
        border: none; }
        .droppable-area1 .draggable-item-content .pg-card-top .dropdowns .options-dropdown:focus {
          outline: 1px solid var(--grey-color);
          box-shadow: unset; }
        .droppable-area1 .draggable-item-content .pg-card-top .dropdowns .options-dropdown:hover {
          outline: 1px solid var(--grey-color); }
        .droppable-area1 .draggable-item-content .pg-card-top .dropdowns .options-dropdown::after {
          all: unset; }
      .droppable-area1 .draggable-item-content .pg-card-top .dropdowns .options-dropdown-menu {
        padding: 5px 0 !important; }
        .droppable-area1 .draggable-item-content .pg-card-top .dropdowns .options-dropdown-menu .dropdown-item {
          display: flex;
          align-items: center;
          padding: 7px 16px !important; }
          .droppable-area1 .draggable-item-content .pg-card-top .dropdowns .options-dropdown-menu .dropdown-item:hover {
            background-color: var(--menu-tab-active-color); }
          .droppable-area1 .draggable-item-content .pg-card-top .dropdowns .options-dropdown-menu .dropdown-item:focus {
            background-color: var(--menu-tab-active-color); }
        .droppable-area1 .draggable-item-content .pg-card-top .dropdowns .options-dropdown-menu span {
          font-weight: 500; }
        .droppable-area1 .draggable-item-content .pg-card-top .dropdowns .options-dropdown-menu svg {
          margin-right: 12px; }
  .droppable-area1 .draggable-item-content .chart-section {
    text-align: center; }
  .droppable-area1 .draggable-item-content .inner-card-wrapper {
    margin-bottom: 16px; }
  .droppable-area1 .draggable-item-content .inner-card-content {
    padding: 16px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px; }
    .droppable-area1 .draggable-item-content .inner-card-content .status-section {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px; }
    .droppable-area1 .draggable-item-content .inner-card-content .flagged-section {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 16px; }
      .droppable-area1 .draggable-item-content .inner-card-content .flagged-section .task-name {
        font-weight: 400;
        line-height: 1.6; }
    .droppable-area1 .draggable-item-content .inner-card-content .bot-section {
      display: flex;
      justify-content: space-between; }
      .droppable-area1 .draggable-item-content .inner-card-content .bot-section .details {
        display: flex;
        align-items: center;
        gap: 16px; }
        .droppable-area1 .draggable-item-content .inner-card-content .bot-section .details li {
          font-weight: 500;
          font-size: 12px;
          line-height: 15px;
          color: var(--medium-grey-color);
          position: relative;
          padding-left: 8px; }
          .droppable-area1 .draggable-item-content .inner-card-content .bot-section .details li::before {
            content: "";
            width: 4px;
            height: 4px;
            background-color: var(--black-color);
            position: absolute;
            left: 0;
            top: 40%;
            border-radius: 50%; }
      .droppable-area1 .draggable-item-content .inner-card-content .bot-section .buttons {
        display: flex;
        gap: 6px; }
        .droppable-area1 .draggable-item-content .inner-card-content .bot-section .buttons .small-btns {
          font-weight: 400;
          display: flex;
          gap: 2px;
          align-items: center;
          background-color: transparent;
          font-size: 12px;
          line-height: 15px;
          padding: 2px 4px;
          border: 1px solid var(--border-color);
          border-radius: 4px; }

.empty-widget-area {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: dashed !important; }
  .empty-widget-area:hover {
    border: 1px solid var(--black-color) !important;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    position: relative; }

.status {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--black-color);
  padding: 5px 8px;
  border-radius: 4px;
  border: none;
  width: fit-content; }
  .status-past-due {
    color: var(--past-due-text-color);
    background-color: var(--past-due-bg-color); }
  .status-completed {
    color: var(--completed-text-color);
    background-color: var(--completed-bg-color); }
  .status-pending {
    color: var(--pending-text-color);
    background-color: var(--pending-bg-color); }
  .status-workflow {
    background-color: var(--workflow-bg-color); }

.employee-dropdown {
  width: 180px;
  padding: 8px;
  position: relative;
  border: 1px solid #DADADA;
  border-radius: 4px;
  display: flex;
  align-items: center;
  max-height: 40px;
  margin-right: 0px;
  cursor: pointer; }
  .employee-dropdown:focus, .employee-dropdown:hover {
    border-color: var(--grey-color); }
  .employee-dropdown .heading-six {
    margin-right: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .employee-dropdown .working {
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #C4C4C4;
    top: 4px;
    left: 50px; }
  .employee-dropdown .employee-select {
    display: flex;
    align-items: end;
    gap: 12px;
    width: 100%; }
    .employee-dropdown .employee-select img {
      width: 30px;
      height: 30px;
      max-width: 30px;
      object-fit: contain;
      border-radius: 100%; }

.header-dropdown {
  display: none;
  background: var(--white-color);
  border: 1px solid var(--grey-color);
  border-radius: 4px;
  z-index: 999;
  position: absolute;
  width: 270px;
  height: 330px;
  padding: 30px 24px;
  top: 40px;
  left: 0; }
  .header-dropdown .main-heading {
    margin-bottom: 8px; }
  .header-dropdown.show {
    display: block; }
  .header-dropdown #filter-search {
    width: 100%;
    outline: 1px solid var(--placeholder-color);
    border: none;
    border-radius: 4px;
    padding: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--black-color);
    margin-bottom: 15px; }
  .header-dropdown .dropdown-element {
    height: calc(100% - 100px);
    overflow: auto; }
    .header-dropdown .dropdown-element::-webkit-scrollbar {
      width: 3px !important;
      height: 0.1px;
      border-radius: 16px; }
    .header-dropdown .dropdown-element .element {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 10px; }
      .header-dropdown .dropdown-element .element img {
        max-width: 30px;
        object-fit: contain;
        border-radius: 100%; }
      .header-dropdown .dropdown-element .element:last-child {
        margin: 0; }
  .header-dropdown .footer {
    border-top: 1px solid var(--border-color);
    padding-top: 5px;
    margin-top: 15px; }
    .header-dropdown .footer a {
      text-decoration: none; }
      .header-dropdown .footer a svg {
        margin-left: 10px; }

.system-libray-modal {
  width: 600px !important;
  position: relative; }
  .system-libray-modal .system-libray-modal-header {
    padding: 64px 32px 24px; }
    .system-libray-modal .system-libray-modal-header button {
      background: none !important;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      position: absolute;
      right: 18px;
      top: 18px; }
      .system-libray-modal .system-libray-modal-header button:focus {
        box-shadow: unset; }
  .system-libray-modal .system-libray-modal-body {
    padding: 0px 32px 64px; }
    .system-libray-modal .system-libray-modal-body .search-wrapper {
      margin-bottom: 16px; }
      .system-libray-modal .system-libray-modal-body .search-wrapper .filter-search {
        width: 100%; }
    .system-libray-modal .system-libray-modal-body .widget-wrapper {
      display: flex;
      gap: 24px;
      padding-right: 10px;
      overflow-y: auto;
      height: calc(100% - 220px);
      margin-bottom: 40px; }
      .system-libray-modal .system-libray-modal-body .widget-wrapper:last-child {
        margin-bottom: 0px; }
      .system-libray-modal .system-libray-modal-body .widget-wrapper img {
        max-width: 210px;
        outline: 1px solid var(--border-color);
        border-radius: 8px; }
      .system-libray-modal .system-libray-modal-body .widget-wrapper .widget-details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start; }
      .system-libray-modal .system-libray-modal-body .widget-wrapper p {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: var(--text-color-medium); }
      .system-libray-modal .system-libray-modal-body .widget-wrapper .widget-btn {
        padding: 6px 12px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: var(--white-color); }
        .system-libray-modal .system-libray-modal-body .widget-wrapper .widget-btn-add {
          display: none;
          background-color: var(--accent-color); }
        .system-libray-modal .system-libray-modal-body .widget-wrapper .widget-btn-added {
          display: none;
          background-color: var(--add-color); }
        .system-libray-modal .system-libray-modal-body .widget-wrapper .widget-btn-show {
          display: flex; }

.offcanvas .headerr {
  padding: 64px 32px 24px !important; }
    .offcanvas .headerr button {
        background: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 18px;
        top: 18px;
    }
        .offcanvas .headerr button:focus {
            box-shadow: unset;
        }

.upper-form {
  padding-bottom: 56px; }

.pg-form label {
  font-family: var(--pg-family);
  font-size: 13px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 17px;
  color: var(--regular-gray-text-color); }

.pg-form input {
  font-family: var(--Font-Family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--regular-gray-text-color); }

.pg-form .form-control:focus {
  color: #212529;
  background-color: none !important;
  border: 1px solid var(--grey-color);
  outline: 0;
  box-shadow: none !important; }

.pg-form .form-control {
    padding: 5px;
}

.all-dropdown .dropDown {
  border: 1px solid var(--placeholder-color);
  border-radius: 4px; }
  .all-dropdown .dropDown .btn-group.open .dropdown-menu {
    display: block;
    top: 30px; }
    .all-dropdown .dropDown .btn-group.open .dropdown-menu li a .checkbox {
      padding: 7px !important; }
  .all-dropdown .dropDown .btn-group .multiselec-btn {
    display: flex;
    grid-gap: 12px;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
    width: 178px;
    text-transform: capitalize; }
    .all-dropdown .dropDown .btn-group .multiselec-btn span {
      font-size: 16px;
      font-weight: 600; }
    .all-dropdown .dropDown .btn-group .multiselec-btn:active, .all-dropdown .dropDown .btn-group .multiselec-btn:focus {
      background-color: white !important;
      border: none !important;
      box-shadow: none !important; }
  .all-dropdown .dropDown .btn-group .caret {
    display: none !important; }
  .all-dropdown .dropDown .btn-group .dropdown-toggle::after {
    border: none !important;
    background-image: url(../../assets/img/arrow-down.svg);
    width: 10px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat; }
  .all-dropdown .dropDown .btn-group .dropdown-menu .active a {
    background-color: var(--bg-color);
    border: none; }
    .all-dropdown .dropDown .btn-group .dropdown-menu .active a.focus {
      outline: none !important; }
    .all-dropdown .dropDown .btn-group .dropdown-menu .active a.hover {
      outline: none !important; }

.all-dropdown .pill-chip {
  display: flex;
  grid-gap: 15px;
  margin-top: 17px !important;
  margin-bottom: 17px !important; }
  .all-dropdown .pill-chip .chip-item {
    background: red;
    display: flex;
    align-items: center;
    grid-gap: 6px;
    border-radius: 4px;
    padding: 2px 4px !important;
    cursor: pointer; }
    .all-dropdown .pill-chip .chip-itemimg {
      cursor: pointer; }

.global-wrapper {
  height: 100vh; }
  .global-wrapper .global-content {
    height: 100%; }
  .global-wrapper .main {
    height: 100%; }
    .global-wrapper .main-open {
      margin-left: 0px; }
    .global-wrapper .main-close {
      margin-left: 88px;
      width: calc(100% - 88px); }
    .global-wrapper .main .main-section-wrapper {
        overflow: auto;
        height: calc(100% - 68px);
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0px;
    }

    .global-wrapper .main .main-section-wrapper-pinned {
        height: calc(100% - 108px);
    }

    .global-wrapper .main .main-section-wrapper-pinned-expanded {
        height: calc(100% - 149px);
    }

.main-section-wrapper .main-section-content {
  padding: 46px 24px;
  padding-top: 0px;
  padding-left: 0px;
}
  .main-section-wrapper .main-section-content .main-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px; }
  .main-section-wrapper .main-section-content .pg-card {
    margin-bottom: 24px; }
    .main-section-wrapper .main-section-content .pg-card .pg-card-content {
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: space-between;
      background: var(--white);
      border: 1px solid var(--border-color);
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      padding: 20px; }
      .main-section-wrapper .main-section-content .pg-card .pg-card-content .pg-card-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 14px; }
        .main-section-wrapper .main-section-content .pg-card .pg-card-content .pg-card-top .sub-title {
          font-weight: 500;
          font-size: 14px;
          line-height: 16px;
          color: var(--text-color-medium);
          margin: 0; }
      .main-section-wrapper .main-section-content .pg-card .pg-card-content .percentage-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 7px; }
        .main-section-wrapper .main-section-content .pg-card .pg-card-content .percentage-area .percentage {
          font-weight: 700;
          font-size: 48px;
          line-height: 56px;
          color: var(--black-color);
          margin: 0; }
        .main-section-wrapper .main-section-content .pg-card .pg-card-content .percentage-area .direction {
          display: flex;
          font-weight: 600;
          font-size: 16px;
          line-height: 19px;
          text-align: right;
          align-items: center;
          margin: 0; }
          .main-section-wrapper .main-section-content .pg-card .pg-card-content .percentage-area .direction .icon {
            padding: 2px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 5px; }
          .main-section-wrapper .main-section-content .pg-card .pg-card-content .percentage-area .direction-positive {
            color: var(--positive-text-color); }
            .main-section-wrapper .main-section-content .pg-card .pg-card-content .percentage-area .direction-positive .icon {
              background: var(--completed-bg-color); }
          .main-section-wrapper .main-section-content .pg-card .pg-card-content .percentage-area .direction-negative {
            color: var(--negative-text-color); }
            .main-section-wrapper .main-section-content .pg-card .pg-card-content .percentage-area .direction-negative .icon {
              background: var(--negative-bg-color); }
              .main-section-wrapper .main-section-content .pg-card .pg-card-content .percentage-area .direction-negative .icon svg {
                transform: rotate(180deg); }
                .main-section-wrapper .main-section-content .pg-card .pg-card-content .percentage-area .direction-negative .icon svg path {
                  fill: var(--negative-text-color); }
      .main-section-wrapper .main-section-content .pg-card .pg-card-content .content {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: var(--black-color);
        margin: 0; }
        .main-section-wrapper .main-section-content .pg-card .pg-card-content .content .highlight {
          font-weight: 400;
          font-size: 12px;
          line-height: 15px;
          color: var(--black-color); }
          .main-section-wrapper .main-section-content .pg-card .pg-card-content .content .highlight-green {
            color: var(--positive-text-color); }
          .main-section-wrapper .main-section-content .pg-card .pg-card-content .content .highlight-red {
            color: var(--negative-text-color); }
      .main-section-wrapper .main-section-content .pg-card .pg-card-content .team-members .team-member {
        padding-left: 5px;
        margin-bottom: 10px; }
        .main-section-wrapper .main-section-content .pg-card .pg-card-content .team-members .team-member .team-redirect {
          display: flex;
          gap: 12px;
          align-items: center;
          text-decoration: none; }
          .main-section-wrapper .main-section-content .pg-card .pg-card-content .team-members .team-member .team-redirect img {
            max-width: 26px;
            object-fit: contain;
            border-radius: 100%; }
          .main-section-wrapper .main-section-content .pg-card .pg-card-content .team-members .team-member .team-redirect .member-name {
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            color: var(--black-color);
            margin: 0; }
        .main-section-wrapper .main-section-content .pg-card .pg-card-content .team-members .team-member:last-child {
          margin: 0; }
  .main-section-wrapper .main-section-content .droppable-area1 .draggable-item-content {
    background: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 24px 20px 35px; }
    .main-section-wrapper .main-section-content .droppable-area1 .draggable-item-content:hover {
      border: 1px solid var(--black-color);
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
      border-radius: 4px;
      background-image: url("../img/drag-icon.svg");
      background-repeat: no-repeat;
      background-position: right 12px bottom 12px;
      background-size: 16px 16px; }

.dashboard-selects {
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  color: var(--dark-text-color) !important;
  border: none !important; }
  .dashboard-selects:focus, .dashboard-selects:hover {
    outline: 1px solid var(--border-color) !important;
    color: var(--black-color) !important;
    font-weight: 600 !important;
    box-shadow: unset !important; }

.hover-profile-dropdown {
  position: fixed;
  z-index: 9999;
  background: white;
  display: none;
  top: initial; }
  .hover-profile-dropdown.show {
    display: block; }

.double-multiselects .all-dropdown-dashboard {
  display: flex; }
  .double-multiselects .all-dropdown-dashboard .dropDown {
    width: 100%;
    border-radius: unset;
    border-right: unset; }
    .double-multiselects .all-dropdown-dashboard .dropDown:first-child {
      border-top-left-radius: 4px; }
    .double-multiselects .all-dropdown-dashboard .dropDown .btn-group {
      width: 100%; }
      .double-multiselects .all-dropdown-dashboard .dropDown .btn-group .multiselec-btn {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-transform: capitalize;
        color: #5f5f5f; }
    .double-multiselects .all-dropdown-dashboard .dropDown .dropdown-menu {
      top: 40px !important;
      width: 100%; }
      .double-multiselects .all-dropdown-dashboard .dropDown .dropdown-menu a {
        display: block; }
        .double-multiselects .all-dropdown-dashboard .dropDown .dropdown-menu a:hover {
          background-color: var(--menu-tab-active-color) !important; }
        .double-multiselects .all-dropdown-dashboard .dropDown .dropdown-menu a label {
          width: 100%; }
  .double-multiselects .all-dropdown-dashboard button {
    border-radius: unset;
    border-top-right-radius: 4px; }

.double-multiselects .status-chips {
  padding: 5px;
  border: 1px solid var(--placeholder-color);
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .double-multiselects .status-chips .pill-chip,
  .double-multiselects .status-chips .pill-chip-single {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }

.dashboard-dropdown button {
  background: none;
  border: none;
  display: flex;
  box-shadow: unset; }
  .dashboard-dropdown button::after {
    content: "";
    background-image: url("../img/chevron-right.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center 10px right 0px; }
  .dashboard-dropdown button:hover, .dashboard-dropdown button:active:focus, .dashboard-dropdown button:active, .dashboard-dropdown button:focus {
    background: none;
    border: none;
    box-shadow: unset; }

.dashboard-dropdown .dropdown-menu {
  padding: 5px 0 !important;
  width: 100%; }
  .dashboard-dropdown .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 7px 16px !important;
    font-family: var(--Font-Family);
    font-size: 12px !important;
    font-weight: 500;
    font-style: normal;
    line-height: 14px;
    color: var(--grey-color); }
    .dashboard-dropdown .dropdown-menu .dropdown-item:focus, .dashboard-dropdown .dropdown-menu .dropdown-item:active, .dashboard-dropdown .dropdown-menu .dropdown-item:hover {
      background-color: var(--menu-tab-active-color); }

body {
  font-family: var(--pg-family); }

.page-header {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  margin-bottom: 10px !important; }

.pg-pl-12 {
  padding-left: 12px !important; }

.dropDown-select {
  border-bottom: 1px solid #dadada; }
  .dropDown-select .btn-group {
    border-bottom: 2px solid; }
    .dropDown-select .btn-group.open .dropdown-menu {
      display: block;
      top: 30px; }
      .dropDown-select .btn-group.open .dropdown-menu li a .checkbox {
        padding: 7px !important; }
    .dropDown-select .btn-group .multiselec-btn {
      font-family: var(--pg-family);
      font-size: 16px !important;
      font-weight: 600;
      font-style: normal;
      line-height: 14px;
      color: var(--white-color);
      cursor: pointer;
      all: unset;
      display: flex;
      grid-gap: 12px;
      align-items: center; }
      .dropDown-select .btn-group .multiselec-btn span {
        font-size: 16px;
        font-weight: 600; }
      .dropDown-select .btn-group .multiselec-btn:active, .dropDown-select .btn-group .multiselec-btn:focus {
        background-color: white !important;
        border: none !important;
        box-shadow: none !important; }
    .dropDown-select .btn-group .caret {
      display: none !important; }
    .dropDown-select .btn-group .dropdown-toggle::after {
      border: none !important;
      background-image: url(../../assets/img/arrow-down.svg);
      width: 10px;
      height: 10px;
      background-position: center;
      background-repeat: no-repeat; }
    .dropDown-select .btn-group .underline-no {
      text-decoration: none; }
    .dropDown-select .btn-group .dropdown-menu .active a {
      background-color: var(--bg-color);
      border: none; }
      .dropDown-select .btn-group .dropdown-menu .active a.focus {
        outline: none !important; }
      .dropDown-select .btn-group .dropdown-menu .active a.hover {
        outline: none !important; }

.pills-wrapper {
  display: flex;
  grid-gap: 15px;
  margin-top: 17px !important;
  margin-bottom: 17px !important; }
  .pills-wrapper .pill-item {
    background-color: rgba(241, 186, 186, 0.4);
    display: flex;
    align-items: center;
    grid-gap: 6px;
    border-radius: 4px;
    padding: 6px 4px;
    cursor: pointer; }
    .pills-wrapper .pill-item:first-child {
      background-color: #faeccc; }
    .pills-wrapper .pill-item:nth-child(3) {
      background-color: #e5f3d9; }
    .pills-wrapper .pill-item:last-child {
      background-color: #c6e0f8; }

.search-wrapper {
  display: flex;
  grid-gap: 10px;
  padding-bottom: 2px; }
  .search-wrapper .filter-search {
    position: relative;
    min-width: 200px;
    width: 376px; }
    .search-wrapper .filter-search .search-icon {
      position: absolute;
      top: 11px;
      left: 8px; }
    .search-wrapper .filter-search input.search-input {
        height: 40px;
        width: 100%;
        padding: 12px 14px 12px 35px;
        border: 1px solid var(--placeholder-color);
        border-radius: 4px;
        font-size: 12px;
    }
        .search-wrapper .filter-search input.search-input:focus-visible {
            outline: none;
            border: 1px solid var(--text-color-medium);
        }
        .search-wrapper .filter-search input.search-input:focus + .results {
            display: flex;
        }
      .search-wrapper .filter-search .dropdown-center .dropdown-toggle:after {
        display: none !important; }
  .search-wrapper .calander,
  .search-wrapper .status {
    max-width: 100%;
    width: 178px;
    height: 40px; }
  .search-wrapper .form-select {
    max-width: 100%;
    height: 40px; }

.new-records-wrapper .record {
  padding: 30px 0; }
  .new-records-wrapper .record h2 {
    font-size: 20px !important; }

.workflow .modal-header {
  grid-gap: 20px;
  padding: 52px;
  padding-bottom: 0px !important;
  align-items: flex-start; }
    .workflow .modal-header .btn-close, .pg-overlay-btn.btn-close {
        font-size: 8px;
        border-radius: 100%;
        padding: 7px 8px !important;
        border: 1px solid var(--border-color);
    }

.workflow .modal-body {
  padding: 52px; }
  .workflow .modal-body .user-details {
    display: flex;
    grid-gap: 58px;
    margin-bottom: 52px; }
    .workflow .modal-body .user-details .name {
      display: flex;
      align-items: center;
      grid-gap: 4px; }
      .workflow .modal-body .user-details .name .image-wrapper {
        height: 32px;
        width: 32px; }
        .workflow .modal-body .user-details .name .image-wrapper img {
          border-radius: 100%; }
  .workflow .modal-body .phase-wrapper .p-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px; }
  .workflow .modal-body .phase-wrapper .phase-list {
    border-left: 2px dashed var(--border-color);
    margin-bottom: 24px; }
    .workflow .modal-body .phase-wrapper .phase-list.row {
      margin-left: 0;
      margin-right: 0; }
    .workflow .modal-body .phase-wrapper .phase-list .phase .username {
      display: flex;
      align-items: center;
      grid-gap: 4px;
      margin-bottom: 8px; }
      .workflow .modal-body .phase-wrapper .phase-list .phase .username .image-wrapper {
        height: 24px;
        width: 24px; }
        .workflow .modal-body .phase-wrapper .phase-list .phase .username .image-wrapper img {
          border-radius: 100%; }
      .workflow .modal-body .phase-wrapper .phase-list .phase .username .name {
        font-weight: 600 !important;
        color: var(--black-color); }
    .workflow .modal-body .phase-wrapper .phase-list .phase .status-date {
      display: flex;
      grid-gap: 6px;
      align-items: center;
      margin-left: 32px; }
      .workflow .modal-body .phase-wrapper .phase-list .phase .status-date span {
        font-size: 12px !important; }
        .workflow .modal-body .phase-wrapper .phase-list .phase .status-date span:last-child {
          font-size: 10px !important; }

.custom-check-box {
  display: none; }
  .custom-check-box + label {
    display: inline-block;
    height: 28px;
    width: 28px;
    border-radius: 9px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin: 0 5px 2px 0; }
    .custom-check-box + label::before {
      font-family: "FontAwesome";
      content: "\f00c";
      color: #fff;
      font-size: 18px;
      border-radius: 4px;
      position: absolute;
      top: 4px;
      left: 5px;
      opacity: 0;
      transform: scale(0);
      transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946); }
  .custom-check-box:checked + label {
    background-color: #6eba44; }
    .custom-check-box:checked + label::before {
      opacity: 1;
      transform: scale(1); }

.color-panel-wrapper {
  width: 330px !important; }
  .color-panel-wrapper .color-panel .maintitle {
    font-family: var(--pg-family);
    font-size: 16px !important;
    font-weight: 700;
    font-style: normal;
    line-height: 19px;
    color: var(--black-color); }
  .color-panel-wrapper .color-panel section {
    padding: 25px 0 25px 0;
    border-bottom: 1px solid var(--border-color); }
    .color-panel-wrapper .color-panel section .title {
      font-family: var(--pg-family);
      font-size: 14px !important;
      font-weight: 400;
      font-style: normal;
      line-height: 17px;
      color: var(--black-color); }
    .color-panel-wrapper .color-panel section .form-select {
      color: #c4c4c4;
      text-transform: capitalize; }
    .color-panel-wrapper .color-panel section .selected-text {
      font-family: var(--pg-family);
      font-size: 14px !important;
      font-weight: 400;
      font-style: normal;
      line-height: 17px;
      color: #5f5f5f; }
    .color-panel-wrapper .color-panel section p {
      margin-bottom: 24px; }
  .color-panel-wrapper .color-panel .select-bg {
    display: flex;
    grid-gap: 4px;
    flex-wrap: wrap; }
    .color-panel-wrapper .color-panel .select-bg li {
      height: 34px;
      width: 34px;
      border-radius: 100%; }
      .color-panel-wrapper .color-panel .select-bg li:first-child {
        background-color: var(--bg-color-carousel-pink); }
      .color-panel-wrapper .color-panel .select-bg li:nth-child(2) {
        background-color: var(--bg-color-biloba-flower); }
      .color-panel-wrapper .color-panel .select-bg li:nth-child(3) {
        background-color: var(--bg-color-link-water); }
      .color-panel-wrapper .color-panel .select-bg li:nth-child(4) {
        background-color: var(--bg-color-link-water-light); }
      .color-panel-wrapper .color-panel .select-bg li:nth-child(5) {
        background-color: var(--bg-color-dutch-white); }
      .color-panel-wrapper .color-panel .select-bg li:nth-child(6) {
        background-color: var(--bg-color-tropical-blue); }
      .color-panel-wrapper .color-panel .select-bg li:nth-child(7) {
        background-color: var(--bg-color-pale-aqua); }
      .color-panel-wrapper .color-panel .select-bg li:nth-child(8) {
        background-color: var(--bg-color-dawn-pink); }
      .color-panel-wrapper .color-panel .select-bg li:nth-child(9) {
        background-color: var(--bg-color-alabaster); }
      .color-panel-wrapper .color-panel .select-bg li:nth-child(10) {
        background-color: var(--bg-color-default); }
      .color-panel-wrapper .color-panel .select-bg li.active {
        border: 1px solid #c4c4c4;
        background-image: url(../../assets/img/tic.svg);
        background-position: center;
        background-repeat: no-repeat; }
  .color-panel-wrapper .color-panel .accent-color {
    display: flex;
    grid-gap: 4px;
    flex-wrap: wrap; }
    .color-panel-wrapper .color-panel .accent-color li {
      height: 34px;
      width: 34px;
      border-radius: 100%; }
      .color-panel-wrapper .color-panel .accent-color li:nth-child(1) {
        background-color: var(--accent-color); }
      .color-panel-wrapper .color-panel .accent-color li:nth-child(2) {
        background-color: var(--accent-color-tulip-pink); }
      .color-panel-wrapper .color-panel .accent-color li:nth-child(3) {
        background-color: var(--accent-color-sea-turtle-green); }
      .color-panel-wrapper .color-panel .accent-color li:nth-child(4) {
        background-color: var(--accent-color-silk-blue); }
      .color-panel-wrapper .color-panel .accent-color li:nth-child(5) {
        background-color: var(--accent-color-carbon-grey); }
      .color-panel-wrapper .color-panel .accent-color li:nth-child(6) {
        background-color: var(--accent-color-red-brown); }
      .color-panel-wrapper .color-panel .accent-color li:nth-child(7) {
        background-color: var(--accent-color-dark-orange); }
      .color-panel-wrapper .color-panel .accent-color li:nth-child(8) {
        background-color: var(--accent-color-olive); }
      .color-panel-wrapper .color-panel .accent-color li:nth-child(9) {
        background-color: var(--accent-color-golden); }
      .color-panel-wrapper .color-panel .accent-color li:nth-child(10) {
        background-color: var(--accent-color-davy-grey); }
      .color-panel-wrapper .color-panel .accent-color li:nth-child(11) {
        background-color: var(--accent-color-pale-red); }
      .color-panel-wrapper .color-panel .accent-color li:nth-child(12) {
        background-color: var(--accent-color-orange-gold); }
      .color-panel-wrapper .color-panel .accent-color li.active {
        background-image: url(../../assets/img/wtic.svg);
        background-position: center;
        background-repeat: no-repeat; }

a.u-n {
  text-decoration: none !important; }

html {
    --pg-family: "Inter", sans-serif;
    --bg-color: #ffffff;
    --bg-color-carousel-pink: #f1e1e9;
    --bg-color-biloba-flower: #b3a5ed;
    --bg-color-link-water: #d6e4ee;
    --bg-color-link-water-light: #dbe2fccc;
    --bg-color-dutch-white: #fef7df;
    --bg-color-tropical-blue: #c6e0f8cc;
    --bg-color-pale-aqua: #b3dbd8b2;
    --bg-color-dawn-pink: #f7e7e9;
    --bg-color-alabaster: #f9fbff;
    --bg-color-default: #ffffff;
    --accent-color: #095aa5;
    --accent-color-tulip-pink: #cc4086;
    --accent-color-sea-turtle-green: #519d82;
    --accent-color-olive: #4b8e2e;
    --accent-color-carbon-grey: #5f5f5f;
    --accent-color-red-brown: #b13434;
    --accent-color-dark-orange: #fc7c00;
    --accent-color-silk-blue: #4d76d9;
    --accent-color-golden: #f3c316;
    --accent-color-davy-grey: #475467;
    --accent-color-pale-red: #df5e5e;
    --accent-color-orange-gold: #d0a300;
    --accent-color-default: #095aa5;
    --border-color: #eaeaea;
    --hover-color: #f7f7f7be;
    --text-color-dark: #000000;
    --text-color-medium: #5f5f5f;
    --placeholder-color: #c4c4c4;
    --icon-color: #5f5f5f;
    --menu-tab-active-color: #f8f8f8;
    --tab-unactive-color: #5f5f5f;
    --tab-active-color: #000000;
    --white-color: #ffffff;
    --black-color: #000000;
    --grey-color: #5f5f5f;
    --medium-grey-color: #707070;
    --light-text-color: #c4c4c4;
    --scroll-color: #c4c4c4;
    --light-border-color: #eeeeee;
    --dark-bg-color: #f3f3f3;
    --add-color: #78c059;
    --pending-bg-color: #fef7df;
    --pending-text-color: #ba9514;
    --past-due-bg-color: #f1baba66;
    --past-due-text-color: #af4444;
    --negative-text-color: #df5e5e;
    --negative-bg-color: #df5e5e1a;
    --workflow-bg-color: #8598ad1a;
    --approved-bg-color: #50ac281a;
    --approved-text-color: #4f9331;
    --completed-bg-color: #78c0591a;
    --completed-text-color: #4f9331;
    --denied-bg-color: #fef2e9;
    --denied-text-color: #ed7722;
    --not-intersted-bg-color: rgba(112, 0, 255, 0.08);
    --not-intersted-text-color: #734ca4;
    --positive-text-color: #50ac28;
    --default-status-bg: #f0f3f6;
    --not-submitted-bg-color: #f0f3f6;
    --accent-color-light: #1688e1;
    --placeholder-background-color: #f9fafd;
}

.pg-mt-0 {
  margin-top: 0px; }

.pg-mr-0 {
  margin-right: 0px; }

.pg-mb-0 {
  margin-bottom: 0px; }

.pg-ml-0 {
  margin-left: 0px; }

.pg-mx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.pg-my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.pg-m-0 {
  margin: 0px; }

.pg-pt-0 {
  padding-top: 0px; }

.pg-pr-0 {
  padding-right: 0px; }

.pg-pb-0 {
  padding-bottom: 0px; }

.pg-pl-0 {
  padding-left: 0px; }

.pg-px-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pg-py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.pg-p-0 {
  padding: 0px !important; }

.pg-mt-2 {
  margin-top: 2px; }

.pg-mr-2 {
  margin-right: 2px; }

.pg-mb-2 {
  margin-bottom: 2px; }

.pg-ml-2 {
  margin-left: 2px; }

.pg-mx-2 {
  margin-left: 2px;
  margin-right: 2px; }

.pg-my-2 {
  margin-top: 2px;
  margin-bottom: 2px; }

.pg-m-2 {
  margin: 2px; }

.pg-pt-2 {
  padding-top: 2px; }

.pg-pr-2 {
  padding-right: 2px; }

.pg-pb-2 {
  padding-bottom: 2px; }

.pg-pl-2 {
  padding-left: 2px; }

.pg-px-2 {
  padding-left: 2px;
  padding-right: 2px; }

.pg-py-2 {
  padding-top: 2px;
  padding-bottom: 2px; }

.pg-p-2 {
  padding: 2px !important; }

.pg-mt-4 {
  margin-top: 4px; }

.pg-mr-4 {
  margin-right: 4px; }

.pg-mb-4 {
  margin-bottom: 4px; }

.pg-ml-4 {
  margin-left: 4px; }

.pg-mx-4 {
  margin-left: 4px;
  margin-right: 4px; }

.pg-my-4 {
  margin-top: 4px;
  margin-bottom: 4px; }

.pg-m-4 {
  margin: 4px; }

.pg-pt-4 {
  padding-top: 4px; }

.pg-pr-4 {
  padding-right: 4px; }

.pg-pb-4 {
  padding-bottom: 4px; }

.pg-pl-4 {
  padding-left: 4px; }

.pg-px-4 {
  padding-left: 4px;
  padding-right: 4px; }

.pg-py-4 {
  padding-top: 4px;
  padding-bottom: 4px; }

.pg-p-4 {
  padding: 4px !important; }

.pg-mt-6 {
  margin-top: 6px; }

.pg-mr-6 {
  margin-right: 6px; }

.pg-mb-6 {
  margin-bottom: 6px; }

.pg-ml-6 {
  margin-left: 6px; }

.pg-mx-6 {
  margin-left: 6px;
  margin-right: 6px; }

.pg-my-6 {
  margin-top: 6px;
  margin-bottom: 6px; }

.pg-m-6 {
  margin: 6px; }

.pg-pt-6 {
  padding-top: 6px; }

.pg-pr-6 {
  padding-right: 6px; }

.pg-pb-6 {
  padding-bottom: 6px; }

.pg-pl-6 {
  padding-left: 6px; }

.pg-px-6 {
  padding-left: 6px;
  padding-right: 6px; }

.pg-py-6 {
  padding-top: 6px;
  padding-bottom: 6px; }

.pg-p-6 {
  padding: 6px !important; }

.pg-mt-8 {
  margin-top: 8px; }

.pg-mr-8 {
  margin-right: 8px; }

.pg-mb-8 {
  margin-bottom: 8px; }

.pg-ml-8 {
  margin-left: 8px; }

.pg-mx-8 {
  margin-left: 8px;
  margin-right: 8px; }

.pg-my-8 {
  margin-top: 8px;
  margin-bottom: 8px; }

.pg-m-8 {
  margin: 8px; }

.pg-pt-8 {
  padding-top: 8px; }

.pg-pr-8 {
  padding-right: 8px; }

.pg-pb-8 {
  padding-bottom: 8px; }

.pg-pl-8 {
  padding-left: 8px; }

.pg-px-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pg-py-8 {
  padding-top: 8px;
  padding-bottom: 8px; }

.pg-p-8 {
  padding: 8px !important; }

.pg-mt-10 {
  margin-top: 10px; }

.pg-mr-10 {
  margin-right: 10px; }

.pg-mb-10 {
  margin-bottom: 10px; }

.pg-ml-10 {
  margin-left: 10px; }

.pg-mx-10 {
  margin-left: 10px;
  margin-right: 10px; }

.pg-my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.pg-m-10 {
  margin: 10px; }

.pg-pt-10 {
  padding-top: 10px; }

.pg-pr-10 {
  padding-right: 10px; }

.pg-pb-10 {
  padding-bottom: 10px; }

.pg-pl-10 {
  padding-left: 10px; }

.pg-px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.pg-py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pg-p-10 {
  padding: 10px !important; }

.pg-mt-12 {
  margin-top: 12px; }

.pg-mr-12 {
  margin-right: 12px; }

.pg-mb-12 {
  margin-bottom: 12px; }

.pg-ml-12 {
  margin-left: 12px; }

.pg-mx-12 {
  margin-left: 12px;
  margin-right: 12px; }

.pg-my-12 {
  margin-top: 12px;
  margin-bottom: 12px; }

.pg-m-12 {
  margin: 12px; }

.pg-pt-12 {
  padding-top: 12px; }

.pg-pr-12 {
  padding-right: 12px; }

.pg-pb-12 {
  padding-bottom: 12px; }

.pg-pl-12 {
  padding-left: 12px; }

.pg-px-12 {
  padding-left: 12px;
  padding-right: 12px; }

.pg-py-12 {
  padding-top: 12px;
  padding-bottom: 12px; }

.pg-p-12 {
  padding: 12px !important; }

.pg-mt-14 {
  margin-top: 14px; }

.pg-mr-14 {
  margin-right: 14px; }

.pg-mb-14 {
  margin-bottom: 14px; }

.pg-ml-14 {
  margin-left: 14px; }

.pg-mx-14 {
  margin-left: 14px;
  margin-right: 14px; }

.pg-my-14 {
  margin-top: 14px;
  margin-bottom: 14px; }

.pg-m-14 {
  margin: 14px; }

.pg-pt-14 {
  padding-top: 14px; }

.pg-pr-14 {
  padding-right: 14px; }

.pg-pb-14 {
  padding-bottom: 14px; }

.pg-pl-14 {
  padding-left: 14px; }

.pg-px-14 {
  padding-left: 14px;
  padding-right: 14px; }

.pg-py-14 {
  padding-top: 14px;
  padding-bottom: 14px; }

.pg-p-14 {
  padding: 14px !important; }

.pg-mt-16 {
  margin-top: 16px; }

.pg-mr-16 {
  margin-right: 16px; }

.pg-mb-16 {
  margin-bottom: 16px; }

.pg-ml-16 {
  margin-left: 16px; }

.pg-mx-16 {
  margin-left: 16px;
  margin-right: 16px; }

.pg-my-16 {
  margin-top: 16px;
  margin-bottom: 16px; }

.pg-m-16 {
  margin: 16px; }

.pg-pt-16 {
  padding-top: 16px; }

.pg-pr-16 {
  padding-right: 16px; }

.pg-pb-16 {
  padding-bottom: 16px; }

.pg-pl-16 {
  padding-left: 16px; }

.pg-px-16 {
  padding-left: 16px;
  padding-right: 16px; }

.pg-py-16 {
  padding-top: 16px;
  padding-bottom: 16px; }

.pg-p-16 {
  padding: 16px !important; }

.pg-mt-18 {
  margin-top: 18px; }

.pg-mr-18 {
  margin-right: 18px; }

.pg-mb-18 {
  margin-bottom: 18px; }

.pg-ml-18 {
  margin-left: 18px; }

.pg-mx-18 {
  margin-left: 18px;
  margin-right: 18px; }

.pg-my-18 {
  margin-top: 18px;
  margin-bottom: 18px; }

.pg-m-18 {
  margin: 18px; }

.pg-pt-18 {
  padding-top: 18px; }

.pg-pr-18 {
  padding-right: 18px; }

.pg-pb-18 {
  padding-bottom: 18px; }

.pg-pl-18 {
  padding-left: 18px; }

.pg-px-18 {
  padding-left: 18px;
  padding-right: 18px; }

.pg-py-18 {
  padding-top: 18px;
  padding-bottom: 18px; }

.pg-p-18 {
  padding: 18px !important; }

.pg-mt-20 {
  margin-top: 20px; }

.pg-mr-20 {
  margin-right: 20px; }

.pg-mb-20 {
  margin-bottom: 20px; }

.pg-ml-20 {
  margin-left: 20px; }

.pg-mx-20 {
  margin-left: 20px;
  margin-right: 20px; }

.pg-my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.pg-m-20 {
  margin: 20px; }

.pg-pt-20 {
  padding-top: 20px; }

.pg-pr-20 {
  padding-right: 20px; }

.pg-pb-20 {
  padding-bottom: 20px; }

.pg-pl-20 {
  padding-left: 20px; }

.pg-px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.pg-py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pg-p-20 {
  padding: 20px !important; }

.pg-mt-22 {
  margin-top: 22px; }

.pg-mr-22 {
  margin-right: 22px; }

.pg-mb-22 {
  margin-bottom: 22px; }

.pg-ml-22 {
  margin-left: 22px; }

.pg-mx-22 {
  margin-left: 22px;
  margin-right: 22px; }

.pg-my-22 {
  margin-top: 22px;
  margin-bottom: 22px; }

.pg-m-22 {
  margin: 22px; }

.pg-pt-22 {
  padding-top: 22px; }

.pg-pr-22 {
  padding-right: 22px; }

.pg-pb-22 {
  padding-bottom: 22px; }

.pg-pl-22 {
  padding-left: 22px; }

.pg-px-22 {
  padding-left: 22px;
  padding-right: 22px; }

.pg-py-22 {
  padding-top: 22px;
  padding-bottom: 22px; }

.pg-p-22 {
  padding: 22px !important; }

.pg-mt-24 {
  margin-top: 24px; }

.pg-mr-24 {
  margin-right: 24px; }

.pg-mb-24 {
  margin-bottom: 24px; }

.pg-ml-24 {
  margin-left: 24px; }

.pg-mx-24 {
  margin-left: 24px;
  margin-right: 24px; }

.pg-my-24 {
  margin-top: 24px;
  margin-bottom: 24px; }

.pg-m-24 {
  margin: 24px; }

.pg-pt-24 {
  padding-top: 24px; }

.pg-pr-24 {
  padding-right: 24px; }

.pg-pb-24 {
  padding-bottom: 24px; }

.pg-pl-24 {
  padding-left: 24px; }

.pg-px-24 {
  padding-left: 24px;
  padding-right: 24px; }

.pg-py-24 {
  padding-top: 24px;
  padding-bottom: 24px; }

.pg-p-24 {
  padding: 24px !important; }

.pg-mt-26 {
  margin-top: 26px; }

.pg-mr-26 {
  margin-right: 26px; }

.pg-mb-26 {
  margin-bottom: 26px; }

.pg-ml-26 {
  margin-left: 26px; }

.pg-mx-26 {
  margin-left: 26px;
  margin-right: 26px; }

.pg-my-26 {
  margin-top: 26px;
  margin-bottom: 26px; }

.pg-m-26 {
  margin: 26px; }

.pg-pt-26 {
  padding-top: 26px; }

.pg-pr-26 {
  padding-right: 26px; }

.pg-pb-26 {
  padding-bottom: 26px; }

.pg-pl-26 {
  padding-left: 26px; }

.pg-px-26 {
  padding-left: 26px;
  padding-right: 26px; }

.pg-py-26 {
  padding-top: 26px;
  padding-bottom: 26px; }

.pg-p-26 {
  padding: 26px !important; }

.pg-mt-28 {
  margin-top: 28px; }

.pg-mr-28 {
  margin-right: 28px; }

.pg-mb-28 {
  margin-bottom: 28px; }

.pg-ml-28 {
  margin-left: 28px; }

.pg-mx-28 {
  margin-left: 28px;
  margin-right: 28px; }

.pg-my-28 {
  margin-top: 28px;
  margin-bottom: 28px; }

.pg-m-28 {
  margin: 28px; }

.pg-pt-28 {
  padding-top: 28px; }

.pg-pr-28 {
  padding-right: 28px; }

.pg-pb-28 {
  padding-bottom: 28px; }

.pg-pl-28 {
  padding-left: 28px; }

.pg-px-28 {
  padding-left: 28px;
  padding-right: 28px; }

.pg-py-28 {
  padding-top: 28px;
  padding-bottom: 28px; }

.pg-p-28 {
  padding: 28px !important; }

.pg-mt-30 {
  margin-top: 30px; }

.pg-mr-30 {
  margin-right: 30px; }

.pg-mb-30 {
  margin-bottom: 30px; }

.pg-ml-30 {
  margin-left: 30px; }

.pg-mx-30 {
  margin-left: 30px;
  margin-right: 30px; }

.pg-my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.pg-m-30 {
  margin: 30px; }

.pg-pt-30 {
  padding-top: 30px; }

.pg-pr-30 {
  padding-right: 30px; }

.pg-pb-30 {
  padding-bottom: 30px; }

.pg-pl-30 {
  padding-left: 30px; }

.pg-px-30 {
  padding-left: 30px;
  padding-right: 30px; }

.pg-py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pg-p-30 {
  padding: 30px !important; }

.pg-mt-32 {
  margin-top: 32px; }

.pg-mr-32 {
  margin-right: 32px; }

.pg-mb-32 {
  margin-bottom: 32px; }

.pg-ml-32 {
  margin-left: 32px; }

.pg-mx-32 {
  margin-left: 32px;
  margin-right: 32px; }

.pg-my-32 {
  margin-top: 32px;
  margin-bottom: 32px; }

.pg-m-32 {
  margin: 32px; }

.pg-pt-32 {
  padding-top: 32px; }

.pg-pr-32 {
  padding-right: 32px; }

.pg-pb-32 {
  padding-bottom: 32px; }

.pg-pl-32 {
  padding-left: 32px; }

.pg-px-32 {
  padding-left: 32px;
  padding-right: 32px; }

.pg-py-32 {
  padding-top: 32px;
  padding-bottom: 32px; }

.pg-p-32 {
  padding: 32px !important; }

.pg-mt-34 {
  margin-top: 34px; }

.pg-mr-34 {
  margin-right: 34px; }

.pg-mb-34 {
  margin-bottom: 34px; }

.pg-ml-34 {
  margin-left: 34px; }

.pg-mx-34 {
  margin-left: 34px;
  margin-right: 34px; }

.pg-my-34 {
  margin-top: 34px;
  margin-bottom: 34px; }

.pg-m-34 {
  margin: 34px; }

.pg-pt-34 {
  padding-top: 34px; }

.pg-pr-34 {
  padding-right: 34px; }

.pg-pb-34 {
  padding-bottom: 34px; }

.pg-pl-34 {
  padding-left: 34px; }

.pg-px-34 {
  padding-left: 34px;
  padding-right: 34px; }

.pg-py-34 {
  padding-top: 34px;
  padding-bottom: 34px; }

.pg-p-34 {
  padding: 34px !important; }

.pg-mt-36 {
  margin-top: 36px; }

.pg-mr-36 {
  margin-right: 36px; }

.pg-mb-36 {
  margin-bottom: 36px; }

.pg-ml-36 {
  margin-left: 36px; }

.pg-mx-36 {
  margin-left: 36px;
  margin-right: 36px; }

.pg-my-36 {
  margin-top: 36px;
  margin-bottom: 36px; }

.pg-m-36 {
  margin: 36px; }

.pg-pt-36 {
  padding-top: 36px; }

.pg-pr-36 {
  padding-right: 36px; }

.pg-pb-36 {
  padding-bottom: 36px; }

.pg-pl-36 {
  padding-left: 36px; }

.pg-px-36 {
  padding-left: 36px;
  padding-right: 36px; }

.pg-py-36 {
  padding-top: 36px;
  padding-bottom: 36px; }

.pg-p-36 {
  padding: 36px !important; }

.pg-mt-38 {
  margin-top: 38px; }

.pg-mr-38 {
  margin-right: 38px; }

.pg-mb-38 {
  margin-bottom: 38px; }

.pg-ml-38 {
  margin-left: 38px; }

.pg-mx-38 {
  margin-left: 38px;
  margin-right: 38px; }

.pg-my-38 {
  margin-top: 38px;
  margin-bottom: 38px; }

.pg-m-38 {
  margin: 38px; }

.pg-pt-38 {
  padding-top: 38px; }

.pg-pr-38 {
  padding-right: 38px; }

.pg-pb-38 {
  padding-bottom: 38px; }

.pg-pl-38 {
  padding-left: 38px; }

.pg-px-38 {
  padding-left: 38px;
  padding-right: 38px; }

.pg-py-38 {
  padding-top: 38px;
  padding-bottom: 38px; }

.pg-p-38 {
  padding: 38px !important; }

.pg-mt-40 {
  margin-top: 40px; }

.pg-mr-40 {
  margin-right: 40px; }

.pg-mb-40 {
  margin-bottom: 40px; }

.pg-ml-40 {
  margin-left: 40px; }

.pg-mx-40 {
  margin-left: 40px;
  margin-right: 40px; }

.pg-my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.pg-m-40 {
  margin: 40px; }

.pg-pt-40 {
  padding-top: 40px; }

.pg-pr-40 {
  padding-right: 40px; }

.pg-pb-40 {
  padding-bottom: 40px; }

.pg-pl-40 {
  padding-left: 40px; }

.pg-px-40 {
  padding-left: 40px;
  padding-right: 40px; }

.pg-py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pg-p-40 {
  padding: 40px !important; }

.pg-mt-42 {
  margin-top: 42px; }

.pg-mr-42 {
  margin-right: 42px; }

.pg-mb-42 {
  margin-bottom: 42px; }

.pg-ml-42 {
  margin-left: 42px; }

.pg-mx-42 {
  margin-left: 42px;
  margin-right: 42px; }

.pg-my-42 {
  margin-top: 42px;
  margin-bottom: 42px; }

.pg-m-42 {
  margin: 42px; }

.pg-pt-42 {
  padding-top: 42px; }

.pg-pr-42 {
  padding-right: 42px; }

.pg-pb-42 {
  padding-bottom: 42px; }

.pg-pl-42 {
  padding-left: 42px; }

.pg-px-42 {
  padding-left: 42px;
  padding-right: 42px; }

.pg-py-42 {
  padding-top: 42px;
  padding-bottom: 42px; }

.pg-p-42 {
  padding: 42px !important; }

.pg-mt-44 {
  margin-top: 44px; }

.pg-mr-44 {
  margin-right: 44px; }

.pg-mb-44 {
  margin-bottom: 44px; }

.pg-ml-44 {
  margin-left: 44px; }

.pg-mx-44 {
  margin-left: 44px;
  margin-right: 44px; }

.pg-my-44 {
  margin-top: 44px;
  margin-bottom: 44px; }

.pg-m-44 {
  margin: 44px; }

.pg-pt-44 {
  padding-top: 44px; }

.pg-pr-44 {
  padding-right: 44px; }

.pg-pb-44 {
  padding-bottom: 44px; }

.pg-pl-44 {
  padding-left: 44px; }

.pg-px-44 {
  padding-left: 44px;
  padding-right: 44px; }

.pg-py-44 {
  padding-top: 44px;
  padding-bottom: 44px; }

.pg-p-44 {
  padding: 44px !important; }

.pg-mt-46 {
  margin-top: 46px; }

.pg-mr-46 {
  margin-right: 46px; }

.pg-mb-46 {
  margin-bottom: 46px; }

.pg-ml-46 {
  margin-left: 46px; }

.pg-mx-46 {
  margin-left: 46px;
  margin-right: 46px; }

.pg-my-46 {
  margin-top: 46px;
  margin-bottom: 46px; }

.pg-m-46 {
  margin: 46px; }

.pg-pt-46 {
  padding-top: 46px; }

.pg-pr-46 {
  padding-right: 46px; }

.pg-pb-46 {
  padding-bottom: 46px; }

.pg-pl-46 {
  padding-left: 46px; }

.pg-px-46 {
  padding-left: 46px;
  padding-right: 46px; }

.pg-py-46 {
  padding-top: 46px;
  padding-bottom: 46px; }

.pg-p-46 {
  padding: 46px !important; }

.pg-mt-48 {
  margin-top: 48px; }

.pg-mr-48 {
  margin-right: 48px; }

.pg-mb-48 {
  margin-bottom: 48px; }

.pg-ml-48 {
  margin-left: 48px; }

.pg-mx-48 {
  margin-left: 48px;
  margin-right: 48px; }

.pg-my-48 {
  margin-top: 48px;
  margin-bottom: 48px; }

.pg-m-48 {
  margin: 48px; }

.pg-pt-48 {
  padding-top: 48px; }

.pg-pr-48 {
  padding-right: 48px; }

.pg-pb-48 {
  padding-bottom: 48px; }

.pg-pl-48 {
  padding-left: 48px; }

.pg-px-48 {
  padding-left: 48px;
  padding-right: 48px; }

.pg-py-48 {
  padding-top: 48px;
  padding-bottom: 48px; }

.pg-p-48 {
  padding: 48px !important; }

.pg-mt-50 {
  margin-top: 50px; }

.pg-mr-50 {
  margin-right: 50px; }

.pg-mb-50 {
  margin-bottom: 50px; }

.pg-ml-50 {
  margin-left: 50px; }

.pg-mx-50 {
  margin-left: 50px;
  margin-right: 50px; }

.pg-my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.pg-m-50 {
  margin: 50px; }

.pg-pt-50 {
  padding-top: 50px; }

.pg-pr-50 {
  padding-right: 50px; }

.pg-pb-50 {
  padding-bottom: 50px; }

.pg-pl-50 {
  padding-left: 50px; }

.pg-px-50 {
  padding-left: 50px;
  padding-right: 50px; }

.pg-py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pg-p-50 {
  padding: 50px !important; }

.pg-mt-52 {
  margin-top: 52px; }

.pg-mr-52 {
  margin-right: 52px; }

.pg-mb-52 {
  margin-bottom: 52px; }

.pg-ml-52 {
  margin-left: 52px; }

.pg-mx-52 {
  margin-left: 52px;
  margin-right: 52px; }

.pg-my-52 {
  margin-top: 52px;
  margin-bottom: 52px; }

.pg-m-52 {
  margin: 52px; }

.pg-pt-52 {
  padding-top: 52px; }

.pg-pr-52 {
  padding-right: 52px; }

.pg-pb-52 {
  padding-bottom: 52px; }

.pg-pl-52 {
  padding-left: 52px; }

.pg-px-52 {
  padding-left: 52px;
  padding-right: 52px; }

.pg-py-52 {
  padding-top: 52px;
  padding-bottom: 52px; }

.pg-p-52 {
  padding: 52px !important; }

.pg-mt-54 {
  margin-top: 54px; }

.pg-mr-54 {
  margin-right: 54px; }

.pg-mb-54 {
  margin-bottom: 54px; }

.pg-ml-54 {
  margin-left: 54px; }

.pg-mx-54 {
  margin-left: 54px;
  margin-right: 54px; }

.pg-my-54 {
  margin-top: 54px;
  margin-bottom: 54px; }

.pg-m-54 {
  margin: 54px; }

.pg-pt-54 {
  padding-top: 54px; }

.pg-pr-54 {
  padding-right: 54px; }

.pg-pb-54 {
  padding-bottom: 54px; }

.pg-pl-54 {
  padding-left: 54px; }

.pg-px-54 {
  padding-left: 54px;
  padding-right: 54px; }

.pg-py-54 {
  padding-top: 54px;
  padding-bottom: 54px; }

.pg-p-54 {
  padding: 54px !important; }

.pg-mt-56 {
  margin-top: 56px; }

.pg-mr-56 {
  margin-right: 56px; }

.pg-mb-56 {
  margin-bottom: 56px; }

.pg-ml-56 {
  margin-left: 56px; }

.pg-mx-56 {
  margin-left: 56px;
  margin-right: 56px; }

.pg-my-56 {
  margin-top: 56px;
  margin-bottom: 56px; }

.pg-m-56 {
  margin: 56px; }

.pg-pt-56 {
  padding-top: 56px; }

.pg-pr-56 {
  padding-right: 56px; }

.pg-pb-56 {
  padding-bottom: 56px; }

.pg-pl-56 {
  padding-left: 56px; }

.pg-px-56 {
  padding-left: 56px;
  padding-right: 56px; }

.pg-py-56 {
  padding-top: 56px;
  padding-bottom: 56px; }

.pg-p-56 {
  padding: 56px !important; }

.pg-mt-58 {
  margin-top: 58px; }

.pg-mr-58 {
  margin-right: 58px; }

.pg-mb-58 {
  margin-bottom: 58px; }

.pg-ml-58 {
  margin-left: 58px; }

.pg-mx-58 {
  margin-left: 58px;
  margin-right: 58px; }

.pg-my-58 {
  margin-top: 58px;
  margin-bottom: 58px; }

.pg-m-58 {
  margin: 58px; }

.pg-pt-58 {
  padding-top: 58px; }

.pg-pr-58 {
  padding-right: 58px; }

.pg-pb-58 {
  padding-bottom: 58px; }

.pg-pl-58 {
  padding-left: 58px; }

.pg-px-58 {
  padding-left: 58px;
  padding-right: 58px; }

.pg-py-58 {
  padding-top: 58px;
  padding-bottom: 58px; }

.pg-p-58 {
  padding: 58px !important; }

.pg-mt-60 {
  margin-top: 60px; }

.pg-mr-60 {
  margin-right: 60px; }

.pg-mb-60 {
  margin-bottom: 60px; }

.pg-ml-60 {
  margin-left: 60px; }

.pg-mx-60 {
  margin-left: 60px;
  margin-right: 60px; }

.pg-my-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.pg-m-60 {
  margin: 60px; }

.pg-pt-60 {
  padding-top: 60px; }

.pg-pr-60 {
  padding-right: 60px; }

.pg-pb-60 {
  padding-bottom: 60px; }

.pg-pl-60 {
  padding-left: 60px; }

.pg-px-60 {
  padding-left: 60px;
  padding-right: 60px; }

.pg-py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.pg-p-60 {
  padding: 60px !important; }

.pg-mt-62 {
  margin-top: 62px; }

.pg-mr-62 {
  margin-right: 62px; }

.pg-mb-62 {
  margin-bottom: 62px; }

.pg-ml-62 {
  margin-left: 62px; }

.pg-mx-62 {
  margin-left: 62px;
  margin-right: 62px; }

.pg-my-62 {
  margin-top: 62px;
  margin-bottom: 62px; }

.pg-m-62 {
  margin: 62px; }

.pg-pt-62 {
  padding-top: 62px; }

.pg-pr-62 {
  padding-right: 62px; }

.pg-pb-62 {
  padding-bottom: 62px; }

.pg-pl-62 {
  padding-left: 62px; }

.pg-px-62 {
  padding-left: 62px;
  padding-right: 62px; }

.pg-py-62 {
  padding-top: 62px;
  padding-bottom: 62px; }

.pg-p-62 {
  padding: 62px !important; }

.pg-mt-64 {
  margin-top: 64px; }

.pg-mr-64 {
  margin-right: 64px; }

.pg-mb-64 {
  margin-bottom: 64px; }

.pg-ml-64 {
  margin-left: 64px; }

.pg-mx-64 {
  margin-left: 64px;
  margin-right: 64px; }

.pg-my-64 {
  margin-top: 64px;
  margin-bottom: 64px; }

.pg-m-64 {
  margin: 64px; }

.pg-pt-64 {
  padding-top: 64px; }

.pg-pr-64 {
  padding-right: 64px; }

.pg-pb-64 {
  padding-bottom: 64px; }

.pg-pl-64 {
  padding-left: 64px; }

.pg-px-64 {
  padding-left: 64px;
  padding-right: 64px; }

.pg-py-64 {
  padding-top: 64px;
  padding-bottom: 64px; }

.pg-p-64 {
  padding: 64px !important; }

.pg-mt-66 {
  margin-top: 66px; }

.pg-mr-66 {
  margin-right: 66px; }

.pg-mb-66 {
  margin-bottom: 66px; }

.pg-ml-66 {
  margin-left: 66px; }

.pg-mx-66 {
  margin-left: 66px;
  margin-right: 66px; }

.pg-my-66 {
  margin-top: 66px;
  margin-bottom: 66px; }

.pg-m-66 {
  margin: 66px; }

.pg-pt-66 {
  padding-top: 66px; }

.pg-pr-66 {
  padding-right: 66px; }

.pg-pb-66 {
  padding-bottom: 66px; }

.pg-pl-66 {
  padding-left: 66px; }

.pg-px-66 {
  padding-left: 66px;
  padding-right: 66px; }

.pg-py-66 {
  padding-top: 66px;
  padding-bottom: 66px; }

.pg-p-66 {
  padding: 66px !important; }

.pg-mt-68 {
  margin-top: 68px; }

.pg-mr-68 {
  margin-right: 68px; }

.pg-mb-68 {
  margin-bottom: 68px; }

.pg-ml-68 {
  margin-left: 68px; }

.pg-mx-68 {
  margin-left: 68px;
  margin-right: 68px; }

.pg-my-68 {
  margin-top: 68px;
  margin-bottom: 68px; }

.pg-m-68 {
  margin: 68px; }

.pg-pt-68 {
  padding-top: 68px; }

.pg-pr-68 {
  padding-right: 68px; }

.pg-pb-68 {
  padding-bottom: 68px; }

.pg-pl-68 {
  padding-left: 68px; }

.pg-px-68 {
  padding-left: 68px;
  padding-right: 68px; }

.pg-py-68 {
  padding-top: 68px;
  padding-bottom: 68px; }

.pg-p-68 {
  padding: 68px !important; }

.pg-mt-70 {
  margin-top: 70px; }

.pg-mr-70 {
  margin-right: 70px; }

.pg-mb-70 {
  margin-bottom: 70px; }

.pg-ml-70 {
  margin-left: 70px; }

.pg-mx-70 {
  margin-left: 70px;
  margin-right: 70px; }

.pg-my-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.pg-m-70 {
  margin: 70px; }

.pg-pt-70 {
  padding-top: 70px; }

.pg-pr-70 {
  padding-right: 70px; }

.pg-pb-70 {
  padding-bottom: 70px; }

.pg-pl-70 {
  padding-left: 70px; }

.pg-px-70 {
  padding-left: 70px;
  padding-right: 70px; }

.pg-py-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.pg-p-70 {
  padding: 70px !important; }

.pg-mt-72 {
  margin-top: 72px; }

.pg-mr-72 {
  margin-right: 72px; }

.pg-mb-72 {
  margin-bottom: 72px; }

.pg-ml-72 {
  margin-left: 72px; }

.pg-mx-72 {
  margin-left: 72px;
  margin-right: 72px; }

.pg-my-72 {
  margin-top: 72px;
  margin-bottom: 72px; }

.pg-m-72 {
  margin: 72px; }

.pg-pt-72 {
  padding-top: 72px; }

.pg-pr-72 {
  padding-right: 72px; }

.pg-pb-72 {
  padding-bottom: 72px; }

.pg-pl-72 {
  padding-left: 72px; }

.pg-px-72 {
  padding-left: 72px;
  padding-right: 72px; }

.pg-py-72 {
  padding-top: 72px;
  padding-bottom: 72px; }

.pg-p-72 {
  padding: 72px !important; }

.pg-mt-74 {
  margin-top: 74px; }

.pg-mr-74 {
  margin-right: 74px; }

.pg-mb-74 {
  margin-bottom: 74px; }

.pg-ml-74 {
  margin-left: 74px; }

.pg-mx-74 {
  margin-left: 74px;
  margin-right: 74px; }

.pg-my-74 {
  margin-top: 74px;
  margin-bottom: 74px; }

.pg-m-74 {
  margin: 74px; }

.pg-pt-74 {
  padding-top: 74px; }

.pg-pr-74 {
  padding-right: 74px; }

.pg-pb-74 {
  padding-bottom: 74px; }

.pg-pl-74 {
  padding-left: 74px; }

.pg-px-74 {
  padding-left: 74px;
  padding-right: 74px; }

.pg-py-74 {
  padding-top: 74px;
  padding-bottom: 74px; }

.pg-p-74 {
  padding: 74px !important; }

.pg-mt-76 {
  margin-top: 76px; }

.pg-mr-76 {
  margin-right: 76px; }

.pg-mb-76 {
  margin-bottom: 76px; }

.pg-ml-76 {
  margin-left: 76px; }

.pg-mx-76 {
  margin-left: 76px;
  margin-right: 76px; }

.pg-my-76 {
  margin-top: 76px;
  margin-bottom: 76px; }

.pg-m-76 {
  margin: 76px; }

.pg-pt-76 {
  padding-top: 76px; }

.pg-pr-76 {
  padding-right: 76px; }

.pg-pb-76 {
  padding-bottom: 76px; }

.pg-pl-76 {
  padding-left: 76px; }

.pg-px-76 {
  padding-left: 76px;
  padding-right: 76px; }

.pg-py-76 {
  padding-top: 76px;
  padding-bottom: 76px; }

.pg-p-76 {
  padding: 76px !important; }

.pg-mt-78 {
  margin-top: 78px; }

.pg-mr-78 {
  margin-right: 78px; }

.pg-mb-78 {
  margin-bottom: 78px; }

.pg-ml-78 {
  margin-left: 78px; }

.pg-mx-78 {
  margin-left: 78px;
  margin-right: 78px; }

.pg-my-78 {
  margin-top: 78px;
  margin-bottom: 78px; }

.pg-m-78 {
  margin: 78px; }

.pg-pt-78 {
  padding-top: 78px; }

.pg-pr-78 {
  padding-right: 78px; }

.pg-pb-78 {
  padding-bottom: 78px; }

.pg-pl-78 {
  padding-left: 78px; }

.pg-px-78 {
  padding-left: 78px;
  padding-right: 78px; }

.pg-py-78 {
  padding-top: 78px;
  padding-bottom: 78px; }

.pg-p-78 {
  padding: 78px !important; }

.pg-mt-80 {
  margin-top: 80px; }

.pg-mr-80 {
  margin-right: 80px; }

.pg-mb-80 {
  margin-bottom: 80px; }

.pg-ml-80 {
  margin-left: 80px; }

.pg-mx-80 {
  margin-left: 80px;
  margin-right: 80px; }

.pg-my-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.pg-m-80 {
  margin: 80px; }

.pg-pt-80 {
  padding-top: 80px; }

.pg-pr-80 {
  padding-right: 80px; }

.pg-pb-80 {
  padding-bottom: 80px; }

.pg-pl-80 {
  padding-left: 80px; }

.pg-px-80 {
  padding-left: 80px;
  padding-right: 80px; }

.pg-py-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pg-p-80 {
  padding: 80px !important; }

.pg-mt-96 {
  margin-top: 96px; }

.pg-mr-96 {
  margin-right: 96px; }

.pg-mb-96 {
  margin-bottom: 96px; }

.pg-ml-96 {
  margin-left: 96px; }

.pg-mx-96 {
  margin-left: 96px;
  margin-right: 96px; }

.pg-my-96 {
  margin-top: 96px;
  margin-bottom: 96px; }

.pg-m-96 {
  margin: 96px; }

.pg-pt-96 {
  padding-top: 96px; }

.pg-pr-96 {
  padding-right: 96px; }

.pg-pb-96 {
  padding-bottom: 96px; }

.pg-pl-96 {
  padding-left: 96px; }

.pg-px-96 {
  padding-left: 96px;
  padding-right: 96px; }

.pg-py-96 {
  padding-top: 96px;
  padding-bottom: 96px; }

.pg-p-96 {
  padding: 96px !important; }

.pg-mt-120 {
  margin-top: 120px; }

.pg-mr-120 {
  margin-right: 120px; }

.pg-mb-120 {
  margin-bottom: 120px; }

.pg-ml-120 {
  margin-left: 120px; }

.pg-mx-120 {
  margin-left: 120px;
  margin-right: 120px; }

.pg-my-120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.pg-m-120 {
  margin: 120px; }

.pg-pt-120 {
  padding-top: 120px; }

.pg-pr-120 {
  padding-right: 120px; }

.pg-pb-120 {
  padding-bottom: 120px; }

.pg-pl-120 {
  padding-left: 120px; }

.pg-px-120 {
  padding-left: 120px;
  padding-right: 120px; }

.pg-py-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.pg-p-120 {
  padding: 120px !important; }

.pg-mt-230 {
  margin-top: 230px; }

.pg-mr-230 {
  margin-right: 230px; }

.pg-mb-230 {
  margin-bottom: 230px; }

.pg-ml-230 {
  margin-left: 230px; }

.pg-mx-230 {
  margin-left: 230px;
  margin-right: 230px; }

.pg-my-230 {
  margin-top: 230px;
  margin-bottom: 230px; }

.pg-m-230 {
  margin: 230px; }

.pg-pt-230 {
  padding-top: 230px; }

.pg-pr-230 {
  padding-right: 230px; }

.pg-pb-230 {
  padding-bottom: 230px; }

.pg-pl-230 {
  padding-left: 230px; }

.pg-px-230 {
  padding-left: 230px;
  padding-right: 230px; }

.pg-py-230 {
  padding-top: 230px;
  padding-bottom: 230px; }

.pg-p-230 {
  padding: 230px !important; }

.pro-top .heading-sec .recruit.heading-three {
  color: #5f5f5f; }

.pro-top .pg-span {
  align-self: baseline;
  padding-top: 18px;
  text-decoration: none;
  color: var(--accent-color);
  font-weight: 500;
  cursor: pointer; }

.pro-top .lt-card {
  border: 1px solid #c4c4c4;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 25px;
  border-right: 0; }
  .pro-top .lt-card .mail {
    display: flex; }
    .pro-top .lt-card .mail .mail-address {
      color: #5f5f5f; }
  .pro-top .lt-card .btn-cont {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000; }

.pro-top .rt-card {
  border: 1px solid #c4c4c4;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.tabs-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  box-shadow: inset 0px -1px 0px rgba(13, 42, 82, 0.15); }
  .tabs-section .tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 6px; }
    .tabs-section .tabs .action-tab {
      padding: 16px;
      font-weight: 500;
      font-size: 16px;
      line-height: 21px;
      color: var(--accent-color-carbon-grey);
      cursor: pointer;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
      margin-right: 14px; }
    .tabs-section .tabs .active-sub-items {
      box-shadow: 0px 2px 0px #000;
      border-radius: 16px 16px 0px 0px;
      color: #000; }

.switch-tabs {
  display: none; }
  .switch-tabs-show {
    display: flex; }
  .switch-tabs .switch-tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer; }
  .switch-tabs .switch-tab-active {
    background-color: var(--accent-color); }
    .switch-tabs .switch-tab-active svg {
      display: flex; }
      .switch-tabs .switch-tab-active svg path {
        stroke: var(--white-color); }

.tabs-content-section .grid-view,
.tabs-content-section .list-view {
  display: none; }

.tabs-content-section .view-active {
  display: block; }

.tab-content-active {
  display: block; }

.tabs-content-section-fixed-scroll-new-footer {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 100%;
  margin-top: 8px;
  overflow: hidden;
}

.tab-content-fixed-scroll-new-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: hidden;
  overflow-y: auto;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}

.list-grid-view-fixed-scroll-new-footer { 
  overflow: auto;
  flex: 1;
}

.content-view-new-footer {
  height: 100%;
  max-height: 100%;
  flex-direction: column;
  background: #FFF;
  display: flex;
  overflow: hidden;
  gap: 0;
}

.year-input {
  width: max-content; }

.tab-content .company-id {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px; }

.sec-form {
  margin-bottom: 36px !important; }

.no-entry {
  padding-bottom: 18px;
  padding-top: 39px;
  border-bottom: 1px solid #dadada; }

.hide-table {
  display: none; }

.tab-content-1 .bottom-section {
  background-color: transparent;
  padding-bottom: 0; }

.grid-view-wrapper .people-grid {
  padding: 28px 20px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 24px; }
  .grid-view-wrapper .people-grid .profile {
    display: flex;
    align-items: center;
    grid-gap: 13px;
    margin-bottom: 30px; }
    .grid-view-wrapper .people-grid .profile .image-wrapper {
      height: 62px;
      width: 62px; }
      .grid-view-wrapper .people-grid .profile .image-wrapper img {
        object-fit: contain;
        border-radius: 100%; }
    .grid-view-wrapper .people-grid .profile .content .name {
      display: flex;
      align-items: center;
      grid-gap: 8px;
      text-transform: capitalize; }
      .grid-view-wrapper .people-grid .profile .content .name span {
        line-height: 1.6;
        text-transform: capitalize; }
        .grid-view-wrapper .people-grid .profile .content .name span:first-child {
          font-size: 16px;
          color: var(--black-color);
          font-weight: 500; }
        .grid-view-wrapper .people-grid .profile .content .name span:last-child {
          font-size: 12px;
          color: var(--accent-color); }
    .grid-view-wrapper .people-grid .profile .content .designation {
      display: block;
      color: #5f5f5f;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.6; }
    .grid-view-wrapper .people-grid .profile .content .email {
      font-weight: 400;
      font-size: 12px;
      line-height: 24px;
      text-decoration: underline;
      color: #5f5f5f; }
  .grid-view-wrapper .people-grid .location {
    margin-bottom: 8px; }
    .grid-view-wrapper .people-grid .location .loc {
      font-size: 12px;
      line-height: 24px;
      color: #5f5f5f;
      text-transform: capitalize; }
    .grid-view-wrapper .people-grid .location h4 {
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      color: #000000; }
  .grid-view-wrapper .people-grid .earned-badges {
    margin-top: 38px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--border-color); }
  .grid-view-wrapper .people-grid .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 18px; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none; }

html,
body {
  font-family: var(--pg-family);
  background: var(--bg-color);
  overflow-x: hidden; }

ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important; }

.heading-one {
  font-family: var(--pg-family);
  font-size: 18px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 29px;
  color: var(--black-color);
  margin: 0; }

.heading-two {
  font-family: var(--pg-family);
  font-size: 20px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
  margin: 0; }

.heading-three {
  font-family: var(--pg-family);
  font-size: 18px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
  margin: 0; }

.heading-four {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  color: var(--black-color);
  margin: 0; }

.heading-five {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  color: var(--black-color);
  margin: 0; }

.heading-six {
  font-family: var(--Font-Family);
  font-size: 12px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
  color: var(--black-color);
  margin: 0; }

.pg-p {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  color: var(--regular-gray-text-color);
  margin-bottom: 0; }

.pg-span {
  font-family: var(--Font-Family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 14px;
  color: var(--grey-color); }

.pg-mb-32 {
  margin-bottom: 32px !important; }

::-webkit-scrollbar {
  width: 8px;
  height: 20px;
  border-radius: 16px; }

::-webkit-scrollbar-button {
  height: 0;
  width: 0; }

::-webkit-scrollbar-thumb {
  background: var(--scroll-color);
  border: 0px none var(--white-color);
  border-radius: 50px; }

::-webkit-scrollbar-thumb:hover {
  background: var(--scroll-color); }

::-webkit-scrollbar-thumb:active {
  background: var(--scroll-color); }

::-webkit-scrollbar-thumb:active {
  background: var(--scroll-color); }

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none var(--white-color);
  border-radius: 50px; }

::-webkit-scrollbar-track:hover {
  background: transparent; }

::-webkit-scrollbar-track:active {
  background: transparent; }

::-webkit-scrollbar-corner {
  background: transparent; }

.main-content {
    padding: 46px 24px !important;
    padding-bottom: 0px !important;
}

#donutChart {
  display: flex;
  justify-content: center;
  align-items: center; }

.chart-configuration-input {
  font-family: var(--Font-Family);
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 20px !important;
  color: var(--regular-gray-text-color) !important;
  padding: 10px !important; }

.form-select:focus {
  box-shadow: unset !important;
  border: 1px solid var(--grey-color) !important; }

.add-team-btn {
  border: 0 !important; }

.color-dark {
  color: var(--grey-color) !important; }

.pg-app-sub-item.nav-link {
  text-decoration: none !important;
}
.pg-app-has-submenu a:hover {
  text-decoration: none !important;
}
.pg-app-social-icons li {
  margin-bottom: 16px !important;
}
.pg-app-collapse-social-icons.sidebar-collapse .menu-section {
  height: 100% !important;
}
.pg-app-collapse-social-icons.sidebar-collapse .pg-app-social-icons {
  display: block !important;
}
.pg-app-social-icons {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  padding: 16px 0 0 0 !important;
}
.pg-app-boostrap-tabs {
  display: block !important;
}
.pg-app-direct-deposite {
  height: 232px !important;
  cursor: pointer;
}
.pg-app-btn {
    padding: 10px 16px;
    border: 1px solid white;
    outline: none;
    border-radius: 4px;
    white-space: nowrap;
    grid-gap: 6px;
    font-family: var(--pg-family);
    line-height: 1;
}
.pg-app-btn.pg-app-primary-btn {
  color: var(--bg-color);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
.pg-app-btn.primary-light {
  background-color: var(--accent-color-light);
  border-color: var(--accent-color-light);
}
.pg-app-btn.primary-outline {
  border-color: #1688e1;
  color: #1688e1;
  background-color: transparent !important;
}
.pg-app-btn.dark-outline-btn {
  border-color: #dadada;
  background-color: transparent !important;
}
.pg-app-btn.pg-app-btn-dark {
  background: rgba(9, 90, 165, 0.1);
  border-color: rgba(9, 90, 165, 0.2);
}
.pg-app-btn.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-app-btn.icon-btn:disabled s span {
  color: var(--white-color);
}
.pg-app-btn.icon-btn span.text {
  margin-right: 8px;
}
.pg-app-btn.icon-btn span:before {
  color: var(--white-color);
  line-height: 1;
}
.pg-app-btn.pg-app-action-prepare {
  color: var(--black-color);
  background: rgba(112, 0, 255, 0.15);
  padding: 6px 12px !important;
  border: 1px solid rgba(112, 0, 255, 0.15);
  border-radius: 4px;
  cursor: pointer;
}
    .pg-app-btn.pg-app-action-view {
        color: white;
        background-color: var(--accent-color);
    }
.pg-app-btn.pg-app-light-blue {
  color: #000;
  background: #f1f7fe;
  border: 1px solid #1688e1;
}
/* aside */
.pg-app-has-submenu .nav-link.pg-app-sub-item {
  position: relative;
}
.pg-app-has-submenu .nav-link.pg-app-sub-item::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  width: 20px;
  height: 20px;
  background-image: url(../img/chevron-right.svg);
  background-repeat: no-repeat;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pg-app-has-submenu li {
  margin-left: 30px;
}
.pg-app-datatable tbody td .name .file-bg {
  border-radius: 50%;
  padding: 12px;
  background: #f1f7fe;
}
.pg-app-datatable thead tr th {
  background-image: none !important;
  white-space: nowrap !important;
}
.pg-app-datatable tbody td {
  white-space: nowrap !important;
}
.pg-app-table-actions-btn {
  display: flex;
}
.pg-app-table-actions-btn a {
  padding: 8px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}
.pg-app-table-actions-btn a.edit:hover {
  background: #fffaec;
  border-radius: 4px;
}
.pg-app-table-actions-btn a.edit:hover svg path {
  fill: #ffb032;
}
.pg-app-table-actions-btn a.delete:hover {
  background: #fef3f2;
  border-radius: 4px;
}
.pg-app-table-actions-btn a.delete:hover svg path {
  fill: #d92d20;
}
.pg-app-datatable .name-details {
  display: flex;
  flex-direction: column;
}
.pg-app-datatable .name-details span {
  color: var(--black-color);
}
.pg-app-datatable .name-details span.first-name {
  font-size: 13px;
}
.pg-app-datatable .name-details span.last-name {
  font-size: 12px;
}
.pg-app-datatable td:last-child {
  width: unset !important;
}
.pg-app-datatable .images-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.pg-app-datatable .images-wrapper span {
  text-decoration: underline;
  color: var(--text-color-medium);
  font-weight: 500;
}
.pg-app-datatable .reports-list {
  display: flex;
}
.pg-app-datatable .reports-list li {
  margin-left: -13px;
  cursor: pointer;
  z-index: 0;
}
.pg-app-datatable .reports-list li .img-wrapper {
  height: 30px;
  width: 30px;
}
.pg-app-datatable .reports-list li .img-wrapper img {
  border-radius: 100%;
  outline: 2px solid white;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.pg-app-datatable .reports-list li:hover {
  z-index: 1;
}
.pg-app-status {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--black-color);
  padding: 5px 8px;
  border-radius: 4px;
  border: none;
  width: fit-content;
}

    .pg-app-status.not-submitted {
        color: var(--not-submitted-text-color) !important;
        background-color: var(--not-submitted-bg-color);
    }

    .pg-app-status.corporate {
        color: var(--not-intersted-text-color) !important;
        background-color: var(--not-intersted-bg-color);
    }
    .pg-app-status.general {
        color: var(--past-due-text-color) !important;
        background-color: var(--past-due-bg-color);
    }
    .pg-app-status.verify {
        color: var(--completed-text-color) !important;
        background-color: var(--completed-bg-color);
    }
    .pg-app-status.orporate {
        color: var(--not-intersted-text-color) !important;
        background-color: var(--not-intersted-bg-color);
    }
    .pg-app-status.processing {
        color: #429282 !important;
        background: rgba(217, 243, 238, 0.4);
    }
    .pg-app-status.new-request {
        color: #485997 !important;
        background: rgba(197, 213, 242, 0.3);
    }
.pg-app-status.meeting {
  color: #429282;
  background: rgba(217, 243, 238, 0.4);
}
.pg-app-status.time-off {
  color: #ed7722;
  background: #fef2e9;
}
.pg-app-status.past-due {
  color: var(--past-due-text-color);
  background-color: var(--past-due-bg-color);
}
    .pg-app-status.pending {
        color: var(--pending-text-color) !important;
        background-color: var(--pending-bg-color);
    }
    .pg-app-status.approved {
        color: var(--approved-text-color) !important;
        background-color: var(--approved-bg-color);
    }


    .pg-app-status.completed {
        color: var(--completed-text-color) !important;
        background-color: var(--completed-bg-color);
    }
    .pg-app-status.dark {
        color: var(--white-color) !important;
        background-color: var(--black-color);
    }
    .pg-app-status.denied, .pg-app-status.rejected {
        color: var(--denied-text-color) !important;
        background-color: var(--denied-bg-color) !important;
    }
    .pg-app-status.not-intersted {
        color: var(--not-intersted-text-color) !important;
        background-color: var(--not-intersted-bg-color);
    }
.pg-app-status.chip {
  color: var(--black-color) !important;
  background-color: var(--default-status-bg);
}

/* mixin */
.pg-app-create-post-modal .modal-dialog {
  max-width: 772px;
  margin: 1.75rem auto;
}
.pg-app-create-post-modal .modal-dialog .modal-content .modal-header {
  border: none;
}
.pg-app-create-post-modal
  .modal-dialog
  .modal-content
  .modal-body
  .pg-app-textarea
  textarea {
  resize: none;
  background: var(--placeholder-background-color);
  border-radius: 6px;
  border: none;
}
.pg-app-create-post-modal
  .modal-dialog
  .modal-content
  .modal-body
  .pg-app-textarea
  textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.pg-app-create-post-modal
  .modal-dialog
  .modal-content
  .modal-body
  .pg-app-textarea
  .characters {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 15px;
  color: var(--text-color-medium);
  display: flex;
  align-items: center;
  grid-gap: 3px;
  justify-content: flex-end;
  margin: 8px 0;
}
.pg-app-create-post-modal .modal-dialog .modal-content .modal-footer {
  border: none;
  justify-content: space-between;
  align-items: center;
}
.pg-app-create-post-modal
  .modal-dialog
  .modal-content
  .modal-footer
  .pg-app-post-attachment-list
  .item {
  cursor: pointer;
  padding: 8px;
}
.pg-app-header-less-modal .modal-dialog {
  max-width: 772px;
  margin: 1.75rem auto;
  width: 100%;
  flex-wrap: wrap;
}
.pg-app-header-less-modal .modal-dialog .modal-body {
  padding: 48px !important;
  width: 100% !important;
}
.pg-app-header-less-modal .modal-dialog .btn-close {
  position: absolute;
  top: 10px;
  opacity: 1;
  right: 10px;
  z-index: 9999;
  width: 0.9rem;
  height: 0.9rem;
  padding: 8px;
}
.pg-app-header-less-modal .modal-dialog .pg-app-gallery-slider {
  overflow: hidden;
}
.pg-app-header-less-modal
  .modal-dialog
  .pg-app-gallery-slider
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pg-app-header-less-modal
  .modal-dialog
  .pg-app-gallery-slider
  .swiper-button-prev {
  transform: rotate(0deg);
  height: 20px;
  width: 20px;
}
.pg-app-recognize-modal .modal-body section {
  margin-bottom: 16px;
}
.pg-app-recognize-modal .modal-body section:not(:first-child) {
  margin-top: 16px;
}
.pg-app-recognize-modal .modal-body .title {
  margin-bottom: 8px !important;
  text-transform: capitalize;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: var(--black-color);
}
.pg-app-edit-create-modal-member .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 1rem;
}
.pg-app-edit-create-modal-member
  .modal-dialog
  .modal-content
  .modal-header.edit-modal-header
  .btn-close.trash {
  background-image: url("../img/trash.svg") !important;
}
.pg-app-edit-create-modal-member .modal-dialog .modal-content .modal-body {
  padding: 0 2rem 2rem 2rem;
}
.pg-app-edit-create-modal-member
  .modal-dialog
  .modal-content
  .modal-body
  .pg-form {
  margin-bottom: 24px;
}
.pg-app-edit-create-modal-member
  .modal-dialog
  .modal-content
  .modal-body
  .form-check {
  margin-bottom: 12px !important;
}
.pg-app-edit-create-modal-member .modal-dialog .modal-content .modal-footer {
  border: none;
}
.pg-app-membership-invite-modal .modal-dialog {
  max-width: 1200px !important;
  margin: 1.75rem auto;
  width: 100%;
}
.pg-app-membership-invite-modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 2rem;
}
.pg-app-membership-invite-modal .modal-dialog .modal-content .modal-body {
  padding: 0 2rem 2rem 2rem;
}
.pg-app-membership-invite-modal
  .modal-dialog
  .modal-content
  .modal-body
  .pg-form {
  margin-bottom: 24px;
}
.pg-app-membership-invite-modal
  .modal-dialog
  .modal-content
  .modal-body
  .form-check {
  margin-bottom: 12px !important;
}
.pg-app-membership-invite-modal .modal-dialog .modal-content .modal-footer {
  border: none;
}
.pg-app-edit-view-modal-member .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 2rem;
}
.pg-app-edit-view-modal-member .modal-dialog .modal-content .modal-body {
  padding: 0 2rem 2rem 2rem;
}
.pg-app-edit-view-modal-member
  .modal-dialog
  .modal-content
  .modal-body
  .pg-form {
  margin-bottom: 24px;
}
.pg-app-edit-view-modal-member
  .modal-dialog
  .modal-content
  .modal-body
  .form-check {
  margin-bottom: 12px !important;
}

.pg-app-edit-view-modal-member .modal-dialog .modal-content .modal-footer {
  border: none;
}
.pg-app-tabs-content {
  display: none;
}
.pg-app-tabs-content-active {
  display: block;
}
.pg-app-tabs-content .company-id {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.tabs-content-1 .bottom-section {
  background-color: transparent;
  padding-bottom: 0;
}
.pg-app-switch-tabs.switch-tab {
  display: flex;
}
.pg-app-switch-tabs.switch-tab .switch-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.pg-app-switch-tabs.switch-tab .switch-tab-active {
  background-color: var(--accent-color);
}
.pg-app-switch-tabs.switch-tab .switch-tab-active svg {
  display: flex;
}
.pg-app-switch-tabs.switch-tab .switch-tab-active svg path {
  stroke: var(--white-color);
}
.pg-app-add-pg-app-post-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #e0e0e0;
}
.pg-app-add-pg-app-post-wrapper .pg-app-write-post {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f2f2;
}
.pg-app-add-pg-app-post-wrapper .pg-app-write-post .pg-app-post-profileImg {
  height: 40px;
  width: 40px;
}
.pg-app-add-pg-app-post-wrapper .pg-app-write-post .pg-app-post-profileImg img {
  border: 1px solid #eeeeee;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.pg-app-add-pg-app-post-wrapper .pg-app-write-post .pg-app-post-input {
  width: 100%;
  text-decoration: none;
}
.pg-app-add-pg-app-post-wrapper .pg-app-write-post .pg-app-post-input div {
  background: var(--placeholder);
  cursor: pointer;
  border-radius: 6px;
  border: none;
  height: 44px;
}

.pg-app-post-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  margin-top: 24px;
}
.pg-app-post-wrapper .pg-profilehead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.pg-app-post-wrapper .pg-profilehead .pg-app-user {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.pg-app-post-wrapper .pg-profilehead .pg-app-user .pg-profileImg {
  height: 48px;
  width: 48px;
}
.pg-app-post-wrapper .pg-profilehead .pg-app-user .pg-profileImg img {
  border: 1px solid #eeeeee;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.pg-app-post-wrapper .pg-profilehead .pg-app-user .pg-app-user-name span {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 700;
  font-style: normal;
  line-height: 22px;
  color: var(--black-color);
}
.pg-app-post-wrapper .pg-profilehead .pg-app-user .pg-app-user-name p {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 15px;
  color: var(--text-color-medium);
  margin-bottom: 0px;
}
.pg-app-post-wrapper .pg-profilehead .pg-app-action {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
    .pg-app-post-wrapper .pg-app-postBody {
        padding: 30px 0;
    }
.pg-app-post-wrapper .pg-app-postBody .pg-app-if-text .pg-app-post-description {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--black-color);
}
.pg-app-post-wrapper .pg-app-postBody .pg-app-post-attachment-link {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: var(--accent-color-default);
  margin: 16px 0px;
}
.pg-app-post-wrapper .pg-app-postBody .pg-app-post-attachment-link:hover {
  text-decoration: none;
  color: var(--accent-color-default) !important;
}
.pg-app-post-wrapper .pg-app-postBody .pg-app-video-wrapper {
  text-align: center;
  margin: 16px 0px;
}
        .pg-app-post-wrapper .pg-app-postBody .poll-wrapper {
            padding: 24px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            width: 600px;
            display: flex;
            flex-direction: column;
        }

@media only screen and (max-width: 600px) {
    .pg-app-post-wrapper .pg-app-postBody .poll-wrapper {
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        height: auto !important;
    }

    .pg-app-post-wrapper .pg-app-postBody .poll-wrapper p{
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .pg-app-post-wrapper .pg-app-postBody .poll-wrapper .poll-progress{
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 8px !important;
    }

    .pg-app-post-wrapper .pg-app-postBody .poll-wrapper .poll-progress .bar {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .pg-app-post-wrapper .pg-app-postBody .poll-wrapper .poll-progress .bar .text,
    .pg-app-post-wrapper .pg-app-postBody .poll-wrapper .poll-progress .bar .progress,
    .pg-app-post-wrapper .pg-app-postBody .poll-wrapper .poll-progress .bar .percent{
        position: relative !important;
        padding: 0 !important;
        left: 0 !important;
        top: auto !important;
        transform: none !important;
    }

    .pg-app-post-wrapper .pg-app-postBody .poll-wrapper .poll-progress .bar .progress{
        order: 0 !important;
    }

    .pg-app-post-wrapper .pg-app-postBody .poll-wrapper .poll-progress .bar .text{
        order: 1 !important;
    }

    .pg-app-post-wrapper .pg-app-postBody .poll-wrapper .poll-progress .bar .percent{
        order: 2 !important;
    }
}
.pg-app-post-wrapper .pg-app-postBody .poll-wrapper h6 {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 19px;
  color: var(--black-color);
}
.pg-app-post-wrapper .pg-app-postBody .poll-wrapper p {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 17px;
  color: var(--black-color);
}
.pg-app-post-wrapper .pg-app-postBody .poll-wrapper .poll-list li {
  padding: 10px;
  background: #ffffff;
  border: 1.5px solid var(--accent-color-default);
  border-radius: 4px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 8px;
  cursor: pointer;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 17px;
  color: var(--accent-color-default);
}

    .pg-app-post-wrapper .pg-app-postBody .poll-wrapper .poll-list li.selected {
        background-color: var(--accent-color-default);
        color: white;
        opacity: 0.8;
    }

    .pg-app-post-wrapper .pg-app-postBody .poll-wrapper span {
        font-family: var(--pg-family);
        font-size: 12px !important;
        font-weight: 400;
        font-style: normal;
        line-height: 15px;
        color: var(--text-color-medium);
    }
.pg-app-post-wrapper .pg-app-postBody .poll-progress .bar {
  margin-bottom: 8px;
  display: none;
  width: 500px;
  border-radius: 4px;
  position: relative;
}
.pg-app-post-wrapper .pg-app-postBody .poll-progress .bar .progress {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.pg-app-post-wrapper .pg-app-postBody .poll-progress .bar .progress.one {
  background-color: rgba(182, 212, 246, 0.26);
  width: 70%;
}
.pg-app-post-wrapper .pg-app-postBody .poll-progress .bar .progress.two {
  background-color: rgba(182, 212, 246, 0.26);
  width: 55%;
}
.pg-app-post-wrapper .pg-app-postBody .poll-progress .bar .progress.three {
  background-color: rgba(182, 212, 246, 0.26);
  width: 45%;
}
.pg-app-post-wrapper .pg-app-postBody .poll-progress .bar .progress.four {
  background-color: rgba(182, 212, 246, 0.26);
  width: 30%;
}
.pg-app-post-wrapper .pg-app-postBody .poll-progress .bar .percent {
  position: absolute;
  top: 50%;
  right: -65px;
  transform: translate(0, -50%);
  text-transform: capitalize;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  color: var(--accent-color-default);
}
.pg-app-post-wrapper .pg-app-postBody .poll-progress .bar .text {
  padding: 10px 16px;
  width: 80%;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  color: var(--accent-color-default);
}
.pg-app-post-wrapper
  .pg-app-postBody
  .award-post
  .pg-app-recognize-card-post {
  cursor: default !important;
}
.pg-app-post-wrapper .pg-app-postFooter .pg-app-buttons {
  display: flex;
  grid-gap: 18px;
  padding-bottom: 16px !important;
}
.pg-app-post-wrapper .pg-app-postFooter .pg-app-buttons li {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  grid-gap: 11px;
}
.pg-app-post-wrapper .pg-app-postFooter .pg-app-buttons li a {
  text-decoration: none;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: var(--text-color-medium);
}
.pg-app-post-wrapper .pg-app-postFooter .pg-app-type-comment {
  border-radius: 8px;
  padding: 20px;
  background: #f7f7f7;
}
.pg-app-post-wrapper .pg-app-postFooter .pg-app-type-comment .write-comment {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-type-comment
  .write-comment
  .profileImg {
  height: 40px;
  width: 40px;
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-type-comment
  .write-comment
  .profileImg
  img {
  border: 1px solid #eeeeee;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-type-comment
  .write-comment
  .pg-app-post-input {
  width: 100%;
  text-decoration: none;
  position: relative;
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-type-comment
  .write-comment
  .pg-app-post-input
  input {
  background: #ffffff;
  cursor: pointer;
  border-radius: 6px;
  border: none;
  height: 44px;
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-type-comment
  .write-comment
  .pg-app-post-input
  svg {
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 11px;
}
.pg-app-post-wrapper .pg-app-postFooter .pg-app-list-comment {
  margin-top: 14px;
  border-radius: 8px;
  padding: 20px;
  background: #f7f7f7;
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-list-comment
  .pg-app-user-comment {
  display: flex;
  grid-gap: 8px;
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-list-comment
  .pg-app-user-comment
  .pg-app-user-profile {
  height: 40px;
  width: 40px;
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-list-comment
  .pg-app-user-comment
  .pg-app-user-profile
  img {
  border: 1px solid #eeeeee;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-list-comment
  .pg-app-user-comment
  .pg-app-user-name {
  width: 80%;
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-list-comment
  .pg-app-user-comment
  .pg-app-user-name
  .pg-app-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-list-comment
  .pg-app-user-comment
  .pg-app-user-name
  .pg-app-user-post-time {
  font-family: var(--pg-family);
  font-size: 10px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 12px;
  color: var(--text-color-medium);
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-list-comment
  .pg-app-user-comment
  .pg-app-user-name
  .pg-app-comment-description {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--text-color-medium);
}
.pg-app-post-wrapper
  .pg-app-postFooter
  .pg-app-list-comment
  .pg-app-user-comment
  .pg-app-user-name
  .pg-app-comment-description
  .pg-app-add-more {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--accent-color);
  text-decoration: none;
}

.pg-app-post-attachment-list {
  display: flex;
  align-items: center;
}
.pg-app-post-attachment-list.pg-pt-24 {
  padding-top: 24px !important;
}
.pg-app-post-attachment-list .item {
  padding: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .pg-app-post-attachment-list .item {
    padding: 6px;
  }
}
.pg-app-post-attachment-list .item.first-item-list {
    padding-left: 14px !important;
    margin-left: 14px !important;
    border-left: 1px solid var(--border-color);
    padding: 10px;
}
@media screen and (max-width: 1200px) {
    .pg-app-post-attachment-list .item.first-item-list {
        padding: 8px;
        padding-left: 8px !important;
    }
}
.pg-app-post-attachment-list .item.first-item-list {
  padding-left: 14px !important;
}
@media screen and (max-width: 1200px) {
  .pg-app-post-attachment-list .item.first-item-list {
    padding: 8px;
    padding-right: 8px !important;
  }
}
.pg-app-post-attachment-list .item a {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  text-decoration: none;
}
.pg-app-post-attachment-list .item a span {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: var(--text-color-medium);
}
@media screen and (max-width: 1200px) {
  .pg-app-post-attachment-list .item a span {
    font-family: var(--pg-family);
    font-size: 14px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 19px;
    color: var(--text-color-medium);
  }
}
.pg-app-post-attachment-list .item:hover {
  background-color: rgba(202, 224, 244, 0.28);
  padding: 10px;
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  .pg-app-post-attachment-list .item:hover {
    padding: 6px;
  }
}
.pg-app-post-attachment-list .item:hover.last-item-list {
  padding-right: 14px;
}
.pg-app-post-attachment-list .item:hover.first-item-list {
  padding-left: 14px !important;
}
.pg-app-post-attachment-list .item:hover a svg path {
  fill: var(--accent-color-default);
}
.pg-app-post-attachment-list .item:hover a svg span {
  font-weight: 600;
}

.pg-app-post-dropdown-attachment.dropdown-toggle::after {
  display: none !important;
}

.pg-app-post-dropdown-attachment.dropdown-toggle .dropdown-menu {
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px;
}
.pg-app-post-dropdown-attachment.dropdown-toggle
  .dropdown-menu
  .pg-app-dropdown-list {
  position: relative;
}
.pg-app-post-dropdown-attachment.dropdown-toggle
  .dropdown-menu
  .pg-app-dropdown-list
  a {
  padding: 10px !important;
}
.pg-app-post-dropdown-attachment.dropdown-toggle
  .dropdown-menu
  .pg-app-dropdown-list
  a
  svg
  path {
  fill: #878787;
}
.pg-app-post-dropdown-attachment.dropdown-toggle
  .dropdown-menu
  .pg-app-dropdown-list
  a:hover
  svg
  path {
  fill: #878787;
}
.pg-app-post-dropdown-attachment.dropdown-toggle
  .dropdown-menu
  .pg-app-dropdown-list
  input {
  height: 100%;
  top: 5px;
  position: absolute;
  opacity: 0;
}
.pg-app-alert-tab {
  display: flex;
  grid-gap: 8px;
  width: fit-content;
}
.pg-app-alert-tab .pg-app-alert-tab-item {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  color: var(--text-color-medium);
  padding: 3px 6px;
  cursor: pointer;
}
.pg-app-alert-tab .pg-app-alert-tab-item.pg-app-alert-tab-active {
  color: #485997;
  background: #f1f7fe;
}

.pg-app-append-input {
  position: relative;
  margin-top: 16px;
  transition: all 2s;
}

.pg-app-removeInputt {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  cursor: pointer;
  text-transform: capitalize;
  color: var(--accent-color);
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.pg-app-recognize-card {
  cursor: pointer;
  padding: 16px;
  border: 1px solid #dadada;
  border-radius: 6px;
}
.pg-app-recognize-card.first-sec {
  border-bottom: 1px solid #dadada;
}
.pg-app-recognize-card.first-sec svg {
  margin-bottom: 10px;
}
.pg-app-recognize-card.first-sec span {
  display: block;
  margin-bottom: 2px;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: var(--black-color);
}
.pg-app-recognize-card.first-sec p {
  color: #5f5f5f;
  margin-bottom: 8px;
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: var(--text-color-medium);
}
.pg-app-recognize-card.last-sec {
  margin-top: 8px;
}
.pg-app-recognize-card.last-sec p {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: var(--text-color-medium);
  margin-bottom: 2px !important;
}
.pg-app-recognize-card.selected {
  background: #f1f7fe;
  border: 1px solid #81c2f8;
}

.pg-app-recognize-card-post {
  cursor: pointer;
  padding: 16px;
  border: 1px solid #dadada;
  border-radius: 6px;
}
.pg-app-recognize-card-post .first-sec {
  border-bottom: 1px solid #dadada;
}
.pg-app-recognize-card-post .first-sec svg {
  margin-bottom: 10px;
}
.pg-app-recognize-card-post .first-sec span {
  display: block;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: var(--black-color);
  margin-bottom: 2px;
}
.pg-app-recognize-card-post .first-sec p {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--text-color-medium);
  margin-bottom: 8px;
}
.pg-app-recognize-card-post .last-sec {
  margin-top: 8px;
}
.pg-app-recognize-card-post .last-sec p {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--text-color-medium);
  margin-bottom: 2px !important;
}
.pg-app-recognize-card-post.selected {
  background: #f1f7fe;
  border: 1px solid #81c2f8;
}

.pg-app-guestFilters {
  display: none;
  background: #f9fafd;
  border-radius: 4px;
  padding: 16px;
}
.pg-app-guestFilters .pg-app-button-wrapper {
  display: flex;
  justify-content: flex-end;
  grid-gap: 11px;
}

.pg-app-guest-filter-input .input-group-text {
  background: none !important;
  cursor: pointer;
}

.pg-app-guest-filter-input .guest-input {
  border-right: 0 !important;
  border-left: 0 !important;
}
.pg-app-guest-filter-input .guest-input:focus {
  color: var(--border-color);
}

.pg-app-filter-points span {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--black-color);
}

.pg-app-show {
  display: block;
}

.pg-app-add-post-button.pg-app-show-post-button {
  display: none;
}

.pg-app-newsfeed-tab,
.pg-app-badge-wrapper {
  position: relative;
}
.pg-app-newsfeed-tab .badge,
.pg-app-badge-wrapper .badge {
  text-decoration: none;
  font-size: 10px !important;
  top: 15px !important;
  right: -19px !important;
  position: absolute;
  background: var(--accent-color-pale-red);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: white;
  right: -5px;
  top: -2px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg-app-guru-alert-wrapper .pg-app-notifications-day {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  color: var(--text-color-medium);
}

.pg-app-guru-alert-wrapper .pg-app-community-alert {
  padding: 16px 0;
  border-bottom: 1px solid var(--border-color);
}
.pg-app-guru-alert-wrapper .pg-app-community-alert .pg-app-alert-section {
  border-radius: 8px;
  padding: 20px;
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section.pg-app-unread-alerts {
  background: rgba(9, 90, 165, 0.05);
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-profilehead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-profilehead
  .pg-app-user {
  display: flex;
  align-items: flex-start;
  grid-gap: 8px;
  width: 100%;
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-profilehead
  .pg-app-user
  .pg-profileImg {
  height: 48px;
  width: 48px;
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-profilehead
  .pg-app-user
  .pg-profileImg
  img {
  border: 1px solid #eeeeee;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-profilehead
  .pg-app-user
  .pg-app-description {
  max-width: 1100px;
  width: 100%;
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-profilehead
  .pg-app-user
  .pg-app-description
  .pg-app-name {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: var(--black-color);
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-profilehead
  .pg-app-user
  .pg-app-description
  .pg-app-time {
  margin-left: 4px;
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--text-color-medium);
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-profilehead
  .pg-app-user
  .pg-app-description
  .pg-app-email {
  margin-bottom: 0px;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--text-color-medium);
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-profilehead
  .pg-app-user
  .pg-app-description
  .pg-app-desc {
  margin: 12px 0;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--black-color);
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-profilehead
  .pg-app-user
  .pg-app-description
  .pg-app-link-url {
  margin-top: 12px;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 17px;
  color: var(--accent-color);
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-profilehead
  .pg-app-action {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-app-postBody {
  padding: 30px 0;
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-app-postBody
  .if-text
  p {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--black-color);
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-app-postBody
  a {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: var(--accent-color-default);
  margin: 16px 0px;
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-app-postBody
  .pg-app-video-wrapper {
  text-align: center;
  margin: 16px 0px;
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-app-postBody
  .poll-wrapper {
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  max-width: 600px;
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-app-postBody
  .poll-wrapper
  h6 {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 19px;
  color: var(--black-color);
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-app-postBody
  .poll-wrapper
  p {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 17px;
  color: var(--black-color);
}
.pg-app-guru-alert-wrapper
  .pg-app-community-alert
  .pg-app-alert-section
  .pg-app-postBody
  .poll-wrapper
  span {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 15px;
  color: var(--text-color-medium);
}

.pg-app-dynamic-gallery {
  flex-wrap: wrap;
}
.pg-app-dynamic-gallery .pg-app-dynamic-gallery--container {
  position: relative;
}
.pg-app-dynamic-gallery
  .pg-app-dynamic-gallery--container
  .pg-app-gallery-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pg-app-dynamic-gallery
  .pg-app-dynamic-gallery--container
  .pg-app-gallery-modal
  .pg-app-gallery-modal--count {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}
.pg-app-dynamic-gallery
  .pg-app-dynamic-gallery--container
  .pg-app-dynamic-gallery--image {
  height: 100%;
}
.pg-app-dynamic-gallery
  .pg-app-dynamic-gallery--container
  .pg-app-dynamic-gallery--image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pg-app-dynamic-gallery
  .pg-app-dynamic-gallery--container
  .pg-app-dynamic-gallery--image.has-selected {
  position: relative;
}
.pg-app-dynamic-gallery
  .pg-app-dynamic-gallery--container
  .pg-app-dynamic-gallery--image.has-selected
  .cross-svg {
  position: absolute;
  top: 0;
  right: 2px;
}
.pg-app-dynamic-gallery.pg-app-gallery-layout-five
  .pg-app-dynamic-gallery--container:nth-child(-n + 2) {
  width: 50%;
  height: 190px;
}
.pg-app-dynamic-gallery.pg-app-gallery-layout-five
  .pg-app-dynamic-gallery--container:nth-last-child(-n + 3) {
  width: 33.33%;
  height: 175px;
}
.pg-app-dynamic-gallery.pg-app-gallery-layout-four
  .pg-app-dynamic-gallery--container {
  width: 50%;
  height: 182.5px;
}
.pg-app-dynamic-gallery.pg-app-gallery-layout-three
  .pg-app-dynamic-gallery--container:first-child {
  width: 100%;
  height: 190px;
}
.pg-app-dynamic-gallery.pg-app-gallery-layout-three
  .pg-app-dynamic-gallery--container:nth-last-child(-n + 2) {
  width: 50%;
  height: 175px;
}
.pg-app-dynamic-gallery.pg-app-gallery-layout-two
  .pg-app-dynamic-gallery--container {
  width: 50%;
  height: 356px;
}
.pg-app-dynamic-gallery.pg-app-gallery-layout-one
  .pg-app-dynamic-gallery--container {
  width: 100%;
  height: 356px;
}

.pg-app-gallery-slider .swiper-button-next,
.pg-app-gallery-slider .swiper-button-prev {
  color: var(--black-color) !important;
  padding: 20px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  right: 10px;
  padding: 30px;
  fill: black !important;
  stroke: black !important;
}

.pg-app-shared-group-multiselect .dropDown {
  border: none !important;
}
.pg-app-shared-group-multiselect .dropDown .dropdown-toggle::after {
  all: unset !important;
}
.pg-app-shared-group-multiselect .dropDown .dropdown-menu {
    max-height:300px !important;
}

.pb-app-sticky-header {
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 9;
}

.pg-app-zoom-tool-bar {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.pg-app-organizational-charts--container {
  border: 1px solid #eaeaea;
  margin-top: 32px;
  /*--------------memeber-card-design----------*/
}
.pg-app-organizational-charts--container .genealogy-body {
  white-space: nowrap;
  overflow-y: hidden;
  padding: 50px;
  min-height: 800px;
  padding-top: 10px;
  text-align: center;
}
.pg-app-organizational-charts--container .pg-app-genealogy-tree {
  display: inline-block;
}
.pg-app-organizational-charts--container .pg-app-genealogy-tree ul {
  padding-top: 20px !important;
  position: relative;
  padding-left: 0px;
  display: flex;
  justify-content: center;
  align-items: start;
}
.pg-app-organizational-charts--container .pg-app-genealogy-tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #c4c4c4;
  width: 0;
  height: 20px;
}
.pg-app-organizational-charts--container .pg-app-genealogy-tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
}
.pg-app-organizational-charts--container .pg-app-genealogy-tree li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #c4c4c4;
  width: 50%;
  height: 18px;
}
.pg-app-organizational-charts--container .pg-app-genealogy-tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #c4c4c4;
  width: 50%;
  height: 18px;
  right: auto;
  left: 50%;
  border-left: 1px solid #c4c4c4;
}
.pg-app-organizational-charts--container .pg-app-genealogy-tree li:only-child {
  padding-top: 0;
}
.pg-app-organizational-charts--container
  .pg-app-genealogy-tree
  li:only-child::after {
  display: none;
}
.pg-app-organizational-charts--container
  .pg-app-genealogy-tree
  li:only-child::before {
  display: none;
}
.pg-app-organizational-charts--container
  .pg-app-genealogy-tree
  li:first-child::before {
  border: 0 none;
}
.pg-app-organizational-charts--container
  .pg-app-genealogy-tree
  li:last-child::after {
  border: 0 none;
}
.pg-app-organizational-charts--container
  .pg-app-genealogy-tree
  li:last-child::before {
  border-right: 1px solid #c4c4c4;
}
.pg-app-organizational-charts--container .pg-app-genealogy-tree li a {
  text-decoration: none;
  color: #666;
  font-size: 11px;
  display: inline-block;
}
.pg-app-organizational-charts--container
  .pg-app-genealogy-tree
  > ul
  > li:before {
  display: none;
}
.pg-app-organizational-charts--container
  .pg-app-genealogy-tree
  > ul
  > li:after {
  display: none;
}
.pg-app-organizational-charts--container .member-view-box {
  padding: 0px 4px;
  text-align: center;
  position: relative;
  min-width: 148px;
}
.pg-app-organizational-charts--container .member-view-box .member-image {
  position: relative;
}
.pg-app-organizational-charts--container .member-view-box .member-image img {
  margin-bottom: 8px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.pg-app-organizational-charts--container .member-view-box .pg-member-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 4px;
}
.pg-app-organizational-charts--container
  .member-view-box
  .pg-member-designation {
  font-size: 10px;
  line-height: 12px;
}
.pg-app-organizational-charts--container .member-view-box .total-child {
  display: block;
  font-size: 12px;
  margin: 8px 0 2px;
  color: #5f5f5f;
  font-weight: 500;
}
.pg-app-organizational-charts--container .member-view-box .total-child span {
  position: relative;
  padding-left: 16px;
}
.pg-app-organizational-charts--container
  .member-view-box
  .total-child
  span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: calc(50% - 6px);
  background-image: url("../img/users.svg");
  background-size: contain;
}
.pg-app-organizational-charts--container .genealogy-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.pg-app-organizational-charts--container
  .genealogy-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e4e4e4;
}
.pg-app-organizational-charts--container
  .genealogy-scroll::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 10px;
  transition: 0.5s;
}
.pg-app-organizational-charts--container
  .genealogy-scroll::-webkit-scrollbar-thumb:hover {
  background: #d5b14c;
  transition: 0.5s;
}

.pg-app-genealogy-tree ul > li.active {
  opacity: 1;
}

.pg-app-genealogy-tree ul > li.inactive {
  opacity: 0.2;
}

/* mixin */
.pg-app-company-locations-map .pg-app-title {
  margin-bottom: 8px;
  font-family: var(--pg-family);
  font-size: 18px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: var(--black-color);
}

.pg-app-company-locations-map .pg-app-subtitles {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--black-color);
}

.pg-app-company-locations-map .pg-app-location-wrapper {
  padding: 48px 0px;
}
.pg-app-company-locations-map .pg-app-location-wrapper:first-child {
  border-bottom: 1px solid var(--border-color);
}

.pg-app-company-locations-map
  .pg-app-company-locations
  .pg-app-company-locations-list {
  margin-bottom: 16px;
}
.pg-app-company-locations-map
  .pg-app-company-locations
  .pg-app-company-locations-list
  .pg-app-item-list {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--black-color);
}
.pg-app-company-locations-map
  .pg-app-company-locations
  .pg-app-company-locations-list
  .pg-app-item-list
  svg {
  height: 24px;
  width: 24px;
}

/* mixin */
.pg-app-event-calendar-wrapper .pg-app-btn-dark {
  padding: 12px 16px;
  background: rgba(9, 90, 165, 0.1);
  border: 1px solid rgba(9, 90, 165, 0.2);
  border-radius: 4px;
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: var(--black-color);
}
.pg-app-event-calendar-wrapper .pg-app-btn-dark:focus {
  border: none;
  outline: none;
}

.pg-app-event-calendar-wrapper .select-w {
  width: 178px !important;
}

.pg-app-event-calendar-body .pg-app-event-card {
  margin-bottom: 24px;
  padding: 20px 24px;
  border: 1px solid #dadada;
  border-radius: 8px;
}
.pg-app-event-calendar-body .pg-app-event-card a {
  text-decoration: none;
  color: unset;
}
.pg-app-event-calendar-body .pg-app-event-card a:hover {
  text-decoration: none;
  color: unset !important;
}
.pg-app-event-calendar-body .pg-app-event-card .pg-app-top {
  display: flex;
  grid-gap: 17px;
  margin-bottom: 24px;
}
.pg-app-event-calendar-body
  .pg-app-event-card
  .pg-app-top
  .pg-app-image-wrapper {
  height: 83px;
  width: 83px;
}
.pg-app-event-calendar-body
  .pg-app-event-card
  .pg-app-top
  .pg-app-image-wrapper
  img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.pg-app-event-calendar-body .pg-app-event-card .pg-app-top .pg-app-title {
  margin-bottom: 10 !important;
}
.pg-app-event-calendar-body .pg-app-event-card .pg-app-top .pg-app-title h2 {
  font-family: var(--pg-family);
  font-size: 24px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  color: var(--black-color);
}
.pg-app-event-calendar-body
  .pg-app-event-card
  .pg-app-top
  .pg-app-title
  .pg-app-timedate {
  display: flex;
  grid-gap: 16px;
}
.pg-app-event-calendar-body
  .pg-app-event-card
  .pg-app-top
  .pg-app-title
  .pg-app-timedate
  .item {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.pg-app-event-calendar-body
  .pg-app-event-card
  .pg-app-top
  .pg-app-title
  .pg-app-timedate
  .item:not(:last-child) {
  position: relative;
}
.pg-app-event-calendar-body
  .pg-app-event-card
  .pg-app-top
  .pg-app-title
  .pg-app-timedate
  .item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0px;
  right: -11px;
  height: 15px;
  border-right: 1.5px solid #c4c4c4;
}
.pg-app-event-calendar-body
  .pg-app-event-card
  .pg-app-bottom
  .pg-app-add-info-title {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: var(--black-color);
  margin-bottom: 11px !important;
}
.pg-app-event-calendar-body .pg-app-event-card .pg-app-bottom span {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: var(--black-color);
}
.pg-app-event-calendar-body .pg-app-event-card .pg-app-bottom .pg-app-list {
  padding-left: 2rem !important;
}
.pg-app-event-calendar-body
  .pg-app-event-card
  .pg-app-bottom
  .pg-app-list
  .pg-app-list-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  list-style: disc;
}

.pg-app-membership-layout .pg-app-membership-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  margin-bottom: 24px;
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-mycard-header
  .pg-app-image-sec {
  height: 220px;
  width: 100%;
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-mycard-header
  .pg-app-image-sec
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}
.pg-app-membership-layout .pg-app-membership-card .pg-app-card-body {
  padding: 24px;
}
.pg-app-membership-layout .pg-app-membership-card .pg-app-card-body .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pg-app-membership-layout .pg-app-membership-card .pg-app-card-body .title h4 {
  margin-bottom: 8px;
  font-family: var(--pg-family);
  font-size: 24px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 32px;
  color: var(--black-color);
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-app-card-body
  .title
  .group-status {
  padding: 6px 10px;
  background: rgba(120, 192, 89, 0.1);
  border-radius: 21px;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 17px;
  color: var(--black-color);
  margin-bottom: 8px;
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-app-card-body
  .title
  .group-status.pink {
  background: rgba(241, 186, 186, 0.4);
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-app-card-body
  .pg-member-count {
  margin-bottom: 12px;
  display: block;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 17px;
  color: blue;
  cursor: pointer
}
.pg-app-membership-layout .pg-app-membership-card .pg-app-card-body p {
  margin-bottom: 32px;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--text-color-medium);
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-app-card-body
  .pg-app-image-sec {
  max-height: 83px;
  max-width: 83px;
  height: 100%;
  width: 100%;
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-app-card-body
  .pg-app-image-sec
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-app-card-body
  .title-card {
  margin-bottom: 10px !important;
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--black-color);
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-app-card-body
  .title-card
  span {
  font-weight: 600;
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-app-card-body
  .pg-app-info-wrapper {
  display: flex;
  justify-content: space-between;
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-app-card-body
  .pg-app-info-wrapper
  .pg-member-item {
  position: relative;
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-app-card-body
  .pg-app-info-wrapper
  .pg-member-item:not(:first-child)::before {
  left: -16px;
  position: absolute;
  content: "";
  border: 0.1px solid #e9ecef;
  height: 48px;
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-app-card-body
  .pg-app-info-wrapper
  .pg-member-item
  span {
  display: block;
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
  text-transform: capitalize;
}
.pg-app-membership-layout
  .pg-app-membership-card
  .pg-app-card-body
  .pg-app-info-wrapper
  .pg-member-item
  span:first-child {
  color: var(--text-color-medium);
}
.pg-app-pg-app-button-wrapper {
  margin-top: 32px;
  display: flex;
  grid-gap: 16px;
}
.pg-app-info-wrapper {
  display: flex;
  justify-content: space-between;
}
.pg-app-info-wrapper .pg-member-item {
  position: relative;
}
.pg-app-info-wrapper .pg-member-item:not(:first-child)::before {
  left: -16px;
  position: absolute;
  content: "";
  border: 0.1px solid #e9ecef;
  height: 48px;
}
.pg-app-info-wrapper .pg-member-item span {
  display: block;
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
  text-transform: capitalize;
}
.pg-app-info-wrapper .pg-member-item span:first-child {
  color: var(--text-color-medium);
}
/* mixin */
.pg-app-membership-details-wrapper .pg-app-image-sec {
  width: 100%;
  height: 335px;
  background-image: url(../img/member.png);
  background-position: center center;
  background-size: cover;
  margin-bottom: 24px;
}
.pg-app-membership-details-wrapper .pg-app-details-titile {
  font-family: var(--pg-family);
  font-size: 24px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 32px;
  color: var(--black-color);
}

.pg-app-membership-details-wrapper .description .sec-1 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 48px;
  grid-gap: 130px;
}
.pg-app-membership-details-wrapper .description .sec-1 p {
  display: flex;
  align-items: center;
  grid-gap: 37px;
  margin-bottom: 12px !important;
}
.pg-app-membership-details-wrapper .description .sec-1 p span {
  position: relative;
}
.pg-app-membership-details-wrapper
  .description
  .sec-1
  p
  span:last-child::before {
  content: " ";
  position: absolute;
  height: 17px;
  border-left: 1px solid;
  left: -17px;
  top: 5px;
}
.pg-app-membership-details-wrapper .description .sec-1 .details {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5f5f5f;
  margin-bottom: 0 !important;
}
.pg-app-membership-details-wrapper .description .sec-1 .pg-app-button-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.pg-app-membership-details-wrapper .description .details p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5f5f5f;
}

.pg-app-membership-details-wrapper .pg-app-info-wrapper {
  display: flex;
  grid-gap: 72px;
  margin-bottom: 48px;
}
.pg-app-membership-details-wrapper .pg-app-info-wrapper .item {
  position: relative;
}
.pg-app-membership-details-wrapper
  .pg-app-info-wrapper
  .item:not(:first-child)::before {
  left: -16px;
  position: absolute;
  content: "";
  border: 0.1px solid #e9ecef;
  height: 48px;
}
.pg-app-membership-details-wrapper .pg-app-info-wrapper .item span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}
.pg-app-membership-details-wrapper .pg-app-info-wrapper .item span:first-child {
  color: #5f5f5f;
}

/* mixin */
.pg-app-header-without-tabs {
  border-bottom: 1px solid #dadada;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.pg-app-header-without-tabs h6 {
  margin-bottom: 0 !important;
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 2;
  color: var(--black-color);
  border-bottom: 2px solid;
}

.pg-app-header-with-grid-list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 7px;
  margin-bottom: 15px;
  gap: 12px;
}
.pg-app-header-with-grid-list .pg-app-alphabet-search {
  display: inline-flex;
  border-radius: 4px;
  margin-top: 8px !important;
  flex-wrap: wrap;
}
.pg-app-header-with-grid-list .pg-app-alphabet-search li {
  padding: 12px 16px;
  font-size: 12px;
  border: 1px solid var(--border-color);
  cursor: pointer;
}
    .pg-app-header-with-grid-list .pg-app-alphabet-search li:hover, .pg-app-header-with-grid-list .pg-app-alphabet-search li.selected {
        background: #1688e1;
        color: #fff;
    }
.pg-app-header-with-grid-list .pg-app-alphabet-search li:active {
  background: #1688e1;
}

.pg-app-em-dir-grid-content {
  display: flex;
  justify-content: space-between;
}
.pg-app-em-dir-grid-content .pg-app-em-dir-item {
  margin-bottom: 8px;
}
.pg-app-em-dir-grid-content .pg-app-em-dir-item .pg-app-item-des {
  text-transform: capitalize;
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  color: var(--text-color-medium);
}
.pg-app-em-dir-grid-content .pg-app-em-dir-item h4 {
  font-family: var(--pg-family);
  font-size: 1p4x !important;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
}

/* mixin */
.pg-app-open-job {
  border: none;
  background: none;
  cursor: pointer;
  padding: 8px 0;
}

.pg-app-job-collapse {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.pg-app-jobs-global-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.pg-app-jobs-global-wrapper .pg-app-left-sec {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.pg-app-jobs-global-wrapper .pg-app-left-sec.open-collapse {
  width: 100% !important;
}
.pg-app-jobs-global-wrapper
  .pg-app-left-sec.open-collapse
  .pg-app-job-collapse {
  display: block;
}
.pg-app-jobs-global-wrapper .pg-app-left-sec.close-job {
  width: 66.66666667%;
}
.pg-app-jobs-global-wrapper .pg-app-left-sec.close-job .pg-app-job-collapse {
  display: none;
}
.pg-app-jobs-global-wrapper .pg-app-left-sec .pg-header-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 10px;
}
.pg-app-jobs-global-wrapper .pg-app-left-sec .pg-header-sec h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 20px;
  color: #000000;
}
.pg-app-jobs-global-wrapper
  .pg-app-left-sec
  .pg-header-sec
  .pg-app-button-wrap {
  grid-gap: 10px;
}
.pg-app-jobs-global-wrapper .pg-app-left-sec .pg-app-job-details {
  margin-bottom: 62px !important;
}
.pg-app-jobs-global-wrapper
  .pg-app-left-sec
  .pg-app-job-details
  .pg-app-item-list {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.pg-app-jobs-global-wrapper
  .pg-app-left-sec
  .pg-app-job-details
  .pg-app-item-list
  span {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--black-color);
}
.pg-app-jobs-global-wrapper
  .pg-app-left-sec
  .pg-app-job-overview
  .pg-app-job-summry-title {
  margin-bottom: 32px;
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 19px;
  color: var(--black-color);
}
.pg-app-jobs-global-wrapper
  .pg-app-left-sec
  .pg-app-job-overview
  .pg-app-job-summry-subtitle {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
}
.pg-app-jobs-global-wrapper
  .pg-app-left-sec
  .pg-app-job-overview
  .pg-app-job-summry-description {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
}
.pg-app-jobs-global-wrapper
  .pg-app-left-sec
  .pg-app-job-overview
  .pg-main-job-list {
  list-style: disc !important;
  padding-left: 1.5rem !important;
}
.pg-app-jobs-global-wrapper
  .pg-app-left-sec
  .pg-app-job-overview
  .pg-main-job-list
  li {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
}
.pg-app-jobs-global-wrapper
  .pg-app-left-sec
  .pg-app-job-overview
  .pg-main-job-list
  li
  .pg-app-inner-job-list
  li::before {
  content: "- ";
  text-indent: -5px;
}
.pg-app-jobs-global-wrapper .pg-app-right-sec {
  padding-left: 24px;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.pg-app-jobs-global-wrapper .pg-app-right-sec.right-open {
  display: none;
}

.pg-app-jobs-suggestion-listing .pg-app-job-card {
  margin-bottom: 24px;
  padding: 20px 24px;
  border: 1px solid #dadada;
  border-radius: 8px;
  background: #ffffff;
  border-radius: 8px;
  cursor: pointer;
}
.pg-app-jobs-suggestion-listing .pg-app-job-card:hover {
  border: 1px solid #1688e1;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}
.pg-app-jobs-suggestion-listing .pg-app-job-card.active {
  border: 2px solid #1688e1;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}
.pg-app-jobs-suggestion-listing .pg-app-job-title {
  font-family: var(--pg-family);
  font-size: 24px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 26px;
  color: var(--black-color);
}
.pg-app-jobs-suggestion-listing .pg-app-job-timedate .pg-app-job-list {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  margin-bottom: 10px;
}

/* mixin */
.pg-app-calendar-wrap .pg-app-head-flex .pg-app-date-cal {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.pg-app-calendar-wrap .pg-app-head-flex .pg-app-today-btn {
  background: #f1f7fe;
  border-radius: 4px;
}
.pg-app-calendar-wrap .pg-app-head-flex .pg-app-today-btn button {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000000;
  padding: 8px 24px !important;
  border-color: #f1f7fe;
}

.pg-app-calendar-wrap .pg-app-head-flex .pg-app-calendar-badges li {
  display: list-item;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  margin-left: 20px;
}

.pg-app-days li {
  color: #333;
  padding: 4px 4px 4px 8px;
  text-transform: uppercase;
  font-size: 13px;
}

.pg-app-days li,
.pg-app-cal-dates li {
  float: left;
  width: 14.28%;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #e8e8e8;
  color: #969696;
}

.pg-app-days li:nth-child(last) {
  border-right: none;
}

.pg-app-cal-dates {
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-radius: 0px 0px 8px 8px;
}

#pg-app-tab-1 .pg-app-cal-dates {
  border-radius: 0 0 8px 0;
}

.pg-app-cal-dates:after,
.pg-app-days:after {
  content: "";
  display: block;
  clear: both;
}

.pg-app-cal-dates li {
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 1px;
  height: 140px;
  margin: 0;
  background: #fff;
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pg-app-cal-dateWrapper {
  max-height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: max-height 1s;
  margin-top: 10px;
  margin-left: 10px;
}

.pg-app-cal-dateWrapper .open {
  max-height: 600px;
  z-index: 10;
  padding-bottom: 25px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 10px #333;
}

.pg-app-cal-dates li.fade {
  color: #ccc;
  opacity: 0.6;
}

.pg-app-cal-date,
.pg-app-cal-dates li a {
  display: block;
  padding: 4px;
  text-align: left;
  font-size: 13px;
}

.pg-app-cal-dates li a,
.eventKey div {
  text-align: left;
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 16px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pg-app-cal-dates li a,
.pg-app-cal-dates li div {
  margin: 4px 2px 0;
}

.pg-app-cal-dates li a.expand {
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 26%,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 4px 0 0 0;
  margin: 0;
  border-radius: 0;
}

.pg-app-cal-dates li a.expand span {
  display: inline-block;
  padding: 4px 8px;
  transition: transform 1s ease-in-out;
}

.pg-app-cal-dates li a.expand.open span {
  transform: rotate(45deg);
  color: #333;
}

.pg-app-cal-dates li a b {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

.pg-app-cal-date {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

.pg-app-border-round {
  border-radius: 0 0 0 8px;
}

.pg-app-border-round-right {
  border-radius: 0 0 8px 0;
}

.pg-app-cal-date.active {
  background: #1688e1;
  border-radius: 20px;
  display: inline;
  color: #fff;
  width: 35px;
  text-align: center;
}

ul.pg-app-days {
  border-top: 1px solid #e8e8e8;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
  border-left: 1px solid #e8e8e8;
  border-radius: 8px 8px 0 0;
}

.pg-app-days.modal-day {
  border-top: 1px solid #e8e8e8;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
  border-left: 1px solid #e8e8e8;
  border-radius: 8px 8px 0 0;
  border-radius: 0px 8px 0 0;
}

ul.pg-app-days li:nth-child(7) {
  border-radius: 0 8px 0 0;
}

.pg-app-calendar-timedate {
  display: flex;
  grid-gap: 16px;
}

.grid-view.view-active {
  display: block;
}

.grid-view {
  display: none;
}

.pg-app-list-wrapper.list-view.view-active {
  display: block;
}

.pg-app-list-wrapper.list-view {
  display: none;
}
.pg-app-list-wrapper.list-view .form-check label {
  margin-left: 24px !important;
}

span.pg-app-date-week {
  color: #000;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}

#pg-app-tab-2 .pg-app-week-day li {
  min-height: 84px;
  height: 100%;
  padding: 12px 12px;
}

#pg-app-tab-3 .pg-app-week-day li {
  min-height: 84px;
  height: 100%;
  padding: 12px 12px;
}

#pg-app-tab-3 .pg-app-week-day li:nth-child(1) {
  border: none;
}

#pg-app-tab-3 .pg-app-week-day {
  border-right: 1px solid #e8e8e8;
  border-radius: 0 8px 0 0;
}

#pg-app-tab-3 .pg-app-cal-dates li {
  min-height: 72px;
  height: 100%;
}

#pg-app-tab-3 .pg-app-gmt-time {
  border-radius: 8px 0 0 8px;
}

.pg-app-week-view {
  flex: 1;
}

.pg-app-gmt-time {
  flex-basis: 57px;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.pg-app-calendar-time {
  min-height: 69px;
  height: 100%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #969696;
  padding-left: 8px;
}

#pg-app-select-box option {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

ul.pg-app-cal-dates.pg-app-cal-week-pg-app-cal-dates.pg-app-day-long {
  border-radius: 0 0 8px 0;
}

.pg-app-tab-sec.d-flex {
  padding-right: 32px;
}

.pg-app-hide {
  display: none;
}
.pg-app-cal-drop {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 15px;
}

.pg-app-cal-dates li:hover {
  background-color: #f6f6f6;
}

.pg-app-day-long {
  position: relative;
}

#pg-app-tab-3 li {
  position: unset;
}

a.pg-app-long-day-first {
  position: absolute;
  top: 20%;
  z-index: 999;
  left: 0;
  padding-top: 10px !important;
  padding-bottom: 30px !important;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

svg.pg-app-current-time {
  width: 100%;
}

.pg-app-hide-cal-modal {
  display: none;
}

.pg-app-wide-width {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto;
}

#pg-app-div2 .pg-app-gmt-time {
  border-radius: 8px 0 0 8px;
}

#pg-app-div2 {
  margin-top: 32px;
}

#pg-app-div2 .pg-app-btn .dark-outline-btn {
  background-color: #f4f4f4 !important;
  border: none !important;
}

#pg-app-div2 .date-cal {
  color: #000;
}

#pg-app-div2 .pg-app-cal-dates li:hover {
  background-color: #fff;
}

li.last-border {
  border-radius: 0 0 8px 0;
}

.pg-app-mystyle .expand-style {
  display: flex;
  justify-content: space-between;
}

.pg-app-expand-conflict .tab-sec {
  max-width: 535px;
}

a.pg-app-long-day-line {
  position: absolute;
  top: 32%;
  z-index: 999;
  left: 0;
  padding-top: 10px !important;
  padding-bottom: 30px !important;
  width: 100%;
}

a.pg-app-long-day-mid {
  position: absolute;
  top: 50%;
  z-index: 999;
  left: 0;
  width: 100%;
}

a.pg-app-long-day-last {
  position: absolute;
  top: 70%;
  z-index: 999;
  left: 0;
  width: 100%;
}

.pg-app-gmt-first {
  min-height: 85px;
  height: unset;
  display: flex;
  align-items: end;
  border-bottom: 1px solid #e8e8e8;
}

.pg-app-day-gmt {
  padding-top: 57px;
  border-bottom: 1px solid #e8e8e8;
}

.pg-app-gmt-last {
  min-height: 20px;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0px 0 0 8px;
}

.pg-app-stab-sec {
  padding-right: 19px;
}

li.pg-app-green-week a {
  background: linear-gradient(
      0deg,
      rgba(86, 148, 136, 0.1),
      rgba(86, 148, 136, 0.1)
    ),
    #ffffff;
  border-radius: 4px;
  color: #569488;
}

li.pg-app-purple-week a {
  background: linear-gradient(
      0deg,
      rgba(115, 76, 164, 0.1),
      rgba(115, 76, 164, 0.1)
    ),
    #ffffff;
  border-radius: 4px;
  color: #734ca4;
}

li.pg-app-orange-week {
  background: linear-gradient(
      0deg,
      rgba(237, 119, 34, 0.1),
      rgba(237, 119, 34, 0.1)
    ),
    #ffffff;
}

li.pg-app-orange-week a {
  border-radius: 4px;
}

li.pg-app-orange-week a {
  color: #ed7722;
}

#pg-app-tab-3 .pg-app-week-day {
  border-left: none;
}

#pg-app-tab-3 .pg-app-cal-week-pg-app-cal-dates li {
  min-height: 72px;
  height: 100%;
}

#pg-app-tab-3 .pg-app-cal-week-pg-app-cal-dates li:nth-child(3) {
  border-left: none;
}

#pg-app-tab-3 .pg-app-cal-week-pg-app-cal-dates li:nth-child(10) {
  border-left: none;
}

#pg-app-tab-3 .pg-app-cal-week-pg-app-cal-dates li:nth-child(17) {
  border-left: none;
}

#pg-app-tab-3 .pg-app-cal-week-pg-app-cal-dates li:nth-child(24) {
  border-left: none;
}

#pg-app-tab-3 .pg-app-cal-week-pg-app-cal-dates li:nth-child(31) {
  border-left: none;
}

#pg-app-tab-3 .pg-app-cal-week-pg-app-cal-dates li:nth-child(42) {
  border-left: none;
}

#pg-app-tab-3 .pg-app-cal-week-pg-app-cal-dates li:nth-child(49) {
  border-left: none;
}

#pg-app-tab-3 .pg-app-cal-week-pg-app-cal-dates li:nth-child(56) {
  border-left: none;
}

#pg-app-tab-3 .pg-app-cal-week-pg-app-cal-dates li:nth-child(63) {
  border-left: none;
}

#pg-app-tab-3 .pg-app-cal-week-pg-app-cal-dates li:nth-child(70) {
  border-left: none;
}

#pg-app-tab-2 .pg-app-gmt-time {
  border-radius: 8px 0 0 8px;
}

#pg-app-tab-2 .pg-app-cal-dates {
  border-radius: 0 0 8px 0;
}

#pg-app-tab-2 .pg-app-cal-week-pg-app-cal-dates .pg-app-last-day {
  border-radius: 0 0 8px 0;
}

#pg-app-tab-2 .pg-app-week-day {
  border-left: none;
  border-radius: 0px 8px 0 0;
}

#pg-app-tab-2 .pg-app-cal-week-pg-app-cal-dates li {
  min-height: 72px;
  height: 100%;
  padding-left: 0px;
}

#pg-app-tab-2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(3) {
  border-left: none;
}

#pg-app-tab-2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(10) {
  border-left: none;
}

#pg-app-tab-2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(17) {
  border-left: none;
}

#pg-app-tab-2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(24) {
  border-left: none;
}

#pg-app-tab-2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(31) {
  border-left: none;
}

#pg-app-tab-2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(42) {
  border-left: none;
}

#pg-app-tab-2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(49) {
  border-left: none;
}

#pg-app-tab-2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(56) {
  border-left: none;
}

#pg-app-tab-2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(63) {
  border-left: none;
}

#pg-app-tab-2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(70) {
  border-left: none;
}

#pg-app-tab-3 .pg-app-cal-week-pg-app-cal-dates .pg-app-last-day {
  border-radius: 0 0 8px 0;
}

.pg-app-last-day {
  border-radius: 0px 0px 8px 0px;
}

.pg-app-calendar-time .date {
  display: flex;
  grid-gap: 16px;
}

.pg-app-modalfade .pg-app-paycheck-inner-tabs .nav-pills {
  border-bottom: 1px solid #e8e8e8;
}
.pg-app-paycheck-inner-tabs .nav-pills .nav-link:hover {
  text-decoration: none;
  color: var(--text-color-medium) !important;
}

@media (min-width: 576px) {
  .pg-app-custom-width {
    max-width: 744px !important;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }
}

.pg-app-options-cal {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 17px;
  text-decoration: none;
  color: #095aa5;
}

.pg-app-des-cal {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.pg-app-editor-cal .ck-focused {
  height: 156px !important;
  overflow-y: scroll;
}

.pg-app-editor-cal .ck.ck-toolbar.ck-toolbar_grouping {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.pg-app-editor-cal
  .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
  min-height: 156px !important;
  height: 100%;
}

.pg-app-editor-cal .ck.ck-editor__main {
  min-height: 156px;
  height: 100%;
}

.pg-app-editor-cal
  .ck-rounded-corners
  .ck.ck-editor__top
  .ck-sticky-panel
  .ck-toolbar,
.pg-app-editor-cal
  .ck.ck-editor__top
  .ck-sticky-panel
  .ck-toolbar.ck-rounded-corners {
  border-bottom: 1px solid #ccc;
}

.pg-app-arrow {
  padding: 6px 9px;
  border: 1px solid #d2d5da;
  border-radius: 4px;
}

.pg-app-arrow:hover {
  background-color: #f1f7fe;
}

.pg-app-dot {
  height: 8px;
  width: 8px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}

.pg-app-purple {
  background-color: #734ca4;
}

.pg-app-green {
  background-color: #569488;
}

.pg-app-orange {
  background-color: #ed7722;
}

.pg-app-checkall {
  margin-left: 24px;
}

.pg-app-top {
  margin-bottom: 24px;
}

.pg-app-event-calendar-body {
  margin-top: 24px;
}

#pg-app-div2 a.pg-app-long-day-first {
  margin: 0;
}

#pg-app-div2 a.pg-app-long-day-mid {
  margin: 0;
}

#pg-app-div2 a.pg-app-long-day-last {
  margin: 0;
}

#pg-app-div2 ul.pg-app-days.pg-app-week-day.modal-day li {
  width: 100%;
  height: 72px;
  justify-content: center;
  border-radius: 0 8px 0 0;
}

#pg-app-div2 .pg-app-day-gmt {
  padding-top: 7px;
  display: flex;
  align-items: end;
}

#pg-app-div2 .pg-app-calendar-time.gmt-first {
  min-height: 56px;
  display: flex;
  align-items: end;
  border-bottom: 1px solid #d2d5da;
}

#pg-app-div2 .pg-app-cal-dates li {
  height: 72px;
  position: unset;
  margin: 0;
}

#pg-app-div2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(3) {
  border-left: none;
}

#pg-app-div2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(10) {
  border-left: none;
}

#pg-app-div2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(17) {
  border-left: none;
}

#pg-app-div2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(24) {
  border-left: none;
}

#pg-app-div2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(31) {
  border-left: none;
}

#pg-app-div2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(42) {
  border-left: none;
}

#pg-app-div2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(49) {
  border-left: none;
}

#pg-app-div2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(56) {
  border-left: none;
}

#pg-app-div2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(63) {
  border-left: none;
}

#pg-app-div2 .pg-app-cal-week-pg-app-cal-dates li:nth-child(70) {
  border-left: none;
}

#pg-app-tab-3 .pg-app-cal-dates {
  border-radius: 0 0 8px 0;
}

/* mixin */
.pg-app-deposite-card .pg-app-deposite-card-header {
  margin-bottom: 32px;
}
.pg-app-deposite-card .pg-app-deposite-card-header .title {
  font-family: var(--pg-family);
  font-size: 20px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  color: var(--black-color);
}
.pg-app-deposite-card .pg-app-deposite-card-header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.pg-app-deposite-card .pg-app-deposite-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pg-app-deposite-card .pg-app-deposite-card-footer span {
  display: block;
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
}
.pg-app-deposite-card .pg-app-deposite-card-footer span.ammount {
  font-weight: 400 !important;
}

.pg-app-modal-dialog .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 1rem;
}
.pg-app-modal-dialog
  .modal-dialog
  .modal-content
  .modal-header
  .header-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.pg-app-modal-dialog
  .modal-dialog
  .modal-content
  .modal-header
  .header-wrapper
  h5 {
  font-family: var(--pg-family);
  font-size: 20px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  color: var(--black-color);
}
.pg-app-modal-dialog
  .modal-dialog
  .modal-content
  .modal-header
  .header-wrapper
  p {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--black-color);
  margin-bottom: 0;
}
.pg-app-modal-dialog
  .modal-dialog
  .modal-content
  .modal-header.edit-modal-header
  .btn-close {
  background-image: url("../img/trash.svg") !important;
}

.pg-app-modal-dialog .modal-dialog .modal-content .modal-body {
  padding: 0 2rem 2rem 2rem;
}
.pg-app-modal-dialog
  .modal-dialog
  .modal-content
  .modal-body
  .pg-form {
  margin-bottom: 24px;
}
.pg-app-modal-dialog
  .modal-dialog
  .modal-content
  .modal-body
  .form-group
  .input-group-text {
  cursor: pointer;
  background-color: transparent;
  max-width: 80px;
  width: 100%;
  padding: 0 !important;
  background-position: right 0.2rem center !important;
}
.pg-app-modal-dialog
  .modal-dialog
  .modal-content
  .modal-body
  .acc-digit-img-wrapper {
  background: #f9fafd;
  border-radius: 8px;
  padding: 16px;
  margin: 32px 0;
}
.pg-app-modal-dialog
  .modal-dialog
  .modal-content
  .modal-body
  .pg-app-select-voided-chek {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  grid-gap: 12px;
  background: #f1f7fe;
  border-radius: 8px;
  padding: 12px 24px;
  border: 1px dashed var(--border-color);
}
.pg-app-modal-dialog
  .modal-dialog
  .modal-content
  .modal-body
  .pg-app-select-voided-chek
  .upload-file {
  position: relative;
}
.pg-app-modal-dialog
  .modal-dialog
  .modal-content
  .modal-body
  .pg-app-select-voided-chek
  .upload-file
  p {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  color: var(--accent-color);
  margin-bottom: 0 !important;
}
.pg-app-modal-dialog
  .modal-dialog
  .modal-content
  .modal-body
  .pg-app-select-voided-chek
  .upload-file
  input {
  height: 0;
  top: 5px;
  position: absolute;
  opacity: 0;
}
.pg-app-modal-dialog
  .modal-dialog
  .modal-content
  .modal-body
  .pg-app-select-voided-chek
  .upload-file
  .info {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--black-color);
  margin-bottom: 0px !important;
}

.pg-app-modal-dialog .modal-dialog .modal-content .modal-footer {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 12px;
}

.pg-app-employee-dir-card {
  background: var(--white-color);
  border: 1px solid var(--border-color);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 24px;
}
.pg-app-employee-dir-card .pg-app-employee-dir-card-body {
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-employee-dir-profile {
  display: flex;
  align-items: center;
  grid-gap: 13px;
  margin-bottom: 30px;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-employee-dir-profile
  .pg-app-em-dir-image-wrapper {
  height: 62px;
  width: 62px;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-employee-dir-profile
  .pg-app-em-dir-image-wrapper
  img {
  object-fit: contain;
  border-radius: 100%;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-employee-dir-profile
  .pg-app-em-dir-content
  .pg-app-em-dir-name {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  text-transform: capitalize;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-employee-dir-profile
  .pg-app-em-dir-content
  .pg-app-em-dir-name
  .name {
  line-height: 1.6;
  text-transform: capitalize;
  font-size: 16px;
  color: var(--black-color);
  font-weight: 500;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-employee-dir-profile
  .pg-app-em-dir-content
  .pg-app-em-dir-name
  .designation {
  line-height: 1.6;
  text-transform: capitalize;
  font-size: 12px;
  color: var(--accent-color);
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-employee-dir-profile
  .pg-app-em-dir-content
  .pg-app-em-dir-designation {
  display: block;
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  color: var(--text-color-medium);
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-employee-dir-profile
  .pg-app-em-dir-content
  .pg-app-em-dir-email {
  text-decoration: underline;
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: var(--text-color-medium);
}
.pg-app-employee-dir-card .pg-app-employee-dir-card-body .pg-app-em-dir-email {
  display: flex;
  grid-gap: 10px;
  color: var(--black-color);
  margin-bottom: 16px;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-em-dir-grid-content {
  display: flex;
  justify-content: space-between;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-em-dir-grid-content
  .pg-app-em-dir-item {
  margin-bottom: 20px;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-em-dir-grid-content
  .pg-app-em-dir-item
  .pg-app-item-des {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  color: var(--text-color-medium);
  text-transform: capitalize;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-em-dir-grid-content
  .pg-app-em-dir-item
  h4 {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
  margin-bottom: 0 !important;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-earned-badges
  .pg-app-badges-flex
  .pg-app-badges {
  display: flex;
  align-items: flex-start;
  grid-gap: 3px;
  position: relative;
  margin-right: 26px;
  cursor: pointer;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-earned-badges
  .pg-app-badges-flex
  .pg-app-badges
  .pg-app-award {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-earned-badges
  .pg-app-badges-flex
  .pg-app-badges
  .pg-app-badge-tooltip {
  display: none;
  position: absolute;
  background: white;
  white-space: nowrap;
  top: 20px;
  right: -53px;
  padding: 8px 16px;
  border: 1px solid #c4c4c4;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-earned-badges
  .pg-app-badges-flex
  .pg-app-badges
  .pg-app-badge-tooltip
  .title {
  font-weight: 500;
  font-size: 10px;
  color: var(--black-color);
  display: block;
  text-transform: capitalize;
  line-height: 1;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-earned-badges
  .pg-app-badges-flex
  .pg-app-badges
  .pg-app-badge-tooltip
  .des {
  font-weight: 500;
  font-size: 10px;
  color: var(--text-color-medium);
  line-height: 1;
}
.pg-app-employee-dir-card
  .pg-app-employee-dir-card-body
  .pg-app-earned-badges
  .pg-app-badges-flex
  .pg-app-badges:hover
  .pg-app-badge-tooltip {
  display: block;
}
.pg-app-employee-dir-card .pg-app-em-dir-buttons {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 18px;
}

/* mixin */
.pg-app-expenseReportModal .modal-dialog {
  max-width: 744px !important;
  width: 100%;
}
.pg-app-expenseReportModal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 24px;
}
.pg-app-expenseReportModal
  .modal-dialog
  .modal-content
  .modal-header.edit-modal-header
  .btn-close {
  background-image: url("../img/trash.svg") !important;
}
.pg-app-expenseReportModal .modal-dialog .modal-content .modal-body {
  padding: 0 2rem 2rem 2rem;
}
.pg-app-expenseReportModal .modal-dialog .modal-content .modal-footer {
  border: none;
}

.pg-app-expenseReport-action-modal .modal-dialog {
  max-width: 1168px !important;
  width: 100%;
}
.pg-app-expenseReport-action-modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 2rem;
}
.pg-app-expenseReport-action-modal
  .modal-dialog
  .modal-content
  .modal-header.edit-modal-header
  .btn-close {
  background-image: url("../img/trash.svg") !important;
}
.pg-app-expenseReport-action-modal .modal-dialog .modal-content .modal-body {
  padding: 0 2rem 2rem 2rem;
}
.pg-app-expenseReport-action-modal
  .modal-dialog
  .modal-content
  .modal-body
  .pg-form {
  margin-bottom: 24px;
}
.pg-app-expenseReport-action-modal
  .modal-dialog
  .modal-content
  .modal-body
  .pg-app-employee-comments {
  margin-bottom: 16px;
}
.pg-app-expenseReport-action-modal
  .modal-dialog
  .modal-content
  .modal-body
  .pg-app-employee-comments
  p {
  margin-bottom: 0 !important;
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
}
.pg-app-expenseReport-action-modal
  .modal-dialog
  .modal-content
  .modal-body
  .add-expense {
  cursor: pointer;
}
.pg-app-expenseReport-action-modal .modal-dialog .modal-content .modal-footer {
  border: none;
}

.pg-app-expense-item-main .pg-app-expense-item-title {
  font-family: var(--pg-family);
  font-size: 20px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  color: var(--black-color);
  margin: 0;
}

.pg-app-expense-item-main .pg-app-expense-tabs-wrapper {
  margin: 32px 0;
}
.pg-app-expense-item-main .pg-app-expense-tabs-wrapper .tabs {
  display: flex;
  align-items: center;
  grid-gap: 30px;
}
.pg-app-expense-item-main .pg-app-expense-tabs-wrapper .tabs label {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  color: var(--black-color);
  cursor: pointer;
}

.pg-app-expense-item-main
  .pg-app-expense-item-form
  .pg-app-entry-date
  .pg-app-date {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: var(--text-color-medium);
}

.pg-app-expense-item-main
  .pg-app-expense-item-form
  .pg-app-entry-date
  .pg-app-title {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
}

.pg-app-selected-file-attachment {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 16px 0;
}
.pg-app-selected-file-attachment .name {
  display: flex;
  grid-gap: 8px;
}
.pg-app-selected-file-attachment .name .image-wrapper {
  background: #e1eefd;
  border-radius: 50%;
  padding: 16px 18px;
}
.pg-app-selected-file-attachment .name .image-wrapper img {
  height: 100%;
  width: 100%;
}

.pg-app-bg-lightgrey {
  background: #f9fafd;
  border-radius: 8px;
  padding: 24px;
}
.pg-app-bg-lightgrey .pg-app-health-list {
  padding: 20px !important;
  background-color: #ffffff;
  border-radius: 8px;
}
.pg-app-bg-lightgrey .pg-app-health-list li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.pg-app-bg-lightgrey .pg-app-health-list li .pg-app-health-item {
  display: flex;
  grid-gap: 16px;
  padding: 24px 0;
}
.pg-app-bg-lightgrey .pg-app-health-list li .pg-app-health-item .icon {
  background: rgba(197, 220, 250, 0.5);
  padding: 17px;
  border-radius: 50%;
  line-height: 1;
}
.pg-app-bg-lightgrey .pg-app-health-list li .pg-app-health-item .icon svg path {
  fill: var(--accent-color);
}
.pg-app-bg-lightgrey .pg-app-health-plan-info {
  padding: 20px !important;
  background-color: #ffffff;
  border-radius: 8px;
}
.pg-app-bg-lightgrey .pg-app-health-plan-info .pg-app-health-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 40px;
}
.pg-app-bg-lightgrey .pg-app-health-plan-info ul li {
  margin-bottom: 13px;
}
.pg-app-bg-lightgrey .pg-app-health-plan-info ul li .pg-app-item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pg-app-bg-lightgrey .pg-app-health-plan-info ul li .pg-app-item-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.pg-app-bg-lightgrey
  .pg-app-health-plan-info
  ul
  li
  .pg-app-item-info
  span.pg-plan-price {
  font-weight: 600;
}

/* mixin */
.pg-app-sidemodal {
  justify-content: end !important;
}
.pg-app-sidemodal.btn-close {
  border-radius: 50%;
  border: 1px solid;
  height: 6px;
  width: 6px;
  background-size: 10px;
}

.pg-app-life-event-new-request-sidemodal {
  padding-top: 0px !important;
  overflow-y: hidden !important;
}
.pg-app-life-event-new-request-sidemodal .inner {
  height: calc(100vh - 150px);
  overflow: auto;
}
.pg-app-life-event-new-request-sidemodal h4 {
  font-family: var(--pg-family);
  font-size: 24px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 32px;
  color: var(--black-color);
  margin-bottom: 16px !important;
}
.pg-app-life-event-new-request-sidemodal h5 {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: var(--black-color);
  margin-bottom: 40px;
}
.pg-app-life-event-new-request-sidemodal ul li {
  margin-bottom: 32px !important;
  display: block;
}
.pg-app-life-event-new-request-sidemodal ul li p {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  color: var(--text-color-medium);
  margin-bottom: 16px;
  margin-top: 12px;
}
.pg-app-life-event-new-request-sidemodal ul li h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 700;
  font-style: normal;
  line-height: 22px;
  color: var(--black-color);
  margin-bottom: 8px !important;
}
.pg-app-life-event-new-request-sidemodal ul li .form-control {
  resize: none !important;
}
.pg-app-life-event-new-request-sidemodal .canva-footer {
  bottom: 0;
  position: relative;
}

.pg-app-life-table-heading {
  font-family: var(--pg-family);
  font-size: 18px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 26px;
  color: var(--black-color);
  margin-top: 24px;
}

.pg-app-life-event-Birth-wrapper {
    padding: 8px;
    background: #f1f7fe;
    border-radius: 8px;
    margin-bottom: 8px !important;
}
.pg-app-life-event-Birth-wrapper .pg-app-life-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px !important;
}
.pg-app-life-event-Birth-wrapper .pg-app-life-title .title-div {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.pg-app-life-event-Birth-wrapper .pg-app-life-title .title-div .title {
  font-family: var(--pg-family);
  font-size: 20px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  color: var(--black-color);
}
.pg-app-life-event-Birth-wrapper .pg-app-life-event-list {
  margin-top: 32px;
}
.pg-app-life-event-Birth-wrapper .pg-app-life-event-list .pg-app-list-item {
  position: relative;
}
.pg-app-life-event-Birth-wrapper
  .pg-app-life-event-list
  .pg-app-list-item
  span {
  display: block;
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  color: var(--black-color);
}
.pg-app-life-event-Birth-wrapper
  .pg-app-life-event-list
  .pg-app-list-item
  span.pg-app-title {
  font-weight: 400;
}
.pg-app-life-event-Birth-wrapper
  .pg-app-life-event-list
  .pg-app-list-item
  span.pg-app-date {
  font-weight: 600;
}
.pg-app-life-event-Birth-wrapper
  .pg-app-life-event-list
  .pg-app-list-item
  span.pg-app-time {
  font-weight: 600;
}
.pg-app-life-event-Birth-wrapper
  .pg-app-life-event-list
  .pg-app-list-item::after {
  position: absolute;
  content: " ";
  height: 48px;
  width: 2px;
  left: -9px;
  top: 2px;
  background-color: #1688e1;
}

.pg-app-select-voided-chek {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  grid-gap: 12px;
  background: #bcddfb;
  border-radius: 8px;
  padding: 5px 10px;
  border: 1px dashed #bcddfb;
}
.pg-app-select-voided-chek .upload-file {
  position: relative;
}
.pg-app-select-voided-chek .upload-file p {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  color: var(--accent-color);
  margin-bottom: 0 !important;
}
.pg-app-select-voided-chek .upload-file input {
  height: 0;
  top: 5px;
  position: absolute;
  opacity: 0;
}
.pg-app-select-voided-chek .upload-file .info {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--black-color);
  margin-bottom: 0px !important;
}

.pg-app-selected-file-attachment-life-event {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pg-app-selected-file-attachment-life-event .pg-app-file-name {
  display: flex;
  grid-gap: 4px;
}
.pg-app-selected-file-attachment-life-event .pg-app-file-name h6,
.pg-app-selected-file-attachment-life-event .pg-app-file-name span {
  font-size: 14px;
  line-height: 1;
}
.pg-app-selected-file-attachment-life-event img {
  cursor: pointer;
  height: 16px;
  width: 16px;
}

/* mixin */
.pg-app-back-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  margin-bottom: 22px;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  color: var(--black-color);
}

.pg-app-paycheck-tabs-section {
  display: flex;
  align-items: flex-start;
}
.pg-app-paycheck-tabs-section h6 {
  margin-bottom: 20px;
  font-family: var(--pg-family);
  font-size: 18px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 26px;
  color: var(--black-color);
}
.pg-app-paycheck-tabs-section .tabs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.pg-app-paycheck-tabs-section .tabs .action-tab {
  padding: 16px;
  cursor: pointer;
  padding: 8px;
  margin-right: 14px;
  width: 100%;
  font-family: var(--pg-family);
  font-weight: 500;
  font-style: normal;
  line-height: 21px;
  color: var(--accent-color-carbon-grey);
}
.pg-app-paycheck-tabs-section .tabs .action-tab .list-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.pg-app-paycheck-tabs-section .tabs .action-tab .list-item span {
  font-family: var(--pg-family);
  font-weight: 500;
  font-style: normal;
  line-height: 18px;
  color: var(--black-color);
  text-transform: capitalize;
  margin-bottom: 8px;
}
.pg-app-paycheck-tabs-section .tabs .action-tab p {
  font-family: var(--pg-family);
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--text-color-medium);
  text-transform: capitalize;
  margin-bottom: 0 !important;
}
.pg-app-paycheck-tabs-section .tabs .active-sub-items {
  border-radius: 4px;
  border: 1px solid var(--accent-color);
  background: #f1f7fe;
}
.pg-app-paycheck-tabs-section .tabs .active-sub-items .list-item {
  margin-right: 10px;
}
.pg-app-paycheck-tabs-section .tabs .active-sub-items .list-item span {
  color: var(--accent-color);
}


.pg-app-paychek-stub {
  padding: 24px;
  background: #f9fafd;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.pg-app-paychek-stub .pg-app-life-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pg-app-paychek-stub .pg-app-life-title .title {
  font-family: var(--pg-family);
  font-size: 20px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
  color: var(--black-color);
}
.pg-app-paychek-stub .pay-code {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 17px;
  color: var(--black-color);
}
.pg-app-paychek-stub .pay-ammount {
  font-family: var(--pg-family);
  font-size: 32px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 39x;
  color: var(--black-color);
}
.pg-app-paychek-stub .pg-app-life-event-list {
  margin-top: 32px;
}
.pg-app-paychek-stub .pg-app-life-event-list .list-item {
  position: relative;
}
.pg-app-paychek-stub .pg-app-life-event-list .list-item span {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 26x;
  color: var(--black-color);
  display: block;
}
.pg-app-paychek-stub .pg-app-life-event-list .list-item span.title {
  color: var(--text-color-medium);
}
.pg-app-paychek-stub
  .pg-app-life-event-list
  .list-item:not(:last-child)::after {
  position: absolute;
  content: " ";
  border: 1px solid #e5e5e5;
  height: 48px;
  width: 2px;
  right: 9px;
  top: 2px;
}

.pg-app-paychek-statement-chart {
  border: 1px solid var(--border-color);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg-app-pay-check-tables {
  border: 1px solid var(--border-color);
  padding: 20px;
  border-radius: 8px;
}
.pg-app-pay-check-tables th,
.pg-app-pay-check-tables td {
  border: none;
  padding: 10px 20px !important;
}
.pg-app-pay-check-tables tfoot td {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 24x;
  color: var(--black-color);
}

.pg-app-br-1 {
  border-right: 1px solid var(--border-color);
  height: calc(100vh - 150px);
  overflow: auto;
}

.pg-app-chart-stats .content {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
.pg-app-chart-stats .content span {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 19x;
  color: var(--text-color-medium);
  margin-bottom: 14px !important;
  display: block;
  position: relative;
  margin-left: 16px;
}
.pg-app-chart-stats .content h2 {
  font-family: var(--pg-family);
  font-size: 32px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 39px;
  color: var(--black-color);
}
.pg-app-chart-stats .content.tax span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -15px;
  top: 8px;
  border-radius: 50%;
  background: #f6dea5;
}
.pg-app-chart-stats .content.deduction span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -15px;
  top: 8px;
  border-radius: 50%;
  background: #f1baba;
}
.pg-app-chart-stats .content.benifit span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -15px;
  top: 8px;
  border-radius: 50%;
  background: #d0eabe;
}

.pg-app-view-action {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  text-decoration: none;
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--black-color);
}
.pg-app-view-action:hover {
  text-decoration: none;
  color: var(--black-color) !important;
}

.pg-app-elected-benefits .pg-app-current-benefits {
  border-bottom: 1px solid #d2d5da;
  padding-bottom: 12px;
}

.pg-app-elected-benefits .pg-app-offered-benefits {
  border-bottom: 1px solid #d2d5da;
  padding: 24px 0;
}
.pg-app-elected-benefits .pg-app-offered-benefits .pg-app-expandable-title {
  cursor: pointer;
}
.pg-app-elected-benefits .pg-app-offered-benefits .pg-app-expandable-title img {
  margin-left: 16px;
  width: 10px;
  transition: 0.4s;
}
.pg-app-elected-benefits
  .pg-app-offered-benefits
  .pg-app-expandable-title.pg-app-open-table
  img {
  transform: rotate(90deg);
}

.pg-app-elected-benefits .pg-table-expandable thead {
  background-color: #f9fafd;
}
.pg-app-elected-benefits .pg-table-expandable thead tr {
  vertical-align: middle;
}
.pg-app-elected-benefits .pg-table-expandable thead tr th {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 0;
}
.pg-app-elected-benefits .pg-table-expandable thead tr th:last-child {
  width: 140px;
}
.pg-app-elected-benefits
  .pg-table-expandable
  thead
  tr
  th.auto-width:last-child {
  width: 300px;
}

.pg-app-elected-benefits .pg-table-expandable tbody tr {
  vertical-align: middle;
}
.pg-app-elected-benefits .pg-table-expandable tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #5f5f5f;
}
.pg-app-elected-benefits .pg-table-expandable tbody tr td .exploder {
  position: relative;
  padding-left: 24px;
  margin-left: 16px;
  color: #000;
  cursor: pointer;
}
.pg-app-elected-benefits .pg-table-expandable tbody tr td .exploder:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 6px;
  height: 10px;
  background-image: url("../img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.pg-app-elected-benefits
  .pg-table-expandable
  tbody
  tr
  td
  .exploder.pg-app-open-row:before {
  transform: rotate(90deg);
}
.pg-app-elected-benefits
  .pg-table-expandable
  tbody
  tr
  td
  .pg-app-explode-wrapper {
  max-width: 462px;
}
.pg-app-elected-benefits .pg-table-expandable tbody tr.pg-app-active-row {
  background-color: #f1f7fe;
}
.pg-app-elected-benefits .pg-table-expandable tbody tr.pg-app-active-row td {
  border-bottom: 0;
}

.pg-app-btn-small {
  height: 32px;
  line-height: 32px;
  padding: 0 0.75rem;
  background-color: white;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid;
  border-radius: 4px;
}
.pg-app-btn-small:hover {
  color: #000 !important;
}
.pg-app-btn-small .pg-app-btn-small--img img {
  width: 20px;
}
.pg-app-btn-small.pg-app-btn-success {
  background: #f0fce9;
  border: 1px solid rgba(120, 192, 89, 0.3);
}

.pg-app-text-grey {
  color: #5f5f5f;
}

.pg-app-with-bullet {
  list-style: disc;
  list-style-position: inside;
  margin: 8px 0 !important;
}
.pg-app-with-bullet li {
  padding-left: 8px;
}
.pg-app-with-bullet li .pg-app-list-left {
  font-weight: 600;
  color: #000;
  min-width: 140px;
  display: inline-block;
}

.pg-app-icon-file {
  position: relative;
  padding-left: 48px;
  color: #000;
  float: right;
  margin-right: 50px;
}
.pg-app-icon-file:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 20px;
  top: calc(50% - 20px);
  left: 0;
  background-color: rgba(197, 220, 250, 0.5);
  background-image: url("../img/file-document.svg");
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
}

/* mixin */
/* benifit-enrollment stepper? */
#pg-app-multi-step-form .step-wrapper #multistep_nav, .bootstrapWizard {
    display: flex;
    justify-content: flex-start;
    border: 1px solid var(--border-color);
    overflow: auto;
    border-radius: 8px;
    margin: 0 24px 0 24px;
}
    .bootstrapWizard li.active a {
        color: white;
    }


    #pg-app-multi-step-form .step-wrapper #multistep_nav .progress_holder, .bootstrapWizard li {
        padding: 18px 12px 18px 38px;
        text-align: center;
        position: relative;
        white-space: nowrap;
        flex: 0 0 auto;
        max-width: 33.333333%;
        width: 100%;
        line-height: 1;
    }

    .ui-sortable-handle {
        line-height: 1.5 !important
    }
@media only screen and (max-width: 1220px) {
    #pg-app-multi-step-form .step-wrapper #multistep_nav .progress_holder, .bootstrapWizard li {
        font-size: 12px;
    }
}
#pg-app-multi-step-form
.step-wrapper
#multistep_nav
.progress_holder:not(:first-child)::after, .bootstrapWizard li.active ~ li:not(:first-child)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}
#pg-app-multi-step-form
.step-wrapper
#multistep_nav
.progress_holder:not(:last-child)::before, .bootstrapWizard li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #5f5f5f;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}
#pg-app-multi-step-form .step-wrapper #multistep_nav .activated_step, .bootstrapWizard li.active {
    background: var(--accent-color-light);
    border-radius: 0px;
    color: white;
    position: relative;
}
    #pg-app-multi-step-form
    .step-wrapper
    #multistep_nav
    .activated_step:not(:first-child)::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 25px solid white;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        z-index: 9;
    }
    #pg-app-multi-step-form
    .step-wrapper
    #multistep_nav
    .activated_step:not(:last-child)::before, .bootstrapWizard li.active:not(:last-child)::before {
        content: "";
        position: absolute;
        right: -25px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 25px solid var(--accent-color-light) !important;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        z-index: 9;
    }

#pg-app-multi-step-form .pg-app-multistep-form {
    padding: 20px 0 0 0;
    align-items: center;
    justify-content: flex-start;
    height: calc(100vh - 200px);
}

.pg-app-multi-step-form2 .pg-app-multistep-form {
    padding: 0 !important;
    height: calc(100vh - 180px) !important;
}

    #pg-app-multi-step-form .pg-app-multistep-form .pg-app-button-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        grid-gap: 10px;
        background: #f9fafd;
        padding: 15px 28px;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
    }
#pg-app-multi-step-form .pg-app-multistep-form .nextStep {
  cursor: pointer;
}
#pg-app-multi-step-form .pg-app-multistep-form .prevStep {
  cursor: pointer;
}
#pg-app-multi-step-form .pg-app-multistep-form:not(:first-of-type) {
  display: none;
}

.pg-app-benfit-wrapper {
  height: 100%;
  padding: 0 24px 0 24px;
  overflow-y: auto;
  overflow-x: hidden;
}
.pg-app-benfit-wrapper .main-heading {
  font-family: var(--pg-family);
  font-size: 20px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 29px;
  color: var(--black-color);
}
.pg-app-benfit-wrapper .benifit-text-light {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--text-color-medium);
}
.pg-app-benfit-wrapper .benifit-text-dark {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 15px;
  color: var(--black-color);
}
.pg-app-benfit-wrapper .enrollment-video {
  padding: 40px 0;
  position: relative;
}
.pg-app-benfit-wrapper .enrollment-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pg-app-benfit-wrapper .overview {
  list-style: inside !important;
  margin-bottom: 24px !important;
}
.pg-app-benfit-wrapper .overview li {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--black-color);
  list-style-position: inside;
  display: list-item;
  list-style: inside !important;
}

.pg-app-benifit-relationships .pg-app-add-new-btn {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  text-decoration: none;
}
.pg-app-benifit-relationships .pg-app-add-new-btn span {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: var(--black-color);
}

.pg-app-coverage-card-stats {
    padding: 24px;
    border-radius: 8px;
    background-color: #f9fafd;
    position: sticky;
    top: 0;
}
.pg-app-coverage-card-stats .pg-app-select-plan {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.pg-app-coverage-card-stats .pg-app-select-plan span {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: var(--text-color-medium);
  text-transform: capitalize;
}
.pg-app-coverage-card-stats .pg-app-select-plan .ammount {
  font-family: var(--pg-family);
  font-size: 20px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  color: var(--black-color);
}

.pg-app-coverage-inner-plans-wrapper {
  display: flex;
  grid-gap: 24px;
}
.pg-app-coverage-inner-plans-wrapper .pg-plan-card {
  min-width: 450px;
  max-width: 450px;
  background: #ffffff;
  border: 1px solid #d2d5da;
  border-radius: 8px;
  width: 100%;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-header {
  padding: 24px;
  background: #e1eefd;
  border-radius: 8px 8px 0px 0px;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-header
  .pg-plan-status-wrapper {
  display: flex;
  justify-content: space-between;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-header
  .pg-plan-status-wrapper
  .pg-plan-status {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-header
  .pg-plan-status-wrapper
  .pg-plan-status
  .status {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 17px;
  color: #d92d20;
  background: #fef3f2;
  border-radius: 2px;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-header
  .pg-plan-title {
  font-family: var(--pg-family);
  font-size: 20px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  color: var(--black-color);
  margin: 8px 0 16px 0;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-header
  .effective-dates
  span {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  color: var(--text-color-medium);
  text-transform: capitalize;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-header
  .effective-dates
  .date {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
  color: var(--black-color);
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-body {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-body
  .input-group-text {
  cursor: pointer;
  background-color: transparent;
  max-width: 100px;
  width: 100%;
  padding: 0 !important;
  background-position: right 0.2rem center !important;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-body
  .pg-app-enrollment-datatable
  tr
  th {
  border-bottom-color: var(--border-color) !important;
  font-family: var(--pg-family);
  font-size: 1p4x !important;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: var(--text-color-medium);
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-body
  .pg-app-enrollment-datatable
  td {
  font-family: var(--pg-family);
  font-size: 13px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: var(--text-color-medium);
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card
  .pg-plan-card-body
  .pg-app-file-wrapper {
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  grid-gap: 8px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card
  .pg-plan-card-body
  .pg-app-file-wrapper
  span {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: var(--text-color-medium);
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card
  .pg-plan-card-body
  .pg-app-file-wrapper
  .icon {
  border-radius: 50%;
  padding: 12px;
  background: #f1f7fe;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-body
  .pg-app-pay-list {
  display: flex;
  grid-gap: 12px;
  justify-content: space-between;
  align-items: flex-end;
  margin: 24px 0 !important;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-body
  .pg-app-pay-list
  .pay-wrapper {
  display: flex;
  flex-direction: column;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-body
  .pg-app-pay-list
  .pay-wrapper
  span {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: var(--text-color-medium);
  margin-bottom: 4px;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.not-enrolled
  .pg-plan-card-body
  .pg-app-pay-list
  .pay-wrapper
  span:nth-child(2) {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: var(--black-color);
}
.pg-app-coverage-inner-plans-wrapper .pg-plan-card.enrolled {
  border: 2px solid #31711a;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.enrolled
  .pg-plan-card-header {
  padding: 24px;
  background: #e4f3d9;
  border-radius: 8px 8px 0px 0px;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.enrolled
  .pg-plan-card-header
  .pg-plan-status-wrapper {
  display: flex;
  justify-content: space-between;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.enrolled
  .pg-plan-card-header
  .pg-plan-status-wrapper
  .pg-plan-status {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.enrolled
  .pg-plan-card-header
  .pg-plan-status-wrapper
  .pg-plan-status
  .plan-icon
  svg
  path {
  fill: var(--accent-color-olive);
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.enrolled
  .pg-plan-card-header
  .pg-plan-status-wrapper
  .pg-plan-status
  .status {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 17px;
  color: var(--accent-color-olive);
  background: #f0fce9;
  border-radius: 2px;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.enrolled
  .pg-plan-card-header
  .pg-plan-title {
  font-family: var(--pg-family);
  font-size: 20px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  color: var(--black-color);
  margin: 8px 0 16px 0;
}

    .pg-app-coverage-inner-plans-wrapper .pg-plan-card .pg-plan-card-header .pg-plan-title:hover {
        color: blue;
    }
.pg-app-coverage-inner-plans-wrapper .pg-plan-card.enrolled .pg-plan-card-header .effective-dates span {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  color: var(--text-color-medium);
  text-transform: capitalize;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.enrolled
  .pg-plan-card-header
  .effective-dates
  .date {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
  color: var(--black-color);
}
.pg-app-coverage-inner-plans-wrapper .pg-plan-card.enrolled .pg-plan-card-body {
  background-color: #ffffff;
  padding: 24px;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.enrolled
  .pg-plan-card-body
  .input-group-text {
  cursor: pointer;
  background-color: transparent;
  max-width: 100px;
  width: 100%;
  padding: 0 !important;
  background-position: right 0.2rem center !important;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.enrolled
  .pg-plan-card-body
  .pg-app-pay-list {
  display: flex;
  grid-gap: 12px;
  justify-content: space-between;
  align-items: flex-end;
  margin: 24px 0 !important;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.enrolled
  .pg-plan-card-body
  .pg-app-pay-list
  .pay-wrapper {
  display: flex;
  flex-direction: column;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.enrolled
  .pg-plan-card-body
  .pg-app-pay-list
  .pay-wrapper
  span {
  font-family: var(--pg-family);
  font-size: 12px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
  color: var(--text-color-medium);
  margin-bottom: 4px;
}
.pg-app-coverage-inner-plans-wrapper
  .pg-plan-card.enrolled
  .pg-plan-card-body
  .pg-app-pay-list
  .pay-wrapper
  span:nth-child(2) {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: var(--black-color);
}

.pg-app-edit-records .modal-dialog {
  max-width: 684px !important;
}
.pg-app-edit-records .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 1rem;
}
.pg-app-edit-records
  .modal-dialog
  .modal-content
  .modal-header.edit-modal-header
  .btn-close {
  background-image: url("../img/trash.svg") !important;
}
.pg-app-edit-records .modal-dialog .modal-content .modal-body {
  padding: 0 2rem 2rem 2rem;
}
.pg-app-edit-records .modal-dialog .modal-content .modal-body h6 {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  color: var(--black-color);
  background: #f1f7fe;
  padding: 8px;
  margin-bottom: 24px;
}
.pg-app-edit-records .modal-dialog .modal-content .modal-body .pg-form {
  margin-bottom: 24px;
}
.pg-app-edit-records .modal-dialog .modal-content .modal-body .form-check {
  margin-bottom: 12px !important;
}
.pg-app-edit-records
  .modal-dialog
  .modal-content
  .modal-body
  .pg-app-datatable
  table {
  min-width: 100% !important;
}
.pg-app-edit-records .modal-dialog .modal-content .modal-footer {
  border: none;
}

.pg-app-compare-plan-selected {
  border: 2px dashed var(--accent-color) !important;
}

.pg-app-open-enroll-tabs {
  display: none;
  margin: 10px 0;
  cursor: pointer;
}

.pg-app-close-enroll-tabs {
  cursor: pointer;
}

.collapse-aside-benefits {
    display: flex;
}

.pg-app-side-bar-collapse-enrollment .collapse-aside {
  display: none;
}

.pg-app-side-bar-collapse-enrollment .pg-app-open-enroll-tabs {
  display: block;
}

.pg-app-benefit-cost-summary {
  padding: 8px;
  background: #f1f7fe;
  border-radius: 8px;
  margin-top:8px;
  margin-bottom:8px;
}
.pg-app-benefit-cost-summary .pg-app-life-event-list {
  margin-top: 8px;
}
.pg-app-benefit-cost-summary .pg-app-life-event-list .pg-app-list-item {
  position: relative;
}
.pg-app-benefit-cost-summary .pg-app-life-event-list .pg-app-list-item span {
  font-family: var(--pg-family);
  font-size: 13px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  color: var(--black-color);
  display: block;
}
.pg-app-benefit-cost-summary
  .pg-app-life-event-list
  .pg-app-list-item
  span.pg-app-title {
  font-weight: 400;
}
.pg-app-benefit-cost-summary
  .pg-app-life-event-list
  .pg-app-list-item
  span.pg-app-date {
  font-weight: 600;
}
.pg-app-benefit-cost-summary
  .pg-app-life-event-list
  .pg-app-list-item:not(:last-child)::after {
  position: absolute;
  content: " ";
  height: 48px;
  width: 2px;
  right: 9px;
  top: 2px;
  background-color: #1688e1;
}
.pg-app-file-enrollment-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pg-app-file-enrollment-report .icon {
  background: #f1f7fe;
  border-radius: 50%;
  padding: 12px;
  line-height: 1;
}
.pg-app-file-enrollment-report span {
  font-family: var(--pg-family);
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: var(--black-color);
}

.pg-app-be-stepp #multistep_nav .progress_holder, .bootstrapWizard li {
    max-width: 16.5% !important;
}
@media only screen and (min-width: 1440px) {
    .pg-app-be-stepp #multistep_nav .progress_holder, .bootstrapWizard li {
        max-width: 12.5% !important;
    }
}

.pg-app-enrollment-datatable tr th {
  border-bottom-color: var(--border-color) !important;
  font-family: var(--pg-family);
  font-size: 13px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: var(--text-color-medium);
}

.pg-app-enrollment-datatable td {
  font-family: var(--pg-family);
  font-size: 13px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: var(--text-color-medium);
}

.pg-app-benefit-enrollment-provider .modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
.pg-app-benefit-enrollment-provider .modal-dialog .modal-content .modal-header {
  border: none;
}
.pg-app-benefit-enrollment-provider
  .modal-dialog
  .modal-content
  .modal-header
  .pg-pro-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 22px;
  color: #000000;
  margin-bottom: 8px;
}
.pg-app-benefit-enrollment-provider
  .modal-dialog
  .modal-content
  .modal-header
  .pg-pro-des {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 18px;
  color: #000000;
  margin-bottom: 16px;
}
.pg-app-benefit-enrollment-provider
  .modal-dialog
  .modal-content
  .modal-header
  ul {
  list-style: inside !important;
}
.pg-app-benefit-enrollment-provider
  .modal-dialog
  .modal-content
  .modal-header
  ul
  li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 18px;
  color: #000000;
  margin-bottom: 16px;
}
.pg-app-benefit-enrollment-provider .modal-dialog .modal-content .modal-body {
  border: none !important;
}

.pg-app-bn-tab {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 464px);
}

/* benifit-enrollment stepper ends */
.pg-app-w-2-form-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 492px;
  overflow-y: hidden;
  overflow-x: auto;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form {
  width: 922px;
  height: 452px;
  position: absolute;
  left: 0;
  top: 0;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form span {
  font-size: 12px !important;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form img {
  width: 752px;
  height: 452px;
  position: absolute;
  left: 2px;
  top: 4px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-employee-security-no {
  position: absolute;
  left: 168px;
  top: 16px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-ein-no {
  position: absolute;
  left: 21px;
  top: 49px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-WagesAndTips {
  position: absolute;
  left: 436px;
  top: 48px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-FedTax {
  position: absolute;
  left: 605px;
  top: 48px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-EmployerAddress {
  position: absolute;
  left: 21px;
  top: 84px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-SsnWages {
  position: absolute;
  left: 436px;
  top: 83px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-SsnTaxes {
  position: absolute;
  left: 605px;
  top: 83px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-MedicareWagesAndTips {
  position: absolute;
  left: 436px;
  top: 114px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-MedicareTaxes {
  position: absolute;
  left: 605px;
  top: 114px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-SsnTips {
  position: absolute;
  left: 436px;
  top: 149px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-AllocatedTips {
  position: absolute;
  left: 605px;
  top: 149px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .w2ControlNumber {
  position: absolute;
  left: 21px;
  top: 181px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-EicPayment {
  position: absolute;
  left: 436px;
  top: 181px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-DependentCareBenefits {
  position: absolute;
  left: 605px;
  top: 181px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-NonQualifiedPlans {
  position: absolute;
  left: 436px;
  top: 215px;
}
.pg-app-w-2-form-wrapper
  .pg-app-w-2-form
  .pg-app-w2-EmployeeFirstNameAndInitial {
  position: absolute;
  left: 21px;
  top: 216px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-EmployeeLastName {
  position: absolute;
  left: 198px;
  top: 216px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-EmployeeSuffix {
  position: absolute;
  left: 380px;
  top: 216px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-EmployeeAddress {
  position: absolute;
  left: 20px;
  top: 292px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-StatutoryEmployee {
  position: absolute;
  left: 437px;
  top: 251px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-RetirementPlan {
  position: absolute;
  left: 487px;
  top: 251px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-ThirdPartySickPay {
  position: absolute;
  left: 537px;
  top: 251px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-Box12a {
  position: absolute;
  left: 602px;
  top: 215px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-Box12b {
  position: absolute;
  left: 602px;
  top: 248px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-Box12c {
  position: absolute;
  left: 602px;
  top: 282px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-Box12d {
  position: absolute;
  left: 602px;
  top: 316px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-State {
  position: absolute;
  left: 6px;
  top: 365px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-StateTaxId {
  position: absolute;
  left: 55px;
  top: 365px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-StateWagesAndTips {
  position: absolute;
  left: 239px;
  top: 365px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-StateIncomeTax {
  position: absolute;
  left: 359px;
  top: 365px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-LocalWagesAndTips {
  position: absolute;
  left: 468px;
  top: 365px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-LocalIncomeTax {
  position: absolute;
  left: 589px;
  top: 365px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-LocalityName {
  position: absolute;
  left: 698px;
  top: 365px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-State2 {
  position: absolute;
  left: 6px;
  top: 392px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-StateTaxId2 {
  position: absolute;
  left: 55px;
  top: 392px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-StateWagesAndTips2 {
  position: absolute;
  left: 239px;
  top: 392px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-StateIncomeTax2 {
  position: absolute;
  left: 359px;
  top: 392px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-LocalWagesAndTips2 {
  position: absolute;
  left: 468px;
  top: 392px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-LocalIncomeTax2 {
  position: absolute;
  left: 589px;
  top: 392px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-LocalityName2 {
  position: absolute;
  left: 698px;
  top: 392px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-Year {
  position: absolute;
  left: 310px;
  top: 421px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-Year span {
  font-weight: bold;
  font-family: Courier New;
  font-size: 30px !important;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form #do-not-file {
  position: absolute;
  left: 445px;
  top: -45px;
  width: 293px;
}
.pg-app-w-2-form-wrapper .pg-app-w-2-form .pg-app-w2-Box14 {
  position: absolute;
  top: 282px;
  left: 436px;
}

.pg-app-w2-form-pg-app-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 8px;
}
.pg-app-w2-form-pg-app-button-wrapper .dropdown .dropdown-item {
  padding: 8px !important;
}

/* mixin */
.pg-app-tax-filling-listing-wrapper .pg-app-tax-subheading {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.pg-app-tax-filling-listing-wrapper .pg-app-tax-subheading .title {
  font-family: var(--pg-family);
  font-size: 20px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  color: var(--black-color);
  margin-bottom: 8px;
}

.pg-app-tax-filling-listing-wrapper .pg-app-tax-filling-listing {
  margin-bottom: 16px;
  padding: 24px;
  background: #f1f7fe;
  border-radius: 8px;
}
.pg-app-tax-filling-listing-wrapper
  .pg-app-tax-filling-listing
  .pg-app-life-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pg-app-tax-filling-listing-wrapper
  .pg-app-tax-filling-listing
  .pg-app-doc-list
  .list-item {
  position: relative;
  margin-bottom: 16px;
}
.pg-app-tax-filling-listing-wrapper
  .pg-app-tax-filling-listing
  .pg-app-doc-list
  .list-item
  span {
  display: block;
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  color: var(--black-color);
}
.pg-app-tax-filling-listing-wrapper
  .pg-app-tax-filling-listing
  .pg-app-doc-list
  .list-item
  span.title {
  font-weight: 400;
}
.pg-app-tax-filling-listing-wrapper
  .pg-app-tax-filling-listing
  .pg-app-doc-list
  .list-item
  span.date {
  font-weight: 600;
}
.pg-app-tax-filling-listing-wrapper
  .pg-app-tax-filling-listing
  .pg-app-doc-list
  .list-item:not(:first-child)::before {
  position: absolute;
  content: " ";
  border: 1px solid #ffffff;
  height: 48px;
  width: 2px;
  left: -16px;
  top: 2px;
}
.pg-app-tax-filling-listing-wrapper .pg-app-tax-filling-listing .doc-btn a {
  color: var(--white-color);
  text-decoration: none;
}

.pg-app-profile-user-img {
  width: 150px;
  height: 150px;
}

.pg-app-avatar-upload {
  position: relative;
  max-width: 205px;
  margin-bottom: 20px;
}
.pg-app-avatar-upload .pg-app-avatar-edit {
  position: absolute;
  right: 40px;
  z-index: 1;
  top: 90px;
}
.pg-app-avatar-upload .pg-app-avatar-edit input {
  display: none;
}
.pg-app-avatar-upload .pg-app-avatar-edit label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #d2d6de;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.pg-app-avatar-upload .pg-app-avatar-edit label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.pg-app-avatar-upload .pg-app-avatar-edit label:after {
  content: "\f030";
  font-family: "FontAwesome";
  color: #aaa;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 34px;
  margin: auto;
}

.pg-app-my-personal-inf-form-wrapper .pg-form-sub-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
  padding: 8px;
  background: #f1f7fe;
}

.pg-app-fw-file-name {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
.pg-app-fw-file-name .pg-app-fw-file-file-bg {
  border-radius: 50%;
  padding: 12px;
  background: #f1f7fe;
  line-height: 1;
}
.pg-app-fw-file-name .pg-app-fw-file-name-details {
  display: flex;
  flex-direction: column;
}
.pg-app-fw-file-name .pg-app-fw-file-name-details span {
  color: var(--black-color);
}
.pg-app-fw-file-name
  .pg-app-fw-file-name-details
  span.pg-app-fw-file-first-name {
  font-size: 16px;
}
.pg-app-fw-file-name
  .pg-app-fw-file-name-details
  span.pg-app-fw-file-last-name {
  font-size: 12px;
}

    .edocsModel .pg-edocs-header {
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
.edocsModel .pg-edocs-header .pg-edocs-header-right-section {
  display: flex;
  align-items: center;
  gap: 24px;
}
.edocsModel
  .pg-edocs-header
  .pg-edocs-header-right-section
  .pg-app-backbtn {
  display: flex;
  align-items: center;
  gap: 24px;
}
    .edocsModel .pg-edoc-fill::before {
        content: "Fill In";
        position: absolute;
        clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
        color: #212529;
        width: 90px;
        top: -10px;
        height: 40px;
        bottom: 0;
        left: -95px;
        background: #ffc107;
        z-index: 999999;
        text-align: center;
        line-height: 2.5;
        font-weight: 600;
    }
.edocsModel .pg-app-w4-form-main-wrapper {
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form {
  position: relative;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  img {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  width: 850px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  select {
  width: 150px;
  font-size: 12px;
  border: none;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  select:focus {
  background-color: #fffaec;
  border: none !important;
  outline: none;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  select:hover {
  background-color: #fffaec;
  border: none !important;
  outline: none;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-input {
  width: 150px;
  border: none;
  padding: 2px;
  font-size: 12px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-input:focus {
  background-color: #fffaec;
  border: none !important;
  outline: none;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-input:hover {
  background-color: #fffaec;
  border: none !important;
  outline: none;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-lName {
  left: 133px;
  top: 265px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-lName::after {
  content: " *";
  color: #e32;
  left: -6px;
  position: absolute;
  top: -2px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-fName {
  left: 297px;
  top: 265px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-middle-initial {
  left: 500px;
  top: 265px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-middle-initial
  input {
  width: 85px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-olname {
  left: 595px;
  top: 265px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-address-1 {
  left: 133px;
  top: 307px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-apt-no {
  left: 337px;
  top: 307px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-apt-no
  input {
  width: 82px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-citytown {
  left: 427px;
  top: 307px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-state-1 {
  left: 631px;
  top: 307px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-state-1
  input {
  width: 51px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-zip-1 {
  left: 686px;
  top: 307px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-zip-1
  input {
  width: 100px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-dob-1 {
  left: 54px;
  top: 355px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-ss-no {
  left: 213px;
  top: 355px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-email {
  left: 377px;
  top: 355px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-email
  input {
  width: 230px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-tele-no {
  left: 624px;
  top: 355px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-citizen-chk {
  left: 53px;
  top: 447px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-non-citizen-chk {
  left: 53px;
  top: 472px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-permanent-res {
  left: 53px;
  top: 495px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-auth-work {
  left: 53px;
  top: 518px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-after-res-no {
  left: 492px;
  top: 492px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-auth-expiry-date {
  left: 485px;
  top: 518px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-res-no {
  left: 320px;
  top: 589px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-admission-no {
  left: 242px;
  top: 624px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-admission-no
  input {
  width: 200px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-passport-no {
  left: 232px;
  top: 661px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-passport-no
  input {
  width: 200px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-country-issuance {
  left: 222px;
  top: 688px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-country-issuance
  input {
  width: 200px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-first-name {
  left: 333px;
  top: 190px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-last-name {
  left: 438px;
  top: 190px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-citizenship {
  left: 643px;
  top: 190px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-documentTitle {
  left: 140px;
  top: 248px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-documentTitle-2 {
  left: 393px;
  top: 248px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-documentTitle-3 {
  left: 645px;
  top: 248px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-issuing-authority {
  left: 140px;
  top: 278px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-issuing-authority-2 {
  left: 393px;
  top: 278px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-issuing-authority-3 {
  left: 645px;
  top: 278px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-doc-no {
  left: 140px;
  top: 313px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-doc-no-2 {
  left: 393px;
  top: 313px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-doc-no-3 {
  left: 645px;
  top: 313px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-expiration-date {
  left: 140px;
  top: 346px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-expiration-date-2 {
  left: 393px;
  top: 346px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-expiration-date-3 {
  left: 645px;
  top: 346px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-doc-title-1 {
  left: 140px;
  top: 376px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-issu-auth-1 {
  left: 140px;
  top: 407px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-doc-no-1 {
  left: 140px;
  top: 439px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-exp-date-1 {
  left: 140px;
  top: 471px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-doc-title-2 {
  left: 140px;
  top: 503px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-issu-auth-2 {
  left: 140px;
  top: 533px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-doc-no-22 {
  left: 140px;
  top: 563px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-exp-date-2 {
  left: 140px;
  top: 598px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-add-info {
  left: 330px;
  top: 424px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-add-info
  textarea {
  width: 263px;
  border: none !important;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-add-info
  textarea:focus {
  background-color: #fffaec;
  border: none;
  outline: none;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-QR-code {
  left: 650px;
  top: 424px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-QR-code
  .pg-app-w4-signature-div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-QR-code
  .pg-app-w4-signature-div::after {
  content: " *";
  color: #e32;
  left: -3px;
  position: absolute;
  top: -1px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-employment-date {
  left: 399px;
  top: 673px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-signature-emp-auth {
  left: 53px;
  top: 716px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-todays-date {
  left: 378px;
  top: 716px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-title-emp-auth {
  left: 530px;
  top: 716px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-auth-firstname {
  left: 53px;
  top: 751px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-emp-lastname {
  left: 310px;
  top: 751px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-org-name {
  left: 567px;
  top: 751px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-business-address {
  left: 53px;
  top: 791px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-city-town {
  left: 438px;
  top: 791px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-state {
  left: 623px;
  top: 791px;
  position: absolute;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-state
  input {
  width: 49px;
}
.edocsModel
  .pg-app-w4-form-main-wrapper
  .pg-app-w4-form-wrapper
  .pg-app-w4-form
  .pg-app-w4-zipcode {
  left: 676px;
  top: 791px;
  position: absolute;
}
.edocsModel .pg-app-w4-footer .fixed-bottom {
  background-color: #e5e5e5;
  padding: 24px;
}

.pg-app-w4-form-select-signature {
  height: 190px;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 6px;
}
.pg-app-w4-form-select-signature.sig-draw {
  position: relative;
}
.pg-app-w4-form-select-signature.sig-draw .sig-action {
  position: absolute;
  right: 22px;
  top: 155px;
}
.pg-app-w4-form-select-signature.sig-draw .sig-action img {
  cursor: pointer;
}
.pg-app-w4-form-select-signature.sig-draw .sig-action #clear-signature {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin: 0 8px;
  color: #000000;
  cursor: pointer;
}
.pg-app-w4-form-select-signature .pg-app-w4-sig-img-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px !important;
}
.pg-app-w4-form-select-signature .pg-app-w4-sig-img-wrapper .pg-app-w4-sig {
  cursor: pointer;
  padding: 8px;
  font-family: "Aguafina Script";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  color: #000000;
}
.pg-app-w4-form-select-signature
  .pg-app-w4-sig-img-wrapper
  .pg-app-w4-sig.sig-selected {
  border-radius: 4px;
  border: 1px solid black;
}

.pg-app-w4-view-details {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.pg-app-w4-view-details .pg-app-user {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  width: 100%;
}
.pg-app-w4-view-details .pg-app-user .pg-profileImg {
  height: 48px;
  width: 48px;
}
.pg-app-w4-view-details .pg-app-user .pg-profileImg img {
  border: 1px solid #eeeeee;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.pg-app-w4-view-details .pg-app-user .pg-app-user-name {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.pg-app-w4-view-details .pg-app-user .pg-app-user-name span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0e0f0f;
}
.pg-app-w4-view-details .pg-app-user .pg-app-user-name p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #5f5f5f;
  margin: 0 !important;
  padding: 0 !important;
}
.pg-app-w4-view-details .pg-app-action {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

.pg-app-w4-form-main-wrapper-e-doc-feilds {
  max-width: 853px;
  width: 100%;
  background-color: #ffffff;
  padding: 24px;
  display: none;
  margin-bottom: 32px !important;
  margin: 0 auto;
}
.pg-app-w4-form-main-wrapper-e-doc-feilds form .pg-app-w4-commnt-title h6 {
  display: flex;
  background-color: #f1f7fe;
  padding: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.pg-app-w4-form-main-wrapper-e-doc-feilds form .form-check {
  display: flex;
  align-items: flex-end;
}
.pg-app-w4-form-main-wrapper-e-doc-feilds form .form-check-label {
  margin-left: 8px !important;
}

/* .form-check-inline {
      display: inline-flex !important;
      align-items: end;
    }   */
.pg-app-w4-backbutton {
  display: flex;
  padding-top: 24px;
  cursor: pointer;
}
.pg-app-w4-backbutton a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.pg-app-eform-doc-title {
  display: flex;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  padding-bottom: 24pxs;
}

.pg-app-view-details {
  cursor: pointer;
}

.pg-app-compensation-statement-chart {
  padding: 24px;
  border: 1px solid #d2d5da;
  border-radius: 8px;
}
.pg-app-compensation-statement-chart h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25px;
  color: #000000;
}

.pg-app-compensation-statement td {
  border-right: none !important;
  border-bottom: 1px solid var(--border-color);
  font-size: 14px !important;
  padding: 24px !important;
}

.pg-app-compensation-statement th {
  border-right: none !important;
  border-bottom: 1px solid var(--border-color);
  font-size: 14px !important;
  background-image: none !important;
}

.pg-app-compensation-statement h6 {
  margin-bottom: 18px;
  font-size: 20px !important;
}

#pg-app-compenstaiondonutChart .apexcharts-legend-series {
  display: flex !important;
  align-items: center !important;
  grid-gap: 8px !important;
}

#pg-app-compenstaiondonutChart .apexcharts-legend-text {
  display: flex !important;
  grid-gap: 32px;
  align-items: flex-end;
  justify-content: space-between !important;
}

#pg-app-donutChartpayCheck .apexcharts-legend {
  flex-wrap: wrap;
  max-width: 407px !important;
  width: 100%;
}

#pg-app-donutChartpayCheck .apexcharts-legend-series {
  padding: 24px;
  border: 1px solid;
  max-width: 190px;
  width: 100%;
}

.pg-app-form-select:focus {
  box-shadow: unset !important;
  border: 1px solid var(--grey-color) !important;
}

.pg-app-add-team-btn {
  border: 0 !important;
}

.place-card-medium {
  display: none !important;
}

.pg-app-mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 320px;
}

.pg-app-mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 320px;
}

.pg-app-mapouter .gmap_iframe {
  height: 320px !important;
}

/* This commented code is for preventing the scroll of body behind the opened modal, if you want to it you can uncomment the code and it will work*/
/* 
body.modal-open {
  height: 100vh;
  overflow-y: hidden; } */

.fade:not(.pg-app-show):not(.show):not(.in) {
    opacity: 1 !important;
    display: none;
}

.pg-app-form-check.form-check-input {
  cursor: pointer;
  height: 20px !important;
  width: 20px !important;
  margin-right: 8px;
  min-width: 20px;
}
.pg-app-form-check.form-check-input:checked {
  background-color: #1688e1 !important;
  border-color: #1688e1 !important;
}
.pg-app-form-check-label {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  margin-left: 8px;
  text-transform: capitalize !important;
  margin-bottom: 0;
  margin-top: 6px;
}

.pg-app-form-check-label-no-capitalize {
  text-transform: none !important;
}

.pg-app-form-check.form-check-input:checked[type="radio"] {
  background-color: #bcddfb !important;
  background-image: url(../img/bdot.svg) !important;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}
.pg-app-image-uploader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background: #f1f7fe;
  border: 1px dashed #e1eefd;
  border-radius: 8px;
  padding: 48px 24px;
  max-height: 190px;
}

.dragenter .pg-app-image-uploader-wrapper {
    border-color: purple;
}

.pg-app-image-uploader-wrapper .upload-icon {
  margin-bottom: 12px;
}
.pg-app-image-uploader-wrapper .upload-file {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pg-app-image-uploader-wrapper .upload-file p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px !important;
}
.pg-app-image-uploader-wrapper .upload-file p span:first-child {
  color: #096bc0;
}
.pg-app-image-uploader-wrapper .upload-file input {
  height: 0;
  top: 5px;
  position: absolute;
  opacity: 0;
}
.pg-app-image-uploader-wrapper .upload-file .info {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #000000;
  margin-bottom: 0px !important;
}
.pg-app-textarea textarea {
  resize: none !important;
}

.pg-app-modal-body-custom.modal-body {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  width: 96%;
  padding: 1rem 6px !important;
  margin: 0 auto;
  overflow-x: hidden;
}
.pg-app-video-wrapper {
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.pg-app-video-wrapper .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  padding: 16px 32px;
  border-radius: 14px;
  background: #252323;
}
.pg-app-video-wrapper.pg-app-upload-post-preview {
  padding: 0px !important;
  margin: 16px 0;
}
.pg-app-video-wrapper.pg-app-upload-post-preview .cancel-selection {
  position: absolute;
  top: 0;
  right: 2px;
  border-radius: 14px;
}

.pg-app-loader#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(209, 212, 230, 0.6);
}

.pg-app-loader .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pg-app-loader .spinner {
  width: 58px;
  height: 58px;
  border: 4px #ddd dotted;
  border-top: 4px #2e93e6 dotted;
  border-radius: 50%;
  animation: sp-anime 2s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.pg-app-dropdown.dropdown-toggle::after {
  display: none !important;
}

.pg-app-dropdown.dropdown-toggle .dropdown-menu {
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px;
}
.pg-app-dropdown.dropdown-toggle .dropdown-menu .pg-app-dropdown-list a {
  padding: 12px !important;
  display: flex !important;
  align-items: center;
  grid-gap: 8px;
  cursor: pointer;
}
.pg-app-dropdown.dropdown-toggle
  .dropdown-menu
  .pg-app-dropdown-list
  a
  svg
  path {
  fill: #878787;
}
.pg-app-dropdown.dropdown-toggle
  .dropdown-menu
  .pg-app-dropdown-list
  a:hover
  svg
  path {
  fill: #878787;
}

.pg-app-paycheck-inner-tabs .nav-pills {
  grid-gap: 20px;
}
.pg-app-paycheck-inner-tabs .nav-pills .nav-link {
  font-family: var(--pg-family);
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: var(--text-color-medium);
  padding: 0 0 6px 0;
}
.pg-app-paycheck-inner-tabs .nav-pills .nav-link.active {
  color: #212529;
  background-color: #ffffff;
  border-bottom: 2px solid #141935;
  border-radius: inherit;
  font-weight: 600;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
  min-height: 156px !important;
  height: 100%;
}
.ck-focused {
  min-height: 156px !important;
}

.pay-check-form-select {
  width: 250px !important;
}
.pg-app-dropdown a:hover {
  color: unset !important;
}
.pg-w-250 {
  width: 250px !important;
}
.pg-app-btn a:hover {
  color: unset !important;
}
.pg-app-cal-dates li a:hover {
  color: #000 !important;
}
.pg-app-w4-form-wrapper .form-check {
  padding-left: 0 !important;
}
.pg-app-w4-form-wrapper .form-check input {
  margin-left: 0 !important;
}
.pg-app-w4-form-main-wrapper-e-doc-feilds .form-check {
  padding-left: 0 !important;
}
.pg-app-shared-group-multiselect button {
  background-color: unset;
  border: none;
}
.pg-app-shared-group-multiselect button:hover {
  background-color: unset !important;
  border: none;
}
.pg-app-link-url:hover {
  color: var(--accent-color) !important;
}
.pg-app-paycheck-inner-tabs .form-check {
  padding-left: unset !important;
}

.pg-app-modal-body-custom .form-check {
  padding-left: unset !important;
}
.pg-app-modal-body-custom .form-check.form-check-inline {
  padding-left: 1.5em !important;
}
.pg-app-draggable-item-content.draggable-item-content:hover {
  background-size: 25px !important;
}

.pg-app-expense-item-form .form-check {
  padding-left: unset !important;
}
.pg-app-expense-item-form .form-check.form-check-inline {
  padding-left: 1.5em !important;
}

.pg-app-form-select {
  height: 42px;
}

.custom-form-control-input-height {
    height: 42px !important;
}

.pg-app-benfit-wrapper .form-check.form-check-inline {
  padding-left: 1.5em !important;
}
.pg-app-benfit-wrapper .form-check {
  padding-left: unset !important;
}
.pg-app-event-card .form-check {
  display: flex !important;
}

.pg-app-w-80 {
    width: 100%;
    min-width: 80px;
}
/* status? */
.pg-app-status.failed {
    color: #f04438 !important;
    background: rgba(240, 68, 56, 0.1);
}

/* report list? */
.pg-app-report-list-tabs-section .tabs .action-tab .list-item {
    font-family: var(--pg-family);
    font-size: 14px !important;
    font-weight: 400;
    padding: 16px;
    font-style: normal;
    line-height: 17px;
    color: #5f5f5f;
    text-transform: capitalize;
    display: block;
    cursor: pointer;
}

.pg-app-report-list-tabs-section .tabs .active-sub-items .list-item {
    color: var(--accent-color);
    font-weight: 600;
}

.pg-app-report-list-tabs-section .accordion-button.collapsed {
    box-shadow: none !important;
    background: transparent !important;
}

.pg-app-report-list-tabs-section .accordion-button {
    background: #f8f8f8 !important;
    color: #000000 !important;
    box-shadow: none !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

    .pg-app-report-list-tabs-section .accordion-button::after {
        background-size: 14px !important;
        filter: grayscale(1);
        height: 14px !important;
        width: 14px !important;
    }

.pg-app-report-list-tabs-section .accordion-item {
    border: none !important;
}

.pg-app-report-list-tabs-section .accordion-body {
    padding: 0 1.25rem !important;
}

.pg-app-report-table thead tr th {
    padding: 14px 24px;
    border-bottom-color: var(--border-color) !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--tab-unactive-color);
    position: relative;
    background-image: url("../img/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

    .pg-app-report-table thead tr th:last-child {
        background-image: url("../img/chevron-right.svg") !important;
    }

    .pg-app-report-table thead tr th:first-child {
        background-image: none !important;
    }

.pg-app-w-0 {
    width: 0 !important;
}

.pg-app-report-table .form-check {
    padding-left: 0 !important;
}

.pagination-wrapper .pg-app-form-select {
    height: 34px !important;
}

.pg-app-overlow-160 {
    height: calc(100vh - 190px);
    overflow: auto;
}

.pg-app-custom-dropdown .dropdown-item {
    padding: 8px 16px !important;
}

.pg-app-custom-dropdown {
    border-color: #d2d5da !important;
    border-radius: 8px !important;
}

.pg-app-forms h6, .pg-app-forms-h6 {
    font-family: var(--pg-family);
    font-size: 20px !important;
    font-weight: 600;
    font-style: normal;
    line-height: 28px;
    color: var(--black-color);
    background: #f1f7fe;
    padding: 8px;
    margin-bottom: 12px;
}

.pg-app-forms .form-group {
    margin-bottom: 24px !important;
}

.pg-app-forms .form-group label {
    text-transform: capitalize;
}

.pg-app-calander-select {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding-left: 20px !important;
    position: relative;
    width: 100%;
    padding-right: 28px !important;
}

    .pg-app-calander-select input[type="date"] {
        position: relative;
    }

        .pg-app-calander-select input[type="date"]::after {
            content: " ";
            position: absolute;
            background-image: url(../img/calander.svg) !important;
            background-repeat: no-repeat;
            right: 6px;
            bottom: 10px;
            z-index: 99;
            background: white;
            width: 16px;
            height: 16px;
            background-repeat: no-repeat;
            background-size: contain;
            pointer-events: none;
        }

        .pg-app-calander-select input[type="date"]::-webkit-calendar-picker-indicator {
            color: rgba(0, 0, 0, 0);
            opacity: 1;
            width: 20px;
            height: 20px;
            border-width: thin;
            right: 0;
            position: absolute;
            left: unset;
            top: 9px;
            background-image: none !important;
        }
/* //dropdown? */
.pg-btn.pg-download-btn {
    padding: 8px;
    background-color: transparent;
}

    .pg-btn.pg-download-btn:hover {
        background-color: var(--bg-color-pale-aqua) !important;
    }

        .pg-btn.pg-download-btn:hover svg path {
            fill: var(--accent-color);
        }

/* sideconvas filters? */
.pg-app-advance-filters-side.offcanvas-end {
    width: 820px !important;
}

.pg-app-life-event-Birth-wrapper.pg-app-history-grid
.pg-app-life-event-list
.pg-app-list-item:not(:first-child)::after {
    position: absolute;
    content: " ";
    height: 48px;
    width: 2px;
    right: 0 !important;
    top: 2px;
    background-color: #1688e1;
    left: -24px !important;
}

.pg-app-value-updated {
    position: relative;
}

.pg-app-value-tooltip {
    position: absolute;
    background: white;
    white-space: nowrap;
    top: 20px;
    right: -53px;
    padding: 8px 16px;
    border: 1px solid #c4c4c4;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
}
/*  timeline  */
.pg-app-timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    .pg-app-timeline::after {
        content: "";
        position: absolute;
        width: 6px;
        background: rgba(9, 90, 165, 0.07);
        top: 120px;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

.pg-app-timeline-container {
    padding: 20px 80px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    .pg-app-timeline-container::after {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        right: -13px;
        background-color: white;
        background-image: url(../img/phase3/3-13-dot.svg);
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid #095aa5;
        top: 50%;
        border-radius: 50%;
        z-index: 1;
    }

.pg-app-timeline-item-left {
    left: 0;
}

.pg-app-timeline-item-right {
    left: 50%;
}

.pg-app-timeline-item-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 55%;
    width: 0;
    z-index: 1;
    right: 0;
    width: 80px;
    border: 1px solid #f1f2f2;
}

.pg-app-timeline-item-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 55%;
    width: 0;
    z-index: 1;
    left: 0;
    width: 80px;
    border: 1px solid #f1f2f2;
}

.pg-app-timeline-item-right::after {
    left: -13px;
}

.pg-app-timeline-content {
    background: #ffffff;
    border: 1px solid #eaecec;
    border-radius: 6px;
    padding: 16px;
}

@media screen and (max-width: 600px) {
    .pg-app-timeline::after {
        left: 31px;
    }

    .pg-app-timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        .pg-app-timeline-container::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    .pg-app-timeline-item-left::after,
    .pg-app-timeline-item-right::after {
        left: 15px;
    }

    .pg-app-timeline-item-right {
        left: 0%;
    }
}

.pg-app-blue {
    color: var(--accent-color);
}

.pg-app-new-hire-stepper #multistep_nav .progress_holder,.bootstrapWizard li {
    max-width: 20% !important;
}

.pg-app-bookmark.booked svg path {
    fill: #ffd06d;
}

.pg-app-transection-processing-dropdown.pg-app-bottom-position
.pg-app-header-dropdown {
    top: unset;
    bottom: 40px !important;
}

.pg-app-step1-accordians .accordion-item {
    border: unset !important;
}

.pg-app-step1-accordians .accordion-header {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.25px;
    color: #141519;
    margin-bottom: 24px;
}

.pg-app-step1-accordians .accordion-body {
    padding: 0 !important;
}

.pg-app-step1-accordians .accordion-header label {
    cursor: pointer;
    display: flex;
    align-items: end;
}

.pg-app-button-wrapper .pg-app-btn {
    cursor: pointer;
}

.pg-app-center-div {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}

.pg-app-red-svg a svg path {
    fill: #dc3545 !important;
}

/* img custom dropdown? */
.pg-app-my-employee-dropdown {
    width: 180px;
    padding: 8px;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 4px;
    display: flex;
    align-items: center;
    max-height: 40px;
    margin-right: 28px;
    background-image: url("../img/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    cursor: pointer;
}

    .pg-app-my-employee-dropdown .heading-six {
        margin-right: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .pg-app-my-employee-dropdown .my-employee-select {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

        .pg-app-my-employee-dropdown .my-employee-select img {
            width: 30px;
            height: 30px;
            max-width: 30px;
            object-fit: contain;
            border-radius: 100%;
        }

.pg-app-my-header-dropdown {
    display: none;
    background: var(--white-color);
    border: 1px solid #ced4da;
    border-radius: 4px;
    z-index: 999;
    position: absolute;
    width: 270px;
    height: 330px;
    padding: 16px;
    top: 40px;
    left: 0;
}

    .pg-app-my-header-dropdown .main-heading {
        margin-bottom: 8px;
    }

    .pg-app-my-header-dropdown.show {
        display: block;
    }

    .pg-app-my-header-dropdown .my-dropdown-element {
        height: 100%;
        overflow: auto;
    }

        .pg-app-my-header-dropdown .my-dropdown-element::-webkit-scrollbar {
            width: 3px !important;
            height: 0.1px;
            border-radius: 16px;
        }

        .pg-app-my-header-dropdown .my-dropdown-element .element {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
        }

            .pg-app-my-header-dropdown .my-dropdown-element .element img {
                max-width: 30px;
                object-fit: contain;
                border-radius: 100%;
            }

            .pg-app-my-header-dropdown .my-dropdown-element .element:last-child {
                margin: 0;
            }

.pg-app-history-grid .pg-app-list-item-history.has-border {
    border-left: 2px solid #1688e1;
}

.pg-app-history-grid .pg-app-list-item-history {
    padding: 0 24px;
}

    .pg-app-history-grid .pg-app-list-item-history .pg-app-title-14 {
        display: block;
        font-family: var(--pg-family);
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 26px;
        color: var(--black-color);
    }

    .pg-app-history-grid .pg-app-list-item-history .pg-app-title-14 {
        display: block;
        font-family: var(--pg-family);
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 26px;
        color: var(--black-color);
    }

    .pg-app-history-grid .pg-app-list-item-history .pg-app-date-12 {
        display: block;
        font-family: var(--pg-family);
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        line-height: 26px;
        color: var(--black-color);
    }

@media (max-width: 1200px) {
    .pg-app-history-grid .pg-app-list-item-history {
        padding: 0 8px;
        white-space: nowrap;
    }

        .pg-app-history-grid .pg-app-list-item-history .pg-app-title-14 {
            font-size: 14px !important;
        }

        .pg-app-history-grid .pg-app-list-item-history .pg-app-date-12 {
            font-size: 14px !important;
        }
}

.pg-app-edit-employee-dropdown {
    width: 180px;
    padding: 8px;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 4px;
    display: flex;
    align-items: center;
    max-height: 40px;
    margin-right: 28px;
    background-image: url("../img/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    cursor: pointer;
}

    .pg-app-edit-employee-dropdown .heading-six {
        margin-right: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .pg-app-edit-employee-dropdown .edit-employee-select {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

        .pg-app-edit-employee-dropdown .edit-employee-select img {
            width: 30px;
            height: 30px;
            max-width: 30px;
            object-fit: contain;
            border-radius: 100%;
        }

.pg-app-edit-header-dropdown {
    display: none;
    background: var(--white-color);
    border: 1px solid #ced4da;
    border-radius: 4px;
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 330px;
    padding: 16px;
    top: 40px;
    left: 0;
}

    .pg-app-edit-header-dropdown .main-heading {
        margin-bottom: 8px;
    }

    .pg-app-edit-header-dropdown.show {
        display: block;
    }

    .pg-app-edit-header-dropdown .edit-dropdown-element {
        height: 100%;
        overflow: auto;
    }

        .pg-app-edit-header-dropdown .edit-dropdown-element::-webkit-scrollbar {
            width: 3px !important;
            height: 0.1px;
            border-radius: 16px;
        }

        .pg-app-edit-header-dropdown .edit-dropdown-element .element {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
        }

            .pg-app-edit-header-dropdown .edit-dropdown-element .element img {
                max-width: 30px;
                object-fit: contain;
                border-radius: 100%;
            }

            .pg-app-edit-header-dropdown .edit-dropdown-element .element:last-child {
                margin: 0;
            }
/* upload */
.pg-app-upload-employee-dropdown {
    width: 180px;
    padding: 8px;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 4px;
    display: flex;
    align-items: center;
    max-height: 40px;
    margin-right: 28px;
    background-image: url("../img/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    cursor: pointer;
}

    .pg-app-upload-employee-dropdown .heading-six {
        margin-right: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .pg-app-upload-employee-dropdown .upload-employee-select {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

        .pg-app-upload-employee-dropdown .upload-employee-select img {
            width: 30px;
            height: 30px;
            max-width: 30px;
            object-fit: contain;
            border-radius: 100%;
        }

.pg-app-upload-header-dropdown {
    display: none;
    background: var(--white-color);
    border: 1px solid #ced4da;
    border-radius: 4px;
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 330px;
    padding: 16px;
    top: 40px;
    left: 0;
}

    .pg-app-upload-header-dropdown .main-heading {
        margin-bottom: 8px;
    }

    .pg-app-upload-header-dropdown.show {
        display: block;
    }

    .pg-app-upload-header-dropdown .upload-dropdown-element {
        height: 100%;
        overflow: auto;
    }

        .pg-app-upload-header-dropdown .upload-dropdown-element::-webkit-scrollbar {
            width: 3px !important;
            height: 0.1px;
            border-radius: 16px;
        }

        .pg-app-upload-header-dropdown .upload-dropdown-element .element {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
        }

            .pg-app-upload-header-dropdown .upload-dropdown-element .element img {
                max-width: 30px;
                object-fit: contain;
                border-radius: 100%;
            }

            .pg-app-upload-header-dropdown .upload-dropdown-element .element:last-child {
                margin: 0;
            }

.geo-address .heading-five {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.pg-app-employee-details-tabs .action-tab {
    border-bottom: 2px solid transparent !important;
    white-space: nowrap;
}

.pg-app-employee-details-tabs {
    overflow: auto;
}

    .pg-app-employee-details-tabs .active-sub-items {
        border-bottom: 2px solid #000000 !important;
        box-shadow: unset;
    }

/* transection dropdown? */

.pg-app-transection-processing-dropdown .pg-app-working {
    left: unset !important;
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #c4c4c4;
    top: 4px;
    left: 50px;
}

.pg-app-transection-processing-dropdown .pg-app-employee-select {
    margin-top: 10px;
}

.pg-app-transection-processing-dropdown {
    min-width: 191px;
}

    .pg-app-transection-processing-dropdown .pg-app-header-dropdown {
        border-radius: 8px !important;
        height: 375px !important;
        border: 1px solid #e0e0e0 !important;
        padding: 0 !important;
        right: 0;
        background-color: #fff;
        z-index: 999;
        position: absolute;
        width: 424px;
        height: 330px;
        top: 40px;
        display: none;
    }

.pg-app-header-dropdown.show {
    display: block;
}

.custom-overlay {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rebeccapurple;
    inset: 0;
    z-index: -1;
}

.pg-app-transection-processing-dropdown .heading-five {
    font-weight: 700;
    font-size: 18px !important;
    line-height: 28px;
    margin-bottom: 24px !important;
}

.pg-app-transection-processing-dropdown .pg-app-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    padding: 24px !important;
    background: #f7f7f7;
    border: none;
    border-radius: 0px 0px 8px 8px;
}

.pg-app-transection-processing-dropdown {
    width: 180px;
    padding: 8px;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 4px;
    display: flex;
    align-items: center;
    max-height: 40px;
    margin-right: 28px;
    background-image: url("../img/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem bottom 0.1rem;
    cursor: pointer;
}

    .pg-app-transection-processing-dropdown:focus,
    .pg-app-transection-processing-dropdown:hover {
        border-color: var(--grey-color);
    }

    .pg-app-transection-processing-dropdown .heading-six {
        margin-right: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .pg-app-transection-processing-dropdown .working {
        position: absolute;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #c4c4c4;
        top: 4px;
        left: 50px;
    }

    .pg-app-transection-processing-dropdown .employee-select {
        display: flex;
        align-items: end;
        gap: 12px;
        width: 100%;
    }

        .pg-app-transection-processing-dropdown .employee-select img {
            width: 30px;
            height: 30px;
            max-width: 30px;
            object-fit: contain;
            border-radius: 100%;
        }

.toggle-class-e::before {
    position: relative;
    height: 100vh;
    width: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: 2;
}

.pg-app-btn.pg-app-grey-btn-outline {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    line-height: 0 !important;
    padding: 10px;
    line-height: 20px !important;
}

.pg-app-h-40 {
    height: 40px;
    line-height: 19.5px !important;
}

/*
 * NESTABLES
 */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    font-size: 15px;
    margin: 5px 0;
    padding: 7px 15px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb;
}

    .dd-handle:hover {
        color: #2ea8e5;
        background: #ffffff;
    }

.dd-item > button {
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 7px 10px;
    line-height: 22px !important;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: rgba(0, 0, 0, 0);
    text-align: center;
}

.dd-item > button {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}

    .dd-item > button:before {
        content: '\f055';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #0091d9;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '\f056';
        color: #a90329;
    }

    .dd-item > button[data-action="delete"]:before {
        content: '\f014';
        color: #5a5a5a;
    }

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    }

.pull-right {
    float: right !important;
}

main.main {
    background-color: white;
}

    main.main > header.pg-header {
       background-color: rgb(249,250,253);
       padding: 0px;
    }

        main.main > header.pg-header .header-content {
            padding: 14px 20px;
            height: 67px;
        }

.quick-menu {
    background-color: rgb(9,107,192);
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
    grid-gap: 50px;
    font-size: 1.3em;
    position: relative;
    padding: 10px;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.quick-menu-expanded {
    background-color: rgb(241,247,254);
}

.quick-menu .quick-menu-item a {
    position: relative;
    display: flex;
    opacity: 1;
    font-size: 14px !important;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.quick-menu .quick-menu-item.selected a {
    opacity: 1;
}

    .quick-menu .quick-menu-item {
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        color: white;
        padding-top: 0px;
        padding-bottom: 0px;

    }

.quick-menu-expanded .quick-menu-item {
    color: black;
}

        .quick-menu .quick-menu-item:hover {
            background-color: rgba(256,256,256,0.7);
            border-radius: 4px;
            color: black;
            cursor: pointer;
        }

            .quick-menu .quick-menu-item:hover a span:not(.menu-pinned-dropdown) {
                color: black;
            }

        .quick-menu .quick-menu-item:not(.selected) .arrow-up {
            display: none;
        }

        .quick-menu .quick-menu-item .arrow-up {
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid white;
            align-self: center;
            position: absolute;
            bottom: 0px;
            opacity: 1;
        }

.quick-menu-expanded .quick-menu-item  {
    color: rgb(9,107,192);
}

.quick-menu-expanded .quick-menu-item.selected {
    border-bottom: 3px solid rgba(9,107,192,0.7);
}

.quick-menu-expanded .quick-menu-item .selected a{
    opacity: 1;
    color: black;
}

    .quick-menu-expanded .quick-menu-item:hover {
        background-color: rgba(256,256,256,0.7);
        border-radius: 0px;
        color: black;
        cursor: pointer;
    }

.quick-menu-item-sub {
    content: "";
    position: relative;
    width: 20px;
    background-image: url("../img/chevron-right.svg");
    background-repeat: no-repeat;
    transition: all .2s linear;
    display: block;
    margin-top: 3px;
    margin-left: 3px;
}

.quick-menu-item .dropdown-menu ul li.selected {
    color: rgba(9,107,192,0.7);
}

.quick-menu-not-pinned{
    align-content: flex-start;
    justify-content: flex-start;
}


/* Recruitment Module */

.pg-app-top-section {
    border-bottom: 1px solid #dadada;
    padding-bottom: 12px;
}

.pg-app-text-gray {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #5f5f5f;
}

.pg-app-info-wrap {
    background: #f1f7fe;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 10px;
}

.pg-app-detail:not(:first-child, :last-child) {
    border-left: 1px solid #1688e1;
    padding-left: 12px;
}

.pg-app-detail .pg-app-text {
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 4px;
}

.pg-app-detail .pg-app-num {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.pg-app-requistion-td {
    white-space: nowrap;
}

    .pg-app-requistion-td p {
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        margin-bottom: 4px;
    }

    .pg-app-requistion-td span {
        font-size: 12px;
        line-height: 19px;
        color: #000000;
    }

.pg-app-open-status {
    background: #f0faf8;
    color: #569488;
}

.pg-app-close-status {
    background-color: #f9e3e3;
    color: #af4444;
}

.pg-app-admin {
    background: rgba(101, 114, 133, 0.1);
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #5f5f5f;
    padding: 7px 10px;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.pg-app-days {
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #5f5f5f;
    margin-bottom: 0;
}

/* create job */

.pg-app-cost-btn {
    background: #f1f7fe;
    border: 1px solid #1688e1;
    border-radius: 4px;
    padding: 12px 21px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    font-family: var(--pg-family);
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    max-width: 78px;
}

.pg-app-mendatory {
    color: #b42318;
}

.pg-app-optional {
    font-size: 16px;
    line-height: 24px;
    color: #5f5f5f;
    font-weight: 400;
}

.pg-app-sumry {
    font-family: var(--pg-family);
    font-size: 14px !important;
    font-weight: 600;
    font-style: normal;
    line-height: 17px;
    color: var(--regular-gray-text-color);
}

.pg-app-bg-light-blue {
    background-color: #f1f7fe !important;
}

.pg-app-job-info-card {
    border-radius: 4px;
}

.pg-app-editPen {
    cursor: pointer;
}

.pg-app-job-create-modal {
    background: #f1f7fe;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    padding: 8px;
}

.pg-app-jobCard-detail {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.pg-app-jobCard-heading {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5f5f5f;
}

/* recruitment pipeline setup */

.pg-app-inactiveDrop {
    width: 285px;
}

    .pg-app-inactiveDrop .pg-app-inactiveDropMenu {
        width: 100%;
        padding: 12px !important;
    }

        .pg-app-inactiveDrop .pg-app-inactiveDropMenu li:hover {
            background-color: transparent;
        }

.pg-app-borderLeft {
    border-left: 1px solid #d2d5da;
}

.pg-app-light-gray-bg {
    background-color: #f9fafd;
}

.pg-app-recruitmentdropDownSearch {
    width: 100%;
    padding: 0 16px 6px 16px;
    border: none;
    border-bottom: 1px solid #d2d5da;
    font-size: 12px;
    line-height: 15px;
}

    .pg-app-recruitmentdropDownSearch input {
        outline: none;
        border: none;
    }

    .pg-app-recruitmentdropDownSearch:focus-visible {
        outline: none;
    }

.pg-app-addStageDropdownTabs {
    width: 200px;
    justify-content: center;
}

    .pg-app-addStageDropdownTabs .nav-link {
        color: #5f5f5f;
        border: none !important;
        font-size: 16px;
        line-height: 19px;
    }

        .pg-app-addStageDropdownTabs .nav-link:hover {
            color: #5f5f5f;
            border: none;
            border-color: transparent;
        }

        .pg-app-addStageDropdownTabs .nav-link.active {
            border: none;
            font-weight: 600;
            font-size: 16px;
            line-height: 19px;
            color: #000000;
            border-bottom: 2px solid #095aa5 !important;
        }

.pg-app-tabsHidden {
    display: none;
}

.pg-app-dropdownMenuOptions {
    color: #000;
    cursor: pointer;
}

    .pg-app-dropdownMenuOptions .submenu li:hover {
        background-color: #f7f7f7;
    }

    .pg-app-dropdownMenuOptions li {
        padding: 10px;
        display: flex;
        align-items: center;
    }

    .pg-app-dropdownMenuOptions .pg-app-optionWithInput {
        background-color: transparent;
        border-bottom: 1px solid #d2d5da;
        font-size: 12px;
        line-height: 15px;
    }

        .pg-app-dropdownMenuOptions .pg-app-optionWithInput:hover {
            background-color: transparent;
            border-bottom: 1px solid #d2d5da;
        }

    .pg-app-dropdownMenuOptions li > input {
        outline: none;
        border: none;
        border-bottom: 1px;
    }

    .pg-app-dropdownMenuOptions li:hover {
        color: #000;
        cursor: pointer;
        background: #f7f7f7;
    }

.pg-app-TemplateMenu a {
    padding: 10px !important;
    color: #000;
}

    .pg-app-TemplateMenu a:hover {
        background-color: #f7f7f7 !important;
        color: initial !important;
    }

    .pg-app-TemplateMenu a:after {
        content: unset !important;
    }

.pg-app-customDateBtn {
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}

.pg-app-recruitmentStepsTabs .nav-pills {
    border: 1px solid #dadada;
    border-radius: 8px 0px 0px 8px;
}

    .pg-app-recruitmentStepsTabs .nav-pills .nav-item {
        flex: 1;
        position: relative;
    }

.pg-app-recruitmentStepsTabs .nav-link {
    width: 100%;
    padding: 15px 44px !important;
    border-radius: 0px !important;
    color: #000000;
    white-space: nowrap;
    position: relative;
    transition: unset;
}

.pg-app-recruitmentStepsTabs ul .nav-item:not(:last-child):before {
    content: "";
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #000000;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.pg-app-recruitmentStepsTabs ul .nav-item:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    z-index: 9;
}

.pg-app-recruitmentStepsTabs ul li button:hover {
    color: #000000;
}

.pg-app-recruitmentStepsTabs .nav-pills .nav-link.active {
    background: #1688e1 !important;
    color: #fff;
}

    .pg-app-recruitmentStepsTabs .nav-pills .nav-link.active svg path {
        fill: #fff;
    }

.pg-app-recruitmentStepsTabs ul li:has(> .nav-link.active)::before {
    border-left: 25px solid #1688e1 !important;
    color: #fff;
    z-index: 10;
}

.pg-app-recruitmentStepsTabs .nav-pill .nav-item:first-child {
    border-radius: 56px !important;
}

.pg-app-recruitmentTabsTopSec {
    padding: 16px;
    border-radius: 4px;
    background-color: #f9fafd;
}

.pg-app-recruitmentTabsMidSec {
    height: calc(100vh - 541px);
    overflow-y: auto;
}

.pg-app-recruitmentFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 28px;
    background: #f9fafd;
}

.pg-app-recruitmentTabsTopSec .pg-app-recruitmentRules {
    display: flex;
}

    .pg-app-recruitmentTabsTopSec
    .pg-app-recruitmentRules
    .pg-app-recruitmentAddRules {
        font-size: 14px;
        line-height: 17px;
        color: #095aa5;
        background: #e1eefd;
        border-radius: 2px;
        padding: 8px;
        cursor: pointer;
    }

.pg-app-recruitmentTabsTopSec .pg-app-recruitmentAppliedRules {
    border-left: 1px solid #d2d5da;
    padding-left: 8px;
    gap: 8px;
}

    .pg-app-recruitmentTabsTopSec .pg-app-recruitmentAppliedRules span {
        font-size: 14px;
        line-height: 17px;
        color: #734ca4;
        background: #f4ebff;
        border-radius: 2px;
        padding: 8px;
        cursor: pointer;
    }

.pg-app-recruitmentQuestions {
    border: 1px solid #d2d5da;
    border-radius: 6px 6px 0px 0px;
}

    .pg-app-recruitmentQuestions .pg-app-recruitmentQuestionsHeading {
        padding: 8px;
        background: #f1f7fe;
        border-radius: 6px 6px 0px 0px;
        display: flex;
        justify-content: space-between;
    }

.pg-app-recruitmentQuestionsBody {
    padding: 0 16px 24px 16px;
}

    .pg-app-recruitmentQuestionsBody .pg-app-recruitmentQuestionsContent {
        border-bottom: 1px solid #d2d5da;
        margin-top: 24px;
        padding-bottom: 24px;
    }

.pg-app-recruitmentBackgroundCheck {
    background: #fcfcfc;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 20px;
}

.pg-app-editAble > input {
    border: none;
    background-color: #1688e1;
    outline: none;
    color: #fff;
}

/* SCORE CARD STYLES */

.pg-app-scoreCardTopActionWrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .pg-app-scoreCardTopActionWrap svg {
        cursor: pointer;
    }

.pg-app-scoreCardPrevBtn {
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #5f5f5f;
    padding: 10px;
}

    .pg-app-scoreCardPrevBtn:focus {
        border: 1px solid #c4c4c4;
    }

.pg-app-scoreCardAddNewBtn {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #095aa5;
    display: flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}

/* Candidate application */

.pg-app-dragableItem {
    background: #ffffff;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 6px;
    cursor: pointer;
    padding: 12px 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #252c32;
    margin-bottom: 8px;
}

/* DRAGABLES */

.pg-app-draggedFields {
    background-color: #e1eefd;
    height: 900px;
    overflow-y: auto;
}

/* Right-aligned sidebar */
.pg-app-form_builder .nav-sidebar.pull-right {
    border-right: 0;
    border-left: 1px solid #ddd;
}

    .pg-app-form_builder .nav-sidebar.pull-right a {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

.pg-app-form_builder {
    height: calc(100vh - 230px);
}

    .pg-app-form_builder .nav-sidebar {
        background-color: #f9fafd;
        height: 100%;
        padding: 12px 8px;
    }

    .pg-app-form_builder ul {
        display: block !important;
    }

        .pg-app-form_builder ul li {
            cursor: pointer;
        }

            .pg-app-form_builder ul li a {
                text-decoration: none;
                cursor: pointer;
            }

    .pg-app-form_builder .bal_builder {
        padding-left: 16px;
    }

.pg-app-remove_bal_field {
    cursor: pointer;
}

.pg-app-form_builder_area .placeholder {
    width: 100%;
    background-color: #e1eefd;
    border: 1px dashed #dadada;
    margin-bottom: 5px;
}

.pg-app-form_builder_area {
    width: 100%;
    min-height: 100%;
    position: absolute;
    height: 560px;
    overflow-y: auto;
    overflow-x: hidden;
    isolation: isolate;
}

    .pg-app-form_builder_area .form_builder_field {
        margin-bottom: 16px;
        width: 100%;
    }

.pg-app-DragFieldsText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.pg-app-dragged-fields-header {
    display: flex;
    justify-content: space-between;
    background-color: #e1eefd;
    border-radius: 6px 6px 0px 0px;
    padding: 8px;
}

    .pg-app-dragged-fields-header svg {
        cursor: pointer;
    }

.pg-app-headerText {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.pg-app-dragable-fields-body {
    background: #ffffff;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #dedede;
    border-radius: 0px 0px 6px 6px;
    padding: 16px;
}

/* QUESTIONNAIR SETUP */

.pg-app-questionWrap {
    border: 1px solid #d2d5da;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
}

    .pg-app-questionWrap svg {
        cursor: pointer;
    }

    .pg-app-questionWrap .pg-app-totalQuestions {
        display: flex;
    }

        .pg-app-questionWrap .pg-app-totalQuestions p:last-child {
            border-left: 1px solid #5f5f5f;
            padding-left: 12px;
        }

        .pg-app-questionWrap .pg-app-totalQuestions p {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            color: #5f5f5f;
            padding-right: 12px;
        }

            .pg-app-questionWrap .pg-app-totalQuestions p span {
                color: #000;
            }

    .pg-app-questionWrap a:hover {
        color: inherit !important;
        text-decoration: none;
    }

.pg-app-pageNum {
    background: #f1f7fe;
    border-radius: 4px;
    padding: 12px;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    width: fit-content;
    margin-bottom: 8px;
}

    .pg-app-pageNum p:last-child {
        border-left: 1px solid #d2d5da;
        cursor: pointer;
        display: flex;
        align-items: center;
        line-height: 1;
    }

.pg-app-multipleChoice {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

    .pg-app-multipleChoice .multipleChoiceHeader {
        display: flex;
        justify-content: space-between;
        padding: 12px;
        border-bottom: 1px solid #ced4da;
    }

#pg-app-dynamicColumnTable1 td,
#pg-app-dynamicColumnTable2 td {
    border: 1px solid var(--border-color);
    padding: 12px 24px;
}

.pg-app-addNewColumnBtn {
    border: 1px solid var(--border-color);
    border-left: 0;
    white-space: nowrap;
    padding: 12px 24px;
}

.pg-app-questionTable .table {
    min-width: fit-content;
    border-left: 1px solid var(--border-color) !important;
    border-right: 1px solid var(--border-color) !important;
}

.pg-app-questionTable thead tr th:last-child {
    background-image: url(../img/chevron-right.svg) !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.pg-app-questionTable tbody tr td:last-child {
    width: unset;
}

.pg-app-questionTable .pg-app-multipleChoiceRadioLabel {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    width: 175px;
    padding: 6px 16px;
    margin: 0 0 0 12px;
    flex: 1;
}

.pg-app-myDiv {
    display: none;
}

.pg-app-customMultiSelect .btn-group {
    width: 100% !important;
}

    .pg-app-customMultiSelect .btn-group button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-color: transparent;
    }

        .pg-app-customMultiSelect .btn-group button:hover {
            background-color: transparent;
        }

.pg-app-customMultiSelect .multiselect-container {
    width: 100%;
    top: 35px;
    overflow-y: auto;
}

    .pg-app-customMultiSelect .multiselect-container a label {
        width: 100%;
    }

    .pg-app-customMultiSelect .multiselect-container a input {
        margin-bottom: -5px;
    }

.pg-app-customMultiSelect .chip-item {
    background: #e1eefd;
    border-radius: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding: 6px 10px;
    cursor: pointer;
    white-space: nowrap;
}

/* RECRUITMENT PIPELINE MODULE */

.pg-app-participentsWrap .pg-app-participents {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #095aa5;
    text-transform: capitalize;
}

.pg-app-chevron-right {
    transition: 0.3s all;
}

.pg-app-rotate {
    rotate: 90deg;
}

.pg-app-seeMoreBtn,
.pg-app-ratingDetailBtn {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #095aa5;
    text-transform: capitalize;
    cursor: pointer;
}

    .pg-app-seeMoreBtn:hover {
        text-decoration: underline;
        color: #000000;
    }

.pg-app-scoreCardMoreLi {
    display: none;
}

.pg-app-rating-wrapper label {
    cursor: pointer;
    transition: color 0.5s;
}

#pg-app-requisitionTableCell {
    background-image: none !important;
}

.pg-app-rating-wrapper input {
    height: 100%;
    width: 100%;
}

.pg-app-rating-wrapper input {
    display: none;
}

.pg-app-rating-wrapper label:hover,
label:hover ~ label,
input:checked ~ label svg path {
    fill: #ffd06d;
    stroke: #ffd06d;
}

.pg-app-ratingRemarks {
    font-size: 14px;
    line-height: 20px;
    color: #5f5f5f;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pg-app-ratingDetails {
    display: none;
    height: 400px;
    overflow-y: auto;
}

.pg-app-ratingDetailBack {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    color: #000000;
    width: fit-content;
}

.pg-app-ratingDetails .pg-app-seeMoreText {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #095aa5;
    text-transform: capitalize;
    cursor: pointer;
}

.pg-app-Rp-filters-heading {
    padding: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    position: sticky;
    top: 0;
    z-index: 999;
}

    .pg-app-Rp-filters-heading svg {
        cursor: pointer;
    }

.pg-app-Rp-filtersBody .pg-app-Rp-filterData {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5f5f5f;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .pg-app-Rp-filtersBody .pg-app-Rp-filterData:hover {
        background-color: #f8f8f8;
    }

.pg-app-filtersSubmenuWraper ul a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5f5f5f;
    padding: 16px;
}

    .pg-app-filtersSubmenuWraper ul a:hover {
        background-color: #f8f8f8;
        color: #5f5f5f !important;
    }

.pg-app-filtersSubmenuWraper ul .submenu li {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5f5f5f;
    padding: 16px 22px;
    cursor: pointer;
}

    .pg-app-filtersSubmenuWraper ul .submenu li:hover {
        background-color: #f8f8f8;
    }

/* The switch - the box around the slider */
.pg-app-Rp-switch {
    font-size: 8px;
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 2em;
}

    /* Hide default HTML checkbox */
    .pg-app-Rp-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.pg-app-Rp-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #adb5bd;
    transition: 0.4s;
    border-radius: 30px;
}

    .pg-app-Rp-slider:before {
        position: absolute;
        content: "";
        height: 1.4em;
        width: 1.4em;
        border-radius: 20px;
        left: 0.27em;
        bottom: 1.5px;
        background-color: #adb5bd;
        transition: 0.4s;
    }

.pg-app-Rp-switch input:checked + .pg-app-Rp-slider {
    background-color: #007bff;
    border: 1px solid #007bff;
}

.pg-app-Rp-switch input:focus + .pg-app-Rp-slider {
    box-shadow: 0 0 1px #007bff;
}

.pg-app-Rp-switch input:checked + .pg-app-Rp-slider:before {
    transform: translateX(1.4em);
    background-color: #fff;
}

.pg-app-customDateWrap {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px 0 0 !important;
}

    .pg-app-customDateWrap:hover {
        background-color: #f8f8f8;
    }

.pg-app-customDate {
    width: 100px !important;
    padding: 0 !important;
    background-color: transparent !important;
}

    .pg-app-customDate:focus {
        outline: transparent;
        box-shadow: none !important;
    }

.pg-app-customWidthCol {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    height: calc(100vh - 80px - 84px - 120px);
}

    .pg-app-customWidthCol .colCustom {
        background: #f9fafd;
        border-radius: 4px;
    }

.pg-app-colCardsWrap {
    padding: 0 8px 8px 8px;
}

.pg-app-customWidthCol .colCustom.pg-app-filtersCol {
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 0;
    display: none;
    border-radius: 0%;
    min-width: 273px;
    overflow-x: auto;
}

.pg-app-filterShow {
    display: block !important;
}

.pg-app-colCustomWrapper {
    overflow: auto;
    width: 293px;
    min-width: 293px;
}

    .pg-app-colCustomWrapper .pg-app-Rp-cardFooter .dropdown {
        position: unset !important;
    }

.pg-app-recruitmentStarsWrap .pg-app-recruitmentHeading {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 16px;
}

.pg-app-recruitmentStarsWrap .pg-app-recruitmentAttr {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.pg-app-additionalInterview {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
}

.pg-app-smallCardCommentBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

    .pg-app-smallCardCommentBtn button:first-child {
        border: 1px solid #1688e1;
        border-radius: 4px;
        width: 100%;
        outline: transparent;
        background-color: transparent;
        color: #095aa5;
        font-size: 14px;
        line-height: 22px;
        padding: 6px;
    }

    .pg-app-smallCardCommentBtn button:last-child {
        width: 100%;
        border: none;
        border-radius: 4px;
        outline: transparent;
        background-color: #1688e1;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        padding: 6px;
    }

.pg-app-imgs-plus-icon {
    background: #fff;
    height: 30px;
    width: 30px;
    padding: 0px 8px;
    border: 1px solid #d5dadd;
    border-radius: 50px;
    margin-left: 3px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pg-app-lockBtn {
    background: rgba(133, 152, 173, 0.1);
    border: 1px solid rgba(133, 152, 173, 0.3);
    border-radius: 4px;
    padding: 8px;
    margin-right: 10px;
}

.pg-app-respondedOn-text {
    padding: 16px;
}

    .pg-app-respondedOn-text p {
        font-size: 12px;
        line-height: 15px;
        color: #5f5f5f;
        margin-bottom: 4px;
    }

        .pg-app-respondedOn-text p span {
            color: #000;
            font-weight: 600;
        }

.pg-app-colHeading {
    padding: 8px;
    background: #f9fafd;
    position: sticky;
    top: 0;
    margin-bottom: 16px;
    z-index: 2;
}

    .pg-app-colHeading p {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.006em;
        text-transform: uppercase;
        color: #6e7c87;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

.pg-app-Colcard {
    margin-bottom: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 6px;
    padding: 16px;
    /* position: relative; */
}

    .pg-app-Colcard.pg-app-cardInactive {
        background-color: #f3f3f3;
    }

        .pg-app-Colcard.pg-app-cardInactive .pg-app-inactiveIcon {
            position: absolute;
            left: -24px;
            top: -40px;
        }

.pg-app-cardImg > img {
    height: 40px;
    width: 40px;
}

.pg-app-cardImg .pg-app-person-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.006em;
    color: #252c32;
}

.pg-app-cardStaus-badge {
    border-radius: 2px;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
}

    .pg-app-cardStaus-badge.skiped {
        background: #fef7df;
        color: #ba9514;
    }

    .pg-app-cardStaus-badge.rejected {
        background: #f9e3e3;
        color: #af4444;
    }

    .pg-app-cardStaus-badge.waiting {
        background: #eef3fc;
        color: #485997;
    }

    .pg-app-cardStaus-badge.completed {
        background: #f2f9ef;
        color: #4f9331;
    }

    .pg-app-cardStaus-badge.dropped {
        background: #f4ebff;
        color: #734ca4;
    }

.pg-app-cardDetails {
    border-bottom: 1px solid #d2d5da;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #5f5f5f;
    display: flex;
    gap: 8px;
}

.pg-app-reviewWithBorder {
    border-left: 1px solid #dadada;
    padding-left: 16px;
}

.pg-app-Rp-cardTags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

    .pg-app-Rp-cardTags > p {
        background: #eef3fc;
        border-radius: 2px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 15px;
        color: #485997;
        cursor: pointer;
    }

.pg-app-Rp-cardFooter .pg-app-Rp-cardFooterBtn {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 12px;
}

    .pg-app-Rp-cardFooter .pg-app-Rp-cardFooterBtn.pg-app-btnWithDot:before {
        content: "";
        position: absolute;
        background-color: #d2d5da;
        height: 6px;
        width: 6px;
        border-radius: 50px;
        left: 0;
    }

.pg-app-Rp-dropDown {
    padding: 24px !important;
    width: 460px;
}

    .pg-app-Rp-dropDown .pg-app-dropDownImg > img {
        width: 32px;
        height: 32px;
    }

    .pg-app-Rp-dropDown .pg-app-person-name {
        font-size: 14px;
        line-height: 22px;
        color: #000000;
    }

        .pg-app-Rp-dropDown .pg-app-person-name span {
            font-size: 12px;
            line-height: 15px;
            color: #5f5f5f;
            margin-left: 8px;
        }

    .pg-app-Rp-dropDown .app-pg-Rp-addedCommentWrap {
        height: 200px;
        overflow-y: auto;
    }

.pg-app-sortBtn {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: transparent;
    min-width: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 12px;
    font-size: 16px;
    min-height: 40px;
}

.pg-app-bulkActionBtn {
    border: 1px solid #1688e1;
    border-radius: 4px;
    color: #095aa5;
}

    .pg-app-bulkActionBtn svg path {
        stroke: #095aa5;
    }

.pg-app-Rp-sortDrop {
    padding: 10px !important;
    font-size: 14px !important;
    line-height: 18px;
    color: #000000 !important;
}

.pg-app-Rp-top-filters-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

    .pg-app-Rp-top-filters-wrap .pg-app-Rp-filtrBtn {
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        display: flex;
        height: 40px;
        width: 40px;
        justify-content: center;
        align-items: center;
        margin-bottom: 8px;
        cursor: pointer;
        display: flex;
    }

.pg-app-activeBg {
    background: #095aa5 !important;
    border: 1px solid transparent !important;
}

    .pg-app-activeBg svg path {
        fill: #fff;
    }

.pg-app-Rp-bulkDrop {
    padding: 0 !important;
}

.pg-app-bulkOptions {
    font-size: 14px;
    line-height: 24px;
    color: #5f5f5f;
    width: 220px;
}

    .pg-app-bulkOptions li {
        cursor: pointer;
        padding-block: 8px;
        text-transform: capitalize;
        padding-left: 12px;
    }

        .pg-app-bulkOptions li:hover {
            background: #f7f7f7;
        }

.pg-app-canidatePill {
    background: #e1eefd;
    border-radius: 40px;
    width: fit-content;
    padding: 2px 8px 2px 2px;
}

.pg-app-canidateWrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pg-app-canidatePill img {
    width: 22px;
    height: 22px;
}

.pg-app-canidatePill svg {
    cursor: pointer;
}

.pg-app-addTagsWrap {
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 6px;
    padding: 10px 16px;
    margin-top: 24px;
    height: 100px;
    overflow-y: auto;
}

.pg-app-Rp-addNewDocBtn {
    background-color: transparent;
    border: 0;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #095aa5;
    margin-top: 16px;
}

.pg-app-Rp-assesmentModal {
    border: 1px solid #dadada;
    border-radius: 4px 4px 0 0;
}

    .pg-app-Rp-assesmentModal .pg-app-Rp-assesmentModalHeading {
        padding: 20px;
        border-bottom: 1px solid #dadada;
        border-radius: 4px 4px 0 0;
    }

    .pg-app-Rp-assesmentModal .pg-app-Rp-assesmentModalContent {
        padding: 20px;
        background-color: #fcfcfc;
    }

.pg-app-emailCCBtnWrap {
    position: absolute;
    right: 20px;
    top: 52%;
}

    .pg-app-emailCCBtnWrap button {
        border: 0;
        background-color: transparent;
        text-transform: uppercase;
    }

        .pg-app-emailCCBtnWrap button:hover {
            text-decoration: underline;
        }

.pg-app-assesmentModalRequire p {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-bottom: 0;
    margin-top: 16px;
}

    .pg-app-assesmentModalRequire p input {
        width: 40px;
        height: 40px;
    }

.pg-app-reviewModalHeaderInfo {
    display: flex;
    gap: 40px;
}

    .pg-app-reviewModalHeaderInfo p {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        margin-bottom: 4px;
    }

    .pg-app-reviewModalHeaderInfo span {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #5f5f5f;
    }

.pg-app-candidateInfoWrap {
    background: #f9fafd;
    border-radius: 4px;
    padding: 16px;
}

.pg-app-ApplicationReviewModal {
    max-width: 920px !important;
}

.pg-app-reviewModalFollowBtn {
    font-size: 12px;
    line-height: 24px;
    color: #095aa5;
    margin-left: 8px;
    cursor: pointer;
}

.pg-app-appReviewModal .pg-app-candidateInfoWrap {
    display: flex;
    flex-direction: column;
}

    .pg-app-appReviewModal .pg-app-candidateInfoWrap .pg-app-Rp-cardTags p {
        margin-bottom: 0;
    }

    .pg-app-appReviewModal .pg-app-candidateInfoWrap .pg-app-candidiateImg img {
        height: 100px;
        width: 100px;
    }

    .pg-app-appReviewModal .pg-app-candidateInfoWrap .pg-app-candidiateName {
        font-size: 20px;
        line-height: 28px;
        color: #000000;
    }

.pg-app-appReviewModal .pg-app-reviewOfferTag {
    background: #f4ebff;
    border-radius: 2px;
    font-size: 12px;
    line-height: 15px;
    color: #734ca4;
}

.pg-app-resumeWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    flex-direction: column;
}

    .pg-app-resumeWrap .pg-app-resumeDownloadBtn {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #095aa5;
        opacity: 0.9;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

.pg-app-reviewLargeCol {
    border-right: 1px solid #dadada;
    padding-right: 16px !important;
    overflow-y: auto;
    height: 680px;
}

.pg-app-reviewLocationInfo p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px;
    color: #5f5f5f;
    opacity: 0.9;
}

.pg-app-reviewLocationInfo h5 svg {
    cursor: pointer;
}

.pg-app-reviewRightColWrap {
    padding-left: 16px;
    overflow-y: auto;
    height: 600px;
}

    .pg-app-reviewRightColWrap label {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        opacity: 0.9;
    }

.pg-app-reviewQuickActions ul {
    border-bottom: 1px solid #dadada;
    padding-bottom: 8px !important;
}

    .pg-app-reviewQuickActions ul li {
        background: #f1f7fe;
        border: 1px solid #1688e1;
        border-radius: 4px;
        padding: 6px 16px;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        color: #000000;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-bottom: 8px;
    }

.pg-app-reviewRequisitionInfoWrap {
    display: none;
}

.pg-app-requisitionBackBtn {
    width: fit-content;
    cursor: pointer;
}

.pg-app-hideItems {
    display: none;
}

.pg-app-showRequisitionInfo {
    display: block !important;
}

.pg-app-requistionContent .pg-app-requistionCreatedBy {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 10px;
}

.pg-app-requistionContent .pg-app-requistionPerson {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .pg-app-requistionContent .pg-app-requistionPerson img {
        height: 24px;
        width: 24px;
    }

.pg-app-requistionContent .pg-app-requistionJobInfo p {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 4px;
}

    .pg-app-requistionContent .pg-app-requistionJobInfo p span {
        font-weight: 400;
    }

.pg-app-showAddNoteBtn {
    display: none;
}

.pg-app-requitionAddNoteContent {
    display: none;
}

.pg-app-showAddNoteContent {
    display: block;
    margin-top: 16px;
}

.pg-app-requitionAddNoteContent .pg-app-addNoteIcons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pg-app-requitionAddNoteContent .pg-app-addNoteIcons span {
        padding: 8px;
        cursor: pointer;
    }

    .pg-app-requitionAddNoteContent .pg-app-addNoteIcons .pg-app-firstIcon:hover {
        background: #e1eefd;
        border-radius: 50px;
    }

    .pg-app-requitionAddNoteContent .pg-app-addNoteIcons .pg-app-secondIcon:hover {
        background: #e4f3d9;
        border-radius: 50px;
    }

    .pg-app-requitionAddNoteContent .pg-app-addNoteIcons .pg-app-thirdIcon:hover {
        background: #fffaec;
        border-radius: 50px;
    }

    .pg-app-requitionAddNoteContent .pg-app-addNoteIcons .pg-app-fourthIcon:hover {
        background: #fee4e2;
        border-radius: 50px;
    }

.pg-app-seeAllCommentsBtn {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #095aa5;
    opacity: 0.9;
    cursor: pointer;
}

.pg-app-viewAllComments {
    display: none;
}

.pg-app-reviewModalStarsBtn {
    background: #ffffff !important;
    border: 1px solid #c4c4c4 !important;
    border-radius: 43px;
    padding: 4px 8px;
}

.pg-app-reviewModalStars .pg-app-starsDesc {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    border-left: 1px solid #dadada;
    padding-left: 16px;
    min-width: 90px;
    position: relative;
}

/* Candidiates page */

.pg-app-candidateActionBtn {
    background: #f1f7fe;
    border: 1px solid #1688e1;
    border-radius: 4px;
}

.pg-app-offerStatus {
    background: #f4ebff;
    border-radius: 2px;
    color: #734ca4;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    width: fit-content;
}

.pg-app-appliedStatus {
    background: #eef3fc;
    border-radius: 2px;
    color: #485997;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    width: fit-content;
}

.pg-app-ResumeView {
    color: #095aa5 !important;
    font-size: 16px !important;
    line-height: 19px;
    text-decoration: underline;
}

.pg-app-light-blue-bg {
    background-color: #f1f7fe !important;
}

/* customize Candidate application */
.pg-app-recruitmentStepsTabs .pg-app-customizeApplicationTabs {
    display: flex !important;
}

    .pg-app-recruitmentStepsTabs .pg-app-customizeApplicationTabs .nav-item {
        display: flex !important;
    }

.pg-app-formsHeader {
    background-color: #e1eefd !important;
}

.pg-app-attestProgressWrap .pg-app-barWrap {
    background: #f6f8f9;
    border-radius: 8px;
    height: 14px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .pg-app-attestProgressWrap .pg-app-barWrap .pg-app-filledBar {
        background: #1688e1;
        border-radius: 8px;
        height: 14px;
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
    }

.pg-app-atestQuestions {
    overflow-y: auto;
    height: calc(500px - 80px);
}

.pg-employee-inner-tab-container {
    display: flex;
    justify-content: center;
}


.pg-employee-tabs {
    width: 15%;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 4px 0px 0px 4px;
}

.pg-employee-tab {
    padding: 16px;
    cursor: pointer;
    border-bottom: 1px solid #e3e3e3;
}

    .pg-employee-tab.active {
        background-color: #E1EEFD;
    }

.pg-employee-tab-content {
    width: 85%;
    padding: 20px;
    border: 1px solid #E3E3E3;
    border-left: 0px;
    border-radius: 0px 4px 0px 0px;
}

.pg-employee-tab-pane {
    display: none;
}

    .pg-employee-tab-pane.active {
        display: block;
    }

.pg-employee-tab h3 {
    color: #0D6EFD;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter';
    text-transform: capitalize;
    margin-bottom: 16px;
}

h3.pg-employee-past-position {
    color: #0D6EFD;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter';
    text-transform: capitalize;
    margin-bottom: 16px;
    padding: 16px;
    margin: 0px;
    border-bottom: 1px solid #e3e3e3;
}

.pg-employee-tab h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    color: #000;
}

.pg-employee-tab p {
    font-size: 12px;
    color: #5f5f5f;
    font-weight: 500;
    font-family: 'Inter';
    text-transform: capitalize;
    margin: 0px;
}

p.pg-employee-position-txt {
    margin: 8px 0px;
}

.pg-employee-tabs span {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter';
    display: block;
    border-bottom: 1px solid #e3e3e3;
}

.pg-employee-tabDetail {
}

.pg-employee-tabDetail-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.pg-employee-tabCalendar {
    display: flex;
    background-color: #F6F6F6;
    padding: 12px 12px 12px 8px;
    border-radius: 4px;
    align-items: center;
    gap: 5px;
}

    .pg-employee-tabCalendar p {
        margin: 0px !important;
        padding: 0px !important;
        font-size: 14px;
        font-family: 'Inter';
        font-weight: 500;
    }

.pg-employee-tabBtn {
    display: flex;
    gap: 10px;
}

    .pg-employee-tabBtn button {
        border: none;
        padding: 9.5px 21px 9.5px 16px;
        border-radius: 4px;
        background-color: #E1EEFD;
        display: flex;
        gap: 5px;
        align-items: center;
    }

        .pg-employee-tabBtn button p {
            font-size: 14px;
            font-family: 'Inter';
            color: #000;
            margin: 0px;
        }



.pg-historyDetail-three {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

p.pg-historyDetail-secondlastTxt {
    color: #5F5F5F;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 18px;
    margin: 0px;
}

p.pg-historyDetail-lastTxt {
    color: black;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 18px;
    margin: 0px;
    padding: 16px;
    background-color: #F7FBFC;
    border-radius: 4px;
}



.pg-employee-tabDetail-two-one {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}

    .pg-employee-tabDetail-two-one h5 {
        margin: 0px;
        font-size: 17px;
        font-weight: 500;
        font-family: 'Inter';
    }

p.pg-employee-tabTitle-tag {
    margin: 0px;
}

span.pg-employee-homeTag {
    background-color: #5CB85C;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 12px;
    height: 20px;
}

.pg-employee-tab span.pg-employee-homeTag {
    text-transform:unset;
}

p.pg-employee-tabTitle-tag {
    font-size: 14px;
    font-weight: 500;
    color: #5F5F5F;
}

.pg-employee-tabDetail-two-two {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .pg-employee-tabDetail-two-two h6 {
        margin: 0px;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }

span.pg-employee-subHead {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #5f5f5f;
    font-family: 'Inter';
}

.pg-employee-tabDetail-two-four {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    display: flex;
}

.pg-employee-websiteTitle {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .pg-employee-websiteTitle h6 {
        font-size: 16px;
        font-weight: 500;
        margin: 0px;
    }

.pg-employee-web {
    margin: 33px 0px 8px 0px;
}

.pg-employee-webDetail {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 200px;
}

    .pg-employee-webDetail h5 {
        margin: 0px;
        font-size: 16px;
        font-weight: 500;
        color: #383838;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    }

.pg-employee-website {
    display: flex;
    flex-direction: column;
    flex: 0 0 20%;
    border-right: 1px solid #E3E3E3;
    padding: 16px 0px 16px 16px;
}

.pg-employee-location {
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
}

.pg-employee-WorkDetail {
    display: flex;
    gap: 40px;
}

.pg-employee-allocation {
    margin-bottom: 32px;
}

    .pg-employee-allocation p {
        margin: 0px;
        font-size: 16px;
        font-weight: 500;
    }

h6.pg-allocationTag {
    font-weight: 500;
    color: #CC5B02;
}

.pg-employee-WorkDetail h4 {
    font-size: 16px;
    font-weight: 500;
    color: #383838;
}

.pg-emp-locations {
    margin-bottom: 20px;
}

.pg-emp-locations-2 {
    margin-bottom: 20px;
}

.pg-emp-departments {
    margin-bottom: 20px;
    border-left: 1px solid #D2D5DA;
    padding-left: 40px;
}

.pg-emp-departments-2 {
    margin-bottom: 20px;
    border-left: 1px solid #D2D5DA;
    padding-left: 40px;
}

p.pg-employee-showMore {
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

p.pg-employee-showMore-2 {
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

p.pg-employee-showMore-3 {
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

p.pg-employee-showMore-4 {
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

p.pg-employee-showMore:hover {
    color: #0D6EFD;
}

p.pg-employee-showMore-2:hover {
    color: #0D6EFD;
}

p.pg-employee-showMore-3:hover {
    color: #0D6EFD;
}

p.pg-employee-showMore-4:hover {
    color: #0D6EFD;
}

.pg-employee-showMore-detail {
    display: flex;
    gap: 150px;
}

.pg-employee-showMore-detail-2 {
    display: flex;
    gap: 150px;
}

.pg-employee-showMore-detail .pg-employee-cardDetail {
    display: flex;
    max-width: 820px; 
    gap: 10px; 
    flex-wrap: wrap;
}

.pg-employee-showMore-detail-2 .pg-employee-cardDetail {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pg-employee-card-two-detail {
    margin: 0px !important;
    width: 400px;
}

.pg-employee-showMore-detail .pg-employee-card-two-detail span p {
    line-height: 24px;
    font-weight: 500;
    color: #5f5f5f;
    font-family: 'Inter';
}

.pg-employee-showMore-detail-2 .pg-employee-card-two-detail span p {
    font-weight: 500;
}

.pg-employee-card-two-detail span {
    width: 160px;
}

    .pg-employee-card-two-detail span p {
        font-size: 14px !important;
        color: #5f5f5f;
        font-weight: 400;
        line-height: 24px;
    }

.pg-employee-card-two-detail p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 0px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.pg-employee-card-two-detail .pg-mr-4 p {
    white-space: nowrap;
}


.pg-employee-showMore-icon {
    transition: transform 0.3s ease;
}

.rotate-image {
    transform: rotateX(180deg);
}

.pg-employee-transactionModel-head {
    padding: 16px 32px;
    border-bottom: 1px solid #EEE;
    display: flex;
    justify-content: space-between;
}

.pg-employee-neXtscreen {
    padding: 24px 32px 8px 32px;
    display: flex;
    justify-content: space-between;
}

.pg-employee-transactionModel-headOne {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pg-employee-transactionModel-headTwo h3 {
    color: black;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
    margin: 0px;
}

.pg-employee-neXtModel-txt span {
    color: #5F5F5F;
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    line-height: 20px;
}

.pg-employee-neXtscreen-detail {
    display: flex;
    justify-content: space-between;
    background-color: #F9FAFD;
    padding: 24px 16px;
    border-radius: 4px;
    margin-bottom: 24px;
    margin-top: 16px;
}

.pg-employee-innerDetail-one {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px 16px;
    box-sizing: border-box;
}

    .pg-employee-innerDetail-one p {
        margin: 0px;
        color: #616161;
        font-size: 14px;
        font-family: Inter;
        font-weight: 400;
        line-height: 16px;
    }

    .pg-employee-innerDetail-one h3 {
        color: #212121;
        font-size: 14px;
        font-family: Inter;
        font-weight: 600;
        line-height: 16px;
        margin: 0px;
    }

.pg-transContainer {
    padding: 32px 32px 16px 32px;
}

.pg-employee-neXtscreen-container {
    padding: 0px 32px 24px 32px;
}

.pg-employee-trascModel-txt p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

.pg-employee-transModel-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

    .pg-employee-transModel-detail img {
        height: 32px;
        width: 32px;
    }

    .pg-employee-transModel-detail h4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        margin: 0px;
        padding: 0px;
    }

span.pg-trans {
    padding: 4px 12px;
    border-radius: 4px;
    background-color: #F0FCE9;
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: white;
}

span.pg-transApproved {
    background-color: #31711A;
}

span.pg-transDenied {
    background-color: #DF5E5E;
}

span.pg-transPending {
    background-color: orange;
}

.pg-transDetail h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    gap: 5px;
}

.pg-transDetail {
    display: flex;
}

.pg-transDate {
    display: flex;
    flex-direction: column;
    flex: 0 0 33.3%;
}

.pg-transEvent {
    display: flex;
    flex-direction: column;
    flex: 0 0 33.3%;
    padding: 0px 24px;
}

.pg-transType {
    display: flex;
    flex-direction: column;
    flex: 0 0 33.3%;
    padding: 0px 24px;
}

.pg-transEvent-inner {
    border-left: 1px solid #E3E3E3;
    margin-bottom: 16px;
    padding-left: 24px;
}

div#empTrans-Model {
    max-width: 975px !important;
}

.pg-employee-transBtn {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #EEE;
    align-items: center;
    padding-right: 32px;
}

.employee-footerotherButton {
    display: flex;
    gap: 8px;
}

button.pg-employe3btn {
    border-radius: 4px;
    padding: 9px 20px;
    background-color: #F2F9EE;
    border: 0px;
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

button.pg-employe2btn {
    color: #000;
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #FEF3F2;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border: none;
}

.pg-employee-transactionModel-head h6 {
    margin: 0px !important;
}

button.pg-employe1btn {
    color: #5F5F5F;
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #fff;
    border: none;
    text-transform: capitalize;
}

.pg-employee-transactionModel-head h4 {
    margin: 0px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.pg-employee-verticalLine {
    border: 1px solid #E4E7EC;
}

.pg-historyDetail-two th, .pg-historyDetail-two tr {
    border: 1px solid #E1E9F0;
}

.pg-historyDetail-two table {
    width: 100%;
}

    .pg-historyDetail-two table th, .pg-historyDetail-two td {
        padding: 12px;
        color: black;
        font-size: 12px;
        font-family: Inter;
        font-weight: 500;
    }

.pg-historyDetail-two th {
    background-color: #F9FAFD;
}

td.pg-historyTable-rowOne {
    background-color: #FEF3F2;
}

td.pg-historyTable-rowTwo {
    background-color: #EEFEEE;
}

.pg-historyDetail-one {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.pg-historyDetail-txt p {
    margin: 0px !important;
    color: black;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
}

.pg-historyDetail-txt2 p {
    margin: 0px;
    color: #0D6EFD;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
}

.pg-historyDetail-txt2 {
    display: flex;
    gap: 4px;
}

.pg-employee-transactionModel-headOne h4, h6 {
    margin: 0px;
}

.pg-historyMode-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 32px;
    background-color: #F7FBFC;
}

.pg-employee-tabDetail-zero {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #F1F7FE;
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 16px;
}

    .pg-employee-tabDetail-zero p {
        margin: 0px;
        color: black;
        font-size: 14px;
        font-family: Inter;
        font-weight: 400;
        line-height: 20px;
    }




.pg-positionEvent-row .pg-app-reviewLargeCol {
    border: none !important;
    padding: 0px !important;
}

.pg-positon-date {
    display: flex !important;
    gap: 20px;
    align-items: flex-end;
}

    button.pg-position-fte {
        display: flex;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        text-transform: capitalize;
        font-family: 'Inter';
        padding: 12px 24px;
        justify-content: center;
        align-items: center;
        height: 40px;
        border-radius: 6px;
        border: 1px solid #5CB85C;
        background-color: #5CB85C;
    }

    button.fte-error {
        color: #912018;
        border: 1px solid #FDA29B;
        background-color: #FEF3F2;
    }

    .pg-positon-date input {
        width: 376px;
    }

.pg-positionEvent-subtitle {
    font-size: 20px !important;
}

.pg-positionEvent-subHead {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 10px 0px;
}

#pg-mainTable th {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: 'Inter';
    line-height: 18px;
    background-color: transparent;
}

#pg-mainTable th, td {
    border: 1px solid #e3e3e3;
}

#pg-mainTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    background-color: #F9FAFD;
}

    #pg-mainTable .pg-expand-icon, .pg-delete-icon {
        text-align: center;
    }

.pg-positionBoxes, td.pg-positionBoxes {
    text-align: center;
}

#pg-mainTable input[type="text"], #pg-mainTable select {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    font-family: 'Inter';
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
}

#pg-mainTable input, #pg-mainTable select:focus {
    border: 1px solid #e3e3e3 !important;
}

#pg-mainTable input, #pg-mainTable select:focus-visible {
    border: 1px solid #e3e3e3 !important;
    outline: none;
}

#pg-mainTable th.pg-PositionFTE {
    width: 9% !important;
}

.pg-position-field {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.pg-positionInnerField {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .pg-positionInnerField label {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        font-family: 'Inter';
    }

.position-heading h3 {
    margin: 0px !important;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    padding: 32px 0px 24px 0px;
    display: flex !important;
    gap: 12px !important;
}

#pg-mainTable td, th {
    padding: 8px;
}

td.pg-inner-tableRow {
    padding: 24px 24px 24px !important;
}

table.pg-innerPosition-table {
    width: 100%;
}

.pg-innerPosition-heading h3 {
    margin: 0px !important;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    padding: 0px 0px 24px 0px;
}

.pg-nested-table {
    display: contents;
}

.pg-expand-icon {
    cursor: pointer;
}

.pg-delete-icon {
    cursor: pointer;
    color: red;
}

tr.pg-positionTableexpanded-row {
    background-color: #f1f7fe;
}

td.pg-positionRatebox {
    text-align: left;
}

#pg-mainTable input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

#pg-mainTable select {
    appearance: none;
    content: '';
    margin-right: 5px;
    background-image: url('C:/Users/TK-LPT-497/Downloads/peopleguru-phase4-RecruitmentModule/peopleguru-phase4-RecruitmentModule/theme/Global/assets/img/chevron-right.svg');
    background-position: calc(100% - 10px) calc(1em - 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-repeat: no-repeat;
}

/*Personal screen css*/
.pg-employee-personalInfo {
    display: flex;
    gap: 24px;
}

    .pg-employee-personalInfo p {
        width: 200px;
    }

.pg-employee-transactionModel-headTwo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

a.pg-employee-mainHeadingbtn {
    display: flex;
    gap: 8px;
    align-items: center;
}

    a.pg-employee-mainHeadingbtn:hover {
        text-decoration: none !important;
    }

.pg-employee-editBtn {
    display: flex;
    gap: 5px;
}

a.pg-employee-editBtn:hover {
    text-decoration: none;
}

#pg-mainTable input.pg-positionFTE-value:focus {
    outline: 1px solid #B42318 !important;
    background-image: url("peopleguru-phase4-RecruitmentModule/theme/Global/assets/img/alert-circle.svg");
}

#pg-mainTable td.pg-employee-valueFTE {
    position: relative;
}

    #pg-mainTable td.pg-employee-valueFTE img {
        display: none;
        position: absolute;
        right: 15px;
        width: 20px;
        height: 20px;
        top: 16px;
    }

.pg-inner-RowDubplicate {
    cursor: pointer;
}


#pg-mainTable th, #pg-mainTable td {
    border: 1px solid #e3e3e3 !important;
}

.modal-backdrop {
    z-index: 99999 !important;
}


.bulk-dropdown .form-select {
    background-image: url("../assets/svg/svg-dropdown-white.svg");
    background-color: var(--accent-color);
    background-size: 20px 20px;
    padding-right: 15px;
  }
  .bulk-dropdown .dropdown-toggle::after {
    /* display: none; */
  }
  .bulk-dropdown button {
    color: #fff;
  }

.auto-appearance {
    appearance:auto !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

@media print {
    .global-wrapper {
        height: 100%;
    }
    .pg-table table {
        min-width: unset;
    }
}

.apexcharts-canvas {
    width:100% !important;
    overflow:hidden;
}

.file-desc {
    flex-direction:column;
}

.MaximumFileSize {
    width: unset !important;
}

.form-group.column {
    flex-direction: column;
}


.preferences-container {
  display: flex;
  flex-direction: column;
  width: 600px;
  margin: auto;
}

.preferences-header {
  background-color: #f5f5f5;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.preferences-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.preferences-item:last-child {
  border-bottom: none;
}

.radio-container {
  display: flex;
  align-items: center;
}

.radio-container input {
  margin-left: 10px;
}

.radio-label {
  font-size: 14px;
}

.option-description {
  font-size: 12px;
  color: #555;
  margin-left: 25px;
}

.participation-preferences {
  margin: auto;
  max-width: 800px;
}

.participation-preferences h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #0056b3;
}

.participation-preferences h3 {
  font-size: 1.2em;
  color: #0056b3;
}

.preference-item {
  border-radius: 0;
  margin-bottom: 10px;
}

.preference-columns {
  display: flex;
  gap: 10px;
}

.preference-columns .preference-column:first-child {
}

.preference-column-selected {
  border: 1px solid #CADEF6;
}

.preference-column {
  flex: 1;
  text-align: start;
  padding: 10px;
  border-radius: 4px;
  background: #F1F7FE;
}

.preference-column-pointer {
  cursor: pointer;
}

.preference-column-input-and-label {
  display: flex;
  justify-content: end;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.preference-column-input-and-label h3 { 
  color: black;
  margin-bottom: 0 !important;
}

.radio-container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  cursor: pointer;
}

input[type="radio"]:checked + .radio-button::after {
  display: block;
}

.preference-column p {
  font-size: 0.9em;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
}

input[type="radio"]:disabled + .radio-button {
  border-color: #ccc;
  background: #f5f5f5;
}

input[type="radio"]:disabled + .radio-button::after {
  background: #ccc;
}

.save-preferences-button {
  color: var(--bg-color);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  transition: background-color 0.12s ease;
  padding: 10px 16px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  height: 40px;
}

.save-preferences-button:hover {
  background-color: #4a89c6;
}

.divBenefitEnrollmentItem {
  margin-bottom: 10px;
  padding: 10px;
}

.benefitEnrollmentTypeLabelMargin {
  margin: 0 !important;
}

.benefitEnrollmentTypeInputMargin {margin-left: 0 !important}

.selectedBenefitEnrollmentTypeBorder {
  border-radius: 4px;
  border: 1px solid var(--accent-color);
  background: #f1f7fe;
}

.loadingGifSize {height: 32px; width: 32px; }