*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-\[2px\] {
  inset: 2px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-right-10 {
  right: -2.5rem;
}
.-top-11 {
  top: -2.75rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-6 {
  top: -1.5rem;
}
.-top-\[14px\] {
  top: -14px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[40\%\] {
  left: 40%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-\[-55px\] {
  right: -55px;
}
.right-\[125px\] {
  right: 125px;
}
.right-\[192px\] {
  right: 192px;
}
.right-\[350px\] {
  right: 350px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-7 {
  top: 1.75rem;
}
.top-\[75\%\] {
  top: 75%;
}
.top-\[calc\(100\%\+8px\)\] {
  top: calc(100% + 8px);
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1200\] {
  z-index: 1200;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[99999\] {
  z-index: 99999;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.ms-1 {
  margin-inline-start: 0.25rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-\[33px\] {
  height: 33px !important;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[144px\] {
  height: 144px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[275px\] {
  height: 275px;
}
.h-\[30vh\] {
  height: 30vh;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[220px\] {
  max-height: 220px;
}
.max-h-\[35px\] {
  max-height: 35px;
}
.max-h-\[44px\] {
  max-height: 44px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[23px\] {
  min-height: 23px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[84px\] {
  min-height: 84px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[100\%\] {
  width: 100% !important;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[175px\] {
  width: 175px;
}
.w-\[185px\] {
  width: 185px;
}
.w-\[195px\] {
  width: 195px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[92\%\] {
  width: 92%;
}
.w-\[95vw\] {
  width: 95vw;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[170px\] {
  min-width: 170px;
}
.min-w-\[190px\] {
  min-width: 190px;
}
.min-w-\[230px\] {
  min-width: 230px;
}
.min-w-\[23px\] {
  min-width: 23px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.min-w-\[32px\] {
  min-width: 32px;
}
.min-w-\[40vw\] {
  min-width: 40vw;
}
.min-w-\[45px\] {
  min-width: 45px;
}
.min-w-\[560px\] {
  min-width: 560px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[75px\] {
  min-width: 75px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[35px\] {
  max-width: 35px;
}
.max-w-\[40vw\] {
  max-width: 40vw;
}
.max-w-\[62\%\] {
  max-width: 62%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-90deg\] {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[1\.35fr_1fr_0\.85fr_1fr\] {
  grid-template-columns: 1.35fr 1fr 0.85fr 1fr;
}
.grid-cols-\[1\.35fr_1fr_86px_64px_64px_64px\] {
  grid-template-columns: 1.35fr 1fr 86px 64px 64px 64px;
}
.grid-cols-\[1fr_2fr_1fr\] {
  grid-template-columns: 1fr 2fr 1fr;
}
.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[4ch_1ch_1fr\] {
  grid-template-columns: 4ch 1ch 1fr;
}
.grid-cols-\[50px_10px_auto\] {
  grid-template-columns: 50px 10px auto;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[18px\] {
  border-width: 18px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#007b70\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 123 112 / 1);
  border-color: rgb(0 123 112 / var(--tw-border-opacity, 1));
}
.border-\[\#1fb5a9\] {
  --tw-border-opacity: 1;
  border-color: rgb(31 181 169 / 1);
  border-color: rgb(31 181 169 / var(--tw-border-opacity, 1));
}
.border-\[\#21A4A6\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 164 166 / 1);
  border-color: rgb(33 164 166 / var(--tw-border-opacity, 1));
}
.border-\[\#B9B9B9\] {
  --tw-border-opacity: 1;
  border-color: rgb(185 185 185 / 1);
  border-color: rgb(185 185 185 / var(--tw-border-opacity, 1));
}
.border-\[\#E2E1E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 225 224 / 1);
  border-color: rgb(226 225 224 / var(--tw-border-opacity, 1));
}
.border-\[\#bdeced\] {
  --tw-border-opacity: 1;
  border-color: rgb(189 236 237 / 1);
  border-color: rgb(189 236 237 / var(--tw-border-opacity, 1));
}
.border-\[\#d6f3f3\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 243 243 / 1);
  border-color: rgb(214 243 243 / var(--tw-border-opacity, 1));
}
.border-\[\#d9ebed\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 235 237 / 1);
  border-color: rgb(217 235 237 / var(--tw-border-opacity, 1));
}
.border-\[\#e6eff0\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 239 240 / 1);
  border-color: rgb(230 239 240 / var(--tw-border-opacity, 1));
}
.border-\[\#edf3f4\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 243 244 / 1);
  border-color: rgb(237 243 244 / var(--tw-border-opacity, 1));
}
.border-\[\#f0c7bf\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 199 191 / 1);
  border-color: rgb(240 199 191 / var(--tw-border-opacity, 1));
}
.border-\[\#f1dede\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 222 222 / 1);
  border-color: rgb(241 222 222 / var(--tw-border-opacity, 1));
}
.border-\[\#f3b5ad\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 181 173 / 1);
  border-color: rgb(243 181 173 / var(--tw-border-opacity, 1));
}
.border-\[\#f3c4c4\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 196 196 / 1);
  border-color: rgb(243 196 196 / var(--tw-border-opacity, 1));
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / 1);
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / 1);
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / 1);
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / 1);
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / 1);
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / 1);
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / 1);
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / 1);
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 1);
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / 1);
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / 1);
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / 1);
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / 1);
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / 1);
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / 1);
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / 1);
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / 1);
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / 1);
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / 1);
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / 1);
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / 1);
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / 1);
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / 1);
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / 1);
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / 1);
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / 1);
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-t-gray-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / 1);
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.bg-\[\#0f9fcfee\] {
  background-color: #0f9fcfee;
}
.bg-\[\#21A4A6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 164 166 / 1);
  background-color: rgb(33 164 166 / var(--tw-bg-opacity, 1));
}
.bg-\[\#26cacc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 202 204 / 1);
  background-color: rgb(38 202 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#26cacc\]\/10 {
  background-color: rgb(38 202 204 / 0.1);
}
.bg-\[\#2c2c2c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / 1);
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3498db\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 152 219 / 1);
  background-color: rgb(52 152 219 / var(--tw-bg-opacity, 1));
}
.bg-\[\#50C878\] {
  --tw-bg-opacity: 1;
  background-color: rgb(80 200 120 / 1);
  background-color: rgb(80 200 120 / var(--tw-bg-opacity, 1));
}
.bg-\[\#50c3cc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(80 195 204 / 1);
  background-color: rgb(80 195 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#73caca\] {
  --tw-bg-opacity: 1;
  background-color: rgb(115 202 202 / 1);
  background-color: rgb(115 202 202 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8884d8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(136 132 216 / 1);
  background-color: rgb(136 132 216 / var(--tw-bg-opacity, 1));
}
.bg-\[\#93c595\] {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 149 / 1);
  background-color: rgb(147 197 149 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9ACD32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(154 205 50 / 1);
  background-color: rgb(154 205 50 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFA500\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / 1);
  background-color: rgb(255 165 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFAA33\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 51 / 1);
  background-color: rgb(255 170 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#a4a4c4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(164 164 196 / 1);
  background-color: rgb(164 164 196 / var(--tw-bg-opacity, 1));
}
.bg-\[\#a8dbc0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 219 192 / 1);
  background-color: rgb(168 219 192 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e9fbfb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 251 251 / 1);
  background-color: rgb(233 251 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0fbfb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 251 251 / 1);
  background-color: rgb(240 251 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4fbfb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 251 / 1);
  background-color: rgb(244 251 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4ffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 255 / 1);
  background-color: rgb(244 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f95656\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 86 86 / 1);
  background-color: rgb(249 86 86 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fb6e6e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 110 110 / 1);
  background-color: rgb(251 110 110 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fbffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 255 / 1);
  background-color: rgb(251 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ff8181\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 129 129 / 1);
  background-color: rgb(255 129 129 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffce74\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 116 / 1);
  background-color: rgb(255 206 116 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffd700\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 215 0 / 1);
  background-color: rgb(255 215 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffecd1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 209 / 1);
  background-color: rgb(255 236 209 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 242 / 1);
  background-color: rgb(255 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fffaf7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 247 / 1);
  background-color: rgb(255 250 247 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / 1);
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / 1);
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / 1);
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / 1);
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / 1);
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / 1);
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / 1);
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / 1);
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 1);
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 1);
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / 1);
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / 1);
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / 1);
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / 1);
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / 1);
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / 1);
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / 1);
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / 1);
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / 1);
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / 1);
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / 1);
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / 1);
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / 1);
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / 1);
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / 1);
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / 1);
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / 1);
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / 1);
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / 1);
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / 1);
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / 1);
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / 1);
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / 1);
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / 1);
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / 1);
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-\[\#1fb5a9\] {
  --tw-gradient-from: #1fb5a9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 181 169 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#26cacc\] {
  --tw-gradient-from: #26cacc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 202 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#26ccca\] {
  --tw-gradient-from: #26ccca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 204 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#67D7CF\] {
  --tw-gradient-from: #67D7CF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 215 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f3fcfc\] {
  --tw-gradient-from: #f3fcfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 252 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ff7b66\] {
  --tw-gradient-from: #ff7b66 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 123 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fff7f2\] {
  --tw-gradient-from: #fff7f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffffff\] {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgb\(10\2c 94\2c 95\)\] {
  --tw-gradient-from: rgb(10,94,95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 94 95 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-400 {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-400 {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-400 {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400 {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-400 {
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-50 {
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-100 {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-500 {
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-400 {
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#26ccca\] {
  --tw-gradient-to: rgb(38 204 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #26ccca var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#93c595\] {
  --tw-gradient-to: rgb(147 197 149 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #93c595 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#eefafa\] {
  --tw-gradient-to: rgb(238 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eefafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ffb36b\] {
  --tw-gradient-to: rgb(255 179 107 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffb36b var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#fff2f2\] {
  --tw-gradient-to: rgb(255 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff2f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ffffff\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-cyan-500 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slate-200 {
  --tw-gradient-to: rgb(226 232 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#20b9bb\] {
  --tw-gradient-to: #20b9bb var(--tw-gradient-to-position);
}
.to-\[\#219CFE\] {
  --tw-gradient-to: #219CFE var(--tw-gradient-to-position);
}
.to-\[\#2f6fe4\] {
  --tw-gradient-to: #2f6fe4 var(--tw-gradient-to-position);
}
.to-\[\#ea4335\] {
  --tw-gradient-to: #ea4335 var(--tw-gradient-to-position);
}
.to-\[\#f7ffff\] {
  --tw-gradient-to: #f7ffff var(--tw-gradient-to-position);
}
.to-\[\#fbfefe\] {
  --tw-gradient-to: #fbfefe var(--tw-gradient-to-position);
}
.to-\[\#ffce74\] {
  --tw-gradient-to: #ffce74 var(--tw-gradient-to-position);
}
.to-\[\#ffd36b\] {
  --tw-gradient-to: #ffd36b var(--tw-gradient-to-position);
}
.to-\[\#ffd993\] {
  --tw-gradient-to: #ffd993 var(--tw-gradient-to-position);
}
.to-\[\#fff9f5\] {
  --tw-gradient-to: #fff9f5 var(--tw-gradient-to-position);
}
.to-\[\#ffffff\] {
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}
.to-\[rgb\(26\2c 221\2c 236\)\] {
  --tw-gradient-to: rgb(26,221,236) var(--tw-gradient-to-position);
}
.to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}
.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-cyan-600 {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}
.to-fuchsia-300 {
  --tw-gradient-to: #f0abfc var(--tw-gradient-to-position);
}
.to-indigo-300 {
  --tw-gradient-to: #a5b4fc var(--tw-gradient-to-position);
}
.to-pink-300 {
  --tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position);
}
.to-slate-100 {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}
.to-teal-300 {
  --tw-gradient-to: #5eead4 var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-yellow-300 {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}
.bg-\[length\:200\%_100\%\] {
  background-size: 200% 100%;
}
.bg-\[length\:200\%_auto\] {
  background-size: 200% auto;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[5px\] {
  padding: 5px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.\!pl-\[5px\] {
  padding-left: 5px !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-\[\'Poppins\'\] {
  font-family: 'Poppins';
}
.\!text-\[11px\] {
  font-size: 11px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[0\.4rem\] {
  font-size: 0.4rem;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-\[1\.156\] {
  line-height: 1.156;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#007b70\] {
  --tw-text-opacity: 1;
  color: rgb(0 123 112 / 1);
  color: rgb(0 123 112 / var(--tw-text-opacity, 1));
}
.text-\[\#135f60\] {
  --tw-text-opacity: 1;
  color: rgb(19 95 96 / 1);
  color: rgb(19 95 96 / var(--tw-text-opacity, 1));
}
.text-\[\#147d80\] {
  --tw-text-opacity: 1;
  color: rgb(20 125 128 / 1);
  color: rgb(20 125 128 / var(--tw-text-opacity, 1));
}
.text-\[\#148284\] {
  --tw-text-opacity: 1;
  color: rgb(20 130 132 / 1);
  color: rgb(20 130 132 / var(--tw-text-opacity, 1));
}
.text-\[\#1aa5a8\] {
  --tw-text-opacity: 1;
  color: rgb(26 165 168 / 1);
  color: rgb(26 165 168 / var(--tw-text-opacity, 1));
}
.text-\[\#1fb5a9\] {
  --tw-text-opacity: 1;
  color: rgb(31 181 169 / 1);
  color: rgb(31 181 169 / var(--tw-text-opacity, 1));
}
.text-\[\#219CFE\] {
  --tw-text-opacity: 1;
  color: rgb(33 156 254 / 1);
  color: rgb(33 156 254 / var(--tw-text-opacity, 1));
}
.text-\[\#26cacc\] {
  --tw-text-opacity: 1;
  color: rgb(38 202 204 / 1);
  color: rgb(38 202 204 / var(--tw-text-opacity, 1));
}
.text-\[\#26ccca\] {
  --tw-text-opacity: 1;
  color: rgb(38 204 202 / 1);
  color: rgb(38 204 202 / var(--tw-text-opacity, 1));
}
.text-\[\#3f7476\] {
  --tw-text-opacity: 1;
  color: rgb(63 116 118 / 1);
  color: rgb(63 116 118 / var(--tw-text-opacity, 1));
}
.text-\[\#444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / 1);
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.text-\[\#459fa0\] {
  --tw-text-opacity: 1;
  color: rgb(69 159 160 / 1);
  color: rgb(69 159 160 / var(--tw-text-opacity, 1));
}
.text-\[\#4d6b6c\] {
  --tw-text-opacity: 1;
  color: rgb(77 107 108 / 1);
  color: rgb(77 107 108 / var(--tw-text-opacity, 1));
}
.text-\[\#50c3cc\] {
  --tw-text-opacity: 1;
  color: rgb(80 195 204 / 1);
  color: rgb(80 195 204 / var(--tw-text-opacity, 1));
}
.text-\[\#53999e\] {
  --tw-text-opacity: 1;
  color: rgb(83 153 158 / 1);
  color: rgb(83 153 158 / var(--tw-text-opacity, 1));
}
.text-\[\#636c74\] {
  --tw-text-opacity: 1;
  color: rgb(99 108 116 / 1);
  color: rgb(99 108 116 / var(--tw-text-opacity, 1));
}
.text-\[\#696969\] {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / 1);
  color: rgb(105 105 105 / var(--tw-text-opacity, 1));
}
.text-\[\#6D6D6D\] {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / 1);
  color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}
.text-\[\#74a3a3\] {
  --tw-text-opacity: 1;
  color: rgb(116 163 163 / 1);
  color: rgb(116 163 163 / var(--tw-text-opacity, 1));
}
.text-\[\#888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / 1);
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.text-\[\#8e8e8e\] {
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / 1);
  color: rgb(142 142 142 / var(--tw-text-opacity, 1));
}
.text-\[\#93c595\] {
  --tw-text-opacity: 1;
  color: rgb(147 197 149 / 1);
  color: rgb(147 197 149 / var(--tw-text-opacity, 1));
}
.text-\[\#b56a2b\] {
  --tw-text-opacity: 1;
  color: rgb(181 106 43 / 1);
  color: rgb(181 106 43 / var(--tw-text-opacity, 1));
}
.text-\[\#b9382b\] {
  --tw-text-opacity: 1;
  color: rgb(185 56 43 / 1);
  color: rgb(185 56 43 / var(--tw-text-opacity, 1));
}
.text-\[\#c26657\] {
  --tw-text-opacity: 1;
  color: rgb(194 102 87 / 1);
  color: rgb(194 102 87 / var(--tw-text-opacity, 1));
}
.text-\[\#c45b4d\] {
  --tw-text-opacity: 1;
  color: rgb(196 91 77 / 1);
  color: rgb(196 91 77 / var(--tw-text-opacity, 1));
}
.text-\[\#d44b3a\] {
  --tw-text-opacity: 1;
  color: rgb(212 75 58 / 1);
  color: rgb(212 75 58 / var(--tw-text-opacity, 1));
}
.text-\[\#d97706\] {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / 1);
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-\[\#f95656\] {
  --tw-text-opacity: 1;
  color: rgb(249 86 86 / 1);
  color: rgb(249 86 86 / var(--tw-text-opacity, 1));
}
.text-\[\#ffce74\] {
  --tw-text-opacity: 1;
  color: rgb(255 206 116 / 1);
  color: rgb(255 206 116 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / 1);
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / 1);
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / 1);
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / 1);
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / 1);
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / 1);
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / 1);
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / 1);
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / 1);
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / 1);
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / 1);
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / 1);
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / 1);
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / 1);
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / 1);
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / 1);
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / 1);
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / 1);
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / 1);
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / 1);
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / 1);
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / 1);
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / 1);
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / 1);
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / 1);
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / 1);
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / 1);
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / 1);
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / 1);
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / 1);
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / 1);
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / 1);
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.decoration-teal-500 {
  text-decoration-color: #14b8a6;
}
.decoration-\[1\.5px\] {
  text-decoration-thickness: 1.5px;
}
.placeholder-transparent::placeholder {
  color: transparent;
}
.accent-teal-600 {
  accent-color: #0d9488;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_-8px_18px_rgba\(15\2c 23\2c 42\2c 0\.04\)\] {
  --tw-shadow: 0 -8px 18px rgba(15,23,42,0.04);
  --tw-shadow-colored: 0 -8px 18px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_24px_rgba\(38\2c 202\2c 204\2c 0\.10\)\] {
  --tw-shadow: 0 10px 24px rgba(38,202,204,0.10);
  --tw-shadow-colored: 0 10px 24px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_32px_rgba\(202\2c 73\2c 73\2c 0\.10\)\] {
  --tw-shadow: 0 12px 32px rgba(202,73,73,0.10);
  --tw-shadow-colored: 0 12px 32px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_70px_rgba\(15\2c 23\2c 42\2c 0\.24\)\] {
  --tw-shadow: 0 24px 70px rgba(15,23,42,0.24);
  --tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_6px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 2px 6px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 2px 6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_16px_rgba\(15\2c 23\2c 42\2c 0\.04\)\] {
  --tw-shadow: 0 4px 16px rgba(15,23,42,0.04);
  --tw-shadow-colored: 0 4px 16px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_5px_8px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0 5px 8px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 5px 8px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 6px 12px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 6px 12px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_22px_rgba\(15\2c 23\2c 42\2c 0\.05\)\] {
  --tw-shadow: 0 8px 22px rgba(15,23,42,0.05);
  --tw-shadow-colored: 0 8px 22px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_22px_rgba\(15\2c 23\2c 42\2c 0\.06\)\] {
  --tw-shadow: 0 8px 22px rgba(15,23,42,0.06);
  --tw-shadow-colored: 0 8px 22px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_15px_60px_0px_rgba\(0\2c 21\2c 89\2c 0\.18\)\] {
  --tw-shadow: 0px 15px 60px 0px rgba(0,21,89,0.18);
  --tw-shadow-colored: 0px 15px 60px 0px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[opacity\2c transform\] {
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[animation-delay\:\.3s\] {
  animation-delay: .3s;
}
.\[animation-delay\:\.7s\] {
  animation-delay: .7s;
}
.\[background\:linear-gradient\(264deg\2c rgba\(26\2c 219\2c 234\2c 1\)_0\%\2c rgba\(2\2c 84\2c 85\2c 1\)_100\%\)\] {
  background: linear-gradient(264deg,rgba(26,219,234,1) 0%,rgba(2,84,85,1) 100%);
}
.\[grid-template-columns\:repeat\(auto-fit\2c minmax\(340px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(340px,1fr));
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  ::-webkit-scrollbar {
    width: 4px;
  }

  ::-webkit-scrollbar-track {
    background-color: #ebebeb;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #cacaca;
  }
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.table {
  max-width: 100%;
  overflow: auto;
  max-height: 75vh;
}
.td {
  vertical-align: middle !important;
}

.custom-dropdown-toggle::after {
  display: none !important;
}

/* TestSidenav.module.css */
@font-face {
  font-family: "NeoSansIntel";
  src: url(/static/media/neo_sans_medium.0bae63fc2d1cccd52eff.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
td {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
th {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  color: white;
}
thead {
  position: sticky;
  z-index: 5;
  top: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-link:focus {
  background-color: #25cacc !important;
  border-color: #25cacc !important;
  color: #fff !important;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
  outline: 0 !important;
}
.page-link {
  padding: 3px 8px;
  color: #26cacc;
  font-size: 13px;
}
.slick-next:before {
  content: "→";
  color: #459fa0 !important;
}
.slick-prev:before {
  content: "→";
  color: #459fa0 !important;
}

/* test css */

td {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
th {
  font-size: 13px;
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
  margin-top: 0;
  margin-top: initial;
}
h3 {
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
td {
  font-size: 11px;
  color: #3c0c0c;
  padding: 5px;
  font-weight: normal;
}
th {
  font-size: 13px;
  background-color: #26cacc;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
  margin-top: 0 !important;
  margin-top: initial !important;
}
thead {
  /* position: sticky;
  z-index: 5; */
  top: -1px !important;
}
.goBtn {
  padding: 3px 15px !important;
  width: 50px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
}
.thin-scrollbar::-webkit-scrollbar {
  height: 6px; /* For horizontal scrollbar */
}

.thin-scrollbar::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.3);
}

.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(87, 87, 87, 0.3);
  border-radius: 10px;
}

/* Apply only in Firefox */
@-moz-document url-prefix() {
  select {
    /* appearance: none;
    -moz-appearance: none; */
    line-height: 1.4;
    padding: 5px;
    background-color: white;
    /* border: 1px solid #ccc;
    border-radius: 6px; */
    /* padding: 8px 12px; */
    /* font-size: 14px;
    color: #333;
    cursor: pointer; */
    /* background-image: url("data:image/svg+xml;charset=UTF-8,<svg fill='black' height='12' width='12' viewBox='0 0 20 20'><path d='M5.516 7.548l4.484 4.482 4.484-4.482z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 30px; */
  }
  select option,
  select optgroup option {
    background-color: transparent; /* base */
    color: inherit;
    font-weight: normal !important;
  }

  /* Hover while list is open */
  select option:hover,
  select optgroup option:hover {
    background-color: #3b82f6 !important; /* chrome-like blue */
    color: #ffffff !important;
  }

  /* Keyboard focus / active (arrow keys, enter) */
  select option:checked,
  select option:active,
  select option:focus {
    background-color: #3b82f6 !important;
    color: #ffffff !important;
  }

  input {
    padding: 5px;
  }
  th {
    background-clip: padding-box;
  }
}
.last\:border-0:last-child {
  border-width: 0px;
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-\[\#26cacc\]\/30:hover {
  border-color: rgb(38 202 204 / 0.3);
}
.hover\:border-\[\#bdeced\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(189 236 237 / 1);
  border-color: rgb(189 236 237 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#dcebed\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 235 237 / 1);
  border-color: rgb(220 235 237 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#f3b5ad\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 181 173 / 1);
  border-color: rgb(243 181 173 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#1fb5a9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 181 169 / 1);
  background-color: rgb(31 181 169 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#20b9bb\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 185 187 / 1);
  background-color: rgb(32 185 187 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#21b8ba\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 184 186 / 1);
  background-color: rgb(33 184 186 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#26cacc\]\/5:hover {
  background-color: rgb(38 202 204 / 0.05);
}
.hover\:bg-\[\#2a7bb1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 123 177 / 1);
  background-color: rgb(42 123 177 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#388facee\]:hover {
  background-color: #388facee;
}
.hover\:bg-\[\#47b2ba\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 178 186 / 1);
  background-color: rgb(71 178 186 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#53999e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(83 153 158 / 1);
  background-color: rgb(83 153 158 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#74a3a3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(116 163 163 / 1);
  background-color: rgb(116 163 163 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f7ffff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 255 255 / 1);
  background-color: rgb(247 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#fcffff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 255 255 / 1);
  background-color: rgb(252 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#fff2f2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 242 / 1);
  background-color: rgb(255 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#fff7f2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 242 / 1);
  background-color: rgb(255 247 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 1);
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100\/95:hover {
  background-color: rgb(243 244 246 / 0.95);
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / 1);
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / 1);
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / 1);
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / 1);
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / 1);
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / 1);
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / 1);
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / 1);
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}
.hover\:from-teal-600:hover {
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-cyan-700:hover {
  --tw-gradient-to: #0e7490 var(--tw-gradient-to-position);
}
.hover\:text-\[\#148284\]:hover {
  --tw-text-opacity: 1;
  color: rgb(20 130 132 / 1);
  color: rgb(20 130 132 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#3a8586\]:hover {
  --tw-text-opacity: 1;
  color: rgb(58 133 134 / 1);
  color: rgb(58 133 134 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / 1);
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-95:hover {
  opacity: 0.95;
}
.hover\:shadow-\[0_10px_20px_rgba\(38\2c 202\2c 204\2c 0\.08\)\]:hover {
  --tw-shadow: 0 10px 20px rgba(38,202,204,0.08);
  --tw-shadow-colored: 0 10px 20px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_4px_10px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]:hover {
  --tw-shadow: 0 4px 10px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 4px 10px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0px_20px_70px_0px_rgba\(0\2c 21\2c 89\2c 0\.25\)\]:hover {
  --tw-shadow: 0px 20px 70px 0px rgba(0,21,89,0.25);
  --tw-shadow-colored: 0px 20px 70px 0px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.focus\:border-\[\#26cacc\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(38 202 204 / 1);
  border-color: rgb(38 202 204 / var(--tw-border-opacity, 1));
}
.focus\:border-red-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / 1);
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.focus\:border-teal-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / 1);
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.focus\:border-teal-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / 1);
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#26cacc\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 202 204 / var(--tw-ring-opacity, 1));
}
.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:bg-sky-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / 1);
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:hover\:scale-100:hover:disabled {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.disabled\:hover\:border-gray-200:hover:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.disabled\:hover\:bg-gray-50\/50:hover:disabled {
  background-color: rgb(249 250 251 / 0.5);
}
.disabled\:hover\:shadow-none:hover:disabled {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:flex {
  display: flex;
}
.group:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-\[\#26cacc\] {
  --tw-text-opacity: 1;
  color: rgb(38 202 204 / 1);
  color: rgb(38 202 204 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:focus-visible .group-focus-visible\:opacity-0 {
  opacity: 0;
}
.group:focus-visible .group-focus-visible\:opacity-100 {
  opacity: 1;
}
.peer:focus ~ .peer-focus\:text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / 1);
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:right-\[-75px\] {
    right: -75px;
  }

  .sm\:top-\[60\%\] {
    top: 60%;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-\[300px\] {
    height: 300px;
  }

  .sm\:h-\[36px\] {
    height: 36px;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-\[180px\] {
    width: 180px;
  }

  .sm\:w-\[60\%\] {
    width: 60%;
  }

  .sm\:w-\[80\%\] {
    width: 80%;
  }

  .sm\:w-\[90vw\] {
    width: 90vw;
  }

  .sm\:max-w-\[400px\] {
    max-width: 400px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-\[12px\] {
    font-size: 12px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:tracking-\[2px\] {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:left-\[35\%\] {
    left: 35%;
  }

  .md\:right-\[-90px\] {
    right: -90px;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-\[40px\] {
    height: 40px;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:max-h-\[900px\] {
    max-height: 900px;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[280px\] {
    width: 280px;
  }

  .md\:w-\[300px\] {
    width: 300px;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:flex-1 {
    flex: 1 1;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-\[minmax\(0\2c 1\.5fr\)_minmax\(280px\2c 0\.9fr\)\] {
    grid-template-columns: minmax(0,1.5fr) minmax(280px,0.9fr);
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:h-\[320px\] {
    height: 320px;
  }

  .lg\:h-\[50px\] {
    height: 50px;
  }

  .lg\:w-\[230px\] {
    width: 230px;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:w-\[35\%\] {
    width: 35%;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.\[\&_\.MuiAutocomplete-root\]\:h-9 .MuiAutocomplete-root {
  height: 2.25rem;
}
.\[\&_\.MuiAutocomplete-root\]\:w-full .MuiAutocomplete-root {
  width: 100%;
}
.\[\&_\.MuiFormControl-root\]\:h-9 .MuiFormControl-root {
  height: 2.25rem;
}
.\[\&_\.MuiFormControl-root\]\:w-full .MuiFormControl-root {
  width: 100%;
}
.\[\&_\.MuiOutlinedInput-root\]\:h-9 .MuiOutlinedInput-root {
  height: 2.25rem;
}

h3 {
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
thead {
  /* position: sticky;
    z-index: 5; */
  top: -1px !important;
}

.cross_icon {
  color: #333;
  position: relative;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
  height: 11px;
  width: 11px;
}

.head_div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}

.header {
  color: rgb(69, 159, 160);
  font-size: 15px;
  font-weight: 700;
}

.mca {
  display: flex;
}

.cont_ca {
  width: 100%;
  height: 100%;
}

.grey_ca {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.home_ic {
  position: relative;
  bottom: 2px;
  color: #000000;
}

.icon_gray_ca {
  display: flex;
  gap: 10px;
}

.white_space_ca {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 38px;
  align-items: center;
  color: #696969;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}

.whiteicon {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

/* .tablec {
  border: 2.5px solid #f1f1f1;
  padding: 12px 15px;
  background-color: #fff;
  margin-top: 17px;
} */
.icons {
  color: #696969;
}

.advnceaserachasc {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 3px 10px; */
}

.topup {
  border: 2px solid #f1f1f1;
  margin: 10px;
  padding: 15px;
  position: relative;
  /* bottom: 20px; */
  background-color: #fff;
  height: calc(100% - 90px);
}

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

.searchformasc {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  /* gap: 7px; */
}

.fourinputasc {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}

.twoinputasc {
  display: flex;
  gap: 20px;
  width: 49%;
}

.searorinp {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.selctasc {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}

.optionnsel {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}

.inputasc {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}

.buttonas {
  display: flex;
  gap: 20px;
}

.tableconasc {
  display: grid;
  padding: 10px;
  border: 1px solid #b7b7b7;
  margin-top: 10px;
}

.actincbut {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #04d718;
  color: white;
}

.inactincbut {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #d70427;
  color: white;
}

.navconasc {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}

.subbutasc {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}

.optnas {
  padding: 10px;
  min-height: 30px;
}

/* for modal */
.additm {
  display: flex;
  flex-direction: column;
}

.twodivcon {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.twodivlogo {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}

.selinp {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}

.logocon {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.selitx {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}

.oneselitx {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}

.bigtxt {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 11px;
  padding: 5px;
  height: 55px;
  font-family: Open Sans;
}

.onedivcon {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.logoasc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1.5px solid #e2e1e0;
}

/* for modal */
.flexasc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* menu style */
.menuel {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.menuel ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.menuel ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}

.menuli {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}

.menuli:hover {
  background-color: #f6f6f6;
}

.icoconel {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.clear_buttt {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}

.save_buttt {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.home {
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 0.3em 1em;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.xcel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0.3em 1em;
}

.multtxt {
  font-size: 0.85rem;
}

table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-multi {
  background-color: #f6f6f6;
  padding: 10px 10px;
}

.whitespace {
  background-color: #fff;
}

.upper-data {
  display: flex;
  justify-content: space-between;
  padding: 1px;
}

.left-side {
  display: flex;
  gap: 10px;
}

.select-ep {
  width: 90px;
  z-index: 4;
  font-size: 13px;
}

.month-at {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-family: "OpenSansRegular";
  color: #50a3a5;
  font-weight: bold;
}

.center-con {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.day-detils {
  text-align: center;
  background: #fff;
  font-size: 10px;
  padding: 0;
}

.day-deti {
  padding: 4px;
  border-bottom: 1px solid #ddd;
}

.day-dehti {
  padding: 4px;
  border-bottom: 1px solid #ddd;
}

.day-xy {
  display: flex;
  align-items: center;
}

.day-xyx {
  width: 50%;
  padding: 4px;
  border-right: 1px solid #ddd;
}

.fec {
  padding: 4px;
}

.color-box {
  display: flex;
  width: 1.5em;
  height: 1.5em;
  padding: 5px;
  border-radius: 20%;
  background-color: rgb(74, 172, 74);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
}

.right-side {
  display: flex;
  gap: 10px;
}

.button-go {
  background-color: #26cacc;
  padding: 7px 15px;
  color: white;
  border: none;
  border-radius: 10px;
}

table {
  border-collapse: collapse;
  margin: 5px auto auto auto;
  overflow-y: scroll;
}

th,
td {
  /* text-align: center; */
  vertical-align: middle !important;
}

/* thead {
    font-size: 12px;
    color: #333;
    position: sticky;
    z-index: 3;
    top: 0px;
    background-color: white ;
  } */

td {
  font-size: 11px;
  text-align: center;
}

.employyee-details {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 20px;
  background-color: #f6f6f6;
}

.day-det {
  padding: 0;
  min-width: 170px;
  border: 1px solid #333;
}

.check {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 5px;
}

.border {
  border-bottom: 1px solid #ddd;
}

.in-out {
  display: flex;
  justify-content: space-around;
  position: relative;
  top: 5px;
}

.padd {
  padding: 7px;
}

.table-wrapper {
  max-height: 730px;
}

.media-scroller {
  display: grid;
  max-height: 640px;
  overflow-y: scroll;
  overflow-x: auto;
}

.sno {
  background: #fff;
  text-align: center;
  min-width: 30px;
  max-width: 30px;
  border: 1px solid #333;
}

.s-no {
  text-align: center;
  background: #fff;
  min-width: 30px;
  max-width: 30px;
  border: 1px solid #333;
  border-right: 1px solid #333;
}

.check-- {
  text-align: center;
  background: #fff;
  font-size: 10px;
  min-width: 30px;
}

.chek-- {
  text-align: left;
  background: #fff;
  font-size: 10px;
}

.emp-id {
  min-width: 100px;
}

.empl {
  min-width: 150px;
}

.emp-doj {
  min-width: 110px;
  text-align: left;
}

.emp-c {
  min-width: 150px;
  max-width: 150px;
  text-align: left;
}

.sub-c {
  min-width: 140px;
  max-width: 140px;
  text-align: left;
  padding-left: 5px;
}

.sub-cc {
  min-width: 140px;
  max-width: 140px;
  text-align: center;
}

.sub-ch {
  min-width: 150px;
}

.emp-cod {
  min-width: 130px;
  max-width: 130px;
  text-align: left;
  height: 70px;
  padding-left: 5px;
}

.emp-code {
  min-width: 130px;
  max-width: 130px;
  text-align: center;
  padding: 10px 0;
}

.tot {
  min-width: 120px;
}

.emp-bi {
  min-width: 80px;
}

.dep {
  min-width: 100px;
}

.sub-dep {
  min-width: 150px;
}

.loc-h {
  text-align: left;
  min-width: 100px;
  max-width: 100px;
  padding-left: 5px;
}

.loc-hh {
  text-align: center;
  min-width: 100px;
  background: #fff;
  max-width: 100px;
}

.loc {
  text-align: center;
  min-width: 75px;
  background: #fff;
}

.type {
  min-width: 101px;
}

.dat {
  padding: 5px;
}

.week {
  padding: 3px;
  position: relative;
  bottom: 5px;
}

.day-wise {
  min-width: 150px;
  min-height: 150px;
}

.det-da {
  min-width: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 0.5px solid #ddd;
  padding: 3px;
}

.det-da-in {
  display: flex;
  flex-direction: column;
}

.che {
  border-bottom: 0.5px solid #ddd;
}

.type-e {
  min-width: 100px;
}

.tim {
  border-bottom: 0.5px solid #ddd;
  padding: 3px;
}

.min-w {
  min-width: 100px;
}

.color {
  width: 100%;
  height: 100px;
}

.colr {
  min-height: 13px;
  min-width: 13px;
  background-color: #a4eab0;
}

.sec {
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding: 1px;
}

.btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 12px;
  border: none;
  border-radius: 5px 5px;
  padding: 5px;
  border: 2px solid #f6f6f6;
  height: 32px;
  position: relative;
  top: 4px;
}

.col-index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #f6f6f6;
  padding: 5px;
  margin-bottom: 15px;
  gap: -2px;
  cursor: pointer;
}

.left-col {
  display: flex;
  gap: 0.1em;
}

.right-col {
  display: flex;
  gap: 0.1em;
}

.halfday {
  min-height: 13px;
  min-width: 13px;
  background-color: #b1b82c;
}

.absent {
  min-height: 13px;
  min-width: 13px;
  background-color: #f1bcbc;
}

.off-day {
  min-height: 13px;
  min-width: 13px;
  background-color: #e8e4e4;
}

.holiday {
  min-height: 13px;
  min-width: 13px;
  background-color: #09ff00;
}

.marked {
  min-height: 13px;
  min-width: 13px;
  background-color: #ccffcc;
}
.Lens {
  min-height: 13px;
  min-width: 13px;
  background-color: #adcdff;
}
.right-col {
  display: flex;
  gap: 10px;
}

.emp-det {
  position: relative;
  bottom: 40px;
  left: 20px;
}

.branch {
  min-width: 120px;
}

.emp-cd {
  min-width: 146px;
}

.day-div {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  min-width: 125px;
  position: relative;
  right: 18px;
}

.week-da {
  display: flex;
  justify-content: space-around;
  padding: 6px;
  min-width: 100px;
  border-bottom: 1px solid grey;
}

.checkk {
  padding: 3px;
  text-align: center;
  min-width: 100px;
  border-bottom: 1px solid grey;
}

.in-o {
  display: flex;
  padding: 6px;
  justify-content: space-evenly;
  gap: 20px;
  min-width: 100px;
  border-bottom: 1px solid grey;
}

.inp {
  padding: 3px;
}

.lef {
  position: relative;
  right: 10px;
}

.pagination {
  color: #333;
}

.page-x {
  border: #333 solid 2px;
  color: green;
  min-width: 100px;
  min-height: 50px;
  background-color: #26cacc;
}

.nav- {
  border: #333 solid 2px;
  color: green;
  min-width: 100px;
  min-height: 50px;
}

.table-bordered {
  border: 1px solid #8a8585;
}

.table-bordered thead tr th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #757070;
}

.inn-ou {
  display: flex;
  align-items: center;
  background-color: #fff;
}

.in-outt {
  width: 50%;
  padding: 4px;
  border-right: 1px solid #ddd;
  background-color: #fff;
}

.ou {
  padding: 4px;
  text-align: center;
}

.day-date {
  text-align: center;
  background: #fff;
  font-size: 10px;
  padding: 0 !important;
  min-width: 75px;
}

.date-day {
  padding: 4px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.date-- {
  padding: 4px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.aten {
  text-align: center;
  font-size: 10px;
  vertical-align: center;
  min-width: 75px;
  max-width: 75px;
}

.atent {
  padding: 0px;
}

.ch-bo {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

.flex-- {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.innn {
  width: 50%;
  padding: 5px;
  min-width: 40px;
  border-right: 1px solid #ddd;
}

.innnn {
  width: 50%;
  padding: 5px 0px;
  min-width: 40px;
  position: relative;
  right: 3.5px;
}

.ppp {
  vertical-align: middle;
}

.text-ppp {
  vertical-align: middle;
}

/* {/* <th className='twh'>Total working hour</th>
                <th className='pre'>Present</th>
                <th className='half'>Half Day Code</th>
                <th className='paid'>Paid Leave</th>
                <th className='unpaid'>Unpaid Leave</th> */
.twh {
  min-width: 110px;
}

.pre {
  min-width: 110px;
}

.half {
  min-width: 110px;
}

.paid {
  min-width: 110px;
}

.unpaid {
  min-width: 110px;
}

.twh-- {
  min-width: 110px;
}

.actn {
  min-width: 120px;
}

.home-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 3px;
}

p {
  margin-bottom: 0;
}

.ixo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.7em;
}

.icon-dv {
  display: flex;
  gap: 0.9em;
}

.icon--:hover {
  color: grey;
}

.CasuaLeave {
  min-height: 13px;
  min-width: 13px;
  background-color: #fff04d;
}

.CompOff {
  min-height: 13px;
  min-width: 13px;
  background-color: #ff99f1;
}

.Covidleave {
  min-height: 13px;
  min-width: 13px;
  background-color: #2409f1;
}

.earned {
  min-height: 13px;
  min-width: 13px;
  background-color: #a5a5ff;
}

.mater {
  min-height: 13px;
  min-width: 13px;
  background-color: #80ff80;
}

.nominal {
  min-height: 13px;
  min-width: 13px;
  background-color: #dc4d1e;
}

.pater {
  min-height: 13px;
  min-width: 13px;
  background-color: #dc4d1e;
}

.Sick {
  min-height: 13px;
  min-width: 13px;
  background-color: #da71b7;
}

.specil {
  min-height: 13px;
  min-width: 13px;
  background-color: #bf5a90;
}

.defaul {
  min-height: 13px;
  min-width: 13px;
  background-color: #85eaea;
}

.halfpay {
  min-height: 13px;
  min-width: 13px;
  background-color: #ffa742;
}

.halfup {
  min-height: 13px;
  min-width: 13px;
  background-color: #b0f320;
}

.unpy {
  min-height: 13px;
  min-width: 13px;
  background-color: #f17171;
}

.psecl-text {
  display: block;
}

.pag-multi {
  float: right;
  position: relative;
  bottom: 38px;
  padding-right: 20px;
}

.ggf {
  display: flex;
  float: right;
}

.colr-ind {
  margin-bottom: 40px;
}

.top-- {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.tp-r {
  display: flex;
  gap: 0.5em;
  padding-bottom: 1px;
}

.tp-l {
  display: flex;
  gap: 0.5em;
  padding-bottom: 1px;
}

.bt-- {
  display: flex;
  justify-content: space-between;
  gap: 0.3em;
  padding-top: 1px;
  position: relative;
}

.froz {
  position: sticky !important;
  left: -5px;
  z-index: 1;
  background: #fff;
  border: 1px solid #333;
}

.name {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
  position: sticky !important;
  border: 1px solid #333;
  border-left: 1px solid #333;
}

.e-name {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
  border: 1px solid #333;
}

.container-atten {
  display: flex;
}

.side-bar-multi {
  width: 15%;
  height: 100%;
}

.other-con {
  width: 85%;
  height: 100%;
}

.right-s {
  display: flex;
  gap: 0.4em;
}

.left-s {
  vertical-align: middle;
  padding-top: 5px;
}

.itm {
  width: 100%;
  height: 30px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  padding: 25px 30px 12px 30px;
  font-size: 3px;
  color: #696969;

  font-family: "opensans-semibold";
  margin: 0 0 1px 0;
}

.ltr-at {
  text-transform: uppercase;
  margin: 0px 0 10px 0;
  font-weight: 1px;
  letter-spacing: 0.2px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.itm h5 {
  font-size: 5em;
}

.hid-d {
  min-width: 25px;
}

.shw-em {
  min-width: 25px;
}

.middle-si {
  display: flex;
  gap: 0.1em;
}

.date-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.6em;
}

.con-date-box {
  display: flex;
  gap: 0.2em;
}

.table > :not(caption) > * > * {
  padding: 0rem 0rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.emplye {
  position: relative;
  bottom: -2px;
  left: 400px;
  padding: 5px;
}

.shw-hd {
  padding: 0;
  margin: 0;
  height: 20px;
  position: relative;
  top: 2px;
  background-color: #f6f6f6;
  max-width: 920px;
}

.deparnt {
  min-width: 110px;
  max-width: 110px;
}

.sub-dprt {
  min-width: 110px;
  max-width: 110px;
}

.lcation {
  min-width: 110px;
  max-width: 110px;
}

.t-pe {
  min-width: 110px;
  max-width: 110px;
}

.sh-dt {
  max-width: 920px;
}

.ftr {
  display: flex;
  justify-content: space-between;
}

.select-epp {
  width: 200px;
  z-index: 4;
  padding-left: 25px;
}

.sub-ccc {
  min-width: 130px;
  max-width: 130px;
}

/* CSS */
.button-33 {
  background-color: #26cacc;
  box-shadow: #26cacc 0 2px 4px, #26cacc 0 7px 13px -3px,
    rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
  padding: 2px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 13px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  background-color: #26cacc;
  color: white;
  transform: scale(1.05) rotate(-1deg);
}

.actdv {
  display: flex;
  gap: 10px;
}

.up-bt {
  display: flex;
  gap: 0.4em;
}

.updt {
  display: flex;
  gap: 0.4em;
}

.select-ep__control {
  max-height: 15px;
}

.select-eppp {
  width: 90px;
  z-index: 4;
  font-size: 13px;
}

.css-13cymwt-control {
  align-items: center;
  cursor: default;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 10px;
  outline: 0 !important;
  position: relative;
  transition: all 100ms;
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 80%);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}

.css-1fdsijx-ValueContainer {
  align-items: center;
  display: grid;
  flex: 1 1;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow: hidden;
  padding: 2px 0px;
  box-sizing: border-box;
}

.page-link {
  padding: 3px 8px;
  color: #26cacc;
  font-size: 13px;
}

/* .page-link{
      
  } */
.eve---- {
  font-size: 25px;
}

.thre-dt {
  padding: 5px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-link:focus {
  background-color: #25cacc !important;
  border-color: #25cacc !important;
  color: #fff !important;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
  outline: 0 !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.newActionButton {
  height: 27px !important;
  position: relative;
  cursor: pointer;
}
.toolsIcon {
  cursor: pointer;
  color: #696969;
}
.GoButton {
  padding: 3px 15px;
  width: 50px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
}
.toolsMargin {
  margin-bottom: 15px;
}

.goBtn{
   padding: 3px 15px !important;
  width: 50px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
}
body {
  margin: 0;
}

main {
  margin: 16px;
}

.Header_navbar__21sGY {
  display: flex;
  background: #26cacc;
  color: white;
  font-family: Helvetica;
  align-items: center;
  padding: 4px 0;
  height: 40px;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.Header_navbar__title__Y-rrh {
  margin-right: auto;
  cursor: pointer;
}

.Header_navbar__item__kfTth {
  padding: 5px 10px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 17px;
}
.Header_navbar__user__fofw6 img {
  width: 20px;
  height: 20px;
}
.Header_navbar-name__o\+Zhw {
  font-size: 12px;
}
.Header_navbar__user__fofw6 {
  font-size: 16px;
  padding: 9px 15px;
  display: flex;
  /* gap: 5px; */
  align-items: center;
  position: relative;
}
.Header_branchSubmitBtn__NvxXc button {
  min-width: 135px;
  height: 40px;
  width: auto;
  background: #1c9294;
  color: #fff !important;
  border: solid 1px;
  font-size: 14px;

  border-radius: 4px;
}
.Header_menuIcon__\+i4d6 {
  padding: 5px 10px;
  cursor: pointer;
}
.Header_menuIcon__\+i4d6:hover,
.Header_navbar__user__fofw6:hover,
.Header_navbar__item__kfTth:hover {
  /* background: rgba(0, 0, 0, 0.1); */
  border-top: solid 2px #fff;
}
.Header_header_dropdown_list__aQS0F {
  min-width: 220px;
  max-width: 420px;
  /* height: 86px; */
  overflow: hidden;
  top: 39px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.45);
  z-index: 1;
  position: absolute;
  text-align: right;
  right: 0px;
  background: #fff;
}
.Header_header_list_options__a2Km2 {
  color: #525252;
  width: 100%;
  float: none;
  padding: 5px 10px;
  margin: 0;
  font-size: 12px;
  border-top: none;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.Header_headerAction__z-1SJ {
  display: flex;
  gap: 10px;
}

.Logo_logo__bXf4b {
  color: #fff;
  cursor: pointer;
  font-size: 200%;
  font-family: "NeoSansIntel";
  font-weight: normal;

  display: inline-block;
  height: 40px;
  background: #26cacc;
  padding: 10px 0px;
  width: 215px;
  text-align: center;
}
.Logo_logo__bXf4b:before {
  content: "EVE";
  animation-name: Logo_head__w9M5G;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-delay: 5s;
  /* background: url(images/santacap.png) no-repeat; */
  background-size: 18px 28px;
  background-position: top left;
  height: 33px;
  width: max-content;
  display: block;
  line-height: 1.2;
  /* padding-left: 3px; */
  padding-left: 0px;
  margin: auto;
  /* left: -3px; */
  left: 0;
  right: 0;
  font-size: 22px;
}
header h1 {
  margin: 0;
  padding: 0;
}
/* @keyframes head {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
} */
@keyframes Logo_head__w9M5G {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  80% {
    opacity: 1;
    content: attr(data-content);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.NotificationComponent_navbar__item__yfJ\+W {
  padding: 5px 10px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 17px;
}
.NotificationComponent_menuIcon__Ud9NV:hover,
.NotificationComponent_navbar__user__-SfHJ:hover,
.NotificationComponent_navbar__item__yfJ\+W:hover {
  /* background: rgba(0, 0, 0, 0.1); */
  border-top: solid 2px #fff;
}
.NotificationComponent_notificationList__UyJiz {
  width: 420px;
  padding-left: 0;
  padding-left: initial;
  min-width: 220px;
  max-width: 420px;
  height: 200px;
  overflow-y: scroll !important;
  top: 35px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.45);
  z-index: 10;
  position: absolute;
  text-align: right;
  right: -10px;
  background: #fff;
}
.NotificationComponent_hedwhitescroll__HplAS {
  height: 150px;
  overflow-y: scroll !important;
}

.NotificationComponent_notificationList__UyJiz li:first-child {
  padding-top: 8px;
}

.NotificationComponent_notificationList__UyJiz li {
  text-align: left;
  color: #525252;
  width: 100%;
  float: none;
  padding: 5px 10px;
  margin: 0;
  font-size: 12px;
  border-top: none;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}
.NotificationComponent_notificationList__UyJiz li .NotificationComponent_list-details__6ZWx0 {
  float: none;
  display: block;
  width: 100%;
}
/* 
 li .list-details {
    float: left;
    display: inline-block;
    width: 80%;
} */
.NotificationComponent_notificationList__UyJiz li .NotificationComponent_description__sLnCH {
  font-size: 10px;
  color: #a4a4a4;
}
.NotificationComponent_notificationList__UyJiz .NotificationComponent_description__sLnCH {
  height: 18px;
  overflow: hidden;
  width: 99%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.NotificationComponent_notificationList__UyJiz li .NotificationComponent_title__nD3yw {
  font-size: 12px;
  line-height: 14px;
}

.NotificationComponent_notiCont__rfN8b .NotificationComponent_badge__l5Nwv {
  position: absolute;
  font-size: 9px;
  padding: 4px 5px 2px 5px;
  margin: -5px 0 0 -5px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background: transparent;
  display: inline-block;
  min-width: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  /* background-color: #777; */
  border-radius: 10px;
}

.NotificationComponent_notiCont__rfN8b li:hover {
  background: #f6f6f6;
  color: #292929;
  border-top: 2px solid white !important;
}
.NotificationComponent_notificationList__UyJiz li:hover {
  color: #292929;
}
.NotificationComponent_notificationList__UyJiz li {
  color: #686868;
}
/* header .right ul ul li:hover {
    background: #f6f6f6;
    color: #292929;
    border-top: none;
}

header .right ul li:hover {
    background: transparent;
    border-top: 2px solid white ! Important;
} */

.SiteLayout_outletClass__VeC8l {
  /* display: flex;
  display: flex; */
  height: calc(100vh - 40px);
}
.SiteLayout_outletContainer__Yg59A {
  top: 41px;
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 56px);
  padding-bottom: 24px;
}
.SiteLayout_marginLeft__fSOjY {
  margin-left: 221px;
}

.SiteLayout_routeLoaderWrap__ATZdu {
  min-height: calc(100vh - 56px);
  padding: 12px 14px 24px;
  animation: SiteLayout_routeLoaderFade__D9jcE 220ms ease;
}

@keyframes SiteLayout_routeLoaderFade__D9jcE {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .container {
  font-size: 11px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
} */
.AlertContainer_container__q3PWa {
  font-size: 11px;
  position: fixed;
  top: 0;
  left: 45%;
  display: flex;
  z-index: 100;
  color: #212529;
}

.AlertContainer_confirmBox__7vjYg {
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  display: grid;
  width: 250px;
  /* flex-direction: column; */
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
}
.AlertContainer_btnContainer__tjKG5 {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.AlertContainer_btnContainer__tjKG5 button {
  font-size: 11px;
  min-width: 50px;
  height: 20px;
  width: auto;
  background: white;
  color: #459fa0 !important;
  border: none;
}
.AlertContainer_btnContainer__tjKG5 button:hover {
  background: #459fa0;
  color: white !important;
}
.AlertContainer_confirmTitle__y90ua {
  font-size: 13px;
  font-weight: 600;
  display: grid;
  align-items: center;
  justify-content: center;
}
.AlertContainer_contentTitle__hKygd {
  /* display: flex;
  justify-content: center; */
  overflow: hidden;
  /* white-space: nowrap;
  text-overflow: ellipsis; */
  text-align: center;
}
.AlertContainer_confirmTitle__y90ua p {
  text-align: center;
}
.AlertContainer_confirmMessage__um4PN {
  text-align: center;
  text-wrap: balance;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}
.AlertContainer_sbmt__94dxg {
  font-size: 12px;
  min-width: 100px;
  height: 25px;
  width: auto;
  background: #333;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;

  border-radius: 4px;
}
.AlertContainer_clear__pGqPE {
  font-size: 12px;
  min-width: 100px;
  height: 25px;
  width: auto;
  color: #333;
  background: #eeeeee;
  border: 1px solid #c1c1c1;
  /* background: #eeeeee; */
  /* border: 1px solid #e5e5e5; */
  border-radius: 5px;
}
.AlertContainer_submitBtn__CuuNH {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.AlertContainer_boxContiner__uTjWh {
  width: 400px;
  min-height: 200px;
  background: #fff;
  padding: 10px 10px;
  /* display: flex;
  flex-direction: column; */
  position: relative;
  display: grid;
}
.AlertContainer_boxContiner__uTjWh h3 {
  color: #ee404a;
  margin: 0;
  padding: 0;
  /* padding-bottom: 15px; */
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}
/* .boxContiner > *:nth-child(n) {
  flex: 1;
} */
.AlertContainer_titleContainer__MisJ\+ {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
      0.25turn,
      rgb(255, 255, 255),
      rgb(11, 127, 128),
      rgb(255, 255, 255)
    )
    1 / 1 / 0 stretch;
  /* padding-bottom: 8px; */
}

.AlertContainer_content__Napz3 {
  display: grid;
  /* justify-content: center; */
  color: #212529;
  grid-gap: 10px;
  gap: 10px;
}

.ErrorPage_errorContainer__S-Iqo {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  width: 100%;
  background-color: white;
}

.ErrorPage_innerContainer__zE6Y9 {
  /* background-color: white; */
}

.ErrorPage_content__fON45 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ErrorPage_title__1AyJK {
  font-weight: bold;
  font-size: 3rem;
}

.ErrorPage_subtitle__j8bfo {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 2rem;
}

.ErrorPage_red__zwMXu {
  color: red;
}
.ErrorPage_uct__\+c7LZ {
  color: #26cacc;
}
.ErrorPage_description__uS9uT {
  margin-bottom: 1rem;
  color: gray;
  font-size: 12px;
  font-weight: 500;
}

.ErrorPage_button__K3hue {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #333;
}

.ErrorPage_blue__PLtEc {
  color: white;
  background-color: #333;
}

/* .blue:hover {
  background-color: white;
  color: #333;
  border-color: #333;
} */

.DetailSection_top__q8ggI {
  display: flex;
  justify-content: space-between;
  height: 36px;
  padding-right: 20px;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  color: #858585;
  background: #fff;
}
.DetailSection_top-icons__B\+U\+N {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
  color: #696969;
}
.DetailSection_detailsection__4zVpH {
  background-color: #f6f6f6;
}
.DetailSection_top__q8ggI h4 {
  margin: 5px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #858585;
  font-weight: 500;
}

.Payslip_main-body__9eyxM {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .Payslip_container__sgIj7 {
    width: 100%;
  }
  .Payslip_mainBodyContainer__0sYT7 {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .Payslip_tableTitle__XqK7b {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Payslip_tableTitle__XqK7b h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .Payslip_basicTable__cw0xE {
    border-collapse: collapse;
    width: 100%;
  }
  .Payslip_basicTable__cw0xE tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .Payslip_basicTable__cw0xE td,
  .Payslip_basicTable__cw0xE th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .Payslip_basicTable__cw0xE tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .Payslip_basicTable__cw0xE tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .Payslip_icons__1Z7Q- {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Payslip_basicTable__cw0xE {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .Payslip_icons__1Z7Q- {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Payslip_branchFormCont__e-Wv- {
    margin-top: 10px;
  }
  .Payslip_top-icons__t\+Jjn {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .Payslip_departmentFormContainer__-2wXW {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .Payslip_departmentFormContainer__-2wXW h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .Payslip_departmentContainer__n7qIv {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .Payslip_detailIcons__\+TYGk {
    cursor: pointer;
  }
  .Payslip_downloadExcelbutton__I2u8w {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .Payslip_inputcontainer__YmRLw{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .Payslip_credmoncontainer__p9QaR{
    display: flex;
    flex-direction: column;
  }
  .Payslip_inpofcredmon__KJmCl{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .Payslip_lavelsea__afSr\+{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .Payslip_save_buttt__DhXUg{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .Payslip_navconasc__E0h6b{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      top:10px;
  }
  .Payslip_tdAlignRight__A3yWw{
    text-align: right;
  }
  .Payslip_optnas__G-DTL{
      padding: 10px;
      min-height: 30px;
  }
  .Payslip_subbutasc__85hNp{
      border-radius: 5px;
      border: none;
      max-height: 30px;
      background-color: #0B7F80;
      color: #fff;
      font-size: 12px;
      padding: 1px 15px;
  }
  .Payslip_navconta__zCOMa{
       display: flex;
       margin: 0 15px;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
  }
 .Payslip_navcontaa__s5520{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } 
  .Payslip_allinpcon__3GYK8{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .Payslip_colorxs__UCyvY{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .Payslip_singleclr__LUP63{
    display: flex;
    gap: 5px;
  }
  .Payslip_clrbx__iGXva{
    width: 13px;
    height: 13px;
  }
  .Payslip_h5sty__QY-3K{
    font-size: 13px;
    color: 363535;
  }
  .Payslip_paginationUl__Gcadw li {
    margin: 0;
  }
  
  .Payslip_paginationUl__Gcadw li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .Payslip_Mui-disabled__Y\+iQR[disabled] {
    cursor: not-allowed;
  }
  .Payslip_condatbx__l0A0W {
      display: flex;
      gap: 0.2em;
      align-items: center;
  }
  .Payslip_dat_box__6TqYk {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 1.5em;
      min-height: 1.5em;
      max-height: 1.5em;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 0.56em;
  }
.NavDetailBar_navDetail__05Gzz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  background: #f6f6f6;
  transform-style: preserve-3d;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.15);
  line-height: 35px;
  font-size: 12px;
}
.NavDetailBar_navDetailIcons__Kxdgv {
  display: flex;
  gap: 20px;
  font-size: 20px;
}
.NavDetailBar_iconContainer__M3Ck9 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.NavDetailBar_navDetailIcons__Kxdgv div:hover {
  /* background: #fff; */
  color: #26cacc;
}
.NavDetailBar_navDetail__05Gzz p {
  /* color: #8b8b8b; */
}
.NavDetailBar_brdcrmb__7Sz79 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.NavDetailBar_brdcrmb__7Sz79 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.NavDetailBar_brdcrmb__7Sz79 span {
  color: #8b8b8b;
}
.NavDetailBar_detailIcons__PAJgT {
  cursor: pointer;
  color: #b7b7b7;
}
.NavDetailBar_navActionCont__lER-H {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 10px;
}

td{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
th{
    font-size: 13px;
}
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__vSX8t{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__vSX8t table{
     width: 100%;
}
.Table_parenttabwrap__BOXDm{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_icnndx__Jq5gn{

    display: flex;
        gap: 8px;
}
.Table_ixxxds__RrB8Y{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.7em;
}
.Table_iont__6GF1Y{
    color: #696969;
    
    
}
.Table_icom__bl9ZN{
    vertical-align:top;
}
.Table_mjk__M3zZT{
    display: flex;
    text-align: center;
    gap: 5px;
    flex-direction: row;
    justify-content: center;
}

/* menu style */.Table_menuel__pbemT {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 4;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Table_menuel__pbemT ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Table_menuel__pbemT ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Table_menuli__yQ9wt {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  /* color: #5c5c5c !important; */
}
.Table_menuli__yQ9wt:hover {
  background-color: #f6f6f6;
}
.Toggle_icoconel__MENrb{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}
.Toggle_menuel__DPpuV{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Toggle_menuel__DPpuV ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Toggle_menuel__DPpuV ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Toggle_menuli__FDm9Y{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Toggle_menuli__FDm9Y:hover{
   background-color: #f6f6f6;
}
.Modal_save_butrr__TLtCw {
  padding: 4px 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  width: 120px;
  margin-top: 10px;
}
.Modal_compNam__4z\+NU {
  font-size: 13px;
  font-weight: bold;
  color: #3c3c3c;
}
.Modal_save_buttt__PIfsG {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Modal_infofempContainer__nuG8T {
  display: flex;
  justify-content: center;
  width: 100%;
}

.Modal_infofemp__ywdhL {
  width: 50%;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  /* Add other styles as needed */
}
.Modal_tdofempde__ZoAkB {
  background: #fff;
  padding: 0 2px;
  text-align: left;
  text-wrap: nowrap;
  border: 0 solid transparent;
}
.Modal_thofsalsec__wP3ER {
  font-size: 12px;
  background: #fff;
  padding: 0 2px;
  color: #000;
  border: 0 solid transparent;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.Modal_tdofsalsec__6PSWi {
  font-size: 11px;
  background: #fff;
  padding: 0 2px;
  color: #000;
  border: 0 solid transparent;
  border-right: 1px solid #000;
}
.Modal_thofsalseccc__lwhx1 {
  font-size: 12px;
  background: #fff;
  padding: 0 2px;
  color: #000;
  border: 1px solid #000;
  text-align: left;
}
.Modal_tdofsalseccs__gCnR- {
  font-size: 11px;
  background: #fff;
  padding: 0 2px;
  color: #000;
  border: 1px solid #000;
  text-align: left;
}

.Modal_thofsalsecHead__32IgY {
  font-size: 12px;
  background: #fff;
  padding: 0 2px;
  color: #000;

  /* main border */
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;

  /* 🔥 firefox fix */
  border-left: 0.5px solid transparent;
  font-weight: bold;
}

.Modal_tdofsalsecFooter__x7xgy {
  /* font-size: 12px;
  background: #fff;
  padding: 0 2px;
  color: #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000; */

  font-size: 12px;
  background: #fff;
  padding: 0 2px;
  color: #000;
  /*border: 0 solid transparent; */
  border: 1px solid #000;
}

/* @-moz-document url-prefix() {
  .payslipTable {
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }


} */
/* Firefox only */
@-moz-document url-prefix() {
  .Modal_payslipTable__2xBZy {
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  .Modal_payslipTable__2xBZy th {
    border-width: 0 1px 1px 0 !important;
    border-style: solid !important;
    border-color: #000 !important;
  }

  .Modal_payslipTable__2xBZy td {
    border-right: 1px solid #000 !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }

  .Modal_payslipTable__2xBZy tfoot th {
    border-width: 1px 1px 0 0 !important;
    border-style: solid !important;
    border-color: #000 !important;
  }

  .Modal_payslipTable__2xBZy {
    border: 1px solid #000 !important;
  }
}

.Modal_thHead__ksn-z {
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  padding: 2px 4px;
  color: #000;

  border-width: 0 1px 1px 1px !important;
  border-style: solid !important;
  border-color: #000 !important;
}

.Modal_leaveTablesWrapper__zT4qg {
  display: flex;
  width: 100%;
  gap: 5px;
}

@-moz-document url-prefix() {
  .Modal_leaveTablesWrapper__zT4qg table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff !important;
    border: 0.6px solid #000 !important;
  }

  .Modal_leaveTablesWrapper__zT4qg .Modal_thofsalseccc__lwhx1,
  .Modal_leaveTablesWrapper__zT4qg .Modal_tdofsalseccs__gCnR- {
    background: #fff !important;
    border: 0.6px solid #000 !important;
    padding: 2px !important;
  }

  .Modal_leaveTablesWrapper__zT4qg .Modal_thofsalseccc__lwhx1 {
    font-weight: bold !important;
  }
}

/* .payslipTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #000;
  background: #fff;
} */

/* .payslipTable thead th {
  border: 1px solid #000;
  padding: 8px 6px;
  background: #fff;
  font-weight: 700;
  text-align: left;
}

.payslipTable tbody td {
  padding: 6px 8px;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #000;
}

.payslipTable tbody td:first-child {
  border-left: 1px solid #000;
}
.payslipTable tbody td:last-child {
  border-right: 1px solid #000;
}

.payslipTable tfoot th {
  border: 1px solid #000;
  padding: 6px 8px;
  background: #fff;
  font-weight: 700;
} */

@media print {
  /* .payslipTable th:last-child {
    box-shadow: inset -1px 0 0 #000 !important;
  } */

  /* .payslipTable {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff !important;
    border: 0.6px solid #000 !important;
  } */
}

.BasicTable_basicTable__S3sSE {
  border-collapse: collapse;
  width: 100%;
}
.BasicTable_basicTable__S3sSE tr th {
  font-size: 12px;
  padding: 8px 5px !important;
  background: -moz-linear-gradient(top, #eaeaea, #fff);
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#eaeaea),
    to(#fff)
  );
}
.BasicTable_basicTable__S3sSE td,
.BasicTable_basicTable__S3sSE th {
  border: 1px solid #ddd;
  padding: 12px;
}

.BasicTable_basicTable__S3sSE tr:nth-child(even) {
  background-color: #f2f2f2;
}

.BasicTable_basicTable__S3sSE tr:hover {
  background-color: #ddd;
}


.BasicTable_icons__GRc1o {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.BasicTable_basicTable__S3sSE {
  text-align: center;
  font-family: "Poppins";
  border-collapse: collapse;
  border: 3px solid #ddd;
  width: 100%;
  font-size: 14px;
}

.PrintTableComponent_tableTitle__rztNl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.PrintTableComponent_container__aAk02 h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.PrintTableComponent_basicTable__EXOor {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
.PrintTableComponent_basicTable__EXOor tr th {
  font-size: 13px;
  padding: 10px 0px !important;
  /* color: #fff;
  background: #26cacc; */
}
.PrintTableComponent_basicTable__EXOor td,
.PrintTableComponent_basicTable__EXOor th {
  /* border: 1px solid #ddd; */
  padding: 7px;
}
.PrintTableComponent_container__aAk02 {
  padding: 12px 15px;
}
.PrintTableComponent_basicTable__EXOor th {
  background-color: transparent;
  background-color: initial;
  color: inherit;
}
.PrintTableComponent_basicTable__EXOor thead {
  position: static;
  position: initial;
  background-color: #26cacc;
  color: #fff;
}

.WarningDetail_main-body__NgjM6 {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .WarningDetail_container__kYEqT {
    width: 100%;
  }
  .WarningDetail_mainBodyContainer__rURCw {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .WarningDetail_tableTitle__pb9OR {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .WarningDetail_tableTitle__pb9OR h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .WarningDetail_basicTable__A7do- {
    border-collapse: collapse;
    width: 100%;
  }
  .WarningDetail_basicTable__A7do- tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .WarningDetail_basicTable__A7do- td,
  .WarningDetail_basicTable__A7do- th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .WarningDetail_basicTable__A7do- tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .WarningDetail_basicTable__A7do- tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .WarningDetail_icons__zrmue {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .WarningDetail_basicTable__A7do- {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .WarningDetail_icons__zrmue {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .WarningDetail_branchFormCont__sPpte {
    margin-top: 10px;
  }
  .WarningDetail_top-icons__ROMmQ {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .WarningDetail_departmentFormContainer__5aQzA {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .WarningDetail_departmentFormContainer__5aQzA h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .WarningDetail_departmentContainer__SbXTk {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .WarningDetail_detailIcons__uEo1z {
    cursor: pointer;
  }
  .WarningDetail_downloadExcelbutton__JIDOM {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .WarningDetail_inputcontainer__hrSoW{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .WarningDetail_form16Actions__fQ5as{
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .WarningDetail_financialYearLabel__-V0AI{
    color: #696969;
    font-size: 11px;
    font-weight: bold;
  }
  .WarningDetail_financialYearSelect__HWMDL{
    border: 1.5px solid #B9B9B9;
    cursor: pointer;
    border-radius: 5px;
    font-size: 11px;
    color: #696969;
    min-height: 25px;
    max-height: 25px;
    min-width: 95px;
  }
  .WarningDetail_generateForm16Button__bPaoB{
    border: none;
    border-radius: 5px;
    background-color: #0B7F80;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    min-height: 25px;
    padding: 0 12px;
  }
  .WarningDetail_generateForm16Button__bPaoB:disabled{
    cursor: not-allowed;
    opacity: 0.65;
  }
  .WarningDetail_generateForm16Button__bPaoB option{
    background-color: #fff;
    color: #696969;
  }
  .WarningDetail_generateForm16Response__BWseP{
    margin-top: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 10px;
    color: #696969;
    font-size: 12px;
  }
  .WarningDetail_generateForm16Response__BWseP strong{
    color: #0B7F80;
  }
  .WarningDetail_generateForm16Response__BWseP pre{
    margin: 6px 0 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: inherit;
  }
  .WarningDetail_form16PreviewContainer__dycdA{
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f6f6f6;
  }
  .WarningDetail_form16PreviewHeader__HvcCG{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
  }
  .WarningDetail_form16PreviewHeader__HvcCG div{
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .WarningDetail_form16PreviewHeader__HvcCG strong{
    color: #0B7F80;
    font-size: 13px;
  }
  .WarningDetail_form16PreviewHeader__HvcCG span{
    color: #696969;
    font-size: 11px;
  }
  .WarningDetail_form16PrintButton__q37W3{
    border: none;
    border-radius: 5px;
    background-color: #0B7F80;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    min-height: 28px;
    padding: 0 16px;
  }
  .WarningDetail_form16PrintButton__q37W3:disabled{
    cursor: not-allowed;
    opacity: 0.65;
  }
  .WarningDetail_form16PdfFrame__0AWB0{
    display: block;
    width: 100%;
    height: 760px;
    border: none;
    background-color: #fff;
  }
  .WarningDetail_form16PreviewEmpty__8zvRb{
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #696969;
    font-size: 12px;
    background-color: #fff;
  }
  .WarningDetail_form16Paper__3dP12{
    background-color: #fff;
    color: #000;
    width: 100%;
    max-width: 980px;
    margin: 16px auto;
    padding: 34px 48px;
    border: 2px solid #222;
    font-size: 13px;
    line-height: 1.25;
  }
  .WarningDetail_form16Title__Jm-w3{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px;
  }
  .WarningDetail_form16SubTitle__39Wts,
  .WarningDetail_form16PartTitle__hZpWL{
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .WarningDetail_form16PartTitle__hZpWL{
    margin-bottom: 30px;
  }
  .WarningDetail_form12BPaper__K1t7c{
    width: min(100%, 794px);
    max-width: 794px;
    min-height: 800px;
    padding: 38px 38px 220px;
    border: 2px solid #111;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.15;
  }
  .WarningDetail_form12BTitle__cRmxu{
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 3px;
  }
  .WarningDetail_form12BRule__QNr3E{
    text-align: center;
    font-size: 9px;
    margin-bottom: 5px;
  }
  .WarningDetail_form12BStatement__mcpJR{
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.15;
    margin: 0 0 17px;
  }
  .WarningDetail_form12BPaper__K1t7c .WarningDetail_form16Table__TDuWY{
    table-layout: fixed;
  }
  .WarningDetail_form12BPaper__K1t7c .WarningDetail_form16Table__TDuWY th,
  .WarningDetail_form12BPaper__K1t7c .WarningDetail_form16Table__TDuWY td{
    padding: 4px 5px;
    vertical-align: top;
    font-size: 11px;
    line-height: 1.15;
    word-break: normal;
    overflow-wrap: break-word;
  }
  .WarningDetail_form12BInfoTable__4mvtR td{
    height: 22px;
    vertical-align: middle;
  }
  .WarningDetail_form12BSerial__ZT-cL{
    text-align: center;
  }
  .WarningDetail_form12BSectionTitle__-WYcx{
    margin: 11px 0 10px;
    font-weight: 700;
    font-size: 12px;
  }
  .WarningDetail_form12BIncomeTable__SzsFf th{
    text-align: left;
    font-weight: 500;
  }
  .WarningDetail_form12BIncomeTable__SzsFf td{
    vertical-align: middle;
  }
  .WarningDetail_form12BVerificationTitle__uKJrU{
    text-align: center;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    margin: 20px 0 8px;
  }
  .WarningDetail_form12BDeclaration__YHspW{
    font-size: 11px;
    line-height: 1.35;
    margin-bottom: 29px;
  }
  .WarningDetail_form12BSignRow__Qla2O{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    font-size: 11px;
    line-height: 1.35;
  }
  .WarningDetail_form12BSignature__pmueG{
    margin-top: 20px;
    margin-right: 110px;
    border-top: 1px solid #000;
    padding-top: 2px;
    text-align: center;
    white-space: nowrap;
  }
  .WarningDetail_form130SubTitle__SVp0m{
    text-align: center;
    font-size: 13px;
    line-height: 1.35;
    margin: 0 auto 10px;
    max-width: 1040px;
  }
  .WarningDetail_form16Table__TDuWY{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin: 0;
  }
  .WarningDetail_form16Table__TDuWY th,
  .WarningDetail_form16Table__TDuWY td{
    border: 1px solid #000;
    padding: 6px 8px;
    vertical-align: top;
    font-size: 13px;
    word-break: break-word;
  }
  .WarningDetail_form16Table__TDuWY th{
    text-align: center;
    font-weight: 700;
  }
  .WarningDetail_form130Table__XbWZX td{
    text-align: left;
  }
  .WarningDetail_form16PartBHeading__2ixYh{
    text-align: center;
    font-size: 14px;
    margin-bottom: 34px;
  }
  .WarningDetail_form16PageBreak__oLZOi{
    break-before: page;
    page-break-before: always;
  }
  .WarningDetail_form16Center__5cS5p{
    text-align: center;
  }
  .WarningDetail_form16Bold__g\+TnE{
    font-weight: 700;
  }
  .WarningDetail_form16LabelCell__ICSyC{
    font-weight: 500;
    text-align: left;
  }
  .WarningDetail_form16Right__rVHy\+{
    text-align: right;
  }
  .WarningDetail_form16Label__nroT4{
    display: inline-block;
    min-width: 78px;
  }
  .WarningDetail_form16RowStack__I9CVM{
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .WarningDetail_form16Pair__\+etyw{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 24px;
  }
  .WarningDetail_form16Gap__nkMVz{
    display: inline-block;
    width: 28px;
  }
  .WarningDetail_form16VerificationText__JBu4P{
    line-height: 1.35;
  }
  .WarningDetail_form130ContactRow__3MN5R{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    grid-gap: 8px;
    gap: 8px;
    align-items: center;
  }
  .WarningDetail_form130Reference__aibAL{
    margin-top: 28px;
    font-size: 13px;
  }
  .WarningDetail_form16Notes__NTht6{
    margin-top: 18px;
    font-size: 13px;
  }
  .WarningDetail_form16Notes__NTht6 ol{
    margin: 8px 0 0;
    padding-left: 22px;
  }
  .WarningDetail_form16Notes__NTht6 li{
    margin-bottom: 8px;
  }
  .WarningDetail_form16PartBFooter__2WN-a{
    margin-top: 14px;
    font-size: 13px;
  }
  @media print{
    .WarningDetail_container__kYEqT > :not(.WarningDetail_mainBodyContainer__rURCw),
    .WarningDetail_inputcontainer__hrSoW,
    .WarningDetail_form16PreviewHeader__HvcCG{
      display: none !important;
    }
    .WarningDetail_mainBodyContainer__rURCw,
    .WarningDetail_main-body__NgjM6,
    .WarningDetail_form16PreviewContainer__dycdA{
      padding: 0 !important;
      margin: 0 !important;
      box-shadow: none !important;
      border: none !important;
      background-color: #fff !important;
    }
    .WarningDetail_form16Paper__3dP12{
      max-width: none;
      margin: 0;
      padding: 30px 48px;
      border: 2px solid #222;
      box-shadow: none;
    }
    .WarningDetail_form12BPaper__K1t7c{
      width: 794px;
      max-width: none;
      min-height: 800px;
      padding: 38px 38px 220px;
      border: 2px solid #111;
    }
  }
  .WarningDetail_credmoncontainer__Xu9ZH{
    display: flex;
    flex-direction: column;
  }
  .WarningDetail_inpofcredmon__ALlUF{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .WarningDetail_lavelsea__FF4Pv{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .WarningDetail_save_buttt__Pc3Em{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .WarningDetail_navconasc__\+\+ttp{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      top:10px;
  }
  .WarningDetail_optnas__cskPu{
      padding: 10px;
      min-height: 30px;
  }
  .WarningDetail_subbutasc__ES2ww{
      border-radius: 5px;
      border: none;
      max-height: 30px;
      background-color: #0B7F80;
      color: #fff;
      font-size: 12px;
      padding: 1px 15px;
  }
  .WarningDetail_navconta__ZLyLq{
       display: flex;
       margin: 0 15px;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
  }
 .WarningDetail_navcontaa__zaPmZ{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } 
  .WarningDetail_allinpcon__d4xEz{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .WarningDetail_colorxs__SXieJ{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .WarningDetail_singleclr__xeG42{
    display: flex;
    gap: 5px;
  }
  .WarningDetail_clrbx__48Kz\+{
    width: 13px;
    height: 13px;
  }
  .WarningDetail_h5sty__-Z6Ww{
    font-size: 13px;
    color: 363535;
  }
  .WarningDetail_paginationUl__BYXm3 li {
    margin: 0;
  }
  
  .WarningDetail_paginationUl__BYXm3 li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .WarningDetail_Mui-disabled__OJPxD[disabled] {
    cursor: not-allowed;
  }
  .WarningDetail_condatbx__ff94s {
      display: flex;
      gap: 0.2em;
      align-items: center;
  }
  .WarningDetail_dat_box__oKgaP {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 1.5em;
      min-height: 1.5em;
      max-height: 1.5em;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 0.56em;
  }
  .WarningDetail_save_buttt__Pc3Em{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
    }
    

.Resignation_main-body__9LvSG {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .Resignation_container__8decu {
    width: 100%;
  }
  .Resignation_mainBodyContainer__dd0YV {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .Resignation_tableTitle__NhneW {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Resignation_tableTitle__NhneW h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .Resignation_basicTable__rArBJ {
    border-collapse: collapse;
    width: 100%;
  }
  .Resignation_basicTable__rArBJ tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .Resignation_basicTable__rArBJ td,
  .Resignation_basicTable__rArBJ th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .Resignation_basicTable__rArBJ tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .Resignation_basicTable__rArBJ tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .Resignation_icons__300kO {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_basicTable__rArBJ {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .Resignation_icons__300kO {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_branchFormCont__CInAU {
    margin-top: 10px;
  }
  .Resignation_top-icons__Q\+3CG {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .Resignation_departmentFormContainer__7LHeb {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .Resignation_departmentFormContainer__7LHeb h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .Resignation_departmentContainer__ePDTi {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .Resignation_detailIcons__34f1S {
    cursor: pointer;
  }
  .Resignation_downloadExcelbutton__sUTte {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .Resignation_inputcontainer__SVlWx{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .Resignation_credmoncontainer__-1jPJ{
    display: flex;
    flex-direction: column;
  }
  .Resignation_inpofcredmon__FNbyu{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .Resignation_lavelsea__gOP4o{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .Resignation_save_buttt__FrNHF{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .Resignation_navconasc__8uCgk{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      top:10px;
  }
  .Resignation_optnas__jFWp8{
      padding: 10px;
      min-height: 30px;
  }
  .Resignation_subbutasc__Q6pcd{
      border-radius: 5px;
      border: none;
      max-height: 30px;
      background-color: #0B7F80;
      color: #fff;
      font-size: 12px;
      padding: 1px 15px;
  }
  .Resignation_navconta__ARLTw{
       display: flex;
       margin: 0 15px;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
  }
 .Resignation_navcontaa__5leoP{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } 
  .Resignation_allinpcon__KSLzl{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .Resignation_colorxs__YPjio{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .Resignation_singleclr__3qGGZ{
    display: flex;
    gap: 5px;
  }
  .Resignation_clrbx__5OJQQ{
    width: 13px;
    height: 13px;
  }
  .Resignation_h5sty__pDx3B{
    font-size: 13px;
    color: 363535;
  }
  .Resignation_paginationUl__S3r29 li {
    margin: 0;
  }
  
  .Resignation_paginationUl__S3r29 li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .Resignation_Mui-disabled__IGTJX[disabled] {
    cursor: not-allowed;
  }
  .Resignation_condatbx__LyV-E {
      display: flex;
      gap: 0.2em;
      align-items: center;
  }
  .Resignation_dat_box__ehx4C {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 1.5em;
      min-height: 1.5em;
      max-height: 1.5em;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 0.56em;
  }
  .Resignation_save_buttt__FrNHF{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
    }
    
    .Resignation_searchformasc__7KK1m{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Resignation_fourinputasc__1WeHz{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Resignation_twoinputasc__BhD2t{
    display: flex;
    gap:20px;
    width: 49%;
}
.Resignation_searorinp__NV4II{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Resignation_selctasc__xkkD6{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Resignation_optionnsel__DeXBm{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Resignation_inputasc__HcM3j{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Resignation_buttonasc__6y08M{
    display: flex;
    gap: 20px;
}
.Resignation_clear_buttt__8Mb-c{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Table_td__Yfine{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__\+YEtY{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__HzliW{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__HzliW table{
     width: 100%;
}
.Table_parenttabwrap__9UPJl{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__b78oi{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__YyN28{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.PaginationComponent_paginationUl__64WOm li {
  margin: 0;
}

.PaginationComponent_paginationUl__64WOm li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}

.Resignation_main-body__ByjPc {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */

.Resignation_container__ZirJl {
  width: 100%;
}
.Resignation_mainBodyContainer__ukhFD {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.Resignation_tableTitle__NXcIB {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Resignation_tableTitle__NXcIB h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.Resignation_basicTable__Rtv40 {
  border-collapse: collapse;
  width: 100%;
}
.Resignation_basicTable__Rtv40 tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.Resignation_basicTable__Rtv40 td,
.Resignation_basicTable__Rtv40 th {
  border: 1px solid #ddd;
  padding: 12px;
}

.Resignation_basicTable__Rtv40 tr:nth-child(even) {
  background-color: #f2f2f2;
}

.Resignation_basicTable__Rtv40 tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.Resignation_icons__5TmUN {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_basicTable__Rtv40 {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.Resignation_icons__5TmUN {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_branchFormCont__Ctxtr {
  margin-top: 10px;
}
.Resignation_top-icons__PBVEB {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.Resignation_departmentFormContainer__kueUV {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.Resignation_departmentFormContainer__kueUV h3 {
  font-size: 15px;
  color: #459fa0;
}
.Resignation_departmentContainer__XrajM {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.Resignation_detailIcons__63aqH {
  cursor: pointer;
}
.Resignation_downloadExcelbutton__UeFyu {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.Resignation_inputcontainer__0zSs0 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.Resignation_credmoncontainer__TKE3o {
  display: flex;
  flex-direction: column;
}
.Resignation_inpofcredmon__8Yx1M {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.Resignation_lavelsea__i240T {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.Resignation_save_buttt__NLr\+t {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_navconasc__JSARm {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  top: 10px;
}
.Resignation_optnas__TANZb {
  padding: 10px;
  min-height: 30px;
}
.Resignation_subbutasc__j3lEv {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Resignation_navconta__PzO5R {
  display: flex;
  margin: 0 15px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.Resignation_navcontaa__W\+a2l {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  align-items: center;
}
.Resignation_allinpcon__6pMxr {
  display: flex;
  gap: 10px;
  align-items: center;
}
.Resignation_colorxs__4-VJr {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.Resignation_singleclr__M3-Im {
  display: flex;
  gap: 5px;
}
.Resignation_clrbx__2xnMW {
  width: 13px;
  height: 13px;
}
.Resignation_h5sty__OoOiB {
  font-size: 13px;
  color: 363535;
}
.Resignation_paginationUl__7dFp7 li {
  margin: 0;
}

.Resignation_paginationUl__7dFp7 li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Resignation_Mui-disabled__ObhKE[disabled] {
  cursor: not-allowed;
}
.Resignation_condatbx__d5jNX {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.Resignation_dat_box__jGl46 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.56em;
}
.Resignation_save_buttt__NLr\+t {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_searchformasc__Ltcz6 {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Resignation_fourinputasc__iLKDJ {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Resignation_twoinputasc__-jXPY {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Resignation_searorinp__JvZQI {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Resignation_selctasc__nECUW {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Resignation_optionnsel__5OgSV {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Resignation_inputasc__ev0Yb {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Resignation_buttonasc__hSR8c {
  display: flex;
  gap: 20px;
}
.Resignation_clear_buttt__nfX-f{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Table_td__0uvYC{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__euyAb{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__T8-E-{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__T8-E- table{
     width: 100%;
}
.Table_parenttabwrap__s3xJg{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__5R-\+C{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__tgfGB{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.Resignation_main-body__D3Jl1 {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */

.Resignation_container__ZD0un {
  width: 100%;
}
.Resignation_mainBodyContainer__RKv64 {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.Resignation_tableTitle__SybdD {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Resignation_tableTitle__SybdD h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.Resignation_basicTable__xJxfg {
  border-collapse: collapse;
  width: 100%;
}
.Resignation_basicTable__xJxfg tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.Resignation_basicTable__xJxfg td,
.Resignation_basicTable__xJxfg th {
  border: 1px solid #ddd;
  padding: 12px;
}

.Resignation_basicTable__xJxfg tr:nth-child(even) {
  background-color: #f2f2f2;
}

.Resignation_basicTable__xJxfg tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.Resignation_icons__8BHvU {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_basicTable__xJxfg {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.Resignation_icons__8BHvU {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_branchFormCont__cdZPI {
  margin-top: 10px;
}
.Resignation_top-icons__7iLDQ {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.Resignation_departmentFormContainer__zZ1it {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.Resignation_departmentFormContainer__zZ1it h3 {
  font-size: 15px;
  color: #459fa0;
}
.Resignation_departmentContainer__YT7dd {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.Resignation_detailIcons__3evQD {
  cursor: pointer;
}
.Resignation_downloadExcelbutton__826qp {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.Resignation_inputcontainer__qYI7o {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.Resignation_credmoncontainer__3hdTW {
  display: flex;
  flex-direction: column;
}
.Resignation_inpofcredmon__eKIGo {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.Resignation_lavelsea__wNSLJ {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.Resignation_save_buttt__ka5Bm {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_navconasc__94Mql {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  top: 10px;
}
.Resignation_optnas__5xrjU {
  padding: 10px;
  min-height: 30px;
}
.Resignation_subbutasc__QaFMv {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Resignation_navconta__cGa8s {
  display: flex;
  margin: 0 15px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.Resignation_navcontaa__cCAU- {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  align-items: center;
}
.Resignation_allinpcon__C21un {
  display: flex;
  gap: 10px;
  align-items: center;
}
.Resignation_colorxs__y8\+sn {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.Resignation_singleclr__ZJd0W {
  display: flex;
  gap: 5px;
}
.Resignation_clrbx__gY3X9 {
  width: 13px;
  height: 13px;
}
.Resignation_h5sty__q71pq {
  font-size: 13px;
  color: 363535;
}
.Resignation_paginationUl__WqUEE li {
  margin: 0;
}

.Resignation_paginationUl__WqUEE li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Resignation_Mui-disabled__KTLdL[disabled] {
  cursor: not-allowed;
}
.Resignation_condatbx__ZDRD6 {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.Resignation_dat_box__-Nd52 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.56em;
}
.Resignation_save_buttt__ka5Bm {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_searchformasc__2bOmv {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Resignation_fourinputasc__fLYc6 {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Resignation_twoinputasc__AukBP {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Resignation_searorinp__LsGDU {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Resignation_selctasc__eekNm {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Resignation_optionnsel__gbh8Y {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Resignation_inputasc__BsXHR {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Resignation_buttonasc__Yewd1 {
  display: flex;
  gap: 20px;
}
.Resignation_clear_buttt__cxNpl{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}

.Table_td__gbO1t{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__fyB2h{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__IVYj7{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__IVYj7 table{
     width: 100%;
}
.Table_parenttabwrap__L6Bt8{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__mP4Cd{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__ueWuY{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.Resignation_main-body__\+IuXD {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */

.Resignation_container__yybrJ {
  width: 100%;
}
.Resignation_mainBodyContainer__L22Rf {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.Resignation_tableTitle__-t4rW {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Resignation_tableTitle__-t4rW h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.Resignation_basicTable__szQHo {
  border-collapse: collapse;
  width: 100%;
}
.Resignation_basicTable__szQHo tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.Resignation_basicTable__szQHo td,
.Resignation_basicTable__szQHo th {
  border: 1px solid #ddd;
  padding: 12px;
}

.Resignation_basicTable__szQHo tr:nth-child(even) {
  background-color: #f2f2f2;
}

.Resignation_basicTable__szQHo tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.Resignation_icons__INLqF {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_basicTable__szQHo {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.Resignation_icons__INLqF {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_branchFormCont__NU4u8 {
  margin-top: 10px;
}
.Resignation_top-icons__n-Yhr {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.Resignation_departmentFormContainer__BmwpM {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.Resignation_departmentFormContainer__BmwpM h3 {
  font-size: 15px;
  color: #459fa0;
}
.Resignation_departmentContainer__3RAiT {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.Resignation_detailIcons__jKlic {
  cursor: pointer;
}
.Resignation_downloadExcelbutton__iJjB1 {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.Resignation_inputcontainer__9MQtO {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.Resignation_credmoncontainer__NLKOC {
  display: flex;
  flex-direction: column;
}
.Resignation_inpofcredmon__0pUp8 {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.Resignation_lavelsea__8cGVW {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.Resignation_save_buttt__P-jKH {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_navconasc__2YiCs {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  top: 10px;
}
.Resignation_optnas__mKXGe {
  padding: 10px;
  min-height: 30px;
}
.Resignation_subbutasc__Vi07m {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Resignation_navconta__uSdmp {
  display: flex;
  margin: 0 15px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.Resignation_navcontaa__n1zIW {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  align-items: center;
}
.Resignation_allinpcon__FttQD {
  display: flex;
  gap: 10px;
  align-items: center;
}
.Resignation_colorxs__PAHXd {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.Resignation_singleclr__K5V4S {
  display: flex;
  gap: 5px;
}
.Resignation_clrbx__XKzrW {
  width: 13px;
  height: 13px;
}
.Resignation_h5sty__xFRt7 {
  font-size: 13px;
  color: 363535;
}
.Resignation_paginationUl__OB1sB li {
  margin: 0;
}

.Resignation_paginationUl__OB1sB li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Resignation_Mui-disabled__wF53M[disabled] {
  cursor: not-allowed;
}
.Resignation_condatbx__iWwTb {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.Resignation_dat_box__IOM0R {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.56em;
}
.Resignation_save_buttt__P-jKH {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_searchformasc__5ZFsw {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Resignation_fourinputasc__CCCTY {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Resignation_twoinputasc__p7qMB {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Resignation_searorinp__Btnes {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Resignation_selctasc__YvXnS {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Resignation_optionnsel__VHH1C {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Resignation_inputasc__4-Gr5 {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Resignation_buttonasc__4FsYb {
  display: flex;
  gap: 20px;
}

.Resignation_clear_buttt__xGqBV{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Table_td__yWJPF{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__Uqfmo{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__gQ1KU{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__gQ1KU table{
     width: 100%;
}
.Table_parenttabwrap__w2B0q{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__Lmyn3{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__jPGYM{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.Resignation_main-body__u3clT {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */

.Resignation_container__\+6foO {
  width: 100%;
}
.Resignation_mainBodyContainer__OOoaP {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.Resignation_tableTitle__TgDQQ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Resignation_tableTitle__TgDQQ h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.Resignation_basicTable__pRm\+T {
  border-collapse: collapse;
  width: 100%;
}
.Resignation_basicTable__pRm\+T tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.Resignation_basicTable__pRm\+T td,
.Resignation_basicTable__pRm\+T th {
  border: 1px solid #ddd;
  padding: 12px;
}

.Resignation_basicTable__pRm\+T tr:nth-child(even) {
  background-color: #f2f2f2;
}

.Resignation_basicTable__pRm\+T tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.Resignation_icons__0kXIB {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_basicTable__pRm\+T {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.Resignation_icons__0kXIB {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_branchFormCont__\+YeR9 {
  margin-top: 10px;
}
.Resignation_top-icons__J0DAX {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.Resignation_departmentFormContainer__2fr5X {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.Resignation_departmentFormContainer__2fr5X h3 {
  font-size: 15px;
  color: #459fa0;
}
.Resignation_departmentContainer__XNIs1 {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.Resignation_detailIcons__hNh6x {
  cursor: pointer;
}
.Resignation_downloadExcelbutton__QIezy {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.Resignation_inputcontainer__HatbH {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.Resignation_credmoncontainer__bV7SQ {
  display: flex;
  flex-direction: column;
}
.Resignation_inpofcredmon__8HQtx {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.Resignation_lavelsea__Pn9cA {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.Resignation_save_buttt__PbjRr {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_navconasc__wjD2K {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  top: 10px;
}
.Resignation_optnas__6Tm3p {
  padding: 10px;
  min-height: 30px;
}
.Resignation_subbutasc__ij5BW {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Resignation_navconta__JYgZP {
  display: flex;
  margin: 0 15px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.Resignation_navcontaa__Dtn7f {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  align-items: center;
}
.Resignation_allinpcon__4I\+cJ {
  display: flex;
  gap: 10px;
  align-items: center;
}
.Resignation_colorxs__cyz8X {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.Resignation_singleclr__-Oqnm {
  display: flex;
  gap: 5px;
}
.Resignation_clrbx__v5ZT\+ {
  width: 13px;
  height: 13px;
}
.Resignation_h5sty__X5c3D {
  font-size: 13px;
  color: 363535;
}
.Resignation_paginationUl__dTFoj li {
  margin: 0;
}

.Resignation_paginationUl__dTFoj li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Resignation_Mui-disabled__18mpu[disabled] {
  cursor: not-allowed;
}
.Resignation_condatbx__aQCS5 {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.Resignation_dat_box__R8Bjf {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.56em;
}
.Resignation_save_buttt__PbjRr {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.Resignation_searchformasc__uSb4I {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Resignation_fourinputasc__3escT {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Resignation_twoinputasc__BtcSm {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Resignation_searorinp__rH5XA {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Resignation_selctasc__MyWo2 {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Resignation_optionnsel__LiaEC {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Resignation_inputasc__hyNyo {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Resignation_buttonasc__7L7MR {
  display: flex;
  gap: 20px;
}
.Resignation_clearbtnk__3Rb5r {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}

.Table_td__LG1G-{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__Bf9BF{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__-7Kgt{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__-7Kgt table{
     width: 100%;
}
.Table_parenttabwrap__S-XAr{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__Vg-ox{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__GOvZz{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.Resignation_main-body__CTQwL {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */

.Resignation_container__XQya2 {
  width: 100%;
}
.Resignation_mainBodyContainer__-wft2 {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.Resignation_tableTitle__zRmNt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Resignation_tableTitle__zRmNt h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.Resignation_basicTable__NL64\+ {
  border-collapse: collapse;
  width: 100%;
}
.Resignation_basicTable__NL64\+ tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.Resignation_basicTable__NL64\+ td,
.Resignation_basicTable__NL64\+ th {
  border: 1px solid #ddd;
  padding: 12px;
}

.Resignation_basicTable__NL64\+ tr:nth-child(even) {
  background-color: #f2f2f2;
}

.Resignation_basicTable__NL64\+ tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.Resignation_icons__yxEh9 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_basicTable__NL64\+ {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.Resignation_icons__yxEh9 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_branchFormCont__6UEdO {
  margin-top: 10px;
}
.Resignation_top-icons__JylZp {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.Resignation_departmentFormContainer__QQYZN {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.Resignation_departmentFormContainer__QQYZN h3 {
  font-size: 15px;
  color: #459fa0;
}
.Resignation_departmentContainer__mbP7b {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.Resignation_detailIcons__D3YXZ {
  cursor: pointer;
}
.Resignation_downloadExcelbutton__l\+AhA {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.Resignation_inputcontainer__6T3ap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.Resignation_credmoncontainer__ydvDY {
  display: flex;
  flex-direction: column;
}
.Resignation_inpofcredmon__6I0VD {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.Resignation_lavelsea__waEhV {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.Resignation_save_buttt__29n3S {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_navconasc__keu1O {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  top: 10px;
}
.Resignation_optnas__xvSDj {
  padding: 10px;
  min-height: 30px;
}
.Resignation_subbutasc__HayWb {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Resignation_navconta__NihD9 {
  display: flex;
  margin: 0 15px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.Resignation_navcontaa__g5o7P {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  align-items: center;
}
.Resignation_allinpcon__qUg0q {
  display: flex;
  gap: 10px;
  align-items: center;
}
.Resignation_colorxs__ceztX {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.Resignation_singleclr__cu5qR {
  display: flex;
  gap: 5px;
}
.Resignation_clrbx__kOhCe {
  width: 13px;
  height: 13px;
}
.Resignation_h5sty__zjbNs {
  font-size: 13px;
  color: 363535;
}
.Resignation_paginationUl__2uMsN li {
  margin: 0;
}

.Resignation_paginationUl__2uMsN li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Resignation_Mui-disabled__4qUQL[disabled] {
  cursor: not-allowed;
}
.Resignation_condatbx__GhEqM {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.Resignation_dat_box__fGq4w {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.56em;
}
.Resignation_save_buttt__29n3S {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_searchformasc__BS1fE {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Resignation_fourinputasc__Sfig\+ {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Resignation_twoinputasc__6aPEV {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Resignation_searorinp__D890o {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Resignation_selctasc__wFcHs {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Resignation_optionnsel__5HQRe {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Resignation_inputasc__WBKHQ {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Resignation_buttonasc__xoRHG {
  display: flex;
  gap: 20px;
}
.Resignation_clear_buttt__Z0Lok{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Table_td__oKwZx{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__IzzXZ{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__sien9{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__sien9 table{
     width: 100%;
}
.Table_parenttabwrap__GyFI0{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__a-FYp{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__Yxq-L{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.Resignation_main-body__2tU8V {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */

.Resignation_container__kFwei {
  width: 100%;
}
.Resignation_mainBodyContainer__DNLVy {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.Resignation_tableTitle__jsQmn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Resignation_tableTitle__jsQmn h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.Resignation_basicTable__PNbbU {
  border-collapse: collapse;
  width: 100%;
}
.Resignation_basicTable__PNbbU tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.Resignation_basicTable__PNbbU td,
.Resignation_basicTable__PNbbU th {
  border: 1px solid #ddd;
  padding: 12px;
}

.Resignation_basicTable__PNbbU tr:nth-child(even) {
  background-color: #f2f2f2;
}

.Resignation_basicTable__PNbbU tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.Resignation_icons__\+D01s {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_basicTable__PNbbU {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.Resignation_icons__\+D01s {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_branchFormCont__fygqa {
  margin-top: 10px;
}
.Resignation_top-icons__K5v5C {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.Resignation_departmentFormContainer__Udv9p {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.Resignation_departmentFormContainer__Udv9p h3 {
  font-size: 15px;
  color: #459fa0;
}
.Resignation_departmentContainer__GK1g6 {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.Resignation_detailIcons__9EPWp {
  cursor: pointer;
}
.Resignation_downloadExcelbutton__QjSYV {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.Resignation_inputcontainer__K6YHi {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.Resignation_credmoncontainer__0wFgL {
  display: flex;
  flex-direction: column;
}
.Resignation_inpofcredmon__8sXtl {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.Resignation_lavelsea__pgtau {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.Resignation_save_buttt__6gmsf {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_navconasc__OaXLB {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  top: 10px;
}
.Resignation_optnas__6mjqM {
  padding: 10px;
  min-height: 30px;
}
.Resignation_subbutasc__uieRW {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Resignation_navconta__r0FFf {
  display: flex;
  margin: 0 15px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.Resignation_navcontaa__klcy6 {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  align-items: center;
}
.Resignation_allinpcon__Gu4bZ {
  display: flex;
  gap: 10px;
  align-items: center;
}
.Resignation_colorxs__bisP8 {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.Resignation_singleclr__jx9M9 {
  display: flex;
  gap: 5px;
}
.Resignation_clrbx__sdA5g {
  width: 13px;
  height: 13px;
}
.Resignation_h5sty__U0gim {
  font-size: 13px;
  color: 363535;
}
.Resignation_paginationUl__3qdNE li {
  margin: 0;
}

.Resignation_paginationUl__3qdNE li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Resignation_Mui-disabled__ms\+en[disabled] {
  cursor: not-allowed;
}
.Resignation_condatbx__WESbx {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.Resignation_dat_box__njp3c {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.56em;
}
.Resignation_save_buttt__6gmsf {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_searchformasc__m1wCK {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Resignation_fourinputasc__nDI2U {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Resignation_twoinputasc__5cj6A {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Resignation_searorinp__Hg5qE {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Resignation_clear_buttt__yyYoQ{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Resignation_selctasc__IRYTR {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Resignation_optionnsel__OnVky {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Resignation_inputasc__QymEh {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Resignation_buttonasc__ERc7q {
  display: flex;
  gap: 20px;
}

.Table_td__-xHyt{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__lk0of{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__bu6Eo{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__bu6Eo table{
     width: 100%;
}
.Table_parenttabwrap__hKVrO{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__aTh6V{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__rTirL{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.Resignation_main-body__w4ygT {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .Resignation_container__zCmVq {
    width: 100%;
  }
  .Resignation_mainBodyContainer__oVS0U {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .Resignation_tableTitle__Sf6oA {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Resignation_tableTitle__Sf6oA h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .Resignation_basicTable__Xl\+qS {
    border-collapse: collapse;
    width: 100%;
  }
  .Resignation_basicTable__Xl\+qS tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .Resignation_basicTable__Xl\+qS td,
  .Resignation_basicTable__Xl\+qS th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .Resignation_basicTable__Xl\+qS tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .Resignation_basicTable__Xl\+qS tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .Resignation_icons__DR11p {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_basicTable__Xl\+qS {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .Resignation_icons__DR11p {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_branchFormCont__cVAIA {
    margin-top: 10px;
  }
  .Resignation_top-icons__SgJPV {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .Resignation_departmentFormContainer__hrWT5 {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .Resignation_departmentFormContainer__hrWT5 h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .Resignation_departmentContainer__0tcD0 {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .Resignation_detailIcons__aEQFc {
    cursor: pointer;
  }
  .Resignation_downloadExcelbutton__t-4bh {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .Resignation_inputcontainer__MJsn\+{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .Resignation_credmoncontainer__M3id3{
    display: flex;
    flex-direction: column;
  }
  .Resignation_inpofcredmon__4numO{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .Resignation_lavelsea__-UhQI{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .Resignation_save_buttt__5wgJf{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .Resignation_navconasc__Rag6l{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      top:10px;
  }
  .Resignation_optnas__xwktm{
      padding: 10px;
      min-height: 30px;
  }
  .Resignation_subbutasc__9NOJO{
      border-radius: 5px;
      border: none;
      max-height: 30px;
      background-color: #0B7F80;
      color: #fff;
      font-size: 12px;
      padding: 1px 15px;
  }
  .Resignation_navconta__v-thv{
       display: flex;
       margin: 0 15px;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
  }
 .Resignation_navcontaa__ByHuL{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } 
  .Resignation_allinpcon__efc1W{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .Resignation_colorxs__Awdx3{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .Resignation_singleclr__HDsdz{
    display: flex;
    gap: 5px;
  }
  .Resignation_clrbx__d1gvx{
    width: 13px;
    height: 13px;
  }
  .Resignation_h5sty__GjNRQ{
    font-size: 13px;
    color: 363535;
  }
  .Resignation_paginationUl__LIqpp li {
    margin: 0;
  }
  
  .Resignation_paginationUl__LIqpp li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .Resignation_Mui-disabled__Hqwtq[disabled] {
    cursor: not-allowed;
  }
  .Resignation_condatbx__Rk9Vn {
      display: flex;
      gap: 0.2em;
      align-items: center;
  }
  .Resignation_dat_box__cEs98 {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 1.5em;
      min-height: 1.5em;
      max-height: 1.5em;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 0.56em;
  }
  .Resignation_save_buttt__5wgJf{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
    }
    
    .Resignation_searchformasc__uMi31{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Resignation_fourinputasc__2o1zK{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Resignation_twoinputasc__1uoLY{
    display: flex;
    gap:20px;
    width: 49%;
}
.Resignation_searorinp__m0V3K{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Resignation_selctasc__nrPTp{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Resignation_optionnsel__7DKrV{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Resignation_inputasc__DVcc1{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Resignation_buttonasc__Oj4OK{
    display: flex;
    gap: 20px;
}
.Resignation_clear_buttt__R5FT8{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Table_td__5GMF5{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__ggzsZ{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__s7lXO{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__s7lXO table{
     width: 100%;
}
.Table_parenttabwrap__0tibm{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__zQMVQ{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__57zyF{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}



/* .mca{
    display: flex;
}
.grey_ca{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.icon_gray_ca{
    display: flex;
    gap: 10px;
}

.cont_ca{
       width: 100%;
    height: 100%;
}
.white_space_ca{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.whiteicon{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.all_main_c{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.inn_white{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.home_ic{
    position: relative;
    bottom: 2px;
     color:#000000
}
.topcon{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

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

.save_buttt{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.tabwrap{
           width: 100%;
        
}
.tabwrap table{
     width: 100%;
}
.parenttabwrap{
     width: 100%;
     overflow-x: auto;

}
.navcontaa{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.navconasc{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.downloadExcelbutton {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.icons{
    color:#696969;
}
.advnceaserachasc{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.searchformasc{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    gap: 7px;
}
.fourinputasc{
    display: flex;
    gap:20px;
    width: 100%;
}
.twoinputasc{
    display: flex;
    gap:20px;
    width: 49%;
}
.searorinp{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.selctasc{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.optionnsel{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.inputasc{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.buttonasc{
    display: flex;
    gap: 20px;
}
.tableconasc{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.actincbut{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.inactincbut{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.navconasc{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.subbutasc{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.optnas{
    padding: 10px;
    min-height: 30px;
} */







/* for modal */
/* .additm{
    display: flex;
    flex-direction: column;
}

.twodivcon{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.twodivlogo{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.selinp{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.logocon{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.selitx{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.oneselitx{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.bigtxt{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.onedivcon{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.logoasc{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
/* .flexasc{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
} */
/* menu style */
/* .menuel{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.menuel ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.menuel ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.menuli{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.menuli:hover{
   background-color: #f6f6f6;
}
.icoconel{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.paginationUl li {
  margin: 0;
}

.paginationUl li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: unset;
}
.Mui-disabled[disabled] {
  cursor: not-allowed;
}

.sbmt {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.sbmt[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.bulkActionBtn {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.bulkActionBtn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.tdsInput {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.paginputCont {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.goBtn {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.inputCont {
  display: grid;
  width: 100%;
}
.inputCont input,
.inputCont select {
  height: 30px;
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.inputcontainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  } */

  /* .listSrch {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    }  */

    .Resignation_main-body__gGzdp {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .Resignation_container__wYgtO {
    width: 100%;
  }
  .Resignation_mainBodyContainer__usmp- {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .Resignation_tableTitle__GBFfy {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Resignation_tableTitle__GBFfy h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .Resignation_basicTable__mV\+-y {
    border-collapse: collapse;
    width: 100%;
  }
  .Resignation_basicTable__mV\+-y tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .Resignation_basicTable__mV\+-y td,
  .Resignation_basicTable__mV\+-y th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .Resignation_basicTable__mV\+-y tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .Resignation_basicTable__mV\+-y tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .Resignation_icons__7uzKF {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_basicTable__mV\+-y {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .Resignation_icons__7uzKF {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_branchFormCont__eBrvQ {
    margin-top: 10px;
  }
  .Resignation_top-icons__lHF2b {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .Resignation_departmentFormContainer__YbQ1S {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .Resignation_departmentFormContainer__YbQ1S h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .Resignation_departmentContainer__7yuqh {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .Resignation_detailIcons__lA6M\+ {
    cursor: pointer;
  }
  .Resignation_downloadExcelbutton__1L115 {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .Resignation_inputcontainer__zYrD-{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .Resignation_credmoncontainer__y39a4{
    display: flex;
    flex-direction: column;
  }
  .Resignation_inpofcredmon__WHsaT{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .Resignation_lavelsea__2ybz6{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .Resignation_save_buttt__bXnpd{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .Resignation_navconasc__wsPHG{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      top:10px;
  }
  .Resignation_optnas__pwgaH{
      padding: 10px;
      min-height: 30px;
  }
  .Resignation_subbutasc__0RS3J{
      border-radius: 5px;
      border: none;
      max-height: 30px;
      background-color: #0B7F80;
      color: #fff;
      font-size: 12px;
      padding: 1px 15px;
  }
  .Resignation_navconta__QSGag{
       display: flex;
       margin: 0 15px;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
  }
 .Resignation_navcontaa__M1c3N{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } 
  .Resignation_allinpcon__fPXQD{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .Resignation_colorxs__RKXT8{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .Resignation_singleclr__LSroN{
    display: flex;
    gap: 5px;
  }
  .Resignation_clrbx__A3azC{
    width: 13px;
    height: 13px;
  }
  .Resignation_h5sty__b-Z0V{
    font-size: 13px;
    color: 363535;
  }
  .Resignation_paginationUl__juyKU li {
    margin: 0;
  }
  
  .Resignation_paginationUl__juyKU li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .Resignation_Mui-disabled__-Y-Lk[disabled] {
    cursor: not-allowed;
  }
  .Resignation_condatbx__Y-SjP {
      display: flex;
      gap: 0.2em;
      align-items: center;
  }
  .Resignation_dat_box__xZpTE {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 1.5em;
      min-height: 1.5em;
      max-height: 1.5em;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 0.56em;
  }
  .Resignation_save_buttt__bXnpd{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
    }
    
    .Resignation_searchformasc__mC2BC{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Resignation_fourinputasc__Jt9A1{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Resignation_twoinputasc__mqeJm{
    display: flex;
    gap:20px;
    width: 49%;
}
.Resignation_searorinp__O0mDd{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Resignation_selctasc__DHaou{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Resignation_optionnsel__7QSEY{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Resignation_inputasc__t\+RTJ{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Resignation_buttonasc__QVGYW{
    display: flex;
    gap: 20px;
}

.Resignation_clear_buttt__CGTMR{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Table_td__9-g-2{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__oBSHl{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__1ktOC{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__1ktOC table{
     width: 100%;
}
.Table_parenttabwrap__WGbCV{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__wGHRc{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__5E4dQ{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.Resignation_main-body__eP9cZ {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .Resignation_container__5M5qx {
    width: 100%;
  }
  .Resignation_mainBodyContainer__dC8KK {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .Resignation_tableTitle__EKxob {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Resignation_tableTitle__EKxob h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .Resignation_basicTable__zpB-g {
    border-collapse: collapse;
    width: 100%;
  }
  .Resignation_basicTable__zpB-g tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .Resignation_basicTable__zpB-g td,
  .Resignation_basicTable__zpB-g th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .Resignation_basicTable__zpB-g tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .Resignation_basicTable__zpB-g tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .Resignation_icons__K4GYg {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_basicTable__zpB-g {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .Resignation_icons__K4GYg {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_branchFormCont__DqBoo {
    margin-top: 10px;
  }
  .Resignation_top-icons__7RVw9 {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .Resignation_departmentFormContainer__qrytK {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .Resignation_departmentFormContainer__qrytK h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .Resignation_departmentContainer__iGYHS {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .Resignation_detailIcons__PK64Y {
    cursor: pointer;
  }
  .Resignation_downloadExcelbutton__3cfCO {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .Resignation_inputcontainer__gFxFv{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .Resignation_credmoncontainer__SM-D0{
    display: flex;
    flex-direction: column;
  }
  .Resignation_inpofcredmon__nN21I{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .Resignation_lavelsea__nY2s8{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .Resignation_save_buttt__u-Y\+M{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .Resignation_navconasc__iqg5L{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      top:10px;
  }
  .Resignation_optnas__nEUB\+{
      padding: 10px;
      min-height: 30px;
  }
  .Resignation_subbutasc__3XQTY{
      border-radius: 5px;
      border: none;
      max-height: 30px;
      background-color: #0B7F80;
      color: #fff;
      font-size: 12px;
      padding: 1px 15px;
  }
  .Resignation_navconta__Q7SH8{
       display: flex;
       margin: 0 15px;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
  }
 .Resignation_navcontaa__rgm2F{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } 
  .Resignation_allinpcon__gTQaB{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .Resignation_colorxs__taV-5{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .Resignation_singleclr__O7Eho{
    display: flex;
    gap: 5px;
  }
  .Resignation_clrbx__BXfAS{
    width: 13px;
    height: 13px;
  }
  .Resignation_h5sty__zxpiE{
    font-size: 13px;
    color: 363535;
  }
  .Resignation_paginationUl__zDLWQ li {
    margin: 0;
  }
  
  .Resignation_paginationUl__zDLWQ li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .Resignation_Mui-disabled__6Yxzq[disabled] {
    cursor: not-allowed;
  }
  .Resignation_condatbx__ocKYf {
      display: flex;
      gap: 0.2em;
      align-items: center;
  }
  .Resignation_dat_box__GQlX1 {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 1.5em;
      min-height: 1.5em;
      max-height: 1.5em;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 0.56em;
  }
  .Resignation_save_buttt__u-Y\+M{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
    }
    
    .Resignation_searchformasc__hGqoq{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Resignation_fourinputasc__38ORL{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Resignation_twoinputasc__712kv{
    display: flex;
    gap:20px;
    width: 49%;
}
.Resignation_searorinp__IvsI7{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Resignation_selctasc__azw9I{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Resignation_optionnsel__SNRUP{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Resignation_inputasc__l\+UTR{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Resignation_buttonasc__owfzP{
    display: flex;
    gap: 20px;
}
.Resignation_clear_buttt__6x\+0t{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Table_td__HmWWv{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__jFFYt{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__-V\+lf{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__-V\+lf table{
     width: 100%;
}
.Table_parenttabwrap__A4jll{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__wtnY0{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__pUhRB{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.Resignation_main-body__Iye98 {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */

.Resignation_container__oDTfY {
  width: 100%;
}
.Resignation_mainBodyContainer__zcOhv {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.Resignation_tableTitle__wThUC {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Resignation_tableTitle__wThUC h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.Resignation_basicTable__8bzK5 {
  border-collapse: collapse;
  width: 100%;
}
.Resignation_basicTable__8bzK5 tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.Resignation_basicTable__8bzK5 td,
.Resignation_basicTable__8bzK5 th {
  border: 1px solid #ddd;
  padding: 12px;
}

.Resignation_basicTable__8bzK5 tr:nth-child(even) {
  background-color: #f2f2f2;
}

.Resignation_basicTable__8bzK5 tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.Resignation_icons__MopW\+ {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_basicTable__8bzK5 {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.Resignation_icons__MopW\+ {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_branchFormCont__sL1cp {
  margin-top: 10px;
}
.Resignation_top-icons__zttY3 {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.Resignation_departmentFormContainer__qbQgS {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.Resignation_departmentFormContainer__qbQgS h3 {
  font-size: 15px;
  color: #459fa0;
}
.Resignation_departmentContainer__mhXL4 {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.Resignation_detailIcons__q676- {
  cursor: pointer;
}
.Resignation_downloadExcelbutton__3eZNk {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.Resignation_inputcontainer__3bLM7 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.Resignation_credmoncontainer__Yi3Xl {
  display: flex;
  flex-direction: column;
}
.Resignation_inpofcredmon__cHoX9 {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.Resignation_lavelsea__bKbSn {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.Resignation_save_buttt__4AhlJ {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_navconasc__b\+iay {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  top: 10px;
}
.Resignation_optnas__hIB93 {
  padding: 10px;
  min-height: 30px;
}
.Resignation_subbutasc__V5e\+2 {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Resignation_navconta__G\+ylb {
  display: flex;
  margin: 0 15px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.Resignation_navcontaa__fDd6E {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  align-items: center;
}
.Resignation_allinpcon__RnZ8B {
  display: flex;
  gap: 10px;
  align-items: center;
}
.Resignation_colorxs__PoEKh {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.Resignation_singleclr__8I2uP {
  display: flex;
  gap: 5px;
}
.Resignation_clrbx__26jaj {
  width: 13px;
  height: 13px;
}
.Resignation_h5sty__xPZzC {
  font-size: 13px;
  color: 363535;
}
.Resignation_paginationUl__cPZGt li {
  margin: 0;
}

.Resignation_paginationUl__cPZGt li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Resignation_Mui-disabled__zd-Vp[disabled] {
  cursor: not-allowed;
}
.Resignation_condatbx__zQjA- {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.Resignation_dat_box__mbvLt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.56em;
}
.Resignation_save_buttt__4AhlJ {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_searchformasc__AjR8q {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Resignation_fourinputasc__B\+xa9 {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Resignation_twoinputasc__sSeXE {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Resignation_searorinp__N9\+h2 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Resignation_clear_buttt__Iwgqn{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Resignation_selctasc__4efG7 {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Resignation_optionnsel__eujft {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Resignation_inputasc__eijVT {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Resignation_buttonasc__c53R0 {
  display: flex;
  gap: 20px;
}

.Table_td__Whlig{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__Tzg66{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__Tr5HD{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__Tr5HD table{
     width: 100%;
}
.Table_parenttabwrap__n13P5{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__wI\+1M{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__7BXNn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.Resignation_main-body__cIZjk {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */

.Resignation_container__5fcQr {
  width: 100%;
}
.Resignation_mainBodyContainer__wkNSs {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.Resignation_tableTitle__79dOd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Resignation_tableTitle__79dOd h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.Resignation_basicTable__d3-01 {
  border-collapse: collapse;
  width: 100%;
}
.Resignation_basicTable__d3-01 tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.Resignation_basicTable__d3-01 td,
.Resignation_basicTable__d3-01 th {
  border: 1px solid #ddd;
  padding: 12px;
}

.Resignation_basicTable__d3-01 tr:nth-child(even) {
  background-color: #f2f2f2;
}

.Resignation_basicTable__d3-01 tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.Resignation_icons__fjomv {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_basicTable__d3-01 {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.Resignation_icons__fjomv {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Resignation_branchFormCont__\+q9JR {
  margin-top: 10px;
}
.Resignation_top-icons__6Fn9S {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.Resignation_departmentFormContainer__iaMul {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.Resignation_departmentFormContainer__iaMul h3 {
  font-size: 15px;
  color: #459fa0;
}
.Resignation_departmentContainer__KUmkA {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.Resignation_detailIcons__yzi1x {
  cursor: pointer;
}
.Resignation_downloadExcelbutton__fzgqk {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.Resignation_inputcontainer__JRrd3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.Resignation_credmoncontainer__d522j {
  display: flex;
  flex-direction: column;
}
.Resignation_inpofcredmon__DhPYW {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.Resignation_lavelsea__n2S7X {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.Resignation_save_buttt__xxqil {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_navconasc__ULZdz {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  top: 10px;
}
.Resignation_optnas__asznR {
  padding: 10px;
  min-height: 30px;
}
.Resignation_subbutasc__HQFLy {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Resignation_navconta__BgaTv {
  display: flex;
  margin: 0 15px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.Resignation_navcontaa__RCUmR {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  align-items: center;
}
.Resignation_allinpcon__Zsdhi {
  display: flex;
  gap: 10px;
  align-items: center;
}
.Resignation_colorxs__wGOL9 {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.Resignation_singleclr__uaU-l {
  display: flex;
  gap: 5px;
}
.Resignation_clrbx__JD2-O {
  width: 13px;
  height: 13px;
}
.Resignation_h5sty__U7uhF {
  font-size: 13px;
  color: 363535;
}
.Resignation_paginationUl__ipsDy li {
  margin: 0;
}

.Resignation_paginationUl__ipsDy li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Resignation_Mui-disabled__4mEP5[disabled] {
  cursor: not-allowed;
}
.Resignation_condatbx__-Pt3C {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.Resignation_dat_box__5CsRW {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.56em;
}
.Resignation_save_buttt__xxqil {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Resignation_searchformasc__fCTeA {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Resignation_fourinputasc__W-F7I {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Resignation_twoinputasc__WphDh {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Resignation_searorinp__6yKk6 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Resignation_selctasc__EmuN4 {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Resignation_optionnsel__mHzGw {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Resignation_inputasc__Rucsm {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Resignation_buttonasc__HkZnI {
  display: flex;
  gap: 20px;
}

.Resignation_clear_buttt__9lJf6{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Table_td__SOHv\+{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__ixoGN{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__UiBIQ{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__UiBIQ table{
     width: 100%;
}
.Table_parenttabwrap__2EhSS{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__jH\+\+o{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__055WM{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.Resignation_main-body__drqOy {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .Resignation_container__s9F3b {
    width: 100%;
  }
  .Resignation_clear_buttt__z6Yjt{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
  .Resignation_mainBodyContainer__dFmm3 {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .Resignation_tableTitle__E43FH {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Resignation_tableTitle__E43FH h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .Resignation_basicTable__hM88z {
    border-collapse: collapse;
    width: 100%;
  }
  .Resignation_basicTable__hM88z tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .Resignation_basicTable__hM88z td,
  .Resignation_basicTable__hM88z th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .Resignation_basicTable__hM88z tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .Resignation_basicTable__hM88z tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .Resignation_icons__QAulu {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_basicTable__hM88z {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .Resignation_icons__QAulu {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_branchFormCont__8hqok {
    margin-top: 10px;
  }
  .Resignation_top-icons__6Tuar {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .Resignation_departmentFormContainer__GPAy3 {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .Resignation_departmentFormContainer__GPAy3 h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .Resignation_departmentContainer__xFl4p {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .Resignation_detailIcons__s7Nv9 {
    cursor: pointer;
  }
  .Resignation_downloadExcelbutton__0MKd9 {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .Resignation_inputcontainer__VhIBX{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .Resignation_credmoncontainer__pUybP{
    display: flex;
    flex-direction: column;
  }
  .Resignation_inpofcredmon__vw28Z{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .Resignation_lavelsea__RGRR2{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .Resignation_save_buttt__coQDD{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .Resignation_navconasc__BoXk-{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      top:10px;
  }
  .Resignation_optnas__1L\+hG{
      padding: 10px;
      min-height: 30px;
  }
  .Resignation_subbutasc__N9O4A{
      border-radius: 5px;
      border: none;
      max-height: 30px;
      background-color: #0B7F80;
      color: #fff;
      font-size: 12px;
      padding: 1px 15px;
  }
  .Resignation_navconta__\+1I2Q{
       display: flex;
       margin: 0 15px;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
  }
 .Resignation_navcontaa__V6oGo{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } 
  .Resignation_allinpcon__XaIXn{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .Resignation_colorxs__sFa88{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .Resignation_singleclr__Q5Lib{
    display: flex;
    gap: 5px;
  }
  .Resignation_clrbx__aslIy{
    width: 13px;
    height: 13px;
  }
  .Resignation_h5sty__YbBR6{
    font-size: 13px;
    color: 363535;
  }
  .Resignation_paginationUl__1k9Bb li {
    margin: 0;
  }
  
  .Resignation_paginationUl__1k9Bb li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .Resignation_Mui-disabled__hB469[disabled] {
    cursor: not-allowed;
  }
  .Resignation_condatbx__vxQaM {
      display: flex;
      gap: 0.2em;
      align-items: center;
  }
  .Resignation_dat_box__uSPpF {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 1.5em;
      min-height: 1.5em;
      max-height: 1.5em;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 0.56em;
  }
  .Resignation_save_buttt__coQDD{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
    }
    
    .Resignation_searchformasc__JwnvX{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Resignation_fourinputasc__f8FS6{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Resignation_twoinputasc__ge6uZ{
    display: flex;
    gap:20px;
    width: 49%;
}
.Resignation_searorinp__Vjydv{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Resignation_selctasc__XhXAT{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Resignation_optionnsel__Y6c9W{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Resignation_inputasc__EgUhl{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Resignation_buttonasc__lmKjI{
    display: flex;
    gap: 20px;
}
.Table_td__adinw{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__AIMv5{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__XxxJv{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__XxxJv table{
     width: 100%;
}
.Table_parenttabwrap__S9hfz{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__T0pEZ{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__c1tFz{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.Resignation_main-body__lGcL0 {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .Resignation_container__fvfDO {
    width: 100%;
  }
  .Resignation_mainBodyContainer__fHAr7 {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .Resignation_tableTitle__gg3ck {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Resignation_tableTitle__gg3ck h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .Resignation_basicTable__hT6x9 {
    border-collapse: collapse;
    width: 100%;
  }
  .Resignation_basicTable__hT6x9 tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .Resignation_basicTable__hT6x9 td,
  .Resignation_basicTable__hT6x9 th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .Resignation_basicTable__hT6x9 tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .Resignation_basicTable__hT6x9 tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .Resignation_icons__\+tuGq {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_basicTable__hT6x9 {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .Resignation_icons__\+tuGq {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_branchFormCont__9C9IC {
    margin-top: 10px;
  }
  .Resignation_top-icons__eTCDt {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .Resignation_departmentFormContainer__8oxAL {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .Resignation_departmentFormContainer__8oxAL h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .Resignation_departmentContainer__-3GJH {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .Resignation_detailIcons__Crlyk {
    cursor: pointer;
  }
  .Resignation_downloadExcelbutton__DSsFW {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .Resignation_inputcontainer__GLa7R{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .Resignation_credmoncontainer__Vk4Pn{
    display: flex;
    flex-direction: column;
  }
  .Resignation_inpofcredmon__lAQRA{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .Resignation_lavelsea__MOggb{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .Resignation_save_buttt__fEEqU{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .Resignation_navconasc__wFPOT{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      top:10px;
  }
  .Resignation_optnas__iPo4M{
      padding: 10px;
      min-height: 30px;
  }
  .Resignation_subbutasc__Zp1q5{
      border-radius: 5px;
      border: none;
      max-height: 30px;
      background-color: #0B7F80;
      color: #fff;
      font-size: 12px;
      padding: 1px 15px;
  }
  .Resignation_navconta__S22n0{
       display: flex;
       margin: 0 15px;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
  }
 .Resignation_navcontaa__WPw2Z{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } 
  .Resignation_allinpcon__HNGT5{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .Resignation_colorxs__xyD3I{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .Resignation_singleclr__lDLpJ{
    display: flex;
    gap: 5px;
  }
  .Resignation_clrbx__qUigw{
    width: 13px;
    height: 13px;
  }
  .Resignation_h5sty__NSJHJ{
    font-size: 13px;
    color: 363535;
  }
  .Resignation_paginationUl__pn6ir li {
    margin: 0;
  }
  
  .Resignation_paginationUl__pn6ir li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .Resignation_Mui-disabled__RFyQk[disabled] {
    cursor: not-allowed;
  }
  .Resignation_condatbx__qfl40 {
      display: flex;
      gap: 0.2em;
      align-items: center;
  }
  .Resignation_dat_box__8y2mg {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 1.5em;
      min-height: 1.5em;
      max-height: 1.5em;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 0.56em;
  }
  .Resignation_save_buttt__fEEqU{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
    }
    
    .Resignation_searchformasc__lyXKD{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Resignation_fourinputasc__LvfEe{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Resignation_twoinputasc__2DO1X{
    display: flex;
    gap:20px;
    width: 49%;
}
.Resignation_searorinp__8GH-1{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Resignation_selctasc__Iiv8w{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Resignation_optionnsel__d7qS4{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Resignation_inputasc__LwHlh{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Resignation_buttonasc__njJ2M{
    display: flex;
    gap: 20px;
}
.Resignation_clear_buttt__vXIsS{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Table_td__b\+j8O{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__0QAiT{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__MBFcm{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__MBFcm table{
     width: 100%;
}
.Table_parenttabwrap__GcjwR{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__l3GR-{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__dXzP9{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.Resignation_main-body__66Pxt {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .Resignation_container__ZEDs2 {
    width: 100%;
  }
  .Resignation_mainBodyContainer__XO5DL {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .Resignation_tableTitle__fERI1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Resignation_tableTitle__fERI1 h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .Resignation_basicTable__3S7cd {
    border-collapse: collapse;
    width: 100%;
  }
  .Resignation_basicTable__3S7cd tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .Resignation_basicTable__3S7cd td,
  .Resignation_basicTable__3S7cd th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .Resignation_basicTable__3S7cd tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .Resignation_basicTable__3S7cd tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .Resignation_icons__ck0t2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_basicTable__3S7cd {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .Resignation_icons__ck0t2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Resignation_branchFormCont__7KhW3 {
    margin-top: 10px;
  }
  .Resignation_top-icons__wgrKf {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .Resignation_departmentFormContainer__LYEQp {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .Resignation_departmentFormContainer__LYEQp h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .Resignation_departmentContainer__6JkBY {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .Resignation_detailIcons__2u68- {
    cursor: pointer;
  }
  .Resignation_downloadExcelbutton__0iiOt {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .Resignation_inputcontainer__DhOSb{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .Resignation_credmoncontainer__t8txU{
    display: flex;
    flex-direction: column;
  }
  .Resignation_inpofcredmon__1YpvW{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .Resignation_lavelsea__N4QB1{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .Resignation_save_buttt__w-yQU{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .Resignation_navconasc__kdGSy{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      top:10px;
  }
  .Resignation_optnas__etqfI{
      padding: 10px;
      min-height: 30px;
  }
  .Resignation_subbutasc__g9098{
      border-radius: 5px;
      border: none;
      max-height: 30px;
      background-color: #0B7F80;
      color: #fff;
      font-size: 12px;
      padding: 1px 15px;
  }
  .Resignation_navconta__7CUzs{
       display: flex;
       margin: 0 15px;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
  }
 .Resignation_navcontaa__y430T{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } 
  .Resignation_allinpcon__eyQ3W{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .Resignation_colorxs__qotwx{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .Resignation_singleclr__mX3Qz{
    display: flex;
    gap: 5px;
  }
  .Resignation_clrbx__8iqSm{
    width: 13px;
    height: 13px;
  }
  .Resignation_h5sty__6tbT6{
    font-size: 13px;
    color: 363535;
  }
  .Resignation_paginationUl__HzeYL li {
    margin: 0;
  }
  
  .Resignation_paginationUl__HzeYL li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .Resignation_Mui-disabled__pqNzD[disabled] {
    cursor: not-allowed;
  }
  .Resignation_condatbx__gMq4Y {
      display: flex;
      gap: 0.2em;
      align-items: center;
  }
  .Resignation_dat_box__AIFaF {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 1.5em;
      min-height: 1.5em;
      max-height: 1.5em;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 0.56em;
  }
  .Resignation_save_buttt__w-yQU{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
    }
    
    .Resignation_searchformasc__wBaO4{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Resignation_fourinputasc__qK-fb{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Resignation_twoinputasc__3mQiv{
    display: flex;
    gap:20px;
    width: 49%;
}
.Resignation_searorinp__veHJz{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Resignation_selctasc__m8vPZ{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Resignation_optionnsel__b9s2L{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Resignation_inputasc__qF-pF{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Resignation_buttonasc__IoDKp{
    display: flex;
    gap: 20px;
}
.Resignation_clear_buttt__RMLKB{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Table_td__UTXan{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_th__VRfEf{
    font-size: 13px
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__xwjA1{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__xwjA1 table{
     width: 100%;
}
.Table_parenttabwrap__NLHpi{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__miFJA{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.Table_flexasc__TMneK{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}



.Appointment_mca__qLVk2{
    display: flex;
}
.Appointment_grey_ca__Zvaf2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Appointment_icon_gray_ca__tO4KT{
    display: flex;
    gap: 10px;
}

.Appointment_cont_ca__ZRd2-{
       width: 100%;
    height: 100%;
}
.Appointment_white_space_ca__GSDH\+{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.Appointment_whiteicon__RMi2A{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.Appointment_all_main_c__\+TpA4{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.Appointment_inn_white__pxwhM{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.Appointment_home_ic__SGBxk{
    position: relative;
    bottom: 2px;
     color:#000000
}
.Appointment_topcon__5pvYD{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

.Appointment_additm__BpTf7{
    display: flex;
    flex-direction: column;
}
.Appointment_clear_buttt__2GSOb{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Appointment_save_buttt__k5qEL{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.Appointment_tabwrap__0nYP5{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Appointment_tabwrap__0nYP5 table{
     width: 100%;
}
.Appointment_parenttabwrap__GtuMT{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Appointment_navcontaa__rn-7I{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.Appointment_navconasc__BRvX4{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_downloadExcelbutton__vnCKm {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Appointment_icons__mm51q{
    color:#696969;
}
.Appointment_advnceaserachasc__hMKEU{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.Appointment_searchformasc__yA8ci{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Appointment_fourinputasc__4z-hM{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Appointment_twoinputasc__YcUKc{
    display: flex;
    gap:20px;
    width: 49%;
}
.Appointment_searorinp__jokMB{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Appointment_selctasc__JbvEs{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Appointment_optionnsel__dKJg8{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Appointment_inputasc__JZPz5{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Appointment_buttonasc__-jVlj{
    display: flex;
    gap: 20px;
}
.Appointment_tableconasc__foWWJ{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.Appointment_actincbut__VD0Ko{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.Appointment_inactincbut__BFK5L{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.Appointment_navconasc__BRvX4{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_subbutasc__vgyiY{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Appointment_optnas__oDDih{
    padding: 10px;
    min-height: 30px;
}







/* for modal */
.Appointment_additm__BpTf7{
    display: flex;
    flex-direction: column;
}

.Appointment_twodivcon__AwGhX{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_twodivlogo__gpmaq{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.Appointment_selinp__CuBT8{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_logocon__O9CRC{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.Appointment_selitx__8LPMk{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_oneselitx__Ubpjp{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.Appointment_bigtxt__OZm0j{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.Appointment_onedivcon__aU9SS{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_logoasc__tAX2U{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
.Appointment_flexasc__0n6sZ{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* menu style */
.Appointment_menuel__epSVO{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Appointment_menuel__epSVO ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Appointment_menuel__epSVO ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Appointment_menuli__L\+pKR{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Appointment_menuli__L\+pKR:hover{
   background-color: #f6f6f6;
}
.Appointment_icoconel__cXIAC{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.Appointment_paginationUl__Roy\+\+ li {
  margin: 0;
}

.Appointment_paginationUl__Roy\+\+ li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Appointment_Mui-disabled__iTJsX[disabled] {
  cursor: not-allowed;
}

.Appointment_sbmt__ODBVX {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.Appointment_sbmt__ODBVX[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_bulkActionBtn__iWFlE {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.Appointment_bulkActionBtn__iWFlE[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_tdsInput__XQTBH {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.Appointment_paginputCont__baLI\+ {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.Appointment_goBtn__8TWJD {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.Appointment_inputCont__iOGEU {
  display: grid;
  width: 100%;
}
.Appointment_inputCont__iOGEU input,
.Appointment_inputCont__iOGEU select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.Appointment_inputcontainer__igAFV {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .Appointment_listSrch__h\+qLk {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
    }



.Appointment_mca__NcHcB{
    display: flex;
}
.Appointment_grey_ca__8qxr1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Appointment_icon_gray_ca__UgmKM{
    display: flex;
    gap: 10px;
}

.Appointment_cont_ca__F6\+mS{
       width: 100%;
    height: 100%;
}
.Appointment_white_space_ca__dU3cv{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.Appointment_whiteicon__qAazX{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.Appointment_all_main_c__034fW{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.Appointment_inn_white__CJj2s{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.Appointment_home_ic__RLKDF{
    position: relative;
    bottom: 2px;
     color:#000000
}
.Appointment_topcon__Ud-Im{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

.Appointment_additm__NWnRL{
    display: flex;
    flex-direction: column;
}
.Appointment_clear_buttt__QvbHc{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Appointment_save_buttt__5aJZ6{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.Appointment_tabwrap__Y2hNN{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Appointment_tabwrap__Y2hNN table{
     width: 100%;
}
.Appointment_parenttabwrap__xoEHN{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Appointment_navcontaa__T-rxd{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.Appointment_navconasc__gqOfR{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_downloadExcelbutton__ji-wl {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Appointment_icons__SMoed{
    color:#696969;
}
.Appointment_advnceaserachasc__ZXKws{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.Appointment_searchformasc__wb498{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Appointment_fourinputasc__2s5Dq{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Appointment_twoinputasc__UwPis{
    display: flex;
    gap:20px;
    width: 49%;
}
.Appointment_searorinp__8AaUT{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Appointment_selctasc__M9AXG{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Appointment_optionnsel__NOzKx{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Appointment_inputasc__7nrQL{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Appointment_buttonasc__NLdRS{
    display: flex;
    gap: 20px;
}
.Appointment_tableconasc__r\+zqD{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.Appointment_actincbut__pDd2k{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.Appointment_inactincbut__Cb\+ki{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.Appointment_navconasc__gqOfR{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_subbutasc__gU2X6{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Appointment_optnas__JKLQf{
    padding: 10px;
    min-height: 30px;
}







/* for modal */
.Appointment_additm__NWnRL{
    display: flex;
    flex-direction: column;
}

.Appointment_twodivcon__k8dpi{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_twodivlogo__CCJHb{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.Appointment_selinp__MwYNh{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_logocon__Ek\+-l{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.Appointment_selitx__UV-gk{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_oneselitx__VioU\+{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.Appointment_bigtxt__Ttl48{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.Appointment_onedivcon__OjL-w{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_logoasc__JoY18{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
.Appointment_flexasc__sPDyK{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* menu style */
.Appointment_menuel__4W6NK{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Appointment_menuel__4W6NK ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Appointment_menuel__4W6NK ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Appointment_menuli__edbce{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Appointment_menuli__edbce:hover{
   background-color: #f6f6f6;
}
.Appointment_icoconel__U1TdE{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.Appointment_paginationUl__9hZiq li {
  margin: 0;
}

.Appointment_paginationUl__9hZiq li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Appointment_Mui-disabled__esV4q[disabled] {
  cursor: not-allowed;
}

.Appointment_sbmt__oMI04 {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.Appointment_sbmt__oMI04[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_bulkActionBtn__RH1A1 {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.Appointment_bulkActionBtn__RH1A1[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_tdsInput__q8OfE {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.Appointment_paginputCont__jo9po {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.Appointment_goBtn__zrT4f {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.Appointment_inputCont__JC\+98 {
  display: grid;
  width: 100%;
}
.Appointment_inputCont__JC\+98 input,
.Appointment_inputCont__JC\+98 select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.Appointment_inputcontainer__h\+-lX {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .Appointment_listSrch__IEgW- {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
    }



.Appointment_mca__U1XF8{
    display: flex;
}
.Appointment_grey_ca__lCLzE{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Appointment_icon_gray_ca__FPqUD{
    display: flex;
    gap: 10px;
}

.Appointment_cont_ca__QC7IG{
       width: 100%;
    height: 100%;
}
.Appointment_white_space_ca__uoE7u{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.Appointment_whiteicon__eyNWd{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.Appointment_all_main_c__bcxWw{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.Appointment_inn_white__jbzUs{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.Appointment_home_ic__-MH46{
    position: relative;
    bottom: 2px;
     color:#000000
}
.Appointment_topcon__bmyFY{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

.Appointment_additm__OrRCH{
    display: flex;
    flex-direction: column;
}
.Appointment_clear_buttt__iICCi{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Appointment_save_buttt__G79m\+{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.Appointment_tabwrap__7cdeO{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Appointment_tabwrap__7cdeO table{
     width: 100%;
}
.Appointment_parenttabwrap__J2950{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Appointment_navcontaa__9JR5Y{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.Appointment_navconasc__S\+vgu{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_downloadExcelbutton__ljEtn {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Appointment_icons__H7abr{
    color:#696969;
}
.Appointment_advnceaserachasc__lKuK2{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.Appointment_searchformasc__Nh-f0{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Appointment_fourinputasc__q-sMx{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Appointment_twoinputasc__C7sag{
    display: flex;
    gap:20px;
    width: 49%;
}
.Appointment_searorinp__65A5D{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Appointment_selctasc__69nxi{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Appointment_optionnsel__FxhXf{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Appointment_inputasc__AHKMv{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Appointment_buttonasc__goWks{
    display: flex;
    gap: 20px;
}
.Appointment_tableconasc__PCVIG{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.Appointment_actincbut__-6aL4{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.Appointment_inactincbut__abAnj{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.Appointment_navconasc__S\+vgu{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_subbutasc__NEKrW{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Appointment_optnas__uxiTz{
    padding: 10px;
    min-height: 30px;
}







/* for modal */
.Appointment_additm__OrRCH{
    display: flex;
    flex-direction: column;
}

.Appointment_twodivcon__PVphC{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_twodivlogo__4G2SZ{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.Appointment_selinp__UOJ7v{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_logocon__1QvWd{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.Appointment_selitx__F4j7n{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_oneselitx__rPnty{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.Appointment_bigtxt__8I3ul{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.Appointment_onedivcon__rRpa\+{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_logoasc__YGLFV{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
.Appointment_flexasc__0a6c1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* menu style */
.Appointment_menuel__8RlzT{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Appointment_menuel__8RlzT ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Appointment_menuel__8RlzT ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Appointment_menuli__g2ywt{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Appointment_menuli__g2ywt:hover{
   background-color: #f6f6f6;
}
.Appointment_icoconel__XoJNU{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.Appointment_paginationUl__L5vcO li {
  margin: 0;
}

.Appointment_paginationUl__L5vcO li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Appointment_Mui-disabled__cBRLc[disabled] {
  cursor: not-allowed;
}

.Appointment_sbmt__fAnSY {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.Appointment_sbmt__fAnSY[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_bulkActionBtn__57RTo {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.Appointment_bulkActionBtn__57RTo[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_tdsInput__SPPj9 {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.Appointment_paginputCont__UClLI {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.Appointment_goBtn__CDd9w {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.Appointment_inputCont__y2K6R {
  display: grid;
  width: 100%;
}
.Appointment_inputCont__y2K6R input,
.Appointment_inputCont__y2K6R select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.Appointment_inputcontainer__j74Gd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .Appointment_listSrch__UP5Nt {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
    }



.Appointment_mca__S39ar{
    display: flex;
}
.Appointment_grey_ca__mTUTg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Appointment_icon_gray_ca__SQ2Bd{
    display: flex;
    gap: 10px;
}

.Appointment_cont_ca__oGQJS{
       width: 100%;
    height: 100%;
}
.Appointment_white_space_ca__Akmhk{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.Appointment_whiteicon__2Zw-K{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.Appointment_all_main_c__OMgSk{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.Appointment_inn_white__687-o{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.Appointment_home_ic__3YZU2{
    position: relative;
    bottom: 2px;
     color:#000000
}
.Appointment_topcon__iFg-e{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

.Appointment_additm__gaLbg{
    display: flex;
    flex-direction: column;
}
.Appointment_clear_buttt__K0hEW{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Appointment_save_buttt__pmD98{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.Appointment_tabwrap__QycS0{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Appointment_tabwrap__QycS0 table{
     width: 100%;
}
.Appointment_parenttabwrap__wmWUE{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Appointment_navcontaa__WoIJE{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.Appointment_navconasc__gAy2q{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_downloadExcelbutton__GGwi4 {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Appointment_icons__TnLhY{
    color:#696969;
}
.Appointment_advnceaserachasc__Zkz6E{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.Appointment_searchformasc__TI340{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Appointment_fourinputasc__lUf8F{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Appointment_twoinputasc__qMIwx{
    display: flex;
    gap:20px;
    width: 49%;
}
.Appointment_searorinp__Fn5Y2{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Appointment_selctasc__saKTh{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Appointment_optionnsel__IQYkB{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Appointment_inputasc__AtNAg{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Appointment_buttonasc__Ciado{
    display: flex;
    gap: 20px;
}
.Appointment_tableconasc__GOJYQ{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.Appointment_actincbut__z55O\+{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.Appointment_inactincbut__RiWXJ{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.Appointment_navconasc__gAy2q{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_subbutasc__BHT63{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Appointment_optnas__zfYXP{
    padding: 10px;
    min-height: 30px;
}







/* for modal */
.Appointment_additm__gaLbg{
    display: flex;
    flex-direction: column;
}

.Appointment_twodivcon__tUZvI{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_twodivlogo__iuXor{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.Appointment_selinp__ZalFA{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_logocon__QUb9m{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.Appointment_selitx__YTOEN{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_oneselitx__TZ0WQ{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.Appointment_bigtxt__6\+s1S{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.Appointment_onedivcon__wWDCF{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_logoasc__VfGKI{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
.Appointment_flexasc__tWl1d{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* menu style */
.Appointment_menuel__aupv8{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Appointment_menuel__aupv8 ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Appointment_menuel__aupv8 ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Appointment_menuli__JFf1k{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Appointment_menuli__JFf1k:hover{
   background-color: #f6f6f6;
}
.Appointment_icoconel__UKPQ7{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.Appointment_paginationUl__v7UEM li {
  margin: 0;
}

.Appointment_paginationUl__v7UEM li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Appointment_Mui-disabled__lxJVd[disabled] {
  cursor: not-allowed;
}

.Appointment_sbmt__Uoo3m {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.Appointment_sbmt__Uoo3m[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_bulkActionBtn__jW3W7 {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.Appointment_bulkActionBtn__jW3W7[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_tdsInput__hvD7h {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.Appointment_paginputCont__QO8jH {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.Appointment_goBtn__e24xW {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.Appointment_inputCont__bOtAP {
  display: grid;
  width: 100%;
}
.Appointment_inputCont__bOtAP input,
.Appointment_inputCont__bOtAP select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.Appointment_inputcontainer__pHXoX {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .Appointment_listSrch__v4h7n {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
    }



.Appointment_mca__btccO{
    display: flex;
}
.Appointment_grey_ca__h9leI{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Appointment_icon_gray_ca__n7aXX{
    display: flex;
    gap: 10px;
}

.Appointment_cont_ca__43OyN{
       width: 100%;
    height: 100%;
}
.Appointment_white_space_ca__OrOd8{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.Appointment_whiteicon__0K1TC{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.Appointment_all_main_c__j2QYB{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.Appointment_inn_white__ckQT5{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.Appointment_home_ic__IsT52{
    position: relative;
    bottom: 2px;
     color:#000000
}
.Appointment_topcon__gJD-j{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

.Appointment_additm__E-KoI{
    display: flex;
    flex-direction: column;
}
.Appointment_clear_buttt__ajKY2{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Appointment_save_buttt__qBxzh{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.Appointment_tabwrap__mK2qa{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Appointment_tabwrap__mK2qa table{
     width: 100%;
}
.Appointment_parenttabwrap__6kKV5{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Appointment_navcontaa__pTiFm{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.Appointment_navconasc__umQo6{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_downloadExcelbutton__aGMtR {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Appointment_icons__twFMH{
    color:#696969;
}
.Appointment_advnceaserachasc__VBhyb{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.Appointment_searchformasc__UbcEl{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Appointment_fourinputasc__9loAE{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Appointment_twoinputasc__ngsBa{
    display: flex;
    gap:20px;
    width: 49%;
}
.Appointment_searorinp__jKPh9{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Appointment_selctasc__W808D{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Appointment_optionnsel__CCWem{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Appointment_inputasc__nmRni{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Appointment_buttonasc__PPMCt{
    display: flex;
    gap: 20px;
}
.Appointment_tableconasc__PSOpZ{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.Appointment_actincbut__aKRIK{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.Appointment_inactincbut__0BqNF{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.Appointment_navconasc__umQo6{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_subbutasc__xqxAh{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Appointment_optnas__eg3tA{
    padding: 10px;
    min-height: 30px;
}







/* for modal */
.Appointment_additm__E-KoI{
    display: flex;
    flex-direction: column;
}

.Appointment_twodivcon__GHaMJ{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_twodivlogo__nIWLZ{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.Appointment_selinp__SE6wl{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_logocon__1EsTw{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.Appointment_selitx__Stequ{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_oneselitx__1eHRo{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.Appointment_bigtxt__bUJNv{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.Appointment_onedivcon__5B6fo{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_logoasc__9Q\+9V{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
.Appointment_flexasc__P17Ku{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* menu style */
.Appointment_menuel__GyQ-h{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Appointment_menuel__GyQ-h ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Appointment_menuel__GyQ-h ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Appointment_menuli__v9FqV{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Appointment_menuli__v9FqV:hover{
   background-color: #f6f6f6;
}
.Appointment_icoconel__U2ROU{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.Appointment_paginationUl__Ej\+L8 li {
  margin: 0;
}

.Appointment_paginationUl__Ej\+L8 li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Appointment_Mui-disabled__qSt-T[disabled] {
  cursor: not-allowed;
}

.Appointment_sbmt__szi3K {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.Appointment_sbmt__szi3K[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_bulkActionBtn__U2IJE {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.Appointment_bulkActionBtn__U2IJE[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_tdsInput__I2FWj {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.Appointment_paginputCont__Y8n3t {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.Appointment_goBtn__UsyF1 {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.Appointment_inputCont__f3Ir4 {
  display: grid;
  width: 100%;
}
.Appointment_inputCont__f3Ir4 input,
.Appointment_inputCont__f3Ir4 select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.Appointment_inputcontainer__-ezYE {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .Appointment_listSrch__abPOW {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
    }



.Appointment_mca__XiE2E{
    display: flex;
}
.Appointment_grey_ca__44pVV{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Appointment_icon_gray_ca__IEZ28{
    display: flex;
    gap: 10px;
}

.Appointment_cont_ca__x3Es\+{
       width: 100%;
    height: 100%;
}
.Appointment_white_space_ca__Pw--s{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.Appointment_whiteicon__Edu\+x{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.Appointment_all_main_c__7klo-{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.Appointment_inn_white__jyrhV{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.Appointment_home_ic__7-amz{
    position: relative;
    bottom: 2px;
     color:#000000
}
.Appointment_topcon__NS7IT{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

.Appointment_additm__MPT5s{
    display: flex;
    flex-direction: column;
}
.Appointment_clear_buttt__MMkG5{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Appointment_save_buttt__w9lUJ{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.Appointment_tabwrap__KJMbL{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Appointment_tabwrap__KJMbL table{
     width: 100%;
}
.Appointment_parenttabwrap__U5\+ox{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Appointment_navcontaa__bDchk{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.Appointment_navconasc__H1PqL{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_downloadExcelbutton__MVLSw {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Appointment_icons__OtdvN{
    color:#696969;
}
.Appointment_advnceaserachasc__dbQ1I{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.Appointment_searchformasc__GJk9C{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Appointment_fourinputasc__QsTRG{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Appointment_twoinputasc__sdubM{
    display: flex;
    gap:20px;
    width: 49%;
}
.Appointment_searorinp__mN3pP{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Appointment_selctasc__JcDud{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Appointment_optionnsel__P3EoS{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Appointment_inputasc__Fvkws{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Appointment_buttonasc__5Ylim{
    display: flex;
    gap: 20px;
}
.Appointment_tableconasc__H6qA0{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.Appointment_actincbut__DbF4B{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.Appointment_inactincbut__HSRh2{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.Appointment_navconasc__H1PqL{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_subbutasc__x3cjN{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Appointment_optnas__wnz51{
    padding: 10px;
    min-height: 30px;
}







/* for modal */
.Appointment_additm__MPT5s{
    display: flex;
    flex-direction: column;
}

.Appointment_twodivcon__Wuhzn{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_twodivlogo__GOORm{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.Appointment_selinp__gZl6T{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_logocon__8kACA{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.Appointment_selitx__CQquK{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_oneselitx__ek7PC{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.Appointment_bigtxt__thR12{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.Appointment_onedivcon__-XNJv{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_logoasc__6HHsu{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
.Appointment_flexasc__1liuF{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* menu style */
.Appointment_menuel__9E7em{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Appointment_menuel__9E7em ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Appointment_menuel__9E7em ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Appointment_menuli__A1mUR{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Appointment_menuli__A1mUR:hover{
   background-color: #f6f6f6;
}
.Appointment_icoconel__FoKrA{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.Appointment_paginationUl__p-nlI li {
  margin: 0;
}

.Appointment_paginationUl__p-nlI li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Appointment_Mui-disabled__NT8n4[disabled] {
  cursor: not-allowed;
}

.Appointment_sbmt__7tebB {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.Appointment_sbmt__7tebB[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_bulkActionBtn__3S7D8 {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.Appointment_bulkActionBtn__3S7D8[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_tdsInput__5GXfK {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.Appointment_paginputCont__usig9 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.Appointment_goBtn__0pDyO {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.Appointment_inputCont__ukddb {
  display: grid;
  width: 100%;
}
.Appointment_inputCont__ukddb input,
.Appointment_inputCont__ukddb select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.Appointment_inputcontainer__clv6O {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .Appointment_listSrch__16m0J {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
    }



.Appointment_mca__Vs0WW{
    display: flex;
}
.Appointment_grey_ca__TIoOJ{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Appointment_icon_gray_ca__-C24v{
    display: flex;
    gap: 10px;
}

.Appointment_cont_ca__Mifk0{
       width: 100%;
    height: 100%;
}
.Appointment_white_space_ca__i6oY-{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.Appointment_whiteicon__p-scX{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.Appointment_all_main_c__WhtWO{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.Appointment_inn_white__srYSN{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.Appointment_home_ic__Yeocp{
    position: relative;
    bottom: 2px;
     color:#000000
}
.Appointment_topcon__9HhTP{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

.Appointment_additm__LOD2n{
    display: flex;
    flex-direction: column;
}
.Appointment_clear_buttt__uLGed{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Appointment_save_buttt__bjesT{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.Appointment_tabwrap__YsbgM{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Appointment_tabwrap__YsbgM table{
     width: 100%;
}
.Appointment_parenttabwrap__iZUlr{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Appointment_navcontaa__xNFCH{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.Appointment_navconasc__Pa19z{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_downloadExcelbutton__V\+GC4 {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Appointment_icons__8NF4b{
    color:#696969;
}
.Appointment_advnceaserachasc__xXOD0{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.Appointment_searchformasc__Mf641{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Appointment_fourinputasc__udXi1{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Appointment_twoinputasc__ITl--{
    display: flex;
    gap:20px;
    width: 49%;
}
.Appointment_searorinp__rD3SQ{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Appointment_selctasc__f2ZBn{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Appointment_optionnsel__iYRyF{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Appointment_inputasc__tDZLt{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Appointment_buttonasc__j0\+N7{
    display: flex;
    gap: 20px;
}
.Appointment_tableconasc__yd\+DD{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.Appointment_actincbut__DdoSn{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.Appointment_inactincbut__vEFzX{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.Appointment_navconasc__Pa19z{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_subbutasc__Rxf4-{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Appointment_optnas__oT01g{
    padding: 10px;
    min-height: 30px;
}







/* for modal */
.Appointment_additm__LOD2n{
    display: flex;
    flex-direction: column;
}

.Appointment_twodivcon__d3gIY{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_twodivlogo__xOeLe{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.Appointment_selinp__R3bpf{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_logocon__xFTqg{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.Appointment_selitx__ljRjA{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_oneselitx__3GCem{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.Appointment_bigtxt__wY0M4{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.Appointment_onedivcon__YDBx2{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_logoasc__VsZ5-{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
.Appointment_flexasc__edF8O{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* menu style */
.Appointment_menuel__5MSku{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Appointment_menuel__5MSku ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Appointment_menuel__5MSku ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Appointment_menuli__cVWKq{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Appointment_menuli__cVWKq:hover{
   background-color: #f6f6f6;
}
.Appointment_icoconel__FXyLA{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.Appointment_paginationUl__aLe2C li {
  margin: 0;
}

.Appointment_paginationUl__aLe2C li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Appointment_Mui-disabled__0xv98[disabled] {
  cursor: not-allowed;
}

.Appointment_sbmt__atEO\+ {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.Appointment_sbmt__atEO\+[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_bulkActionBtn__JOoQU {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.Appointment_bulkActionBtn__JOoQU[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_tdsInput__NiYxH {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.Appointment_paginputCont__HQNY2 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.Appointment_goBtn__gGe-B {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.Appointment_inputCont__Wkqdc {
  display: grid;
  width: 100%;
}
.Appointment_inputCont__Wkqdc input,
.Appointment_inputCont__Wkqdc select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.Appointment_inputcontainer__jpjPD {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .Appointment_listSrch__Rvqbu {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
    }



.Appointment_mca__ASa9E{
    display: flex;
}
.Appointment_grey_ca__LClUH{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Appointment_icon_gray_ca__qTJMs{
    display: flex;
    gap: 10px;
}

.Appointment_cont_ca__lPfj3{
       width: 100%;
    height: 100%;
}
.Appointment_white_space_ca__GMLCG{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.Appointment_whiteicon__heeq3{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.Appointment_all_main_c__lUnyp{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.Appointment_inn_white__sXPg\+{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.Appointment_home_ic__jcZTG{
    position: relative;
    bottom: 2px;
     color:#000000
}
.Appointment_topcon__CfiWd{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

.Appointment_additm__dDdRF{
    display: flex;
    flex-direction: column;
}
.Appointment_clear_buttt__8hvvi{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Appointment_save_buttt__xRn9G{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.Appointment_tabwrap__kQrYi{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Appointment_tabwrap__kQrYi table{
     width: 100%;
}
.Appointment_parenttabwrap__1OB-0{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Appointment_navcontaa__cP48B{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.Appointment_navconasc__gbJST{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_downloadExcelbutton__cOK\+C {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Appointment_icons__re\+Hu{
    color:#696969;
}
.Appointment_advnceaserachasc__i01Bm{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.Appointment_searchformasc__HHbJH{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Appointment_fourinputasc__f7bnJ{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Appointment_twoinputasc__OlrwI{
    display: flex;
    gap:20px;
    width: 49%;
}
.Appointment_searorinp__RUKhA{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Appointment_selctasc__sg8U4{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Appointment_optionnsel__FPifr{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Appointment_inputasc__WU2qb{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Appointment_buttonasc__QnbZ5{
    display: flex;
    gap: 20px;
}
.Appointment_tableconasc__3tqcX{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.Appointment_actincbut__mQF1s{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.Appointment_inactincbut__309oG{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.Appointment_navconasc__gbJST{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_subbutasc__zlXrr{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Appointment_optnas__uWA76{
    padding: 10px;
    min-height: 30px;
}







/* for modal */
.Appointment_additm__dDdRF{
    display: flex;
    flex-direction: column;
}

.Appointment_twodivcon__g7Gks{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_twodivlogo__02sAl{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.Appointment_selinp__jAE8G{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_logocon__zdJtl{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.Appointment_selitx__pBYHT{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_oneselitx__WPSxC{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.Appointment_bigtxt__jTg9-{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.Appointment_onedivcon__q1Tc9{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_logoasc__rU9XK{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
.Appointment_flexasc__GS5cB{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* menu style */
.Appointment_menuel__vP8hl{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Appointment_menuel__vP8hl ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Appointment_menuel__vP8hl ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Appointment_menuli__2iYNR{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Appointment_menuli__2iYNR:hover{
   background-color: #f6f6f6;
}
.Appointment_icoconel__tZp7O{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.Appointment_paginationUl__gktAt li {
  margin: 0;
}

.Appointment_paginationUl__gktAt li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Appointment_Mui-disabled__VmEax[disabled] {
  cursor: not-allowed;
}

.Appointment_sbmt__HpC5q {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.Appointment_sbmt__HpC5q[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_bulkActionBtn__A47QD {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.Appointment_bulkActionBtn__A47QD[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_tdsInput__6PAhT {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.Appointment_paginputCont__xf2cF {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.Appointment_goBtn__XKNK1 {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.Appointment_inputCont__r6haf {
  display: grid;
  width: 100%;
}
.Appointment_inputCont__r6haf input,
.Appointment_inputCont__r6haf select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.Appointment_inputcontainer__8gEmZ {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .Appointment_listSrch__\+AgJw {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
    }



.Appointment_mca__B-OTR{
    display: flex;
}
.Appointment_grey_ca__8jZuu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Appointment_icon_gray_ca__MQM9V{
    display: flex;
    gap: 10px;
}

.Appointment_cont_ca__EfXQJ{
       width: 100%;
    height: 100%;
}
.Appointment_white_space_ca__Haj2q{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.Appointment_whiteicon__pVHEV{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.Appointment_all_main_c__S\+li6{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.Appointment_inn_white__75Nft{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.Appointment_home_ic__Wdepj{
    position: relative;
    bottom: 2px;
     color:#000000
}
.Appointment_topcon__5nSdm{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

.Appointment_additm__JjN16{
    display: flex;
    flex-direction: column;
}
.Appointment_clear_buttt__S4vZx{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Appointment_save_buttt__wcBY6{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.Appointment_tabwrap__d4Vkr{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Appointment_tabwrap__d4Vkr table{
     width: 100%;
}
.Appointment_parenttabwrap__-7Vno{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Appointment_navcontaa__CEw9v{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.Appointment_navconasc__v-L0Y{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_downloadExcelbutton__Nk1lB {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Appointment_icons__3qc2w{
    color:#696969;
}
.Appointment_advnceaserachasc__wvivB{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.Appointment_searchformasc__dmozm{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Appointment_fourinputasc__RaF8p{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Appointment_twoinputasc__z-oxD{
    display: flex;
    gap:20px;
    width: 49%;
}
.Appointment_searorinp__Tv9Dg{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Appointment_selctasc__h67P4{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Appointment_optionnsel__V2Fgx{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Appointment_inputasc__VJRSG{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Appointment_buttonasc__zuaXY{
    display: flex;
    gap: 20px;
}
.Appointment_tableconasc__qD5RC{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.Appointment_actincbut__QwjtC{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.Appointment_inactincbut__spmbN{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.Appointment_navconasc__v-L0Y{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_subbutasc__u7jyU{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Appointment_optnas__uf6at{
    padding: 10px;
    min-height: 30px;
}







/* for modal */
.Appointment_additm__JjN16{
    display: flex;
    flex-direction: column;
}

.Appointment_twodivcon__IYKoT{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_twodivlogo__vL\+vg{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.Appointment_selinp__PjTLd{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_logocon__Rkbg4{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.Appointment_selitx__4pWVX{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_oneselitx__GBD7I{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.Appointment_bigtxt__DofIW{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.Appointment_onedivcon__7SQnE{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_logoasc__o5G1n{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
.Appointment_flexasc__NL-Ac{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* menu style */
.Appointment_menuel__a6hWL{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Appointment_menuel__a6hWL ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Appointment_menuel__a6hWL ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Appointment_menuli__VKZ13{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Appointment_menuli__VKZ13:hover{
   background-color: #f6f6f6;
}
.Appointment_icoconel__Ebk9e{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.Appointment_paginationUl__4RbMy li {
  margin: 0;
}

.Appointment_paginationUl__4RbMy li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Appointment_Mui-disabled__zhw\+C[disabled] {
  cursor: not-allowed;
}

.Appointment_sbmt__\+4Rqd {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.Appointment_sbmt__\+4Rqd[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_bulkActionBtn__m8uTL {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.Appointment_bulkActionBtn__m8uTL[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_tdsInput__atV0h {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.Appointment_paginputCont__6DHJu {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.Appointment_goBtn__uF6r\+ {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.Appointment_inputCont__UrOzg {
  display: grid;
  width: 100%;
}
.Appointment_inputCont__UrOzg input,
.Appointment_inputCont__UrOzg select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.Appointment_inputcontainer__ibZif {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .Appointment_listSrch__\+Zvlg {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
    }



.Appointment_mca__1tGsR{
    display: flex;
}
.Appointment_grey_ca__I9mmV{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Appointment_icon_gray_ca__9F\+hB{
    display: flex;
    gap: 10px;
}

.Appointment_cont_ca__Z98GH{
       width: 100%;
    height: 100%;
}
.Appointment_white_space_ca__fCvlE{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.Appointment_whiteicon__AgXPo{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.Appointment_all_main_c__w0KCK{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.Appointment_inn_white__jPKcB{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.Appointment_home_ic__7P239{
    position: relative;
    bottom: 2px;
     color:#000000
}
.Appointment_topcon__s5nA8{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

.Appointment_additm__YeJkC{
    display: flex;
    flex-direction: column;
}
.Appointment_clear_buttt__XZfYx{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Appointment_save_buttt__VPdwx{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.Appointment_tabwrap__drj0V{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Appointment_tabwrap__drj0V table{
     width: 100%;
}
.Appointment_parenttabwrap__QOLg3{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Appointment_navcontaa__ajmUp{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.Appointment_navconasc__DT0S2{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_downloadExcelbutton__evWLw {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Appointment_icons__Qr42y{
    color:#696969;
}
.Appointment_advnceaserachasc__Rm3jl{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.Appointment_searchformasc__\+oxo\+{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Appointment_fourinputasc__cu5IM{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Appointment_twoinputasc__nMVmO{
    display: flex;
    gap:20px;
    width: 49%;
}
.Appointment_searorinp__amPcG{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Appointment_selctasc__JiND8{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Appointment_optionnsel__6mAmX{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Appointment_inputasc__EOYjO{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Appointment_buttonasc__CTfpL{
    display: flex;
    gap: 20px;
}
.Appointment_tableconasc__WfLrA{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.Appointment_actincbut__JGG2y{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.Appointment_inactincbut__vUwd4{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.Appointment_navconasc__DT0S2{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_subbutasc__4KDIL{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Appointment_optnas__-zPZz{
    padding: 10px;
    min-height: 30px;
}







/* for modal */
.Appointment_additm__YeJkC{
    display: flex;
    flex-direction: column;
}

.Appointment_twodivcon__xJvWz{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_twodivlogo__diEYQ{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.Appointment_selinp__dwTbF{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_logocon__Znp5t{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.Appointment_selitx__51o-A{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_oneselitx__jxGuV{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.Appointment_bigtxt__5cVDm{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.Appointment_onedivcon__XTwNJ{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_logoasc__Bc0UI{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
.Appointment_flexasc__gdj-e{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* menu style */
.Appointment_menuel__jxj58{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Appointment_menuel__jxj58 ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Appointment_menuel__jxj58 ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Appointment_menuli__TvOS0{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Appointment_menuli__TvOS0:hover{
   background-color: #f6f6f6;
}
.Appointment_icoconel__OgSeF{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.Appointment_paginationUl__aQEsZ li {
  margin: 0;
}

.Appointment_paginationUl__aQEsZ li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Appointment_Mui-disabled__jOmoJ[disabled] {
  cursor: not-allowed;
}

.Appointment_sbmt__1\+Y2- {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.Appointment_sbmt__1\+Y2-[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_bulkActionBtn__8xmJP {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.Appointment_bulkActionBtn__8xmJP[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_tdsInput__vgPiU {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.Appointment_paginputCont__uYdP\+ {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.Appointment_goBtn__bDkcE {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.Appointment_inputCont__nemO3 {
  display: grid;
  width: 100%;
}
.Appointment_inputCont__nemO3 input,
.Appointment_inputCont__nemO3 select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.Appointment_inputcontainer__NoKo0 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .Appointment_listSrch__iYyts {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
    }



.Appointment_mca__cBQCW{
    display: flex;
}
.Appointment_grey_ca__Lpbx6{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Appointment_icon_gray_ca__hvkc7{
    display: flex;
    gap: 10px;
}

.Appointment_cont_ca__UU6gi{
       width: 100%;
    height: 100%;
}
.Appointment_white_space_ca__e-9HZ{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.Appointment_whiteicon__P-M5P{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.Appointment_all_main_c__Uprne{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.Appointment_inn_white__CT-6I{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.Appointment_home_ic__rImqH{
    position: relative;
    bottom: 2px;
     color:#000000
}
.Appointment_topcon__CUzWo{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

.Appointment_additm__KK4Ib{
    display: flex;
    flex-direction: column;
}
.Appointment_clear_buttt__kxi51{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Appointment_save_buttt__u-G0E{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.Appointment_tabwrap__hoKtV{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Appointment_tabwrap__hoKtV table{
     width: 100%;
}
.Appointment_parenttabwrap__jNpBd{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Appointment_navcontaa__WYkCl{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.Appointment_navconasc__W9l\+C{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_downloadExcelbutton__hXeRl {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Appointment_icons__h5dQ3{
    color:#696969;
}
.Appointment_advnceaserachasc__2Tu7Q{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.Appointment_searchformasc__qW8W3{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Appointment_fourinputasc__\+ohWC{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Appointment_twoinputasc__gwGJ1{
    display: flex;
    gap:20px;
    width: 49%;
}
.Appointment_searorinp__DijZt{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Appointment_selctasc__OLFAK{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Appointment_optionnsel__ost0P{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Appointment_inputasc__Ba9ta{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Appointment_buttonasc__Cg73n{
    display: flex;
    gap: 20px;
}
.Appointment_tableconasc__HnQeo{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.Appointment_actincbut__LfwBl{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.Appointment_inactincbut__cD0kO{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.Appointment_navconasc__W9l\+C{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_subbutasc__1n9Ef{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Appointment_optnas__XVo0w{
    padding: 10px;
    min-height: 30px;
}







/* for modal */
.Appointment_additm__KK4Ib{
    display: flex;
    flex-direction: column;
}

.Appointment_twodivcon__RAOQK{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_twodivlogo__fuq\+o{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.Appointment_selinp__ETeBu{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_logocon__mNovH{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.Appointment_selitx__Z08Ae{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_oneselitx__aD6J4{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.Appointment_bigtxt__nt0HI{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.Appointment_onedivcon__UTdYL{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_logoasc__D0HQH{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
.Appointment_flexasc__Xd-xq{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* menu style */
.Appointment_menuel__JRUyV{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Appointment_menuel__JRUyV ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Appointment_menuel__JRUyV ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Appointment_menuli__hA4xR{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Appointment_menuli__hA4xR:hover{
   background-color: #f6f6f6;
}
.Appointment_icoconel__RovIh{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.Appointment_paginationUl__g\+3ka li {
  margin: 0;
}

.Appointment_paginationUl__g\+3ka li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Appointment_Mui-disabled__M1Bxc[disabled] {
  cursor: not-allowed;
}

.Appointment_sbmt__ffrUw {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.Appointment_sbmt__ffrUw[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_bulkActionBtn__S2KfA {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.Appointment_bulkActionBtn__S2KfA[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_tdsInput__HOun4 {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.Appointment_paginputCont__KyRfd {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.Appointment_goBtn__eU3S0 {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.Appointment_inputCont__Qe4Es {
  display: grid;
  width: 100%;
}
.Appointment_inputCont__Qe4Es input,
.Appointment_inputCont__Qe4Es select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.Appointment_inputcontainer__uHSRw {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .Appointment_listSrch__m\+hz6 {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
    }



.Appointment_mca__DKDfE{
    display: flex;
}
.Appointment_grey_ca__QJjmM{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
    z-index: 1;
    color:#696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Appointment_icon_gray_ca__KffIo{
    display: flex;
    gap: 10px;
}

.Appointment_cont_ca__IdZk5{
       width: 100%;
    height: 100%;
}
.Appointment_white_space_ca__3GQpw{
    display:flex;
    padding: 1px 15px;
    font-size: 15px;
    min-height: 38px;
    align-items: center;
    color:#696969;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    
}
.Appointment_whiteicon__YiXx\+{
      display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;

}
.Appointment_all_main_c__FAGOp{
          background-color: #f6f6f6;
    display: grid;
    height: calc(100% - 74px);
    padding: 15px;
}
.Appointment_inn_white__iRpiE{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #CFCFCF;
}

.Appointment_home_ic__S6R5J{
    position: relative;
    bottom: 2px;
     color:#000000
}
.Appointment_topcon__9od7U{
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 8px;
}

.Appointment_additm__NyAMu{
    display: flex;
    flex-direction: column;
}
.Appointment_clear_buttt__xgP2s{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.Appointment_save_buttt__FGBPF{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}

.Appointment_tabwrap__fSs8W{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Appointment_tabwrap__fSs8W table{
     width: 100%;
}
.Appointment_parenttabwrap__sZIey{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Appointment_navcontaa__rRy4K{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.Appointment_navconasc__Z8SxX{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_downloadExcelbutton__g4rub {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Appointment_icons__pcWKr{
    color:#696969;
}
.Appointment_advnceaserachasc__0b8an{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.Appointment_searchformasc__eSnvT{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Appointment_fourinputasc__fDVmJ{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Appointment_twoinputasc__tsyva{
    display: flex;
    gap:20px;
    width: 49%;
}
.Appointment_searorinp__61kb5{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Appointment_selctasc__QPRG\+{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Appointment_optionnsel__nVCkY{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Appointment_inputasc__W9lNT{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.Appointment_buttonasc__fv7dQ{
    display: flex;
    gap: 20px;
}
.Appointment_tableconasc__f3ytQ{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.Appointment_actincbut__xFfF5{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.Appointment_inactincbut__hIYnO{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.Appointment_navconasc__Z8SxX{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.Appointment_subbutasc__DZEqK{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Appointment_optnas__dSFPQ{
    padding: 10px;
    min-height: 30px;
}







/* for modal */
.Appointment_additm__NyAMu{
    display: flex;
    flex-direction: column;
}

.Appointment_twodivcon__Nuisl{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_twodivlogo__s5\+is{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.Appointment_selinp__ieJDG{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 6px;
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_logocon__D\+50A{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.Appointment_selitx__NyIa9{
    width: 420px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;
}
.Appointment_oneselitx__A9tN9{
    width: 860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    padding: 5px; 
    color: #6D6D6D;
    font-size: 11px;
    font-family: Open Sans;    
}
.Appointment_bigtxt__POaAR{
    width:860px;
    border: 1px solid #E2E1E0;
    border-radius: 4px;
    color: #6D6D6D;
    font-size: 11px;
    padding: 5px; 
    height: 55px;
    font-family: Open Sans;
}
.Appointment_onedivcon__rNNCX{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.Appointment_logoasc__UCGNY{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #E2E1E0
}
/* for modal */
.Appointment_flexasc__\+saPl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* menu style */
.Appointment_menuel__WL41g{
  background-color: white;
  width: 180px;
  position: absolute;
   right:35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Appointment_menuel__WL41g ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.Appointment_menuel__WL41g ul li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5C5C5C;
}
.Appointment_menuli__dthS\+{
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}
.Appointment_menuli__dthS\+:hover{
   background-color: #f6f6f6;
}
.Appointment_icoconel__3atbB{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.Appointment_paginationUl__J1aBj li {
  margin: 0;
}

.Appointment_paginationUl__J1aBj li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Appointment_Mui-disabled__IEF0O[disabled] {
  cursor: not-allowed;
}

.Appointment_sbmt__KkBqe {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.Appointment_sbmt__KkBqe[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_bulkActionBtn__Y\+7yQ {
  background-color: #0b7f80;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  padding: 1px 15px;
}
.Appointment_bulkActionBtn__Y\+7yQ[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.Appointment_tdsInput__ALRa6 {
  display: flex;
  gap: 10px;
  position: relative;
  top: 16px;
}
.Appointment_paginputCont__NrIQT {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.Appointment_goBtn__kpMKh {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.Appointment_inputCont__-MP2R {
  display: grid;
  width: 100%;
}
.Appointment_inputCont__-MP2R input,
.Appointment_inputCont__-MP2R select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}

.Appointment_inputcontainer__Qc6lU {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .Appointment_listSrch__XSWa6 {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
    }
.PayrollG_main-body__6sLgv {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
.main-body h4 {
  color: #1c9294;
} */

.PayrollG_container__WvCHj {
  width: 100%;
}
.PayrollG_mainBodyContainer__2PZbr {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.PayrollG_tableTitle__I2ieO {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.PayrollG_tableTitle__I2ieO h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.PayrollG_basicTable__TrAbt {
  border-collapse: collapse;
  width: 100%;
}
.PayrollG_basicTable__TrAbt tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
    background: -webkit-gradient(
      linear,
      center top,
      center bottom,
      from(#eaeaea),
      to(#fff)
    ); */
  color: #fff;
  background: #26cacc;
}
.PayrollG_basicTable__TrAbt td,
.PayrollG_basicTable__TrAbt th {
  border: 1px solid #ddd;
  padding: 12px;
}

.PayrollG_basicTable__TrAbt tr:nth-child(even) {
  background-color: #f2f2f2;
}

.PayrollG_basicTable__TrAbt tr:hover {
  background-color: #ddd;
}

/* table th,
    tfoot td {
      padding: 12px 10px;
      text-align: center;
      background-color: #25cacc;
      color: white;
      border: 1px solid #ddd;
    } */
.PayrollG_icons__YGf9Q {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.PayrollG_basicTable__TrAbt {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.PayrollG_icons__YGf9Q {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.PayrollG_branchFormCont__lrx4O {
  margin-top: 10px;
}
.PayrollG_top-icons__HfB8d {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.PayrollG_departmentFormContainer__xDifU {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.PayrollG_departmentFormContainer__xDifU h3 {
  font-size: 15px;
  color: #459fa0;
}
.PayrollG_departmentContainer__aEQGc {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.PayrollG_detailIcons__l7a0Q {
  cursor: pointer;
}
.PayrollG_downloadExcelbutton__rh6Fp {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.PayrollG_inputcontainer__BYKSZ{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.PayrollG_credmoncontainer__lrIAi{
  display: flex;
  flex-direction: column;
}
.PayrollG_inpofcredmon__NBaP4{
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.PayrollG_lavelsea__ntiYt{
  font-size: 12px;
    font-weight: bold;
    margin-bottom: 1px;
}
.PayrollG_save_buttt__hRsoc{
    padding: 4px 15px;
    min-width: 110px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.PayrollG_allinpcon__NToLt{
  display: flex;
  gap: 15px;
  align-items: center;
}


.PayrollG_navcontaa__B\+Syb{
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
    align-items: center;
    /* margin-bottom: 5px; */
    padding-bottom: 15px;
    margin-top: 15px;
}
.PayrollG_navconasc__PaVS\+{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.PayrollG_onsubmt__hxHSP{
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
}
.PayrollG_savbt__pSU6\+{
      color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-size: 13px;
}
.PayrollG_canbt__pMmX9{
       color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    font-size: 13px;
}
.PayrollG_btncontr__GVgBw{
  display: flex;
  justify-content: space-between;
  padding: 15px ;
  padding-bottom: 0px;
}
.PayrollG_btnspcficcontr__vUS9U{
  display: flex;
  gap: 15px;
}
.PayrollG_clear_buttt__L1nwp{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.PayrollG_save_buttt__hRsoc{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.PayrollG_paginationUl__DP5IF li {
  margin: 0;
}

.PayrollG_paginationUl__DP5IF li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.PayrollG_Mui-disabled__o7JxZ[disabled] {
  cursor: not-allowed;
}

.PayrollG_advnceaserachasc__ZEyuC{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 3px 10px; */
}
.PayrollG_searchformasc__B4jGP{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.PayrollG_fourinputasc__89yur{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.PayrollG_oneinputasc__GF5Cg{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 24%;
}
.PayrollG_twoinputasc__uKIhc{
    display: flex;
    gap:20px;
    width: 49%;
}
.PayrollG_searorinp__eCbMl{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.PayrollG_selctasc__tF9XI{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.PayrollG_optionnsel__YRp1\+{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.PayrollG_inputasc__B7hgg{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding: 5px;
}
.PayrollG_buttonasc__cJ\+f7{
    display: flex;
    gap: 20px;
}
.PayrollG_tableconasc__XPmUH{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.PayrollG_actincbut__zxM1c{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.PayrollG_inactincbut__kSijQ{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}

.PayrollG_subbutasc__BSy0r{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.PayrollG_optnas__ULKEn{
    padding: 10px;
    min-height: 30px;
}






.Advance_clear_buttt__HnWGp {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Advance_reqire__dX020 {
  color: #ff1b1b;
  margin-left: 3px;
}
.Advance_error__ZIKPM{  
    font-size: 11px;
    font-weight: 600;
    color: red;
}
.Advance_save_buttt__-1Jxq {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Advance_searchformasck__xno6T {
  /* background-color: #f6f6f6; */
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Advance_fourinputasc__LGaEY {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Advance_threeinputads__kiFgK {
  display: flex;
  gap: 20px;
  width: 74.5%;
}
.Advance_oneinputads__ztdpE {
  display: flex;
  gap: 20px;
  width: 23.5%;
}
.Advance_twoinputasc__BMYYS {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Advance_searorinp__Uzr5x {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Advance_selctasc__ulCZk {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Advance_optionnsel__uZcJQ {
  font-size: 11px;
  padding: 5px;
  height: 20px;
}
.Advance_inputasc__O67oG {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}
.Advance_buttonasc__Hi-7I {
  display: flex;
  gap: 20px;
}
.Advance_uplodflex__r9b-O {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.Advance_chosefil__9KhqV {
  padding: 2px 6px;
  border: solid 1px #dadada;
  width: 230px;
  font-size: 10px;
}
.Advance_downloadssam__bIXQ\+ {
  font-size: 9px;
  padding: 2px;
  width: 100px;
  max-height: 25px;
  color: rgb(69, 159, 160);
  border: 1px solid #000;
  border-radius: 2px;
}
.Advance_butncon__oNted {
  display: flex;
  gap: 10px;
}
.Advance_listSrch__7h25f {
  font-family: open sans;
  border-radius: 5px;
  /* border: 1px solid #e2e1e0; */
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}

/* MultiSelectInput.module.css */
.MultiSelectInput_customAutocompletePaper__GG\+Sn {
  font-size: 11px !important;
}

td {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
.Table_actionIcon__k83c3 {
  font-size: 16px;
  color: #696969;
  cursor: pointer;
}
.Table_actionIcon__k83c3:hover {
  color: #189c9e;
}
.Table_icnndx__iLUxw {
  display: flex;
  gap: 8px;
}
.Table_actionIconContainerrr__NvNra {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 7px;
}
th {
  font-size: 13px;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__en5hx {
  width: 100%;

  /* overflow-x: auto; */
}
.Table_tabwrap__en5hx table {
  width: 100%;
}
.Table_parenttabwrap__qMVqM {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Table_component__Y6Hj\+ {
  border: 1px solid #d2d2d2;
  background: #e8e8e8;
  color: #000;
  padding: 1px 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 2px;
}
.Table_index1__rBAn0 {
  text-align: left;
}
.Table_save_butrr__njSlT {
  padding: 4px 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  width: 150px;
  margin-bottom: 5px;
}

td{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
th{
    font-size: 13px;
}
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.secT_tabwrap__X629H{
           width: 100%;
        
     /* overflow-x: auto; */
}
.secT_menuel__cKSlu {
    background-color: white;
    width: 180px;
    position: absolute;
    right: 35px;
    z-index: 5;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .secT_menuel__cKSlu ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .secT_menuel__cKSlu ul li {
    display: flex;
    /* gap: 1rem; */
    align-items: center;
    font-size: 12px;
    color: #5c5c5c;
  }
  .secT_menuli__EwIXt {
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5c5c5c !important;
  }
  .secT_menuli__EwIXt:hover {
    background-color: #f6f6f6;
  }
.secT_tabwrap__X629H table{
     width: 100%;
}
.secT_parenttabwrap__bA05a{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.secT_component__66mXR{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}
.secT_navconasc__taagg{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: -10px;
}
.secT_optnas__S-opf{
    padding: 10px;
    min-height: 30px;
}
.secT_subbutasc__fZRIR{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.secT_navconta__CdK9y{
     display: flex;
     padding-top: 15px;
    justify-content: space-between;
    align-items: center;
}
.secT_paginationUl__dJiZu li {
  margin: 0;
}

.secT_paginationUl__dJiZu li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.secT_Mui-disabled__196uP[disabled] {
  cursor: not-allowed;
}

.secT_navcontaa__cSJ1F{
        display: flex;
    justify-content: space-between;
    margin: 0 15px;
    align-items: center;
    padding-bottom: 15px;
}
.secT_navconasc__taagg{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}

.secT_icnndx__n6o2r{

    display: flex;
        gap: 8px;
}

.secT_iont__ypKUn{
    color: #696969;
    
}
.Tdslist_main-body__1-QbY {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .Tdslist_container__4BV18 {
    width: 100%;
  }
  .Tdslist_mainBodyContainer__HL0Rj {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .Tdslist_tableTitle__VH\+Pn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Tdslist_tableTitle__VH\+Pn h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .Tdslist_basicTable__w9wwY {
    border-collapse: collapse;
    width: 100%;
  }
  .Tdslist_basicTable__w9wwY tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .Tdslist_basicTable__w9wwY td,
  .Tdslist_basicTable__w9wwY th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .Tdslist_basicTable__w9wwY tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .Tdslist_basicTable__w9wwY tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .Tdslist_icons__IrnKA {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Tdslist_basicTable__w9wwY {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .Tdslist_icons__IrnKA {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Tdslist_branchFormCont__bNNEc {
    margin-top: 10px;
  }
  .Tdslist_top-icons__MODa1 {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .Tdslist_departmentFormContainer__enfKK {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .Tdslist_departmentFormContainer__enfKK h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .Tdslist_departmentContainer__N1jXB {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .Tdslist_detailIcons__Bx-tu {
    cursor: pointer;
  }
  .Tdslist_downloadExcelbutton__8CQRH {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .Tdslist_inputcontainer__sS5tS{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .Tdslist_credmoncontainer__nr9UZ{
    display: flex;
    flex-direction: column;
  }
  .Tdslist_inpofcredmon__6Hjyh{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .Tdslist_lavelsea__3F-2B{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .Tdslist_save_buttt__3bBii{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .Tdslist_navconasc__SQVJr{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      top:10px;
  }
  .Tdslist_optnas__-7Sd5{
      padding: 10px;
      min-height: 30px;
  }
  .Tdslist_subbutasc__utQHN{
      border-radius: 5px;
      border: none;
      max-height: 30px;
      background-color: #0B7F80;
      color: #fff;
      font-size: 12px;
      padding: 1px 15px;
  }
  .Tdslist_navconta__l4BF1{
       display: flex;
       margin: 0 15px;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
  }
 .Tdslist_navcontaa__sWrMq{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } 
  .Tdslist_allinpcon__163Xu{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .Tdslist_colorxs__38\+W7{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .Tdslist_singleclr__r4LxM{
    display: flex;
    gap: 5px;
  }
  .Tdslist_clrbx__URGwC{
    width: 13px;
    height: 13px;
  }
  .Tdslist_h5sty__dtJD5{
    font-size: 13px;
    color: 363535;
  }
  .Tdslist_paginationUl__Gw6o\+ li {
    margin: 0;
  }
  
  .Tdslist_paginationUl__Gw6o\+ li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .Tdslist_Mui-disabled__xjs0E[disabled] {
    cursor: not-allowed;
  }
  .Tdslist_condatbx__0hzTN {
      display: flex;
      gap: 0.2em;
      align-items: center;
  }
  .Tdslist_dat_box__yBQ5i {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 1.5em;
      min-height: 1.5em;
      max-height: 1.5em;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 0.56em;
  }
td{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
th{
    font-size: 13px;
}
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__p1FEH{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__p1FEH table{
     width: 100%;
}
.Table_parenttabwrap__0DE8b{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_icnndx__kacZ6{

    display: flex;
        gap: 8px;
}
.Table_ixxxds__CnQae{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.7em;
}
.Table_iont__3dtRN{
    color: #696969;
    
    
}
.Table_icom__3NTpW{
    vertical-align:top;
}

.Table_actionIcons__LWJ2y{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.Table_modalCard__XVMw9{
    width: min(720px, calc(100vw - 32px));
    background: #ffffff;
    color: #222222;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

.Table_modalHeader__r77Nq{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.Table_modalHeader__r77Nq h3{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #459fa0;
}

.Table_closeButton__LCqLa{
    border: none;
    background: transparent;
    color: #696969;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.Table_modalGrid__3qnJI{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 16px;
    gap: 16px;
}

.Table_fieldGroup__Ph2v7{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.Table_fieldGroup__Ph2v7 label{
    font-size: 12px;
    font-weight: 600;
    color: #444444;
}

.Table_fieldGroup__Ph2v7 input{
    height: 38px;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 13px;
    color: #222222;
}

.Table_fieldGroup__Ph2v7 input:focus{
    outline: none;
    border-color: #459fa0;
}

.Table_errorText__Hk01A{
    font-size: 11px;
    color: #d32f2f;
}

.Table_modalActions__1MX-z{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.Table_cancelButton__EC2\+V,
.Table_updateButton__SM9VG{
    min-width: 110px;
    height: 38px;
    border-radius: 8px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.Table_cancelButton__EC2\+V{
    background: #ececec;
    color: #333333;
}

.Table_updateButton__SM9VG{
    background: #459fa0;
    color: #ffffff;
}

.Table_updateButton__SM9VG:disabled{
    opacity: 0.7;
    cursor: not-allowed;
}

@media (max-width: 768px){
    .Table_modalGrid__3qnJI{
        grid-template-columns: 1fr;
    }
}

/* .container {
  font-size: 11px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
} */
.CustomConfirmBox_container__H7Pek {
  font-size: 11px;
  position: fixed;
  top: 0;
  left: 45%;
  display: flex;
  z-index: 100;
  color: #212529;
}

.CustomConfirmBox_confirmBox__iHoE8 {
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  display: grid;
  width: 250px;
  /* flex-direction: column; */
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
}
.CustomConfirmBox_btnContainer__zY2gP {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.CustomConfirmBox_btnContainer__zY2gP button {
  font-size: 11px;
  min-width: 50px;
  height: 20px;
  width: auto;
  background: white;
  color: #459fa0 !important;
  border: none;
}
.CustomConfirmBox_btnContainer__zY2gP button:hover {
  background: #459fa0;
  color: white !important;
}
.CustomConfirmBox_confirmTitle__FP\+-B {
  font-size: 13px;
  font-weight: 600;
  display: grid;
  align-items: center;
  justify-content: center;
}
.CustomConfirmBox_contentTitle__TMOa4 {
  /* display: flex;
  justify-content: center; */
  overflow: hidden;
  /* white-space: nowrap;
  text-overflow: ellipsis; */
  text-align: center;
}
.CustomConfirmBox_confirmTitle__FP\+-B p {
  text-align: center;
}
.CustomConfirmBox_confirmMessage__-qj\+2 {
  text-align: center;
  text-wrap: balance;
  font-size: 13px;
  font-weight: 600;
}
.CustomConfirmBox_sbmt__aCkHx {
  font-size: 12px;
  min-width: 100px;
  height: 25px;
  width: auto;
  background: #333;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;

  border-radius: 4px;
}
.CustomConfirmBox_clear__5pB4B {
  font-size: 12px;
  min-width: 100px;
  height: 25px;
  width: auto;
  color: #333;
  background: #eeeeee;
  border: 1px solid #c1c1c1;
  /* background: #eeeeee; */
  /* border: 1px solid #e5e5e5; */
  border-radius: 5px;
}
.CustomConfirmBox_submitBtn__Vu4G1 {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.CustomConfirmBox_boxContiner__pKVGT {
  width: 400px;
  min-height: 200px;
  background: #fff;
  padding: 10px 10px;
  /* display: flex;
  flex-direction: column; */
  position: relative;
  display: grid;
}
.CustomConfirmBox_boxContiner__pKVGT h3 {
  color: #459fa0;
  margin: 0;
  padding: 0;
  /* padding-bottom: 15px; */
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}
/* .boxContiner > *:nth-child(n) {
  flex: 1;
} */
.CustomConfirmBox_titleContainer__OT64M {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
      0.25turn,
      rgb(255, 255, 255),
      rgb(11, 127, 128),
      rgb(255, 255, 255)
    )
    1 / 1 / 0 stretch;
  /* padding-bottom: 8px; */
}

.CustomConfirmBox_content__b-cbQ {
  display: grid;
  /* justify-content: center; */
  color: #212529;
  grid-gap: 10px;
  gap: 10px;
}

.DailyAttendance_main-body__jJnSn {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */

.DailyAttendance_container__\+htr1 {
  width: 100%;
}
.DailyAttendance_mainBodyContainer__HJi9w {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.DailyAttendance_tableTitle__3rbY8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.DailyAttendance_tableTitle__3rbY8 h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.DailyAttendance_basicTable__AxCAq {
  border-collapse: collapse;
  width: 100%;
}
.DailyAttendance_basicTable__AxCAq tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.DailyAttendance_basicTable__AxCAq td,
.DailyAttendance_basicTable__AxCAq th {
  border: 1px solid #ddd;
  padding: 12px;
}

.DailyAttendance_basicTable__AxCAq tr:nth-child(even) {
  background-color: #f2f2f2;
}

.DailyAttendance_basicTable__AxCAq tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.DailyAttendance_icons__8GkWy {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.DailyAttendance_basicTable__AxCAq {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.DailyAttendance_custom-cancel-button__hngO7 {
  background-color: #efefef !important;
  color: black !important;
  border: 1px solid #d6d6d6 !important;
}

.DailyAttendance_custom-confirm-button__B0NWV {
  background-color: #e64942 !important;
  color: white !important;
}
.DailyAttendance_icons__8GkWy {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.DailyAttendance_branchFormCont__qJwfA {
  margin-top: 10px;
}
.DailyAttendance_top-icons__QtVvM {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.DailyAttendance_departmentFormContainer__M0CbY {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.DailyAttendance_departmentFormContainer__M0CbY h3 {
  font-size: 15px;
  color: #459fa0;
}
.DailyAttendance_departmentContainer__NaV2J {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.DailyAttendance_detailIcons__xGhOB {
  cursor: pointer;
}
.DailyAttendance_downloadExcelbutton__5E6Ae {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.DailyAttendance_inputcontainer__T2rr0 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.DailyAttendance_credmoncontainer__nNGkN {
  display: flex;
  flex-direction: column;
}
.DailyAttendance_inpofcredmon__dxGje {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.DailyAttendance_lavelsea__sgcqf {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.DailyAttendance_save_buttt__iSQQu {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.DailyAttendance_navconasc__T9qif {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  top: 10px;
}
.DailyAttendance_optnas__rXzXg {
  padding: 10px;
  min-height: 30px;
}
.DailyAttendance_subbutasc__1uL9b {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.DailyAttendance_subbutasc__1uL9b[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.DailyAttendance_navconta__-axAV {
  display: flex;
  margin: 0 15px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
/* .navcontaa{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } */
.DailyAttendance_allinpcon__CwPKv {
  display: flex;
  gap: 10px;
  align-items: center;
}
.DailyAttendance_colorxs__0da-p {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.DailyAttendance_singleclr__QfvLW {
  display: flex;
  gap: 5px;
}
.DailyAttendance_clrbx__f8gZk {
  width: 13px;
  height: 13px;
}
.DailyAttendance_h5sty__lMI2E {
  font-size: 13px;
  color: 363535;
}
.DailyAttendance_paginationUl__C6m\+g li {
  margin: 0;
}

.DailyAttendance_paginationUl__C6m\+g li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.DailyAttendance_Mui-disabled__DCA0O[disabled] {
  cursor: not-allowed;
}
.DailyAttendance_condatbx__LIRQK {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.DailyAttendance_dat_box__OTo6f {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.56em;
}

.DailyAttendance_inputdeatilstable__4F4Yz {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #6d6d6d;
  width: 100px;
  height: 25px;
  font-size: 11px;
  color: #6d6d6d;
  text-align: center;
  padding-left: 5px;
}
.DailyAttendance_centeralign__YFPNr {
  text-align: center;
}
.DailyAttendance_tdAlignRight__Ou1bt {
  text-align: right;
}

.Lebles_coltopmu__r1QtH{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 7.5px;
}
.Lebles_onxsc__s9sZZ{
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 1px;
}
.Lebles_txinco__Z1sve{
    font-size: 12px;
    text-wrap:nowrap
}
.Lebles_parrtnity__xwlxO{
    background-color: #ff944d;
    min-height: 13px;
    min-width: 13px;

}

.Lebles_approveddd__LwORk {
    min-height: 13px;
    min-width: 13px;
    background-color: #a4eab0;
}
.Lebles_absentingff__OMT4z {
    min-height: 13px;
    min-width: 13px;
    background-color: #f1bcbc;
}
.Lebles_hashjjj__sL16k {
    min-height: 13px;
    min-width: 13px;
    background-color: rgb(234, 220, 148);
}

.AttendanceTable_td__yek9v {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
.AttendanceTable_nopadding__rEX6r {
  padding: 0px !important;
}
th {
  font-size: 13px;
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.AttendanceTable_tabwrap__89eeZ {
  width: 100%;

  /* overflow-x: auto; */
}
.AttendanceTable_tabwrap__89eeZ table {
  width: 100%;
}
.AttendanceTable_parenttabwrap__sKext {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.AttendanceTable_component__-FsHw {
  border: 1px solid #d2d2d2;
  background: #e8e8e8;
  color: #000;
  padding: 1px 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 2px;
}

.AttendanceTable_flexasc__fECAI {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.AttendanceTable_icnndx__Vh9xJ {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  color: #696969;
}
.AttendanceTable_ixxxds__oMpAE {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  /* background-color: aqua; */
  gap: 0.7em;
}
.AttendanceTable_iont__S37ro {
  color: #696969;
}

/* .assetname{
    height: 100%;
    width: 100%;
    display:  flex;
    flex-direction: column ;
    justify-content: center;
} */
.AttendanceTable_iconWrapper__EOZqb {
  display: inline-block;
  position: relative;
}
.AttendanceTable_prf_hov__z9puq {
  display: none;
  position: absolute;
  top: -24px;
  right: -63px;
  max-width: 60px;
  height: 60px;
  border-radius: 50px;
  box-shadow: 1px 1px 8px #00000040;
}
.AttendanceTable_iconWrapper__EOZqb:hover .AttendanceTable_prf_hov__z9puq {
  display: block;
}
.AttendanceTable_twoparttable__wNYme {
  border-bottom: 2px solid #ddd;
  /* background-color: aquamarine; */
}

.AttendanceTable_iconreport__3n4E7 {
  height: 18px;
  width: 18px;
  /* margin: 0px 3px 0px 3px; */
  cursor: pointer;
}

/* .icontab{

} */

.AttendanceTable_iconimg__aDPcg {
  height: 30px;
  width: 30px;
  cursor: pointer;
}

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

.AttendanceTable_inputdeatilstable__WWZYi {
  font-family: open sans;
  border-radius: 5px;
  border: 1px dashed #6d6d6d;
  width: 100%;
  /* height: 20px; */
  font-size: 11px;
  color: #6d6d6d;
  text-align: center;
  /* padding-left: 5px; */
}

/* .ixxxds{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.7em;
} */

.AttendanceTable_iont__S37ro {
  cursor: pointer;
}

.AttendanceTable_trbgcnager__o7F4y {
  font-size: 11px;
  padding: 5px;
  font-weight: normal;
  background-color: inherit;
  color: inherit !important;
  /* background-color: #d90707; */
}

.AttendanceTable_selfieImageButton__ThQut {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease,
    box-shadow 0.15s ease, transform 0.15s ease;
}

.AttendanceTable_selfieImageButton__ThQut:hover {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: none;
  transform: translateY(-1px);
}

.AttendanceTable_selfieImageIcon__31ScE {
  width: 15px;
  height: 15px;
}

.AttendanceTable_selfieImageIconIn__0mgPg {
  color: #168a3a;
}

.AttendanceTable_selfieImageIconOut__TJ\+C9 {
  color: #d92d20;
}

.AttendanceTable_selfieImageCount__ZyHOi {
  position: absolute;
  top: -8px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  background: #2f74ff;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* menu style */
.AttendanceTable_menuel__XsaOE {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 4;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.AttendanceTable_menuel__XsaOE ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.AttendanceTable_menuel__XsaOE ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.AttendanceTable_menuli__jjh6F {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.AttendanceTable_menuli__jjh6F:hover {
  background-color: #f6f6f6;
}
.AttendanceTable_icoconel__WlamI {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.AttendanceTable_selctascuriur__pJXJk {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.AttendanceTable_optionnselju__cJLF8 {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.AttendanceTable_inputasc__ejoxe {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}
.AttendanceTable_twoinputascbh__0FZf5 {
  display: flex;
  gap: 20px;
  width: 25%;
}
.AttendanceTable_searorinpju__F5SW9 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.AttendanceTable_searchformayeu__0WmLz {
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}

.AttendanceTable_breakTooltipWrapper__cz7x4 {
  position: relative;
  display: inline-block;
}

.AttendanceTable_breakTooltip__lEUvI {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: #000;
  border-radius: 8px;
  padding: 8px 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 230px;
  z-index: 10;
  font-size: 12px;
  text-align: left;
}

.AttendanceTable_breakTooltipWrapper__cz7x4:hover .AttendanceTable_breakTooltip__lEUvI {
  display: block;
}

.AddRemarksModal_save_butrr__-3lrS {
  padding: 4px 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  width: 120px;
  margin-top: 10px;
}

.AddRemarksModal_submitBtn__Fu3nR button {
  padding: 4px 15px;
  min-width: 50px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  width: 110px;
}

.ImageModal_modal__cEYIX {
  width: min(560px, 94vw);
  max-height: 92vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.ImageModal_header__21Gaz {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px 12px;
}

.ImageModal_title__RlgOU {
  margin: 0;
  color: #147f80;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ImageModal_subtitle__qNKJ1 {
  margin: 4px 0 0;
  color: #616161;
  font-size: 12px;
  font-weight: 600;
}

.ImageModal_headerActions__D2RrB {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.ImageModal_closeButton__uxgiy {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
}

.ImageModal_closeButton__uxgiy:hover {
  background: #f5f5f5;
}

.ImageModal_divider__zNHGd {
  height: 2px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(69, 159, 160, 0.55) 20%,
    rgba(69, 159, 160, 0.55) 80%,
    transparent 100%
  );
}

.ImageModal_emptyState__EpTCd {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777777;
  font-size: 13px;
  font-weight: 600;
}

.ImageModal_previewPanel__kTXDo {
  position: relative;
  width: 100%;
  height: min(58vh, 560px);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f1115;
}

.ImageModal_previewImage__RAouN {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.ImageModal_previewImageLoaded__2vjAt {
  opacity: 1;
}

.ImageModal_imageLoader__SI6md,
.ImageModal_imageError__Vs9Ou {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  background: #0f1115;
  font-size: 13px;
  font-weight: 700;
}

.ImageModal_loaderSpinner__v62gw {
  width: 22px;
  height: 22px;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #45c7c8;
  border-radius: 50%;
  animation: ImageModal_selfieImageSpin__Zkqk6 0.75s linear infinite;
}

.ImageModal_imageError__Vs9Ou {
  color: #ffdddd;
}

@keyframes ImageModal_selfieImageSpin__Zkqk6 {
  to {
    transform: rotate(360deg);
  }
}

.ImageModal_navButton__xql7d {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: none;
  border-radius: 6px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.42);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.ImageModal_navButton__xql7d:hover {
  background: rgba(0, 0, 0, 0.62);
}

.ImageModal_previousButton__TzUux {
  left: 12px;
}

.ImageModal_nextButton__rD5LX {
  right: 12px;
}

.ImageModal_thumbnailStrip__gVmBg {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 18px 16px;
  background: #ffffff;
}

.ImageModal_thumbnailButton__1ldZ9 {
  position: relative;
  width: 74px;
  height: 82px;
  flex: 0 0 auto;
  padding: 3px;
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
}

.ImageModal_thumbnailButton__1ldZ9:hover {
  border-color: #79c6c7;
}

.ImageModal_activeThumbnail__PaOLZ {
  border-color: #2f74ff;
  box-shadow: 0 0 0 2px rgba(47, 116, 255, 0.16);
}

.ImageModal_thumbnailImage__IJjLP {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.ImageModal_thumbnailButton__1ldZ9 span {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  padding: 2px 4px;
  border-radius: 4px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.62);
  font-size: 10px;
  font-weight: 700;
}

td {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
th {
  font-size: 13px;
  background-color: #26cacc;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__EEgJw {
  width: 100%;

  /* overflow-x: auto; */
}
.Table_tabwrap__EEgJw table {
  width: 100%;
}
.Table_parenttabwrap__KXeqz {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Table_component__3X7vI {
  border: 1px solid #d2d2d2;
  background: #e8e8e8;
  color: #000;
  padding: 1px 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 2px;
}
.Table_shnhd__7YThh {
  padding: 0;
  margin: 0;
  height: 20px;
  position: relative;
  max-width: 920px;
  bottom: -13.5px;
}
.Table_hdddi__SJKBz {
  /* min-width: 25px; */
}
.Table_emplyy__9y-Js {
  position: relative;
  bottom: -2px;
  left: 400px;
  font-size: 13px;
  font-weight: bold;
  color: "#fff";
}
.Table_lochh__jvBuw {
  text-align: center;
  min-width: 100px;
  font-size: 12px;
  max-width: 100px;
}
.Table_dayydate__Wwkw9 {
  text-align: center;
  font-size: 10px;
  padding: 0 !important;
  min-width: 75px;
}
.Table_datewday__XWfYa {
  padding: 5.1px 1px;
  border-bottom: 1px solid #ddd;
}
.Table_innuou__w57t7 {
  display: flex;
  align-items: center;
  /* background-color: #fff; */
}
.Table_infouttk__DFLMA {
  width: 50%;
  padding: 4.5px;
  /* border-right: 1px solid #ddd; */
}
.Table_innnn__oe12G {
    width: 50%;
    padding: 5px 0px;
    min-width: 40px;
    position: relative;
    right: 0.5px;
}
.Table_atenxx__b0Xlj {
  text-align: center;
  font-size: 10px;
  vertical-align: center;
  min-width: 75px;
  max-width: 75px;
  padding: 0;
}
.Table_snno__oAW5V {
  text-align: left;
  font-size: 12px;
  min-width: 30px;
  max-width: 30px;
  border: 1px solid #ddd;
}
.Table_eename__\+DDKA {
  min-width: 100px;
  text-align: left;
  text-wrap: nowrap;
  border-bottom: 1px solid #ddd;
}
.Table_checkkk__yBA3W {
  text-align: center;
  font-size: 10px;
  min-width: 30px;
}
.Table_subccc__NSMVz {
  min-width: 130px;
  max-width: 130px;
  text-align: left;
  padding-left: 5px;
}
.Table_empcccod__ok83i {
  min-width: 130px;
  max-width: 130px;
  text-align: left;
  height: 131px;
  padding-left: 5px;
}
.Table_Tableempccco__sJF9M {
  min-width: 130px;
  max-width: 130px;
  text-align: left;
  height: 54px;
  padding-left: 5px;
  border-bottom: transparent;
}
.Table_ouuu__\+QgZP {
  padding: 4px;
  padding-left: 8px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.Table_chbbo__6KURO {
  padding: 5px;
}

.Table_icnndx__dzGkR {
  display: flex;
  gap: 8px;
}
.Table_ixxxds__BleXA {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.7em;
}
.Table_iont__VpNeE {
  color: #696969;
}
.Table_fledds___N6Eqo {
  display: flex;
  /* border-bottom: 1px solid #ddd; */
}
.Table_menuel__zJiUx {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 4;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Table_menuel__zJiUx ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Table_menuel__zJiUx ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Table_menuli__EMMDL {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c !important;
}
.Table_menuli__EMMDL:hover {
  background-color: #f6f6f6;
}
.Table_icoconel__dWJWz {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}
.AttendanceSearch_clear_buttt__4dNKe {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.AttendanceSearch_save_buttt__R\+g8T {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.AttendanceSearch_searchformasc__2l25h {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.AttendanceSearch_fourinputasc__zIHIe {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.AttendanceSearch_threeinputads__0eodl {
  display: flex;
  gap: 20px;
  width: 74.5%;
}
.AttendanceSearch_oneinputads__AuNUe {
  display: flex;
  gap: 20px;
  width: 23.5%;
}
.AttendanceSearch_twoinputasc__9DZ8L {
  display: flex;
  gap: 20px;
  width: 49%;
}
.AttendanceSearch_searorinp__Aru8C {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.AttendanceSearch_selctasc__wAC5o {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.AttendanceSearch_optionnsel__TSknJ {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.AttendanceSearch_inputasc__BjKnh {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}
.AttendanceSearch_buttonasc__5LeDc {
  display: flex;
  gap: 20px;
}
.AttendanceSearch_uplodflex__amyua {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.AttendanceSearch_chosefil__RTEro {
  padding: 2px 6px;
  border: solid 1px #dadada;
  width: 230px;
  font-size: 10px;
}
.AttendanceSearch_downloadssam__vMwU4 {
  font-size: 9px;
  padding: 2px;
  width: 100px;
  max-height: 25px;
  color: #33d7d9;
  border: 1px solid #000;
  border-radius: 2px;
}
.AttendanceSearch_butncon__ybXPU {
  display: flex;
  gap: 10px;
}
.AttendanceSearch_listSrch__1eR7b {
  font-family: open sans;
  border-radius: 5px;
  /* border: 1px solid #e2e1e0; */
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
}
.AttendanceSearch_listSrch__1eR7b:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

/* MultiSelectInput.module.css */
.MultiSelectInput_customAutocompletePaper__9Blty {
  font-size: 11px !important;
}

.DailyAttenPrintTable_tableTitle__mA\+WT {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.DailyAttenPrintTable_container__9KXCZ h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.DailyAttenPrintTable_container__9KXCZ {
  padding: 12px 15px;
}

.DailyAttendanceEdit_main-body__N-BAX {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
.main-body h4 {
  color: #1c9294;
} */

.DailyAttendanceEdit_container__1CVP- {
  width: 100%;
}
.DailyAttendanceEdit_mainBodyContainer__KIa4P {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.DailyAttendanceEdit_tableTitle__QXZEP {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.DailyAttendanceEdit_tableTitle__QXZEP h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.DailyAttendanceEdit_basicTable__ghZLl {
  border-collapse: collapse;
  width: 100%;
}
.DailyAttendanceEdit_basicTable__ghZLl tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
    background: -webkit-gradient(
      linear,
      center top,
      center bottom,
      from(#eaeaea),
      to(#fff)
    ); */
  color: #fff;
  background: #26cacc;
}
.DailyAttendanceEdit_basicTable__ghZLl td,
.DailyAttendanceEdit_basicTable__ghZLl th {
  border: 1px solid #ddd;
  padding: 12px;
}

.DailyAttendanceEdit_basicTable__ghZLl tr:nth-child(even) {
  background-color: #f2f2f2;
}

.DailyAttendanceEdit_basicTable__ghZLl tr:hover {
  background-color: #ddd;
}

/* table th,
    tfoot td {
      padding: 12px 10px;
      text-align: center;
      background-color: #25cacc;
      color: white;
      border: 1px solid #ddd;
    } */
.DailyAttendanceEdit_icons__\+lf9f {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.DailyAttendanceEdit_basicTable__ghZLl {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.DailyAttendanceEdit_icons__\+lf9f {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.DailyAttendanceEdit_branchFormCont__UlcmS {
  margin-top: 10px;
}
.DailyAttendanceEdit_top-icons__VOwbM {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.DailyAttendanceEdit_departmentFormContainer__Ed\+36 {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.DailyAttendanceEdit_departmentFormContainer__Ed\+36 h3 {
  font-size: 15px;
  color: #459fa0;
}
.DailyAttendanceEdit_departmentContainer__UuGiE {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.DailyAttendanceEdit_detailIcons__F0O11 {
  cursor: pointer;
}
.DailyAttendanceEdit_downloadExcelbutton__Q3w51 {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.DailyAttendanceEdit_inputcontainer__Jn-uw{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.DailyAttendanceEdit_credmoncontainer__cv7Bh{
  display: flex;
  flex-direction: column;
}
.DailyAttendanceEdit_inpofcredmon__bYQsG{
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.DailyAttendanceEdit_lavelsea__1Kgep{
  font-size: 12px;
    font-weight: bold;
    margin-bottom: 1px;
}
.DailyAttendanceEdit_save_buttt__R1gNk{
    padding: 4px 15px;
    min-width: 110px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.DailyAttendanceEdit_allinpcon__\+uvGr{
  display: flex;
  gap: 15px;
  align-items: center;
}


.DailyAttendanceEdit_navcontaa__\+QdVB{
        display: flex;
    justify-content: space-between;
    margin: 0 15px;
    align-items: center;
    padding-bottom: 15px;
}
.DailyAttendanceEdit_navconasc__VaC3Y{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.DailyAttendanceEdit_onsubmt__KF3R9{
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
}
.DailyAttendanceEdit_savbt__I4OVQ{
      color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-size: 13px;
}
.DailyAttendanceEdit_canbt__2I80K{
       color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    font-size: 13px;
}
.DailyAttendanceEdit_paginationUl__yoK0Z li {
  margin: 0;
}

.DailyAttendanceEdit_paginationUl__yoK0Z li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.DailyAttendanceEdit_Mui-disabled__a\+8xy[disabled] {
  cursor: not-allowed;
}
.UpdateKycStatus_searchformasc__iYH6F{
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.UpdateKycStatus_fourinputasc__vrgEy{
    display: flex;
    gap:20px;
    width: 100%;
}
.UpdateKycStatus_threeinputasc__IV4fa{
    display: flex;
    gap:20px;
    width: 75%;
}
.UpdateKycStatus_searorinp__HcXO2{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.UpdateKycStatus_selctasc__1Hu7S{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.UpdateKycStatus_optionnsel__FQDdw{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.UpdateKycStatus_inputasc__Ox\+df{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding-left: 5px;
}
.UpdateKycStatus_buttonas__M\+GmL{
    display: flex;
    gap: 20px;
}
.UpdateKycStatus_tableconasc__3s3\+Y{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.UpdateKycStatus_actincbut__LVwLr{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.UpdateKycStatus_inactincbut__f6syt{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.UpdateKycStatus_navconasc__TAplh{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.UpdateKycStatus_subbutasc__OrHoZ{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.UpdateKycStatus_optnas__Ogm5m{
    padding: 10px;
    min-height: 30px;
}

.UpdateKycStatus_text_input__YEMnI {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 450px;
  min-height: 30px;
}
.UpdateKycStatus_save_butt__rrmRw {
  padding: 4px 15px;
  min-width: 50px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  width: 110px;
}
.UpdateKycStatus_reqire__4IlFP{
    color: #ff1b1b;
    margin-left: 3px;
}
.UpdateKycStatus_inputCont__RV331 {
  display: grid;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
}
.UpdateKycStatus_plusIcon__71z8J {
  color: #189c9e;
  margin-left: 5px;
}
.UpdateKycStatus_clear_buttt__Gchg0{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.UpdateKycStatus_save_buttt__vEBjS{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.UpdateKycStatus_update_buttt__5spIv{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color:rgb(69, 159, 160);
    color: white;
    max-width: 110px;
    border: 1px solid rgb(69, 159, 160);
}
.UpdateKycStatus_buttonasc__fGdOY{
    display: flex;
    gap: 20px;
}
.UpdateKycTime_clear_buttt__kayG2{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;
}
.UpdateKycTime_lbl0fhr__fojMe{
    color: rgb(54, 53, 53);
    font-size: 10px;
}
.UpdateKycTime_save_buttt__Y-s6l{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.UpdateKycTime_update_buttt__IOq95{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color:rgb(69, 159, 160);
    color: white;
    max-width: 110px;
    border: 1px solid rgb(69, 159, 160);
}
.UpdateKycTime_searchformasccc__ixyUB{
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;

}
.UpdateKycTime_fourinputasc__wWtoQ{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.UpdateKycTime_threeinputads__1dI4Q{
  display: flex;
    gap:20px;
    width: 74.5%;
}
.UpdateKycTime_oneinputads__mjR4p{
  display: flex;
    gap:20px;
    width: 23.5%;
}
.UpdateKycTime_twoinputasc__tLuyc{
    display: flex;
    gap:20px;
    width: 49%;
}
.UpdateKycTime_searorinp__TegNH{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.UpdateKycTime_selctasc__K0h4v{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.UpdateKycTime_optionnsel__cnVpa{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.UpdateKycTime_inputasc__rijCj{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding-left: 5px;
}
.UpdateKycTime_buttonasc__KjI6f{
    display: flex;
    gap: 20px;
}
.UpdateKycTime_uplodflex__yT0gp{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
 
.UpdateKycTime_chosefil__Ac65\+{
    padding: 2px 6px;
    border: solid 1px #dadada;
    width: 230px;
    font-size: 10px;
}
.UpdateKycTime_downloadssam__CRMsS{
    font-size: 9px;
    padding: 2px;
    width: 100px;
    max-height: 25px;
    color: rgb(69, 159, 160);
    border: 1px solid #000;
    border-radius: 2px;
}
.UpdateKycTime_butncon__bNbkt{
    display: flex;
    gap: 10px;
}
.DailyAttendance_main-body__U2G84 {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */

.DailyAttendance_container__gggtQ {
  width: 100%;
}
.DailyAttendance_mainBodyContainer__eilUP {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.DailyAttendance_tableTitle__QI6U8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.DailyAttendance_tableTitle__QI6U8 h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.DailyAttendance_basicTable__Xz01Z {
  border-collapse: collapse;
  width: 100%;
}
.DailyAttendance_basicTable__Xz01Z tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.DailyAttendance_basicTable__Xz01Z td,
.DailyAttendance_basicTable__Xz01Z th {
  border: 1px solid #ddd;
  padding: 12px;
}

.DailyAttendance_basicTable__Xz01Z tr:nth-child(even) {
  background-color: #f2f2f2;
}

.DailyAttendance_basicTable__Xz01Z tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.DailyAttendance_icons__qg\+Xz {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.DailyAttendance_basicTable__Xz01Z {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.DailyAttendance_icons__qg\+Xz {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.DailyAttendance_branchFormCont__Q6mP3 {
  margin-top: 10px;
}
.DailyAttendance_top-icons__1A4Oe {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.DailyAttendance_departmentFormContainer__KZBRA {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.DailyAttendance_departmentFormContainer__KZBRA h3 {
  font-size: 15px;
  color: #459fa0;
}
.DailyAttendance_departmentContainer__Pjsb5 {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.DailyAttendance_detailIcons__5jhyQ {
  cursor: pointer;
}
.DailyAttendance_downloadExcelbutton__if5dS {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.DailyAttendance_inputcontainer__QGdTR {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.DailyAttendance_credmoncontainer__Z4dek {
  display: flex;
  flex-direction: column;
}
.DailyAttendance_inpofcredmon__Squ6R {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.DailyAttendance_lavelsea__RkJnA {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.DailyAttendance_save_buttt__I7yEW {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.DailyAttendance_navconasc__bHb8T {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  top: 10px;
}
.DailyAttendance_optnas__2AduJ {
  padding: 10px;
  min-height: 30px;
}
.DailyAttendance_subbutasc__Nps8W {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.DailyAttendance_subbutasc__Nps8W[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.DailyAttendance_navconta__hvsJU {
  display: flex;
  margin: 0 15px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
/* .navcontaa{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } */
.DailyAttendance_allinpcon__0mDiH {
  display: flex;
  gap: 10px;
  align-items: center;
}
.DailyAttendance_colorxs__BBzNM {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.DailyAttendance_singleclr__owITX {
  display: flex;
  gap: 5px;
}
.DailyAttendance_clrbx__5JBLc {
  width: 13px;
  height: 13px;
}
.DailyAttendance_h5sty__MRE7k {
  font-size: 13px;
  color: 363535;
}
.DailyAttendance_paginationUl__Ut0rV li {
  margin: 0;
}

.DailyAttendance_paginationUl__Ut0rV li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.DailyAttendance_Mui-disabled__ehOSI[disabled] {
  cursor: not-allowed;
}
.DailyAttendance_condatbx__1nWxf {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.DailyAttendance_dat_box__mHN9k {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.56em;
}

.DailyAttendance_inputdeatilstable__HjQkW {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #6d6d6d;
  width: 100px;
  height: 25px;
  font-size: 11px;
  color: #6d6d6d;
  text-align: center;
  padding-left: 5px;
}
.DailyAttendance_centeralign__SAVLN {
  text-align: center;
}
.DailyAttendance_tdAlignRight__oa3Fn {
  text-align: right;
}

.Lebles_coltopmu__jhpoH{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 7.5px;
}
.Lebles_onxsc__xV2xM{
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 1px;
}
.Lebles_txinco__JQM\+Q{
    font-size: 12px;
    text-wrap:nowrap
}
.Lebles_parrtnity__Mpa\+t{
    background-color: #ff944d;
    min-height: 13px;
    min-width: 13px;

}

.Lebles_approveddd__LHjFY {
    min-height: 13px;
    min-width: 13px;
    background-color: #a4eab0;
}
.Lebles_absentingff__ZqE1X {
    min-height: 13px;
    min-width: 13px;
    background-color: #f1bcbc;
}
.Lebles_hashjjj__j8YCn {
    min-height: 13px;
    min-width: 13px;
    background-color: rgb(234, 220, 148);
}

.AttendanceTable_td__Ac\+Cl {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
.AttendanceTable_nopadding__UrH0w {
  padding: 0px !important;
}
th {
  font-size: 13px;
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.AttendanceTable_tabwrap__MowUH {
  width: 100%;

  /* overflow-x: auto; */
}
.AttendanceTable_tabwrap__MowUH table {
  width: 100%;
}
.AttendanceTable_parenttabwrap__xW14e {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.AttendanceTable_component__tZsWD {
  border: 1px solid #d2d2d2;
  background: #e8e8e8;
  color: #000;
  padding: 1px 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 2px;
}

.AttendanceTable_flexasc__5jAEH {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.AttendanceTable_icnndx__Ypd7D {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  color: #696969;
}
.AttendanceTable_ixxxds__Bg3B6 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  /* background-color: aqua; */
  gap: 0.7em;
}
.AttendanceTable_iont__JDv7z {
  color: #696969;
}

/* .assetname{
    height: 100%;
    width: 100%;
    display:  flex;
    flex-direction: column ;
    justify-content: center;
} */
.AttendanceTable_iconWrapper__OZCDf {
  display: inline-block;
  position: relative;
}
.AttendanceTable_prf_hov__Ncmjt {
    display: none;
    position: absolute;
    top: -24px;
    right: -63px;
    max-width: 60px;
    height: 60px;
    border-radius: 50px;
    box-shadow: 1px 1px 8px #00000040;
}
.AttendanceTable_iconWrapper__OZCDf:hover .AttendanceTable_prf_hov__Ncmjt {
  display: block;
}
.AttendanceTable_twoparttable__coXxQ {
  border-bottom: 2px solid #ddd;
  /* background-color: aquamarine; */
}

.AttendanceTable_iconreport__ZbgHu {
  height: 18px;
  width: 18px;
  /* margin: 0px 3px 0px 3px; */
  cursor: pointer;
}

/* .icontab{

} */

.AttendanceTable_iconimg__u6xUT {
  height: 30px;
  width: 30px;
  cursor: pointer;
}

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

.AttendanceTable_inputdeatilstable__Fbsj5 {
  font-family: open sans;
  border-radius: 5px;
  border: 1px dashed #6d6d6d;
  width: 100%;
  /* height: 20px; */
  font-size: 11px;
  color: #6d6d6d;
  text-align: center;
  /* padding-left: 5px; */
}

/* .ixxxds{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.7em;
} */

.AttendanceTable_iont__JDv7z {
  cursor: pointer;
}

.AttendanceTable_trbgcnager__9wecC {
  font-size: 11px;
  padding: 5px;
  font-weight: normal;
  background-color: inherit;
  color: inherit !important;
  /* background-color: #d90707; */
}

/* menu style */
.AttendanceTable_menuel__y1A8R {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 4;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.AttendanceTable_menuel__y1A8R ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.AttendanceTable_menuel__y1A8R ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.AttendanceTable_menuli__p2x\+O {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.AttendanceTable_menuli__p2x\+O:hover {
  background-color: #f6f6f6;
}
.AttendanceTable_icoconel__IdEZA {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.AttendanceTable_selctascuriur__FSBIl {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.AttendanceTable_optionnselju__\+RqOw {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.AttendanceTable_inputasc__8r0Rj {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}
.AttendanceTable_twoinputascbh__hIAGQ {
  display: flex;
  gap: 20px;
  width: 25%;
}
.AttendanceTable_searorinpju__0ZqUq {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.AttendanceTable_searchformayeu__WUnZ2 {
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.AttendanceTable_statusInactive__afIgp {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #d70427;
  color: white;
}
.AttendanceTable_statusActive__4f4\+Q {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #04d718;
  color: white;
}
.AttendanceSearch_clear_buttt__yQ8fC {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.AttendanceSearch_save_buttt__7XMuB {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.AttendanceSearch_searchformasc__TpwGL {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.AttendanceSearch_fourinputasc__XzK2p {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.AttendanceSearch_threeinputads__Pq2IT {
  display: flex;
  gap: 20px;
  width: 74.5%;
}
.AttendanceSearch_oneinputads__E5Ryr {
  display: flex;
  gap: 20px;
  width: 23.5%;
}
.AttendanceSearch_twoinputasc__IOp07 {
  display: flex;
  gap: 20px;
  width: 49%;
}
.AttendanceSearch_searorinp__QYiXL {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.AttendanceSearch_selctasc__ASk-q {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.AttendanceSearch_optionnsel__i1nM- {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.AttendanceSearch_inputasc__tPaJA {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}
.AttendanceSearch_buttonasc__ovyL4 {
  display: flex;
  gap: 20px;
}
.AttendanceSearch_uplodflex__lVsTw {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.AttendanceSearch_chosefil__UqQDs {
  padding: 2px 6px;
  border: solid 1px #dadada;
  width: 230px;
  font-size: 10px;
}
.AttendanceSearch_downloadssam__3btIj {
  font-size: 9px;
  padding: 2px;
  width: 100px;
  max-height: 25px;
  color: #33d7d9;
  border: 1px solid #000;
  border-radius: 2px;
}
.AttendanceSearch_butncon__-zPST {
  display: flex;
  gap: 10px;
}
.AttendanceSearch_listSrch__Vt6s5 {
  font-family: open sans;
  border-radius: 5px;
  /* border: 1px solid #e2e1e0; */
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
}
.AttendanceSearch_listSrch__Vt6s5:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.DailyAttenPrintTable_tableTitle__jBACR {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.DailyAttenPrintTable_container__O12uw h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.DailyAttenPrintTable_container__O12uw {
  padding: 12px 15px;
}

.AttendanceReport_main-body__NLdKm {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */

.AttendanceReport_container__L6cFc {
  width: 100%;
}
.AttendanceReport_mainBodyContainer__FrYP6 {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.AttendanceReport_tableTitle__rmcF6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AttendanceReport_tableTitle__rmcF6 h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.AttendanceReport_basicTable__ob0QU {
  border-collapse: collapse;
  width: 100%;
}
.AttendanceReport_basicTable__ob0QU tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.AttendanceReport_basicTable__ob0QU td,
.AttendanceReport_basicTable__ob0QU th {
  border: 1px solid #ddd;
  padding: 12px;
}

.AttendanceReport_basicTable__ob0QU tr:nth-child(even) {
  background-color: #f2f2f2;
}

.AttendanceReport_basicTable__ob0QU tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.AttendanceReport_icons__vK81h {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.AttendanceReport_basicTable__ob0QU {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.AttendanceReport_icons__vK81h {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.AttendanceReport_branchFormCont__FFNgf {
  margin-top: 10px;
}
.AttendanceReport_top-icons__REUtY {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.AttendanceReport_departmentFormContainer__5Qxog {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.AttendanceReport_departmentFormContainer__5Qxog h3 {
  font-size: 15px;
  color: #459fa0;
}
.AttendanceReport_departmentContainer__BoGro {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.AttendanceReport_detailIcons__oU7-O {
  cursor: pointer;
}
.AttendanceReport_downloadExcelbutton__LZQrt {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.AttendanceReport_inputcontainer__jA1WC {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.AttendanceReport_credmoncontainer__NQwjG {
  display: flex;
  flex-direction: column;
}
.AttendanceReport_inpofcredmon__VREoS {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.AttendanceReport_lavelsea__Ixppx {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.AttendanceReport_save_buttt__TXoVj {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.AttendanceReport_navconasc__ekh8w {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  top: 10px;
}
.AttendanceReport_optnas__KCzB9 {
  padding: 10px;
  min-height: 30px;
}
.AttendanceReport_subbutasc__BtEbh {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.AttendanceReport_navconta__0qmjX {
  display: flex;
  margin: 0 15px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
/* .navcontaa{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } */
.AttendanceReport_allinpcon__X1jeb {
  display: flex;
  gap: 10px;
  align-items: center;
}
.AttendanceReport_colorxs__PcpLT {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.AttendanceReport_singleclr__\+Vh1P {
  display: flex;
  gap: 5px;
}
.AttendanceReport_clrbx__IBBBS {
  width: 13px;
  height: 13px;
}
.AttendanceReport_h5sty__UaBbc {
  font-size: 13px;
  color: 363535;
}
.AttendanceReport_paginationUl__zR\+Ia li {
  margin: 0;
}

.AttendanceReport_paginationUl__zR\+Ia li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.AttendanceReport_Mui-disabled__bJhNZ[disabled] {
  cursor: not-allowed;
}
.AttendanceReport_condatbx__JKfbH {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.AttendanceReport_dat_box__pduWm {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.56em;
}

.AttendanceReport_inputdeatilstable__Nzj8o {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #6d6d6d;
  width: 100px;
  height: 25px;
  font-size: 11px;
  color: #6d6d6d;
  text-align: center;
  padding-left: 5px;
}
.AttendanceReport_centerspace__87800 {
  text-align: center;
}
.AttendanceReport_tdAlignRight__HZk6A {
  text-align: right;
}
.AttendanceReport_goBtn__n6ib5 {
  padding: 2px 12px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.AttendanceReportTable_td__uGvZv{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.AttendanceReportTable_nopadding__yNoA0{
    padding: 0px !important;
}
th{
    font-size: 13px;
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.AttendanceReportTable_tabwrap__azSqy{
           width: 100%;
        
     /* overflow-x: auto; */
}
.AttendanceReportTable_tabwrap__azSqy table{
     width: 100%;
}
.AttendanceReportTable_parenttabwrap__p18jx{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.AttendanceReportTable_component__v9Lk1{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}

.AttendanceReportTable_flexasc__DrqPr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.AttendanceReportTable_icnndx__t4jML{

    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    color: #696969;
}
.AttendanceReportTable_ixxxds__VrifO{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    /* background-color: aqua; */
    gap: 0.7em;
}
.AttendanceReportTable_iont__eTPMs{
    color: #696969;
    
}

/* .assetname{
    height: 100%;
    width: 100%;
    display:  flex;
    flex-direction: column ;
    justify-content: center;
} */


.AttendanceReportTable_twoparttable__Vwa5b{

    border-bottom: 2px solid #ddd;
    /* background-color: aquamarine; */
  
}

.AttendanceReportTable_iconreport__MCWYc{
    height: 18px;
    width: 18px;
    /* margin: 0px 3px 0px 3px; */
    cursor: pointer;
}

/* .icontab{

} */

.AttendanceReportTable_iconimg__KaVpO{
    height: 30px;
    width: 30px;
    cursor: pointer;
    

}

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

.AttendanceReportTable_inputdeatilstable__a1JMt{
    font-family:open sans;
    border-radius: 5px;
    border: 1px dashed #6D6D6D;
    width: 100%;
    /* height: 20px; */
    font-size: 11px;
    color:#6D6D6D;
    text-align: center;
    /* padding-left: 5px; */
}


/* .ixxxds{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.7em;
} */

.AttendanceReportTable_iont__eTPMs{

    cursor: pointer
    
}

.AttendanceReportTable_trbgcnager__CijmN{
    font-size: 11px;
    padding: 5px;
    font-weight: normal;
    background-color: inherit ;
    color: inherit !important;
    /* background-color: #d90707; */
}


.AttendanceReportTable_showamountborder__vztIi{
    border-right: none;
    border-left: none;
}
.ColorsLables_coltopmu__NHC8k {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 7.5px;
}
.ColorsLables_onxsc__AxdcT {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 1px;
}
.ColorsLables_txinco__rw91u {
  font-size: 12px;
  text-wrap: nowrap;
}
.ColorsLables_parrtnity__Jlool {
  background-color: #ff944d;
  min-height: 13px;
  min-width: 13px;
}

.ColorsLables_approveddd__bHd4D {
  min-height: 13px;
  min-width: 13px;
  background-color: #a4eab0;
}
.ColorsLables_absentingff__W4liM {
  min-height: 13px;
  min-width: 13px;
  background-color: #f1bcbc;
}
.ColorsLables_hashjjj__ee0CI {
  min-height: 13px;
  min-width: 13px;
  background-color: rgb(234, 220, 148);
}

.PrintAttendaceReport_tableTitle__5ICRO {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.PrintAttendaceReport_container__MYaKs h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.PrintAttendaceReport_container__MYaKs {
  padding: 12px 15px;
}

.Edit_main-body__Flp8A {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
.main-body h4 {
  color: #1c9294;
} */

.Edit_container__45Pay {
  width: 100%;
}
.Edit_mainBodyContainer__Gl2RA {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.Edit_tableTitle__o7Qid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Edit_tableTitle__o7Qid h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.Edit_basicTable__3xKQT {
  border-collapse: collapse;
  width: 100%;
}
.Edit_basicTable__3xKQT tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
    background: -webkit-gradient(
      linear,
      center top,
      center bottom,
      from(#eaeaea),
      to(#fff)
    ); */
  color: #fff;
  background: #26cacc;
}
.Edit_basicTable__3xKQT td,
.Edit_basicTable__3xKQT th {
  border: 1px solid #ddd;
  padding: 12px;
}

.Edit_basicTable__3xKQT tr:nth-child(even) {
  background-color: #f2f2f2;
}

.Edit_basicTable__3xKQT tr:hover {
  background-color: #ddd;
}

/* table th,
    tfoot td {
      padding: 12px 10px;
      text-align: center;
      background-color: #25cacc;
      color: white;
      border: 1px solid #ddd;
    } */
.Edit_icons__PMZSq {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Edit_basicTable__3xKQT {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.Edit_icons__PMZSq {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Edit_branchFormCont__cVe1b {
  margin-top: 10px;
}
.Edit_top-icons__-iGta {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.Edit_departmentFormContainer__S5vig {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.Edit_departmentFormContainer__S5vig h3 {
  font-size: 15px;
  color: #459fa0;
}
.Edit_departmentContainer__F\+ihP {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.Edit_detailIcons__bdcRA {
  cursor: pointer;
}
.Edit_downloadExcelbutton__0n\+Ag {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.Edit_inputcontainer__6ANvf{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.Edit_credmoncontainer__TcAUR{
  display: flex;
  flex-direction: column;
}
.Edit_inpofcredmon__IJ65s{
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.Edit_lavelsea__Il7Bi{
  font-size: 12px;
    font-weight: bold;
    margin-bottom: 1px;
}
.Edit_save_buttt__zfxDp{
    padding: 4px 15px;
    min-width: 110px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.Edit_navconasc__uyyfS{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    top:10px;
}
.Edit_optnas__6mCJX{
    padding: 10px;
    min-height: 30px;
}
.Edit_subbutasc__PiDM-{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.Edit_navconta__Pj0hp{
     display: flex;
     margin: 0 15px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
/* .navcontaa{
        display: flex;
    justify-content: space-between;
    margin: 0 15px;
    align-items: center;
} */
.Edit_allinpcon__Si4Ha{
  display: flex;
  gap: 10px;
  align-items: center;
}
.Edit_colorxs__Kpsum{
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.Edit_singleclr__WkecN{
  display: flex;
  gap: 5px;
}
.Edit_clrbx__phT65{
  width: 13px;
  height: 13px;
}
.Edit_h5sty__H\+IiV{
  font-size: 13px;
  color: 363535;
}
.Edit_paginationUl__pjm8x li {
  margin: 0;
}

.Edit_paginationUl__pjm8x li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Edit_Mui-disabled__yIOhs[disabled] {
  cursor: not-allowed;
}
.Edit_condatbx__CEfKe {
    display: flex;
    gap: 0.2em;
    align-items: center;
}
.Edit_dat_box__x49NH {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1.5em;
    min-height: 1.5em;
    max-height: 1.5em;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 0.56em;
}
.Advance_clear_buttt__hGhOJ {
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #e5e5e5;
    color: #707070;
    max-width: 110px;
    border: 1px solid #e5e5e5;
  }
  .Advance_listSrch__J09Ja {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
  }
  .Advance_save_buttt__cCtF4 {
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
  }
  .Advance_searchformasc__5OJ-s {
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
  }
  .Advance_fourinputasc__UUuuX {
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
    width: 100%;
  }
  .Advance_threeinputads__oGtql {
    display: flex;
    gap: 20px;
    width: 74.5%;
  }
  .Advance_oneinputads__OuIbs {
    display: flex;
    gap: 20px;
    width: 23.5%;
  }
  .Advance_twoinputasc__o-dE0 {
    display: flex;
    gap: 20px;
    width: 49%;
  }
  .Advance_searorinp__gDgQJ {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
  }
  .Advance_selctasc__OSl4X {
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color: #6d6d6d;
  }
  .Advance_optionnsel__ZGttF {
    font-size: 11px;
    font-family: open sans;
    padding: 5px;
    height: 20px;
  }
  .Advance_inputasc__QoSJp {
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color: #6d6d6d;
    padding-left: 5px;
  }
  .Advance_buttonasc__t-Gqk {
    display: flex;
    gap: 20px;
  }
  .Advance_uplodflex__4oMjQ {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
  }
  
  .Advance_chosefil__h0ge4 {
    padding: 2px 6px;
    border: solid 1px #dadada;
    width: 230px;
    font-size: 10px;
  }
  .Advance_downloadssam__jTEz5 {
    font-size: 9px;
    padding: 2px;
    width: 100px;
    max-height: 25px;
    color: #33d7d9;
    border: 1px solid #000;
    border-radius: 2px;
  }
  .Advance_butncon__UwyJN {
    display: flex;
    gap: 10px;
  }
  
td {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
th {
  font-size: 13px;
  background-color: #26cacc;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__-HEXO {
  width: 100%;

  /* overflow-x: auto; */
}
.Table_ch_bo__YeUkb{
    padding: 5px;
    /* border-bottom: 1px solid #ddd; */
}
.Table_innnk__aV5uA {
    width: 50%;
    padding: 5px;
    min-width: 40px;
    /* border-right: 1px solid #ddd; */
}
.Table_tabwrap__-HEXO table {
  width: 100%;
}
.Table_parenttabwrap__tN85B {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Table_component__So7kJ {
  border: 1px solid #d2d2d2;
  background: #e8e8e8;
  color: #000;
  padding: 1px 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 2px;
}
.Table_shnhd__bIlfI {
  padding: 0;
  margin: 0;
  height: 20px;
  position: relative;
  max-width: 920px;
  bottom: -13.5px;
}
.Table_hdddi__\+RiOC {
  /* min-width: 25px; */
}
.Table_emplyyk__FDYuX {
  /* position: relative; */
  bottom: -2px;
  left: 400px;
  font-size: 13px;
  font-weight: bold;
  color: "#fff";
}
.Table_lochh__qAuHS {
  text-align: center;
  min-width: 100px;
  font-size: 12px;
  max-width: 100px;
}
.Table_dayydate__QQhSq {
  text-align: center;
  font-size: 10px;
  padding: 0 !important;
  min-width: 75px;
}
.Table_datewday__qMAku {
  padding: 5.1px 1px;
  border-bottom: 1px solid #ddd;
}
.Table_innuou__QdyfA {
  display: flex;
  align-items: center;
  /* background-color: #fff; */
}
.Table_infouttk__Px0tJ {
  width: 50%;
  padding: 4.5px;
  /* border-right: 1px solid #ddd; */
}
.Table_innnn__ha0KA {
    width: 50%;
    padding: 5px 0px;
    min-width: 40px;
    position: relative;
    right: 0.5px;
}
.Table_atenxx__TSqhi {
  text-align: center;
  font-size: 10px;
  vertical-align: center;
  min-width: 75px;
  max-width: 75px;
  padding: 0;
}
.Table_snno__\+YP4o {
  text-align: left;
  font-size: 12px;
  min-width: 30px;
  max-width: 30px;
  border: 1px solid #ddd;
}
.Table_eename__ZHfrE {
  min-width: 100px;
  text-align: left;
  text-wrap: nowrap;
  border-bottom: 1px solid #ddd;
}
.Table_checkkk__5oHJF {
  text-align: center;
  font-size: 10px;
  min-width: 30px;
}
.Table_subccc__MIQA- {
  min-width: 130px;
  max-width: 130px;
  text-align: left;
  padding-left: 5px;
}
.Table_empcccod__1JWpo {
  min-width: 130px;
  max-width: 130px;
  text-align: left;
  height: 131px;
  padding-left: 5px;
}
.Table_Tableempcccoo__RRjv9 {
  min-width: 130px;
  max-width: 130px;
  text-align: left;
  height: 80px;
  padding-left: 5px;
  border-bottom: transparent;
}
.Table_ouuu__8VLBO {
  padding: 4px;
  padding-left: 8px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.Table_chbbo__Nvokd {
  padding: 5px;
}

.Table_icnndx__2faLZ {
  display: flex;
  gap: 8px;
}
.Table_ixxxds__ypeJQ {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.7em;
}
.Table_iont__YwulD {
  color: #696969;
}
.Table_fledds___qjynh {
  display: flex;
  /* border-bottom: 1px solid #ddd; */
}
.Table_menuel__92-z9 {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 4;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Table_menuel__92-z9 ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Table_menuel__92-z9 ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Table_menuli__Ltjao {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c !important;
}
.Table_menuli__Ltjao:hover {
  background-color: #f6f6f6;
}
.Table_icoconel__bNVCz {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.Table_selfieImageButton__Znh0k {
  min-width: 0;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  line-height: 1;
}

.Table_selfieImageButton__Znh0k:hover {
  background: transparent;
  border-color: transparent;
}

.Table_selfieImageIcon__AbhO- {
  font-size: 10px;
  flex-shrink: 0;
}

.Table_selfieImageIconIn__qtZgG {
  color: #168a3a;
}

.Table_selfieImageIconIn__qtZgG + .Table_selfieImageCount__Ow8qp {
  color: #168a3a;
}

.Table_selfieImageIconOut__eKChK {
  color: #d92d20;
}

.Table_selfieImageIconOut__eKChK + .Table_selfieImageCount__Ow8qp {
  color: #d92d20;
}

.Table_selfieImageCount__Ow8qp {
  font-size: 10px;
  font-weight: 700;
}

.Table_timeSelfieCell__tcUBs {
  min-height: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 0;
}

.Table_selfieInlineRow__J0W0O {
  min-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.Table_lensInfoIcon__MY5o6 {
  color: #797979;
  cursor: pointer;
  flex-shrink: 0;
}

.Table_dateCheckRow__3DXK9 {
  position: relative;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
}

.Table_checkStatusText__kIpVE {
  position: absolute;
  left: 4px;
  top: 50%;
  max-width: 24px;
  overflow: hidden;
  transform: translateY(-50%);
  text-align: left;
  white-space: nowrap;
}

.Table_centerCheckbox__Gra-Y {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Colr_coltopmu__Xt5fR {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 7.5px;
}
.Colr_onxsc__T3JU2 {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 1px;
}
.Colr_txinco__-xJuC {
  font-size: 12px;
  text-wrap: nowrap;
}
.Colr_parrtnity__XMsHn {
  background-color: #ff944d;
  min-height: 13px;
  min-width: 13px;
}

.Colr_flyAtten__BumbU {
  min-height: 13px;
  min-width: 13px;
  background-color: #e8db68;
}

.DailyAttendanceEdit_main-body__VLhQI {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
.main-body h4 {
  color: #1c9294;
} */

.DailyAttendanceEdit_container__4-yYj {
  width: 100%;
}
.DailyAttendanceEdit_mainBodyContainer__B63DS {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.DailyAttendanceEdit_tableTitle__T6igG {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.DailyAttendanceEdit_tableTitle__T6igG h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.DailyAttendanceEdit_basicTable__poId- {
  border-collapse: collapse;
  width: 100%;
}
.DailyAttendanceEdit_basicTable__poId- tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
    background: -webkit-gradient(
      linear,
      center top,
      center bottom,
      from(#eaeaea),
      to(#fff)
    ); */
  color: #fff;
  background: #26cacc;
}
.DailyAttendanceEdit_basicTable__poId- td,
.DailyAttendanceEdit_basicTable__poId- th {
  border: 1px solid #ddd;
  padding: 12px;
}

.DailyAttendanceEdit_basicTable__poId- tr:nth-child(even) {
  background-color: #f2f2f2;
}

.DailyAttendanceEdit_basicTable__poId- tr:hover {
  background-color: #ddd;
}

/* table th,
    tfoot td {
      padding: 12px 10px;
      text-align: center;
      background-color: #25cacc;
      color: white;
      border: 1px solid #ddd;
    } */
.DailyAttendanceEdit_icons__SnjSp {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.DailyAttendanceEdit_basicTable__poId- {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.DailyAttendanceEdit_icons__SnjSp {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.DailyAttendanceEdit_branchFormCont__DSOBm {
  margin-top: 10px;
}
.DailyAttendanceEdit_top-icons__4sfNQ {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.DailyAttendanceEdit_departmentFormContainer__Thg1d {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.DailyAttendanceEdit_departmentFormContainer__Thg1d h3 {
  font-size: 15px;
  color: #459fa0;
}
.DailyAttendanceEdit_departmentContainer__wyhus {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.DailyAttendanceEdit_detailIcons__VGX6z {
  cursor: pointer;
}
.DailyAttendanceEdit_downloadExcelbutton__Tcp8c {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.DailyAttendanceEdit_inputcontainer__gt2uQ{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.DailyAttendanceEdit_credmoncontainer__RcpPK{
  display: flex;
  flex-direction: column;
}
.DailyAttendanceEdit_inpofcredmon__sp8KF{
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.DailyAttendanceEdit_lavelsea__\+Ez1O{
  font-size: 12px;
    font-weight: bold;
    margin-bottom: 1px;
}
.DailyAttendanceEdit_save_buttt__yLzfE{
    padding: 4px 15px;
    min-width: 110px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.DailyAttendanceEdit_allinpcon__nTycZ{
  display: flex;
  gap: 15px;
  align-items: center;
}


.DailyAttendanceEdit_navcontaa__-5E0f{
        display: flex;
    justify-content: space-between;
    margin: 0 15px;
    align-items: center;
    padding-bottom: 15px;
}
.DailyAttendanceEdit_navconasc__\+rc1k{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.DailyAttendanceEdit_onsubmt__76rcf{
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
}
.DailyAttendanceEdit_savbt__mUkVl{
      color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-size: 13px;
}
.DailyAttendanceEdit_canbt__8CqnF{
       color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    font-size: 13px;
}
.DailyAttendanceEdit_paginationUl__5C5y3 li {
  margin: 0;
}

.DailyAttendanceEdit_paginationUl__5C5y3 li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.DailyAttendanceEdit_Mui-disabled__\+1sYm[disabled] {
  cursor: not-allowed;
}
.UpdateKycStatus_searchformasc__PVGzy{
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.UpdateKycStatus_fourinputasc__lSrcV{
    display: flex;
    gap:20px;
    width: 100%;
}
.UpdateKycStatus_threeinputasc__z47\+o{
    display: flex;
    gap:20px;
    width: 75%;
}
.UpdateKycStatus_searorinp__EGO5t{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.UpdateKycStatus_selctasc__4tqZk{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.UpdateKycStatus_optionnsel__UbvuM{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.UpdateKycStatus_inputasc__sp38q{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding-left: 5px;
}
.UpdateKycStatus_buttonas__PUnUu{
    display: flex;
    gap: 20px;
}
.UpdateKycStatus_tableconasc__yVnuI{
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}
.UpdateKycStatus_actincbut__Klbnd{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}
.UpdateKycStatus_inactincbut__NuRTI{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}
.UpdateKycStatus_navconasc__19GZR{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.UpdateKycStatus_subbutasc__icFzl{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.UpdateKycStatus_optnas__EbfZz{
    padding: 10px;
    min-height: 30px;
}

.UpdateKycStatus_text_input__1oMb3 {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 450px;
  min-height: 30px;
}
.UpdateKycStatus_save_butt__TvKvC {
  padding: 4px 15px;
  min-width: 50px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  width: 110px;
}
.UpdateKycStatus_reqire__7-yS4{
    color: #ff1b1b;
    margin-left: 3px;
}
.UpdateKycStatus_inputCont__1RTBf {
  display: grid;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
}
.UpdateKycStatus_plusIcon__YLXS- {
  color: #189c9e;
  margin-left: 5px;
}
.UpdateKycStatus_clear_buttt__qvjS\+{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.UpdateKycStatus_save_buttt__GaC27{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.UpdateKycStatus_update_buttt__wu79x{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color:rgb(69, 159, 160);
    color: white;
    max-width: 110px;
    border: 1px solid rgb(69, 159, 160);
}
.UpdateKycStatus_buttonasc__RVLfv{
    display: flex;
    gap: 20px;
}
.UpdateKycTime_clear_buttt__9Xbj4{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;
}
.UpdateKycTime_lbl0fhr__Ty2iM{
    color: rgb(54, 53, 53);
    font-size: 10px;
}
.UpdateKycTime_save_buttt__LZoEt{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.UpdateKycTime_update_buttt__JZCXH{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color:rgb(69, 159, 160);
    color: white;
    max-width: 110px;
    border: 1px solid rgb(69, 159, 160);
}
.UpdateKycTime_searchformasccc__1HIp-{
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;

}
.UpdateKycTime_fourinputasc__PXh1K{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.UpdateKycTime_threeinputads__R1lxo{
  display: flex;
    gap:20px;
    width: 74.5%;
}
.UpdateKycTime_oneinputads__q2oca{
  display: flex;
    gap:20px;
    width: 23.5%;
}
.UpdateKycTime_twoinputasc__LerPb{
    display: flex;
    gap:20px;
    width: 49%;
}
.UpdateKycTime_searorinp__vIdnc{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.UpdateKycTime_selctasc__f6duU{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.UpdateKycTime_optionnsel__K0H5W{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.UpdateKycTime_inputasc__6ukk0{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding-left: 5px;
}
.UpdateKycTime_buttonasc__L82BJ{
    display: flex;
    gap: 20px;
}
.UpdateKycTime_uplodflex__Iyjki{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
 
.UpdateKycTime_chosefil__J8DAW{
    padding: 2px 6px;
    border: solid 1px #dadada;
    width: 230px;
    font-size: 10px;
}
.UpdateKycTime_downloadssam__ubkEm{
    font-size: 9px;
    padding: 2px;
    width: 100px;
    max-height: 25px;
    color: rgb(69, 159, 160);
    border: 1px solid #000;
    border-radius: 2px;
}
.UpdateKycTime_butncon__3W9pm{
    display: flex;
    gap: 10px;
}
.Branchzone_main-body__vXRQr {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .Branchzone_container__L1IN2 {
    width: 100%;
  }
  .Branchzone_mainBodyContainer__GWGdz {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .Branchzone_tableTitle__A8Eos {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Branchzone_tableTitle__A8Eos h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .Branchzone_basicTable__w5HZH {
    border-collapse: collapse;
    width: 100%;
  }
  .Branchzone_basicTable__w5HZH tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .Branchzone_basicTable__w5HZH td,
  .Branchzone_basicTable__w5HZH th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .Branchzone_basicTable__w5HZH tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .Branchzone_basicTable__w5HZH tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .Branchzone_icons__TpuR8 {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Branchzone_basicTable__w5HZH {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .Branchzone_icons__TpuR8 {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .Branchzone_branchFormCont__dJX-Z {
    margin-top: 10px;
  }
  .Branchzone_top-icons__G3iUW {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .Branchzone_departmentFormContainer__drezn {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .Branchzone_departmentFormContainer__drezn h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .Branchzone_departmentContainer__YbBfy {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .Branchzone_detailIcons__ZqBfq {
    cursor: pointer;
  }
  .Branchzone_downloadExcelbutton__GRet4 {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .Branchzone_inputcontainer__IylR-{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .Branchzone_credmoncontainer__mf1g\+{
    display: flex;
    flex-direction: column;
  }
  .Branchzone_inpofcredmon__v78ks{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .Branchzone_lavelsea__loHEs{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .Branchzone_save_buttt__sJ-3Z{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .Branchzone_navconasc__nxlRf{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      top:10px;
  }
  .Branchzone_optnas__AaGIL{
      padding: 10px;
      min-height: 30px;
  }
  .Branchzone_subbutasc__snK0k{
      border-radius: 5px;
      border: none;
      max-height: 30px;
      background-color: #0B7F80;
      color: #fff;
      font-size: 12px;
      padding: 1px 15px;
  }
  .Branchzone_navconta__Y8DmT{
       display: flex;
       margin: 0 15px;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
  }
 .Branchzone_navcontaa__2Fzb6{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } 
  .Branchzone_allinpcon__J4bQj{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .Branchzone_colorxs__n9OcS{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .Branchzone_singleclr__jTg0T{
    display: flex;
    gap: 5px;
  }
  .Branchzone_clrbx__YAOnx{
    width: 13px;
    height: 13px;
  }
  .Branchzone_h5sty__pNZvu{
    font-size: 13px;
    color: 363535;
  }
  .Branchzone_paginationUl__3dQ2I li {
    margin: 0;
  }
  
  .Branchzone_paginationUl__3dQ2I li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .Branchzone_Mui-disabled__3b19e[disabled] {
    cursor: not-allowed;
  }
  .Branchzone_condatbx__ji5IO {
      display: flex;
      gap: 0.2em;
      align-items: center;
  }
  .Branchzone_dat_box__N1JiE {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 1.5em;
      min-height: 1.5em;
      max-height: 1.5em;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 0.56em;
  }
.BackDropComponent_closeBtn__ODUDf {
  cursor: pointer;
  position: absolute;
  margin: -25px 0 0 0;
  right: 0;
  float: right;
  text-decoration: none;
  /* background: #eaeaea; */
  color: #000000;
  padding: 6px 12px 4px 12px;
  font-size: 18px;
}

.Branchzone_requiredIndicator__Ul06m {
  color: #ff1b1b;
  margin-left: 2px;
}
.Branchzone_inputCont__rHMiS {
  display: grid;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  grid-template-rows: 1fr 1fr 0.5fr;
}
.Branchzone_inputCont__rHMiS label {
  width: 100%;
  color: #212529;
}
.Branchzone_branchZoneTable__L\+K3Y thead {
  position: sticky;
  top: 0;
}
.Branchzone_tableWrap__L0SfL {
  height: calc(-125px + 66vh);
  overflow-x: auto;
}
.Branchzone_flexasc__XdCPq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.Branchzone_paginputCont__flngj {
  display: flex;
  justify-content: flex-end;
}
.Branchzone_mca__RfnPU {
  display: flex;
  height: 100%;
  background-color: #f6f6f6;
}
.Branchzone_grey_ca__oi3AE {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
}
.Branchzone_branchZoneTable__L\+K3Y td {
  font-size: 11px;
}
.Branchzone_icon_gray_ca__ISaVf {
  display: flex;
  gap: 10px;
}
.Branchzone_branchZoneTable__L\+K3Y table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.Branchzone_cont_ca__kpyxp {
  width: 100%;
}
.Branchzone_white_space_ca__T9b0c {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 38px;

  align-items: center;
  color: #696969;
  justify-content: space-between;
  background: white;
  border-bottom: 1px solid #cfcfcf;
}
.Branchzone_whiteicon__49Eji {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  /* color: #797979; */
}
.Branchzone_all_main_c__Ib1CL {
  background-color: #f6f6f6;
  padding: 15px;
  min-height: calc(100% - 71px);
  /* display: none; */
}
.Branchzone_inn_white__CXpLo {
  background-color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.Branchzone_in_bu__h7YFC {
  display: flex;
  padding-top: 3px;
}
.Branchzone_input__KHDFP {
  display: flex;
  flex-direction: column;
}
.Branchzone_text_input__CQ06y {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  max-width: 350px;
  min-height: 30px;
  font-size: 11px;
  padding: 2px 6px;
}
.Branchzone_save_butt__t4fMx {
  padding: 4px 15px;
  min-width: 50px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Branchzone_display__S\+M2I {
  display: flex;
  color: #696969;
  gap: 20px;
  padding-left: 10px;
}
.Branchzone_etplbutn__GFP-s {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 2px 28px;
  background-color: #26cacc;
  border-radius: 2px;
  font-family: "utm-neo-sans-intel-bold", sans-serif;
}
.Branchzone_navbar__xOHkD {
  display: flex;
  background: #26cacc;
  color: white;
  font-family: Helvetica;
  align-items: center;
  padding: 4px 0;
}

.Branchzone_navbar__title__VvdEc {
  margin-right: auto;
  font-size: 150%;
  padding: 12px 16px;
}

.Branchzone_navbar__item__-EeJb {
  padding: 2px 16px;
  cursor: pointer;
}
.Branchzone_nam__Sn6jZ {
  font-size: 14px;
}
.Branchzone_eve__NqESY {
  background: #26cace;
}
.Branchzone_home_ic__yMG22 {
  position: relative;
  bottom: 2px;
}
.Branchzone_topup__l1Us\+ {
  border: 2px solid #f1f1f1;
  /* margin: 10px; */
  padding: 15px;
  position: relative;
  /* bottom: 20px; */
  background-color: #fff;
  height: calc(100% - 90px);
}
.Branchzone_addzone__SfkYg {
  display: flex;
  flex-direction: column;
}
.Branchzone_tablec__Fi8cU {
  border: 2.5px solid #f1f1f1;
  padding: 12px 15px;
  background-color: #fff;
  margin-top: 17px;
  /* height: calc(-125px + 76vh);
  overflow-x: auto; */
}
.Branchzone_branchZoneTable__L\+K3Y th {
  padding: 10px;
  background-color: #26cacc;
  color: white;
}
.Branchzone_branchZoneTable__L\+K3Y td {
  padding: 5px;
  color: black;
}
.Branchzone_actionbt__-Nc7k {
  display: flex;
  gap: 12px;
}
.Branchzone_detailIcons__pTvd2 {
  cursor: pointer;
}
.Branchzone_downloadExcelbutton__BIVBH {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}
.Branchzone_icons__NBrE2 {
  color: #696969;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.Branchzone_downloadExcelbutton__BIVBH {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.Branchzone_closeBtn__Ohy1M {
  cursor: pointer;
  position: absolute;
  margin: -25px 0 0 0;
  right: 0;
  float: right;
  text-decoration: none;
  /* background: #eaeaea; */
  color: #000000;
  padding: 6px 12px 4px 12px;
  font-size: 18px;
}
.Branchzone_titleTable__PdpN9 {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  justify-content: center;
  margin-bottom: 10px;
}
.Branchzone_titleTable__PdpN9 h4 {
  color: #459fa0;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  font-size: 13px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
.Branchzone_addzone__SfkYg h4 {
  color: #459fa0;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  font-size: 13px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
.Branchzone_error__0q1SY {
  color: red;
  font-size: 12px;
  font-weight: 600;
}
.Branchzone_tdAlignLeft__Ivz-d {
  text-align: center;
}
.Branchzone_tdAlignRight__6nbHi {
  text-align: right;
}

.Table_td__b-xCK {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
.Table_th__aHu3f {
  font-size: 13px;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__TAUqH {
  width: 100%;

  /* overflow-x: auto; */
}
.Table_tabwrap__TAUqH table {
  width: 100%;
}
.Table_parenttabwrap__Jx-Tc {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Table_icnndx__O\+8XV {
  display: flex;
  gap: 8px;
}
.Table_ixxxds__H\+7KQ {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.7em;
}
.Table_iont__bjvq2 {
  color: #696969;
}
.Table_icom__WswB6 {
  vertical-align: top;
}
.Table_actionIconContainerrr__YgsbS {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.Table_menuel__TSn4G {
  /* background-color: white; */
  /* width: 160px; */
  /* position: absolute;
    right: 35px; */
  z-index: 4;
  color: #000000 !important;
  padding: 0;
  padding: initial;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Table_menuel__TSn4G ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Table_menuel__TSn4G ul li {
  display: flex;
  /* gap: 1rem; */
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Table_menuli__aGOeo {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c !important;
}
.Table_menuli__aGOeo:hover {
  background-color: #f6f6f6;
}

/* .container {
  font-size: 11px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
} */
.CustomConfirmBox_container__bWkqE {
  font-size: 11px;
  position: fixed;
  top: 0;
  left: 45%;
  display: flex;
  z-index: 100;
  color: #212529;
}

.CustomConfirmBox_confirmBox__GbYkK {
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  display: grid;
  width: 250px;
  /* flex-direction: column; */
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
}
.CustomConfirmBox_btnContainer__IVjYj {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.CustomConfirmBox_btnContainer__IVjYj button {
  font-size: 11px;
  min-width: 50px;
  height: 20px;
  width: auto;
  background: white;
  color: #459fa0 !important;
  border: none;
}
.CustomConfirmBox_btnContainer__IVjYj button:hover {
  background: #459fa0;
  color: white !important;
}
.CustomConfirmBox_confirmTitle__UpLAH {
  font-size: 13px;
  font-weight: 600;
  display: grid;
  align-items: center;
  justify-content: center;
}
.CustomConfirmBox_contentTitle__3Ir1j {
  /* display: flex;
  justify-content: center; */
  overflow: hidden;
  /* white-space: nowrap;
  text-overflow: ellipsis; */
  text-align: center;
}
.CustomConfirmBox_confirmTitle__UpLAH p {
  text-align: center;
}
.CustomConfirmBox_confirmMessage__rD-YH {
  text-align: center;
  text-wrap: balance;
  font-size: 13px;
  font-weight: 600;
}
.CustomConfirmBox_sbmt__UavEG {
  font-size: 12px;
  min-width: 100px;
  height: 25px;
  width: auto;
  background: #333;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;

  border-radius: 4px;
}
.CustomConfirmBox_clear__IDFOv {
  font-size: 12px;
  min-width: 100px;
  height: 25px;
  width: auto;
  color: #333;
  background: #eeeeee;
  border: 1px solid #c1c1c1;
  /* background: #eeeeee; */
  /* border: 1px solid #e5e5e5; */
  border-radius: 5px;
}
.CustomConfirmBox_submitBtn__RKXhF {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.CustomConfirmBox_boxContiner__pGpTa {
  width: 400px;
  min-height: 200px;
  background: #fff;
  padding: 10px 10px;
  /* display: flex;
  flex-direction: column; */
  position: relative;
  display: grid;
}
.CustomConfirmBox_boxContiner__pGpTa h3 {
  color: #459fa0;
  margin: 0;
  padding: 0;
  /* padding-bottom: 15px; */
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}
/* .boxContiner > *:nth-child(n) {
  flex: 1;
} */
.CustomConfirmBox_titleContainer__DmrLu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
      0.25turn,
      rgb(255, 255, 255),
      rgb(11, 127, 128),
      rgb(255, 255, 255)
    )
    1 / 1 / 0 stretch;
  /* padding-bottom: 8px; */
}

.CustomConfirmBox_content__gsxtm {
  display: grid;
  /* justify-content: center; */
  color: #212529;
  grid-gap: 10px;
  gap: 10px;
}

.Advance_clear_buttt__GQpIY{
    padding: 4px 15px;
min-width: 110px;
margin-top: 15px;
font-size: 12px;
border-radius: 4px;
background-color: #E5E5E5;
color:#707070;
max-width: 110px;
border: 1px solid #E5E5E5;

}
.Advance_listSrch__Pfs7L {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
  }
.Advance_save_buttt__0-Oag{
padding: 4px 15px;
min-width: 110px;
margin-top: 15px;
font-size: 12px;
border-radius: 4px;
background-color: #333;
color: white;
max-width: 110px;
}
.Advance_searchformasc__O1sA5{
background-color: #f6f6f6;
padding: 14px;
display: grid;
flex-direction: column;
grid-gap: 7px;
gap: 7px;
}
.Advance_fourinputasc__CZtzc{
display: flex;
/* justify-content: space-between; */
gap:20px;
width: 100%;
}
.Advance_threeinputads__u-D2R{
display: flex;
gap:20px;
width: 74.5%;
}
.Advance_oneinputads__8VRV5{
display: flex;
gap:20px;
width: 23.5%;
}
.Advance_twoinputasc__DtIEB{
display: flex;
gap:20px;
width: 49%;
}
.Advance_searorinp__w29u9{
display: flex;
flex-direction: column;
gap: 2px;
width: 100%;
}
.Advance_selctasc__mBpi9{
border-radius: 5px;
border: 1px solid #E2E1E0;
width: 100%;
height: 33px;
font-size: 11px;
color:#6D6D6D;
}
.Advance_optionnsel__rGhG\+{
font-size: 11px;
font-family:open sans;
padding: 5px;
height: 20px;
}
.Advance_inputasc__04dz-{
border-radius: 5px;
border: 1px solid #E2E1E0;
width: 100%;
height: 33px;
font-size: 11px;
color:#6D6D6D;
padding-left: 5px;
}
.Advance_buttonasc__Uc8Yj{
display: flex;
gap: 20px;
}
.Advance_uplodflex__oNnJu{
display: flex;
gap: 10px;
margin-bottom: 10px;
align-items: center;
}

.Advance_chosefil__8PiuI{
padding: 2px 6px;
border: solid 1px #dadada;
width: 230px;
font-size: 10px;
}
.Advance_downloadssam__S-hv0{
font-size: 9px;
padding: 2px;
width: 100px;
max-height: 25px;
color: #33d7d9 ;
border: 1px solid #000;
border-radius: 2px;
}
.Advance_butncon__gRXfg{
display: flex;
gap: 10px;
}
.EmpReport_main-body__c80aH {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
.main-body h4 {
  color: #1c9294;
} */

.EmpReport_container__PYsWP {
  width: 100%;
}
.EmpReport_mainBodyContainer__Y8mkw {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.EmpReport_tableTitle__RDKtW {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.EmpReport_tableTitle__RDKtW h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.EmpReport_basicTable__ne5kb {
  border-collapse: collapse;
  width: 100%;
}
.EmpReport_basicTable__ne5kb tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
    background: -webkit-gradient(
      linear,
      center top,
      center bottom,
      from(#eaeaea),
      to(#fff)
    ); */
  color: #fff;
  background: #26cacc;
}
.EmpReport_basicTable__ne5kb td,
.EmpReport_basicTable__ne5kb th {
  border: 1px solid #ddd;
  padding: 12px;
}

.EmpReport_basicTable__ne5kb tr:nth-child(even) {
  background-color: #f2f2f2;
}

.EmpReport_basicTable__ne5kb tr:hover {
  background-color: #ddd;
}

/* table th,
    tfoot td {
      padding: 12px 10px;
      text-align: center;
      background-color: #25cacc;
      color: white;
      border: 1px solid #ddd;
    } */
.EmpReport_icons__WcBf0 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.EmpReport_basicTable__ne5kb {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.EmpReport_icons__WcBf0 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.EmpReport_branchFormCont__wsxhj {
  margin-top: 10px;
}
.EmpReport_top-icons__jotkQ {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.EmpReport_departmentFormContainer__pjNOo {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.EmpReport_departmentFormContainer__pjNOo h3 {
  font-size: 15px;
  color: #459fa0;
}
.EmpReport_departmentContainer__uwC4v {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.EmpReport_detailIcons__Koi8P {
  cursor: pointer;
}
.EmpReport_downloadExcelbutton__6kLlW {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.EmpReport_inputcontainer__v1AGV{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.EmpReport_credmoncontainer__n9aj1{
  display: flex;
  flex-direction: column;
}
.EmpReport_inpofcredmon__ZDvpA{
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.EmpReport_lavelsea__7jo9F{
  font-size: 12px;
    font-weight: bold;
    margin-bottom: 1px;
}
.EmpReport_save_buttt__0o2k0{
    padding: 4px 15px;
    min-width: 110px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.EmpReport_navconasc__1eRle{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    top:10px;
}
.EmpReport_optnas__iqppy{
    padding: 10px;
    min-height: 30px;
}
.EmpReport_subbutasc__DT6Na{
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}
.EmpReport_navconta__\+RHS6{
     display: flex;
     margin: 0 15px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
.EmpReport_navcontaa__y9OB2{
  display: flex;
  justify-content: flex-end;
  margin: 0 15px;
  align-items: center;
  padding-bottom: 15px;
}
.EmpReport_allinpcon__X9gjL{
  display: flex;
  gap: 10px;
  align-items: center;
}
.EmpReport_colorxs__DmLTI{
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.EmpReport_singleclr__F6T4F{
  display: flex;
  gap: 5px;
}
.EmpReport_clrbx__DlUDL{
  width: 13px;
  height: 13px;
}
.EmpReport_h5sty__kWqzB{
  font-size: 13px;
  color: 363535;
}
.EmpReport_paginationUl__aEQ\+b li {
  margin: 0;
}

.EmpReport_paginationUl__aEQ\+b li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.EmpReport_Mui-disabled__qBGCD[disabled] {
  cursor: not-allowed;
}
.EmpReport_condatbx__8jQtI {
    display: flex;
    gap: 0.2em;
    align-items: center;
}
.EmpReport_dat_box__ruf78 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1.5em;
    min-height: 1.5em;
    max-height: 1.5em;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 0.56em;
}

.Table_td__uLiWz{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
th{
    font-size: 13px;
}
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__o67jW{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__o67jW table{
     width: 100%;
}
.Table_parenttabwrap__i6xIG{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_icnndx__Uy96I{

    display: flex;
        gap: 8px;
}
.Table_ixxxds__QqOfq{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.7em;
}
.Table_iont__Eg0Ku{
    color: #696969;
    
    
}
.Table_icom__6puhM{
    vertical-align:top;
}
.Table_Table_changeso__UvYiP {
    background: linear-gradient(180deg, #eaeaea, #fff) !important;
    border-right: 1px solid #ddd;
    color: #000;
}
.Table_innerHead__LpbXb {
  position: static !important;
  top: auto !important;
  top: initial !important;
  z-index: auto !important;
  background: transparent !important;
   height: 45px; 
}
.Search_clear_buttt__jutwN{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
 .Search_listSrch__vIYhn {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
  }
.Search_save_buttt__CE9jk{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.Search_searchformasc__d\+vUO{
    background-color: #f6f6f6;
    padding: 14px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}
.Search_fourinputasc__\+8K2n{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
}
.Search_threeinputads__dixZh{
  display: flex;
    gap:20px;
    width: 74.5%;
}
.Search_oneinputads__FKXSL{
  display: flex;
    gap:20px;
    width: 23.5%;
}
.Search_twoinputasc__4gNAC{
    display: flex;
    gap:20px;
    width: 49%;
}
.Search_searorinp__I48gE{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Search_selctasc__7QKic{
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Search_optionnsel__Fd2GJ{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Search_inputasc__Oyp\+o{
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding-left: 5px;
}
.Search_buttonasc__n6Epr{
    display: flex;
    gap: 20px;
}
.Search_uplodflex__k0oec{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
 
.Search_chosefil__ItYiA{
    padding: 2px 6px;
    border: solid 1px #dadada;
    width: 230px;
    font-size: 10px;
}
.Search_downloadssam__IHMKk{
    font-size: 9px;
    padding: 2px;
    width: 100px;
    max-height: 25px;
    color: #33d7d9 ;
    border: 1px solid #000;
    border-radius: 2px;
}
.Search_butncon__5SrA2{
    display: flex;
    gap: 10px;
}
.EditProfile_main-body__zYAwt {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .EditProfile_container__2nOFn {
    width: 100%;
  }
  .EditProfile_mainBodyContainer__R-3Jw {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .EditProfile_tableTitle__3pBzd {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .EditProfile_tableTitle__3pBzd h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .EditProfile_basicTable__McKAb {
    border-collapse: collapse;
    width: 100%;
  }
  .EditProfile_basicTable__McKAb tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .EditProfile_basicTable__McKAb td,
  .EditProfile_basicTable__McKAb th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .EditProfile_basicTable__McKAb tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .EditProfile_basicTable__McKAb tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .EditProfile_icons__\+T7DP {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .EditProfile_basicTable__McKAb {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .EditProfile_icons__\+T7DP {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .EditProfile_branchFormCont__rbqAA {
    margin-top: 10px;
  }
  .EditProfile_top-icons__IuI8u {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .EditProfile_departmentFormContainer__\+rpc5 {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .EditProfile_departmentFormContainer__\+rpc5 h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .EditProfile_departmentContainer__cCJvP {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .EditProfile_detailIcons__ntxhy {
    cursor: pointer;
  }
  .EditProfile_downloadExcelbutton__hwQWa {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .EditProfile_inputcontainer__oM9bx{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .EditProfile_credmoncontainer__-Vp98{
    display: flex;
    flex-direction: column;
  }
  .EditProfile_inpofcredmon__26GiC{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .EditProfile_lavelsea__Gcg92{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .EditProfile_save_buttt__1aoml{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .EditProfile_allinpcon__Opyam{
    display: flex;
    gap: 15px;
    align-items: center;
  }
  
  
  .EditProfile_navcontaa__E6AvU{
          display: flex;
      justify-content: space-between;
      margin: 15px;
      align-items: center;
      /* margin-bottom: 5px; */
      padding-bottom: 20px;
  }
  .EditProfile_navconasc__DfHEx{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      bottom: 5px;
  }
  .EditProfile_onsubmt__JA1lo{
    display: flex;
    gap: 5px;
    margin-top: 10px;
    align-items: center;
  }
  .EditProfile_savbt__tTLAv{
        color: #fff;
      background-color: #5cb85c;
      border-color: #4cae4c;
      font-size: 13px;
  }
  .EditProfile_canbt__\+1QhL{
         color: #fff;
      background-color: #d9534f;
      border-color: #d43f3a;
      font-size: 13px;
  }
  .EditProfile_btncontr__2OqkV{
    display: flex;
    justify-content: space-between;
    padding: 15px ;
    padding-bottom: 0px;
  }
  .EditProfile_btnspcficcontr__F\+Nb7{
    display: flex;
    gap: 15px;
  }
  .EditProfile_clear_buttt__MHWaZ{
          padding: 4px 15px;
      min-width: 110px;
      margin-top: 15px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #E5E5E5;
      color:#707070;
      max-width: 110px;
      border: 1px solid #E5E5E5;
  
  }
  .EditProfile_save_buttt__1aoml{
      padding: 4px 15px;
      min-width: 110px;
      margin-top: 15px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .EditProfile_paginationUl__u\+rgY li {
    margin: 0;
  }
  
  .EditProfile_paginationUl__u\+rgY li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .EditProfile_Mui-disabled__iiIVK[disabled] {
    cursor: not-allowed;
  }
  .EditProfile_edtr__QAUFU{
      display: flex;
      justify-content: space-between;
      padding: 5px 0;
  }
.EmpForm_primgnnadm__FixUf {
    display: flex;
    gap: 10px;
}

.EmpForm_lbblf__XNtl6 {
    font-size: 12px;
    font-weight: bold;
    color: #000;

}
.EmpForm_lbblfcg__-qqTn{
    font-size: 12px;
    font-weight: bold;
    color:#000;
    margin: 19px;
    border: 2px solid;
    padding: 5px 15px;
    border-radius: 50px;
    color: #189c9e;

}
.EmpForm_lbblfccd__IrVDB {
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color: #6D6D6D;
}

.EmpForm_inppoffg__RVMCR {
    width: 100%;
    padding: 2px 6px;
    border: solid 1px #dadada;
    font-size: 12px;
    height: 30px;
}

.EmpForm_hofnr__wpy2y {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: bold;
    color: #6D6D6D;
    margin: 12px 0;
}

.EmpForm_hofempdffek__MbQuF {
    /* color: #000; */
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: bold;
    /* border-bottom: 1.5px solid #459fa0; */
    /* margin-top: 5px; */
    padding-bottom: 3px;
}

.EmpForm_clear_buttt__-eZ24 {
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color: #707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}

.EmpForm_save_buttt__YYENE {
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.EmpForm_setdef__9ANle {
    padding: 4px 15px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #F5F5F5;
    color: black;
    max-width: 150px;
}

.EmpForm_searchformadxdsc__xJjbk {
    margin-top: 10px;
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}

.EmpForm_fourinputasc__IN3v3 {
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
    width: 100%;
}

.EmpForm_threeinputads__urhN5 {
    display: flex;
    gap: 20px;
    width: 74.5%;
}

.EmpForm_oneinputads__Hjzhn {
    display: flex;
    gap: 20px;
    width: 23.5%;
}

.EmpForm_topFilters__BaRlt {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
    gap: 20px;
    width: 74.5%;
}

.EmpForm_twoinputasc__07yyv {
    display: flex;
    gap: 20px;
    width: 49%;
}

.EmpForm_searorinp__8UdTm {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.EmpForm_selctasc__IrrRp {
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color: #6D6D6D;
    padding: 5px;
}

.EmpForm_optionnsel__kzTcg {
    font-size: 11px;
    font-family: open sans;
    padding: 5px;
    height: 20px;
}
.EmpForm_iconimg__ej-pc {
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
.EmpForm_inputasc__zZE2g {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color: #6D6D6D;
    padding-left: 5px;
}

.EmpForm_buttonasc__4Fa4t {
    display: flex;
    gap: 20px;
}

.EmpForm_uplodflex__1KYq2 {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.EmpForm_chosefil__xctqK {
    padding: 2px 6px;
    border: solid 1px #dadada;
    width: 230px;
    font-size: 10px;
}

.EmpForm_downloadssam__OjBg1 {
    font-size: 9px;
    padding: 2px;
    width: 100px;
    max-height: 25px;
    color: rgb(69, 159, 160);
    border: 1px solid #000;
    border-radius: 2px;
}

.EmpForm_butncon__U1tgi {
    display: flex;
    gap: 10px;
}


.EmpForm_plusIcon__x5krc {
    color: #189c9e;
    margin-left: 5px;
}
.EmpForm_pluskIcon__Zhkzs {
    color: #189c9e;
    margin-left: 5px;
    margin-top: -1px;
}

.EmpForm_reqire__wqP1P{
    color: #ff1b1b;
    margin-left: 2px;
}

.EmpForm_error__floso {
    color: red;
    font-size: 12px;
    font-weight: 600;
  }

@media (max-width: 768px) {
    .EmpForm_fourinputasc__IN3v3 {
        flex-direction: column;
    }

    .EmpForm_topFilters__BaRlt {
        grid-template-columns: 1fr;
        width: 100%;
    }
}

.Manage_tdAlignLeft__9Ao1R {
  text-align: left;
}
.Manage_tdAlignRight__Dzn0r {
  text-align: right;
}
.Manage_mca__eiEW- {
  display: flex;
}
.Manage_listSrch__sHfHy {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}
.Manage_grey_ca__VUnwA {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Manage_icon_gray_ca__T4lo5 {
  display: flex;
  gap: 10px;
}

.Manage_cont_ca__l9p3p {
  width: 100%;
  height: 100%;
}
.Manage_white_space_ca__kelEO {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 38px;
  align-items: center;
  color: #696969;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}
.Manage_whiteicon__a2H7- {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.Manage_all_main_c__Idjei {
  background-color: #f6f6f6;
  display: grid;
  height: calc(100% - 74px);
  padding: 15px;
}
.Manage_inn_white__dZlXm {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

.Manage_home_ic__HmHat {
  position: relative;
  bottom: 2px;
  color: #000000;
}
.Manage_topcon__7DlnD {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.Manage_additm__ZiQXP {
  display: flex;
  flex-direction: column;
}
.Manage_clear_buttt__R4IHF {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Manage_save_buttt__yuaY- {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.Manage_tabwrap__-QWZC {
  width: 100%;

  /* overflow-x: auto; */
}
.Manage_tabwrap__-QWZC table {
  width: 100%;
}
.Manage_parenttabwrap__4xtbI {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Manage_navconta__xtgXA {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_navcontaa__AyXr9 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_downloadExcelbutton__OPB7h {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Manage_icons__pbXKI {
  color: #696969;
}
.Manage_advnceaserachasc__53B\+7 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 3px 10px; */
}
.Manage_searchformasc__\+VhKo {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Manage_fourinputasc__ygq\+p {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Manage_twoinputasc__j\+Bvo {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Manage_searorinp__3DWnB {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Manage_selctasc__IQ9Zl {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Manage_optionnsel__Nvi74 {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Manage_inputasc__DZsqC {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Manage_buttonasc__BqwD0 {
  display: flex;
  gap: 20px;
}
.Manage_tableconasc__kQtHY {
  display: grid;
  padding: 10px;
  border: 1px solid #b7b7b7;
  margin-top: 10px;
}
.Manage_actincbut__ZLJPJ {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #04d718;
  color: white;
}
.Manage_inactincbut__xDUaw {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #d70427;
  color: white;
}
.Manage_navconasc__xyhxv {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
.Manage_subbutasc__hPDtj {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Manage_optnas__JEqHO {
  padding: 10px;
  min-height: 30px;
}

/* for modal */
.Manage_additm__ZiQXP {
  display: flex;
  flex-direction: column;
}

.Manage_twodivcon__BJsII {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_twodivlogo__9nb1H {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
.Manage_selinp__Cj75B {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_logocon__VuyKD {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.Manage_selitx__oQ7y7 {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_oneselitx__QATST {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_bigtxt__1vFHS {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 11px;
  padding: 5px;
  height: 55px;
  font-family: Open Sans;
}
.Manage_onedivcon__WHO-k {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_logoasc__Aohg8 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1.5px solid #e2e1e0;
}
/* for modal */
.Manage_flexasc__rksqs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
/* menu style */
.Manage_menuel__DXNQC {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Manage_menuel__DXNQC ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Manage_menuel__DXNQC ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Manage_menuli__-urtL {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.Manage_menuli__-urtL:hover {
  background-color: #f6f6f6;
}
.Manage_icoconel__WUjue {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

td {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
th {
  font-size: 13px;
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__pyhVz {
  width: 100%;

  /* overflow-x: auto; */
}
.Table_tabwrap__pyhVz table {
  width: 100%;
}
.Table_parenttabwrap__d6TgA {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Table_component__M4no- {
  border: 1px solid #d2d2d2;
  background: #e8e8e8;
  color: #000;
  padding: 1px 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 2px;
}
.Table_index1__KJba4 {
  text-align: left;
}
.Table_flexasc__0lfk1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.Manage_tdAlignLeft__rVfU2 {
  text-align: left;
}
.Manage_tdAlignRight__\+zvhc {
  text-align: right;
}
.Manage_mca__FDbag {
  display: flex;
}
.Manage_listSrch__3Q-zq {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}
.Manage_grey_ca__Fai2u {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Manage_icon_gray_ca__SZuHV {
  display: flex;
  gap: 10px;
}

.Manage_cont_ca__fbLjd {
  width: 100%;
  height: 100%;
}
.Manage_white_space_ca__tLhEK {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 38px;
  align-items: center;
  color: #696969;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}
.Manage_whiteicon__Ddxf2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.Manage_all_main_c__l8ypA {
  background-color: #f6f6f6;
  display: grid;
  height: calc(100% - 74px);
  padding: 15px;
}
.Manage_inn_white__vNIZu {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

.Manage_home_ic__6RSXp {
  position: relative;
  bottom: 2px;
  color: #000000;
}
.Manage_topcon__fFJ5\+ {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.Manage_additm__kxybD {
  display: flex;
  flex-direction: column;
}
.Manage_clear_buttt__YPY-D {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Manage_save_buttt__-3xgq {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.Manage_tabwrap__8t-Uz {
  width: 100%;

  /* overflow-x: auto; */
}
.Manage_tabwrap__8t-Uz table {
  width: 100%;
}
.Manage_parenttabwrap__kTJau {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Manage_navconta__eisfZ {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_navcontaa__ygecG {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_downloadExcelbutton__ko1X6 {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Manage_icons__uy0Yz {
  color: #696969;
}
.Manage_advnceaserachasc__-4aju {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 3px 10px; */
}
.Manage_searchformasc__UODDC {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Manage_fourinputasc__XeEZm {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Manage_twoinputasc__1Euf1 {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Manage_searorinp__h\+fBR {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Manage_selctasc__2lVSb {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Manage_optionnsel__H0e0R {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Manage_inputasc__y-eD- {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Manage_buttonasc__\+goqh {
  display: flex;
  gap: 20px;
}
.Manage_tableconasc__q\+FMt {
  display: grid;
  padding: 10px;
  border: 1px solid #b7b7b7;
  margin-top: 10px;
}
.Manage_actincbut__tHguY {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #04d718;
  color: white;
}
.Manage_inactincbut__oGofv {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #d70427;
  color: white;
}
.Manage_navconasc__2l3Bt {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
.Manage_subbutasc__ngtvl {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Manage_optnas__R-ihK {
  padding: 10px;
  min-height: 30px;
}

/* for modal */
.Manage_additm__kxybD {
  display: flex;
  flex-direction: column;
}

.Manage_twodivcon__9nKZ9 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_twodivlogo__8RvbM {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
.Manage_selinp__iYy7H {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_logocon__cVweF {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.Manage_selitx__6NLPS {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_oneselitx__8TX5M {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_bigtxt__3d45f {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 11px;
  padding: 5px;
  height: 55px;
  font-family: Open Sans;
}
.Manage_onedivcon__AgOOw {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_logoasc__DXkJE {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1.5px solid #e2e1e0;
}
/* for modal */
.Manage_flexasc__jOXau {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
/* menu style */
.Manage_menuel__pdJI1 {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Manage_menuel__pdJI1 ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Manage_menuel__pdJI1 ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Manage_menuli__hdqZE {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.Manage_menuli__hdqZE:hover {
  background-color: #f6f6f6;
}
.Manage_icoconel__GU1\+c {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.Form_title__LuIOd {
}
/* .inputContainer {
  display: flex;
} */
/* MyComponent.module.css */

.Form_inputContainer__D6rCZ {
  display: grid;
  width: 60%;
  grid-gap: 20px;
  gap: 20px;
  /* padding-bottom: 10px; */
  grid-template-columns: 1fr 1fr;
}
.Form_dupFormInputContainer__tjxiH {
  display: grid;
  width: 100%;
  grid-gap: 20px;
  gap: 20px;
  /* padding-bottom: 15px; */
  /* grid-template-columns: 1fr 1fr 10% 30% 5%; */
  /* grid-template-columns: 1fr 1fr 30% 10%; */
  grid-template-columns: 1fr 1fr 1fr 20% 5%;
}
.Form_inputCont__z56-t {
  display: grid;
  width: 100%;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  grid-template-rows: 1fr 1fr 0.5fr;
}
.Form_actionCont__0hF1f {
  display: grid;
  /* width: 100%; */
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  /* grid-template-rows: 1fr 1fr 0.5fr; */
}
.Form_inputRow__uFtaA {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 15px;
  width: 85%;
}
.Form_inputRow__uFtaA label {
  color: #212529;
  width: 100%;
}
.Form_buttonRow__mr64V {
  display: flex;
  justify-content: flex-end;
}
.Form_inputCont__z56-t input,
.Form_inputCont__z56-t select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}
.Form_submitBtn__l66CV button {
  padding: 4px 15px;
  min-width: 50px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  width: 110px;
}
.Form_formContainer__Wq7O7 h3 {
  color: #459fa0;
}
.Form_formContainer__Wq7O7 h4 {
  color: #459fa0;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 700;
  /* text-transform: uppercase; */
}
.Form_formContainer__Wq7O7 {
  min-height: 400px;
  position: relative;
  background-color: #fff;
  color: #212529;
}
.Form_requiredIndicator__UxigH {
  color: #ff1b1b;
  margin-left: 2px;
}
.Form_radioCont__-0QYL {
  display: grid;
}
.Form_radioGroup__Kw5Ck {
  display: flex;
  gap: 5px;
  font-size: 12px;
}
.Form_radioCont__-0QYL label {
  font-size: 12px;
  font-weight: 600;
}
.Form_radioGroup__Kw5Ck label {
  font-size: 11px;
}
.Form_titleTable__LHgr3 {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  justify-content: space-between;
  margin-bottom: 10px;
}
.Form_closeBtn__eS\+rm {
  cursor: pointer;
  position: absolute;
  margin: -25px 0 0 0;
  right: 0;
  float: right;
  text-decoration: none;
  /* background: #eaeaea; */
  color: #000000;
  padding: 6px 12px 4px 12px;
  font-size: 18px;
}
.Form_closeBtn__eS\+rm:hover {
  color: #26cacc;
}
.Form_plusIcon__3dLHZ {
  color: #189c9e;
  margin-left: 5px;
}
.Form_disabledInput__VVybl {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.Form_multiInputCont__njHHR {
  display: flex;
  gap: 20px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
}
.Form_multiInputCont__njHHR select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}
.Form_error__yDps5 {
  color: red;
}

.Manage_tdAlignLeft__bjx6F {
  text-align: left;
}
.Manage_tdAlignRight__QZ9CC {
  text-align: right;
}
.Manage_mca__KHjnZ {
  display: flex;
}
.Manage_listSrch__lw5TR {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}
.Manage_grey_ca__LaAKV {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Manage_icon_gray_ca__kUecs {
  display: flex;
  gap: 10px;
}

.Manage_cont_ca__6\+4s1 {
  width: 100%;
  height: 100%;
}
.Manage_white_space_ca__iRz6R {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 38px;
  align-items: center;
  color: #696969;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}
.Manage_whiteicon__RT0\+5 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.Manage_all_main_c__iT-3i {
  background-color: #f6f6f6;
  display: grid;
  height: calc(100% - 74px);
  padding: 15px;
}
.Manage_inn_white__u9X7u {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

.Manage_home_ic__nFQh7 {
  position: relative;
  bottom: 2px;
  color: #000000;
}
.Manage_topcon__MvnGa {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.Manage_additm__AkyUI {
  display: flex;
  flex-direction: column;
}
.Manage_clear_buttt__hns5N {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Manage_save_buttt__MfAHr {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.Manage_tabwrap__HqWzl {
  width: 100%;

  /* overflow-x: auto; */
}
.Manage_tabwrap__HqWzl table {
  width: 100%;
}
.Manage_parenttabwrap__Zjj6Q {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Manage_navconta__8Hk1B {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_navcontaa__CEf5f {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_downloadExcelbutton__HBEY- {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Manage_icons__wNugg {
  color: #696969;
}
.Manage_advnceaserachasc__uVh3c {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 3px 10px; */
}
.Manage_searchformasc__bUbg1 {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Manage_fourinputasc__PKJ7h {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Manage_twoinputasc__YR2WQ {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Manage_searorinp__c1-oo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Manage_selctasc__YvlkK {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Manage_optionnsel__48fxv {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Manage_inputasc__lMVYN {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Manage_buttonasc__QhmHe {
  display: flex;
  gap: 20px;
}
.Manage_tableconasc__DnUuB {
  display: grid;
  padding: 10px;
  border: 1px solid #b7b7b7;
  margin-top: 10px;
}
.Manage_actincbut__taSQU {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #04d718;
  color: white;
}
.Manage_inactincbut__WjahF {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #d70427;
  color: white;
}
.Manage_navconasc__jI4KR {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
.Manage_subbutasc__Q12Kq {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Manage_optnas__bcQdb {
  padding: 10px;
  min-height: 30px;
}

/* for modal */
.Manage_additm__AkyUI {
  display: flex;
  flex-direction: column;
}

.Manage_twodivcon__a-F7o {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_twodivlogo__Sb\+uv {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
.Manage_selinp__wbsyD {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_logocon__23D2r {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.Manage_selitx__uQ4gL {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_oneselitx__gWA4N {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_bigtxt__W9dI3 {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 11px;
  padding: 5px;
  height: 55px;
  font-family: Open Sans;
}
.Manage_onedivcon__zefEl {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_logoasc__j-U8z {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1.5px solid #e2e1e0;
}
/* for modal */
.Manage_flexasc__VuZRT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
/* menu style */
.Manage_menuel__0R9zR {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Manage_menuel__0R9zR ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Manage_menuel__0R9zR ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Manage_menuli__RKWsy {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.Manage_menuli__RKWsy:hover {
  background-color: #f6f6f6;
}
.Manage_icoconel__NVmY4 {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

td {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
th {
  font-size: 13px;
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__YR-Pt {
  width: 100%;

  /* overflow-x: auto; */
}
.Table_tabwrap__YR-Pt table {
  width: 100%;
}
.Table_parenttabwrap__xtb4r {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Table_component__f0n29 {
  border: 1px solid #d2d2d2;
  background: #e8e8e8;
  color: #000;
  padding: 1px 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 2px;
}
.Table_index1__oRKU6 {
  text-align: left;
}
.Table_flexasc__O7xpa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.Manage_tdAlignLeft__mhHwJ {
  text-align: left;
}
.Manage_tdAlignRight__uzzjm {
  text-align: right;
}
.Manage_mca__0JZP9 {
  display: flex;
}
.Manage_listSrch__U9k1Y {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}
.Manage_grey_ca__fbvYI {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Manage_icon_gray_ca__aGKJ4 {
  display: flex;
  gap: 10px;
}

.Manage_cont_ca__LUFlM {
  width: 100%;
  height: 100%;
}
.Manage_white_space_ca__p44p- {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 38px;
  align-items: center;
  color: #696969;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}
.Manage_whiteicon__ivgRu {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.Manage_all_main_c__l9AN6 {
  background-color: #f6f6f6;
  display: grid;
  height: calc(100% - 74px);
  padding: 15px;
}
.Manage_inn_white__nuVOm {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

.Manage_home_ic__Op5lv {
  position: relative;
  bottom: 2px;
  color: #000000;
}
.Manage_topcon__CSYMs {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.Manage_additm__PRP\+1 {
  display: flex;
  flex-direction: column;
}
.Manage_clear_buttt__VAua6 {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Manage_save_buttt__yXSkE {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.Manage_tabwrap__1L\+7U {
  width: 100%;

  /* overflow-x: auto; */
}
.Manage_tabwrap__1L\+7U table {
  width: 100%;
}
.Manage_parenttabwrap__N72yC {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Manage_navconta__k8M5d {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_navcontaa__f6IZm {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_downloadExcelbutton__lmjd7 {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Manage_icons__bt2Dz {
  color: #696969;
}
.Manage_advnceaserachasc__QN52f {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 3px 10px; */
}
.Manage_searchformasc__FLCR9 {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Manage_fourinputasc__mGkUA {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Manage_twoinputasc__90HTc {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Manage_searorinp__iYOhD {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Manage_selctasc__CvZV\+ {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Manage_optionnsel__Lm1cX {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Manage_inputasc__4lDAc {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Manage_buttonasc__Yw5ph {
  display: flex;
  gap: 20px;
}
.Manage_tableconasc__-aoqO {
  display: grid;
  padding: 10px;
  border: 1px solid #b7b7b7;
  margin-top: 10px;
}
.Manage_actincbut__\+YBM6 {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #04d718;
  color: white;
}
.Manage_inactincbut__Zzpfb {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #d70427;
  color: white;
}
.Manage_navconasc__Gw73G {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
.Manage_subbutasc__48W3Q {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Manage_optnas__Oo\+fM {
  padding: 10px;
  min-height: 30px;
}

/* for modal */
.Manage_additm__PRP\+1 {
  display: flex;
  flex-direction: column;
}

.Manage_twodivcon__dN70h {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_twodivlogo__1V-\+v {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
.Manage_selinp__Z7TIr {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_logocon__hk1w4 {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.Manage_selitx__vJ\+pX {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_oneselitx__92fbz {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_bigtxt__MsykZ {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 11px;
  padding: 5px;
  height: 55px;
  font-family: Open Sans;
}
.Manage_onedivcon__BYAiW {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_logoasc__\+reZ1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1.5px solid #e2e1e0;
}
/* for modal */
.Manage_flexasc__dtXZ7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
/* menu style */
.Manage_menuel__8xQlL {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Manage_menuel__8xQlL ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Manage_menuel__8xQlL ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Manage_menuli__7tlOO {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.Manage_menuli__7tlOO:hover {
  background-color: #f6f6f6;
}
.Manage_icoconel__8Dqxa {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.Form_title__3vlMA {
}
/* .inputContainer {
  display: flex;
} */
/* MyComponent.module.css */

.Form_inputContainer__oAS-\+ {
  display: grid;
  width: 60%;
  grid-gap: 20px;
  gap: 20px;
  /* padding-bottom: 10px; */
  grid-template-columns: 1fr 1fr;
}
.Form_dupFormInputContainer__0MAwZ {
  display: grid;
  width: 100%;
  grid-gap: 20px;
  gap: 20px;
  /* padding-bottom: 15px; */
  /* grid-template-columns: 1fr 1fr 10% 30% 5%; */
  /* grid-template-columns: 1fr 1fr 30% 10%; */
  grid-template-columns: 1fr 1fr 1fr 20% 5%;
}
.Form_inputCont__n2X3H {
  display: grid;
  width: 100%;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  grid-template-rows: 1fr 1fr 0.5fr;
}
.Form_actionCont__qwaSL {
  display: grid;
  /* width: 100%; */
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  /* grid-template-rows: 1fr 1fr 0.5fr; */
}
.Form_inputRow__3J-\+j {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 15px;
  width: 85%;
}
.Form_inputRow__3J-\+j label {
  color: #212529;
  width: 100%;
}
.Form_buttonRow__nq5QS {
  display: flex;
  justify-content: flex-end;
}
.Form_inputCont__n2X3H input,
.Form_inputCont__n2X3H select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}
.Form_submitBtn__JdJLZ button {
  padding: 4px 15px;
  min-width: 50px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  width: 110px;
}
.Form_formContainer__2KjBt h3 {
  color: #459fa0;
}
.Form_formContainer__2KjBt h4 {
  color: #459fa0;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 700;
  /* text-transform: uppercase; */
}
.Form_formContainer__2KjBt {
  min-height: 400px;
  position: relative;
  background-color: #fff;
  color: #212529;
}
.Form_requiredIndicator__yXmvg {
  color: #ff1b1b;
  margin-left: 2px;
}
.Form_radioCont__4Uns9 {
  display: grid;
}
.Form_radioGroup__sKd14 {
  display: flex;
  gap: 5px;
  font-size: 12px;
}
.Form_radioCont__4Uns9 label {
  font-size: 12px;
  font-weight: 600;
}
.Form_radioGroup__sKd14 label {
  font-size: 11px;
}
.Form_titleTable__P6S02 {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  justify-content: space-between;
  margin-bottom: 10px;
}
.Form_closeBtn__w2pbZ {
  cursor: pointer;
  position: absolute;
  margin: -25px 0 0 0;
  right: 0;
  float: right;
  text-decoration: none;
  /* background: #eaeaea; */
  color: #000000;
  padding: 6px 12px 4px 12px;
  font-size: 18px;
}
.Form_closeBtn__w2pbZ:hover {
  color: #26cacc;
}
.Form_plusIcon__jTYqQ {
  color: #189c9e;
  margin-left: 5px;
  cursor: pointer;
}
.Form_disabledInput__5ONcw {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.Form_multiInputCont__itLkr {
  display: flex;
  gap: 20px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
}
.Form_multiInputCont__itLkr select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}
.Form_error__G0YIw {
  color: red;
}

.Manage_tdAlignLeft__UHpFq {
  text-align: left;
}
.Manage_tdAlignRight__BKz2B {
  text-align: right;
}
.Manage_mca__0GnJ6 {
  display: flex;
}
.Manage_listSrch__5lXXg {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}
.Manage_grey_ca__odig5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Manage_icon_gray_ca__Fm0\+P {
  display: flex;
  gap: 10px;
}

.Manage_cont_ca__v6MJY {
  width: 100%;
  height: 100%;
}
.Manage_white_space_ca__8OPLO {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 38px;
  align-items: center;
  color: #696969;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}
.Manage_whiteicon__H4U2I {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.Manage_all_main_c__yxrvX {
  background-color: #f6f6f6;
  display: grid;
  height: calc(100% - 74px);
  padding: 15px;
}
.Manage_inn_white__5oYRt {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

.Manage_home_ic__VodMS {
  position: relative;
  bottom: 2px;
  color: #000000;
}
.Manage_topcon__edujZ {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.Manage_additm__TmEIq {
  display: flex;
  flex-direction: column;
}
.Manage_clear_buttt__pAsoR {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Manage_save_buttt__lpQAq {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.Manage_tabwrap__0-x5k {
  width: 100%;

  /* overflow-x: auto; */
}
.Manage_tabwrap__0-x5k table {
  width: 100%;
}
.Manage_parenttabwrap__Amkoz {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Manage_navconta__V2IOs {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_navcontaa__ngvOp {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_downloadExcelbutton__2u\+3E {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Manage_icons__XYlVG {
  color: #696969;
}
.Manage_advnceaserachasc__SCSlr {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 3px 10px; */
}
.Manage_searchformasc__DtLCK {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Manage_fourinputasc__tXPxT {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Manage_twoinputasc__rCZEC {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Manage_searorinp__SlysP {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Manage_selctasc__hy6Es {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Manage_optionnsel__V2\+hK {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Manage_inputasc__sVoXv {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Manage_buttonasc__WCbOi {
  display: flex;
  gap: 20px;
}
.Manage_tableconasc__y4qyT {
  display: grid;
  padding: 10px;
  border: 1px solid #b7b7b7;
  margin-top: 10px;
}
.Manage_actincbut__FZHB\+ {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #04d718;
  color: white;
}
.Manage_inactincbut__dMyWP {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #d70427;
  color: white;
}
.Manage_navconasc__qqjFE {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
.Manage_subbutasc__LdUzA {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Manage_optnas__uqPQq {
  padding: 10px;
  min-height: 30px;
}

/* for modal */
.Manage_additm__TmEIq {
  display: flex;
  flex-direction: column;
}

.Manage_twodivcon__XSCwF {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_twodivlogo__anvP7 {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
.Manage_selinp__rO7F0 {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_logocon__flIwP {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.Manage_selitx__E\+R2i {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_oneselitx__HPajO {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_bigtxt__eNKzG {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 11px;
  padding: 5px;
  height: 55px;
  font-family: Open Sans;
}
.Manage_onedivcon__9TroN {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_logoasc__RneEn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1.5px solid #e2e1e0;
}
/* for modal */
.Manage_flexasc__LiNsx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
/* menu style */
.Manage_menuel__UY\+lO {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Manage_menuel__UY\+lO ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Manage_menuel__UY\+lO ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Manage_menuli__8lfqF {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.Manage_menuli__8lfqF:hover {
  background-color: #f6f6f6;
}
.Manage_icoconel__SeEPt {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

td {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
th {
  font-size: 13px;
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__nqq8D {
  width: 100%;

  /* overflow-x: auto; */
}
.Table_tabwrap__nqq8D table {
  width: 100%;
}
.Table_parenttabwrap__enfGa {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Table_component__vJ4El {
  border: 1px solid #d2d2d2;
  background: #e8e8e8;
  color: #000;
  padding: 1px 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 2px;
}
.Table_index1__Ihxys {
  text-align: left;
}
.Table_flexasc__vm6Os {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.Manage_tdAlignLeft__sGSt8 {
  text-align: left;
}
.Manage_tdAlignRight__Inx77 {
  text-align: right;
}
.Manage_mca__j7GAp {
  display: flex;
}
.Manage_listSrch__Pbo-Q {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}
.Manage_grey_ca__FPtvC {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Manage_icon_gray_ca__Ygpb9 {
  display: flex;
  gap: 10px;
}

.Manage_cont_ca__mdIZJ {
  width: 100%;
  height: 100%;
}
.Manage_white_space_ca__O5Any {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 38px;
  align-items: center;
  color: #696969;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}
.Manage_whiteicon__pHds6 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.Manage_all_main_c__5i3Jl {
  background-color: #f6f6f6;
  display: grid;
  height: calc(100% - 74px);
  padding: 15px;
}
.Manage_inn_white__lzCeD {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

.Manage_home_ic__YAV8c {
  position: relative;
  bottom: 2px;
  color: #000000;
}
.Manage_topcon__jlcEu {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.Manage_additm__RnjM9 {
  display: flex;
  flex-direction: column;
}
.Manage_clear_buttt__O5Dlm {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Manage_save_buttt__rwrxv {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.Manage_tabwrap__dWxsU {
  width: 100%;

  /* overflow-x: auto; */
}
.Manage_tabwrap__dWxsU table {
  width: 100%;
}
.Manage_parenttabwrap__weq90 {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Manage_navconta__1gQwV {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_navcontaa__bezQg {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_downloadExcelbutton__pu8KS {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Manage_icons__tmAnI {
  color: #696969;
}
.Manage_advnceaserachasc__X7V43 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 3px 10px; */
}
.Manage_searchformasc__FOhHE {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Manage_fourinputasc__F3A8E {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Manage_twoinputasc__L6fw4 {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Manage_searorinp__N2mSl {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Manage_selctasc__LeFzU {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Manage_optionnsel__Ytmpq {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Manage_inputasc__H4I7U {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Manage_buttonasc__ona22 {
  display: flex;
  gap: 20px;
}
.Manage_tableconasc__5mJg1 {
  display: grid;
  padding: 10px;
  border: 1px solid #b7b7b7;
  margin-top: 10px;
}
.Manage_actincbut__UG5js {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #04d718;
  color: white;
}
.Manage_inactincbut__133IY {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #d70427;
  color: white;
}
.Manage_navconasc__J9dEr {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
.Manage_subbutasc__P62QR {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Manage_optnas__9V9zG {
  padding: 10px;
  min-height: 30px;
}

/* for modal */
.Manage_additm__RnjM9 {
  display: flex;
  flex-direction: column;
}

.Manage_twodivcon__xjC99 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_twodivlogo__9gzQ5 {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
.Manage_selinp__NUgt6 {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_logocon__GlJEe {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.Manage_selitx__2to-6 {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_oneselitx__NCbiC {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_bigtxt__3MTal {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 11px;
  padding: 5px;
  height: 55px;
  font-family: Open Sans;
}
.Manage_onedivcon__hXwPX {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_logoasc__B6u3- {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1.5px solid #e2e1e0;
}
/* for modal */
.Manage_flexasc__uM90i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
/* menu style */
.Manage_menuel__PQ9dw {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Manage_menuel__PQ9dw ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Manage_menuel__PQ9dw ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Manage_menuli__\+shIC {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.Manage_menuli__\+shIC:hover {
  background-color: #f6f6f6;
}
.Manage_icoconel__iXsyT {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.Form_title__-ElMk {
}
/* .inputContainer {
  display: flex;
} */
/* MyComponent.module.css */

.Form_inputContainer__8wcT4 {
  display: grid;
  width: 60%;
  grid-gap: 20px;
  gap: 20px;
  /* padding-bottom: 10px; */
  grid-template-columns: 1fr 1fr;
}
.Form_dupFormInputContainer__oGs\+G {
  display: grid;
  width: 100%;
  grid-gap: 20px;
  gap: 20px;
  /* padding-bottom: 15px; */
  /* grid-template-columns: 1fr 1fr 10% 30% 5%; */
  /* grid-template-columns: 1fr 1fr 30% 10%; */
  grid-template-columns: 1fr 1fr 1fr 20% 5%;
}
.Form_inputCont__exhNx {
  display: grid;
  width: 100%;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  grid-template-rows: 1fr 1fr 0.5fr;
}
.Form_actionCont__Ok76K {
  display: grid;
  /* width: 100%; */
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  /* grid-template-rows: 1fr 1fr 0.5fr; */
}
.Form_inputRow__no2gX {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 15px;
  width: 85%;
}
.Form_inputRow__no2gX label {
  color: #212529;
  width: 100%;
}
.Form_buttonRow__yxBQg {
  display: flex;
  justify-content: flex-end;
}
.Form_inputCont__exhNx input,
.Form_inputCont__exhNx select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}
.Form_submitBtn__Imfzd button {
  padding: 4px 15px;
  min-width: 50px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  width: 110px;
}
.Form_formContainer__BYw2n h3 {
  color: #459fa0;
}
.Form_formContainer__BYw2n h4 {
  color: #459fa0;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 700;
  /* text-transform: uppercase; */
}
.Form_formContainer__BYw2n {
  min-height: 400px;
  position: relative;
  background-color: #fff;
  color: #212529;
}
.Form_requiredIndicator__J4xTJ {
  color: #ff1b1b;
  margin-left: 2px;
}
.Form_radioCont__iUiQv {
  display: grid;
}
.Form_radioGroup__V2aw8 {
  display: flex;
  gap: 5px;
  font-size: 12px;
}
.Form_radioCont__iUiQv label {
  font-size: 12px;
  font-weight: 600;
}
.Form_radioGroup__V2aw8 label {
  font-size: 11px;
}
.Form_titleTable__fF7Zw {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  justify-content: space-between;
  margin-bottom: 10px;
}
.Form_closeBtn__q\+jzo {
  cursor: pointer;
  position: absolute;
  margin: -25px 0 0 0;
  right: 0;
  float: right;
  text-decoration: none;
  /* background: #eaeaea; */
  color: #000000;
  padding: 6px 12px 4px 12px;
  font-size: 18px;
}
.Form_closeBtn__q\+jzo:hover {
  color: #26cacc;
}
.Form_plusIcon__2NZbW {
  color: #189c9e;
  margin-left: 5px;
}
.Form_disabledInput__5sxnw {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.Form_multiInputCont__MQgxB {
  display: flex;
  gap: 20px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
}
.Form_multiInputCont__MQgxB select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}
.Form_error__Y9qqb {
  color: red;
}

.Manage_tdAlignLeft__QUukM {
  text-align: left;
}
.Manage_tdAlignRight__mW6j5 {
  text-align: right;
}
.Manage_mca__6MmMJ {
  display: flex;
}
.Manage_listSrch__u7L2A {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}
.Manage_grey_ca__CnXXA {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Manage_icon_gray_ca__Mwbj- {
  display: flex;
  gap: 10px;
}

.Manage_cont_ca__0aiCf {
  width: 100%;
  height: 100%;
}
.Manage_white_space_ca__GX6C- {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 38px;
  align-items: center;
  color: #696969;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}
.Manage_whiteicon__Viaob {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.Manage_all_main_c__PYr2R {
  background-color: #f6f6f6;
  display: grid;
  height: calc(100% - 74px);
  padding: 15px;
}
.Manage_inn_white__q4alh {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

.Manage_home_ic__i9z6G {
  position: relative;
  bottom: 2px;
  color: #000000;
}
.Manage_topcon__rKH6w {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.Manage_additm__eDwze {
  display: flex;
  flex-direction: column;
}
.Manage_clear_buttt__cS81F {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Manage_save_buttt__zu5ZN {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.Manage_tabwrap__xjZ7Q {
  width: 100%;

  /* overflow-x: auto; */
}
.Manage_tabwrap__xjZ7Q table {
  width: 100%;
}
.Manage_parenttabwrap__QIUEI {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Manage_navconta__d1bKG {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_navcontaa__trkWQ {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_downloadExcelbutton__BsDtn {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Manage_icons__KfGWv {
  color: #696969;
}
.Manage_advnceaserachasc__2DZi1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 3px 10px; */
}
.Manage_searchformasc__drROf {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Manage_fourinputasc__FJZsC {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Manage_twoinputasc__KTQvq {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Manage_searorinp__vkeIu {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Manage_selctasc__xc2Kf {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Manage_optionnsel__6fLzj {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Manage_inputasc__3goxc {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Manage_buttonasc__SBw\+n {
  display: flex;
  gap: 20px;
}
.Manage_tableconasc__hgrUT {
  display: grid;
  padding: 10px;
  border: 1px solid #b7b7b7;
  margin-top: 10px;
}
.Manage_actincbut__35qST {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #04d718;
  color: white;
}
.Manage_inactincbut__I7HTq {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #d70427;
  color: white;
}
.Manage_navconasc__uNWHl {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
.Manage_subbutasc__El1-r {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Manage_optnas__\+UID\+ {
  padding: 10px;
  min-height: 30px;
}

/* for modal */
.Manage_additm__eDwze {
  display: flex;
  flex-direction: column;
}

.Manage_twodivcon__sr7Mz {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_twodivlogo__u2A9l {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
.Manage_selinp__58AXj {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_logocon__e-vHf {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.Manage_selitx__dDVSa {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_oneselitx__YTQSb {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_bigtxt__uI1oM {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 11px;
  padding: 5px;
  height: 55px;
  font-family: Open Sans;
}
.Manage_onedivcon__xvgoS {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_logoasc__wzfbk {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1.5px solid #e2e1e0;
}
/* for modal */
.Manage_flexasc__hNaw1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
/* menu style */
.Manage_menuel__bIUFD {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Manage_menuel__bIUFD ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Manage_menuel__bIUFD ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Manage_menuli__Vf2\+2 {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.Manage_menuli__Vf2\+2:hover {
  background-color: #f6f6f6;
}
.Manage_icoconel__6MW5C {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

td {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
th {
  font-size: 13px;
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__Vkcxf {
  width: 100%;

  /* overflow-x: auto; */
}
.Table_tabwrap__Vkcxf table {
  width: 100%;
}
.Table_parenttabwrap__1gu7x {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Table_component__ZHQhT {
  border: 1px solid #d2d2d2;
  background: #e8e8e8;
  color: #000;
  padding: 1px 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 2px;
}
.Table_index1__UyHHe {
  text-align: left;
}
.Table_flexasc__psX8o {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.Manage_tdAlignLeft__sRtC6 {
  text-align: left;
}
.Manage_tdAlignRight__IIXYJ {
  text-align: right;
}
.Manage_mca__-P7p9 {
  display: flex;
}
.Manage_listSrch__MS5lN {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}
.Manage_grey_ca__j9CPO {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Manage_icon_gray_ca__3X4Mu {
  display: flex;
  gap: 10px;
}

.Manage_cont_ca__LOa\+W {
  width: 100%;
  height: 100%;
}
.Manage_white_space_ca__pZ0WX {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 38px;
  align-items: center;
  color: #696969;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}
.Manage_whiteicon__h4gWG {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.Manage_all_main_c__aLT2C {
  background-color: #f6f6f6;
  display: grid;
  height: calc(100% - 74px);
  padding: 15px;
}
.Manage_inn_white__EicMK {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

.Manage_home_ic__LsHG4 {
  position: relative;
  bottom: 2px;
  color: #000000;
}
.Manage_topcon__P1WBX {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.Manage_additm__1NQjl {
  display: flex;
  flex-direction: column;
}
.Manage_clear_buttt__kejUD {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Manage_save_buttt__Zaw9F {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.Manage_tabwrap__ShMqo {
  width: 100%;

  /* overflow-x: auto; */
}
.Manage_tabwrap__ShMqo table {
  width: 100%;
}
.Manage_parenttabwrap__my3Qx {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Manage_navconta__sYsxE {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_navcontaa__PYQLz {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
  margin-bottom: 5px;
}
.Manage_downloadExcelbutton__x8v5Z {
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

.Manage_icons__Pzmh\+ {
  color: #696969;
}
.Manage_advnceaserachasc__YM2it {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 3px 10px; */
}
.Manage_searchformasc__Og2xc {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Manage_fourinputasc__g5NnH {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Manage_twoinputasc__RZavQ {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Manage_searorinp__9U6u5 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Manage_selctasc__GzC\+J {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Manage_optionnsel__NB1go {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Manage_inputasc__REgGv {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Manage_buttonasc__Z5nFf {
  display: flex;
  gap: 20px;
}
.Manage_tableconasc__J9pGj {
  display: grid;
  padding: 10px;
  border: 1px solid #b7b7b7;
  margin-top: 10px;
}
.Manage_actincbut__6p83x {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #04d718;
  color: white;
}
.Manage_inactincbut__N3q69 {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #d70427;
  color: white;
}
.Manage_navconasc__G2Mjb {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
.Manage_subbutasc__HgnoR {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.Manage_optnas__pIzoH {
  padding: 10px;
  min-height: 30px;
}

/* for modal */
.Manage_additm__1NQjl {
  display: flex;
  flex-direction: column;
}

.Manage_twodivcon__hijpF {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_twodivlogo__UcC3p {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
.Manage_selinp__EirXt {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_logocon__yatqf {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.Manage_selitx__lHEeP {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_oneselitx__\+6QnA {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.Manage_bigtxt__YIkPu {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 11px;
  padding: 5px;
  height: 55px;
  font-family: Open Sans;
}
.Manage_onedivcon__f\+AFd {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Manage_logoasc__4TtwU {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1.5px solid #e2e1e0;
}
/* for modal */
.Manage_flexasc__5PB57 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
/* menu style */
.Manage_menuel__7p1jp {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Manage_menuel__7p1jp ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Manage_menuel__7p1jp ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Manage_menuli__CtDaf {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.Manage_menuli__CtDaf:hover {
  background-color: #f6f6f6;
}
.Manage_icoconel__GyNl1 {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.Form_title__SZOR0 {
}
/* .inputContainer {
  display: flex;
} */
/* MyComponent.module.css */

.Form_inputContainer__6Dl\+n {
  display: grid;
  width: 60%;
  grid-gap: 20px;
  gap: 20px;
  /* padding-bottom: 10px; */
  grid-template-columns: 1fr 1fr;
}
.Form_dupFormInputContainer__mj2xi {
  display: grid;
  width: 100%;
  grid-gap: 20px;
  gap: 20px;
  /* padding-bottom: 15px; */
  /* grid-template-columns: 1fr 1fr 10% 30% 5%; */
  /* grid-template-columns: 1fr 1fr 30% 10%; */
  grid-template-columns: 1fr 1fr 1fr 20% 5%;
}
.Form_inputCont__huvr9 {
  display: grid;
  width: 100%;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  grid-template-rows: 1fr 1fr 0.5fr;
}
.Form_actionCont__K5KC9 {
  display: grid;
  /* width: 100%; */
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  /* grid-template-rows: 1fr 1fr 0.5fr; */
}
.Form_inputRow__j94Mw {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 15px;
  width: 85%;
}
.Form_inputRow__j94Mw label {
  color: #212529;
  width: 100%;
}
.Form_buttonRow__iRZne {
  display: flex;
  justify-content: flex-end;
}
.Form_inputCont__huvr9 input,
.Form_inputCont__huvr9 select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}
.Form_submitBtn__AlfZx {
  text-align: center;
}
.Form_submitBtn__AlfZx button {
  padding: 4px 15px;
  min-width: 50px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  width: 110px;
}
.Form_formContainer__42qu9 h3 {
  color: #459fa0;
}
.Form_formContainer__42qu9 h4 {
  color: #459fa0;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 700;
  /* text-transform: uppercase; */
}
.Form_formContainer__42qu9 {
  min-height: 400px;
  position: relative;
  background-color: #fff;
  color: #212529;
}
.Form_requiredIndicator__gn5pO {
  color: #ff1b1b;
  margin-left: 2px;
}
.Form_radioCont__yrHYC {
  display: grid;
}
.Form_radioGroup__qCMkk {
  display: flex;
  gap: 5px;
  font-size: 12px;
}
.Form_radioCont__yrHYC label {
  font-size: 12px;
  font-weight: 600;
}
.Form_radioGroup__qCMkk label {
  font-size: 11px;
}
.Form_titleTable__xesF7 {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  justify-content: center;
  margin-bottom: 10px;
}
.Form_closeBtn__r752r {
  cursor: pointer;
  position: absolute;
  margin: -25px 0 0 0;
  right: 0;
  float: right;
  text-decoration: none;
  /* background: #eaeaea; */
  color: #000000;
  padding: 6px 12px 4px 12px;
  font-size: 18px;
}
.Form_closeBtn__r752r:hover {
  color: #26cacc;
}
.Form_plusIcon__vPicP {
  color: #189c9e;
  margin-left: 5px;
}
.Form_disabledInput__rD0Ls {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.Form_multiInputCont__Wtdra {
  display: flex;
  gap: 20px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
}
.Form_multiInputCont__Wtdra select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}
.Form_error__aptSl {
  color: red;
}

.Salary_main-body__wU9Hp {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
.Salary_basicTable__rFsHI {
  border-collapse: collapse;
  width: 100%;
}
/* .main-body h3,
.main-body h4 {
  color: #1c9294;
} */

.Salary_container__YfWO2 {
  width: 100%;
}
.Salary_mainBodyContainer__6FcAP {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.Salary_tableTitle__S7o\+f {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Salary_tableTitle__S7o\+f h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.Salary_basicTable__rFsHI {
  border-collapse: collapse;
  width: 100%;
}
.Salary_basicTable__rFsHI tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
    background: -webkit-gradient(
      linear,
      center top,
      center bottom,
      from(#eaeaea),
      to(#fff)
    ); */
  color: #fff;
  background: #26cacc;
}
.Salary_basicTable__rFsHI td,
.Salary_basicTable__rFsHI th {
  border: 1px solid #ddd;
  padding: 12px;
}

.Salary_basicTable__rFsHI tr:nth-child(even) {
  background-color: #f2f2f2;
}

.Salary_basicTable__rFsHI tr:hover {
  background-color: #ddd;
}

/* table th,
    tfoot td {
      padding: 12px 10px;
      text-align: center;
      background-color: #25cacc;
      color: white;
      border: 1px solid #ddd;
    } */
.Salary_icons__eRSM\+ {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Salary_basicTable__rFsHI {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.Salary_icons__eRSM\+ {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Salary_branchFormCont__hwVuo {
  margin-top: 10px;
}
.Salary_top-icons__iRbNv {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.Salary_departmentFormContainer__Xmlu9 {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.Salary_departmentFormContainer__Xmlu9 h3 {
  font-size: 15px;
  color: #459fa0;
}
.Salary_departmentContainer__upDzo {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.Salary_detailIcons__du2kZ {
  cursor: pointer;
}
.Salary_downloadExcelbutton__UCbhj {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.Salary_inputcontainer__93ofh {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.Salary_credmoncontainer__cMz\+d {
  display: flex;
  flex-direction: column;
}
.Salary_inpofcredmon__UBv3w {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.Salary_lavelsea__FSDdD {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.Salary_save_buttt__KPWnn {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.Salary_radioinpcon__DCQpx {
  display: flex;
  gap: 15px;
}
.Salary_inpntxt__m1fIt {
  display: flex;
  gap: 5px;
}
.Salary_flgemp__9FQY- {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
}
.Salary_inptflg__b\+vXO {
  width: 210px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.Salary_upperconter__yVV6W {
  /* border: 1px solid red; */
  padding: 30px 20px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.Salary_jdshdiv__vrXpv {
  cursor: pointer;
  padding: 20px;
  /* margin-top: 20px; */
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ddd;
  padding: 5px 20px;
}
.Salary_icocontr__B4M2w {
  display: flex;
  gap: 5px;
  align-items: center;
}
.Salary_txth4__rxBBC {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #363535;
}

.AddSalary_additm__qND\+- {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.AddSalary_xxzzzhh__UKjee input,
.AddSalary_xxzzzhh__UKjee select {
  width: 165px;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}
.AddSalary_additm__qND\+- input,
.AddSalary_additm__qND\+- select {
  width: 165px;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}
.AddSalary_twodivcon__uEUDy {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.AddSalary_selinp__zxqPI {
  width: 165px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.AddSalary_selitx__kkiKG {
  width: 165px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.AddSalary_save_buttt__0dGBW {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.AddSalary_contnrates__DMfJT {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.AddSalary_reqire__gbGFM {
  color: #ff1b1b;
  margin-left: 3px;
}
.AddSalary_error__gGqJb {
  font-size: 12px;
  color: #ff1b1b;
  font-weight: 600;
}
.AddSalary_checkrate__CyLfK {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 5px;
}
.AddSalary_inpnlabel__SmHnh {
  display: flex;
  gap: 8px;
  align-items: center;
}
.AddSalary_fveinp__uz5\+w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AddSalary_ffournp__IsuSS {
  display: flex;
  gap: 15px;
  /* align-items: center; */
}

.AddSalary_multiSel__43nRi {
  /* max-width: 240px; */
  /* min-width: 240px; */
  /* border: 1px solid #E2E1E0;
  border-radius: 4px; */
  color: #6d6d6d;
  font-size: 11px;
}
.AddSalary_multiSel__43nRi .react-select__control--is-focused {
  border-color: #66afe9;
  box-shadow: 0 0 0 1px #66afe9;
}

/* Add these new rules */
.AddSalary_react-select-container__nFD91 {
  position: relative;
}

.AddSalary_react-select__menu__zTxrX {
  z-index: 99999 !important;
}

.AddSalary_react-select__control--is-focused__0NtYX {
  border-color: #2684ff !important;
  box-shadow: 0 0 0 1px #2684ff !important;
}

.AddSalary_react-select__menu-portal__B8S3R {
  z-index: 99999 !important;
}

/* Fix for backdrop interference */
.AddSalary_backdrop-fix__mn-c2 {
  position: relative;
  z-index: auto;
}

.MultiSelectInput_customAutocompletePaper__bw8vB {
  font-size: 11px !important;
}
/* input {
  height: 29px;
} */

.EditTemplateFormModified_additm__LIIdb {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  min-width: 150px;
}
.EditTemplateFormModified_xxzzzhh__xv1-n input,
.EditTemplateFormModified_xxzzzhh__xv1-n select {
  min-width: 125px;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
}
.EditTemplateFormModified_additm__LIIdb input,
.EditTemplateFormModified_additm__LIIdb select {
  min-width: 125px;
  padding: 2px 6px;
  /* border: solid 1px #dadada; */
  font-size: 11px;
  height: 33px;
  border-radius: 4px;
}
.EditTemplateFormModified_twodivcon__I0CTi {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.EditTemplateFormModified_selinp__aNk9k {
  min-width: 125px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.EditTemplateFormModified_selitx__AXJXk {
  min-width: 125px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.EditTemplateFormModified_save_buttt__8F8gU {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.EditTemplateFormModified_contnrates__9D89d {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.EditTemplateFormModified_reqire__eChRo {
  color: #ff1b1b;
  margin-left: 3px;
}
.EditTemplateFormModified_error__Obuwp {
  font-size: 12px;
  color: #ff1b1b;
  font-weight: 600;
}
.EditTemplateFormModified_checkrate__z5qtv {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 5px;
}
.EditTemplateFormModified_inpnlabel__bHCKU {
  display: flex;
  gap: 8px;
  align-items: center;
}
.EditTemplateFormModified_fveinp__-EVIA {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.EditTemplateFormModified_ffournp__ZTKc- {
  /* display: flex; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 0.25fr;
  grid-gap: 15px;
  gap: 15px;
  /* align-items: center; */
}
.EditTemplateFormModified_deptCont__CKC4A {
  display: flex;
  /* flex-direction: column; */
  /* margin-top: 10px; */
  min-width: 150px;
}
.EditTemplateFormModified_multiSel__-lR31 {
  /* max-width: 240px; */
  /* min-width: 240px; */
  /* border: 1px solid #E2E1E0;
  border-radius: 4px; */
  color: #6d6d6d;
  font-size: 11px;
}
.EditTemplateFormModified_listSrch__e3uqn {
  /* min-width: 240px; */
  /* max-width: 240px; */
  font-family: open sans;
  border-radius: 5px;
  /* border: 1px solid #e2e1e0; */
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  min-width: 150px;
}
.EditTemplateFormModified_flexCont__LyXFa {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  font-size: 11px;
}
.EditTemplateFormModified_fourGridDiv__y3PTN {
  /* display: flex; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  gap: 15px;
  /* align-items: center; */
}
.EditTemplateFormModified_fieldCont__nzOP1 {
  display: grid;
}
.EditTemplateFormModified_dupFieldCont__1ryjg {
  display: grid;
  grid-template-columns: 90% 10%;
  margin-top: 15px;
}

.GenerateB_main-body__IkbZr {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
.main-body h4 {
  color: #1c9294;
} */

.GenerateB_container__NnBrk {
  width: 100%;
}
.GenerateB_mainBodyContainer__pS55N {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.GenerateB_tableTitle__gyW-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.GenerateB_tableTitle__gyW-b h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.GenerateB_basicTable__ZQyzM {
  border-collapse: collapse;
  width: 100%;
}
.GenerateB_basicTable__ZQyzM tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
    background: -webkit-gradient(
      linear,
      center top,
      center bottom,
      from(#eaeaea),
      to(#fff)
    ); */
  color: #fff;
  background: #26cacc;
}
.GenerateB_basicTable__ZQyzM td,
.GenerateB_basicTable__ZQyzM th {
  border: 1px solid #ddd;
  padding: 12px;
}

.GenerateB_basicTable__ZQyzM tr:nth-child(even) {
  background-color: #f2f2f2;
}

.GenerateB_basicTable__ZQyzM tr:hover {
  background-color: #ddd;
}

/* table th,
    tfoot td {
      padding: 12px 10px;
      text-align: center;
      background-color: #25cacc;
      color: white;
      border: 1px solid #ddd;
    } */
.GenerateB_icons__vXrPE {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.GenerateB_basicTable__ZQyzM {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.GenerateB_icons__vXrPE {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.GenerateB_branchFormCont__gKgYO {
  margin-top: 10px;
}
.GenerateB_top-icons__DG\+Px {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.GenerateB_departmentFormContainer__q7VkE {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.GenerateB_departmentFormContainer__q7VkE h3 {
  font-size: 15px;
  color: #459fa0;
}
.GenerateB_departmentContainer__WcyaX {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.GenerateB_detailIcons__-SJqx {
  cursor: pointer;
}
.GenerateB_downloadExcelbutton__cmCxt {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.GenerateB_inputcontainer__WC3Xx {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.GenerateB_credmoncontainer__eNTeY {
  display: flex;
  flex-direction: column;
}
.GenerateB_inpofcredmon__01qAN {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.GenerateB_lavelsea__ghNV- {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.GenerateB_save_buttt__SEXbO {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.GenerateB_optnas__BuVTm {
  padding: 10px;
  min-height: 30px;
}
.GenerateB_subbutasc__q5eeQ {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.GenerateB_navcontaa__0NhS1 {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
}
.GenerateB_navconasc__iAVlO {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
/* .navcontaa{
        display: flex;
    justify-content: space-between;
    margin: 0 15px;
    align-items: center;
} */
.GenerateB_allinpcon__0KpVH {
  display: flex;
  gap: 10px;
  align-items: center;
}
.GenerateB_colorxs__y87SX {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.GenerateB_singleclr__GAagd {
  display: flex;
  gap: 5px;
}
.GenerateB_clrbx__Jg9za {
  width: 13px;
  height: 13px;
}
.GenerateB_h5sty__-3QDu {
  font-size: 13px;
  color: 363535;
}
.GenerateB_paginationUl__URmbw li {
  margin: 0;
}

.GenerateB_paginationUl__URmbw li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.GenerateB_Mui-disabled__TpsoH[disabled] {
  cursor: not-allowed;
}
.GenerateB_condatbx__U3zfw {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.GenerateB_dat_box__B23Ae {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.56em;
}
.GenerateB_goBtn__32lUj {
  padding: 2px 12px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.GenerateB_tdAlignLeft__8qJoh {
  text-align: center;
}
.GenerateB_tdAlignRight__nDw9k {
  text-align: right;
}
.GenerateB_tdAlignCenter__T9wJo {
  text-align: center;
}

td{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_actionIcon__X3EUD {
  font-size: 16px;
  color: #696969;
  cursor: pointer;
}
.Table_actionIcon__X3EUD:hover {
  color: #189c9e;
}
.Table_actionIconContainerrr__FDcbI {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 7px;
}
th{
    font-size: 13px;
}
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__gi7aR{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__gi7aR table{
     width: 100%;
}
.Table_parenttabwrap__Bwwl6{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__k6CfJ{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}
.Table_index1__3N9EA{
    text-align: left;
}
.Table_save_butrr__4yBki{
    padding: 4px 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    width: 150px;
    margin-bottom: 5px;
}
.Advance_clear_buttt__EFGUX {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Advance_reqire__cbCbL {
  color: #ff1b1b;
  margin-left: 3px;
}
.Advance_save_buttt__vwuR5 {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Advance_searchformasc__IClFM {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Advance_fourinputasc__eSLBg {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Advance_threeinputads__69ghP {
  display: flex;
  gap: 20px;
  width: 74.5%;
}
.Advance_oneinputads__rBaB2 {
  display: flex;
  gap: 20px;
  width: 23.5%;
}
.Advance_twoinputasc__nPzNn {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Advance_searorinp__F-7zC {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Advance_selctasc__fRQOf {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Advance_optionnsel__uv6P8 {
  font-size: 11px;
  padding: 5px;
  height: 20px;
}
.Advance_inputasc__CvHKH {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}
.Advance_buttonasc__6sGov {
  display: flex;
  gap: 20px;
}
.Advance_uplodflex__8FWO9 {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.Advance_chosefil__0fo8W {
  padding: 2px 6px;
  border: solid 1px #dadada;
  width: 230px;
  font-size: 10px;
}
.Advance_downloadssam__7iX\+5 {
  font-size: 9px;
  padding: 2px;
  width: 100px;
  max-height: 25px;
  color: rgb(69, 159, 160);
  border: 1px solid #000;
  border-radius: 2px;
}
.Advance_butncon__XyoQ- {
  display: flex;
  gap: 10px;
}
.Advance_error__s8hts {
  font-size: 11px;
  font-weight: 600;
  color: red;
}
.Advance_save_buttt__vwuR5[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}

.EditProfile_main-body__8i7WF {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .EditProfile_container__26mLs {
    width: 100%;
  }
  .EditProfile_mainBodyContainer__o3u38 {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .EditProfile_tableTitle__9xhkm {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .EditProfile_tableTitle__9xhkm h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .EditProfile_basicTable__\+elvR {
    border-collapse: collapse;
    width: 100%;
  }
  .EditProfile_basicTable__\+elvR tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .EditProfile_basicTable__\+elvR td,
  .EditProfile_basicTable__\+elvR th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .EditProfile_basicTable__\+elvR tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .EditProfile_basicTable__\+elvR tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .EditProfile_icons__NCvFf {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .EditProfile_basicTable__\+elvR {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .EditProfile_icons__NCvFf {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .EditProfile_branchFormCont__JrSVl {
    margin-top: 10px;
  }
  .EditProfile_top-icons__2jujT {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .EditProfile_departmentFormContainer__nwISb {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .EditProfile_departmentFormContainer__nwISb h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .EditProfile_departmentContainer__QUdpP {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .EditProfile_detailIcons__exQ58 {
    cursor: pointer;
  }
  .EditProfile_downloadExcelbutton__LO0Qo {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .EditProfile_inputcontainer__HBHdG{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .EditProfile_credmoncontainer__XfL1W{
    display: flex;
    flex-direction: column;
  }
  .EditProfile_inpofcredmon__68my-{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .EditProfile_lavelsea__R3Dj6{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .EditProfile_save_buttt__c0YOG{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .EditProfile_allinpcon__Ay\+Wg{
    display: flex;
    gap: 15px;
    align-items: center;
  }
  
  
  .EditProfile_navcontaa__nYmWU{
          display: flex;
      justify-content: space-between;
      margin: 15px;
      align-items: center;
      /* margin-bottom: 5px; */
      padding-bottom: 20px;
  }
  .EditProfile_navconasc__bdoy0{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      bottom: 5px;
  }
  .EditProfile_onsubmt__1sXQT{
    display: flex;
    gap: 5px;
    margin-top: 10px;
    align-items: center;
  }
  .EditProfile_savbt__Esm9w{
        color: #fff;
      background-color: #5cb85c;
      border-color: #4cae4c;
      font-size: 13px;
  }
  .EditProfile_canbt__yKN3A{
         color: #fff;
      background-color: #d9534f;
      border-color: #d43f3a;
      font-size: 13px;
  }
  .EditProfile_btncontr__yIT87{
    display: flex;
    justify-content: space-between;
    padding: 15px ;
    padding-bottom: 0px;
  }
  .EditProfile_btnspcficcontr__bGKz3{
    display: flex;
    gap: 15px;
  }
  .EditProfile_clear_buttt__jENe3{
          padding: 4px 15px;
      min-width: 110px;
      margin-top: 15px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #E5E5E5;
      color:#707070;
      max-width: 110px;
      border: 1px solid #E5E5E5;
  
  }
  .EditProfile_save_buttt__c0YOG{
      padding: 4px 15px;
      min-width: 110px;
      margin-top: 15px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .EditProfile_paginationUl__ZvCgI li {
    margin: 0;
  }
  
  .EditProfile_paginationUl__ZvCgI li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .EditProfile_Mui-disabled__Eppje[disabled] {
    cursor: not-allowed;
  }
  .EditProfile_edtr__yA5xd{
      display: flex;
      justify-content: space-between;
      padding: 5px 0;
  }
.EmpForm_primgnnadm__FeHRe {
  display: flex;
  gap: 10px;
}

.EmpForm_lbblf__yeO4f {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.EmpForm_lbblfccd__P81N1 {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}

.EmpForm_inppoff__VEZd7 {
  font-size: 12px;
}

.EmpForm_hofnr__SA9j6 {
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: bold;
  color: #6d6d6d;
  margin: 12px 0;
}

.EmpForm_hofempdffe__hsfLl {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: bold;
  border-bottom: 1.5px solid #459fa0;
  margin-top: 5px;
  padding-bottom: 3px;
}

.EmpForm_clear_buttt__111Th {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}

.EmpForm_save_buttt__Aqeoj {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.EmpForm_setdef__cYdBz {
  padding: 4px 15px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: black;
  max-width: 150px;
}

.EmpForm_searchformadxdsc__n3eOY {
  /* margin-top: 10px; */
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
  width: 60%;
}

.EmpForm_fourinputasc__NqiLY {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}

.EmpForm_threeinputads__indM3 {
  display: flex;
  gap: 20px;
  width: 74.5%;
}

.EmpForm_oneinputads__uFx\+5 {
  display: flex;
  gap: 20px;
  width: 23.5%;
}

.EmpForm_twoinputasc__5PWr6 {
  display: flex;
  gap: 20px;
  width: 49%;
}

.EmpForm_searorinp__hwRlE {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.EmpForm_selctasc__zPvnW {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}

.EmpForm_optionnsel__gkAdr {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}

.EmpForm_inputasc__1wLlY {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}
.EmpForm_inputascdate__Yj6gS {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
  padding: 6px 10px 5px 3px !important;
}

.EmpForm_buttonasc__YKIqX {
  display: flex;
  gap: 20px;
}

.EmpForm_uplodflex__m-D73 {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.EmpForm_chosefil__QhsOG {
  padding: 2px 6px;
  border: solid 1px #dadada;
  width: 230px;
  font-size: 10px;
}

.EmpForm_downloadssam__RiiP7 {
  font-size: 9px;
  padding: 2px;
  width: 100px;
  max-height: 25px;
  color: rgb(69, 159, 160);
  border: 1px solid #000;
  border-radius: 2px;
}

.EmpForm_butncon__FbTkg {
  display: flex;
  gap: 10px;
}

.EmpForm_plusIcon__3PbrL {
  color: #189c9e;
  margin-left: 5px;
}
.EmpForm_plusmIcon__v9DCr {
  color: #189c9e;
  margin-left: 5px;
  margin-top: 6px;
}

.EmpForm_reqire__6wj\+k {
  color: #ff1b1b;
  margin-left: 2px;
}

.EmpForm_error__SvtTb {
  color: red;
  font-size: 12px;
  font-weight: 600;
}
/* .calenderIcon {
  box-sizing: initial;
  padding: 0.5rem;
  position: absolute;
  right: 0;
} */
.EmpForm_calenderIcon__ZzFg1 {
  width: 16px;
  height: 16px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  pointer-events: none;
}

.EmpForm_calendarClass__BrZtv .react-datepicker__header {
  background-color: #ffffff !important;
  border-bottom: none;
}

.EmpForm_calendarClass__BrZtv .react-datepicker__calendar-icon {
  size: "4px";
}

.Employee_main-body__XF-SR {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
.main-body h4 {
  color: #1c9294;
} */

.Employee_container__NESja {
  width: 100%;
}
.Employee_mainBodyContainer__Bs6j- {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.Employee_tableTitle__cBkNO {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Employee_tableTitle__cBkNO h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.Employee_basicTable__511pw {
  border-collapse: collapse;
  width: 100%;
}
.Employee_basicTable__511pw tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
    background: -webkit-gradient(
      linear,
      center top,
      center bottom,
      from(#eaeaea),
      to(#fff)
    ); */
  color: #fff;
  background: #26cacc;
}
.Employee_basicTable__511pw td,
.Employee_basicTable__511pw th {
  border: 1px solid #ddd;
  padding: 12px;
}

.Employee_basicTable__511pw tr:nth-child(even) {
  background-color: #f2f2f2;
}

.Employee_basicTable__511pw tr:hover {
  background-color: #ddd;
}

/* table th,
    tfoot td {
      padding: 12px 10px;
      text-align: center;
      background-color: #25cacc;
      color: white;
      border: 1px solid #ddd;
    } */
.Employee_icons__uD9ZQ {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Employee_basicTable__511pw {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.Employee_icons__uD9ZQ {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Employee_branchFormCont__c4imY {
  margin-top: 10px;
}
.Employee_top-icons__8IO-5 {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.Employee_departmentFormContainer__E5dCx {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.Employee_departmentFormContainer__E5dCx h3 {
  font-size: 15px;
  color: #459fa0;
}
.Employee_departmentContainer__Gc6SK {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.Employee_detailIcons__F39ws {
  cursor: pointer;
}
.Employee_downloadExcelbutton__1UBiM {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.Employee_inputcontainer__gdb-W {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 10px; */
}
.Employee_credmoncontainer__\+Wn1x {
  display: flex;
  flex-direction: column;
}
.Employee_inpofcredmon__MXXLv {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.Employee_lavelsea__UF7ue {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.Employee_save_buttt__velPJ {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Employee_allinpcon__qzRcn {
  display: flex;
  gap: 15px;
  align-items: center;
}

.Employee_navcontaa__2gNYt {
  display: flex;
  justify-content: space-between;
  margin: 15px;
  align-items: center;
  /* margin-bottom: 5px; */
  padding-bottom: 20px;
}
.Employee_navconasc__BFmE7 {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
.Employee_onsubmt__NjHmo {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
}
.Employee_savbt__jkyUp {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  font-size: 13px;
}
.Employee_canbt__\+-0\+F {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  font-size: 13px;
}
.Employee_btncontr__aEEWu {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  padding-bottom: 0px;
}
.Employee_btnspcficcontr__AU8jT {
  display: flex;
  gap: 15px;
}
.Employee_clear_buttt__kOsJx {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Employee_save_buttt__velPJ {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Employee_paginationUl__OcBj7 li {
  margin: 0;
}

.Employee_paginationUl__OcBj7 li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.Employee_Mui-disabled__NQc-v[disabled] {
  cursor: not-allowed;
}
/* h2 {
  text-transform: uppercase;
} */

.Advance_clear_buttt__TOghz {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Advance_listSrch__wXVO3 {
  font-family: open sans;
  border-radius: 5px;
  /* border: 1px solid #e2e1e0; */
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}
.Advance_save_buttt__30WqV {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Advance_searchformasc__1Qbpb {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Advance_fourinputasc__T4O7B {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Advance_threeinputads__nCQH3 {
  display: flex;
  gap: 20px;
  width: 74.5%;
}
.Advance_oneinputads__Nk3ae {
  display: flex;
  gap: 20px;
  width: 23.5%;
}
.Advance_twoinputasc__bFhPQ {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Advance_searorinp__eC\+Du {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Advance_selctasc__TRM6a {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}
.Advance_optionnsel__DX40F {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Advance_inputasc__R\+eOu {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 0 5px;
}
.Advance_buttonasc__T3CM0 {
  display: flex;
  gap: 20px;
}
.Advance_uplodflex__UKp7Z {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.Advance_chosefil__eOy4j {
  padding: 2px 6px;
  border: solid 1px #dadada;
  width: 230px;
  font-size: 10px;
}
.Advance_downloadssam__4Q2ac {
  font-size: 9px;
  padding: 2px;
  width: 100px;
  max-height: 25px;
  color: rgb(69, 159, 160);
  border: 1px solid #000;
  border-radius: 2px;
}
.Advance_butncon__ViJg4 {
  display: flex;
  gap: 10px;
}

td{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
th{
    font-size: 13px;
}
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__A8Wl7{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__A8Wl7 table{
     width: 100%;
}
.Table_parenttabwrap__Cnb5u{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_inpcntr__kW3dG{
      position: relative;
  display: inline-block;
}
.Table_textinp__\+9GQU{
    padding-right: 30px;
        width: 135px;
    height: 25px;
    border-radius: 5px;
    font-size: 10px;
    border: 1px solid #E2E1E0;
    color: #6D6D6D;
}
.Table_deleteicon__ZoPxn {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  cursor: pointer;
}
.Table_selin__Z92L3{
    width: 135px;
    height: 25px;
    border-radius: 5px;
    font-size: 10px;
    border: 1px solid #E2E1E0;
    color: #6D6D6D;
}
.Table_vertcen__plJ\+I{
    vertical-align: middle !important;
}


.Table_icoconel__OdGUG {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}
.Table_menuel__7FbOX {
  /* background-color: white; */
  /* width: 160px; */
  /* position: absolute;
    right: 35px; */
  z-index: 4;
  color: #000000 !important;
  padding: 0;
  padding: initial;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Table_menuel__7FbOX ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Table_menuel__7FbOX ul li {
  display: flex;
  /* gap: 1rem; */
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Table_menuli__53yjl {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c !important;
}
.Table_menuli__53yjl:hover {
  background-color: #f6f6f6;
}


.Modal_additm__mwq9n {
  width: 500px;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.Modal_twodivcon__AkgWx {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 10px;
}
.Modal_sixdivcon__113J1 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.Modal_selinp__zMq-d {
  width: 200px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
}
.Modal_selitx__tY7a8 {
  width: 200px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
}
.Modal_save_buttt__uyC4p {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Modal_contnrates__ugu2N {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.Modal_contnratesgfhgd__jZiMa {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.Modal_reqire__hdsjy {
  color: #ff1b1b;
  margin-left: 3px;
}
.Modal_checkrate__rfvhZ {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 5px;
}
.Modal_inpnlabel__EG78F {
  display: flex;
  gap: 8px;
  align-items: center;
}
.Modal_reqire__hdsjy {
  color: #ff1b1b;
  margin-left: 3px;
}
.Modal_bigtxtinp__uL4WB {
  width: 860px;
  height: 50px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
}
.Modal_clockintim__l-rUo {
  display: flex;
  flex-direction: column;
}
.Modal_twodivc__OiRoY {
  display: flex;
  gap: 10px;
}
.Modal_oneitm__1b0uk {
  display: flex;
  flex-direction: column;
}

.Modal_hourminsel__x3Yas {
  width: 130px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
}
.Modal_fourdivcn__2laVW {
  display: flex;
  gap: 25px;
  margin-top: 15px;
}
.Modal_thoftb__YYAqT {
  font-size: 12px;
  color: black;
  background: #f6f6f6;
  border: 1px solid #ddd;
  /* border-bottom: ; */
  min-width: 150px;
}
.Modal_thoftbb__FACR1 {
  font-size: 12px;
  color: black;
  background: #f6f6f6;
  border: none;
  border: 1px solid #ddd;
  min-width: 110px;
}
.Modal_tdoftb__abs8- {
  font-size: 12px;
  background: white;
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #363535;
}
/* display:'flex',flexDirection:"column",background:'red',gap:'10px0',width:'20px',
justifyContent:'center',alignItems:'center' */
.Modal_plscon__3fzNr {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* max-width: 20px; */
  padding: 3px;
  max-width: 20px;
  background-color: #459fa0;
  border-radius: 10px;
}
/* style={{fontSize:'12px',fontWeight:'bold',textAlign:'center'}} */
.Modal_spnpls__VnLPT {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  position: relative;
  right: 1px;
}
.Modal_contcon__nGLn8 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 3px;
}
.Modal_threfx__AXRUn {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  min-width: 400px;
  color: #363535;
}
/* style={{width:'350px',background:'red',float:'right',}} */
.Modal_ttldv__vqM-X {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  min-width: 407px;
  float: right;
  background-color: #f6f6f6;
  padding: 3px 5.5px;
  margin-top: 5px;
  border-radius: 10px;
  color: #459fa0;
  font-size: 13px;
}
.Modal_inpofyr__o6tf1 {
  width: 31px;
  height: 20px;
  border: 1px solid #e2e1e0;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 2.5px;
}
.Modal_monbtn__rpu3s {
  color: grey;
  background-color: #fff;
  border-radius: 100%;
  border: none;
  font-size: 12px;
  width: 30px;
  height: 30px;
}
.Modal_actmn__ibYnP {
  color: #fff;
  background-color: #459fa0;
  border-radius: 100%;
  border: none;
  font-size: 12px;
  width: 32px !important;
  height: 32px;
  padding: 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  display: flex;
  align-self: center;
}

.biometric_additm__-kofm {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.biometric_twodivcon__S0XUj {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 10px;
}
.biometric_sixdivcon__\+xKtj {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.biometric_selinp__eIUve {
  width: 200px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
}
.biometric_selitx__xlurD {
  width: 200px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
}
.biometric_save_buttt__yG5oe {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.biometric_contnrates__q8W8S {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.biometric_contnratesgfhgd__RC8n1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.biometric_reqire__BWlwk {
  color: #ff1b1b;
  margin-left: 3px;
}
.biometric_checkrate__-8E14 {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 5px;
}
.biometric_inpnlabel__a-Wzc {
  display: flex;
  gap: 8px;
  align-items: center;
}
.biometric_reqire__BWlwk {
  color: #ff1b1b;
  margin-left: 3px;
}
.biometric_bigtxtinp__gVUsN {
  width: 860px;
  height: 50px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
}
.biometric_clockintim__x1I7z {
  display: flex;
  flex-direction: column;
}
.biometric_twodivc__U0w0k {
  display: flex;
  gap: 10px;
}
.biometric_oneitm__3pgUR {
  display: flex;
  flex-direction: column;
}

.biometric_hourminsel__-pRCK {
  width: 130px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
}
.biometric_fourdivcn__\+Hyym {
  display: flex;
  gap: 25px;
  margin-top: 15px;
}
.biometric_thoftb__O43Uf {
  font-size: 12px;
  color: black;
  background: #f6f6f6;
  border: 1px solid #ddd;
  /* border-bottom: ; */
  min-width: 150px;
}
.biometric_thoftbb__ifPmC {
  font-size: 12px;
  color: black;
  background: #f6f6f6;
  border: none;
  border: 1px solid #ddd;
  min-width: 110px;
}
.biometric_tdoftb__HOrRR {
  font-size: 12px;
  background: white;
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #363535;
}
/* display:'flex',flexDirection:"column",background:'red',gap:'10px0',width:'20px',
justifyContent:'center',alignItems:'center' */
.biometric_plscon__yHCC7 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* max-width: 20px; */
  padding: 3px;
  max-width: 20px;
  background-color: #459fa0;
  border-radius: 10px;
}
/* style={{fontSize:'12px',fontWeight:'bold',textAlign:'center'}} */
.biometric_spnpls__Kvf0H {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  position: relative;
  right: 1px;
}
.biometric_contcon__Dvv5q {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 3px;
}
.biometric_threfx__4Diu- {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  min-width: 400px;
  color: #363535;
}
/* style={{width:'350px',background:'red',float:'right',}} */
.biometric_ttldv__ktIcd {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  min-width: 407px;
  float: right;
  background-color: #f6f6f6;
  padding: 3px 5.5px;
  margin-top: 5px;
  border-radius: 10px;
  color: #459fa0;
  font-size: 13px;
}
.biometric_inpofyr__lGtPM {
  width: 31px;
  height: 20px;
  border: 1px solid #e2e1e0;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 2.5px;
}
.biometric_monbtn__LMwSl {
  color: grey;
  background-color: #fff;
  border-radius: 100%;
  border: none;
  font-size: 12px;
  width: 30px;
  height: 30px;
}
.biometric_actmn__Nep5y {
  color: #fff;
  background-color: #459fa0;
  border-radius: 100%;
  border: none;
  font-size: 12px;
  width: 32px !important;
  height: 32px;
  padding: 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  display: flex;
  align-self: center;
}

.Toggle_icoconel__j7CGp {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}
.Toggle_menuel__aup5g {
  /* background-color: white; */
  /* width: 160px; */
  /* position: absolute;
    right: 35px; */
  z-index: 4;
  color: #000000 !important;
  padding: 0;
  padding: initial;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Toggle_menuel__aup5g ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Toggle_menuel__aup5g ul li {
  display: flex;
  /* gap: 1rem; */
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Toggle_menuli__uIjvs {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c !important;
}
.Toggle_menuli__uIjvs:hover {
  background-color: #f6f6f6;
}

/* menu style */
.ReusableDropdown_menuel__qh\+f9 {
    background-color: white;
    width: 180px;
    /* position: absolute; */
    /* right: 35px; */
    z-index: 4;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1px;
  }
  .ReusableDropdown_menuel__qh\+f9 ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .ReusableDropdown_menuel__qh\+f9 ul li {
    display: flex;
    /* gap: 1rem; */
    align-items: center;
    font-size: 12px;
    color: #5c5c5c;
  }
  .ReusableDropdown_menuli__J6\+HZ {
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5c5c5c !important;
  }
  .ReusableDropdown_menuli__J6\+HZ:hover {
    background-color: #f6f6f6;
  }
  .ReusableDropdown_icoconel__Ly6Mp {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
  }
.MyProfile_main-body__ew7UK {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .MyProfile_container__SLVgw {
    width: 100%;
  }
  .MyProfile_mainBodyContainer__ZXKzE {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .MyProfile_tableTitle__cjMEl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .MyProfile_tableTitle__cjMEl h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .MyProfile_basicTable__D-\+Qi {
    border-collapse: collapse;
    width: 100%;
  }
  .MyProfile_basicTable__D-\+Qi tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .MyProfile_basicTable__D-\+Qi td,
  .MyProfile_basicTable__D-\+Qi th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .MyProfile_basicTable__D-\+Qi tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .MyProfile_basicTable__D-\+Qi tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .MyProfile_icons__hCfBA {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .MyProfile_basicTable__D-\+Qi {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .MyProfile_icons__hCfBA {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .MyProfile_branchFormCont__4A9vN {
    margin-top: 10px;
  }
  .MyProfile_top-icons__6w6kI {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .MyProfile_departmentFormContainer__6Ou4y {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .MyProfile_departmentFormContainer__6Ou4y h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .MyProfile_departmentContainer__x5fXV {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .MyProfile_detailIcons__AZa\+O {
    cursor: pointer;
  }
  .MyProfile_downloadExcelbutton__PusAE {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .MyProfile_inputcontainer__Wz\+lb{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .MyProfile_credmoncontainer__8CJ2S{
    display: flex;
    flex-direction: column;
  }
  .MyProfile_inpofcredmon__XRWoa{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .MyProfile_lavelsea__skNM9{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .MyProfile_save_buttt__8GYCk{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .MyProfile_allinpcon__srQE3{
    display: flex;
    gap: 15px;
    align-items: center;
  }
  
  
  .MyProfile_navcontaa__Tdd4s{
          display: flex;
      justify-content: space-between;
      margin: 15px;
      align-items: center;
      /* margin-bottom: 5px; */
      padding-bottom: 20px;
  }
  .MyProfile_navconasc__U6AC4{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      bottom: 5px;
  }
  .MyProfile_onsubmt__jDMAX{
    display: flex;
    gap: 5px;
    margin-top: 10px;
    align-items: center;
  }
  .MyProfile_savbt__qO3tS{
        color: #fff;
      background-color: #5cb85c;
      border-color: #4cae4c;
      font-size: 13px;
  }
  .MyProfile_canbt__iHdzp{
         color: #fff;
      background-color: #d9534f;
      border-color: #d43f3a;
      font-size: 13px;
  }
  .MyProfile_btncontr__aXQab{
    display: flex;
    justify-content: space-between;
    padding: 15px ;
    padding-bottom: 0px;
  }
  .MyProfile_btnspcficcontr__3IxKA{
    display: flex;
    gap: 15px;
  }
  .MyProfile_clear_buttt__66NG5{
          padding: 4px 15px;
      min-width: 110px;
      margin-top: 15px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #E5E5E5;
      color:#707070;
      max-width: 110px;
      border: 1px solid #E5E5E5;
  
  }
  .MyProfile_save_buttt__8GYCk{
      padding: 4px 15px;
      min-width: 110px;
      margin-top: 15px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .MyProfile_paginationUl__KJEAK li {
    margin: 0;
  }
  
  .MyProfile_paginationUl__KJEAK li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .MyProfile_Mui-disabled__ZnyvB[disabled] {
    cursor: not-allowed;
  }
  .MyProfile_edtr__3Ylux{
      display: flex;
      justify-content: space-between;
      padding: 5px 0;
  }
.PersonalDetails_empdetls__jkfoV {
  margin: 5px 0;
  background-color: #fff;
  border: 2.5px solid #459fa0;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 10px;
  margin-bottom: 25px;
}

/* color: "#000",
                    fontSize: "15px",
                    letterSpacing:'0.3px',
                    fontWeight: "bold",
                    position:'relative',
                    top:'5px',
                    background:'white',
                    padding:'5px' */

.PersonalDetails_hofempde__pUjwf {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: bold;
  position: relative;
  bottom: 23px;
  background-color: #fff;
  padding: 4px;
  max-width: 197px;
  margin: 0;
}
.PersonalDetails_hohbmpde__fG4zt {
  color: #363535;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: bold;
  margin-bottom: 5px;
}
.PersonalDetails_empgendet__UWlqI {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  bottom: 13px;
  gap: 15px;
  /* border-bottom: 2px solid #459fa0; */
}
.PersonalDetails_primgnnam__iP5gR {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.PersonalDetails_allthdet__EVKq5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-gap: 5px;
  gap: 5px;
  width: 100%;
  padding-bottom: 10px;
}
.PersonalDetails_grititem__PdvLt {
  padding: 5px;
  text-align: center;
  height: 50px;
}
.PersonalDetails_grisntw__6qV1G {
  grid-column: span 2; /* This will span two grid columns */
  padding: 5px;
  text-align: start;
}
.PersonalDetails_bldtxt__a21Zd {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
}
.PersonalDetails_nrmltxt__-3HVO {
  font-size: 12px;
  color: #363535;
}
.PersonalDetails_allthdettt__OivDu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 5px;
  gap: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.PersonalDetails_allthdeeet__QjMuq {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-rows: repeat(4, 1fr); */
  grid-gap: 5px;
  gap: 5px;
  width: 100%;
  margin-bottom: 18px;
}
.PersonalDetails_save_buctt__807yt {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.PersonalDetails_dffrfc__24UEJ {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: bold;
  position: relative;
  bottom: 23px;
  background-color: #fff;
  padding: 4px;
  max-width: 200px;
  /* min-width: 200px; */
  margin: 0;
}
.PersonalDetails_kycgvv__A1YA- {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: bold;
  position: relative;
  bottom: 23px;
  background-color: #fff;
  padding: 4px;
  max-width: 40px;
  margin: 0;
}
.PersonalDetails_ortds__XdHwH {
  border: none;
  background-color: #fff;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  padding: 5px;
}
.PersonalDetails_ortdds__jtddE {
  border: none;
  background-color: #fff;
  font-size: 12px;
  color: #363535;
  padding: 6.5px;
}
.PersonalDetails_empdesdfs__yttbj {
  margin: 5px 0;
  background-color: #fff;
  border: 2.5px solid #459fa0;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 10px;
}


.Correspondence_additm__H3IrF {
    display: flex;
    flex-direction: column;
  }
  .Correspondence_save_buttt__tzgB- {
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
  }
  .Correspondence_Correspondencebtn__3XyBU {
    padding: 5px 10px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 15px;
    background-color: white;
    color: black;
    outline: none;
  }
  
  .Correspondence_Correspondencebtn__3XyBU:hover{
    background-color: #189c9e;
    color:white;
    outline: none;
    border-color: #189c9e;
  }
  
  /* for modal */
  .Correspondence_additm__H3IrF {
    display: flex;
    flex-direction: column;
  }
  
  .Correspondence_twodivcon__kyhq\+ {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .Correspondence_twodivlogo__4TtHT {
    display: flex;
    gap: 30px;
    margin-top: 15px;
  }
  .Correspondence_selinp__oV900 {
    width: 420px;
    border: 1px solid #e2e1e0;
    border-radius: 4px;
    padding: 6px;
    color: #6d6d6d;
    font-size: 11px;
    font-family: Open Sans;
  }
  .Correspondence_logocon__q2TcJ {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
  }
  .Correspondence_selitx__0uetA {
    width: 420px;
    border: 1px solid #e2e1e0;
    border-radius: 4px;
    padding: 5px;
    color: #6d6d6d;
    font-size: 11px;
    font-family: Open Sans;
  }
  .Correspondence_oneselitx__WOaji {
    width: 860px;
    border: 1px solid #e2e1e0;
    border-radius: 4px;
    padding: 5px;
    color: #6d6d6d;
    font-size: 11px;
    font-family: Open Sans;
  }
  .Correspondence_bigtxt__8I-iG {
    width: 860px;
    border: 1px solid #e2e1e0;
    border-radius: 4px;
    color: #6d6d6d;
    font-size: 11px;
    padding: 5px;
    height: 55px;
    font-family: Open Sans;
  }
  .Correspondence_onedivcon__O9uS5 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .Correspondence_logoasc__hweNr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #e2e1e0;
  }
  /* for modal */
  .Correspondence_flexasc__Dim60 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  /* menu style */
  .Correspondence_menuel__52ebg {
    background-color: white;
    width: 180px;
    position: absolute;
    right: 35px;
    z-index: 5;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .Correspondence_menuel__52ebg ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .Correspondence_menuel__52ebg ul li {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5c5c5c;
  }
  .Correspondence_menuli__982mx {
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
  }
  .Correspondence_menuli__982mx:hover {
    background-color: #f6f6f6;
  }
  .Correspondence_icoconel__oSEV8 {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
  }
  
  .Correspondence_reqire__z0uB8{
      color: #ff1b1b;
      margin-left: 3px;
  }
  
  .Correspondence_selctasc__wtrBo{
      font-family:open sans;
      border-radius: 5px;
      border: 1px solid #E2E1E0;
      width: 100%;
      height: 33px;
      font-size: 11px;
      color:#6D6D6D;
  }
  .Correspondence_optionnsel__ft-ZC{
      font-size: 11px;
      font-family:open sans;
      padding: 5px;
      height: 20px;
  }
  
  .Correspondence_error__JlGhm {
    color: red;
    font-size: 12px;
    font-weight: 600;
  }
  
.EditProfile_main-body__oQ\+ZP {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .EditProfile_container__ezvd\+ {
    width: 100%;
  }
  .EditProfile_mainBodyContainer__LtwLq {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .EditProfile_tableTitle__fyOEj {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .EditProfile_tableTitle__fyOEj h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .EditProfile_basicTable__oZhXd {
    border-collapse: collapse;
    width: 100%;
  }
  .EditProfile_basicTable__oZhXd tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .EditProfile_basicTable__oZhXd td,
  .EditProfile_basicTable__oZhXd th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .EditProfile_basicTable__oZhXd tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .EditProfile_basicTable__oZhXd tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .EditProfile_icons__X9Xvk {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .EditProfile_basicTable__oZhXd {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .EditProfile_icons__X9Xvk {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .EditProfile_branchFormCont__eBVPH {
    margin-top: 10px;
  }
  .EditProfile_top-icons__ph0PM {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .EditProfile_departmentFormContainer__odmFB {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .EditProfile_departmentFormContainer__odmFB h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .EditProfile_departmentContainer__PaIwF {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .EditProfile_detailIcons__kpIUT {
    cursor: pointer;
  }
  .EditProfile_downloadExcelbutton__ICsD0 {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .EditProfile_inputcontainer__qBg57{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .EditProfile_credmoncontainer__IrvQT{
    display: flex;
    flex-direction: column;
  }
  .EditProfile_inpofcredmon__CkJzz{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .EditProfile_lavelsea__Dv8eV{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .EditProfile_save_buttt__5RvwK{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .EditProfile_allinpcon__zXVmK{
    display: flex;
    gap: 15px;
    align-items: center;
  }
  
  
  .EditProfile_navcontaa__W4BEw{
          display: flex;
      justify-content: space-between;
      margin: 15px;
      align-items: center;
      /* margin-bottom: 5px; */
      padding-bottom: 20px;
  }
  .EditProfile_navconasc__FIarF{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      bottom: 5px;
  }
  .EditProfile_onsubmt__AJ91Y{
    display: flex;
    gap: 5px;
    margin-top: 10px;
    align-items: center;
  }
  .EditProfile_savbt__kqcSu{
        color: #fff;
      background-color: #5cb85c;
      border-color: #4cae4c;
      font-size: 13px;
  }
  .EditProfile_canbt__gucwf{
         color: #fff;
      background-color: #d9534f;
      border-color: #d43f3a;
      font-size: 13px;
  }
  .EditProfile_btncontr__3JKXO{
    display: flex;
    justify-content: space-between;
    padding: 15px ;
    padding-bottom: 0px;
  }
  .EditProfile_btnspcficcontr__enq-R{
    display: flex;
    gap: 15px;
  }
  .EditProfile_clear_buttt__Vzr\+R{
          padding: 4px 15px;
      min-width: 110px;
      margin-top: 15px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #E5E5E5;
      color:#707070;
      max-width: 110px;
      border: 1px solid #E5E5E5;
  
  }
  .EditProfile_save_buttt__5RvwK{
      padding: 4px 15px;
      min-width: 110px;
      margin-top: 15px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .EditProfile_paginationUl__eEO2O li {
    margin: 0;
  }
  
  .EditProfile_paginationUl__eEO2O li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .EditProfile_Mui-disabled__GU8gn[disabled] {
    cursor: not-allowed;
  }
  .EditProfile_edtr__R1VRc{
      display: flex;
      justify-content: space-between;
      padding: 5px 0;
  }
.EmpForm_primgnnadm__3\+v1e {
  display: flex;
  gap: 10px;
}

.EmpForm_lbblf__7KVPa {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.EmpForm_disabledInput__LHG\+Q {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.EmpForm_lbblfccd__vurPF {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}

.EmpForm_inppoff__RjRJL {
  font-size: 12px;
}

.EmpForm_hofnr__KA2Tp {
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: bold;
  color: #6d6d6d;
  margin: 12px 0;
}

.EmpForm_hofempdffe__bJ7jQ {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: bold;
  border-bottom: 1.5px solid #459fa0;
  margin-top: 5px;
  padding-bottom: 3px;
}

.EmpForm_clear_buttt__jzMv8 {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}

.EmpForm_save_buttt__EKESQ {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.EmpForm_setdef__9fqk6 {
  padding: 4px 15px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: black;
  max-width: 150px;
}

.EmpForm_searchformadxdsc__YWIWT {
  margin-top: 10px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}

.EmpForm_fourinputasc__7v-q3 {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}

.EmpForm_threeinputads__1agUN {
  display: flex;
  gap: 20px;
  width: 74.5%;
}

.EmpForm_oneinputads__bTfPU {
  display: flex;
  gap: 20px;
  width: 23.5%;
}

.EmpForm_twoinputasc__iAFOm {
  display: flex;
  gap: 20px;
  width: 49%;
}

.EmpForm_searorinp__PebwF {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.EmpForm_selctasc__1wpdJ {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}

.EmpForm_optionnsel__zRdcF {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}

.EmpForm_inputasc__i4chy {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}

.EmpForm_buttonasc__Bv3ue {
  display: flex;
  gap: 20px;
}

.EmpForm_uplodflex__OCU4X {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.EmpForm_chosefil__3XPdb {
  padding: 2px 6px;
  border: solid 1px #dadada;
  width: 230px;
  font-size: 10px;
}

.EmpForm_downloadssam__aWfPn {
  font-size: 9px;
  padding: 2px;
  width: 100px;
  max-height: 25px;
  color: rgb(69, 159, 160);
  border: 1px solid #000;
  border-radius: 2px;
}

.EmpForm_butncon__r0Ni2 {
  display: flex;
  gap: 10px;
}

.EmpForm_plusIcon__Fio75 {
  color: #189c9e;
  margin-left: 5px;
}

.EmpForm_reqire__QOpWS {
  color: #ff1b1b;
  margin-left: 2px;
}

.EmpForm_error__Wsyl\+ {
  color: red;
  font-size: 12px;
  font-weight: 600;
}

.View_main-body__aMO0S {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
.main-body h4 {
  color: #1c9294;
} */

.View_container__mFnfN {
  width: 100%;
}
.View_mainBodyContainer__qbR-R {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.View_tableTitle__Xqsa1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.View_tableTitle__Xqsa1 h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.View_basicTable__F9pXq {
  border-collapse: collapse;
  width: 100%;
}
.View_basicTable__F9pXq tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
    background: -webkit-gradient(
      linear,
      center top,
      center bottom,
      from(#eaeaea),
      to(#fff)
    ); */
  color: #fff;
  background: #26cacc;
}
.View_basicTable__F9pXq td,
.View_basicTable__F9pXq th {
  border: 1px solid #ddd;
  padding: 12px;
}

.View_basicTable__F9pXq tr:nth-child(even) {
  background-color: #f2f2f2;
}

.View_basicTable__F9pXq tr:hover {
  background-color: #ddd;
}

/* table th,
    tfoot td {
      padding: 12px 10px;
      text-align: center;
      background-color: #25cacc;
      color: white;
      border: 1px solid #ddd;
    } */
.View_icons__Bnbds {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.View_basicTable__F9pXq {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.View_icons__Bnbds {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.View_branchFormCont__lWSal {
  margin-top: 10px;
}
.View_top-icons__oGCCs {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.View_departmentFormContainer__HRRMS {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.View_departmentFormContainer__HRRMS h3 {
  font-size: 15px;
  color: #459fa0;
}
.View_departmentContainer__9LLoy {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.View_detailIcons__mqqq4 {
  cursor: pointer;
}
.View_downloadExcelbutton__LeLO- {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.View_inputcontainer__2kerN{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.View_credmoncontainer__UBOKH{
  display: flex;
  flex-direction: column;
}
.View_inpofcredmon__02-y2{
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.View_lavelsea__YdbJM{
  font-size: 12px;
    font-weight: bold;
    margin-bottom: 1px;
}
.View_save_buttt__6obiR{
    padding: 4px 15px;
    min-width: 110px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.View_allinpcon__e94g8{
  display: flex;
  gap: 15px;
  align-items: center;
}


.View_navcontaa__Iijsd{
        display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
    /* margin-bottom: 5px; */
    padding-bottom: 20px;
}
.View_navconasc__SNWAF{
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}
.View_onsubmt__NTvXL{
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
}
.View_savbt__8mQFo{
      color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-size: 13px;
}
.View_canbt__35Ntm{
       color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    font-size: 13px;
}
.View_btncontr__WyLT7{
  display: flex;
  justify-content: space-between;
  padding: 15px ;
  padding-bottom: 0px;
}
.View_btnspcficcontr__aVzKq{
  display: flex;
  gap: 15px;
}
.View_clear_buttt__35ERg{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;

}
.View_save_buttt__6obiR{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.View_paginationUl__J7GdM li {
  margin: 0;
}

.View_paginationUl__J7GdM li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.View_Mui-disabled__6x2Qx[disabled] {
  cursor: not-allowed;
}
.View_edtr__Yeda4{
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.Add_clear_buttt__RPtC1{
        padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #E5E5E5;
    color:#707070;
    max-width: 110px;
    border: 1px solid #E5E5E5;
}
.Add_lbl0fhr__5gbET{
    color: rgb(54, 53, 53);
    font-size: 10px;
}
.Add_save_buttt__Srtpl{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    max-width: 110px;
}
.Add_update_buttt__Xr-Wt{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color:rgb(69, 159, 160);
    color: white;
    max-width: 110px;
    border: 1px solid rgb(69, 159, 160);
}
.Add_searchformasccc__C2cZc{
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;

}
.Add_fourinputasc__AaWTt{
    display: flex;
    /* justify-content: space-between; */
    gap:20px;
    width: 100%;
    margin-top: 10px;
}
.Add_threeinputads__0vqzY{
  display: flex;
    gap:20px;
    width: 74.5%;
}
.Add_oneinputads__leE8A{
  display: flex;
    gap:20px;
    width: 23.5%;
}
.Add_twoinputasc__buA-b{
    display: flex;
    gap:20px;
    width: 49%;
}
.Add_searorinp__CkD74{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.Add_selctasc__FTVM1{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
}
.Add_optionnsel__MaUb1{
    font-size: 11px;
    font-family:open sans;
    padding: 5px;
    height: 20px;
}
.Add_inputasc__1jUq6{
    font-family:open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color:#6D6D6D;
    padding-left: 5px;
}
.Add_buttonasc__9yL2B{
    display: flex;
    gap: 20px;
}
.Add_uplodflex__SLGBo{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
 
.Add_chosefil__ZLXU9{
    padding: 2px 6px;
    border: solid 1px #dadada;
    width: 230px;
    font-size: 10px;
}
.Add_downloadssam__bDPa4{
    font-size: 9px;
    padding: 2px;
    width: 100px;
    max-height: 25px;
    color: rgb(69, 159, 160);
    border: 1px solid #000;
    border-radius: 2px;
}
.Add_butncon__Yk6Vq{
    display: flex;
    gap: 10px;
}
.Add_reqire__XlZa4 {
    color: #ff1b1b;
    margin-left: 3px;
}
.Add_error__9RNoL {
    color: red;
    font-size: 12px;
    font-weight: 600;
}
.CompanyDocumentPage_main-body__3tcee {
  min-height: calc(76vh - 46px);
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.CompanyDocumentPage_main-body__3tcee h3 {
  color: #1c9294;
}
.CompanyDocumentPage_tableNav__wCbT2 {
  display: flex;
  gap: 5px;
}
.CompanyDocumentPage_container__ziBTk {
  width: 100%;
}
.CompanyDocumentPage_mainBodyContainer__LjEXF {
  padding: 15px;
  background-color: #f6f6f6;

  /* height: 100%; */
}
.CompanyDocumentPage_tableTitle__2Uoxj {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.CompanyDocumentPage_tableTitle__2Uoxj h3 {
  /* text-transform: uppercase; */
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.CompanyDocumentPage_icons__fNDHT {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.CompanyDocumentPage_branchFormCont__tm2TA {
  margin-top: 10px;
}
.CompanyDocumentPage_top-icons__rnSmy {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.CompanyDocumentPage_detailIcons__H7Lrr {
  cursor: pointer;
}
.CompanyDocumentPage_downloadExcelbutton__Djoul {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
}
.CompanyDocumentPage_contentContainer__8cEgi {
  display: grid;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #d7d7d7;
}
/* .basicTable thead {
  position: unset;
} */
.CompanyDocumentPage_inputCont__d-7sJ {
  display: grid;
  width: 100%;
}
.CompanyDocumentPage_inputCont__d-7sJ input,
.CompanyDocumentPage_inputCont__d-7sJ select {
  width: 100%;
  /* padding: 2px 6px; */
  border: solid 1px #dadada;
  font-size: 11px;
  height: 25px;
  border-radius: 4px;
}
.CompanyDocumentPage_inputCont__d-7sJ label {
  font-size: 13px;
}
.CompanyDocumentPage_paginationUl__cvit9 li {
  margin: 0;
}

.CompanyDocumentPage_paginationUl__cvit9 li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.CompanyDocumentPage_saveCntrl__65kWd {
  font-size: 12px;
  min-width: 110px;
  padding: 4px 15px;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.CompanyDocumentPage_clear__Yx95l {
  font-size: 12px;
  min-width: 110px;
  padding: 4px 15px;
  color: #707070;
  background: #eeeeee;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.CompanyDocumentPage_sbmt__A\+jeM {
  font-size: 11px;
  min-width: 105px;
  height: 28px;
  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.CompanyDocumentPage_sbmt__A\+jeM[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.CompanyDocumentPage_tdsInput__uP-Pr {
  display: flex;
  gap: 10px;
}
.CompanyDocumentPage_paginputCont__qXGJP {
  display: flex;
  justify-content: flex-end;
  margin: 15px 15px 5px;
}

.CompanyDocumentPage_goBtn__TvqGf {
  font-size: 11px;
  border: none;
  border-radius: 4px;
}
.CompanyDocumentPage_listBtn__kOSEW {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.CompanyDocumentPage_tdAlignLeft__UTFkE {
  text-align: center;
}
.CompanyDocumentPage_tdAlignRight__HJLOw {
  text-align: right;
}

.CompanyDocumentList_tdAlignLeft__xKGux {
  text-align: center;
}
.CompanyDocumentList_tdAlignRight__4arqV {
  text-align: right;
}
/* .actionIcon {
  font-size: 16px;
  color: #696969;
  cursor: pointer;
} */
.CompanyDocumentList_actionIcon__UWiJr:hover {
  color: #189c9e;
}
.CompanyDocumentList_actionIconContainer__Ay2jS {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.CompanyDocumentList_tableCont__JXlnl {
  display: grid;
  overflow-x: auto;
  overflow-y: auto;

  width: 100%;
}
.CompanyDocumentList_stickyColumn__HH2i5 {
  position: sticky;

  left: 0;
  z-index: 1;
  background-color: #f2f2f2;
}
.CompanyDocumentList_btn__Un7zv {
  padding: 3px 8px;
  font-size: 11px;

  width: auto;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}

.CompanyDocumentList_tableCont__JXlnl {
  position: relative;
  min-height: calc(76vh - 46px);
  max-height: 76vh;
}

.CompanyDocumentList_totalRow__MZ\+6c {
  background-color: #f2f2f2;
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: flex-end;
  padding: 5px !important;
  border-top: 1px solid #ddd;
  width: 100%;
  padding-right: 150px !important;
  color: #0a5e5f;
  font-size: 15px !important;
  font-weight: 600;
}

.CompanyDocumentList_basicTable__\+GItS {
  border-collapse: collapse;
  width: 100%;
}
.CompanyDocumentList_basicTable__\+GItS tr th {
  font-size: 13px;
  padding: 10px !important;
  background-color: #26cacc;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff); */
  /* background: -webkit-gradient(
      linear,
      center top,
      center bottom,
      from(#eaeaea),
      to(#fff)
    ); */
}
.CompanyDocumentList_basicTable__\+GItS td {
  height: 35px;
  border: 1px solid #ddd;
  padding: 5px 6px;
}

.CompanyDocumentList_basicTable__\+GItS tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* .basicTable tr:hover {
  background-color: #ddd;
} */
.CompanyDocumentList_icons__Ac4T4 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.CompanyDocumentList_basicTable__\+GItS {
  text-align: center;
  font-family: "Poppins";
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.CompanyDocumentList_basicTable__\+GItS thead {
  position: static;
  position: initial;
}
.CompanyDocumentList_hdactiveStatus__4TgKm {
  cursor: pointer;
  background: #a4e8a0;
  padding: 3px 16px;
  border-radius: 50px;
  color: black;
}

.CompanyDocumentList_hdinactiveStatus__kueVm {
  cursor: pointer;
  background: #d9d2d2;
  padding: 3px 9px;
  border-radius: 50px;
  color: black;
}
.CompanyDocumentList_statusInactive__8M31l {
  cursor: pointer;
  background: #d70427;
  padding: 3px 10px;
  border-radius: 50px;
  color: white;
}
.CompanyDocumentList_statusActive__T0Spo {
  cursor: pointer;
  background: #04d718;
  padding: 3px 15px;
  border-radius: 50px;
  color: white;
}
.CompanyDocumentList_deductDiv__3XOji {
  display: grid;
  align-items: center;
  justify-items: center;
}
.CompanyDocumentList_deductDiv__3XOji button {
  background: #007c15;
  padding: 3px 8px;
  border-radius: 50px;
  border: none;
  color: white;
}
.CompanyDocumentList_actionIcon__UWiJr {
  color: #696969;
  cursor: pointer;
  font-size: 13px;
}
.CompanyDocumentList_actionContainer__B4Nvc {
  gap: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.CompanyDocumentList_custom-header__Rw3FH {
  width: 150px;
}
.CompanyDocumentList_custom-cell__LQ024 {
  width: 150px;
  text-align: left;
}
.CompanyDocumentList_detailsTable__-96VP {
  margin-bottom: 20px;
}
.CompanyDocumentList_detailsTable__-96VP tr:hover {
  background-color: #e5e5e5;
}

.CompanyDocumentList_mainTable__8fPgJ thead {
  position: sticky;
}
.CompanyDocumentList_cellData__HYYvn {
  text-align: left;
}
.CompanyDocumentList_slClmn__CvmRr {
  width: 70px;
}
.CompanyDocumentList_tableTitle__0po0V h3 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.CompanyDocumentList_saveCntrl__KwLRx {
  font-size: 12px;
  min-width: 110px;
  padding: 4px 15px;
  background: #2d2d2d;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;
  border-radius: 4px;
}
.CompanyDocumentList_clear__PJlHT {
  font-size: 12px;
  min-width: 110px;
  padding: 4px 15px;
  color: #707070;
  background: #eeeeee;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.CompanyDocumentList_listBtn__QsM3f {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.CompanyDocumentList_paginputCont__uoKVm {
  display: flex;
  justify-content: center;
}

.PaidSalary_main-body__-Hxwx {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
.main-body h4 {
  color: #1c9294;
} */
.PaidSalary_subbutasc__k8VQ1 {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.PaidSalary_container__y3oNB {
  width: 100%;
}
.PaidSalary_mainBodyContainer__H7gwH {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.PaidSalary_tableTitle__hp7bm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.PaidSalary_tableTitle__hp7bm h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.PaidSalary_basicTable__MePT7 {
  border-collapse: collapse;
  width: 100%;
}
.PaidSalary_basicTable__MePT7 tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
    background: -webkit-gradient(
      linear,
      center top,
      center bottom,
      from(#eaeaea),
      to(#fff)
    ); */
  color: #fff;
  background: #26cacc;
}
.PaidSalary_basicTable__MePT7 td,
.PaidSalary_basicTable__MePT7 th {
  border: 1px solid #ddd;
  padding: 12px;
}

.PaidSalary_basicTable__MePT7 tr:nth-child(even) {
  background-color: #f2f2f2;
}

.PaidSalary_basicTable__MePT7 tr:hover {
  background-color: #ddd;
}

/* table th,
    tfoot td {
      padding: 12px 10px;
      text-align: center;
      background-color: #25cacc;
      color: white;
      border: 1px solid #ddd;
    } */
.PaidSalary_icons__C51d\+ {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.PaidSalary_basicTable__MePT7 {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.PaidSalary_icons__C51d\+ {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.PaidSalary_branchFormCont__4RQKr {
  margin-top: 10px;
}
.PaidSalary_top-icons__YWZb5 {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.PaidSalary_departmentFormContainer__cO2US {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.PaidSalary_departmentFormContainer__cO2US h3 {
  font-size: 15px;
  color: #459fa0;
}
.PaidSalary_departmentContainer__AywMB {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.PaidSalary_detailIcons__Cn1lN {
  cursor: pointer;
}
.PaidSalary_downloadExcelbutton__bOwUj {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.PaidSalary_inputcontainer__oGi-X {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.PaidSalary_credmoncontainer__trBjr {
  display: flex;
  flex-direction: column;
}
.PaidSalary_inpofcredmon__UiNip {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.PaidSalary_lavelsea__xWa\+N {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.PaidSalary_save_buttt__lyjYU {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.PaidSalary_allinpcon__s2528 {
  display: flex;
  gap: 15px;
  align-items: center;
}

.PaidSalary_navcontaa__Tdhdy {
  display: flex;
  justify-content: space-between;
  margin: 10px 15px;
  align-items: center;
  /* padding-bottom: 15px; */
}
.PaidSalary_navconasc__wiBaw {
  display: flex;
  gap: 10px;
  padding: 0;
  /* position: relative;
  bottom: 5px; */
}
.PaidSalary_onsubmt__\+SIl4 {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
}
.PaidSalary_savbt__qvEzP {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  font-size: 13px;
}
.PaidSalary_canbt__MHfzX {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  font-size: 13px;
}
.PaidSalary_paginationUl__ns4ug li {
  margin: 0;
}

.PaidSalary_paginationUl__ns4ug li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.PaidSalary_Mui-disabled__CWRnc[disabled] {
  cursor: not-allowed;
}

/* tab css */

.PaidSalary_tabDivContainer__xnaBV {
  padding: 0px 5px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.PaidSalary_tabCss__xre5- {
  background-color: #eeeeee !important;
  color: #12aba2 !important;
  min-height: 35px !important;
  margin-right: 10px !important;
  padding: 10px 30px !important;
  text-transform: none !important;
}
.PaidSalary_tabContainer__oG8on {
  margin-top: -25px;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: transparent;
  color: #23b0b2;
  & .PaidSalary_PrivateTabIndicator-root-5__vmLUG {
    display: none;
  }
}

.PaidSalary_indicator__CSSKA {
  top: 0 !important;
  background-color: #12aba2 !important;

  bottom: auto !important;

  bottom: initial !important;
}
.PaidSalary_selected__fpyGM {
  color: inherit !important;
}
.PaidSalary_goBtn__BM4nU {
  padding: 2px 12px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
/* tab css */
.PaidSalary_subbutasc__k8VQ1[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}

.Advance_clear_buttt__04CQw {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}

.Advance_save_buttt__BSfPz {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.Advance_searchformasc__aAPI3 {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
}

.Advance_fourinputasc__ChDBL {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}

.Advance_threeinputads__7GmUt {
  display: flex;
  gap: 20px;
  width: 74.5%;
}

.Advance_oneinputads__sFR1W {
  display: flex;
  gap: 20px;
  width: 23.5%;
}

.Advance_twoinputasc__Rq5AT {
  display: flex;
  gap: 20px;
  width: 49%;
}

.Advance_searorinp__JsyFV {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  padding: 5px;
}

.Advance_selctasc__0JPSE {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}

.Advance_optionnsel__TE\+i9 {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}

.Advance_inputasc__eS5bz {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px;
}

.Advance_buttonasc__aAAAn {
  display: flex;
  gap: 20px;
}

.Advance_uplodflex__cyhFl {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.Advance_chosefil__\+QOw- {
  padding: 2px 6px;
  border: solid 1px #dadada;
  width: 230px;
  font-size: 10px;
}

.Advance_downloadssam__owiKn {
  font-size: 9px;
  padding: 2px;
  width: 100px;
  max-height: 25px;
  color: #33d7d9;
  border: 1px solid #000;
  border-radius: 2px;
}

.Advance_butncon__BBlu4 {
  display: flex;
  gap: 10px;
}

.Advance_listSrch__Re0hP {
  font-family: open sans;
  border-radius: 5px;
  /* border: 1px solid #e2e1e0; */
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}

td {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
.Table_actionIcon__vj\+F1 {
  font-size: 16px;
  color: #696969;
  cursor: pointer;
}
.Table_actionIcon__vj\+F1:hover {
  color: #189c9e;
}
.Table_actionIconContainerrr__kp9-p {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 7px;
}
th {
  font-size: 13px;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__x3SET {
  width: 100%;

  /* overflow-x: auto; */
}
.Table_tabwrap__x3SET table {
  width: 100%;
}
.Table_parenttabwrap__z1QaS {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Table_component__plBIX {
  border: 1px solid #d2d2d2;
  background: #e8e8e8;
  color: #000;
  padding: 1px 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 2px;
}
.Table_index1__vccf5 {
  text-align: left;
}
.Table_save_butrr__BlAr3 {
  padding: 4px 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  width: 150px;
  margin-bottom: 5px;
}

/* menu style */
.Table_menuel__wGSiS {
  /* background-color: white; */
  /* width: 160px; */
  /* position: absolute;
  right: 35px; */
  z-index: 4;
  color: #000000 !important;
  padding: 0;
  padding: initial;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Table_menuel__wGSiS ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Table_menuel__wGSiS ul li {
  display: flex;
  /* gap: 1rem; */
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.Table_menuli__nmbaA {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c !important;
}
.Table_menuli__nmbaA:hover {
  background-color: #f6f6f6;
}
.Table_icoconel__TYgh0 {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.Modalstyle_topiconupdiv__5AhJo {
    /* padding: 3px; */
    border-radius: 50%;
    /* background-color: #8e0404; */
    border: 2px solid #8e0404;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.Modalstyle_topicondiv__KLcWq {
    margin: 1px;
    border-radius: 50%;
    background-color: #24c22c;
    border: 2px solid white;
    /* border:10px  ; */
}

.Modalstyle_modaliconimg__S2O1E {
    /* width: 30px;
    height: 30px; */
    width: 45px;
    

    padding: 5px;
    /* border-radius: 50%; */

}

.Modalstyle_btncenter__n718\+ {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;

}


.Modalstyle_imageContainer__DQRw1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.Modalstyle_viewimg__W2zmQ {
    height: 120px;
    width: 120px;
    border: dashed 1px black;
    display: flex;
    justify-content: center;
    align-items: center;

}


.Modalstyle_maindiv__gHwOI {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    font-weight: bold;
    /* background-color: #24c22c; */
}

.Modalstyle_data__gBymC {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
}

.Modalstyle_head__SLbVo {
    padding: 10px;
    text-align: center;
    color: rgb(69, 159, 160);
    font-size: 15px;
    font-weight: bol;
}


.Modalstyle_lefttopdata__yFlGS {
    /* width: 40%; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: black;
    font-size: 13px;
    gap: 1rem;
    /* background-color: #6924c2; */
}

.Modalstyle_rightttopdata__VykJF {
    /* width: 40%; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: black;
    font-size: 13px;
    gap: 1rem;
    /* background-color: #6924c2; */
}

.Modalstyle_item__75M\+C {
    display: flex;
    gap: 1rem;
}
.Modalstyle_texttitle__a8t44{
    width: 140px;
}
/* style={{fontWeight:"normal",fontSize:"12px"}} */
.Modalstyle_items__pUJA8{
    font-weight: 200;
    font-size: 12px;
}

.Modalstyle_boxdata__MA6um {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1rem;
    border-bottom: 1px solid gray;
    padding: 10px;
}

.Modalstyle_leftboxdata__tjKno {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    font-size: 13px;
    gap: 1rem;
    border: 1px solid gray;
    padding: 10px;
    border-radius: 10px;
}

.Modalstyle_righttboxdata__t0Dx7 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    font-size: 13px;
    gap: 1rem;
    border: 1px solid gray;
    padding: 10px;
    border-radius: 10px;
}

.Modalstyle_EARNINGS__VXggz {
    width: 48%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    color: black;
    font-size: 13px;
    gap: 8px;
    align-items: flex-start;
    /* background-color: #6924c2; */
}

.Modalstyle_DEDUCATION__3GjNP {
    width: 48%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    color: black;
    font-size: 13px;
    gap: 8px;
    align-items: flex-start;
    /* background-color: #6924c2; */
}
.Modalstyle_text__t6EbX {
    text-align: left;
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
}
.Modalstyle_totalDiv__-kgGY {
    padding-left: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    font-weight: bold;
    font-size: 13px;
    color: black;
    /* background-color: #24c22c; */
}

.Modalstyle_save_buttt__jw5yd{
    padding: 4px 15px;
    min-width: 110px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    /* max-width: 110px; */
}

.Modalstyle_centerDiv__WfoKC{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Modalstyle_detailsdiv__x2x0Z{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-weight: bold;
}
.Modalstyle_leftitile__tE\+UM{
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    font-size: 13px;
    gap: 8px;
    align-items: flex-start;
    
}
.EditModal_additm__f7kdJ {
  display: flex;
  flex-direction: column;
}
.EditModal_save_buttt__A\+M6D {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

/* for modal */
.EditModal_additm__f7kdJ {
  display: flex;
  flex-direction: column;
}

.EditModal_twodivcon__nb5Jt {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.EditModal_twodivlogo__AYAHO {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
.EditModal_selinp__jNoGx {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.EditModal_logocon__TO9gX {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.EditModal_selitx__n-HEn {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.EditModal_oneselitx__wioGs {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}
.EditModal_bigtxt__Eid0W {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 11px;
  padding: 5px;
  height: 55px;
  font-family: Open Sans;
}
.EditModal_onedivcon__jSyy7 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.EditModal_logoasc__m9fZk {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1.5px solid #e2e1e0;
}
/* for modal */
.EditModal_flexasc__EimTN {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
/* menu style */
.EditModal_menuel__Q6owK {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.EditModal_menuel__Q6owK ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.EditModal_menuel__Q6owK ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}
.EditModal_menuli__VX\+\+y {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.EditModal_menuli__VX\+\+y:hover {
  background-color: #f6f6f6;
}
.EditModal_icoconel__Wejbc {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.EditModal_reqire__omMBg {
  color: #ff1b1b;
  margin-left: 3px;
}

.EditModal_selctasc__Uz3rd {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.EditModal_optionnsel__mb5Dt {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}

.EditModal_error__c0-Ej {
  color: red;
  font-size: 12px;
  font-weight: 600;
}
.EditModal_inputascdate__QuT4Z {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
  padding: 5px 5px 5px 5px !important;
}

.EditModal_calenderIcon__MtRX6 {
  width: 16px;
  height: 16px;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  pointer-events: none;
}

.EditModal_calendarClass__ObH4\+ .react-datepicker__header {
  background-color: #ffffff !important;
  border-bottom: none;
}

.EditModal_calendarClass__ObH4\+ .react-datepicker__calendar-icon {
  size: "4px";
}

.Add_searchformasc__EmOE\+ {
    display: grid;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
}

.Add_fourinputasc__gY5JI {
    display: flex;
    gap: 20px;
    width: 100%;
}

.Add_threeinputasc__SLr1l {
    display: flex;
    gap: 20px;
    width: 75%;
}

.Add_searorinp__qZ9CH {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.Add_selctasc__212Yb {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color: #6D6D6D;
}

.Add_optionnsel__dMfoa {
    font-size: 11px;
    font-family: open sans;
    padding: 5px;
    height: 20px;
}

.Add_inputasc__dfUYU {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #E2E1E0;
    width: 100%;
    height: 33px;
    font-size: 11px;
    color: #6D6D6D;
    padding-left: 5px;
}

.Add_buttonas__hadtE {
    display: flex;
    gap: 20px;
}

.Add_tableconasc__Pvnm4 {
    display: grid;
    padding: 10px;
    border: 1px solid #B7B7B7;
    margin-top: 10px;
}

.Add_actincbut__9aksO {
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #04d718;
    color: white;
}

.Add_inactincbut__VBHdC {
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    min-width: 70px;
    background-color: #d70427;
    color: white;
}

.Add_navconasc__BZyEY {
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    bottom: 5px;
}

.Add_subbutasc__25WoG {
    border-radius: 5px;
    border: none;
    max-height: 30px;
    background-color: #0B7F80;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
}

.Add_optnas__wTveo {
    padding: 10px;
    min-height: 30px;
}

.Add_text_input__ni8Do {
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 450px;
    min-height: 30px;
}

.Add_save_butt__TeQd9 {
    padding: 4px 15px;
    min-width: 50px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    width: 110px;
}

.Add_holidays_butt__U0bgi {
    padding: 4px 15px;
    min-width: 50px;
    /* margin-top: 15px; */
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
}

.Add_reqire__7yDT0 {
    color: #ff1b1b;
    margin-left: 3px;
}

.Add_error__m7nKK {
    color: red;
    font-size: 12px;
    font-weight: 600;
}

.Add_listSrch__8a5cW {
    font-family: open sans;
    border-radius: 5px;
    border: 1px solid #e2e1e0;
    width: 100%;
    height: 33px !important;
    font-size: 11px;
    background: white;
    /* padding-left: 5px; */
}

.Add_twoinputasc__gMzqh {
    display: flex;
    gap: 20px;
    width: 100%;
}


.Add_inputcontainer__R1BgQ {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}


.Add_plusIcon__xnbrh {
    color: #189c9e;
    margin-left: 5px;
}
.Add_reqire__7yDT0{
    color: #ff1b1b;
    margin-left: 3px;
}

.Add_error__m7nKK {
    color: red;
    font-size: 12px;
    font-weight: 600;
  }
.CompanyAbbreviation_mca__XawYc {
  display: flex;
}
.CompanyAbbreviation_requiredIndicator__Nyfg1 {
  color: #ff1b1b;
  margin-left: 2px;
}
.CompanyAbbreviation_grey_ca__322cR {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.CompanyAbbreviation_icon_gray_ca__DvkhW {
  display: flex;
  gap: 10px;
}

.CompanyAbbreviation_cont_ca__Ruk8g {
  width: 100%;
}
.CompanyAbbreviation_white_space_ca__DX2YJ {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 35px;
  max-height: 35px;
  align-items: center;
  color: #696969;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}
.CompanyAbbreviation_whiteicon__N9m\+q {
  display: flex;
  gap: 10px;
}
.CompanyAbbreviation_all_main_c__97uzH {
  background-color: #f6f6f6;
  padding: 15px 15px;
  height: 91vh;
}
.CompanyAbbreviation_inn_white__5b1ZM {
  background-color: #fff;
  padding: 15px 15px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  border: 1px solid #cfcfcf;
  min-height: calc(100% - 71px);
}
.CompanyAbbreviation_in_bu__gfnez {
  display: flex;
  padding-top: 3px;
}
.CompanyAbbreviation_input__0Tvmq {
  display: flex;
  flex-direction: column;
}
.CompanyAbbreviation_text_input__-XNp9 {
  background-color: #fff;
  color: #696969;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  width: 340px;
  min-height: 30px;
}
.CompanyAbbreviation_save_butt__h95pb {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.CompanyAbbreviation_display__hrmpr {
  display: flex;
  color: #696969;
  gap: 20px;
  padding-left: 10px;
}
.CompanyAbbreviation_etplbutn__8gCdL {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 20px;
  min-width: 124px;
  min-height: 124px;
  background-color: #26cacc;
  font-family: "NeoSansIntel";
}
.CompanyAbbreviation_navbar__hPDvy {
  display: flex;
  background: #26cacc;
  color: white;
  font-family: Helvetica;
  align-items: center;
  padding: 4px 0;
}

.CompanyAbbreviation_navbar__title__9hKfo {
  margin-right: auto;
  font-size: 150%;
  padding: 12px 16px;
}

.CompanyAbbreviation_navbar__item__\+7U5p {
  padding: 2px 16px;
  cursor: pointer;
}
.CompanyAbbreviation_nam__NoEBn {
  font-size: 14px;
}
.CompanyAbbreviation_eve__Ye0ar {
  background: #26cace;
}
.CompanyAbbreviation_home_ic__xoMKF {
  position: relative;
  bottom: 2px;
}
.CompanyAbbreviation_error__8z2kO {
  color: red;
  font-size: 12px;
  font-weight: 600;
}

.CustomComponentPage_main-body__8Dfxp {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
.CustomComponentPage_subbutasc__1ED0J {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.CustomComponentPage_container__VQ3Yb {
  width: 100%;
}
.CustomComponentPage_mainBodyContainer__Liyi- {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.CustomComponentPage_tableTitle__33hbt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.CustomComponentPage_tableTitle__33hbt h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.CustomComponentPage_basicTable__zR-6H {
  border-collapse: collapse;
  width: 100%;
}
.CustomComponentPage_basicTable__zR-6H tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.CustomComponentPage_basicTable__zR-6H td,
.CustomComponentPage_basicTable__zR-6H th {
  border: 1px solid #ddd;
  padding: 12px;
}

.CustomComponentPage_basicTable__zR-6H tr:nth-child(even) {
  background-color: #f2f2f2;
}

.CustomComponentPage_basicTable__zR-6H tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.CustomComponentPage_icons__C8peP {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.CustomComponentPage_basicTable__zR-6H {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.CustomComponentPage_icons__C8peP {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.CustomComponentPage_branchFormCont__y5G5w {
  margin-top: 10px;
}
.CustomComponentPage_top-icons__OJjPz {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.CustomComponentPage_departmentFormContainer__slJuQ {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.CustomComponentPage_departmentFormContainer__slJuQ h3 {
  font-size: 15px;
  color: #459fa0;
}
.CustomComponentPage_departmentContainer__tP26\+ {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.CustomComponentPage_detailIcons__-N6eh {
  cursor: pointer;
  color: #696969;
}
.CustomComponentPage_downloadExcelbutton__rAz8R {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.CustomComponentPage_inputcontainer__46i2t {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.CustomComponentPage_credmoncontainer__yH0dL {
  display: flex;
  flex-direction: column;
}
.CustomComponentPage_inpofcredmon__85rhH {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.CustomComponentPage_lavelsea__-xSiP {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.CustomComponentPage_save_buttt__3WU87 {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.CustomComponentPage_allinpcon__sUwvZ {
  display: flex;
  gap: 15px;
  align-items: center;
}

.CustomComponentPage_navcontaa__91cd8 {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  align-items: center;
  /* padding-bottom: 15px; */
}
.CustomComponentPage_navconasc__mK1MG {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
.CustomComponentPage_onsubmt__nNwFk {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
}
.CustomComponentPage_savbt__9-dtT {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  font-size: 13px;
}
.CustomComponentPage_canbt__5A1HV {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  font-size: 13px;
}
.CustomComponentPage_paginationUl__0xuTD li {
  margin: 0;
}

.CustomComponentPage_paginationUl__0xuTD li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.CustomComponentPage_Mui-disabled__KXGu0[disabled] {
  cursor: not-allowed;
}
.CustomComponentPage_goBtn__3knrw {
  padding: 2px 12px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.CustomComponentPage_subbutasc__1ED0J[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.CustomComponentPage_actionCont__3rC\+8 {
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  margin: 10px 15px;
}
.CustomComponentPage_dateInput__NbuLD {
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  width: clamp(100px, 8vw, 150px);
  height: clamp(25px, 2.5vh, 35px);
  /* font-size: clamp(11px, 0.9vw, 14px); */
  font-size: 11px;
  color: #6d6d6d;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}

.Advance_clear_buttt__t6Z8i {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Advance_reqire__fHcyY {
  color: #ff1b1b;
  margin-left: 3px;
}
.Advance_save_buttt__\+V7vv {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Advance_variable_buttt__SCDaf {
  padding: 1px;
  /* min-width: 40px; */
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
}
.Advance_searchformasc__6Ruys {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Advance_fourinputasc__PYSIp {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Advance_threeinputads__1rmvn {
  display: flex;
  gap: 20px;
  width: 74.5%;
}
.Advance_oneinputads__7WQTu {
  display: flex;
  gap: 20px;
  width: 23.5%;
}
.Advance_twoinputasc__LYBAr {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Advance_searorinp__QsGHp {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Advance_selctasc__IjePE {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Advance_optionnsel__cK-CD {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Advance_inputasc__eOvpE {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}
.Advance_buttonasc__umN0W {
  display: flex;
  gap: 20px;
}
.Advance_uplodflex__W5MTY {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.Advance_chosefil__-5XzT {
  padding: 2px 6px;
  border: solid 1px #dadada;
  width: 230px;
  font-size: 10px;
}
.Advance_downloadssam__WSw0N {
  font-size: 9px;
  padding: 2px;
  width: 100px;
  max-height: 25px;
  color: rgb(69, 159, 160);
  border: 1px solid #000;
  border-radius: 2px;
}
.Advance_butncon__M-8tH {
  display: flex;
  gap: 10px;
}

.Advance_listSrch__Aaxyw {
  font-family: open sans;
  border-radius: 5px;
  /* border: 1px solid #e2e1e0; */
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}
.Advance_inpBtn__BaYE4 {
  padding: 1px;
  font-size: 12px;
  border-radius: 4px;
  background-color: white; /* Background white */
  color: black; /* Text black */
  border: 1px solid black; /* Black border */
}

td{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_actionIcon__C\+Vx\+ {
  font-size: 16px;
  color: #696969;
  cursor: pointer;
}
.Table_actionIcon__C\+Vx\+:hover {
  color: #189c9e;
}
.Table_actionIconContainerrr__aHzK6 {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 7px;
}
th{
    font-size: 13px;
}
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__Isp3k{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__Isp3k table{
     width: 100%;
}
.Table_parenttabwrap__-pv-r{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__sF29r{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}
.Table_index1__6mOVF{
    text-align: left;
}
.Table_save_butrr__zQPM-{
    padding: 4px 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    width: 150px;
    margin-bottom: 5px;
}

.Table_subbutasc__8qQmv {
  border-radius: 5px;
  border: none;
  height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.AddComponentForm_topicondiv__MxImo {
  margin: 1px;
  border-radius: 50%;
  background-color: #24c22c;
  border: 2px solid white;
  /* border:10px  ; */
}

.AddComponentForm_componentRow__LD124 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #e2e1e0;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

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

.AddComponentForm_inputCont__cyPl\+ label {
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
}

.AddComponentForm_radioGroup__eMfNR {
  display: flex;
  gap: 20px;
  align-items: center;
}

.AddComponentForm_radioWrapper__BZCSs {
  display: flex;
  align-items: center;
  gap: 5px;
}

.AddComponentForm_radioInput__8\+-xN {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}

.AddComponentForm_radioInput__8\+-xN::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #459fa0;
}

.AddComponentForm_radioInput__8\+-xN:checked::before {
  transform: scale(1);
}

.AddComponentForm_radioLabel__Hg9-G {
  font-size: 13px;
  cursor: pointer;
}

.AddComponentForm_inputField__40Of\+ {
  height: 33px;
  min-width: 125px;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  border-radius: 4px;
}

.AddComponentForm_error__Pk36z {
  font-size: 12px;
  color: #ff1b1b;
  font-weight: 600;
  margin-top: 5px;
}

.AddComponentForm_addButton__kHVOr,
.AddComponentForm_removeButton__fhqhW {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  border: none;
  background-color: #459fa0;
  color: white;
  margin-top: 10px;
  align-self: flex-start;
}

.AddComponentForm_removeButton__fhqhW {
  background-color: #dc3545;
}

.AddComponentForm_save_buttt__Rlvks {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
  border: none;
}
.AddComponentForm_inputCont__cyPl\+ input,
.AddComponentForm_inputCont__cyPl\+ select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
  color: #000000;
}
.AddComponentForm_customAutocompletePaper__Z63AC {
  font-size: 11px !important;
}

.AddComponentForm_listSrch__ks8rw {
  font-family: open sans;
  border-radius: 5px;
  /* border: 1px solid #e2e1e0; */
  width: 100%;
  /* height: 33px !important; */
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}

.BulkUpload_sbmt__FSNSD {
  font-size: 11px;
  min-width: 90px;
  height: 28px;
  width: auto;
  background: #333;
  color: #ffffff !important;
  border: solid 1px #2d2d2d;

  border-radius: 4px;
}
.BulkUpload_upld__PumNX {
  background-color: #0b7f80;
  height: 28px;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  max-height: 30px;
  width: auto;
  min-width: 90px;
  padding: 1px 15px;
}

.BulkUpload_inputContainer__uBpp7 {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  padding-bottom: 25px;
}
.BulkUpload_inputCont__kUycp {
  display: flex;
  align-items: center;
  gap: 10px;
  /* width: 75%; */
  font-size: 12px;
  font-weight: 600;
}
.BulkUpload_uploadCont__ELfo7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.BulkUpload_uploadFileCont__OsJlx {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.BulkUpload_uploadFileCont__OsJlx input {
  border: 1px solid rgb(224, 224, 224);
  border-radius: 3px;
  /* border: 1px solid; */
  padding: 2px;
  margin-right: 10px;
}
.BulkUpload_error__533Qc {
  color: red;
  font-size: 12px;
  font-weight: 600;
}

.ReportCustomComponentPage_main-body__1b8Yb {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
.ReportCustomComponentPage_subbutasc__LGSN4 {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.ReportCustomComponentPage_container__Jieib {
  width: 100%;
}
.ReportCustomComponentPage_mainBodyContainer__l0CKb {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.ReportCustomComponentPage_tableTitle__cNmMn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ReportCustomComponentPage_tableTitle__cNmMn h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.ReportCustomComponentPage_basicTable__04-8f {
  border-collapse: collapse;
  width: 100%;
}
.ReportCustomComponentPage_basicTable__04-8f tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.ReportCustomComponentPage_basicTable__04-8f td,
.ReportCustomComponentPage_basicTable__04-8f th {
  border: 1px solid #ddd;
  padding: 12px;
}

.ReportCustomComponentPage_basicTable__04-8f tr:nth-child(even) {
  background-color: #f2f2f2;
}

.ReportCustomComponentPage_basicTable__04-8f tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.ReportCustomComponentPage_icons__h2w6q {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.ReportCustomComponentPage_basicTable__04-8f {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.ReportCustomComponentPage_icons__h2w6q {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.ReportCustomComponentPage_branchFormCont__bHWhy {
  margin-top: 10px;
}
.ReportCustomComponentPage_top-icons__dn0\+0 {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.ReportCustomComponentPage_departmentFormContainer__iAWSP {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.ReportCustomComponentPage_departmentFormContainer__iAWSP h3 {
  font-size: 15px;
  color: #459fa0;
}
.ReportCustomComponentPage_departmentContainer__VfsDd {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.ReportCustomComponentPage_detailIcons__GCpDR {
  cursor: pointer;
  color: #696969;
}
.ReportCustomComponentPage_downloadExcelbutton__NmRUy {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.ReportCustomComponentPage_inputcontainer__Kbfd\+ {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ReportCustomComponentPage_credmoncontainer__u4cal {
  display: flex;
  flex-direction: column;
}
.ReportCustomComponentPage_inpofcredmon__guxUG {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.ReportCustomComponentPage_lavelsea__0-jCO {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.ReportCustomComponentPage_save_buttt__\+C7bs {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.ReportCustomComponentPage_allinpcon__Cqe-y {
  display: flex;
  gap: 15px;
  align-items: center;
}

.ReportCustomComponentPage_navcontaa__jn\+n- {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  align-items: center;
  /* padding-bottom: 15px; */
}
.ReportCustomComponentPage_navconasc__6DJmK {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
.ReportCustomComponentPage_onsubmt__LrjLU {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
}
.ReportCustomComponentPage_savbt__hiP1L {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  font-size: 13px;
}
.ReportCustomComponentPage_canbt__EJywU {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  font-size: 13px;
}
.ReportCustomComponentPage_paginationUl__vulfv li {
  margin: 0;
}

.ReportCustomComponentPage_paginationUl__vulfv li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.ReportCustomComponentPage_Mui-disabled__kuhJg[disabled] {
  cursor: not-allowed;
}
.ReportCustomComponentPage_goBtn__WiE42 {
  padding: 2px 12px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.ReportCustomComponentPage_subbutasc__LGSN4[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.ReportCustomComponentPage_actionCont__9dcl\+ {
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  margin: 10px 15px;
}
.ReportCustomComponentPage_dateInput__UTzOH {
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  width: clamp(100px, 8vw, 150px);
  height: clamp(25px, 2.5vh, 35px);
  /* font-size: clamp(11px, 0.9vw, 14px); */
  font-size: 11px;
  color: #6d6d6d;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.ReportCustomComponentPage_lebel__U0bhE {
  font-size: 12px;
  font-weight: bold;
  /* margin-bottom: 1px; */
}

.Advance_clear_buttt__EgML3 {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Advance_reqire__W9fpv {
  color: #ff1b1b;
  margin-left: 3px;
}
.Advance_save_buttt__0Ssh8 {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Advance_variable_buttt__TFx\+f {
  padding: 1px;
  /* min-width: 40px; */
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
}
.Advance_searchformasc__0jJtV {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Advance_fourinputasc__QWnV- {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Advance_threeinputads__hoQqM {
  display: flex;
  gap: 20px;
  width: 74.5%;
}
.Advance_oneinputads__rEAxQ {
  display: flex;
  gap: 20px;
  width: 23.5%;
}
.Advance_twoinputasc__50sSC {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Advance_searorinp__tXzXl {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Advance_selctasc__N96s9 {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Advance_optionnsel__PMKf- {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Advance_inputasc__GSJNl {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}
.Advance_buttonasc__IlbDC {
  display: flex;
  gap: 20px;
}
.Advance_uplodflex__8KE7b {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.Advance_chosefil__eScQu {
  padding: 2px 6px;
  border: solid 1px #dadada;
  width: 230px;
  font-size: 10px;
}
.Advance_downloadssam__yxxa1 {
  font-size: 9px;
  padding: 2px;
  width: 100px;
  max-height: 25px;
  color: rgb(69, 159, 160);
  border: 1px solid #000;
  border-radius: 2px;
}
.Advance_butncon__ru59l {
  display: flex;
  gap: 10px;
}

.Advance_listSrch__XM5eV {
  font-family: open sans;
  border-radius: 5px;
  /* border: 1px solid #e2e1e0; */
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}
.Advance_inpBtn__nyhuW {
  padding: 1px;
  font-size: 12px;
  border-radius: 4px;
  background-color: white; /* Background white */
  color: black; /* Text black */
  border: 1px solid black; /* Black border */
}

.Table_table__-YuNC td {
  font-size: 11px;
  color: #000000;
  padding: 10px;
  font-weight: normal;
}
.Table_actionIcon__E\+mfI {
  font-size: 16px;
  color: #696969;
  cursor: pointer;
}
.Table_actionIcon__E\+mfI:hover {
  color: #189c9e;
}
.Table_actionIconContainerrr__JUjtw {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 7px;
}
th {
  font-size: 13px;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__2hXeZ {
  width: 100%;

  /* overflow-x: auto; */
}
.Table_tabwrap__2hXeZ table {
  width: 100%;
}
.Table_parenttabwrap__Cnfx3 {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Table_component__YAINp {
  border: 1px solid #d2d2d2;
  background: #e8e8e8;
  color: #000;
  padding: 1px 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 2px;
}
.Table_index1__\+A6hz {
  text-align: left;
}
.Table_save_butrr__fBoCp {
  padding: 4px 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  width: 150px;
  margin-bottom: 5px;
}

.Table_subbutasc__EKg7r {
  border-radius: 5px;
  border: none;
  height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}

.SalaryAddOnnPage_main-body__3e0ND {
  /* height: 100%; */
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
}
/* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
.SalaryAddOnnPage_subbutasc__6m3Gi {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 5px 15px;
  min-width: 90px;
}
.SalaryAddOnnPage_container__vNmil {
  width: 100%;
}
.SalaryAddOnnPage_mainBodyContainer__bztYs {
  padding: 15px;
  background-color: #f6f6f6;
  /* height: calc(100% - 71px); */
}
.SalaryAddOnnPage_tableTitle__5Q52\+ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SalaryAddOnnPage_tableTitle__5Q52\+ h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.SalaryAddOnnPage_basicTable__eE3F1 {
  border-collapse: collapse;
  width: 100%;
}
.SalaryAddOnnPage_basicTable__eE3F1 tr th {
  font-size: 11px;
  padding: 10px 0px !important;
  /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
  color: #fff;
  background: #26cacc;
}
.SalaryAddOnnPage_basicTable__eE3F1 td,
.SalaryAddOnnPage_basicTable__eE3F1 th {
  border: 1px solid #ddd;
  padding: 12px;
}

.SalaryAddOnnPage_basicTable__eE3F1 tr:nth-child(even) {
  background-color: #f2f2f2;
}

.SalaryAddOnnPage_basicTable__eE3F1 tr:hover {
  background-color: #ddd;
}

/* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
.SalaryAddOnnPage_icons__MMCvQ {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.SalaryAddOnnPage_basicTable__eE3F1 {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.SalaryAddOnnPage_icons__MMCvQ {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.SalaryAddOnnPage_branchFormCont__RNFtm {
  margin-top: 10px;
}
.SalaryAddOnnPage_top-icons__p-H4S {
  color: #797979;
  display: flex;
  gap: 5px;
  font-size: 25px;
}
.SalaryAddOnnPage_departmentFormContainer__Ju0F0 {
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.SalaryAddOnnPage_departmentFormContainer__Ju0F0 h3 {
  font-size: 15px;
  color: #459fa0;
}
.SalaryAddOnnPage_departmentContainer__WmDtC {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}
.SalaryAddOnnPage_detailIcons__TjGqM {
  cursor: pointer;
  color: #696969;
}
.SalaryAddOnnPage_downloadExcelbutton__uc395 {
  margin-top: 4px;
  background: #f3f2f2;
  border: 1px solid #afaaaa;
  padding: 1px 6px;
  border-radius: 5px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.SalaryAddOnnPage_inputcontainer__aQAyi {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.SalaryAddOnnPage_credmoncontainer__Kpci- {
  display: flex;
  flex-direction: column;
}
.SalaryAddOnnPage_inpofcredmon__gInz1 {
  background-color: #fff;
  color: #696969;
  border: solid 1px #dadada;
  border-radius: 4px;
  width: 180px;
  min-height: 30px;
}
.SalaryAddOnnPage_lavelsea__wFkoK {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.SalaryAddOnnPage_save_buttt__cKQKg {
  padding: 4px 15px;
  min-width: 110px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.SalaryAddOnnPage_allinpcon__xITIm {
  display: flex;
  gap: 15px;
  align-items: center;
}

.SalaryAddOnnPage_navcontaa__ayX\+z {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  align-items: center;
  /* padding-bottom: 15px; */
}
.SalaryAddOnnPage_navconasc__9nyB6 {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}
.SalaryAddOnnPage_onsubmt__PAJGd {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
}
.SalaryAddOnnPage_savbt__PwKW0 {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  font-size: 13px;
}
.SalaryAddOnnPage_canbt__l8w3q {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  font-size: 13px;
}
.SalaryAddOnnPage_paginationUl__sulz2 li {
  margin: 0;
}

.SalaryAddOnnPage_paginationUl__sulz2 li button {
  margin: 0;
  padding: 8px;
  font-size: 13px;
  color: #25cacc !important;
  height: 26px;
  border-radius: 0;
  border-radius: initial;
}
.SalaryAddOnnPage_Mui-disabled__NZFbe[disabled] {
  cursor: not-allowed;
}
.SalaryAddOnnPage_goBtn__rBU9H {
  padding: 2px 12px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.SalaryAddOnnPage_subbutasc__6m3Gi[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.SalaryAddOnnPage_actionCont__49CbD {
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  margin: 10px 15px;
}
.SalaryAddOnnPage_dateInput__Ucwoy {
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  width: clamp(100px, 8vw, 150px);
  height: clamp(25px, 2.5vh, 35px);
  /* font-size: clamp(11px, 0.9vw, 14px); */
  font-size: 11px;
  color: #6d6d6d;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.SalaryAddOnnPage_lebel__zhfzW {
  font-size: 12px;
  font-weight: bold;
  /* margin-bottom: 1px; */
}

.Advance_clear_buttt__3CgOl {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Advance_reqire__ubhVj {
  color: #ff1b1b;
  margin-left: 3px;
}
.Advance_save_buttt__NhonV {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Advance_variable_buttt__uXnAk {
  padding: 1px;
  /* min-width: 40px; */
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
}
.Advance_searchformasc__BHQul {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Advance_fourinputasc__B5AP7 {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Advance_threeinputads__VXppC {
  display: flex;
  gap: 20px;
  width: 74.5%;
}
.Advance_oneinputads__PNyv1 {
  display: flex;
  gap: 20px;
  width: 23.5%;
}
.Advance_twoinputasc__LaiCo {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Advance_searorinp__XCYYV {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Advance_selctasc__Th-\+l {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Advance_optionnsel__y4n6R {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Advance_inputasc__OZ5Vi {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}
.Advance_buttonasc__m1\+pp {
  display: flex;
  gap: 20px;
}
.Advance_uplodflex__k1Fsm {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.Advance_chosefil__Mo5Xm {
  padding: 2px 6px;
  border: solid 1px #dadada;
  width: 230px;
  font-size: 10px;
}
.Advance_downloadssam__V6jyn {
  font-size: 9px;
  padding: 2px;
  width: 100px;
  max-height: 25px;
  color: rgb(69, 159, 160);
  border: 1px solid #000;
  border-radius: 2px;
}
.Advance_butncon__w8uup {
  display: flex;
  gap: 10px;
}

.Advance_listSrch__X85eh {
  font-family: open sans;
  border-radius: 5px;
  /* border: 1px solid #e2e1e0; */
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; */
}
.Advance_inpBtn__D9TK0 {
  padding: 1px;
  font-size: 12px;
  border-radius: 4px;
  background-color: white; /* Background white */
  color: black; /* Text black */
  border: 1px solid black; /* Black border */
}

td{
    font-size: 11px;
    color:#000000;
    padding: 5px;
    font-weight: normal;
}
.Table_actionIcon__OJrd- {
  font-size: 16px;
  color: #696969;
  cursor: pointer;
}
.Table_actionIcon__OJrd-:hover {
  color: #189c9e;
}
.Table_actionIconContainerrr__fcjyG {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 7px;
}
th{
    font-size: 13px;
}
table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__jdn8v{
           width: 100%;
        
     /* overflow-x: auto; */
}
.Table_tabwrap__jdn8v table{
     width: 100%;
}
.Table_parenttabwrap__G-q7G{
     width: 100%;
     overflow-x: auto;

     /* width: 1080px; */
}
.Table_component__iJP-N{

        border: 1px solid #d2d2d2;
        background: #e8e8e8;
        color: #000;
        padding: 1px 3px;
        border-radius: 8px;
        display: inline-block;
        margin: 2px;
}
.Table_index1__wmuvX{
    text-align: left;
}
.Table_save_butrr__PZASZ{
    padding: 4px 15px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #333;
    color: white;
    width: 150px;
    margin-bottom: 5px;
}

.Table_subbutasc__9DTHG {
  border-radius: 5px;
  border: none;
  height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}
.AddComponentForm_topicondiv__nCCBc {
  margin: 1px;
  border-radius: 50%;
  background-color: #24c22c;
  border: 2px solid white;
  /* border:10px  ; */
}

.AddComponentForm_componentRow__Ek5m0 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #e2e1e0;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

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

.AddComponentForm_inputCont__Z9MLu label {
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
}

.AddComponentForm_radioGroup__lAZqU {
  display: flex;
  gap: 20px;
  align-items: center;
}

.AddComponentForm_radioWrapper__diFwU {
  display: flex;
  align-items: center;
  gap: 5px;
}

.AddComponentForm_radioInput__Izh3Q {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}

.AddComponentForm_radioInput__Izh3Q::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #459fa0;
}

.AddComponentForm_radioInput__Izh3Q:checked::before {
  transform: scale(1);
}

.AddComponentForm_radioLabel__goLnZ {
  font-size: 13px;
  cursor: pointer;
}

.AddComponentForm_inputField__pZxYs {
  height: 33px;
  min-width: 125px;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  border-radius: 4px;
}

.AddComponentForm_error__bOQ0q {
  font-size: 12px;
  color: #ff1b1b;
  font-weight: 600;
  margin-top: 5px;
}

.AddComponentForm_addButton__uz7I5,
.AddComponentForm_removeButton__e4lGC {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  border: none;
  background-color: #459fa0;
  color: white;
  margin-top: 10px;
  align-self: flex-start;
}

.AddComponentForm_removeButton__e4lGC {
  background-color: #dc3545;
}

.AddComponentForm_save_buttt__iZWl4 {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
  border: none;
}
.AddComponentForm_inputCont__Z9MLu input,
.AddComponentForm_inputCont__Z9MLu select {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  height: 30px;
  border-radius: 4px;
  color: #000000;
}
.AddComponentForm_inputCont__Z9MLu textarea {
  width: 100%;
  padding: 2px 6px;
  border: solid 1px #dadada;
  font-size: 11px;
  border-radius: 4px;
  color: #000000;
}

.AddComponentForm_listSrch__UyX6g {
  font-family: open sans;
  border-radius: 5px;

  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
}

.AllAttendanceRepo_main-body__tXfmw {
    /* height: 100%; */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: grid;
  }
  /* .main-body h3,
  .main-body h4 {
    color: #1c9294;
  } */
  
  .AllAttendanceRepo_container__SeQ3r {
    width: 100%;
  }
  .AllAttendanceRepo_mainBodyContainer__7xqvv {
    padding: 15px;
    background-color: #f6f6f6;
    /* height: calc(100% - 71px); */
  }
  .AllAttendanceRepo_tableTitle__9rgu- {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .AllAttendanceRepo_tableTitle__9rgu- h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .AllAttendanceRepo_basicTable__t79TX {
    border-collapse: collapse;
    width: 100%;
  }
  .AllAttendanceRepo_basicTable__t79TX tr th {
    font-size: 11px;
    padding: 10px 0px !important;
    /* background: -moz-linear-gradient(top, #eaeaea, #fff);
      background: -webkit-gradient(
        linear,
        center top,
        center bottom,
        from(#eaeaea),
        to(#fff)
      ); */
    color: #fff;
    background: #26cacc;
  }
  .AllAttendanceRepo_basicTable__t79TX td,
  .AllAttendanceRepo_basicTable__t79TX th {
    border: 1px solid #ddd;
    padding: 12px;
  }
  
  .AllAttendanceRepo_basicTable__t79TX tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .AllAttendanceRepo_basicTable__t79TX tr:hover {
    background-color: #ddd;
  }
  
  /* table th,
      tfoot td {
        padding: 12px 10px;
        text-align: center;
        background-color: #25cacc;
        color: white;
        border: 1px solid #ddd;
      } */
  .AllAttendanceRepo_icons__\+3ABs {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .AllAttendanceRepo_basicTable__t79TX {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
  }
  
  .AllAttendanceRepo_icons__\+3ABs {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .AllAttendanceRepo_branchFormCont__0J-Bk {
    margin-top: 10px;
  }
  .AllAttendanceRepo_top-icons__211v6 {
    color: #797979;
    display: flex;
    gap: 5px;
    font-size: 25px;
  }
  .AllAttendanceRepo_departmentFormContainer__EcFlE {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .AllAttendanceRepo_departmentFormContainer__EcFlE h3 {
    font-size: 15px;
    color: #459fa0;
  }
  .AllAttendanceRepo_departmentContainer__dpOrd {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 90px;
    margin-top: 15px;
  }
  .AllAttendanceRepo_detailIcons__Pvlou {
    cursor: pointer;
  }
  .AllAttendanceRepo_downloadExcelbutton__oTvFV {
    margin-top: 4px;
    background: #f3f2f2;
    border: 1px solid #afaaaa;
    padding: 1px 6px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  .AllAttendanceRepo_inputcontainer__UtAIL{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .AllAttendanceRepo_credmoncontainer__DDxHK{
    display: flex;
    flex-direction: column;
  }
  .AllAttendanceRepo_inpofcredmon__2KnPx{
    background-color: #fff;
    color: #696969;
    border: solid 1px #dadada;
    border-radius: 4px;
    width: 180px;
    min-height: 30px;
  }
  .AllAttendanceRepo_lavelsea__4bbh\+{
    font-size: 12px;
      font-weight: bold;
      margin-bottom: 1px;
  }
  .AllAttendanceRepo_save_buttt__ai9uo{
      padding: 4px 15px;
      min-width: 110px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #333;
      color: white;
      max-width: 110px;
  }
  .AllAttendanceRepo_navconasc__aug0M{
      display: flex;
      gap: 10px;
      padding: 0;
      position: relative;
      top:10px;
  }
  .AllAttendanceRepo_optnas__3KioW{
      padding: 10px;
      min-height: 30px;
  }
  .AllAttendanceRepo_subbutasc__-LQEv{
      border-radius: 5px;
      border: none;
      max-height: 30px;
      background-color: #0B7F80;
      color: #fff;
      font-size: 12px;
      padding: 1px 15px;
  }
  .AllAttendanceRepo_navconta__tf50n{
       display: flex;
       margin: 0 15px;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 15px;
  }
  /* .navcontaa{
          display: flex;
      justify-content: space-between;
      margin: 0 15px;
      align-items: center;
  } */
  .AllAttendanceRepo_allinpcon__R023-{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .AllAttendanceRepo_colorxs__K2T28{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
  }
  .AllAttendanceRepo_singleclr__zEF8q{
    display: flex;
    gap: 5px;
  }
  .AllAttendanceRepo_clrbx__we-F7{
    width: 13px;
    height: 13px;
  }
  .AllAttendanceRepo_h5sty__VHoOf{
    font-size: 13px;
    color: 363535;
  }
  .AllAttendanceRepo_paginationUl__gpWPH li {
    margin: 0;
  }
  
  .AllAttendanceRepo_paginationUl__gpWPH li button {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    color: #25cacc !important;
    height: 26px;
    border-radius: 0;
    border-radius: initial;
  }
  .AllAttendanceRepo_Mui-disabled__wXLQY[disabled] {
    cursor: not-allowed;
  }
  .AllAttendanceRepo_condatbx__I1Him {
      display: flex;
      gap: 0.2em;
      align-items: center;
  }
  .AllAttendanceRepo_dat_box__-xAr\+ {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 1.5em;
      min-height: 1.5em;
      max-height: 1.5em;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 0.56em;
  }
.Table_td__hh8fZ {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
.Table_th__zjj0X {
  font-size: 13px;
  background-color: #26cacc;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
}
.Table_tabwrap__3jfzn {
  width: 100%;

  /* overflow-x: auto; */
}
.Table_tabwrap__3jfzn table {
  width: 100%;
}
.Table_parenttabwrap__iRpvF {
  width: 100%;
  overflow-x: auto;

  /* width: 1080px; */
}
.Table_component__DuOva {
  border: 1px solid #d2d2d2;
  background: #e8e8e8;
  color: #000;
  padding: 1px 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 2px;
}
.Table_shnhd__D3ga8 {
  padding: 0;
  margin: 0;
  height: 20px;
  position: relative;
  max-width: 920px;
  bottom: -13.5px;
}
.Table_hdddi__MJmR5 {
  /* min-width: 25px; */
}
.Table_emplyy__s1kjs {
  position: relative;
  bottom: -2px;
  left: 400px;
  font-size: 13px;
  font-weight: bold;
  color: "#fff";
}
.Table_lochh__eix2Q {
  text-align: center;
  min-width: 100px;
  max-width: 100px;
}
.Table_dayydate__dOH-L {
  text-align: center;
  font-size: 10px;
  padding: 0 !important;
  min-width: 75px;
}
.Table_datewday__xwIbi {
  padding: 5.1px 1px;
  border-bottom: 1px solid #ddd;
}
.Table_chbok__7zJjO {
  padding: 5px;
  /* border-bottom: 1px solid #ddd; */
}
.Table_innuou__yqSUf {
  display: flex;
  align-items: center;
  /* background-color: #fff; */
}
.Table_infoutt__CbbFf {
  width: 50%;
  padding: 4.5px;
  border-right: 1px solid #ddd;
}
.Table_atenxx__sY9tt {
  text-align: center;
  font-size: 10px;
  vertical-align: center;
  min-width: 75px;
  max-width: 75px;
  padding: 0;
}
.Table_snno__kUD5- {
  text-align: left;
  font-size: 12px;
  min-width: 30px;
  max-width: 30px;
  border: 1px solid #ddd;
}
.Table_eenamj__F1hIB {
  text-align: center;
  text-wrap: nowrap;
  position: sticky;
  left: 0px;
  background: white;
  border: 1px solid rgb(221, 221, 221);
  z-index: 1;
}
.Table_checkkk__t-uIH {
  text-align: center;
  font-size: 10px;
  min-width: 30px;
}
.Table_subccc__q6Fp0 {
  min-width: 130px;
  max-width: 130px;
  text-align: left;
  padding-left: 5px;
}
.Table_empcccod__P5MwW {
  min-width: 130px;
  max-width: 130px;
  text-align: left;
  height: 131px;
  padding-left: 5px;
}
.Table_Tableempcccoo__\+0S4L {
  min-width: 130px;
  max-width: 130px;
  text-align: left;
  height: 54px;
  padding-left: 5px;
  /* border-bottom: transparent; */
}
.Table_ouuu__Brzk\+ {
  padding: 4px;
  padding-left: 8px;
  text-align: center;
}
.Table_chbbo__eQr2e {
  padding: 5px;
}

.Table_icnndx__bA0WK {
  display: flex;
  gap: 8px;
}
.Table_ixxxds__DEs5S {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.7em;
}
.Table_iont__f6NqS {
  color: #696969;
}
.Table_fledds___Zxqol {
  display: flex;
  /* border-bottom: 1px solid #ddd; */
}
.Table_sub_bbb__Tdvfa {
  min-width: 140px;
  max-width: 140px;
  text-align: center;
}

.Table_sub_ddd__VLGe3 {
  min-width: 130px;
  max-width: 130px;
}
.Table_sub_subkkkjj__xXLNm {
  min-width: 140px;
  /* max-width: 140px; */
  text-align: left;
  padding-left: 5px;
}
.Table_loc_habler__Z2aus {
  text-align: left;
  min-width: 100px;
  /* max-width: 100px; */
  padding-left: 5px;
}

.Table_double_ethhh__UXYYo {
  width: 50%;
  padding: 5px;
  min-width: 40px;
  border-right: 1px solid #ddd;
}
.Table_riukr_tytuiy__5g9GY {
  width: 50%;
  padding: 5px 0px;
  min-width: 40px;
  position: relative;
  right: 3.5px;
}

.Colr_coltopmu__LSt0v{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 7.5px;
}
.Colr_onxsc__Fvncx{
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 1px;
}
.Colr_txinco__X2bSA{
    font-size: 12px;
    text-wrap:nowrap
}
.Colr_parrtnity__zmZc-{
    background-color: #ff944d;
    min-height: 13px;
    min-width: 13px;

}

.Search_clear_buttt__2SQtv {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}
.Search_listSrch__5gZEH {
  font-family: open sans;
  border-radius: 5px;
  /* border: 1px solid #e2e1e0; */
  width: 100%;
  height: 33px !important;
  font-size: 11px;
  background: white;
  /* padding-left: 5px; selctasc*/
}
.Search_save_buttt__a8CZk {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}
.Search_searchformasc__PXMgn {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  grid-gap: 7px;
  gap: 7px;
}
.Search_fourinputasc__XPX2D {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}
.Search_threeinputads__zxEUP {
  display: flex;
  gap: 20px;
  width: 74.5%;
}
.Search_oneinputads__QD\+bK {
  display: flex;
  gap: 20px;
  width: 23.5%;
}
.Search_twoinputasc__dNLMM {
  display: flex;
  gap: 20px;
  width: 49%;
}
.Search_searorinp__W8\+08 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.Search_selctasc__wEb8A {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}
.Search_optionnsel__aE4K9 {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}
.Search_inputasc__Okw0s {
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}
.Search_buttonasc__PXx7Y {
  display: flex;
  gap: 20px;
}
.Search_uplodflex__juxDG {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.Search_chosefil__dTDms {
  padding: 2px 6px;
  border: solid 1px #dadada;
  width: 230px;
  font-size: 10px;
}
.Search_downloadssam__e941r {
  font-size: 9px;
  padding: 2px;
  width: 100px;
  max-height: 25px;
  color: #33d7d9;
  border: 1px solid #000;
  border-radius: 2px;
}
.Search_butncon__JEaNb {
  display: flex;
  gap: 10px;
}

/* MultiSelectInput.module.css */
.MultiSelectInput_customAutocompletePaper__i5YxJ {
  font-size: 11px !important;
}


/*# sourceMappingURL=main.3151cf5c.css.map*/