@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');*, ::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.17 | 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 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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;
  }
}
@media (min-width: 1800px) {

  .container {
    max-width: 1800px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-1 {
  right: -0.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-0 {
  top: -0px;
}
.-top-1 {
  top: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-4 {
  top: -1rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-7 {
  top: -1.75rem;
}
.-top-\[9px\] {
  top: -9px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-44 {
  left: 11rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[150px\] {
  left: 150px;
}
.left-\[25px\] {
  left: 25px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[-10px\] {
  right: -10px;
}
.right-\[-8px\] {
  right: -8px;
}
.right-\[1px\] {
  right: 1px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-10 {
  top: 2.5rem;
}
.top-12 {
  top: 3rem;
}
.top-14 {
  top: 3.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-7 {
  top: 1.75rem;
}
.top-8 {
  top: 2rem;
}
.top-9 {
  top: 2.25rem;
}
.top-\[-10px\] {
  top: -10px;
}
.top-\[-9px\] {
  top: -9px;
}
.top-\[1\.4px\] {
  top: 1.4px;
}
.top-\[1\.5px\] {
  top: 1.5px;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[120px\] {
  top: 120px;
}
.top-\[123px\] {
  top: 123px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[134px\] {
  top: 134px;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[203px\] {
  top: 203px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[268px\] {
  top: 268px;
}
.top-\[28px\] {
  top: 28px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[38px\] {
  top: 38px;
}
.top-\[68px\] {
  top: 68px;
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.m-0 {
  margin: 0px;
}
.m-10 {
  margin: 2.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-6 {
  margin: 1.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-\[122px\] {
  margin-left: 122px;
  margin-right: 122px;
}
.mx-\[18px\] {
  margin-left: 18px;
  margin-right: 18px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-5 {
  margin-bottom: 1.25rem !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-1 {
  margin-top: 0.25rem !important;
}
.\!mt-\[11px\] {
  margin-top: 11px !important;
}
.\!mt-\[2px\] {
  margin-top: 2px !important;
}
.\!mt-\[9px\] {
  margin-top: 9px !important;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.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-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[23px\] {
  margin-bottom: 23px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[27px\] {
  margin-bottom: 27px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[40px\] {
  margin-left: 40px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[14px\] {
  margin-right: 14px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[41px\] {
  margin-right: 41px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.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-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[10\.65px\] {
  margin-top: 10.65px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[21px\] {
  margin-top: 21px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[55px\] {
  margin-top: 55px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.\!h-20 {
  height: 5rem !important;
}
.\!h-24 {
  height: 6rem !important;
}
.\!h-40 {
  height: 10rem !important;
}
.\!h-6 {
  height: 1.5rem !important;
}
.\!h-\[100px\] {
  height: 100px !important;
}
.\!h-\[109px\] {
  height: 109px !important;
}
.\!h-\[118px\] {
  height: 118px !important;
}
.\!h-\[151px\] {
  height: 151px !important;
}
.\!h-\[152px\] {
  height: 152px !important;
}
.\!h-\[22px\] {
  height: 22px !important;
}
.\!h-\[26px\] {
  height: 26px !important;
}
.\!h-\[40px\] {
  height: 40px !important;
}
.\!h-\[49px\] {
  height: 49px !important;
}
.\!h-\[84px\] {
  height: 84px !important;
}
.\!h-\[95px\] {
  height: 95px !important;
}
.\!h-\[98px\] {
  height: 98px !important;
}
.\!h-auto {
  height: auto !important;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[105px\] {
  height: 105px;
}
.h-\[108px\] {
  height: 108px;
}
.h-\[111px\] {
  height: 111px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[165px\] {
  height: 165px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[41px\] {
  height: 41px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[449px\] {
  height: 449px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[47\%\] {
  height: 47%;
}
.h-\[470px\] {
  height: 470px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[57px\] {
  height: 57px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[59px\] {
  height: 59px;
}
.h-\[74px\] {
  height: 74px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[130px\] {
  max-height: 130px;
}
.max-h-\[145px\] {
  max-height: 145px;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[176px\] {
  max-height: 176px;
}
.max-h-\[190px\] {
  max-height: 190px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[220px\] {
  max-height: 220px;
}
.max-h-\[230px\] {
  max-height: 230px;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[280px\] {
  max-height: 280px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[355px\] {
  max-height: 355px;
}
.max-h-\[356px\] {
  max-height: 356px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-\[470px\] {
  max-height: 470px;
}
.max-h-\[505px\] {
  max-height: 505px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[640px\] {
  max-height: 640px;
}
.max-h-\[65vh\] {
  max-height: 65vh;
}
.max-h-\[689px\] {
  max-height: 689px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[85px\] {
  max-height: 85px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[calc\(100vh-200px\)\] {
  max-height: calc(100vh - 200px);
}
.min-h-0 {
  min-height: 0px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.min-h-\[151px\] {
  min-height: 151px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[49px\] {
  min-height: 49px;
}
.min-h-\[55px\] {
  min-height: 55px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-44 {
  width: 11rem !important;
}
.\!w-6 {
  width: 1.5rem !important;
}
.\!w-\[100px\] {
  width: 100px !important;
}
.\!w-\[118px\] {
  width: 118px !important;
}
.\!w-\[12rem\] {
  width: 12rem !important;
}
.\!w-\[140px\] {
  width: 140px !important;
}
.\!w-\[185px\] {
  width: 185px !important;
}
.\!w-\[195px\] {
  width: 195px !important;
}
.\!w-\[22px\] {
  width: 22px !important;
}
.\!w-\[238px\] {
  width: 238px !important;
}
.\!w-\[26px\] {
  width: 26px !important;
}
.\!w-\[30\%\] {
  width: 30% !important;
}
.\!w-\[360px\] {
  width: 360px !important;
}
.\!w-\[98px\] {
  width: 98px !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/5 {
  width: 20%;
}
.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-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[1\%\] {
  width: 1%;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1014px\] {
  width: 1014px;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[14\%\] {
  width: 14%;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[176px\] {
  width: 176px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[185px\] {
  width: 185px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[2\%\] {
  width: 2%;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[205px\] {
  width: 205px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[21\%\] {
  width: 21%;
}
.w-\[213px\] {
  width: 213px;
}
.w-\[215px\] {
  width: 215px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[326px\] {
  width: 326px;
}
.w-\[332px\] {
  width: 332px;
}
.w-\[33px\] {
  width: 33px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[381px\] {
  width: 381px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[417px\] {
  width: 417px;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[453px\] {
  width: 453px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[49px\] {
  width: 49px;
}
.w-\[5\%\] {
  width: 5%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[528px\] {
  width: 528px;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[555px\] {
  width: 555px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[563px\] {
  width: 563px;
}
.w-\[568px\] {
  width: 568px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[65\.5\%\] {
  width: 65.5%;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[7\%\] {
  width: 7%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[730px\] {
  width: 730px;
}
.w-\[73px\] {
  width: 73px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[81\%\] {
  width: 81%;
}
.w-\[81px\] {
  width: 81px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[900px\] {
  width: 900px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[940px\] {
  width: 940px;
}
.w-\[95px\] {
  width: 95px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[400px\] {
  min-width: 400px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.\!max-w-\[calc\(100vw-20px\)\] {
  max-width: calc(100vw - 20px) !important;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[332px\] {
  max-width: 332px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[568px\] {
  max-width: 568px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.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-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));
}
.translate-x-0 {
  --tw-translate-x: 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-x-2 {
  --tw-translate-x: 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));
}
.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));
}
.rotate-0 {
  --tw-rotate: 0deg;
  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-180 {
  --tw-rotate: 180deg;
  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-90 {
  --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 spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: 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-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-28 {
  gap: 7rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[113px\] {
  gap: 113px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[19px\] {
  gap: 19px;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-\[36px\] {
  row-gap: 36px;
}
.-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-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[23px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(23px * var(--tw-space-x-reverse));
  margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[50px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(50px * var(--tw-space-x-reverse));
  margin-left: calc(50px * 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-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));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-\[40px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#383840\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(56 56 64 / var(--tw-divide-opacity, 1));
}
.divide-\[\#E9E9E9\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-divide-opacity, 1));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.\!whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[140px\] {
  border-radius: 140px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.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-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-br-\[6px\] {
  border-bottom-right-radius: 6px;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.rounded-tr-\[6px\] {
  border-top-right-radius: 6px;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.\!border-b-\[1px\] {
  border-bottom-width: 1px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.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-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-\[\#000000\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#383840\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(56 56 64 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#5B5B5B\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(91 91 91 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#E9E9E9\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 233 233 / var(--tw-border-opacity, 1)) !important;
}
.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#000000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-\[\#000080\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 128 / var(--tw-border-opacity, 1));
}
.border-\[\#008080\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 128 128 / var(--tw-border-opacity, 1));
}
.border-\[\#00FFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 255 / var(--tw-border-opacity, 1));
}
.border-\[\#10B8FF95\] {
  border-color: #10B8FF95;
}
.border-\[\#10B8FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(16 184 255 / var(--tw-border-opacity, 1));
}
.border-\[\#10B981\] {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-\[\#1E84AF95\] {
  border-color: #1E84AF95;
}
.border-\[\#1E84AF\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 132 175 / var(--tw-border-opacity, 1));
}
.border-\[\#20C4B6\] {
  --tw-border-opacity: 1;
  border-color: rgb(32 196 182 / var(--tw-border-opacity, 1));
}
.border-\[\#25282B\] {
  --tw-border-opacity: 1;
  border-color: rgb(37 40 43 / var(--tw-border-opacity, 1));
}
.border-\[\#2A2B32\] {
  --tw-border-opacity: 1;
  border-color: rgb(42 43 50 / var(--tw-border-opacity, 1));
}
.border-\[\#32CD32\] {
  --tw-border-opacity: 1;
  border-color: rgb(50 205 50 / var(--tw-border-opacity, 1));
}
.border-\[\#343434\] {
  --tw-border-opacity: 1;
  border-color: rgb(52 52 52 / var(--tw-border-opacity, 1));
}
.border-\[\#383840\] {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 64 / var(--tw-border-opacity, 1));
}
.border-\[\#38E76C95\] {
  border-color: #38E76C95;
}
.border-\[\#38E76C\] {
  --tw-border-opacity: 1;
  border-color: rgb(56 231 108 / var(--tw-border-opacity, 1));
}
.border-\[\#3B82F6\] {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-\[\#43434d\] {
  --tw-border-opacity: 1;
  border-color: rgb(67 67 77 / var(--tw-border-opacity, 1));
}
.border-\[\#4b5563\] {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-\[\#5B5B5B\] {
  --tw-border-opacity: 1;
  border-color: rgb(91 91 91 / var(--tw-border-opacity, 1));
}
.border-\[\#85858595\] {
  border-color: #85858595;
}
.border-\[\#858585\] {
  --tw-border-opacity: 1;
  border-color: rgb(133 133 133 / var(--tw-border-opacity, 1));
}
.border-\[\#8B00FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(139 0 255 / var(--tw-border-opacity, 1));
}
.border-\[\#A52A2A\] {
  --tw-border-opacity: 1;
  border-color: rgb(165 42 42 / var(--tw-border-opacity, 1));
}
.border-\[\#AAAAAA\] {
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity, 1));
}
.border-\[\#CBA30195\] {
  border-color: #CBA30195;
}
.border-\[\#CBA301\] {
  --tw-border-opacity: 1;
  border-color: rgb(203 163 1 / var(--tw-border-opacity, 1));
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-\[\#DD6B0695\] {
  border-color: #DD6B0695;
}
.border-\[\#DD6B06\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 107 6 / var(--tw-border-opacity, 1));
}
.border-\[\#E9E9E9\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity, 1));
}
.border-\[\#F310FF95\] {
  border-color: #F310FF95;
}
.border-\[\#F310FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 16 255 / var(--tw-border-opacity, 1));
}
.border-\[\#F9291F95\] {
  border-color: #F9291F95;
}
.border-\[\#F9291F\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 41 31 / var(--tw-border-opacity, 1));
}
.border-\[\#FF69B4\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 105 180 / var(--tw-border-opacity, 1));
}
.border-\[\#a9a9aa\] {
  --tw-border-opacity: 1;
  border-color: rgb(169 169 170 / var(--tw-border-opacity, 1));
}
.border-\[\#dd4c4c\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 76 76 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 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 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}
.border-t-\[\#25282B\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 40 43 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\!bg-\[\#161C23\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 28 35 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#1C1C24\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(28 28 36 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#24242D\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(36 36 45 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#E9E9E9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#cccccc\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#0D0D0D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0c131d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 19 29 / var(--tw-bg-opacity, 1));
}
.bg-\[\#10B8FF10\] {
  background-color: #10B8FF10;
}
.bg-\[\#10B98125\] {
  background-color: #10B98125;
}
.bg-\[\#10B98145\] {
  background-color: #10B98145;
}
.bg-\[\#13131A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 19 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#161718\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 23 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#161C23\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 28 35 / var(--tw-bg-opacity, 1));
}
.bg-\[\#17171c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#171f2b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 31 43 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1C1C24\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1E1E26\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 38 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1E4DA1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 77 161 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1E84AF11\] {
  background-color: #1E84AF11;
}
.bg-\[\#1E84AF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 132 175 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1F1F23\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 35 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a1a22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1e84af\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 132 175 / var(--tw-bg-opacity, 1));
}
.bg-\[\#24242D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 45 / var(--tw-bg-opacity, 1));
}
.bg-\[\#24242d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 45 / var(--tw-bg-opacity, 1));
}
.bg-\[\#24D6A51A\] {
  background-color: #24D6A51A;
}
.bg-\[\#25282B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 40 43 / var(--tw-bg-opacity, 1));
}
.bg-\[\#254396\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 67 150 / var(--tw-bg-opacity, 1));
}
.bg-\[\#282836\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 54 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2A2A33\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2A2A36\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 54 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2C2C36\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 54 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3575FF1A\] {
  background-color: #3575FF1A;
}
.bg-\[\#36D7AE11\] {
  background-color: #36D7AE11;
}
.bg-\[\#36DDAE11\] {
  background-color: #36DDAE11;
}
.bg-\[\#36DDAE1A\] {
  background-color: #36DDAE1A;
}
.bg-\[\#383840\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 64 / var(--tw-bg-opacity, 1));
}
.bg-\[\#38E76C10\] {
  background-color: #38E76C10;
}
.bg-\[\#38E76C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 231 108 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3A3A47\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 58 71 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3B82F625\] {
  background-color: #3B82F625;
}
.bg-\[\#3B82F645\] {
  background-color: #3B82F645;
}
.bg-\[\#3C3B3B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 59 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4524F81A\] {
  background-color: #4524F81A;
}
.bg-\[\#5B5B5B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 91 91 / var(--tw-bg-opacity, 1));
}
.bg-\[\#677487\] {
  --tw-bg-opacity: 1;
  background-color: rgb(103 116 135 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6A5ACD11\] {
  background-color: #6A5ACD11;
}
.bg-\[\#85858511\] {
  background-color: #85858511;
}
.bg-\[\#85858515\] {
  background-color: #85858515;
}
.bg-\[\#85858550\] {
  background-color: #85858550;
}
.bg-\[\#858585\]\/20 {
  background-color: rgb(133 133 133 / 0.2);
}
.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DD6B0610\] {
  background-color: #DD6B0610;
}
.bg-\[\#DD6B0611\] {
  background-color: #DD6B0611;
}
.bg-\[\#E0E0E01A\] {
  background-color: #E0E0E01A;
}
.bg-\[\#E9E9E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F310FF10\] {
  background-color: #F310FF10;
}
.bg-\[\#F366431A\] {
  background-color: #F366431A;
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9291F10\] {
  background-color: #F9291F10;
}
.bg-\[\#F9291F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 41 31 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FDFDFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF000011\] {
  background-color: #FF000011;
}
.bg-\[\#FF4D4D1A\] {
  background-color: #FF4D4D1A;
}
.bg-\[\#FF4D4F11\] {
  background-color: #FF4D4F11;
}
.bg-\[\#FFA50011\] {
  background-color: #FFA50011;
}
.bg-\[\#FFBF351A\] {
  background-color: #FFBF351A;
}
.bg-\[\#FFD70011\] {
  background-color: #FFD70011;
}
.bg-\[\#FFD9661A\] {
  background-color: #FFD9661A;
}
.bg-\[\#cccccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#cecece\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d1d1d1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dd363611\] {
  background-color: #dd363611;
}
.bg-\[\#dd363642\] {
  background-color: #dd363642;
}
.bg-\[\#ddd23611\] {
  background-color: #ddd23611;
}
.bg-\[\#dddddd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eeeeee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0f0f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5a62311\] {
  background-color: #f5a62311;
}
.bg-\[\#f7f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f9291f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 41 31 / var(--tw-bg-opacity, 1));
}
.bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 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 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 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 / var(--tw-bg-opacity, 1));
}
.bg-inherit {
  background-color: inherit;
}
.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 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 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.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));
}
.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-\[8px\] {
  padding: 8px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.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-\[10\.5px\] {
  padding: 10.5px;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[7px\] {
  padding: 7px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!px-\[20px\] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.\!px-\[5px\] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[104px\] {
  padding-left: 104px;
  padding-right: 104px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[116px\] {
  padding-left: 116px;
  padding-right: 116px;
}
.px-\[122px\] {
  padding-left: 122px;
  padding-right: 122px;
}
.px-\[124px\] {
  padding-left: 124px;
  padding-right: 124px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}
.px-\[47px\] {
  padding-left: 47px;
  padding-right: 47px;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[65px\] {
  padding-left: 65px;
  padding-right: 65px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.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-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[23px\] {
  padding-top: 23px;
  padding-bottom: 23px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.\!pr-10 {
  padding-right: 2.5rem !important;
}
.\!pr-\[34px\] {
  padding-right: 34px !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pb-\[21px\] {
  padding-bottom: 21px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-\[3px\] {
  padding-bottom: 3px;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[13px\] {
  padding-left: 13px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[23\.5rem\] {
  padding-left: 23.5rem;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pl-\[3px\] {
  padding-left: 3px;
}
.pl-\[60px\] {
  padding-left: 60px;
}
.pl-\[6px\] {
  padding-left: 6px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pr-\[6px\] {
  padding-right: 6px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[22px\] {
  padding-top: 22px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.\!text-left {
  text-align: left !important;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.\!text-right {
  text-align: right !important;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-top {
  vertical-align: top;
}
.\!font-switzerLight {
  font-family: Switzer Light, sans-serif !important;
}
.font-switzerLight {
  font-family: Switzer Light, sans-serif;
}
.font-switzerMedium {
  font-family: Switzer Medium, sans-serif;
}
.font-switzerRegular {
  font-family: Switzer Regular, sans-serif;
}
.\!text-\[12px\] {
  font-size: 12px !important;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-\[18px\] {
  font-size: 18px !important;
}
.\!text-\[20px\] {
  font-size: 20px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[37px\] {
  font-size: 37px;
}
.text-\[42px\] {
  font-size: 42px;
}
.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-\[Switzer_Light\] {
  font-weight: Switzer Light;
}
.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-normal {
  line-height: 1.5 !important;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.\!text-\[\#131212\] {
  --tw-text-opacity: 1 !important;
  color: rgb(19 18 18 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#1E84AF\] {
  --tw-text-opacity: 1 !important;
  color: rgb(30 132 175 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#25282B\] {
  --tw-text-opacity: 1 !important;
  color: rgb(37 40 43 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#5B5B5B\] {
  --tw-text-opacity: 1 !important;
  color: rgb(91 91 91 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#808080\] {
  --tw-text-opacity: 1 !important;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#858585\] {
  --tw-text-opacity: 1 !important;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#AAAAAA\] {
  --tw-text-opacity: 1 !important;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1)) !important;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000080\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 128 / var(--tw-text-opacity, 1));
}
.text-\[\#008080\] {
  --tw-text-opacity: 1;
  color: rgb(0 128 128 / var(--tw-text-opacity, 1));
}
.text-\[\#00FFFF\] {
  --tw-text-opacity: 1;
  color: rgb(0 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#10B8FF95\] {
  color: #10B8FF95;
}
.text-\[\#10B8FF\] {
  --tw-text-opacity: 1;
  color: rgb(16 184 255 / var(--tw-text-opacity, 1));
}
.text-\[\#10B981\] {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-\[\#13131A\] {
  --tw-text-opacity: 1;
  color: rgb(19 19 26 / var(--tw-text-opacity, 1));
}
.text-\[\#1C1C24\] {
  --tw-text-opacity: 1;
  color: rgb(28 28 36 / var(--tw-text-opacity, 1));
}
.text-\[\#1E84AF95\] {
  color: #1E84AF95;
}
.text-\[\#1E84AF\] {
  --tw-text-opacity: 1;
  color: rgb(30 132 175 / var(--tw-text-opacity, 1));
}
.text-\[\#25282B\] {
  --tw-text-opacity: 1;
  color: rgb(37 40 43 / var(--tw-text-opacity, 1));
}
.text-\[\#254396\] {
  --tw-text-opacity: 1;
  color: rgb(37 67 150 / var(--tw-text-opacity, 1));
}
.text-\[\#32CD32\] {
  --tw-text-opacity: 1;
  color: rgb(50 205 50 / var(--tw-text-opacity, 1));
}
.text-\[\#36DDAE\] {
  --tw-text-opacity: 1;
  color: rgb(54 221 174 / var(--tw-text-opacity, 1));
}
.text-\[\#383840\] {
  --tw-text-opacity: 1;
  color: rgb(56 56 64 / var(--tw-text-opacity, 1));
}
.text-\[\#38E76C95\] {
  color: #38E76C95;
}
.text-\[\#38E76C\] {
  --tw-text-opacity: 1;
  color: rgb(56 231 108 / var(--tw-text-opacity, 1));
}
.text-\[\#3B82F6\] {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-\[\#3f4142\] {
  --tw-text-opacity: 1;
  color: rgb(63 65 66 / var(--tw-text-opacity, 1));
}
.text-\[\#414345\] {
  --tw-text-opacity: 1;
  color: rgb(65 67 69 / var(--tw-text-opacity, 1));
}
.text-\[\#52D3D8\] {
  --tw-text-opacity: 1;
  color: rgb(82 211 216 / var(--tw-text-opacity, 1));
}
.text-\[\#52d3d8\] {
  --tw-text-opacity: 1;
  color: rgb(82 211 216 / var(--tw-text-opacity, 1));
}
.text-\[\#54545B\] {
  --tw-text-opacity: 1;
  color: rgb(84 84 91 / var(--tw-text-opacity, 1));
}
.text-\[\#5B5B5B\] {
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity, 1));
}
.text-\[\#677487\] {
  --tw-text-opacity: 1;
  color: rgb(103 116 135 / var(--tw-text-opacity, 1));
}
.text-\[\#6A5ACD\] {
  --tw-text-opacity: 1;
  color: rgb(106 90 205 / var(--tw-text-opacity, 1));
}
.text-\[\#6BC2E6\] {
  --tw-text-opacity: 1;
  color: rgb(107 194 230 / var(--tw-text-opacity, 1));
}
.text-\[\#6D6D6D\] {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}
.text-\[\#72787C\] {
  --tw-text-opacity: 1;
  color: rgb(114 120 124 / var(--tw-text-opacity, 1));
}
.text-\[\#85858595\] {
  color: #85858595;
}
.text-\[\#858585\] {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}
.text-\[\#898989\] {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}
.text-\[\#8B00FF\] {
  --tw-text-opacity: 1;
  color: rgb(139 0 255 / var(--tw-text-opacity, 1));
}
.text-\[\#9E9E9E\] {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}
.text-\[\#A3A3A3\] {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-\[\#A52A2A\] {
  --tw-text-opacity: 1;
  color: rgb(165 42 42 / var(--tw-text-opacity, 1));
}
.text-\[\#AAAAAA\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.text-\[\#CBA30195\] {
  color: #CBA30195;
}
.text-\[\#CBA301\] {
  --tw-text-opacity: 1;
  color: rgb(203 163 1 / var(--tw-text-opacity, 1));
}
.text-\[\#DD6B0695\] {
  color: #DD6B0695;
}
.text-\[\#DD6B06\] {
  --tw-text-opacity: 1;
  color: rgb(221 107 6 / var(--tw-text-opacity, 1));
}
.text-\[\#F310FF95\] {
  color: #F310FF95;
}
.text-\[\#F310FF\] {
  --tw-text-opacity: 1;
  color: rgb(243 16 255 / var(--tw-text-opacity, 1));
}
.text-\[\#F9291F95\] {
  color: #F9291F95;
}
.text-\[\#F9291F\] {
  --tw-text-opacity: 1;
  color: rgb(249 41 31 / var(--tw-text-opacity, 1));
}
.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FF4D4D\] {
  --tw-text-opacity: 1;
  color: rgb(255 77 77 / var(--tw-text-opacity, 1));
}
.text-\[\#FF4D4F\] {
  --tw-text-opacity: 1;
  color: rgb(255 77 79 / var(--tw-text-opacity, 1));
}
.text-\[\#FF69B4\] {
  --tw-text-opacity: 1;
  color: rgb(255 105 180 / var(--tw-text-opacity, 1));
}
.text-\[\#FFA500\] {
  --tw-text-opacity: 1;
  color: rgb(255 165 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FFD700\] {
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FFD966\] {
  --tw-text-opacity: 1;
  color: rgb(255 217 102 / var(--tw-text-opacity, 1));
}
.text-\[\#d31414\] {
  --tw-text-opacity: 1;
  color: rgb(211 20 20 / var(--tw-text-opacity, 1));
}
.text-\[\#dd3636\] {
  --tw-text-opacity: 1;
  color: rgb(221 54 54 / var(--tw-text-opacity, 1));
}
.text-\[\#ddd236\] {
  --tw-text-opacity: 1;
  color: rgb(221 210 54 / var(--tw-text-opacity, 1));
}
.text-\[\#f5a623\] {
  --tw-text-opacity: 1;
  color: rgb(245 166 35 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[white\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.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: 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: 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: 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: 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), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / 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);
}
.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}
.invert {
  --tw-invert: invert(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);
}
.sepia {
  --tw-sepia: sepia(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-sm {
  --tw-backdrop-blur: blur(4px);
  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, backdrop-filter;
  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-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[-\:T\.\] {
  -: T.;
}
.\[filter\:brightness\(0\)_saturate\(100\%\)_invert\(23\%\)_sepia\(52\%\)_saturate\(4639\%\)_hue-rotate\(350deg\)_brightness\(105\%\)_contrast\(101\%\)\] {
  filter: brightness(0) saturate(100%) invert(23%) sepia(52%) saturate(4639%) hue-rotate(350deg) brightness(105%) contrast(101%);
}


@font-face {
    font-family: 'Cabinet Grotesk Bold';
    src: url('/assets/CabinetGrotesk-Bold-CLAvwUWO.woff') format('woff');
    font-style: normal;
  }

  @font-face {
    font-family: 'Cabinet Grotesk Regular';
    src: url('/assets/CabinetGrotesk-D175tNtc.woff') format('woff');
    font-style: normal;
  }

  @font-face {
    font-family: 'Cabinet Grotesk Light';
    src: url('/assets/CabinetGrotesk-Light-BAJ011Si.woff') format('woff');
  }

  @font-face {
    font-family: 'Cabinet Grotesk';
    src: url('/assets/CabinetGrotesk-D175tNtc.woff') format('woff');
  }

  @font-face {
    font-family: 'Switzer Light'; 
    src: url('/assets/Switzer-Light-BADCwite.otf') format('truetype');
    font-style: normal;
  }

  @font-face {
    font-family: 'Switzer Regular';
    src: url('/assets/Switzer-Regular-dATgZAjD.otf') format('truetype');
    font-style: normal;
  }

  @font-face {
    font-family: 'Switzer SemiBold';
    src: url('/assets/Switzer-Semibold-BL4pOLMt.otf') format('truetype');
    font-style: normal;
  }

  @font-face {
    font-family: 'Switzer Medium';
    src: url('/assets/Switzer-Medium-RFqtjt7E.otf') format('truetype');
    font-style: normal;
  }

  @font-face {
    font-family: 'Technor Light';
    src: url('/assets/Technor-Light-Bph38nQU.otf') format('truetype');
    font-style: normal;
  }

  @font-face {
    font-family: 'Technor Regular';
    src: url('/assets/Technor-Regular-BvX7ltma.otf') format('truetype');
    font-style: normal;
  }

  
  @font-face {
    font-family:'Roboto Regular';
    src: url('/assets/Roboto-Regular-CN_pkOMA.ttf') format('truetype');
    font-style: normal;
  }

  
  .placeholder\:font-switzerLight::-moz-placeholder {
  font-family: Switzer Light, sans-serif;
}

  
  .placeholder\:font-switzerLight::placeholder {
  font-family: Switzer Light, sans-serif;
}

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

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

  
  .placeholder\:font-light::-moz-placeholder {
  font-weight: 300;
}

  
  .placeholder\:font-light::placeholder {
  font-weight: 300;
}

  
  .placeholder\:text-\[\#25282B\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(37 40 43 / var(--tw-text-opacity, 1));
}

  
  .placeholder\:text-\[\#25282B\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(37 40 43 / var(--tw-text-opacity, 1));
}

  
  .placeholder\:text-\[\#AAAAAA\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

  
  .placeholder\:text-\[\#AAAAAA\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

  
  .placeholder\:text-white\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}

  
  .placeholder\:text-white\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}

  
  .placeholder\:opacity-100::-moz-placeholder {
  opacity: 1;
}

  
  .placeholder\:opacity-100::placeholder {
  opacity: 1;
}

  
  .placeholder\:opacity-50::-moz-placeholder {
  opacity: 0.5;
}

  
  .placeholder\:opacity-50::placeholder {
  opacity: 0.5;
}

  
  .last\:mb-0:last-child {
  margin-bottom: 0px;
}

  
  .last\:border-0:last-child {
  border-width: 0px;
}

  
  .last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

  
  .last\:pr-\[57px\]:last-child {
  padding-right: 57px;
}

  
  .odd\:bg-\[\#1C1C24\]:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 36 / var(--tw-bg-opacity, 1));
}

  
  .odd\:bg-white:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

  
  .even\:bg-\[\#1F1F28\]:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 40 / var(--tw-bg-opacity, 1));
}

  
  .even\:bg-gray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

  
  .checked\:border-\[\#1e84af\]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(30 132 175 / var(--tw-border-opacity, 1));
}

  
  .checked\:bg-\[\#1e84af\]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(30 132 175 / var(--tw-bg-opacity, 1));
}

  
  .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-110:hover {
  --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));
}

  
  .hover\:border-\[\#1E84AF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 132 175 / var(--tw-border-opacity, 1));
}

  
  .hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

  
  .hover\:bg-\[\#006d9c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 156 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#0a0a0f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 15 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#10B8FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 184 255 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#17171d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 29 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#176b8f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 107 143 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#176d8e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 109 142 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#1C1C24\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 36 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#1E84AF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 132 175 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#1a1a20\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 32 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#1a1a22\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 34 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#1b316d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 49 109 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#1d3578\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 53 120 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#1d3e75\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 62 117 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#21ab86\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 171 134 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#24242D\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 45 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#24242D\]\/50:hover {
  background-color: rgb(36 36 45 / 0.5);
}

  
  .hover\:bg-\[\#252530\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 48 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#25282B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 40 43 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#2A2A32\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 50 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#2A2A35\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 53 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#2C2C36\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 54 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#2a2a35\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 53 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#2d2d2d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 45 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#333\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#383840\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 64 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#383844\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 68 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#38E76C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 231 108 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#4A4A55\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 85 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#4A4A57\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 87 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#4a4a54\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 84 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#4f5763\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 87 99 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#858585\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(133 133 133 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#CBA301\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 163 1 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#D0D0D0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#DD6B06\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 107 6 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#E9E9E9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#F310FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 16 255 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#F9291F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 41 31 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#bb0c03\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 12 3 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#e2e2e2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#ebebeb\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[\#f7f6f6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 246 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-\[rgba\(55\2c 65\2c 81\2c 0\.3\)\]:hover {
  background-color: rgba(55,65,81,0.3);
}

  
  .hover\:bg-blue-600:hover {
  --tw-bg-opacity: 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 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-gray-200:hover {
  --tw-bg-opacity: 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 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-neutral-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

  
  .hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

  
  .hover\:\!text-\[\#1E84AF\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(30 132 175 / var(--tw-text-opacity, 1)) !important;
}

  
  .hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

  
  .hover\:text-\[\#0f6fa8\]:hover {
  --tw-text-opacity: 1;
  color: rgb(15 111 168 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-\[\#166B8C\]:hover {
  --tw-text-opacity: 1;
  color: rgb(22 107 140 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-\[\#176d8e\]:hover {
  --tw-text-opacity: 1;
  color: rgb(23 109 142 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-\[\#1C1C24\]:hover {
  --tw-text-opacity: 1;
  color: rgb(28 28 36 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-\[\#1E84AF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(30 132 175 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-\[\#24242D\]:hover {
  --tw-text-opacity: 1;
  color: rgb(36 36 45 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-\[\#25282B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(37 40 43 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-\[\#29a6db\]:hover {
  --tw-text-opacity: 1;
  color: rgb(41 166 219 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-\[\#8e1717\]:hover {
  --tw-text-opacity: 1;
  color: rgb(142 23 23 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-\[\#9AD7F0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(154 215 240 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

  
  .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

  
  .hover\:underline:hover {
  text-decoration-line: underline;
}

  
  .hover\:opacity-80:hover {
  opacity: 0.8;
}

  
  .hover\:opacity-95:hover {
  opacity: 0.95;
}

  
  .focus\:border-\[\#43434d\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 67 77 / var(--tw-border-opacity, 1));
}

  
  .focus\:bg-\[\#1C1C24\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 36 / var(--tw-bg-opacity, 1));
}

  
  .focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

  
  .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

  
  .focus\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

  
  .focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

  
  .focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

  
  .focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

  
  .focus-visible\:ring-2:focus-visible {
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

  
  .focus-visible\:ring-black:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

  
  .focus-visible\:ring-offset-1:focus-visible {
  --tw-ring-offset-width: 1px;
}

  
  .active\:scale-95:active {
  --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));
}

  
  .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

  
  .disabled\:opacity-50:disabled {
  opacity: 0.5;
}

  
  .disabled\:opacity-70:disabled {
  opacity: 0.7;
}

  
  .group:focus-within .group-focus-within\:rotate-180 {
  --tw-rotate: 180deg;
  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\:block {
  display: block;
}

  
  .group:hover .group-hover\: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));
}

  
  .group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

  
  .group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

  
  .group:hover .group-hover\:invert {
  --tw-invert: invert(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);
}

  
  .group:hover .group-hover\:\[filter\:brightness\(0\)_saturate\(100\%\)_invert\(100\%\)_sepia\(0\%\)_saturate\(7472\%\)_hue-rotate\(18deg\)_brightness\(98\%\)_contrast\(108\%\)\] {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7472%) hue-rotate(18deg) brightness(98%) contrast(108%);
}

  
  @media not all and (min-width: 1024px) {

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

  
  @media not all and (min-width: 768px) {

  .max-md\:top-8 {
    top: 2rem;
  }

  .max-md\:order-1 {
    order: 1;
  }

  .max-md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .max-md\:\!mt-\[35px\] {
    margin-top: 35px !important;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .max-md\:pb-1 {
    padding-bottom: 0.25rem;
  }
}

  
  @media not all and (min-width: 640px) {

  .max-sm\:top-1 {
    top: 0.25rem;
  }

  .max-sm\:top-10 {
    top: 2.5rem;
  }

  .max-sm\:top-20 {
    top: 5rem;
  }

  .max-sm\:top-4 {
    top: 1rem;
  }

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

  .max-sm\:top-8 {
    top: 2rem;
  }

  .max-sm\:top-9 {
    top: 2.25rem;
  }

  .max-sm\:z-0 {
    z-index: 0;
  }

  .max-sm\:z-50 {
    z-index: 50;
  }

  .max-sm\:order-1 {
    order: 1;
  }

  .max-sm\:order-2 {
    order: 2;
  }

  .max-sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .max-sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .max-sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .max-sm\:\!ml-0 {
    margin-left: 0px !important;
  }

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

  .max-sm\:\!mt-\[35px\] {
    margin-top: 35px !important;
  }

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

  .max-sm\:-mt-56 {
    margin-top: -14rem;
  }

  .max-sm\:mb-0 {
    margin-bottom: 0px;
  }

  .max-sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

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

  .max-sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .max-sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

  .max-sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .max-sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .max-sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .max-sm\:mt-4 {
    margin-top: 1rem;
  }

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

  .max-sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .max-sm\:mt-\[40px\] {
    margin-top: 40px;
  }

  .max-sm\:flex {
    display: flex;
  }

  .max-sm\:grid {
    display: grid;
  }

  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:\!h-\[80px\] {
    height: 80px !important;
  }

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

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

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

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

  .max-sm\:\!w-1\/2 {
    width: 50% !important;
  }

  .max-sm\:\!w-\[14\%\] {
    width: 14% !important;
  }

  .max-sm\:\!w-\[20\%\] {
    width: 20% !important;
  }

  .max-sm\:\!w-\[24\%\] {
    width: 24% !important;
  }

  .max-sm\:\!w-\[25\%\] {
    width: 25% !important;
  }

  .max-sm\:\!w-\[32\%\] {
    width: 32% !important;
  }

  .max-sm\:\!w-\[33\%\] {
    width: 33% !important;
  }

  .max-sm\:\!w-\[34\%\] {
    width: 34% !important;
  }

  .max-sm\:\!w-\[35\%\] {
    width: 35% !important;
  }

  .max-sm\:\!w-\[40\%\] {
    width: 40% !important;
  }

  .max-sm\:\!w-\[40px\] {
    width: 40px !important;
  }

  .max-sm\:\!w-\[50\%\] {
    width: 50% !important;
  }

  .max-sm\:\!w-auto {
    width: auto !important;
  }

  .max-sm\:\!w-full {
    width: 100% !important;
  }

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

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

  .max-sm\:w-\[12\.5\%\] {
    width: 12.5%;
  }

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

  .max-sm\:w-\[32\.5\%\] {
    width: 32.5%;
  }

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

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

  .max-sm\:w-\[34\.5\%\] {
    width: 34.5%;
  }

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

  .max-sm\:w-\[35\.5\%\] {
    width: 35.5%;
  }

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

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

  .max-sm\:w-full {
    width: 100%;
  }

  .max-sm\:\!max-w-\[calc\(100vw-20px\)\] {
    max-width: calc(100vw - 20px) !important;
  }

  .max-sm\:\!max-w-\[calc\(100vw-40px\)\] {
    max-width: calc(100vw - 40px) !important;
  }

  .max-sm\:\!max-w-full {
    max-width: 100% !important;
  }

  .max-sm\:max-w-\[calc\(100vw-0px\)\] {
    max-width: calc(100vw - 0px);
  }

  .max-sm\:max-w-\[calc\(100vw-10px\)\] {
    max-width: calc(100vw - 10px);
  }

  .max-sm\:max-w-\[calc\(100vw-20px\)\] {
    max-width: calc(100vw - 20px);
  }

  .max-sm\:flex-1 {
    flex: 1 1 0%;
  }

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

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

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-sm\:items-start {
    align-items: flex-start;
  }

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

  .max-sm\:justify-end {
    justify-content: flex-end;
  }

  .max-sm\:justify-center {
    justify-content: center;
  }

  .max-sm\:\!justify-between {
    justify-content: space-between !important;
  }

  .max-sm\:justify-between {
    justify-content: space-between;
  }

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

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

  .max-sm\:gap-4 {
    gap: 1rem;
  }

  .max-sm\:gap-5 {
    gap: 1.25rem;
  }

  .max-sm\: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));
  }

  .max-sm\: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));
  }

  .max-sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .max-sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .max-sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .max-sm\:border-b {
    border-bottom-width: 1px;
  }

  .max-sm\:border-t-0 {
    border-top-width: 0px;
  }

  .max-sm\:\!border-none {
    border-style: none !important;
  }

  .max-sm\:border-none {
    border-style: none;
  }

  .max-sm\:p-0 {
    padding: 0px;
  }

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

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

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

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

  .max-sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

  .max-sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .max-sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .max-sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .max-sm\:\!pl-0 {
    padding-left: 0px !important;
  }

  .max-sm\:pb-0 {
    padding-bottom: 0px;
  }

  .max-sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .max-sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .max-sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .max-sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .max-sm\:pl-0 {
    padding-left: 0px;
  }

  .max-sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .max-sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .max-sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .max-sm\:pt-0 {
    padding-top: 0px;
  }

  .max-sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .max-sm\:\!text-\[13px\] {
    font-size: 13px !important;
  }

  .max-sm\:\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

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

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

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

  
  @media (min-width: 640px) {

  .sm\:-mt-36 {
    margin-top: -9rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:\!h-\[26px\] {
    height: 26px !important;
  }

  .sm\:\!w-\[26px\] {
    width: 26px !important;
  }

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

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

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

  
  @media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

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

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-\[40px\] {
    margin-left: 40px;
  }

  .md\:mr-\[40px\] {
    margin-right: 40px;
  }

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

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-\[4px\] {
    margin-top: 4px;
  }

  .md\:mt-\[50px\] {
    margin-top: 50px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:\!w-1\/2 {
    width: 50% !important;
  }

  .md\:\!w-24 {
    width: 6rem !important;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

  .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\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

  .md\:gap-28 {
    gap: 7rem;
  }

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

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

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

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

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

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

  .md\:\!px-\[10px\] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .md\:\!px-\[30px\] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

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

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

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[122px\] {
    padding-left: 122px;
    padding-right: 122px;
  }

  .md\:px-\[47px\] {
    padding-left: 47px;
    padding-right: 47px;
  }

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

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

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

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

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

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

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:hover\:bg-\[\#1a1a20\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 26 32 / var(--tw-bg-opacity, 1));
  }

  .md\:hover\:bg-\[\#858585\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(133 133 133 / var(--tw-bg-opacity, 1));
  }

  .md\:hover\:bg-\[\#f7f6f6\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(247 246 246 / var(--tw-bg-opacity, 1));
  }

  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

  
  @media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:top-16 {
    top: 4rem;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:mx-\[122px\] {
    margin-left: 122px;
    margin-right: 122px;
  }

  .lg\:\!mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-\[8px\] {
    margin-bottom: 8px;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mr-\[43px\] {
    margin-right: 43px;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

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

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:\!w-\[100px\] {
    width: 100px !important;
  }

  .lg\:\!w-\[110px\] {
    width: 110px !important;
  }

  .lg\:\!w-\[17\%\] {
    width: 17% !important;
  }

  .lg\:\!w-\[332px\] {
    width: 332px !important;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:flex-none {
    flex: none;
  }

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

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

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

  .lg\:flex-col {
    flex-direction: column;
  }

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

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\: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)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\: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));
  }

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

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

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

  .lg\:px-\[104px\] {
    padding-left: 104px;
    padding-right: 104px;
  }

  .lg\:px-\[122px\] {
    padding-left: 122px;
    padding-right: 122px;
  }

  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:px-\[47px\] {
    padding-left: 47px;
    padding-right: 47px;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-\[10px\] {
    padding-left: 10px;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-\[15px\] {
    padding-top: 15px;
  }

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .lg\:after\:bottom-0::after {
    content: var(--tw-content);
    bottom: 0px;
  }

  .lg\:after\:left-1\/2::after {
    content: var(--tw-content);
    left: 50%;
  }

  .lg\:after\:top-0::after {
    content: var(--tw-content);
    top: 0px;
  }

  .lg\:after\:-translate-x-1\/2::after {
    content: var(--tw-content);
    --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));
  }

  .lg\:after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }

  .lg\:hover\:bg-\[\#1E84AF\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 132 175 / var(--tw-bg-opacity, 1));
  }

  .lg\:hover\:bg-\[\#1a1a20\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 26 32 / var(--tw-bg-opacity, 1));
  }

  .lg\:hover\:bg-\[\#25282B\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 40 43 / var(--tw-bg-opacity, 1));
  }

  .lg\:hover\:bg-\[\#858585\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(133 133 133 / var(--tw-bg-opacity, 1));
  }

  .lg\:hover\:bg-\[\#f7f6f6\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(247 246 246 / var(--tw-bg-opacity, 1));
  }

  .lg\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }

  .lg\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:hover\:\!text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:hover\:text-\[\#176d8e\]:hover {
    --tw-text-opacity: 1;
    color: rgb(23 109 142 / var(--tw-text-opacity, 1));
  }

  .lg\:hover\:text-\[\#24242D\]:hover {
    --tw-text-opacity: 1;
    color: rgb(36 36 45 / var(--tw-text-opacity, 1));
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

  
  @media (min-width: 1025px) {

  .min-\[1025px\]\:hidden {
    display: none;
  }
}

  
  @media (min-width: 1280px) {

  .xl\:flex {
    display: flex;
  }

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

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

  
  @media (min-width: 1536px) {

  .\32xl\:px-\[104px\] {
    padding-left: 104px;
    padding-right: 104px;
  }

  .\32xl\:px-\[122px\] {
    padding-left: 122px;
    padding-right: 122px;
  }

  .\32xl\:px-\[98px\] {
    padding-left: 98px;
    padding-right: 98px;
  }
}

  
  @media (min-width: 1800px) {

  .\33xl-custom\:mt-1 {
    margin-top: 0.25rem;
  }

  .\33xl-custom\:max-h-\[350px\] {
    max-height: 350px;
  }

  .\33xl-custom\:\!w-\[288px\] {
    width: 288px !important;
  }

  .\33xl-custom\:w-\[288px\] {
    width: 288px;
  }

  .\33xl-custom\:w-\[42\.55\%\] {
    width: 42.55%;
  }
}

  
  @media (prefers-color-scheme: dark) {

  .dark\:border-\[\#383840\] {
    --tw-border-opacity: 1;
    border-color: rgb(56 56 64 / var(--tw-border-opacity, 1));
  }

  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .dark\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }
}

  
  @media print {

  .print\:block {
    display: block;
  }

  .print\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

  
  .\[\&\>\*\]\:min-w-0>* {
  min-width: 0px;
}

  
  .\[\&_a\:hover\]\:text-blue-300 a:hover {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

  
  .\[\&_a\:hover\]\:underline a:hover {
  text-decoration-line: underline;
}

  
  .\[\&_a\]\:text-blue-400 a {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

  
  .\[\&_a\]\:text-blue-600 a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

  
  .\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}.add-cmy-error-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.add-cmy-error-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  color: #25282b;
  border-radius: 8px;
  padding: 20px;
  width: 414px;
  min-height: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.add-cmy-error-modal.dark {
  background-color: #1C1C24;
}

.add-cmy-error-deleteclosebtns {
  background-color: #F7F7F7;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.add-cmy-error-modal.dark .add-cmy-error-deleteclosebtns {
  background-color: #24242D;
}

.add-cmy-error-modal.dark .close {
  color: white;
}

.add-cmy-error-modal.light .errors-dark {
  display: none;
}

.add-cmy-error-modal.dark .errors-light {
  display: none;
}

.add-cmy-error-modal.dark .add-cmy-error-messege {
  color: white;
}

.add-cmy-error-messegehead {
  margin-top: 16px;
  font-family: 'Switzer SemiBold';
  font-size: 26px;
  color: #F9291F;
  padding-bottom: 16px;
}

.add-cmy-error-messege {
  font-family: 'Switzer Regular';
  font-size: 16px;
  color: #25282B;
}.adminloginscreen.dark {
  background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 3% 5% / 12%,
    url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% center / 45%,
    linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
    linear-gradient(to left, #000000 11%, #010e1e00 50%),
    url("/assets/Frametopright-CGeyl28W.svg") no-repeat 70% -20% / 60%,
    url("/assets/Framebottom-BljTHRzJ.svg") no-repeat bottom 0% center / 80%,
    url("/assets/framebottomright-B6wFOrcO.svg") no-repeat 83% 70% / 40%,
    #13131a;
}
.adminloginscreen.light {
  background: url("/assets/logo-DcqpYhCX.svg") no-repeat 3% 5% / 12%,
    url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% center / 45%,
    linear-gradient(to left, #ffffff 11%, #ffffff00 100%),
    url("/assets/Frametopright_white-DPkjrIyb.svg") no-repeat 70% -20% / 60%,
    url("/assets/Framebottom_white-CSOez_cj.svg") no-repeat bottom 0% center /
      80%,
    url("/assets/framebottomright_white-CYsRLQiT.svg") no-repeat 83% 70% /
      40%,
    linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
    #13131a;
}

.loginheadtext {
  font-family: "Technor Light";
  text-align: center;
  font-size: 40px;
  line-height: 37px;
}
.tagLine {
  font-family: "Roboto Regular";
  text-align: center;

}

.adminlogo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(21deg) brightness(104%) contrast(104%);
  align-self: start;
  width: auto;
  height: 45px;
}

.footerlogo {
  width: auto;
  height: 17px;
  filter: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(1396%)
    hue-rotate(139deg) brightness(95%) contrast(78%);
}

.footerlogo.dark {
  filter: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(1396%)
    hue-rotate(139deg) brightness(95%) contrast(78%);
}

.footerlogo.light {
  filter: brightness(0) saturate(100%) invert(22%) sepia(68%) saturate(1141%)
    hue-rotate(199deg) brightness(97%) contrast(102%);
}

.rightstext {
  font-family: "Technor Regular";
  font-size: 14px;
  line-height: 17.36px;
}
.mains {
  width: 471px;
  height: 438px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.admin-login-card-inner {
  width: 100%;
  max-width: 100%;
  padding: 24px 32px;
  box-sizing: border-box;
}

.admin-login-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.admin-login-field {
  width: 100%;
  margin-bottom: 16px;
}

.admin-login-field:last-of-type {
  margin-bottom: 0;
}

.loginheading {
  font-family: "Cabinet Grotesk Bold";
  font-size: 24px;
  line-height: 29.76px;
}

.mains .labels {
  font-family: "Cabinet Grotesk Light";
  font-size: 14px;
  line-height: 17.36px;
  display: block;
  width: 93px;
  height: 17px;
  margin: 1px 0;
}

.mains .email {
  font-family: "Cabinet Grotesk Light";
  font-weight: 400;
  color: #72787c;
  padding: 0 15px;
}

.inputs {
  width: 100%;
  max-width: 100%;
  height: 48px;
  padding: 0 15px;
  font-family: "Cabinet Grotesk Light";
  box-sizing: border-box;
}

/* Password input: reserve space for eye icon - prevents overlap on small screens */
.password-input {
  padding-right: 48px !important;
}

/* Password field: relative container for absolute eye icon - no extra wrapper to avoid shrink */
.admin-login-field-password {
  position: relative;
}

.password-eye-icon {
  position: absolute;
  right: 16px;
  bottom: 14px; /* Centers 20px icon in 48px input (24 - 10 = 14) */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.toggle-theme-btn {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #383840;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.adminloginscreen.light .toggle-theme-btn {
  border: 1px solid #e9e9e9;
}

.theme-icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.toggle-theme-btn.dark img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(221deg) brightness(104%) contrast(105%);
}

.toggle-theme-btn-sm {
  width: 40px;
  height: 40px;
}

@keyframes rotateIcon {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.rotates {
  animation: rotateIcon 0.6s ease-in-out;
}

/* Hide Edge and IE default password reveal button */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

input[type="password"]::-webkit-textfield-decoration-container {
  display: none;
}

.mains .inputs::-moz-placeholder {
  font-family: "Cabinet Grotesk Light";
  font-weight: 400;
  color: #72787c;
  font-size: 14px;
  width: 139px;
  line-height: 17.36px;
}

.mains .inputs::placeholder {
  font-family: "Cabinet Grotesk Light";
  font-weight: 400;
  color: #72787c;
  font-size: 14px;
  width: 139px;
  line-height: 17.36px;
}

.mains .signin {
  font-family: "Cabinet Grotesk";
  font-weight: 700;
  font-size: 18px;
  height: 48px;
  letter-spacing: 1px;
}

.mains .forgotpassword {
  font-family: "Switzer Light";
  font-weight: 400;
}

.mains .adminlogin {
  font-family: "Cabinet Grotesk";
  font-weight: 400;
}

.mains input:-webkit-autofill {
  -webkit-transition: 1000s ease-in-out 0s !important;
  transition: 1000s ease-in-out 0s !important;
}

@media (min-width: 1025px) {
  .right-bottom {
    position: fixed;
    bottom: 10px; /* Adjust distance from bottom */
    right: 15px; /* Adjust distance from right */
    display: flex;
    align-items: center;
    gap: 8px; /* Adjust space between logo and text */
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .adminloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 10% / 25%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .adminloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 10% / 25%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
  .right-bottom {
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    gap: 8px;
  }
}

@media (max-width: 576px) {
  .mains {
    width: 396px;
    height: 393px;
    box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.13);
    position: sticky;
    margin-top: -16px;
  }

  .admin-login-card-inner {
    padding: 20px 24px;
  }

  .loginheading {
    align-self: center;
  }

  .inputs {
    width: 100%;
  }

  .password-input {
    padding-right: 52px !important;
  }
  .right-bottom {
    position: fixed;
    bottom: 10px; /* Adjust distance from bottom */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for exact centering */
    display: flex;
    align-items: center;
    justify-items: center; /* Optional: Align items in flex */
    gap: 8px; /* Adjust space between logo and text */
  }
  .loginheadtext {
    font-size: 24px;
  }
  .rightstext {
    font-size: 8px;
  }
  .footerlogo {
    width: auto;
    height: 17px;
    margin-left: 6px;
  }
  .adminloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 12% / 35%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .adminloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 12% / 35%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
  .adminloginstyle {
    margin-bottom: 8rem;
  }
}

@media (max-width: 420px) {
  .mains {
    width: 370px;
    height: 393px;
    box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.13);
  }

  .admin-login-card-inner {
    padding: 18px 20px;
  }

  .inputs {
    width: 100%;
    height: 48px;
  }
  .rightstext {
    font-size: 7px;
  }
  .footerlogo {
    width: auto;
    height: 14px;
  }
  .adminloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 15% / 33%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .adminloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 15% / 33%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
  .rightstext {
    font-size: 7px;
  }
  .loginheadtext {
    font-size: 21px;
  }
  .footerlogo {
    width: auto;
    height: 15px;
    margin-left: 7px;
  }
  .right-bottom {
    position: fixed;
    bottom: 10px; /* Adjust distance from bottom */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for exact centering */
    display: flex;
    align-items: center;
    justify-items: center; /* Optional: Align items in flex */
    gap: 8px; /* Adjust space between logo and text */
  }
  .adminloginstyle {
    margin-bottom: 0rem !important;
  }
  
}

@media (max-width: 400px) {
  .mains {
    width: 345px;
    height: 393px;
    box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.13);
  }

  .admin-login-card-inner {
    padding: 16px 18px;
  }

  .inputs {
    width: 100%;
    height: 48px;
  }
  .rightstext {
    font-size: 7px;
  }
  .loginheadtext {
    font-size: 18px;
    margin-top: -12px;
  }
  .footerlogo {
    width: auto;
    height: 13px;
    margin-left: 7px;
  }
  .adminloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 16% / 30%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .adminloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 16% / 30%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
  .right-bottom {
    position: fixed;
    bottom: 10px; /* Adjust distance from bottom */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for exact centering */
    display: flex;
    align-items: center;
    justify-items: center; /* Optional: Align items in flex */
    gap: 8px; /* Adjust space between logo and text */
  }
}

@media (max-width: 376px) {
  .rightstext {
    font-size: 7px;
  }
  .footerlogo {
    width: auto;
    height: 12px;
    margin-left: 5px;
  }
  .adminloginstyle {
    margin-bottom: 2.5rem;
  }
  .adminloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 12% / 35%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .adminloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 12% / 35%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
  
}

@media (max-width: 361px) {
  .mains {
    width: 320px;
    height: 393px;
    box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.13);
  }

  .admin-login-card-inner {
    padding: 14px 16px;
  }

  .inputs {
    width: 100%;
    height: 48px;
  }
  .right-bottom {
    position: fixed;
    bottom: 10px; /* Adjust distance from bottom */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for exact centering */
    display: flex;
    align-items: center;
    justify-items: center; /* Optional: Align items in flex */
    gap: 8px; /* Adjust space between logo and text */
  }
  .adminloginstyle {
    margin-bottom: 4rem;
  }
  .loginheadtext {
    font-size: 20px;
    margin-top: -10px;
  }
  .rightstext {
    font-size: 7px;
  }
  .footerlogo {
    width: auto;
    height: 11px;
    margin-left: 2px;
  }
  .adminloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 9% / 35%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .adminloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 9% / 35%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
  
}
@media (max-width: 420px) and (max-height: 800px) {
  .adminloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 9% / 35%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .adminloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 9% / 35%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
    
}
@media (max-height: 816px) {
  .adminloginstyle {
    margin-bottom: 3rem !important;
  }

}
@media (max-height: 813px) {
  .adminloginstyle {
    margin-bottom: 3rem !important;
  }

}
@media (max-height: 810px) {
  .adminloginstyle {
    margin-bottom: 3rem !important;
  }

}

@media (max-height: 803px) {
  .loginheadtext:nth-of-type(1) {
    padding-top: 20px;
  }
  .adminloginstyle {
    margin-bottom: 2rem !important;
  }
  .footerlogo {
    width: auto;
    height: 10px;
    margin-left: 7px;
  }
}
@media (max-height: 745px) {
  .loginheadtext:nth-of-type(1) {
    padding-top: 10px;
  }
  .footerlogo {
    width: auto;
    height: 10px;
    margin-left: 7px;
  }
}
@media (max-height: 750px) {
  .loginheadtext:nth-of-type(1) {
    padding-top: 70px;
  }
  .footerlogo {
    width: auto;
    height: 10px;
    margin-left: 7px;
  }
  .adminloginstyle {
    margin-bottom: 0rem !important;
  }
}
@media (max-height: 734px) {
  .adminloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 3% 2% / 9%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% center / 45%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%),
      url("/assets/Frametopright-CGeyl28W.svg") no-repeat 70% -20% / 60%,
      url("/assets/Framebottom-BljTHRzJ.svg") no-repeat bottom 0% center / 80%,
      url("/assets/framebottomright-B6wFOrcO.svg") no-repeat 83% 70% / 40%,
      #13131a;
  }
  .adminloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 3% 2% / 9%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% center / 45%,
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%),
      url("/assets/Frametopright_white-DPkjrIyb.svg") no-repeat 70% -20% / 60%,
      url("/assets/Framebottom_white-CSOez_cj.svg") no-repeat bottom 0% center /
        80%,
      url("/assets/framebottomright_white-CYsRLQiT.svg") no-repeat 83% 70% /
        40%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      #13131a;
  }
  .adminloginscreen {
    overflow-y: auto;
  }
  .adminloginstyle {
    gap: 10px;
    margin-bottom: 0 !important;
  }
  .mains {
    height: auto;
    min-height: auto;
  }
  .loginheadtext:nth-of-type(1) {
    padding-top: 10px;
  }
  .tagLine {
    margin-bottom: 4px;
  }
  .admin-login-card-inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 576px) and (max-height: 734px) {
  .adminloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 3% / 28%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .adminloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 3% / 28%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
}

@media (max-height: 675px) {
  .loginheadtext:nth-of-type(1) {
    padding-top: 100px;
  }
  .footerlogo {
    width: auto;
    height: 10px;
    margin-left: 7px;
  }
}

@media (max-height: 600px) {
  .adminloginscreen {
    height: 100%;
    min-height: 100vh;
  }
  .loginheadtext:nth-of-type(1) {
    padding-top: 60px;
  }
}

.forgotscreen.dark {
    height: 100svh;
    background: url('/assets/whitelogo-DdHy09bC.svg') no-repeat 3% 5% / 12%,
    url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% center / 45%,
    linear-gradient(to right,#00214500 0%, #010e1e91 30%, #000000a9 100%),
    linear-gradient(to left,#000000 11%, #010e1e00 50%),
    url("/assets/Frametopright-CGeyl28W.svg") no-repeat 70% -20% / 60%,
      url("/assets/Framebottom-BljTHRzJ.svg") no-repeat bottom 0% center / 80%,
      url("/assets/framebottomright-B6wFOrcO.svg") no-repeat 83% 70% / 40%,
      #13131a;
}
.forgotscreen.light {
    height: 100svh;
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 3% 5% / 12%,
    url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% center / 45%,
    linear-gradient(to left, #ffffff 11%, #ffffff00 100%),
    url("/assets/Frametopright_white-DPkjrIyb.svg") no-repeat 70% -20% / 60%,
    url("/assets/Framebottom_white-CSOez_cj.svg") no-repeat bottom 0% center / 80%,
    url("/assets/framebottomright_white-CYsRLQiT.svg") no-repeat 83% 70% / 40%,
    linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
    #13131a;
}
.mainpass {
    width: 471px;
    height: 333px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mainpass.dark {
  background-color: #0d1217;
}
.mainpass.light {
  background-color: #ffffff;
  box-shadow: 1px 1px 50px rgba(115, 115, 115, 0.15);
}

.forgotpasshead {
    font-family: 'Cabinet Grotesk Bold';
    font-size: 24px;
    text-align: start;
    line-height: 29.76px;
    margin-bottom: 25px;
    
}

.forgotpasslogo {
    width: 207.03px;
    height: 40px;
}

.mainpass .closess {
    height: 14px;
    width: 14px;
}

.closess.dark {
filter: brightness(0) saturate(100%) invert(100%) sepia(35%) saturate(2%) hue-rotate(139deg) brightness(109%) contrast(101%);
}
.closess.light {
filter: brightness(0) saturate(100%) invert(12%) sepia(23%) saturate(228%) hue-rotate(168deg) brightness(96%) contrast(90%);
}

.closess {
    transition: transform 0.4s ease-in-out;
  }
  
  .rotate-animation {
    transform: rotate(180deg);
  }

.mainpass .emaillabel {
    font-family: 'Cabinet Grotesk Light';
    font-size: 14px;
    line-height: 17.36px;
    display: block;
    width: 93px;
    height: 17px;
    margin: 1px 0;
}

.mainpass .email {
    font-family: 'Cabinet Grotesk Light';
    color: #898989;
    width:  370px;
    height: 48px;
    padding: 0 15px;
    background-color: #161C23;
}

.mainpass input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    outline: none;
}

.mainpass input::-moz-placeholder {
    font-family: 'Cabinet Grotesk Light';
    color: #72787C;
    font-size: 14px;
    width: 139px;
    line-height: 17.36px;
}

.mainpass input::placeholder {
    font-family: 'Cabinet Grotesk Light';
    color: #72787C;
    font-size: 14px;
    width: 139px;
    line-height: 17.36px;
}

.mainpass .passbtn {
    font-family: 'Cabinet Grotesk';
    font-weight: 700;
    font-size: 18px;
    height: 48px;
    letter-spacing: 1px;
}

.mainpass .backlogin {
    font-family: 'Cabinet Grotesk';
}
@media(min-width: 768px) and (max-width: 1024px) {
    .forgotscreen {
        height: 100svh;
        background: url('/assets/whitelogo-DdHy09bC.svg') no-repeat 50% 22% / 35%,
        url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 37%  / 100%,
        linear-gradient(to right,#00214500 0%, #010e1e91 30%, #000000a9 100%),
        linear-gradient(to left,#000000 11%, #010e1e00 50%),
          #13131a;
      }
}

@media(min-width: 576px) {
    .forgotpasshead{
    margin-left: -11.5rem;    
    }
}


@media (max-width: 576px) {
    .mainpass {
        width: 396px;
        height: 300px;
        box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.13); 
        position: sticky;
    }

    .mainpass .email {
        width: 356px;
    }

    .forgotpasshead {
        align-self: center;
        /* padding-bottom: 1.5rem; */
    }

    .mainpass .header {
        display: flex;
        align-items: center;    
    }

    .closess {
        margin-top: 12px;
    }
    .right-bottom {
        position: fixed;
        bottom: 10px;   /* Adjust distance from bottom */
        left: 50%;      /* Center horizontally */
        transform: translateX(-50%); /* Adjust for exact centering */
        display: flex;
        align-items: center;
        justify-items: center;  /* Optional: Align items in flex */
        gap: 8px;       /* Adjust space between logo and text */
    }
    .rightstext {
      font-size: 8px;
    }
    .forgotscreen {
      height: 100svh;
      background: url('/assets/whitelogo-DdHy09bC.svg') no-repeat 50% 22% / 35%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 37%  / 100%,
      linear-gradient(to right,#00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left,#000000 11%, #010e1e00 50%),
        #13131a;
    }

    
}

@media (max-width: 420px) {
    .mainpass {
        width: 370px;
        height: 300px;
    }

    .mainpass .email {
        width: 330px;
    }
}

@media (max-width: 400px) {
    .mainpass {
        width: 345px;
        height: 300px;
    }

    .mainpass .email {
        width: 315px;
    }
}

@media (max-width: 376px) {
    .mainpass {
        width: 320px;
        height: 290px;
    }
    .mainpass .email {
        width: 270px;
    }
    .closess {
        margin-top: 7px;
    }
}

@media(max-height:670px){
    .forgotscreen {
      
        background: url('/assets/whitelogo-DdHy09bC.svg') no-repeat 50% 10% / 35%,
        url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 37%  / 100%,
        linear-gradient(to right,#00214500 0%, #010e1e91 30%, #000000a9 100%),
        linear-gradient(to left,#000000 11%, #010e1e00 50%),
          #13131a;
      }
}.success-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.success-modal {
  background-color: white;
  color: #25282b;
  border-radius: 8px;
  padding: 20px;
  width: 493px;
  min-height: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
} 

.success-modal.light .success-dark {
  display: none;
}
.success-modal.dark .success-light {
  display: none;
}
.success-modal.dark .success-messege {

  color: white;
}

.success-modal.dark {
  background-color: #1C1C24;
}
.success-modal.dark .modal-close-icon {
  background-color: #24242D;
}
.success-modal.dark .close-img {
  color: white;
}

.success-messegehead{
  margin-top: 16px;
  font-family: 'Switzer SemiBold';
  font-size:26px;
  color: #38E76C;
}
.success-messege {
  margin-top: 16px;
  font-family: 'Switzer Regular';
  font-size: 16px;
}.forgotscreens.dark {
  height: 100svh;
  background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 3% 5% / 12%,
    url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% center / 45%,
    linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
    linear-gradient(to left, #000000 11%, #010e1e00 50%),
    url("/assets/Frametopright-CGeyl28W.svg") no-repeat 70% -20% / 60%,
    url("/assets/Framebottom-BljTHRzJ.svg") no-repeat bottom 0% center / 80%,
    url("/assets/framebottomright-B6wFOrcO.svg") no-repeat 83% 70% / 40%,
    #13131a;
}
.forgotscreens.light {
  height: 100svh;
  background: url("/assets/logo-DcqpYhCX.svg") no-repeat 3% 5% / 12%,
    url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% center / 45%,
    linear-gradient(to left, #ffffff 11%, #ffffff00 100%),
    url("/assets/Frametopright_white-DPkjrIyb.svg") no-repeat 70% -20% / 60%,
    url("/assets/Framebottom_white-CSOez_cj.svg") no-repeat bottom 0% center /
      80%,
    url("/assets/framebottomright_white-CYsRLQiT.svg") no-repeat 83% 70% /
      40%,
    linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
    #13131a;
}
.mainpasses {
  max-width: 471px;
  width: 92vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mainpasses.dark {
  background-color: #0d1217;
}
.mainpasses.light {
  background-color: #ffffff;
  box-shadow: 1px 1px 50px rgba(115, 115, 115, 0.15);
}

.forgotpassheads {
  font-family: "Cabinet Grotesk Bold";
  font-size: 24px;
  text-align: start;
  line-height: 29.76px;
  margin-bottom: 25px;
}

/* .forgotpasslogos {
    width: 207.03px;
    height: 40px;
} */

.mainpasses .closes {
  height: 14px;
  width: 14px;
}

.closes.dark {
  filter: brightness(0) saturate(100%) invert(100%) sepia(35%) saturate(2%)
    hue-rotate(139deg) brightness(109%) contrast(101%);
}
.closes.light {
  filter: brightness(0) saturate(100%) invert(12%) sepia(17%) saturate(302%)
    hue-rotate(169deg) brightness(93%) contrast(90%);
}

.closes {
  transition: transform 0.4s ease-in-out;
}

.rotate-animation {
  transform: rotate(180deg);
}

.mainpasses .currentpaswdlabel {
  font-family: "Cabinet Grotesk Light";
  font-size: 14px;
  line-height: 17.36px;
  display: block;
  height: 17px;
  margin: 1px 0;
}

.mainpasses .password {
  font-family: "Cabinet Grotesk Light";
  width: 100%;
  height: 48px;
  padding: 0 15px;
}

.mainpasses input {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  outline: none;
}

.mainpasses input::-moz-placeholder {
  font-family: "Cabinet Grotesk Light";
  color: #72787c;
  font-size: 14px;
  width: 139px;
  line-height: 17.36px;
}

.mainpasses input::placeholder {
  font-family: "Cabinet Grotesk Light";
  color: #72787c;
  font-size: 14px;
  width: 139px;
  line-height: 17.36px;
}

.mainpasses .passbtns {
  font-family: "Cabinet Grotesk";
  font-weight: 700;
  font-size: 18px;
  height: 48px;
  letter-spacing: 1px;
}

.mainpasses .backlogin {
  font-family: "Cabinet Grotesk";
}
.currentpaswd {
  justify-items: center;
}

@media (min-width: 576px) {
  .forgotpassheads {
    margin-left: -11.5rem;
  }
}

@media (max-width: 576px) {
  .mainpasses {
    max-width: 396px;
    width: 92vw;
    height: auto;
    box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.13);
    position: sticky;
  }

  .mainpasses .password {
    width: 100%;
  }

  .forgotpassheads {
    align-self: center;
    /* padding-bottom: 1.5rem; */
  }

  .mainpasses .headers {
    display: flex;
    align-items: center;
  }

  .closes {
    margin-top: 25px;
  }
  .forgotscreens.dark {
    height: 100svh;
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 12% / 35%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .forgotscreens.light {
    height: 100svh;
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 12% / 35%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
}

@media (max-width: 420px) {
  .mainpasses {
    max-width: 370px;
    width: 92vw;
    height: auto;
  }

  .mainpasses .password {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .mainpasses {
    max-width: 345px;
    width: 92vw;
    height: auto;
  }

  .mainpasses .password {
    width: 100%;
  }
  .forgotscreens.dark {
    height: 100svh;
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 15% / 33%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .forgotscreens.light {
    height: 100svh;
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 15% / 33%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
}

@media (max-width: 376px) {
  .mainpasses {
    max-width: 320px;
    width: 92vw;
    height: auto;
  }
  .mainpasses .password {
    width: 100%;
  }

  .forgotscreens.dark {
    height: 100svh;
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 7% / 35%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 37% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .forgotscreens.light {
    height: 100svh;
     background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 12% / 35%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
}
.companyloginscreen.dark {
  background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 3% 5% / 12%,
    url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% center / 45%,
    linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
    linear-gradient(to left, #000000 11%, #010e1e00 50%),
    url("/assets/Frametopright-CGeyl28W.svg") no-repeat 70% -20% / 60%,
    url("/assets/Framebottom-BljTHRzJ.svg") no-repeat bottom 0% center / 80%,
    url("/assets/framebottomright-B6wFOrcO.svg") no-repeat 83% 70% / 40%,
    #13131a;
}
.companyloginscreen.light {
  background: url("/assets/logo-DcqpYhCX.svg") no-repeat 3% 5% / 12%,
    url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% center / 45%,
    linear-gradient(to left, #ffffff 11%, #ffffff00 100%),
    url("/assets/Frametopright_white-DPkjrIyb.svg") no-repeat 70% -20% / 60%,
    url("/assets/Framebottom_white-CSOez_cj.svg") no-repeat bottom 0% center /
      80%,
    url("/assets/framebottomright_white-CYsRLQiT.svg") no-repeat 83% 70% /
      40%,
    linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
    #13131a;
}

.loginheadtext {
  font-family: "Technor Light";
  text-align: center;
  font-size: 25px;
  line-height: 37px;
}

.tagLine {
  font-family: "Roboto Regular";
  text-align: center;
 
}


.adminlogo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(21deg) brightness(104%) contrast(104%);
  align-self: start;
  width: auto;
  height: 45px;
}

.footerlogo {
  width: auto;
  height: 17px;
  filter: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(1396%)
    hue-rotate(139deg) brightness(95%) contrast(78%);
}

.footerlogo.dark {
  filter: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(1396%)
    hue-rotate(139deg) brightness(95%) contrast(78%);
}
.footerlogo.light {
  filter: brightness(0) saturate(100%) invert(22%) sepia(68%) saturate(1141%)
    hue-rotate(199deg) brightness(97%) contrast(102%);
}

.rightstext {
  font-family: "Technor Regular";
  font-size: 14px;
  line-height: 17.36px;
}
.mains {
  width: 471px;
  max-width: 100%;
  min-height: 438px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.company-login-card-inner {
  width: 100%;
  max-width: 100%;
  padding: 24px 32px;
  box-sizing: border-box;
}

.company-login-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.company-login-field {
  width: 100%;
  margin-bottom: 16px;
}

.company-login-field:last-of-type {
  margin-bottom: 0;
}
.mains.dark {
  background-color: #0d1217;
}
.mains.light {
  background-color: #ffffff;
  box-shadow: 1px 1px 50px rgba(115, 115, 115, 0.15);
}

.loginheading {
  font-family: "Cabinet Grotesk Bold";
  font-size: 24px;
  line-height: 29.76px;
}

.mains .labels {
  font-family: "Cabinet Grotesk Light";
  font-size: 14px;
  line-height: 17.36px;
  display: block;
  width: 93px;
  height: 17px;
  margin: 1px 0;
}

.mains .email {
  font-family: "Cabinet Grotesk Light";
  font-weight: 400;
  color: #72787c;
  padding: 0 15px;
}

.inputs {
  width: 100%;
  max-width: 100%;
  height: 48px;
  padding: 0 15px;
  font-family: "Cabinet Grotesk Light";
  box-sizing: border-box;
}

.mains .inputs::-moz-placeholder {
  font-family: "Cabinet Grotesk Light";
  font-weight: 400;
  color: #72787c;
  font-size: 14px;
  width: 139px;
  line-height: 17.36px;
}

.mains .inputs::placeholder {
  font-family: "Cabinet Grotesk Light";
  font-weight: 400;
  color: #72787c;
  font-size: 14px;
  width: 139px;
  line-height: 17.36px;
}

/* Password input: reserve space for eye icon - prevents overlap on small screens */
.password-input {
  padding-right: 48px !important;
}

/* Password field: relative container for absolute eye icon - no extra wrapper to avoid shrink */
.company-login-field-password {
  position: relative;
}

.password-eye-icon {
  position: absolute;
  right: 16px;
  bottom: 14px; /* Centers 20px icon in 48px input (24 - 10 = 14) */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.mains .signin {
  font-family: "Cabinet Grotesk";
  font-weight: 700;
  font-size: 18px;
  height: 48px;
  letter-spacing: 1px;
}

.mains .forgotpassword {
  font-family: "Switzer Light";
  font-weight: 400;
}

.mains .adminlogin {
  font-family: "Cabinet Grotesk";
  font-weight: 400;
}

.mains input:-webkit-autofill {
  -webkit-transition: 1000s ease-in-out 0s !important;
  transition: 1000s ease-in-out 0s !important;
}

.pic1,
.pic2,
.pic3,
.pic4,
.pic5,
.pic6 {
  filter: grayscale(100%);
}
.pic1:hover,
.pic2:hover,
.pic3:hover,
.pic4:hover,
.pic5:hover,
.pic6:hover {
  filter: none;
}

.toggle-theme-btn {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #383840;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.companyloginscreen.light .toggle-theme-btn {
  border: 1px solid #e9e9e9;
}

.theme-icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.toggle-theme-btn.dark img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(221deg) brightness(104%) contrast(105%);
}

/* Hide Edge and IE default password reveal button */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

/* Hide the built-in reveal icon in Chromium-based Edge */
input[type="password"]::-webkit-textfield-decoration-container {
  display: none;
}

@media (min-width: 1800px) {
  .company-login-screen {
    margin-right: 130px;
  }
}

@media (min-width: 1024px) {
  .right-bottom {
    position: fixed;
    bottom: 10px;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mains {
    width: 471px;
    max-width: 90%;
    min-height: auto;
  }
  .companyloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 10% / 25%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .companyloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 12% / 25%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
  .right-bottom {
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    gap: 8px;
  }
}
@media (max-width: 576px) {
  .mains {
    width: 396px;
    max-width: 100%;
    min-height: 393px;
    box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.13);
    position: sticky;
    margin-top: -16px;
  }

  .company-login-card-inner {
    padding: 20px 24px;
  }

  .loginheading {
    align-self: center;
  }

  .inputs {
    width: 100%;
  }

  /* Ensure password input reserves enough space for eye icon on small screens */
  .password-input {
    padding-right: 52px !important;
  }
  .right-bottom {
    position: fixed;
    bottom: 10px; /* Adjust distance from bottom */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for exact centering */
    display: flex;
    align-items: center;
    justify-items: center; /* Optional: Align items in flex */
    gap: 8px; /* Adjust space between logo and text */
  }
  .loginheadtext {
    font-size: 24px;
  }
  .rightstext {
    font-size: 8px;
  }
  .footerlogo {
    width: auto;
    height: 17px;
    margin-left: 6px;
  }
  .companyloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 12% / 35%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .companyloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 12% / 35%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
  .adminloginstyle {
    margin-bottom: 8rem;
  }
}

@media (max-width: 480px) {
  .company-login-screen {
    display: none;
  }
}

@media (max-width: 420px) {
  .mains {
    width: 370px;
    max-width: 100%;
    min-height: 393px;
    box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.13);
  }

  .company-login-card-inner {
    padding: 18px 20px;
  }
  .inputs {
    width: 100%;
    height: 48px;
  }
  .rightstext {
    font-size: 7px;
  }
  .footerlogo {
    width: auto;
    height: 14px;
  }
  .companyloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 15% / 33%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .companyloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 15% / 33%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
  .rightstext {
    font-size: 7px;
  }
  .loginheadtext {
    font-size: 21px;
  }
  .footerlogo {
    width: auto;
    height: 15px;
    margin-left: 7px;
  }
  .right-bottom {
    position: fixed;
    bottom: 10px; /* Adjust distance from bottom */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for exact centering */
    display: flex;
    align-items: center;
    justify-items: center; /* Optional: Align items in flex */
    gap: 8px; /* Adjust space between logo and text */
  }
  .adminloginstyle {
    margin-bottom: 5rem;
  }
}

@media (max-width: 400px) {
  .mains {
    width: 345px;
    max-width: 100%;
    min-height: 393px;
    box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.13);
  }

  .company-login-card-inner {
    padding: 16px 18px;
  }
  .inputs {
    width: 100%;
    height: 48px;
  }
  .rightstext {
    font-size: 7px;
  }
  .loginheadtext {
    font-size: 18px;
    margin-top: -12px;
  }
  .footerlogo {
    width: auto;
    height: 13px;
    margin-left: 7px;
  }
  .companyloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 16% / 30%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .companyloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 16% / 30%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
  .right-bottom {
    position: fixed;
    bottom: 10px; /* Adjust distance from bottom */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for exact centering */
    display: flex;
    align-items: center;
    justify-items: center; /* Optional: Align items in flex */
    gap: 8px; /* Adjust space between logo and text */
  }
}

@media (max-width: 376px) {
  .rightstext {
    font-size: 7px;
  }
  .footerlogo {
    width: auto;
    height: 12px;
    margin-left: 5px;
  }
  .adminloginstyle {
    margin-bottom: 2.5rem;
  }
  .companyloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 12% / 35%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .companyloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 12% / 35%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
}

@media (max-width: 361px) {
  .mains {
    width: 320px;
    max-width: 100%;
    min-height: 393px;
    box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.13);
  }

  .company-login-card-inner {
    padding: 14px 16px;
  }
  .inputs {
    width: 100%;
    height: 48px;
  }
  .right-bottom {
    position: fixed;
    bottom: 10px; /* Adjust distance from bottom */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for exact centering */
    display: flex;
    align-items: center;
    justify-items: center; /* Optional: Align items in flex */
    gap: 8px; /* Adjust space between logo and text */
  }
  .adminloginstyle {
    margin-bottom: 4rem;
  }
  .loginheadtext {
    font-size: 20px;
    margin-top: -10px;
  }
  .rightstext {
    font-size: 7px;
  }
  .footerlogo {
    width: auto;
    height: 11px;
    margin-left: 2px;
  }
  .companyloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 9% / 35%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .companyloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 9% / 35%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
}
@media (max-height: 865px) {
  .company-logins {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 420px) and (max-height: 800px) {
  .companyloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 9% / 35%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .companyloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 9% / 35%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
}

@media (max-height: 790px) {
  .loginheadtext:nth-of-type(1) {
    padding-top: 20px;
  }
  .adminloginstyle {
    margin-bottom: 7rem;
  }
  .footerlogo {
    width: auto;
    height: 10px;
    margin-left: 7px;
  }
}
@media (max-height: 745px) {
  .loginheadtext:nth-of-type(1) {
    padding-top: 10px;
  }
  .footerlogo {
    width: auto;
    height: 10px;
    margin-left: 7px;
  }
}
@media (max-height: 750px) {
  .loginheadtext:nth-of-type(1) {
    padding-top: 70px;
  }
  .footerlogo {
    width: auto;
    height: 14px;
    margin-left: 7px;
  }
  .company-logins {
    margin-bottom: -2rem !important;
  }
}
@media (max-height: 700px) {
  .company-logins {
    margin-bottom: 0rem !important;
  }
}
@media (max-height: 675px) {
  .loginheadtext:nth-of-type(1) {
    padding-top: 100px;
  }
  .footerlogo {
    width: auto;
    height: 10px;
    margin-left: 7px;
  }
}

@media (max-height: 600px) {
  .companyloginscreen {
    height: 100%;
    min-height: 100vh;
  }
  .loginheadtext:nth-of-type(1) {
    padding-top: 60px;
  }
}
@media (max-height: 734px) {
  .companyloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 3% 2% / 9%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% center / 45%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%),
      url("/assets/Frametopright-CGeyl28W.svg") no-repeat 70% -20% / 60%,
      url("/assets/Framebottom-BljTHRzJ.svg") no-repeat bottom 0% center / 80%,
      url("/assets/framebottomright-B6wFOrcO.svg") no-repeat 83% 70% / 40%,
      #13131a;
  }
  .companyloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 3% 2% / 9%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% center / 45%,
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%),
      url("/assets/Frametopright_white-DPkjrIyb.svg") no-repeat 70% -20% / 60%,
      url("/assets/Framebottom_white-CSOez_cj.svg") no-repeat bottom 0% center /
        80%,
      url("/assets/framebottomright_white-CYsRLQiT.svg") no-repeat 83% 70% /
        40%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      #13131a;
  }
  .companyloginscreen {
    overflow-y: auto;
  }
  .company-logins {
    gap: 10px;
    margin-bottom: 0 !important;
  }
  .mains {
    min-height: auto;
  }
  .loginheadtext:nth-of-type(1) {
    padding-top: 10px;
  }
  .tagLine {
    margin-bottom: 4px;
  }
  .company-login-card-inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .adminloginstyle {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 576px) and (max-height: 734px) {
  .companyloginscreen.dark {
    background: url("/assets/whitelogo-DdHy09bC.svg") no-repeat 50% 3% / 28%,
      url("/assets/Frameleft-MyiQr25-.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #00214500 0%, #010e1e91 30%, #000000a9 100%),
      linear-gradient(to left, #000000 11%, #010e1e00 50%), #13131a;
  }
  .companyloginscreen.light {
    background: url("/assets/logo-DcqpYhCX.svg") no-repeat 50% 3% / 28%,
      url("/assets/Frameleft_white-C57TyMlz.svg") no-repeat 0% 45% / 100%,
      linear-gradient(to right, #ffffff 100%, #ffffff91 100%, #ffffffa9 100%),
      linear-gradient(to left, #ffffff 11%, #ffffff00 100%), #13131a;
  }
}

.navbar {
  position: sticky;
  z-index: 50;
  border-bottom: 1px solid #e9e9e9;
  padding: 0px 16px;
}

.span1 {
  font-family: "Switzer Regular";
  font-weight: 500;
  font-size: 16px;
}

.span2 {
  font-family: "Switzer Regular";
  font-size: 18px;
}

.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.icons {
  height: 46px;
}

/* Divider between settings and profile */
.divider {
  height: 32px; /* Adjust the height for alignment */
  width: 1px;
  background-color: #e9e9e9; /* Light gray */
  margin: 0 8px; /* Add some space between elements */
}

.span3 {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 16px;
  color: #25282b;
}

.span4 {
  font-family: "Switzer Light";
  font-size: 12px;
}

.dashboardicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.imgdashicon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(45%) saturate(200%)
    hue-rotate(180deg) brightness(85%) contrast(95%);
}

/* Dropdown menu initial state */
.dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px); /* Initially translate it slightly up */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  background-color:#ffff;
  border-color: #e9e9e9;
}

/* Dropdown menu when it is visible */
.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0); /* When shown, translate to normal position */
  visibility: visible;
}

/* Dark Theme */
.toggle-theme-btn {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Icon Styles */
.theme-icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

@keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Define a class to apply the animation */
.theme-icon {
  width: 20px;
  height: 20px;
}

.rotate {
  animation: rotateIcon 0.5s ease-in-out;
}

.navbar.dark {
  background-color: #13131a;
  border-bottom: 1px solid #343434;
}

.span2.light {
  color: #25282b;
}

.span2.dark {
  color: white;
}

.icon-button.dark {
  border: 1.6px solid #343434;
}

.divider.dark {
  background-color: #343434;
  width: 1.6px;
}
.span3.dark {
  color: white;
}

.chngepaswd {
  color: #25282b;
  font-family: "Switzer Regular";
}

.chngepaswd:hover {
  background-color: #f5f5f5;
}
.logoutbtn {
  color: #F9291F;
  font-family: "Switzer Regular";
}
.logoutbtn:hover {
  background-color: #f5f5f5;
}

.bellicon.dark img,
.settingicon.dark img,
.toggle-theme-btn.dark img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(0%) saturate(0%)
    hue-rotate(180deg) brightness(105%) contrast(100%);
}

.dropdown-menu.dark {
  background-color: #1c1c24;
  border-color: #343434;
}

.dropdown-menu.dark .chngepaswd {
  color: white;
}
.dropdown-menu.dark .chngepaswd:hover {
  background-color: rgb(14, 14, 14);
}
.dropdown-menu.dark .logoutbtn:hover {
  background-color: rgb(14, 14, 14);
}

.dropdown-menu.light .change-profile {
  color: #13131a;
}

/* Smooth rotation for the dropdown icon */
.rotate-180 {
  transform: rotate(360deg);
  transition: transform 0.3s ease;
}

.close-dropdown-btn {
  margin-top: 61px;
  margin-right: 16px;
}

.navfooter {
  font-family: "Technor Regular";
  color: #52d3d8;
  font-size: 14px;
}
.navfooters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  position: fixed;
  bottom: 106px;
  width: 100%;
}
.dropdown-menu.dark .closeicon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(29%)
    hue-rotate(129deg) brightness(106%) contrast(110%);
}
.dropdown-menu.dark .dropiconsmenu {
  filter: brightness(0) saturate(100%) invert(44%) sepia(14%) saturate(609%)
    hue-rotate(176deg) brightness(96%) contrast(82%);
}
.dropdown-menu.dark .sidebarmenustext {
  color: #677487;
  border-color: #343434;
}
.dropdown-menu.dark .subscriber-dropdown {
  border-color: #343434;
}
.dropdown-menu.dark .sidebarmenustexts {
  color: #677487;
}
.dropdown-menu.dark .navdropicon {
  filter: brightness(0) saturate(100%) invert(45%) sepia(21%) saturate(354%)
    hue-rotate(176deg) brightness(95%) contrast(93%);
}
ul li.active {
  color: #1e4da1; /* Change text color to blue for the active menu item */
}
.dropdown-menu.dark ul li.active {
  color: #1e84af; /* Change text color to blue for the active menu item */
}
ul li.active .dropiconsmenu,
ul li.active .navdropicon {
  filter: brightness(0) saturate(100%) invert(23%) sepia(68%) saturate(1847%)
    hue-rotate(203deg) brightness(90%) contrast(92%);
}
.dropdown-menu.dark ul li.active .dropiconsmenu,
.dropdown-menu.dark ul li.active .navdropicon {
  filter: brightness(0) saturate(100%) invert(45%) sepia(42%) saturate(1062%)
    hue-rotate(155deg) brightness(88%) contrast(83%);
}
.dropdown-menu.dark .desktopprofileicon,
.dropdown-menu.dark .desktopchangepswdimg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(0%)
    hue-rotate(308deg) brightness(110%) contrast(101%);
}

.desktoplogoutimg {
  filter: brightness(0) saturate(100%) invert(40%) sepia(71%) saturate(6271%) hue-rotate(346deg) brightness(95%) contrast(107%);
}

.admin-profile-settings-head {
  font-family: 'Switzer SemiBold';
  font-size: 16px;
}

.dropdown-menu.light .admin-profile-settings-head {
  color: #25282b;
  border-color: #e9e9e9;
}

.dropdown-menu.light .admin-photo-upload {
  background-color: rgb(252, 252, 252);
  border: 1px solid #b8b8b8;;
}
.dropdown-menu.light .admin-photo-img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(8%) saturate(738%) hue-rotate(169deg) brightness(95%) contrast(87%); 
}
.dropdown-menu.light .admin-username {
  color: #25282B;
}
.dropdown-menu.light .chngepaswd,  .dropdown-menu.light .logoutbtn{
  background-color: #fafafa;
}
.dropdown-menu.light .chngepaswd:hover,  .dropdown-menu.light .logoutbtn:hover{
  background-color: #f3f2f2;
}

.admin-username {
  font-family: 'Switzer Regular';
  font-size: 16px;
  color: white;
}

.admin-useremail {
  font-family: 'Switzer Regular';
  font-size: 12px;
  color: #6D6D6D;
}

@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 500px;
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    max-height: 500px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}

.dropdown-content {
  animation: slideUp 0.5s ease forwards;
}

.dropdown-content.show {
  animation: slideDown 0.5s ease forwards;
}


@media (min-width: 821px) and (max-width: 1024px) {
  .navbaritem {
    display: flex;
  }
  .navbar {
    padding: 0px 13px;
  }
  .span1 {
    font-family: "Switzer Regular";
    font-weight: 500;
    font-size: 13px;
  }
  .span2 {
    font-size: 15px;
  }
  .span3 {
    font-size: 13px;
  }
  .span4 {
    font-size: 10px;
  }
  .profileicon {
    width: 37px;
    height: 37px;
    margin-right: 0.5rem;
  }
  .divider {
    height: 35px;
  }
  .settingicon {
    width: 37px;
    height: 37px;
  }
  .bellicon {
    width: 37px;
    height: 37px;
  }
  .toggle-theme-btn {
    width: 37px;
    height: 37px;
}


}

@media (min-width: 767px) and (max-width: 820px) {
  .navbar {
    padding: 0px 10px;
  }
  .navbaritem {
    display: flex;
  }
  .span1 {
    font-family: "Switzer Regular";
    font-weight: 500;
    font-size: 13px;
  }
  .span2 {
    font-size: 15px;
  }
  .span3 {
    font-size: 13px;
  }
  .span4 {
    font-size: 10px;
  }
  .profileicon {
    width: 35px;
    height: 35px;
    margin-right: 0.5rem;
  }
  .divider {
    height: 30px;
  }
  .settingicon {
    width: 35px;
    height: 35px;
  }
  .bellicon {
    width: 35px;
    height: 35px;
  }
  .toggle-theme-btn {
    width: 35px;
    height: 35px;
}
}

@media (min-width:432px) and (max-width:766px) {
  .adminname  {
    display: flex;
  }
  .span3 {
    font-size: 13px;
  }
  .span4 {
    font-size: 10px;
  }
  .profileicon {
    width: 32px;
    height: 32px;
    margin-right: 0.5rem;
  }
  .settingicon, .bellicon, .toggle-theme-btn {
    width: 32px;
    height: 32px;
  }
  .span1 {
    font-family: "Switzer Regular";
    font-weight: 500;
    font-size: 12px;
  }
  .span2 {
    font-size: 13px;
  }
}









@media (min-width: 432px) {
  .navlogo,
  .dashboardicon,
  .sidebarmenus,
  .navfooters {
    display: none;
  }
}

@media (max-width: 431px) {
  .navbar {
    height: 90px;
    /* width: 100%; */
    max-width: calc(100vw - 0px);
    border-bottom: none;
    box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.1);
  }
  .navfooters {
    max-width: calc(100vw - 40px);
  }
  .span1,
  .span2,
  .divider,
  .adminname,
  .profileicon,
  .changpswdlogout,
  .admin-profile-settings-head {
    display: none;
  }
  .navlogo {
    width: 161px;
    transform: translateY(50%);
  }
  .icons {
    transform: translateY(30%);
  }
  .bellimg,
  .settingimg,
  .imgdashicon,
  .theme-icon {
    width: 17px;
    height: 17px;
  }
  .bellicon,
  .settingicon,
  .dashboardicon,
  .toggle-theme-btn {
    width: 36px;
    height: 36px;
  }
  .navbar.dark .navlogo {
    filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(0%)
      hue-rotate(342deg) brightness(110%) contrast(101%);
  }
  .bellicon.dark img,
  .settingicon.dark img,
  .toggle-theme-btn.dark img,
  .dashboardicon.dark img {
    filter: brightness(0) saturate(100%) invert(85%) sepia(0%) saturate(0%)
      hue-rotate(180deg) brightness(105%) contrast(100%);
  }
  .dashboardicon.dark {
    border: 1.6px solid #343434;
  }
  .dropdown-menu {
    right: -16px;
    margin-top: -120px;
    width: 100vw;
    
  }
  /* .sidebarmenus {
    margin: 15px;
    margin-top: 0px;
  } */
  .dropiconsmenu {
    width: 20px;
    height: 20px;
  }
  .sidebarmenus img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(6%) saturate(864%)
      hue-rotate(169deg) brightness(93%) contrast(89%);
  }
  .sidebarmenustext {
    font-family: "Switzer Light";
    color: #25282b;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 30px;
    margin: 0px 15px;
    border-bottom: 1px solid #25282b;
  }

  .sidebarmenustext:last-child {
    border-bottom: none;
  }

  /* Dynamic styling for dropdowns */
  .subscribers-open,
  .subscriptions-open {
    border-bottom: none; /* Remove border-bottom when dropdown is open */
  }

  .subscriber-dropdown,
  .subscription-dropdown {
    border-bottom: 1px solid #25282b; /* Add border at the bottom of the dropdown */
    margin: 0px 15px;
  }

  .sidebarmenustexts {
    font-family: "Switzer Light";
    font-weight: 400;
    font-size: 20px;
    color: #25282b;
  }
  .sidebarmenus .dropiconsmenu {
    filter: brightness(0) saturate(100%) invert(11%) sepia(8%) saturate(757%)
      hue-rotate(169deg) brightness(96%) contrast(88%);
  }
  .sidebarmenus .navdropicon {
    filter: brightness(0) saturate(100%) invert(11%) sepia(8%) saturate(757%)
      hue-rotate(169deg) brightness(96%) contrast(88%);
    width: 12px;
    height: 6px;
  }
  .menubars {
    margin-top: 5px;
  }
  .sidebarmenus {
    height: 100svh;
  }
}
@media (max-width: 425px) {
  .dropdown-menu {
    right: -16px;
    margin-top: -120px;
    
  }
}

@media (max-width: 421px) {
  .navbar {
    height: 73px;
    width: 100%;
  }
  .navlogo {
    width: 143px;
    transform: translateY(35%);
  }
  .icons {
    transform: translateY(15%);
  }
  .bellimg,
  .settingimg,
  .imgdashicon,
  .theme-icon {
    width: 17px;
    height: 17px;
  }
  .bellicon,
  .settingicon,
  .dashboardicon,
  .toggle-theme-btn {
    width: 36px;
    height: 36px;
  }
  .dropdown-menu {
    right: -16px;
    margin-top: -120px;
    
  }
}
@media (max-width: 420px) {
  .dropdown-menu {
    right: -16px;
    margin-top: -120px;
    height: 105vh;
    
  }
}
@media (max-width: 415px) {
  .dropdown-menu {
    right: -16px;
  }
}
@media (max-width: 410px) {
  .dropdown-menu {
    right: -16px;
  }
}
@media (max-width: 405px) {
  .dropdown-menu {
    right: -16px;
 
  }
}
@media (max-width: 400px) {
  .navbar {
    height: 74px;
    width: 100%;
  }
  .navlogo {
    width: 139px;
    transform: translateY(27%);
  }
  .bellicon,
  .settingicon,
  .dashboardicon,
  .toggle-theme-btn {
    width: 36px;
    height: 36px;
  }
  .bellimg,
  .settingimg,
  .imgdashicon,
  .theme-icon {
    width: 17px;
    height: 17px;
  }
  .dropdown-menu {
    right: -16px;
 
  }
}
@media (max-width: 395px) {
  .dropdown-menu {
    right: -16px;
 
  }
  .sidebarmenustexts {
    font-family: "Switzer Light";
    font-weight: 400;
    font-size: 18px;
    color: #25282b;
  }
}
@media (max-width: 390px) {
  .dropdown-menu {
    right: -16px;
 
  }
  .sidebarmenustexts {
    font-family: "Switzer Light";
    font-weight: 400;
    font-size: 17px;
    color: #25282b;
  }
}
@media (max-width: 389px) {
  .dropdown-menu {
    right: -16px;
 
  }
}

@media (max-width: 385px) {
  .dropdown-menu {
    right: -16px;
 
  }
}
@media (max-width: 381px) {
  .dropdown-menu {
    right: -16px;
 
  }
}
@media (max-width: 378px) {
  .dropdown-menu {
    right: -16px;
 
  }
  /* Dynamic styling for dropdowns */
  .subscribers-open,
  .subscriptions-open {
    border-bottom: none; /* Remove border-bottom when dropdown is open */
  }

  .subscriber-dropdown,
  .subscription-dropdown {
    border-bottom: 1px solid #25282b; /* Add border at the bottom of the dropdown */
  }
}

@media (max-width: 376px) {
  .navbar {
    height: 73px;
    width: 100%;
  }
  .navlogo {
    width: 120px;
    transform: translateY(39%);
  }
  .bellimg,
  .settingimg,
  .imgdashicon,
  .theme-icon {
    width: 15px;
    height: 15px;
  }
  .bellicon,
  .settingicon,
  .dashboardicon,
  .toggle-theme-btn {
    width: 30px;
    height: 30px;
  }
  .dropdown-menu {
    right: -16px;
 
  }
  /* Dynamic styling for dropdowns */
  .subscribers-open,
  .subscriptions-open {
    border-bottom: none; /* Remove border-bottom when dropdown is open */
  }

  .subscriber-dropdown,
  .subscription-dropdown {
    border-bottom: 1px solid #25282b; /* Add border at the bottom of the dropdown */
  }
  .sidebarmenustext {
    font-family: "Switzer Light";
    color: #25282b;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 30px;
    margin: 0px 15px;
  }
  .navfooters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    position: fixed;
    bottom: 95px;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .dropdown-menu {
    right: -16px;
 
  }
}
@media (max-width: 370px) {
  .dropdown-menu {
    right: -16px;
 
  }
  /* Dynamic styling for dropdowns */
  .subscribers-open,
  .subscriptions-open {
    border-bottom: none; /* Remove border-bottom when dropdown is open */
  }

  .subscriber-dropdown,
  .subscription-dropdown {
    border-bottom: 1px solid #25282b; /* Add border at the bottom of the dropdown */
  }
  .navfooters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    position: fixed;
    bottom: 90px;
    width: 100%;
  }
}
@media (max-width: 365px) {
  .dropdown-menu {
    right: -16px;
 
  }
}
@media (max-width: 361px) {
  .navbar {
    height: 73px;
    width: 100%;
  }
  .navlogo {
    width: 116px;
    transform: translateY(39%);
  }
  .icons {
    transform: translateY(20%);
  }
  .bellimg,
  .settingimg,
  .imgdashicon,
  .theme-icon {
    width: 14px;
    height: 14px;
  }
  .bellicon,
  .settingicon,
  .dashboardicon,
  .toggle-theme-btn {
    width: 27px;
    height: 27px;
  }
  .dropdown-menu {
    right: -16px;
 
  }
  .sidebarmenustext {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .menubars {
    margin-top: 15px;
  }
  .navfooters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    position: fixed;
    bottom: 85px;
    width: 100%;
  }
  /* Dynamic styling for dropdowns */
  .subscribers-open,
  .subscriptions-open {
    border-bottom: none; /* Remove border-bottom when dropdown is open */
  }

  .subscriber-dropdown,
  .subscription-dropdown {
    border-bottom: 1px solid #25282b; /* Add border at the bottom of the dropdown */
  }
}
@media (max-width: 360px) {
  .dropdown-menu {
    right: -16px;
 
  }
}
@media (max-width: 355px) {
  .dropdown-menu {
    right: -16px;
 
  }
}
@media (max-width: 350px) {
  .dropdown-menu {
    right: -16px;
 
  }
}
@media (max-width: 345px) {
  .dropdown-menu {
    right: -16px;
 
  }
}
.advanced-cropper-line-wrapper--north, .advanced-cropper-line-wrapper--south {
  height: 12px;
  width: 100%; }

.advanced-cropper-line-wrapper--north {
  cursor: n-resize; }

.advanced-cropper-line-wrapper--south {
  cursor: s-resize; }

.advanced-cropper-line-wrapper--east, .advanced-cropper-line-wrapper--west {
  width: 12px;
  height: 100%; }

.advanced-cropper-line-wrapper--east {
  cursor: e-resize; }

.advanced-cropper-line-wrapper--west {
  cursor: w-resize; }

.advanced-cropper-line-wrapper--disabled {
  cursor: auto; }

.advanced-cropper-line-wrapper__content {
  position: absolute; }
  .advanced-cropper-line-wrapper__content--east, .advanced-cropper-line-wrapper__content--west {
    height: 100%; }
  .advanced-cropper-line-wrapper__content--north, .advanced-cropper-line-wrapper__content--south {
    width: 100%; }
  .advanced-cropper-line-wrapper__content--east {
    left: 50%;
    transform: translateX(-100%); }
  .advanced-cropper-line-wrapper__content--west {
    right: 50%;
    transform: translateX(100%); }
  .advanced-cropper-line-wrapper__content--north {
    top: 50%; }
  .advanced-cropper-line-wrapper__content--south {
    bottom: 50%; }

.advanced-cropper-handler-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px; }
  .advanced-cropper-handler-wrapper__draggable {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .advanced-cropper-handler-wrapper--west-north {
    cursor: nw-resize; }
  .advanced-cropper-handler-wrapper--north {
    cursor: n-resize; }
  .advanced-cropper-handler-wrapper--east-north {
    cursor: ne-resize; }
  .advanced-cropper-handler-wrapper--east {
    cursor: e-resize; }
  .advanced-cropper-handler-wrapper--east-south {
    cursor: se-resize; }
  .advanced-cropper-handler-wrapper--south {
    cursor: s-resize; }
  .advanced-cropper-handler-wrapper--west-south {
    cursor: sw-resize; }
  .advanced-cropper-handler-wrapper--west {
    cursor: w-resize; }
  .advanced-cropper-handler-wrapper--disabled {
    cursor: auto; }

.advanced-cropper-bounding-box {
  position: relative;
  height: 100%;
  width: 100%; }
  .advanced-cropper-bounding-box__handler-wrapper {
    position: absolute; }
    .advanced-cropper-bounding-box__handler-wrapper--east, .advanced-cropper-bounding-box__handler-wrapper--west {
      top: 50%;
      transform: translateY(-50%);
      height: 100%; }
    .advanced-cropper-bounding-box__handler-wrapper--south, .advanced-cropper-bounding-box__handler-wrapper--north {
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
    .advanced-cropper-bounding-box__handler-wrapper--west, .advanced-cropper-bounding-box__handler-wrapper--west-north, .advanced-cropper-bounding-box__handler-wrapper--west-south {
      left: 0; }
    .advanced-cropper-bounding-box__handler-wrapper--east, .advanced-cropper-bounding-box__handler-wrapper--east-north, .advanced-cropper-bounding-box__handler-wrapper--east-south {
      left: 100%; }
    .advanced-cropper-bounding-box__handler-wrapper--north, .advanced-cropper-bounding-box__handler-wrapper--west-north, .advanced-cropper-bounding-box__handler-wrapper--east-north {
      top: 0; }
    .advanced-cropper-bounding-box__handler-wrapper--south, .advanced-cropper-bounding-box__handler-wrapper--west-south, .advanced-cropper-bounding-box__handler-wrapper--east-south {
      top: 100%; }
  .advanced-cropper-bounding-box__handler {
    position: absolute; }
    .advanced-cropper-bounding-box__handler--west-north {
      left: 0;
      top: 0; }
    .advanced-cropper-bounding-box__handler--north {
      left: 50%;
      top: 0; }
    .advanced-cropper-bounding-box__handler--east-north {
      left: 100%;
      top: 0; }
    .advanced-cropper-bounding-box__handler--east {
      left: 100%;
      top: 50%; }
    .advanced-cropper-bounding-box__handler--east-south {
      left: 100%;
      top: 100%; }
    .advanced-cropper-bounding-box__handler--south {
      left: 50%;
      top: 100%; }
    .advanced-cropper-bounding-box__handler--west-south {
      left: 0;
      top: 100%; }
    .advanced-cropper-bounding-box__handler--west {
      left: 0;
      top: 50%; }
  .advanced-cropper-bounding-box__line {
    position: absolute; }
    .advanced-cropper-bounding-box__line--north, .advanced-cropper-bounding-box__line--south {
      left: 0;
      transform: translateY(-50%); }
    .advanced-cropper-bounding-box__line--north {
      top: 0; }
    .advanced-cropper-bounding-box__line--south {
      top: 100%; }
    .advanced-cropper-bounding-box__line--west, .advanced-cropper-bounding-box__line--east {
      top: 0;
      transform: translateX(-50%); }
    .advanced-cropper-bounding-box__line--west {
      left: 0; }
    .advanced-cropper-bounding-box__line--east {
      left: 100%; }

.advanced-cropper-artificial-transition {
  will-change: transform; }

.advanced-cropper-background-image {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  transform-origin: center;
  pointer-events: none;
  max-width: none !important; }

.advanced-cropper-canvas {
  display: none; }

.advanced-cropper-source {
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: absolute;
  opacity: 0; }

.advanced-cropper-fade {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  flex-direction: column; }
  .advanced-cropper-fade--visible {
    opacity: 1;
    visibility: visible; }

.advanced-cropper-wrapper__fade {
  flex-grow: 1;
  min-height: 0; }

.advanced-cropper-stencil-grid {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  opacity: 0;
  transition: opacity 0.3s; }
  .advanced-cropper-stencil-grid--visible {
    opacity: 1; }
  .advanced-cropper-stencil-grid__row {
    display: table-row; }
  .advanced-cropper-stencil-grid__cell {
    display: table-cell;
    width: 1%;
    height: 1%;
    border: currentColor solid 1px; }
    .advanced-cropper-stencil-grid__cell--top {
      border-top-color: transparent; }
    .advanced-cropper-stencil-grid__cell--left {
      border-left-color: transparent; }
    .advanced-cropper-stencil-grid__cell--right {
      border-right-color: transparent; }
    .advanced-cropper-stencil-grid__cell--bottom {
      border-bottom-color: transparent; }

.advanced-cropper-stencil-overlay {
  box-sizing: content-box;
  box-shadow: 0 0 0 1000px currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden; }

.advanced-cropper-stencil-wrapper {
  will-change: transform; }

.advanced-cropper-boundary {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  direction: ltr;
  position: relative; }
  .advanced-cropper-boundary__content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .advanced-cropper-boundary__stretcher {
    pointer-events: none;
    position: relative;
    max-width: 100%;
    max-height: 100%; }

.advanced-cropper-circle-stencil {
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: content-box;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .advanced-cropper-circle-stencil__overlay {
    border-radius: 50%;
    overflow: hidden; }
  .advanced-cropper-circle-stencil__preview {
    border-radius: 50%; }
  .advanced-cropper-circle-stencil__draggable-area, .advanced-cropper-circle-stencil__overlay, .advanced-cropper-circle-stencil__preview, .advanced-cropper-circle-stencil__grid {
    position: absolute;
    height: 100%;
    width: 100%; }
  .advanced-cropper-circle-stencil--movable {
    cursor: move; }

.advanced-cropper-rectangle-stencil {
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .advanced-cropper-rectangle-stencil__draggable-area, .advanced-cropper-rectangle-stencil__overlay, .advanced-cropper-rectangle-stencil__preview, .advanced-cropper-rectangle-stencil__grid {
    position: absolute;
    height: 100%;
    width: 100%; }
  .advanced-cropper-rectangle-stencil--movable {
    cursor: move; }

.advanced-cropper-simple-line {
  background: none;
  border-width: 0; }
  .advanced-cropper-simple-line--south, .advanced-cropper-simple-line--north {
    height: 0;
    width: 100%; }
  .advanced-cropper-simple-line--east, .advanced-cropper-simple-line--west {
    height: 100%;
    width: 0; }
  .advanced-cropper-simple-line--east {
    border-right-width: 1px; }
  .advanced-cropper-simple-line--west {
    border-left-width: 1px; }
  .advanced-cropper-simple-line--south {
    border-bottom-width: 1px; }
  .advanced-cropper-simple-line--north {
    border-top-width: 1px; }

.advanced-cropper-simple-handler {
  display: block; }

.advanced-cropper-preview {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column; }
  .advanced-cropper-preview__content {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .advanced-cropper-preview__image {
    display: none;
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transform-origin: center;
    max-width: none !important; }
    .advanced-cropper-preview__image--visible {
      display: block; }
  .advanced-cropper-preview__boundary {
    flex-grow: 1;
    min-height: 0;
    min-width: 0; }

.cropper-preview-wrapper__fade {
  flex-grow: 1;
  min-height: 0;
  width: 100%; }

.advanced-cropper {
  overflow: hidden;
  max-height: 100%;
  background: black;
  position: relative;
  display: flex;
  flex-direction: column;
  color: white; }
  .advanced-cropper__boundary {
    flex-grow: 1;
    min-height: 0;
    min-width: 0; }
  .advanced-cropper__wrapper, .advanced-cropper__background-wrapper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .advanced-cropper__stencil-wrapper {
    position: absolute; }
  .advanced-cropper * {
    box-sizing: border-box; }

.advanced-cropper-simple-handler {
  background: currentColor;
  height: 10px;
  width: 10px; }

.advanced-cropper-simple-line {
  transition: border 0.5s;
  border-color: rgba(255, 255, 255, 0.3);
  border-style: solid; }
  .advanced-cropper-simple-line--hover {
    border-color: white; }

.advanced-cropper-circle-stencil__preview {
  border: solid 2px rgba(255, 255, 255, 0.2); }

.advanced-cropper-stencil-overlay {
  color: rgba(0, 0, 0, 0.5); }

.advanced-cropper-stencil-grid {
  color: rgba(255, 255, 255, 0.4); }
/* Modal Animation Styles */
@keyframes modalFadeIn {
    from {
      opacity: 0;
      transform: translate(0, -20px);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  
  @keyframes modalFadeOut {
    from {
      opacity: 1;
      transform: translate(0, 0);
    }
    to {
      opacity: 0;
      transform: translate(0, -20px);
    }
  }
  
  @keyframes backdropFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes backdropFadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  .animate-modal-fade-in {
    animation: modalFadeIn 0.3s ease forwards, backdropFadeIn 0.3s ease forwards;
  }
  
  .animate-modal-fade-out {
    animation: modalFadeOut 0.3s ease forwards, backdropFadeOut 0.3s ease forwards;
  }
  

  
  /* Password visibility toggle button */
  .password-toggle {
    background: none;
    border: none;
    cursor: pointer;
  }
  
  /* Loading spinner animation */
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  
  .animate-spin {
    animation: spin 1s linear infinite;
  }
  
  /* Success and error message styling */
  .message-success {
    background-color: rgba(56, 231, 108, 0.1);
    border-left: 4px solid #38E76C;
  }
  
  .message-error {
    background-color: rgba(231, 56, 56, 0.1);
    border-left: 4px solid #E73838;
  }.mainsidebar {
  width: 127px;
  background-color: #f7f7f7;
  border-color: #e9e9e9;
}

.mainsidebar .logo {
  width: 103.51px;
  height: 20px;
  position: relative;
  top: 40px;
}

.mainsidebar .item {
  width: 127px;
  height: 49px;
  transition: all 0.3s ease-in-out;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.mainitems {
  padding: 8px 0px;
}

.mainsidebar .item .sideicon {
  width: 16px;
  height: auto;
}

.mainsidebar .spans {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 14px;
  color: #677487;
}

/* Hover State */
.mainsidebar .item:hover {
  transition: all 0.3s ease-in-out;
}

.mainsidebar .item:hover .sideicon {
  filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(2567%)
    hue-rotate(209deg) brightness(93%) contrast(96%);
}
.mainsidebar.dark .item:hover .sideicon {
  filter: brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(431%)
    hue-rotate(152deg) brightness(97%) contrast(93%);
}

.mainsidebar .item:hover .spans {
  color: #1e4da1;
}
.mainsidebar.dark .item:hover .spans {
  color: #1e84af;
}

/* Active State */
.mainsidebar .item.active {
  border-right: 3px solid #1e4da1;
  border-left: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}

.mainsidebar .item.active .sideicon {
  filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(2567%)
    hue-rotate(209deg) brightness(93%) contrast(96%);
}

.mainsidebar .item.active .spans {
  color: #1e4da1;
}
.sidebartab {
  gap: 20px;
}

.mainsidebar.dark {
  background-color: #1c1c24;
  border-right: 1px solid #343434;
}

.mainsidebar.dark .logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(180deg) brightness(105%) contrast(100%);
}

.mainsidebar.dark .item.active .sideicon {
  filter: brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(431%)
    hue-rotate(152deg) brightness(97%) contrast(93%);
}

.mainsidebar.dark .item.active .spans {
  color: #1e84af;
}

.mainsidebar.dark .item.active {
  border-right: 3px solid #1e84af;
  border-left: 3px solid transparent;
}


.subscriberdropdownmenus {
  position: absolute;
  left: 127px;
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
  border-radius: 0px 6px 6px 0px;
  width: 358px;
  height: 235px;
  z-index: 999;
  padding: 20px;
  top: 150px;
}
.mainsidebar.dark .subscriberdropdownmenus {
  background-color: #1C1C24;
  border: 1px solid #343434;
}
.subscriptiondropdownmenus {
  position: absolute;
  left: 127px;
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
  border-radius: 0px 6px 6px 0px;
  width: 358px;
  height: 235px;
  z-index: 999;
  padding: 20px;
  top: 235px;
}
.mainsidebar.dark .subscriptiondropdownmenus {
  background-color: #1C1C24;
  border: 1px solid #343434;
}


.subhead {
  font-family: "Switzer Medium";
  font-size: 20px;
  border-bottom: 1px solid #e9e9e9;
  color: #25282b;
  padding-bottom: 20px;
}
.mainsidebar.dark .subhead {
  color: white;
  border-bottom: 1px solid #383840;
}
.subheadss {
  font-family: "Switzer Medium";
  font-size: 20px;
  border-bottom: 1px solid #e9e9e9;
  color: #25282b;
  padding-bottom: 20px;
}
.mainsidebar.dark .subheadss {
  color: white;
  border-bottom: 1px solid #383840;
}

.addsubbox {
  width: 153px;
  height: 130px;
  background-color: #e7e7e7;
  border-radius: 6px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainsidebar.dark .addsubbox {
  background-color: #24242D;
}
.addsubsciptionbox {
  width: 153px;
  height: 130px;
  background-color: #e7e7e7;
  border-radius: 6px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainsidebar.dark .addsubsciptionbox {
  background-color: #24242D;
}

.managesubbox {
  width: 153px;
  height: 130px;
  background-color: #e7e7e7;
  border-radius: 6px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainsidebar.dark .managesubbox {
  background-color: #24242D;
}
.managesubscriptionbox {
  width: 153px;
  height: 130px;
  background-color: #e7e7e7;
  border-radius: 6px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainsidebar.dark .managesubscriptionbox {
  background-color: #24242D;
}
.addsubcontent {
  background-color: #ffffff;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainsidebar.dark .addsubcontent {
  background-color: #434362;
}
.addsubscriptioncontent {
  background-color: #ffffff;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainsidebar.dark .addsubscriptioncontent {
  background-color: #434362;
}
.managesubcontent {
  background-color: #ffffff;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainsidebar.dark .managesubcontent {
  background-color: #434362;
}
.managesubscriptioncontent {
  background-color: #ffffff;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainsidebar.dark .managesubscriptioncontent {
  background-color: #434362;
}
.addsubimg {
  filter: brightness(0) saturate(100%) invert(35%) sepia(6%) saturate(18%)
    hue-rotate(319deg) brightness(93%) contrast(94%);
  width: 20px;
  height: 20px;
}
.mainsidebar.dark .addsubimg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(83deg) brightness(108%) contrast(102%);
}
.addsubscriptionimg {
  filter: brightness(0) saturate(100%) invert(35%) sepia(6%) saturate(18%)
  hue-rotate(319deg) brightness(93%) contrast(94%);
width: 20px;
height: 20px;
}
.mainsidebar.dark .addsubscriptionimg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(83deg) brightness(108%) contrast(102%);
}
.managesubimg {
  filter: brightness(0) saturate(100%) invert(35%) sepia(6%) saturate(18%)
    hue-rotate(319deg) brightness(93%) contrast(94%);
  width: 20px;
  height: 20px;
}
.mainsidebar.dark .managesubimg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(83deg) brightness(108%) contrast(102%);
}
.managesubscriptionimg {
  filter: brightness(0) saturate(100%) invert(35%) sepia(6%) saturate(18%)
  hue-rotate(319deg) brightness(93%) contrast(94%);
width: 20px;
height: 20px;
}
.mainsidebar.dark .managesubscriptionimg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(83deg) brightness(108%) contrast(102%);
}
.addsubtext {
  font-family: "Switzer Regular";
  text-align: center;
  margin-top: 7px;
  font-size: 16px;
  color: #575757;
  line-height: 20px;
}
.mainsidebar.dark .addsubtext {
  color: #677487;
}
.addsubscriptiontext {
  font-family: "Switzer Regular";
  text-align: center;
  margin-top: 7px;
  font-size: 16px;
  color: #575757;
  line-height: 20px;
}
.mainsidebar.dark .addsubscriptiontext {
  color: #677487;
}
.managesubtext {
  font-family: "Switzer Regular";
  text-align: center;
  margin-top: 7px;
  font-size: 16px;
  color: #575757;
  line-height: 20px;
}
.mainsidebar.dark .managesubtext {
  color: #677487;
}
.managesubscriptiontext {
  font-family: "Switzer Regular";
  text-align: center;
  margin-top: 7px;
  font-size: 16px;
  color: #575757;
  line-height: 20px;
}
.mainsidebar.dark .managesubscriptiontext {
  color: #677487;
}

.subscribersdiv:hover .subscribersIcon
{
  filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(2567%)
    hue-rotate(209deg) brightness(93%) contrast(96%);
}
.mainsidebar.dark .subscribersdiv:hover .subscribersIcon
{
  filter: brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(431%)
    hue-rotate(152deg) brightness(97%) contrast(93%);
}
.subscribersdiv:hover .subscribersdivtext {
  color: #1e4da1;
}
.mainsidebar.dark .subscribersdiv:hover .subscribersdivtext {
  color: #1e84af;
}
.subscriptiondiv:hover .subscriptionIcon {
  filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(2567%)
  hue-rotate(209deg) brightness(93%) contrast(96%);
}
.mainsidebar.dark .subscriptiondiv:hover .subscriptionIcon {
  filter: brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(431%)
    hue-rotate(152deg) brightness(97%) contrast(93%);
}
.subscriptiondiv:hover .subscriptionsdivtext {
  color: #1e4da1;
}
.mainsidebar.dark .subscriptiondiv:hover .subscriptionsdivtext {
  color: #1e84af;
}

.mainsidebar.dark .subscribersdiv.active {
  border-right: 3px solid #1E84AF;
  border-left: 3px solid transparent;
  transition: none;
}
.subscribersdiv.active {
  border-right: 3px solid #1e4da1;
  border-left: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}
.subscriptiondiv.active {
  border-right: 3px solid #1e4da1;
  border-left: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}
.mainsidebar.dark .subscriptiondiv.active {
  border-right: 3px solid #1E84AF;
  border-left: 3px solid transparent;
  transition: none;
}

.subscribersdiv.active .subscribersIcon {
  filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(2567%)
    hue-rotate(209deg) brightness(93%) contrast(96%);
}
.mainsidebar.dark .subscribersdiv.active .subscribersIcon {
  filter: brightness(0) saturate(100%) invert(39%) sepia(79%) saturate(475%) hue-rotate(152deg) brightness(96%) contrast(93%);
}

.subscriptiondiv.active .subscriptionIcon {
  filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(2567%)
  hue-rotate(209deg) brightness(93%) contrast(96%);
}
.mainsidebar.dark .subscriptiondiv.active .subscriptionIcon {
  filter: brightness(0) saturate(100%) invert(39%) sepia(79%) saturate(475%) hue-rotate(152deg) brightness(96%) contrast(93%);
}

.subscribersdiv.active .subscribersdivtext {
  color: #1e4da1;
}
.mainsidebar.dark .subscribersdiv.active .subscribersdivtext {
  color: #1E84AF;
}
.subscriptiondiv.active .subscriptionsdivtext {
  color: #1e4da1;
}
.mainsidebar.dark .subscriptiondiv.active .subscriptionsdivtext {
  color: #1E84AF;
}
.subscribersdiv {
  width: 127px;
}
.subscriptiondiv {
  width: 127px;
}

.addsubbox.active .addsubtext,
.managesubbox.active .managesubtext {
  color: black; /* Sets the text color to white for active state */
}
.mainsidebar.light .addsubbox.active .addsubimg,
.mainsidebar.light .managesubbox.active .managesubimg {
  filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(0%) hue-rotate(355deg) brightness(99%) contrast(104%);
}
.addsubsciptionbox.active .addsubscriptiontext,
.managesubscriptionbox.active .managesubscriptiontext {
  color: black; /* Sets the text color to white for active state */
}
.mainsidebar.light .addsubsciptionbox.active .addsubscriptionimg,
.mainsidebar.light .managesubscriptionbox.active .managesubscriptionimg {
  filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(0%) hue-rotate(355deg) brightness(99%) contrast(104%);
}

.addsubtext:hover,
.managesubtext:hover {
  color: rgb(53, 53, 53); /* Sets the text color to white for active state */
}
.addsubscriptiontext:hover,
.managesubscriptiontext:hover {
  color: rgb(53, 53, 53); /* Sets the text color to white for active state */
}

.mainsidebar.dark .addsubbox.active .addsubtext,
.mainsidebar.dark .managesubbox.active .managesubtext {
  color: white; /* Sets the text color to white for active state */
}
.mainsidebar.dark .addsubsciptionbox.active .addsubscriptiontext,
.mainsidebar.dark .managesubscriptionbox.active .managesubscriptiontext {
  color: white; /* Sets the text color to white for active state */
}

.mainsidebar.dark .addsubtext:hover,
.mainsidebar.dark .managesubtext:hover {
  color: rgb(198, 198, 198); /* Sets the text color to white for active state */
}
.mainsidebar.dark .addsubscriptiontext:hover,
.mainsidebar.dark .managesubscriptiontext:hover {
  color: rgb(198, 198, 198); /* Sets the text color to white for active state */
}






@media (min-width: 1024px) and (max-width: 1366px) {
  .sidebartab {
    top: 45px;
  }
  .subscriberdropdownmenus {
    position: absolute;
    left: 127px;
    width: 358px;
    height: 235px;
    z-index: 999;
    padding: 20px;
    top: 150px;
}
}



@media (min-width: 820px) and (max-width: 1024px) { 
  .sidebartab {
    top: 25px;
  }
  .tabressideitems {
    margin: 30px 0px 0px 0px;
  }
  .subscriberdropdownmenus {
    position: absolute;
    left: 127px;
    width: 358px;
    height: 235px;
    z-index: 999;
    padding: 20px;
    top: 188px;
}
.subscriptiondropdownmenus {
  position: absolute;
  left: 127px;
  width: 358px;
  height: 235px;
  z-index: 999;
  padding: 20px;
  top: 270px;
}
}



@media (min-width: 767px) and (max-width: 820px) {
  .sidebartab {
    top: 25px;
  }
  .tabressideitems {
    margin: 30px 0px;
  }
  .subscriberdropdownmenus {
    position: absolute;
    left: 127px;
    width: 288px;
    height: 210px;
    z-index: 999;
    padding: 20px;
    top: 187px;
}
.addsubbox {
  width: 120px;
  height: 100px;
  background-color: #e7e7e7;
  border-radius: 6px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.managesubbox {
  width: 120px;
  height: 100px;
  border-radius: 6px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.addsubcontent {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.managesubcontent {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.addsubtext {
  font-family: "Switzer Regular";
  text-align: center;
  font-size: 14px; 
  line-height: 15px;
}
.managesubtext {
  font-family: "Switzer Regular";
  text-align: center;
  font-size: 14px;
  line-height: 15px;
}
.subscriptiondropdownmenus {
  position: absolute;
  left: 127px;
  width: 288px;
  height: 210px;
  z-index: 999;
  padding: 20px;
  top: 270px;
}
.addsubsciptionbox {
  width: 120px;
  height: 100px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.managesubscriptionbox {
  width: 120px;
  height: 100px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.addsubscriptioncontent {
  background-color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.addsubscriptiontext {
  font-family: "Switzer Regular";
  text-align: center;
  font-size: 14px;
  line-height: 15px;
}
.managesubscriptioncontent {
  background-color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.managesubscriptiontext {
  font-family: "Switzer Regular";
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
  line-height: 15px;
}
}

@media (min-width:432px) and (max-width:766px) {
  .tabressideitems {
    margin: 40px 0px;
  }
  .subscriberdropdownmenus {
    position: absolute;
    left: 127px;
    border-radius: 0px 6px 6px 0px;
    width: 358px;
    height: 235px;
    z-index: 999;
    padding: 20px;
    top: 217px;
  }
  .subscriptiondropdownmenus {
    position: absolute;
    left: 127px;
    border-radius: 0px 6px 6px 0px;
    width: 358px;
    height: 235px;
    z-index: 999;
    padding: 20px;
    top: 310px;
  }
}


@media (max-width: 431px) {
  .mainsidebar {
    display: none;
  }
}.outlets.dark {
    background-color: #13131A;
}.mainheadss {
  font-family: "Switzer SemiBold";
  font-size: 24px;
  line-height: 27.77px;
  color: #25282b;
}

.cards {
  border: 1px solid #e9e9e9;
}

.card {
  width: 100%;
  height: 214px;
  box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.1);
  border-radius: 8px;
  padding: 20px 19px;
  cursor: pointer;
}

.singlecard {
  width: 72px;
  height: 72px;
  border: 14.16px;
}

.dashicons {
  width: 28px;
  height: 28px;
}

.subheads {
  font-family: "Switzer Regular";
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #898989;
}

.ptexts {
  font-family: "Switzer SemiBold";
  font-size: 32px;
  line-height: 42.24px;
  color: #1e4da1;
}

.dashtoptext {
  padding-top: 15px;
  padding-bottom: 25px;
}

.toptext {
  text-align: center;
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 14px;
  line-height: 16.2px;
  color: #677487;
}

.toptextspan {
  font-family: "Switzer Regular";
  font-weight: 500;
  font-size: 18px;
  line-height: 20.83px;
  color: #254396;
}

.cardslay {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.twotables {
  gap: 20px;
}

/* Dark Theme */
.dashboarddark.dark {
  background-color: #13131a;
}

.dashboarddark.dark .cards {
  border: 1px solid #343434;
}

.dashboarddark.dark .mainheadss {
  color: white;
}

.dashboarddark.dark .card {
  background-color: #1c1c24;
}

.dashboarddark.dark .totalcompaniesdark {
  filter: brightness(0) saturate(100%) invert(52%) sepia(97%) saturate(3530%) hue-rotate(207deg) brightness(105%) contrast(101%);
}

.dashboarddark.dark .totalusersdark {
  filter: brightness(0) saturate(100%) invert(62%) sepia(34%) saturate(2819%) hue-rotate(324deg) brightness(102%) contrast(92%);
}

.dashboarddark.dark .companyfilesdark {
  filter: brightness(0) saturate(100%) invert(27%) sepia(94%) saturate(5513%) hue-rotate(247deg) brightness(100%) contrast(96%);
}

.dashboarddark.dark .companyservicesdark {
  filter: brightness(0) saturate(100%) invert(67%) sepia(57%) saturate(494%) hue-rotate(112deg) brightness(98%) contrast(88%);
}

.dashboarddark.dark .activecompaniesdark {
  filter: brightness(0) saturate(100%) invert(76%) sepia(80%) saturate(476%) hue-rotate(328deg) brightness(108%) contrast(101%);
}

.dashboarddark.dark .subheads {
  color: #677487;
}

.dashboarddark.dark .ptexts {
  color: white;
}

@media(min-width:1280px) {
  .dashcmpytable {
    width: 60%;
  }

  .dashrecenttable {
    width: 40%;
  }
}


@media (min-width: 1024px) and (max-width: 1150px) {
  .singlecard {
    width: 50px;
    height: 50px;
  }

  .dashicons {
    height: 30px;
    width: 30px;
  }

  .subheads {
    font-size: 17px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ptexts {
    font-size: 30px;
  }

  .card {
    height: 180px;
  }

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

  .twotables {
    flex-direction: column;
  }
}



@media (min-width: 820px) and (max-width: 1024px) {
  .singlecard {
    width: 50px;
    height: 50px;
  }

  .dashicons {
    height: 25px;
    width: 25px;
  }

  .subheads {
    font-size: 17px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ptexts {
    font-size: 30px;
  }

  .card {
    height: 170px;
  }

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





@media (min-width: 767px) and (max-width: 819px) {
  .singlecard {
    width: 50px;
    height: 50px;
  }

  .dashicons {
    height: 20px;
    width: 20px;
  }

  .subheads {
    font-size: 17px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ptexts {
    font-size: 28px;
  }

  .card {
    height: 165px;
  }

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

  .subheads {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .singlecard {
    width: 50px;
    height: 50px;
  }

  .dashicons {
    height: 20px;
    width: 20px;
  }

  .subheads {
    font-size: 17px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ptexts {
    font-size: 28px;
  }

  .card {
    height: 165px;
  }

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

  .subheads {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media(min-width:432px) and (max-width:624px) {
  .cardslay {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subheads {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .card {
    height: 165px;
  }

  .singlecard {
    width: 50px;
    height: 50px;
  }

  .dashicons {
    height: 20px;
    width: 20px;
  }
}

@media (min-width: 432px) {
  .dashtoptext {
    display: none;
  }
}

@media (max-width: 431px) {
  .cards {
    max-width: calc(100vw - 40px);
    margin-bottom: 35px;
  }

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

  .cardslay .card:last-child {
    grid-column: span 2;
    /* Make the last card span full width on mobile */
  }

  .singlecard {
    width: 44px;
    height: 44px;
    border-radius: 6px;
  }

  .dashicons {
    width: 24px;
    height: 24px;
  }

  .card {
    padding: 14px;
    height: 157px;
  }

  .subheads {
    font-size: 14px;
    font-family: "Switzer Regular";
    font-weight: 500;
    line-height: 21.12px;
    margin-top: 15px;
  }

  .dashboarddark.dark .toptextspan {
    color: white;
  }
}

@media (max-width: 421px) {
  .cards {
    width: 100%;
  }

  .subheads {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .toptext {
    font-size: 14px;
  }

  .toptextspan {
    font-size: 18px;
  }
}

@media (max-width: 403px) {
  .cards {
    width: 359px;
  }

  .card {
    height: 153px;
  }

  .mainheadss {
    font-size: 22px;
  }

  .subheads {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .ptexts {
    font-size: 30px;
  }

  .toptext {
    font-size: 13px;
  }

  .toptextspan {
    font-size: 17px;
  }
}

@media(max-width:395px) {
  .subheads {
    font-size: 13px;
  }
}

@media (max-width: 376px) {
  .cards {
    width: 345px;
  }

  .subheads {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .toptext {
    font-size: 12px;
  }

  .toptextspan {
    font-size: 16px;
  }
}

@media (max-width: 361px) {
  .cards {
    width: 328px;
  }

  .subheads {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .toptext {
    font-size: 11px;
  }

  .toptextspan {
    font-size: 15px;
  }
}

@media (max-width: 359px) {
  .subheads {
    font-size: 11px;
  }
}.regcompany {
  font-family: 'Switzer SemiBold';
  font-size: 24px;
  color: #25282B;
  
  line-height: 31.68px;
  padding: 1.25rem;
}

.companytable {
  border-color: #E9E9E9;
  max-height: 537px;
  overflow: hidden;
}

.theads {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fafafa;
  height: 30px;
}

.tableheading {
  font-family: "Switzer Light";
  font-weight: 400;
  color: #677487;
  font-size: 14px;
  line-height: 21px;
  height: 21px;
  padding: 0px 20px;
}

.tableheadingsl {
  text-align: center;
}

.data {
  padding: 15px 20px;
  border-bottom: 1px solid #e9e9e9;
  font-family: "Switzer Regular";
  font-weight: 500;
  color: #25282b;
  font-size: 14px;
  line-height: 21px;
}

.index {
  font-weight: 400;
  text-align: center;
  font-family: "Switzer Light";
  color: #677487;
  font-size: 12px;
  line-height: 18px;
}

.time {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.activestates {
  background-color: #dcfce7;
  color: #24D6A5;
}

.blockedstates {
  background-color: #fee2e2;
  color: #F36643;
}

.cmytble:hover {
  background-color: #f3f4f6;
}

.status {
  padding: 5px 8px;
  border-radius: 4px;
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.table-container {
  max-height: 541px;
  overflow-y: auto;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #dbdbdb #f5f5f5;
}
.nocmy {
  color: #25282B;
  font-family: "Switzer Regular";
}
.companytable.dark .nocmy {
  color: white;
  font-family: "Switzer Regular";
}


.companytable.dark {
  border-color: #343434;
}

.companytable.dark .regcompany {
  color: white;
}

.companytable.dark .theads {
  background-color: #1C1C24;
}

.companytable.dark .data {
  border-bottom: 1px solid #343434;
  color: #D4D7DA;
}

.companytable.dark .cmytble:hover  {
 background-color: rgb(14, 14, 14);
}

.companytable.dark .blockedstates {
 background-color: #E310101C;
 color: #E13F23;
}

.companytable.dark .activestates {
 background-color: #36DDAE1C;
 color: #36DDAE;
}

.companytable.dark .table-container {
  scrollbar-width: thin;
  scrollbar-color: #373737 #1C1C24;
}








@media (min-width: 432px) {
  .headingdate, .tabledateres {
    display: none;
  }
}

@media (max-width: 431px) {
  .cmytble:hover {
    background-color: transparent;
  }
  .companytable.dark .cmytble:hover {
    background-color: transparent;
  }
  .companytable {
    width: 100%;
    margin-bottom: 15px;
  }
  .regcompany {
    width: 70%;
    line-height: 30px;
  }

  .headdate,
  .tabledate {
    display: none;
  }
  .tableheading {
    font-family: "Switzer Light";
    font-weight: 400;
    color: #677487;
    font-size: 13px;
    line-height: 21px;
    padding: 0px 10px;
    border-right: 1px solid #E9E9E9;
    margin-top: 0px; 
  }
  .tableheading:last-child {
    border-right: none;
  }
  .dashtable {
    border-collapse: separate; 
    /* width: 100%; */
    border-spacing: 0;
  }
  .theads {
    background-color: #F7F7F7;
  }
  .data {
    padding: 10px;
    border-bottom: none;
    line-height: 17px;
  }
  .tableheadingsl {
    padding-left: 16px;
  }
  .headingname {
    display: none;
  }
  .headingdate {
    width: 100%; 
  }
  .tabledateres {
    background-color: #F4F7FB;
    height: auto;
    /* width: 90%; */
    font-family: "Switzer Regular";
    font-size: 13px;
    font-weight: 500;
    line-height: 18.48px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 4.5px;
    padding-right: 4.5px;
    margin-top: 7px;
    color: #677487;
    display: flex;
    flex-direction: column !important;
    
  }
  .borderright {
    height: 10px;
    width: 0.08rem;
    align-self: center;
    background-color: #677487;
    margin-left: 5px;
    display: none;
    
}
.tabledatespan {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 11px;
  margin-left: 0px !important;
}

.companytable.dark .rightborder {
  border-right: 1px solid #343434;
}
.companytable.dark .tabledateres {
  background-color: #1C1C24;
}
}

@media (max-width:430px) {
  .regcompany {
    width: 80%;
    line-height: 29px;
  }
  .tableheading {
    font-family: "Switzer Light";
    font-weight: 400;
    color: #677487;
    font-size: 13px;
    line-height: 21px;
    padding: 0px 9px;
    border-right: 1px solid #E9E9E9;
    margin-top: 0px; 
  }
  .data {
    padding: 9px;
    line-height: 17px;
    
  }
  .tableheadingsl {
    padding-left: 15px;
  }
  .tabledateres {
    background-color: #F4F7FB;
    height: auto;
    /* width: 90%; */
    font-family: "Switzer Regular";
    font-size: 12px;
    font-weight: 500;
    line-height: 18.48px;
    padding: 4.5px;
    margin-top: 7px;
    color: #677487;
    display: flex;
  }


}

@media (max-width:421px) {
  .tabledateres {
    background-color: #F4F7FB;
    height: auto;
    /* width: 90%; */
    font-family: "Switzer Regular";
    font-size: 13px;
    font-weight: 500;
    line-height: 18.48px;
    padding: 4.5px;
    margin-top: 7px;
    color: #677487;
    display: flex;
  }
  .tabledatespan {
    font-family: "Switzer Light";
    font-weight: 400;
    font-size: 11px;
    margin-left: 5px;
  }
  .data {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width:416px) {
  .tableheading {
    font-size: 12px;
    padding: 0px 12px;
  }
  .data {
    font-size: 12px;
    line-height: 15px;
  }
  .tabledateres {
    background-color: #F4F7FB;
    height: auto;
    width: 90%;
    font-family: "Switzer Regular";
    font-size: 11px;
    font-weight: 500;
    line-height: 17.48px;
    padding: 4.5px;
    margin-top: 6px;
    color: #677487;
    display: flex;
  }
  .tabledatespan {
    font-family: "Switzer Light";
    font-weight: 400;
    font-size: 10px;
    margin-left: 5px;
  }
  .tableheading {
    font-family: "Switzer Light";
    font-weight: 400;
    color: #677487;
    font-size: 12px;
    line-height: 21px;
    padding: 0px 9px;
    border-right: 1px solid #E9E9E9;
    margin-top: 0px; 
  }
}

@media (max-width:401px) {
  .data {
    font-size: 12px;
    line-height: 14px;
  }
  .tabledateres {
    background-color: #F4F7FB;
    height: auto;
    width: 91%;
    font-family: "Switzer Regular";
    font-size: 11px;
    font-weight: 500;
    line-height: 17.48px;
    padding: 4.5px;
    margin-top: 6px;
    color: #677487;
    display: flex;
  }
  .tabledatespan {
    font-family: "Switzer Light";
    font-weight: 400;
    font-size: 10px;
    margin-left: 5px;
  }
}

@media (max-width:395px) {
  .tabledateres {
    background-color: #F4F7FB;
    height: auto;
    width: 97%;
    font-family: "Switzer Regular";
    font-size: 11px;
    font-weight: 500;
    line-height: 17.48px;
    padding: 4.5px;
    margin-top: 6px;
    color: #677487;
    display: flex;
  }
  .tabledatespan {
    font-family: "Switzer Light";
    font-weight: 400;
    font-size: 10px;
    margin-left: 5px;
  }
  .data {
    font-size: 11px;
    line-height: 14px;
  }
}

@media (max-width:379px) {
  .tabledateres {
    font-size: 10px;
  }
  .tabledatespan {
    font-size: 9px;
  }
}

@media (max-width:377px) {
  .tabledateres {
    background-color: #F4F7FB;
    height: auto;
    /* width: 89%; */
    font-family: "Switzer Regular";
    font-size: 10px;
    font-weight: 500;
    line-height: 17.48px;
    padding: 4.5px;
    margin-top: 6px;
    color: #677487;
    display: flex;
  }
  .tableheading {
    font-size: 10.5px;
  }
}

@media (max-width:367px) {
  .tabledateres {
    width: 100%;
    font-size: 9px;
  }
  .tabledatespan {
    font-size: 9px;
  }
}

@media (max-width:360px) {
    .tabledateres {
      background-color: #F4F7FB;
      height: auto;
      /* width: 90%; */
      font-family: "Switzer Regular";
      font-size: 9px;
      font-weight: 500;
      line-height: 17.48px;
      padding: 4.5px;
      margin-top: 6px;
      color: #677487;
      display: flex;
    }
    .tabledatespan {
      font-family: "Switzer Light";
      font-weight: 400;
      font-size: 8px;
      margin-left: 5px;
    }
    .tableheading {
      font-size: 10px;
      line-height: 20px;
     
    }
    .regcompany {
      width: 80%;
      line-height: 30px;
    }
}









.recent-activities {
  height: 100%;
  border: 1px solid #e9e9e9;
}

.recent-activities .recenthead {
  top: 0;
  background-color: white;
  border-radius: 8px;
  padding: 20px 20px;
  line-height: 31.68px;
  width: 100%;
  font-family: "Switzer SemiBold";
  font-size: 24px;
  color: #25282b;
}

.recent-activities .arrownotactive {
  filter: brightness(0) saturate(100%) invert(93%) sepia(1%) saturate(131%) hue-rotate(314deg) brightness(98%) contrast(88%);
}
.recent-activities .arrowactive {
  filter: brightness(0) saturate(100%) invert(14%) sepia(5%) saturate(878%) hue-rotate(169deg) brightness(93%) contrast(94%);
}

.recent-activities .text-black {
  font-size: 16px;
  color: black;
}

.recent-activities .border-b-2 {
  border-bottom: 2px solid #000;
}

.expirydatesactive {
  font-family: "Switzer SemiBold";
  font-size: 16px;
  line-height: 20px;
  border-bottom: 3px solid #1e4da1;
  border-top: 3px solid transparent;
  color: #1e4da1;
  padding-bottom: 2px;
  outline: none;
}

.expirydatesInactive {
  font-family: "Switzer Regular";
  font-size: 14px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  line-height: 20px;
  color: #677487;
  padding-bottom: 2px;
}

.expirydaystab {
  padding: 3px 24px;
}

.activitytabs {
  min-height: 70px;
  background-color: white;
  border: 1px solid #e9e9e9;
  box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.1);
  cursor: pointer;
  margin-top: 8px;
}
.activitytabs:hover {
  background-color: #f3f4f6;
}

.recentactivitythead {
  font-family: "Switzer Regular";
  color: #677487;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #e9e9e9;
}

.recentactivityheadclass {
  height: 35px;
}
.recentactivitydataclass {
  height: 35px;
}

.idtext {
  font-family: "Switzer Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #25282b;
}

.cmytext {
  font-family: "Switzer Regular";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #25282b;
}
.expirydaystabs {
  border-bottom: 1px solid #e9e9e9;
}
.paginateactive {
  color: #1e4da1;
  font-family: "Switzer Medium";
}
.paginateInactive {
  color: #898989;
  font-family: "Switzer Medium";
}

.recent-activities.dark {
  border: 1px solid #343434;
}
.recent-activities.dark .recenthead {
  background-color: #13131a;
  color: white;
}
.recent-activities.dark .expirydaystabs {
  border-bottom: 1px solid #13131a;
}
.recent-activities.dark .expirydatesactive {
  border-bottom: 3px solid white;
  color: white;
}
.recent-activities.dark .activitytabs {
  background-color: #1c1c24;
  border: 1px solid #343434;
  box-shadow: 1px 1px 50px rgba(105, 105, 105, 0.03);
}
.recent-activities.dark .recentactivitythead {
  border-bottom: 1px solid #343434;
}
.recent-activities.dark .idtext {
  color: white;
}
.recent-activities.dark .cmytext {
  color: white;
}
.recent-activities.dark .paginateactive {
  color: #2258b6;
}
.recent-activities.dark .arrownotactive {
  filter: brightness(0) saturate(100%) invert(11%) sepia(12%) saturate(505%) hue-rotate(169deg) brightness(92%) contrast(87%);
}
.recent-activities.dark .arrowactive {
  filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(491%) hue-rotate(72deg) brightness(116%) contrast(73%);
}
.recent-activities.dark .activitytabs:hover {
  background-color: rgb(14, 14, 14);
}
.pagenoactive {
  color: #1E4DA1;
  font-family: 'Switzer Medium';
  font-size: 13px;
  text-decoration-line: underline;
}
.recent-activities.dark .pagenoactive {
  color: white;
}
.pagenonotactive {
  color: #898989;
  font-family: 'Switzer Medium';
  font-size: 13px;
}
.recent-activities.dark .pagenonotactive {
  color: #898989;
}
.paginationno {
  color: #1E4DA1;
}
.recent-activities.dark .paginationno {
  color: white;
}

@media (max-width: 431px) {
  .activitytabs:hover {
    background-color: transparent;
  }
  .recent-activities.dark .activitytabs:hover {
    background-color: transparent;
  }
  .recent-activities {
    width: 100%;
    margin-bottom: 5rem;
    height: auto;
  }
  .recent-activities .recenthead {
    margin-bottom: 0px;
    padding-bottom: 10px;
    width: 60%;
  }
  .expirydaystab {
    padding: 0px 9px;
  }
  .activitytabs {
    margin-top: 10px;
  }
  .expirydatesactive {
    font-size: 15px;
  }
  .expirydatesInactive {
    font-size: 13px;
  }
  .recentactivitythead {
    font-size: 13px;
  }
}

@media (max-width: 407px) {
  .expirydatesactive {
    font-size: 14px;
  }
  .expirydatesInactive {
    font-size: 12px;
  }
  .idtext {
    font-size: 13px;
  }
  .cmytext {
    font-size: 13px;
  }
  .recentactivitythead {
    font-size: 12px;
  }
}

@media (max-width: 391px) {
  .expirydatesactive {
    font-size: 13px;
  }
  .expirydatesInactive {
    font-size: 11px;
  }
  .idtext {
    font-size: 12px;
  }
  .cmytext {
    font-size: 12px;
  }
  .recentactivitythead {
    font-size: 11px;
  }
}

@media (max-width: 361px) {
  .expirydatesactive {
    font-size: 12px;
  }
  .expirydatesInactive {
    font-size: 10px;
  }
  .idtext {
    font-size: 11px;
  }
  .cmytext {
    font-size: 11px;
  }
}
.main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-color: #e9e9e9;
}

.cmpilisthead {
  padding: 20px;
  font-family: "Switzer SemiBold";
  font-size: 24px;
  line-height: 27.77px;
  color: #25282b;
}

.search {
  width: 266px;
  height: 40px;
  padding: 0px 10px;
  border-color: #e9e9e9;
}

.search::-moz-placeholder {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 14px;
  color: #898989;
}

.search::placeholder {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 14px;
  color: #898989;
}

.topbtn {
  font-family: "Switzer Light";
  font-weight: 400;
  line-height: 20px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.addcmpny {
  width: 169px;
  height: 40px;
  color: white;
  background-color: #1bc194;
}

.excsv {
  width: 134px;
  height: 40px;
}

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

.table-auto {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
}

.comhead {
  height: 52px;
}
.tblrows {
  height: 75px;
}

.c_logo {
  padding: 0;
}

.toggle {
  width: 27px;
  /* height: 15px; */
}

.bar {
  width: 11px;
  height: 11px;
}

.translate-x-2 {
  transform: translateX(0.6rem);
  background-color: white;
}

.translate-x-0 {
  transform: translateX(-0.1rem);
  background-color: white;
}

.pagination {
  font-family: "Switzer Regular";

  line-height: 18.48px;
  font-size: 14px;
  color: rgb(138, 148, 162);
}
.pagenocom {
  font-family: "Switzer Regular";
  font-weight: 500;
  font-size: 13px;
  color: #1e4da1;
  text-decoration-line: underline;
}
.paginationmob.dark .pagenocom {
  color: white;
}
.pagenonotcom {
  color: #898989;
  font-size: 13px;
}
.paginationmob.dark .pagenonotcom {
  color: #898989;
}

.companieslist {
  border-collapse: collapse;
  width: 100%;
}

.listheads {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 30px;
  border-top: 1px solid #e9e9e9;
}
.companiesthead {
  font-family: "Switzer Regular";
  font-weight: 400;
  font-size: 12px;
  color: #677487;
  line-height: 13.88px;
  height: 21px;
  padding: 10px 15px;
}

.companiesdata {
  padding: 15px 15px;
  font-family: "Switzer Regular";
  font-size: 12px;
  text-align: start;

  line-height: 18px;
  color: #677487;
}
.companiesdatasl {
  padding: 15px 15px;
  font-family: "Switzer Regular";
  font-size: 12px;
  text-align: center;

  line-height: 18px;
  color: #677487;
}
.comperdata {
  padding-left: 0px;
}

.blockk {
  width: 55px !important;
  text-align: center;
}
.blocks {
  padding: 2px 6px;
  font-family: "Switzer Light";
  font-weight: 400;
}
.companiestheadlogo {
  font-family: "Switzer Regular";
  font-weight: 400;
  font-size: 12px;
  color: #677487;
  line-height: 21px;
}
.compnyname {
  width: 350px;
}

.compnyemail {
  width: 230px;
}
.compnyper {
  padding: 10px 10px 10px 0px;
}
.tblrows {
  border-bottom: 1px solid #e9e9e9;
}
.tblrows:hover {
  background-color: #f3f4f6;
}
.tblrows:last-child {
  border-bottom: none;
}
.companiesactivestate {
  background-color: #dcfce7;
  color: #24d6a5;
}
.companiesblockstate {
  background-color: #fee2e2;
  color: #f36643;
}

.mobhead {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 12px;
  line-height: 13.88px;
  padding-bottom: 3px;
  color: #677487;
}
.mobdata {
  font-family: "Switzer Regular";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #25282b;
}
/* .mobcmpyadmin,
.mobcmpyphone {
  padding-top: 5px;
} */
.mobemaildiv {
  padding-top: 10px;
}

.mobactions {
  padding-top: 15px;
}
.comadminname {
  width: 150px;
}
.mobicon {
  margin-top: 5px;
}
.mobviewicon {
  margin-top: 8px;
}
.topbtns {
  display: flex;
}

.toggleblock {
  background-color: #f36643;
}
.toggleactive {
  background-color: #1bc194;
}

.comhead {
  background-color: #f7f7f7;
  border-color: #e9e9e9;
}

.main.dark {
  border-color: #343434;
}

.main.dark .cmpilisthead {
  color: white;
}

.main.dark .search {
  background-color: #13131a;
  border-color: #343434;
  color: #677487;
}

.main.dark .search::-moz-placeholder {
  color: #677487;
}

.main.dark .search::placeholder {
  color: #677487;
}

.main.dark .listserachicon {
  filter: brightness(0) saturate(100%) invert(49%) sepia(22%) saturate(386%)
    hue-rotate(176deg) brightness(86%) contrast(82%);
}

.main.dark .addcmpny {
  color: #0d0d0d;
  background-color: #1fd8a3;
}
.main.dark .addcmpny:hover {
  background-color: #11a87d;
}

.main.dark .addcmpny img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(7489%)
    hue-rotate(111deg) brightness(98%) contrast(91%);
}

.main.dark .listheads {
  border-top: 1px solid #232323;
}

.main.dark .comhead {
  background-color: #1c1c24;
}

.main.dark .companiesthead {
  color: #adadad;
}

.main.dark .companiestheadlogo {
  color: #adadad;
}

.main.dark .tblrows {
  border-bottom: 1px solid #343434;
}
.main.dark .tblrows:last-child {
  border-bottom: none;
}

.main.dark .comhead {
  border-color: #232323;
}

.main.dark .tblrows:hover {
  background-color: rgb(14, 14, 14);
}

.main.dark .companiesdata,
.main.dark .companiesdatasl {
  color: white;
}

.main.dark .companiesactivestate {
  background-color: #36ddae1c;
  color: #36ddae;
}

.main.dark .companiesblockstate {
  background-color: #e13f231c;
  color: #e13f23;
}

.main.dark .darkthemebtn {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(120deg) brightness(106%) contrast(101%);
}

.main.dark .toggleblock {
  background-color: #e13f23;
}

.main.dark .toggleactive {
  background-color: #1ed7a6;
}

.main.dark .translate-x-2 {
  background-color: #0d0d0d;
}
.paginationmob .arrowblocked {
  filter: brightness(0) saturate(100%) invert(81%) sepia(4%) saturate(345%)
    hue-rotate(177deg) brightness(107%) contrast(88%);
}
.paginationmob.arrowactived {
  color: #25282b;
}

.paginationmob.dark .arrowblocked {
  filter: brightness(0) saturate(100%) invert(9%) sepia(9%) saturate(906%)
    hue-rotate(169deg) brightness(91%) contrast(82%);
}
.paginationmob.dark .arrowactived {
  filter: brightness(0) saturate(100%) invert(99%) sepia(27%) saturate(1134%)
    hue-rotate(176deg) brightness(91%) contrast(87%);
}

.activesubplantext {
  background-color: #daf8ff;
  border-radius: 3px;
  margin-top: 5px;
  padding: 2px 7px;
}
.activesubplantexttext {
  color: #12809f;
  font-family: "Switzer Regular";
  font-size: 12px;
  line-height: 16px;
}
.expire-on-text {
  border-radius: 3px;
  color: #fea354;
  background-color: #ffefe2;
  font-family: "Switzer Regular";
  font-size: 12px;
  line-height: 16px;
  padding: 3px 7px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expired-text {
  border-radius: 3px;
  color: #ff7f7f;
  background-color: #fef2f2;
  font-family: "Switzer Regular";
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  padding: 3px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main.dark .activesubplantext {
  background-color: #022c37;
}
.main.dark .expire-on-text {
  background-color: #2d1501;
}
.main.dark .expired-text {
  background-color: #e13f231c;
  color: #b3331d;
}
.main.dark .activesubplantexttext {
  color: #23b8e1;
}
.main.dark .expire-on-text {
  color: #e17c23;
}
.inactivesubtext {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  border-radius: 3px;
  background-color: #fef2f2;
  text-align: left;
  padding: 2px 7px;
  margin-top: 5px;
}
.inactivesubtexttext {
  color: #ff7f7f;
  font-family: "Switzer Regular";
  font-size: 12px;
  line-height: 16px;
}
.main.dark .inactivesubtext {
  background-color: #e13f231c;
}
.main.dark .inactivesubtexttext {
  color: #b3331d;
}

.paginationnorecent {
  color: #1e4da1;
}
.paginationmob.dark .paginationnorecent {
  color: white;
}



@media (min-width: 1100px) {
  .dropdown-imgtab {
    display: none;
  }
}

@media (min-width: 501px) and (max-width: 1100px) {
  .tabview,
  .cmpyadminnametab {
    display: none;
  }
  .navcomitems {
    display: flex;
    margin: auto;
    gap: 40px;
  }
  .cmpilisthead {
    padding-bottom: 0px;
  }
  .dropheadtab {
    justify-self: end;
    padding-right: 60px;
  }
    .bgarrowtab {
      background-color: #dedede;
      border-radius: 100%;
      width: 23px;
      height: 23px;
      margin: 30px 20px 20px 20px;
      display: flex;
      align-content: center;
      justify-content: center;
      transition: background-color 0.3s ease;
    }
  .bgarrowtab.active {
    background-color: #254396;
  }
  .dropdown-imgtab {
    transition: transform 0.3s ease;
    width: 10px;
  }
  .dropdown-imgtab.rotated {
    transform: rotate(180deg);
  }
  .companiesdata {
    font-size: 11px;
  }
  .dropdownlist {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 15px;
    padding-top: 10px;
  }
  .mobactions {
    padding-left: 50px;
    padding-right: 50px;
  }
  .dropdown-row .dropdownlist {
    border-bottom: 1px solid #e5e5e5;
  }
  .tblrows.no-border {
    border-bottom: none;
  }
  .companiesdata {
    padding-right: 0px;
  }
  .mobdata {
    font-size: 12px;
  }
  .mobhead {
    font-size: 11px;
  }
  .recent-activities .accards {
    margin: 10px 0px;
  }

  .companiestheadlogo {
    width: 100px;
  }
  .inactivesubtexttext, .activesubplantexttext, .expire-on-text, .expired-text {
    font-size: 10px; 
}
.compnyname, .companydataname {
  width: 350px;
  padding-left: 25px;
}
.main.dark .bgarrowtab {
  background-color: #1c1c24;
}
.main.dark .bgarrowtab.active  {
  background-color: #1e84af;
}
.main.dark .tblrows:hover {
  background-color: transparent;
}
.mobhead {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 12px;
  line-height: 13.88px;
  padding-bottom: 3px;
  color: #677487;
}
.main.dark .mobhead {
  color: #677487;
}
.main.dark .mobdata {
  color: white;
}
.mobtoggleblock {
  background-color: #f36643;
}
.mobtoggleactive {
  background-color: #1bc194;
}
.mobstatusactive {
  background-color: #dcfce7;
  color: #24d6a5;
}
.mobstatusInactive {
  background-color: #fee2e2;
  color: #F36643;
}
.main.dark .mobstatusactive {
  background-color: #36ddae1c;
  color: #36ddae;
}
.main.dark .mobstatusInactive {
  background-color: #e13f231c;
  color: #e13f23;
}
.main.dark .darkthememob  {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(265deg) brightness(105%) contrast(108%);
}
.main.dark .dropdown-row .dropdownlist {
  border-bottom: 1px solid #343434;
}
.tblrows.no-border {
  border-bottom: none;
}
.main.dark .tblrows.no-border {
  border-bottom: none;
}
.dropdown-row:last-child td {
  border: none;
}
.main.dark .dropdown-row:last-child td {
  border: none;
}
.mobresactions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

}














@media (min-width: 501px) and (max-width: 769px) {
  .search {
    width: 200px;
  }
}

@media (min-width: 432px) {
  .drophead,
  .bgarrow,
  .addcmpymob {
    display: none;
  }
}

@media (max-width: 431px) {
  .nodisplayhead,
  .dropheadtab,
  .nodisplaydata,
  .addnewcmpy,
  .dropdown-imgtab {
    display: none;
  }
  .navcomitems {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .topbtns {
    display: flex;
  }
  .cmpilisthead {
    padding-bottom: 0px;
  }
  .search {
    width: 100%;
    margin-bottom: 15px;
  }
  .listserachicon {
    translate: 0px -6px;
  }
  .excsv {
    order: 2;
    width: 100%;
  }
  .addcmpny {
    order: 1;
    width: 100%;
  }
  .companiestheadlogo {
    width: 85px;
    height: 28.81px;
  }
  .comhead {
    height: 32px;
  }
  .compnyname {
    width: 60%;
    padding: 10px 30px;
  }
  .drophead {
    justify-self: end;
    padding-right: 20px;
  }
  .bgarrow {
    background-color: #dedede;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    margin-top: 15px;
    margin-right: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  }
  .bgarrow.active {
    background-color: #254396;
  }

  .dropdown-img {
    transition: transform 0.3s ease;
  }

  .dropdown-img.rotated {
    transform: rotate(180deg);
  }
  .dropdown-row .dropdownlist {
    border-bottom: 1px solid #e5e5e5;
  }
  .dropdown-row:last-child td {
    border: none;
  }
  .tblrows {
    height: 75px;
  }
  .tblrows.no-border {
    border-bottom: none;
  }
  .main.dark .tblrows.no-border {
    border-bottom: none;
  }
  .companiesdatasl {
    font-family: "Switzer Regular";
    padding-right: 25px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #25282b;
  }
  .companydataname {
    font-family: "Switzer Regular";
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #25282b;
    padding-right: 5px;
  }
  .dropdownlist {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
  }
  .companiestheadsl {
    padding-right: 25px;
  }
  .pagination,
  .pageswipe {
    font-size: 13px;
  }
  .companydataname {
    padding-left: 15px;
  }
  .compnyname {
    padding: 10px 22px;
  }
  .companiestheadsl {
    padding-right: 20px;
  }
  .companiesdatasl {
    padding-right: 15px;
  }
  .paginationmob {
    margin-bottom: 5rem;
  }
  .main.dark .tblrows:hover {
    background-color: transparent;
  }
  .main.dark .bgarrow {
    background-color: #1c1c24;
  }
  .main.dark .bgarrow.active {
    background-color: #1e84af;
  }
  .main.dark .mobdata {
    color: white;
  }
  .mobstatusactive {
    background-color: #dcfce7;
    color: #24d6a5;
  }
  .mobstatusInactive {
    background-color: #fee2e2;
    color: #F36643;
  }
  .main.dark .mobstatusactive {
    background-color: #36ddae1c;
    color: #36ddae;
  }
  .main.dark .mobstatusInactive {
    background-color: #e13f231c;
    color: #e13f23;
  }
  .main.dark .darkthememob img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7500%)
      hue-rotate(205deg) brightness(123%) contrast(93%);
  }
  .mobtoggleblock {
    background-color: #f36643;
  }
  .mobtoggleactive {
    background-color: #1bc194;
  }
  .main.dark .mobtoggleblock {
    background-color: #e13f23;
  }
  .main.dark .mobtoggleactive {
    background-color: #1ed7a6;
  }
  .main.dark .dropdown-row .dropdownlist {
    border-bottom: 1px solid #343434;
  }
  .main.dark .dropdown-row:last-child td {
    border: none;
  }
  .activesubplantext {
    background-color: #daf8ff;
    border-radius: 3px;
    margin-top: 5px;
    padding: 2px 7px;
  }
  .activesubplantexttext {
    color: #12809f;
    font-family: "Switzer Regular";
    font-size: 10px;
    line-height: 16px;
  }
  .expire-on-text {
    background-color: #ffefe2;
    border-radius: 3px;
    margin-top: 5px;
    padding: 2px 7px;
    color: #fea354;
    font-family: "Switzer Regular";
    font-size: 10px;
    line-height: 16px;
  }
  .expired-text {
    background-color: #fef2f2;
    border-radius: 3px;
    margin-top: 5px;
    padding: 2px 7px;
    color: #ff7f7f;
    font-family: "Switzer Regular";
    font-size: 10px;
    line-height: 16px;
  }
  .inactivesubtexttext {
    color: #ff7f7f;
    font-family: "Switzer Regular";
    font-size: 10px;
    line-height: 16px;
  }

  .activeplan {
    gap: 4px;
  }
  .tblrows:hover {
    background-color: transparent;
  }
    .mobresactions {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
}

@media (max-width: 416px) {
  .companydataname {
    padding-left: 15px;
  }
  .compnyname {
    padding: 10px 15px;
  }
  .companiestheadsl {
    padding-right: 20px;
  }
  .companiesdatasl {
    padding-right: 13px;
  }
  .mobdata {
    font-size: 13px;
  }
  .paginationmob {
    margin-bottom: 4rem;
  }
  .companiestheadlogo {
    width: 70px;
    height: 28px;
  }
}
@media (max-width: 406px) {
  .activesubplantexttext {
    color: #12809f;
    font-family: "Switzer Regular";
    font-size: 9px;
    line-height: 16px;
  }
  .expire-on-text {
    color: #fea354;
    font-family: "Switzer Regular";
    font-size: 9px;
    line-height: 16px;
  }
  .expired-text {
    color: #ff7f7f;
    font-family: "Switzer Regular";
    font-size: 9px;
    line-height: 16px;
  }
  .inactivesubtexttext {
    color: #ff7f7f;
    font-family: "Switzer Regular";
    font-size: 9px;
    line-height: 16px;
  }
  .companiestheadlogo {
    width: 60px;
  }
}

@media (max-width: 401px) {
  .mobdata {
    font-size: 13px;
  }
  .companydataname {
    font-size: 13px;
  }
  .paginationmob {
    margin-bottom: 4rem;
  }
}

@media (max-width: 385px) {
  .mobdata {
    font-size: 12px;
  }
  .companydataname {
    font-size: 12px;
    padding-left: 16px;
  }
  .paginationmob {
    margin-bottom: 4rem;
  }
  .activesubplantexttext {
    color: #12809f;
    font-family: "Switzer Regular";
    font-size: 8px;
    line-height: 16px;
  }
  .expire-on-text {
    color: #fea354;
    font-family: "Switzer Regular";
    font-size: 8px;
    line-height: 16px;
  }
  .expired-text {
    color: #ff7f7f;
    font-family: "Switzer Regular";
    font-size: 8px;
    line-height: 16px;
  }
  .inactivesubtexttext {
    color: #ff7f7f;
    font-family: "Switzer Regular";
    font-size: 8px;
    line-height: 16px;
  }
  .companiestheadlogo {
    width: 22%;
  }
}
@media (max-width: 374px) {
  .companiestheadlogo {
    width: 19%;
  }
}
@media (max-width: 364px) {
  .companiestheadlogo {
    width: 17%;
  }
}
@media (max-width: 361px) {
  .companiestheadlogo {
    width: 17%;
  }
}
@media (max-width: 359px) {
  .activesubplantexttext {
    color: #12809f;
    font-family: "Switzer Regular";
    font-size: 8px;
    line-height: 16px;
  }
  .expire-on-text {
    color: #fea354;
    font-family: "Switzer Regular";
    font-size: 8px;
    line-height: 16px;
  }
  .expired-text {
    color: #ff7f7f;
    font-family: "Switzer Regular";
    font-size: 8px;
    line-height: 16px;
  }
  .inactivesubtexttext {
    color: #ff7f7f;
    font-family: "Switzer Regular";
    font-size: 8px;
    line-height: 16px;
  }
  .companiestheadlogo {
    width: 16%;
  }
}

/* .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease-in-out;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
  animation: scaleIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
} */

/* .modal-actions {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.cancel-btn {
  background-color: #eae7e7;
  color: #333;
}

.confirm-btn {
  background-color: #ff4d4d;
  color: white;
}
.confirm-btn:hover {
  background-color: #ec2a2a;
  color: white;
} */
/* modal.css */

.modal-overlays {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modals {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #25282b;
  border-radius: 8px;
  padding: 20px;
  width: 414px;
  min-height: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.modal-contents.dark .confirmations {
  color: white;
}
.modals.dark {
  background-color: #1c1c24;
}

.confirmations {
  font-family: "Switzer Light";
  font-size: medium;
}

.modal-contents {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.modal-actionss {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 20px;
}

.btn-cancels,
.btn-confirms,
.btn-restores {
  padding: 8px 16px;
  border: none;
  font-family: "Switzer Light";
  border-radius: 5px;
  cursor: pointer;
}

.btn-cancels {
  background-color: #AAAAAA;
  color: white;
}

.btn-confirms {
  background-color: #F9291F;
  color: white;
}

.btn-restores {
  background-color: #1E84AF;
  color: white;
}

.btn-cancels:hover {
  background-color: #858585;
}
.btn-confirms:hover {
  background-color: #b80900;
}
.btn-restores:hover {
  background-color: #106a91;
}
/* modal.css */

.block-cmy-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.block-cmy-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #25282b;
  border-radius: 8px;
  padding: 20px;
  width: 414px;
  min-height: 280px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.block-cmy-modal-content.dark .block-cmy-confirmation {
  color: white;
}
.block-cmy-modal.dark {
  background-color: #1c1c24;
}

.block-cmy-confirmation {
  font-family: "Switzer Light";
  font-size: medium;
}

.block-cmy-modal-content {
  text-align: center;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.block-cmy-modal-actions {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.block-cmy-btn-cancel,
.block-cmy-btn-confirm {
  padding: 8px 16px;
  border: none;
  font-family: "Switzer Light";
  border-radius: 5px;
  cursor: pointer;
}

.block-cmy-btn-cancel {
  background-color: #aaaaaa;
  color: white;
}

.block-cmy-btn-confirm {
  background-color: #f9291f;
  color: white;
}

.block-cmy-btn-cancel:hover {
  background-color: #858585;
}
.block-cmy-btn-confirm:hover {
  background-color: #b80900;
}
.addmaincmpy {
  border: 1px solid #e9e9e9;
}
.addmaincmpy.dark {
  border: 1px solid #343434;
}
.addcmyform {
  background-color: white;
  border-radius: 8px;
}
.addmaincmpy.dark .addcmyform {
  background-color: #13131a;
}
.addcmpnyhead {
  margin-bottom: 35px;
  font-family: "Switzer SemiBold";
  font-size: 24px;
  line-height: 27.77px;
  color: #25282b;
}
.addmaincmpy.dark .addcmpnyhead {
  color: white;
}

.head {
  font-family: "Switzer Regular";
  font-weight: 500;
  font-size: 18px;
  line-height: 20.83px;
  margin-bottom: 10px;
}

label {
  font-family: "Switzer Regular";
  font-weight: 400;
  font-size: 14px;
  color: #25282b;
}
.addmaincmpy.dark label {
  color: #d4d7da;
}

.addcmyinputs {
  border-radius: 4px;
  height: 44px;
  padding: 0px 15px;
  margin-top: 8px;
  margin-bottom: 6px;
  border: 1px solid #e9e9e9;
}
.addmaincmpy.dark .addcmyinputs {
  border: 1px solid #343434;
  background-color: #13131a;
  color: white;
}
.choosefile {
  border: 1px solid #e9e9e9;
}
.addmaincmpy.dark .choosefile {
  border: 1px solid #343434;
}
.noupfile {
  color: #d2d2d2;
}
.addmaincmpy.dark .noupfile {
  color: #393939;
}
.upfile {
  color: black;
}
.addmaincmpy.dark .upfile {
  color: white;
}

.submits {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 30px;
  background-color: #1e4da1;
  color: white;
}
.addmaincmpy.dark .submits {
  background-color: white;
  color: #0d0d0d;
}

.submits:hover {
  background-color: #18366b;
}
.addmaincmpy.dark .submits:hover {
  background-color: rgb(193, 193, 193);
}

.form-checkbox span {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 14px;
}

input[type="checkbox"]:not(:checked) + span {
  color: #898989;
}

input[type="checkbox"]:checked + span {
  color: #00296f;
}
.addmaincmpy.dark input[type="checkbox"]:checked + span {
  color: white;
}

.filename {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 14px;
}

.credentials {
  margin-bottom: 10px;
  margin-top: 40px;
}

.business-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  background-color: #b3cafd1a;
}

.background-img {
  width: 100%;
  padding-right: 20px;
}

.business-text {
  font-size: 28px;
  font-family: "Switzer SemiBold";
  line-height: 36.96px;
  color: #25282b;
  margin: 20px 0;
}
.addmaincmpy.dark .business-text {
  color: #d4d7da;
}

.group-img {
  width: 100%;
  margin-top: 5rem;
}
.permissionboxes {
  gap: 1.5rem;
}

.form-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 19px;
  height: 19px;
  border: 2px solid #898989;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  outline: none;
}

.addmaincmpy.light .dark {
  display: none;
}
.addmaincmpy.dark .lights {
  display: none;
}

.form-checkbox:checked {
  background-color: transparent;
  border-color: #1e4da1;
}
.addmaincmpy.dark .form-checkbox:checked {
  border-color: white;
}

.form-checkbox:checked::after {
  content: url("data:image/svg+xml,%3csvg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.5L3.5%207L9%201'%20stroke='%231E4DA1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  color: #1e4da1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.addmaincmpy.dark .form-checkbox:checked::after {
  color: white;
  content: url("data:image/svg+xml,%3csvg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.5L3.5%207L9%201'%20stroke='%231E4DA1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(78deg) brightness(111%) contrast(101%);
}

.crop-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.crop-controls {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 10px;
  z-index: 10000;
}

.crop-controls button {
  background-color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-family: "Switzer Regular";
  font-weight: 400;
}

.crop-controls button:hover {
  background-color: #ddd;
}

.addmaincmpy.dark input:-webkit-autofill {
  color: rgb(255, 255, 255) !important;
  -webkit-transition: 1000s ease-in-out 0s !important;
  transition: 1000s ease-in-out 0s !important;
}

.addcmyeyeicon {
  top: 54px;
}

.error-message {
  color: red;
  font-size: 0.85rem;
  margin-top: 4px;
}

@media (max-width: 431px) {
  .addcmpnyhead {
    margin-bottom: 15px;
  }
  .addcmyinputs {
    margin-top: 4px;
  }
  .illustrateimg {
    display: none;
  }
  .addmaincmpy {
    margin-bottom: 100px;
  }
  .credentials {
    margin-top: 47px;
  }
  .permissionboxes {
    gap: 0.6rem 1.2rem;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .addcmyeyeicon {
    top: 52px;
  }
}

@media (max-width: 415px) {
  .permissionboxes {
    gap: 0.6rem 1.2rem;
  }
}

@media (max-width: 403px) {
  .permissionboxes {
    gap: 0.6rem 1.2rem;
  }
}

@media (max-width: 399px) {
  .permissionboxes {
    gap: 0.6rem 1.2rem;
  }
}

@media (max-width: 396px) {
  .permissionboxes {
    gap: 0.6rem 1.2rem;
  }
}
.view-company-container {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  height: auto;
}

.headercmpy {
  padding: 20px;
  font-family: 'Switzer SemiBold';
  font-size: 24px;
  line-height: 27.77px;
  color: #25282B;
}

.information {
  background-color: #F7F7F7;
  margin: 0px 20px 20px 20px;
  border-radius: 8px;
}
.grids {
  padding: 37px 30px;
}
.viewdata {
  padding-top: 5px;
  font-family: 'Switzer Light';
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #25282B;
}
.company-logos{
  margin-top: 10px;
  border-radius: 4px;
  width: 112px;
}
.nologo {
  color: #25282B;
}

.viewcpmylabels {
  font-family: 'Switzer Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 18.51px;
  color: #677487;
}

.view-company-container.dark {
  border: 1px solid #343434;
}
.view-company-container.dark .headercmpy {
  color: white;
}
.view-company-container.dark .information {
  background-color: #1C1C24;
}
.view-company-container.dark .viewcpmylabels {
  color: #ADADAD;
}
.view-company-container.dark .viewdata {
  color: white;
}
.view-company-container.dark .nologo {
  color: white;
}
.lefttopsection {
  border-color: #E9E9E9;
}

.leftsection {
  border-color: #E9E9E9;
}
.view-company-container.dark .leftsection {
  border-color: #343434;
}
.rightsection {
  border-color: #E9E9E9;
}
.view-company-container.dark .rightsection {
  border-color: #343434;
}
.view-company-container.dark .editicons {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(0%) hue-rotate(347deg) brightness(106%) contrast(106%);
}
.view-company-container.dark .deleteicons {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(0%) hue-rotate(347deg) brightness(106%) contrast(106%);
}

.view-company.dark .outsidehead {
  color: white;
}
.view-company-container.dark .lefttopsection, .view-company-container.dark .mobsecondrow, .view-company-container.dark .mobthirdrow, .view-company-container.dark .mobilefourthrow, .view-company-container.dark .mobilefifththrow {
  border-color: #343434;
}





@media(min-width:432px){
  .outsidehead, .mobsecondrow, .mobilethirdrow, .mobilefourthrow , .mobilefifththrow , .mob-com-name {
    display: none;
  }
}

@media(max-width:431px){
  .insidehead, .rightsection, .mobeditview, .mobdelete, .desktopexpiryview  {
    display: none;
  }
  .grids {
    padding: 15px 0px;
  }
  .information {
    background-color: transparent;
    margin: 0px 20px 20px 20px;
    border-radius: 8px;
  }
  .view-company-container.dark .information {
    background-color: transparent;
  }
  .lefttopsection {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #E9E9E9;
  }
  .company-logos {
    margin-top: 10px;
    border-radius: 4px;
    width: 90px;
}
  .viewcomname {
    text-align: right;
    /* width: 60%; */
  }
  .mobcomlogo {
    text-align: left;
  }
  .mobsecondrow {
    display: flex;
    justify-content: space-between;
    padding: 24px 0px;
    border-bottom: 1px solid #E9E9E9;
  }
  .phone1{
    text-align: left;
  }
  .phone2 {
    text-align: right;
  }
  .mobthirdrow {
    display: flex;
    justify-content: space-between;
    padding: 24px 0px;
    border-bottom: 1px solid #E9E9E9;
  }
  .mobadminname {
    text-align: left;
  }
  .mobemailaddress {
    text-align: right;
  }
  .mobilefourthrow {
    display: flex;
    justify-content: space-between;
    padding: 24px 0px;
    border-bottom: 1px solid #E9E9E9;
  }
  .mobilefifththrow {
    padding: 20px 0px;
    border-top: 1px solid #E9E9E9;
  }
  .mobexpiryrow {
    text-align: right;
  }
  .mobpermissions {
    padding: 24px 0px;
  }
  .viewcpmylabels {
    font-family: 'Switzer Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 18.51px;
    color: #677487;
}
.viewdata {
  padding-top: 5px;
  font-family: 'Switzer Light';
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #25282B;
}
.com-name-adminname {
  flex-direction: column;
}
.desk-com-name {
  display: none;
}
.mob-viewcomname {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
}

@media(max-width:400px) {
  .viewcpmylabels {
    font-family: 'Switzer Regular';
    font-weight: 400;
    font-size: 10px;
    line-height: 18.51px;
    color: #677487;
}
.viewdata {
  padding-top: 5px;
  font-family: 'Switzer Light';
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #25282B;
}
}

/* @media(max-width: 431px) {
  .view-company-container {
    margin-bottom: 6rem;
    height: auto;
  }
  .grids {
    gap:auto;
  }
  .viewdata {
    font-size: 17px;
  }
  .viewcpmylabels {
    font-size: 15px;
  }
}

@media(max-width: 385px) {
  .viewdata {
    font-size: 16px;
  }
  .viewcpmylabels {
    font-size: 14px;
  }
  .company-logos{
    margin-top: 10px;
    border-radius: 4px;
    width: 113px;
  }
  .companydataname {
    padding-left: 20px;
  }
  .compnyname {
    padding: 10px 20px;
  }
}

@media(max-width: 385px) {
  .viewdata {
    font-size: 15px;
  }
  .viewcpmylabels {
    font-size: 13px;
  }
}
@media(max-width: 370px) {
  .company-logos{
    margin-top: 10px;
    border-radius: 4px;
    width: 112px;
  }
}

@media(max-width: 345px) {
  .viewdata {
    font-size: 14px;
  }
  .viewcpmylabels {
    font-size: 12px;
  }
  .company-logos{
    margin-top: 10px;
    border-radius: 4px;
    width: 112px;
  }
} */
.maineditcmpy {
    height: auto;
    border-color: #E9E9E9;
}
.maineditcmpy.dark {
    border-color: #343434;
}
.ediform {
    background-color: white;
}
.maineditcmpy.dark .ediform {
    background-color: #13131A;
}

.editcmpnyhead {
    margin-bottom: 25px;
    font-family: 'Switzer Regular';
    font-weight: 600;
    font-size: 24px;
    line-height: 27.77px;
    color: #25282B;
}
.maineditcmpy.dark .editcmpnyhead {
    color: white;
}

h3 {
    font-family: 'Switzer Regular';
    font-weight: 500;
    font-size: 18px;
    line-height: 20.83px;
    margin-bottom: 25px;
}

label {
    font-family: 'Switzer Regular';
    font-weight: 400;
    font-size: 14px;
    color: #25282B;
}
.maineditcmpy.dark label {
    color: #D4D7DA;
} 

.editcmpyinput {
    border-radius: 4px;
    height: 44px;
    padding: 0px 15px;
    margin-top: 8px;
    margin-bottom: 6px;
    border: 1px solid #E9E9E9;
}
.maineditcmpy.dark .editcmpyinput {
    border: 1px solid #343434;
    background-color: #13131A;
    color: white;
}
.editchoose {
    border: 1px solid #E9E9E9;
}
.maineditcmpy.dark .editchoose {
    border: 1px solid #343434;
}
.editnoup {
    color: #D2D2D2;
}
.editup {
    color: black;
}
.maineditcmpy.dark .editnoup {
    color: #393939;
}
.maineditcmpy.dark .editup {
    color: white;
}

.submits {
    font-family: 'Switzer Light';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 30px;
}

.form-checkbox span {
    font-family: 'Switzer Light';
    font-weight: 400; 
    font-size: 14px;
}

/* Style for unchecked checkboxes */
input[type="checkbox"]:not(:checked) + span {
    color: #898989; /* Gray color when not checked */
  }
  
  /* Style for checked checkboxes */
  input[type="checkbox"]:checked + span {
    color: #1E4DA1; /* Blue color when checked */
  }

  .maineditcmpy.dark   input[type="checkbox"]:checked + span {
    color: white;
  }



  .form-checkbox:checked::after {
    content: url("data:image/svg+xml,%3csvg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.5L3.5%207L9%201'%20stroke='%231E4DA1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
    color: #1E4DA1; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .maineditcmpy.dark .form-checkbox:checked::after {
    color: white;
    content: url("data:image/svg+xml,%3csvg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.5L3.5%207L9%201'%20stroke='%231E4DA1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(78deg) brightness(111%) contrast(101%);
  }

  .form-checkbox:checked {
    background-color: transparent;
    border-color: #1E4DA1;
  }
  .maineditcmpy.dark .form-checkbox:checked {
    border-color: white;
  }
  
  .filename {
    font-family: 'Switzer Light';
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }

  .updatebtn {
    font-family: "Switzer Light";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 36px;
    background-color: #1E4DA1;
    color: white;
  }
  .updatebtn:hover {
    background-color: #18366b;
  }

  .updatebtns {
    font-family: "Switzer Light";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 36px;
    border: 1px solid  ;
    color: #1E4DA1;
  }

  .maineditcmpy.dark .updatebtns {
    border: 1px solid white;
    color: white;
  }
  .maineditcmpy.dark .updatebtns:hover {
    background-color: white;
    color: #0D0D0D;
  }

  .updatebtns:hover {
    background-color:#1E4DA1 ;
    color: white;
  }



  .maineditcmpy.dark .updatebtn {
    background-color: white;
    color: #0D0D0D;
  }
  .maineditcmpy.dark .updatebtn:hover {
    background-color: rgb(193, 193, 193);
  }



  .crop-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7); /* Dimmed background */
  }
  
  .crop-controls {
    position: absolute;
    bottom: 20px;
    display: flex;
    gap: 10px;
    z-index: 10000;
  }
  
  .crop-controls button {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-family: "Switzer Regular";
    font-weight: 400;
  }
  
  .crop-controls button:hover {
    background-color: #ddd;
  }


  /* For Chrome, Safari, and other Webkit-based browsers */
  .maineditcmpy.dark input:-webkit-autofill {
  color: rgb(255, 255, 255) !important; /* White text color */
  -webkit-transition: 1000s ease-in-out 0s !important;
  transition: 1000s ease-in-out 0s !important;
}

.change-pswrd-edit-cmpy {
  font-family: 'Switzer Regular';
  font-size: 20px;
  color: #25282B;
}
.new-pswd-label, .cnfrm-paswd-label {
  font-family: 'Switzer Regular';
  font-size: 14px;
  color: #25282B;
}

.new-pswd-inputs,.confrm-paswd-inputs {
  font-family: 'Switzer Light'; 
  margin-top: 8px;
  background-color: transparent;
}

.pswd-cancel-btn, .pswd-update-btn {
  font-family: 'Switzer Light'; 
}

.maineditcmpy.dark .pswd-modal {
  background-color: #13131A;
}
.maineditcmpy.dark .change-pswrd-edit-cmpy,.maineditcmpy.dark .cross-icon  {
  color: white;
}

.maineditcmpy.dark .new-pswd-inputs, .maineditcmpy.dark .confrm-paswd-inputs {
  border-color: #343434;
}


  @media(max-width:431px ) {
    .maineditcmpy {
        margin-bottom: 100px;
        height: auto;
        /* max-width: calc(100vw- 40px); */
    }
    .permissionhead {
        margin-top: 50px;
    }
    .editcmpyinput {
        margin-top: 4px;
    }
    .editchoose {
      width: 11rem;
    }
    .preview {
      margin-left: 15px;

    }
    .updatebtn{
     margin-top: 50px;
    }
    .change-pswds-sbt {
      flex-direction: column;
      row-gap: 0px;
    }
  }


.addsub {
    border: 1px solid #E9E9E9;
    height: 100%;
}
.addsubhead {
    font-family: 'Switzer SemiBold';
    color: #25282B;
    font-size: 24px;
    line-height: 27.77px;
}
.addsublabel {
    font-family: 'Switzer Regular';
    font-size: 14px;
    line-height: 18.48px;
    color: #25282B;
}
  .addsubbtn {
    background-color: #1E4DA1;
    width: 100%;
    height: 48px;
    color: white;
    font-family: 'Switzer SemiBold';
    font-size: 18px;
    line-height: 23.76px;
    margin-top: 10px;
  }

  .addsubbtn:hover {
    background-color: #18366b;
  }

  .addsub.dark {
    border: 1px solid #343434;
  }
  .addsub.dark .addsubhead {
    color: white;
  }
  .addsub.dark .addsublabel {
    color: #D4D7DA;
  }


  /* Add styles for the placeholder text in the dropdown */
.custom-dropdown {
    background-color: transparent;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    font-family: 'Switzer Regular';
    color: #25282b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    margin-top: 5px;
  }
  
  /* Placeholder style (gray) */
  .custom-dropdown.placeholder {
    color: #72787C;
    font-family: 'Switzer Regular';
  }
  
  .dropdown-icon {
    transition: transform 0.3s ease;
  }
  
  .rotate-180 {
    transform: rotate(180deg);
  }
  
  .dropdown-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: rgb(236, 236, 236);
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1;
    font-family: 'Switzer Regular';
    font-size: 14px;
    color: #25282b;
  }
  
  .dropdown-list li {
    padding: 10px;
    cursor: pointer;
  }
  
  .dropdown-list li:hover {
    background-color: #f3f4f6;
  }
  
  /* Dark theme adjustments */
  .addsub.dark .custom-dropdown {
    color: white;
    border: 1px solid #343434;
  }
  
  .addsub.dark .dropdown-list {
    background-color: #1c1c1c;
    color: white;
  }
  
  .addsub.dark .dropdown-list li:hover {
    background-color: #505050;
  }
  
  .addsub.dark .custom-dropdown.placeholder {
    color: #72787C;
    font-family: 'Switzer Regular';
  }

  .addsub.dark .addsubbtn {
    background-color: #3C3B3B;
  }
  .addsub.dark .addsubbtn:hover {
    background-color: #2d2d2d;
  }

  .addsub.dark .dropdown-list li:hover {
    background-color: rgb(14, 14, 14);
  }
  



  .dropdown-input {
    width: 100%;
    padding: 8px;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #25282B;
  }
  .addsub.dark .dropdown-input {
    color: white;
  }

.managesub {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}
.managesubhead {
  font-family: "Switzer SemiBold";
  font-size: 24px;
  line-height: 27.77px;
  color: #25282b;
}
.subtheads {
  border-color: #e9e9e9;
  background-color: #f7f7f7;
}

.subthead {
  font-family: "Switzer Regular";
  font-weight: 400;
  color: #677487;
  font-size: 12px;
  line-height: 13.88px;
}

.subbody {
  font-family: "Switzer Regular";
  font-size: 14px;
  line-height: 18px;
  color: #677487;
}
.subtoggleactive {
  background-color: #1bc194;
  width: 30px;
}
.subtoggleblock {
  background-color: #f36643;
  width: 30px;
}
.translate-x-22 {
  transform: translateX(0.8rem);
  background-color: white;
}

.translate-x-00 {
  transform: translateX(-0.1rem);
  background-color: white;
}

.subrows {
  border: 1px solid #e9e9e9;
  border-left: transparent;
  border-right: transparent;
}
.subrows:last-child {
  border-bottom: none;
}
.subrows:hover {
  background-color: #f3f4f6;
}

.managesub.dark {
  border: 1px solid #343434;
}
.managesub.dark .managesubhead {
  color: white;
}
.managesub.dark .subtheads {
  border-color: #232323;
  background-color: #1c1c24;
}
.managesub.dark .subthead {
  color: #adadad;
}
.managesub.dark .subbody {
  color: white;
}
.managesub.dark .subrows {
  border: 1px solid #343434;
  border-left: transparent;
  border-right: transparent;
}
.managesub.dark .subrows:last-child {
  border-bottom: none;
}
.managesub.dark .subrows:hover {
  background-color: rgb(14, 14, 14);
}
.managesub.dark .managesubactionbtn {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%);
}
.managesub.dark .subtoggleactive {
  background-color: #1ed7a6;
}
.managesub.dark .subtoggleblock {
  background-color: #e13f23;
}
.managesub.dark .translate-x-22 {
  background-color: #0d0d0d;
}
.slnumbermob {
  width: 56px;
  padding: 16px;
}
.mobexpiredate {
  font-family: "Switzer Regular";
  font-size: 12px;
  color: #677487;
}
.mobheads {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 12px;
  line-height: 13.88px;
  padding-bottom: 3px;
  color: #677487;
}
.paginationnummanagesub {
  color: #1e4da1;
}
.paginationmob.dark .paginationnummanagesub {
  color: white;
}

.export-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.export-modal-container {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  width: 400px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.managesub.dark .export-modal-container {
  background-color: #1c1c24;
}

.form-group {
  margin-bottom: 20px;
}

input,
select {
  width: 100%;
  padding: 8px;
  /* margin-top: 5px; */
  border: 1px solid #ccc;
  border-radius: 5px;
}

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

.subscription-plans {
  appearance: none; /* Removes default styling */
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("data:image/svg+xml,%3csvg%20width='14'%20height='8'%20viewBox='0%200%2014%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L6.29289%206.29289C6.62623%206.62623%206.79289%206.79289%207%206.79289C7.20711%206.79289%207.37377%206.62623%207.70711%206.29289L13%201'%20stroke='%2372787C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")
    no-repeat right 10px center;
  background-size: 13px; /* Adjust size based on your icon */
  padding-right: 30px; /* Space for the icon */
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  font-size: 15px;
  height: 40px;
  width: 100%; /* Adjust width as needed */
  cursor: pointer;
  font-family: "Switzer Regular";
  color: #25282b;
}

.managesub.dark .subscription-plans {
  border: 1px solid #343434;
  color: white;
}

.custom-radios {
  font-family: "Switzer Regular";
  font-size: 14px;
  line-height: 24px;
  color: #c8c8c8; /* Default text color */
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

/* Hide the default radio input */
.custom-radios input[type="radio"] {
  display: none;
}

/* Custom square box */
.radio-boxes {
  width: 26px; /* Box width */
  height: 26px; /* Box height */
  border: 2px solid #c8c8c8;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.managesub.dark .radio-boxes {
  border: 2px solid #707070;
}

/* Tick mark (hidden by default) */
.radio-boxes::after {
  content: "";
  margin-top: 3px;
  width: 13px; /* Adjust tick mark width */
  height: 13px; /* Adjust tick mark height */
  background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.5L3.5%207L9%201'%20stroke='%231E4DA1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: contain; /* Ensures the image fits within the defined width and height */
  background-repeat: no-repeat;
  display: none;
}
.managesub.dark .radio-boxes::after {
  content: "";
  margin-top: 3px;
  width: 13px; /* Adjust tick mark width */
  height: 13px; /* Adjust tick mark height */
  background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.5L3.5%207L9%201'%20stroke='%231E4DA1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: contain; /* Ensures the image fits within the defined width and height */
  background-repeat: no-repeat;
  display: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%)
    hue-rotate(309deg) brightness(105%) contrast(100%);
}

/* Show the tick mark when checked */
.custom-radios input[type="radio"]:checked + .radio-boxes::after {
  display: block;
}

/* Change box border color when checked */
.custom-radios input[type="radio"]:checked + .radio-boxes {
  border-color: #254396; /* Border color when checked */
}
.managesub.dark .custom-radios input[type="radio"]:checked + .radio-boxes {
  border-color: white; /* Border color when checked */
}

/* Change text color when checked */
.custom-radios input[type="radio"]:checked + .radio-boxes + span {
  color: #254396; /* Text color when checked */
}
.managesub.dark
  .custom-radios
  input[type="radio"]:checked
  + .radio-boxes
  + span {
  color: white; /* Text color when checked */
}
.selectsubhead {
  font-size: 15px;
  color: #25282b;
  font-family: "Switzer Regular";
}
.managesub.dark .selectsubhead {
  color: white;
}
.plannameoptions {
  font-family: "Switzer Regular";
  font-size: 14px;
  cursor: pointer;
  color: #25282b;
  background-color: white;
}
.managesub.dark .plannameoptions {
  background-color: #1c1c24;
  outline: none;
  color: white;
}

.startdate,
.enddate {
  font-family: "Switzer Regular";
  background-color: white;
  color: #25282b;
  font-size: 15px;
}
.managesub.dark .startdate,
.managesub.dark .enddate {
  font-family: "Switzer Regular";
  background-color: #1c1c24;
  border-color: #343434;
  color: white;
  font-size: 15px;
}

.cancelbtns {
  background-color: rgb(255, 56, 56);
  color: white;
  padding: 10px 30px;
  border-radius: 6px;
}
.cancelbtns:hover {
  background-color: rgb(208, 30, 30);
}
.downloadbtns {
  background-color: #066c51;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
}
.downloadbtns:hover {
  background-color: #03533d;
}
.checklabel {
  color: #25282b;
}
.managesub.dark .checklabel {
  color: #919191;
}

.managesub.dark input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  filter: invert(0.8);
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .tabresdate {
    width: 10%;
  }
  .tabresplan {
    width: 18%;
  }
  .subthead {
    font-family: "Switzer Regular";
    font-weight: 400;
    font-size: 10px;
    line-height: 13.88px;
  }
  .subbody {
    font-family: "Switzer Regular";
    font-size: 10px;
    line-height: 18px;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  .subthead {
    font-family: "Switzer Regular";
    font-weight: 400;
    font-size: 10px;
    line-height: 13.88px;
  }
  .subbody {
    font-family: "Switzer Regular";
    font-size: 10px;
    line-height: 18px;
  }
  .tabresdate {
    width: 30%;
  }
  .tabresplan {
    width: 35%;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .tabresdate {
    width: 30%;
  }

  .subthead {
    font-family: "Switzer Regular";
    font-weight: 400;
    font-size: 10px;
    line-height: 13.88px;
  }
  .subbody {
    font-family: "Switzer Regular";
    font-size: 10px;
    line-height: 18px;
  }
}

@media (min-width: 432px) {
  .managesubscriberdrop,
  .mangesubscriptiondropdata {
    display: none;
  }
}

@media (max-width: 431px) {
  .managesubresponsive {
    display: none;
  }
  .slnumbermob {
    width: 0%;
  }
  .managesubscriberdrop {
    margin-left: auto;
    width: 10%;
  }
  .managesubnamemob {
    padding-left: 15px;
    width: 30%;
  }
  .managesubcompanynamemob {
    width: 45%;
  }
  .mangesubscriptiondropdata {
    background-color: #dcdcdc;
    margin-top: 15px;
    padding: 5px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    margin-left: auto;
    margin-right: 18px;
  }
  .managesub.dark .mangesubscriptiondropdata {
    background-color: #1c1c24;
  }
  .mangesubscriptiondropdata.active {
    background-color: #254396;
  }
  .managesub.dark .mangesubscriptiondropdata.active {
    background-color: #1e84af;
  }
  .managesub.dark .mobexpiredate {
    color: white;
  }
  .downarrowmanagesub {
    width: 10px;
    height: 10px;
    transition: transform 0.3s ease;
  }
  .downarrowmanagesub.rotated {
    transform: rotate(180deg);
  }
  .subrows.no-border {
    border-bottom: none;
  }
  .subbody {
    font-family: "Switzer Regular";
    font-size: 13px;
    line-height: 18px;
    color: #677487;
  }
 .submobresicon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
 }
  .bar {
    width: 10px;
    height: 10px;
  }
  .dropsubdata {
    margin-top: 5px;
  }
  .managesub.dark .subrows:hover {
    background-color: transparent;
  }
  .slnumbermob {
    padding: 0px 16px;
  }
  .subrows:hover {
    background-color: transparent;
  }
  .managesub.dark .dropdown-row .dropdownlist {
    border-bottom: 1px solid #343434;
  }
  .managesub.dark .subrows.no-border {
    border-bottom: none;
  }
  .managesub.dark .dropdown-row:last-child td {
    border: none;
  }
  .managesub .excsv {
    width: 40%;
    margin-top: 31px;
  }
  .subthead {
    font-family: "Switzer Regular";
    font-weight: 400;
    color: #677487;
    font-size: 11px;
    line-height: 13.88px;
  }
}

@media (max-width: 400px) {
  .subbody {
    font-family: "Switzer Regular";
    font-size: 12px;
    line-height: 18px;
    color: #677487;
  }
  .managesubnamemob {
    padding-left: 10px;
  }
  .mobheads {
    font-size: 11px;
  }
  .managesub .excsv {
    width: 45%;
    margin-top: 31px;
    font-size: 11px;
  }
}
@media (max-width: 390px) {
  .managesubnamemob {
    padding-left: 10px;
  }
  .subthead {
    font-family: "Switzer Regular";
    font-weight: 400;
    color: #677487;
    font-size: 11px;
    line-height: 13.88px;
  }
  .subbody {
    font-family: "Switzer Regular";
    font-size: 11px;
    line-height: 18px;
    color: #677487;
  }
  .mobheads {
    font-size: 10px;
  }
  .selectsubhead {
    font-size: 13px;
  }
  .radio-boxes {
    width: 24px;
    height: 24px;
    border: 2px solid #c8c8c8;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checklabel {
    font-size: 12px;
  }
}
@media (max-width: 379px) {
  .subthead {
    font-family: "Switzer Regular";
    font-weight: 400;
    color: #677487;
    font-size: 10px;
    line-height: 13.88px;
  }
  .subbody {
    font-family: "Switzer Regular";
    font-size: 11px;
    line-height: 18px;
    color: #677487;
  }
  .mobexpiredate {
    font-family: "Switzer Regular";
    font-size: 10px;
    color: #677487;
  }
  .bar {
    width: 9px;
    height: 9px;
  }
  .managesubnamemob {
    padding-left: 8px;
  }
  .managesub .excsv {
    width: 55%;
    margin-top: 31px;
    font-size: 11px;
  }
}
.changesubplan {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  height: 100%;
}
.changesubplanhead {
  font-family: "Switzer SemiBold";
  font-size: 24px;
  line-height: 27.77px;
  color: #25282b;
}
.changesubplanlabel {
  font-family: "Switzer Regular";
  font-size: 14px;
  line-height: 18.48px;
  color: #25282b;
}
.custom-dropdowns {
  background-color: transparent;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  font-family: "Switzer Regular";
  color: #25282b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  margin-top: 5px;
}
.custom-dropdowns.placeholder {
  color: #72787c;
  font-family: "Switzer Regular";
}

.changesubplanbtn {
  background-color: #1e4da1;
  width: 100%;
  height: 48px;
  color: white;
  font-family: "Switzer SemiBold";
  font-size: 18px;
  line-height: 23.76px;
  margin-top: 10px;
}

.changesubplanbtn:hover {
  background-color: #18366b;
}
.chanegsubtext {
  font-family: "Switzer Regular";
  font: 14px;
  line-height: 18.48px;
  color: #25282b;
}
.chanegsubtextspan {
  font-family: "Switzer Medium";
  font-size: 20px;
  line-height: 30px;
  color: #23b95f;
}

.changesubplan.dark {
  border: 1px solid #343434;
}
.changesubplan.dark .changesubplanhead {
  color: white;
}
.changesubplan.dark .changesubplanlabel {
  color: #d4d7da;
}
.changesubplan.dark .custom-dropdowns.placeholder {
  color: #72787c;
  font-family: "Switzer Regular";
}
.changesubplan.dark .custom-dropdowns {
  border: 1px solid #343434;
  color: white;
}
.changesubplan.dark .dropdown-list {
  background-color: #1c1c1c;
  color: white;
}
.changesubplan.dark .dropdown-list li:hover {
  background-color: rgb(14, 14, 14);
}
.changesubplan.dark .changesubplanbtn {
  background-color: #3c3b3b;
}
.changesubplan.dark .changesubplanbtn:hover {
  background-color: #2d2d2d;
}
.changesubplan.dark .chanegsubtext {
  color: white;
}

.dropdown-inputs {
  width: 100%;
  padding: 8px;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #25282B;
}

.changesubplan.dark .dropdown-inputs {
  color: white;
}

.addsubplan {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  height: 100%;
}
.addsubplanhead {
  font-family: "Switzer SemiBold";
  color: #25282b;
  font-size: 24px;
  line-height: 27.77px;
}
.addsubplanlabel {
  font-family: "Switzer Regular";
  font-size: 14px;
  line-height: 18.48px;
  color: #25282b;
}
.addsubplaninput {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: transparent;
  height: 40px;
  padding: 15px;
  margin-top: 5px;
  color: #25282b;
}
.addsubplaninput::-moz-placeholder {
    font-family: "Switzer Regular";
    color: #72787C;
    font-size: 14px;
    line-height: 18.48px;
}
.addsubplaninput::placeholder {
    font-family: "Switzer Regular";
    color: #72787C;
    font-size: 14px;
    line-height: 18.48px;
}
.addsubplanbtn {
  background-color: #1e4da1;
  width: 100%;
  height: 48px;
  color: white;
  font-family: "Switzer SemiBold";
  font-size: 18px;
  line-height: 23.76px;
  margin-top: 10px;
}
.addsubplanbtn:hover {
  background-color: #18366b;
}


.addsubplan.dark {
    border: 1px solid #343434;   
}
.addsubplan.dark .addsubplanhead {
    color: white;
}
.addsubplan.dark .addsubplanlabel {
    color: #D4D7DA;
}
.addsubplan.dark .addsubplaninput {
    border: 1px solid #343434;
    color: white;
}

.addsubplan.dark .addsubplanbtn {
    background-color: #3C3B3B;
}
.addsubplan.dark .addsubplanbtn:hover {
    background-color: #2d2d2d;
}

.addsubplan.dark input:-webkit-autofill {
  color: rgb(255, 255, 255) !important; /* White text color */
  -webkit-transition: 1000s ease-in-out 0s !important;
  transition: 1000s ease-in-out 0s !important;
}

.managesubscription {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
 
}
.managesubscriptionhead {
  padding: 20px;
  font-family: "Switzer SemiBold";
  font-size: 24px;
  line-height: 27.77px;
  color: #25282b;
}

.managesubscriptiontblhead {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background-color: #f7f7f7;
  height: 52px;
}
/* Align buttons under their respective headings */
.button-cell {
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  text-align: center; /* Align text and buttons in the cell */
}

.managesubscriptionheads {
  font-family: "Switzer Regular";
  font-weight: 400;
  font-size: 12px;
  color: #677487;
}

.managesubscriptiondata {
  font-family: "Switzer Regular";
  color: #677487;
  font-size: 14px;
  line-height: 18px;
}
.managesubscriptiondataactive {
  font-family: "Switzer Regular";
  color: #1bc194;
  font-size: 14px;
  line-height: 18px;
}
.managesubactivestate {
  background-color: #dcfce7;
  border-radius: 4px;
  width: 31px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.managesubscriptiondataexpire {
  font-family: "Switzer Regular";
  color: #f36643;
  font-size: 14px;
  line-height: 18px;
}
.managesubexpirestate {
  background-color: #fee2e2;
  border-radius: 4px;
  width: 31px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .editsubscription,
.deletesubscription {
  width: 15px;
  height: 15px;
} */

.managesubscriptiondatarow{
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
}
.managesubscriptiondatarow:last-child{
    border-bottom: none;
}
.managesubscription.dark .managesubscriptiondatarow:last-child{
    border-bottom: none;
}

.managesubscriptiondatarow:hover {
  background-color: transparent;
}


.managesubscription.dark {
  border: 1px solid #343434;
}
.managesubscription.dark .managesubscriptionhead {
  color: white;
}
.managesubscription.dark .managesubscriptiontblhead {
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
  background-color: #1c1c24;
}
.managesubscription.dark .managesubscriptionheads {
    color: #ADADAD;
}
.managesubscription.dark .managesubscriptiondata {
    color: white;
}
.managesubscription.dark .managesubscriptiondataactive {
    color: #36DDAE;
}
.managesubscription.dark .managesubactivestate {
    background-color: #36DDAE1C;
}
.managesubscription.dark.managesubscriptiondataexpire {
    color: #E13F23;
}
.managesubscription.dark .managesubexpirestate {
    background-color: #E310101C;
}
.managesubscription.dark .managesubscriptiondatarow {
    border-bottom: 1px solid #343434;
}
.managesubscription.dark .editsubscription,.managesubscription.dark .deletesubscription {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2304%) hue-rotate(207deg) brightness(125%) contrast(100%);
}
.managesubscriptiondowndrop {
  background-color: #DCDCDC;
  margin-top: 15px;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: 18px;
  align-items: center;
  transition: background-color 0.3s ease;
}
.managesubscriptiondowndropimg {
  transition: transform 0.3s ease;
}
.managesubscriptiondowndropimg.rotated {
  transform: rotate(180deg);
}
.managesubscriptiondatarow.no-border{
  border-bottom: none;
}
.managesubscriptiondowndrop.active {
  background-color: #254396;
}

.managesubscription.dark .managesubscriptiondowndrop {
  background-color: #1c1c24;
}
.managesubscription.dark .managesubscriptiondowndrop.active { 
  background-color: #1e84af
}
.managesubscriptionname {
  width: 30%;
}
.managesubscriptionvalidity {
  width: 19%;
}
.subrows:hover {
  background-color: #f3f4f6;
}
.managesubscription.dark .subrows:hover {
  background-color: rgb(14, 14, 14);
}


@media (min-width: 820px) and (max-width: 1024px) {

  .managesubscriptiondata {
    font-family: "Switzer Regular";
    font-size: 10px;
    line-height: 18px;
  }
}




@media (min-width: 768px) and (max-width: 820px) {
  .managesubscriptionheads {
    font-family: "Switzer Regular";
    font-weight: 400;
    font-size: 10px;
}
.managesubscriptiondata {
  font-family: "Switzer Regular";
  font-size: 10px;
  line-height: 18px;
}
.managesubscriptionname {
  width: 25%;
}


}










@media(min-width:432px) {
  .managesubscriptiondowndrop {
    display: none;
  }
}

@media(max-width:431px) {
  .managesubscriptionmob {
    display: none;
  }
  .managesubscriptionsl {
    width: 60px;
  }
  .managesubscriptionname, .managesubscriptionnamedata {
    padding-left: 0px;
    width: 40%;
  }
  .managesubscriptionvalidity, .managesubscriptionvaliditydata {
    padding-left: 2px;
  }
  .managesubscriptiontblhead { 
    height: 30px;
  }
  .managesubscriptiondata {
    font-family: "Switzer Regular";
    color: #677487;
    font-size: 12px;
    line-height: 18px;
}
.managesubscriptiondatarow{
  height: 50px;
}
.managesubscription.dark .dropdown-row .dropdownlist {
  border-bottom: 1px solid #343434;
}
.subrows:hover {
  background-color: transparent;
}
.managesubscription.dark .subrows:hover {
  background-color: transparent;
}
.managesubscription.dark .subrows.no-border {
  border-bottom: none;
}
.managesubscription.dark .dropdown-row:last-child td {
  border: none;
}
.subscriptionmobresview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
}




@media(max-width:400px) {
  .managesubscriptiondata {
    font-family: "Switzer Regular";
    color: #677487;
    font-size: 11px;
    line-height: 18px;
}
}.editsub {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  height: 100%;
}
.editsubhead {
  font-family: "Switzer SemiBold";
  color: #25282b;
  font-size: 24px;
  line-height: 27.77px;
}
.editsublabel {
  font-family: "Switzer Regular";
  font-size: 14px;
  line-height: 18.48px;
  color: #25282b;
}
.editsubinput {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: transparent;
  height: 40px;
  padding: 15px;
  margin-top: 5px;
  color: #25282b;
}
.editsubinput::-moz-placeholder {
  font-family: "Switzer Regular";
  color: #72787c;
  font-size: 14px;
  line-height: 18.48px;
}
.editsubinput::placeholder {
  font-family: "Switzer Regular";
  color: #72787c;
  font-size: 14px;
  line-height: 18.48px;
}
.editsubbtn {
  background-color: #1e4da1;
  width: 100%;
  height: 48px;
  color: white;
  font-family: "Switzer SemiBold";
  font-size: 18px;
  line-height: 23.76px;
  margin-top: 10px;
}
.editsubbtn:hover {
  background-color: #18366b;
}

.editsub.dark {
    border: 1px solid #343434;
}
.editsub.dark .editsubhead {
    color: white;
}
.editsub.dark .editsublabel {
    color: #D4D7DA;
}
.editsub.dark .editsubinput {
  border: 1px solid #343434;
  color: white;
}

.editsub.dark .editsubbtn {
  background-color: #3C3B3B;
}
.editsub.dark .editsubbtn:hover {
  background-color: #2d2d2d;
}.company-main-menus {
  font-family: 'Switzer Regular';
  font-size: 15px;
  font-style: normal;
  line-height: normal;
}

.full-form {
  font-family: 'Switzer Regular';
  font-size: 15px;
  font-style: normal;
  line-height: normal;
}

@keyframes expandIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.company-sidebars {
  overflow-y: auto; /* Enable vertical scrolling */
  overflow-x: hidden; /* Prevent horizontal scrolling */
  width: 73px;
  max-height: 100vh; /* Use max-height instead of height for better flexibility */
  scrollbar-width: none; /* Firefox: hide scrollbar */
  -ms-overflow-style: none; /* IE and Edge: hide scrollbar */
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
}

/* Webkit browsers (Chrome, Safari, Edge): hide scrollbar */
.company-sidebars::-webkit-scrollbar {
  display: none;
}

/* Hover tooltip - Fixed positioning */
.full-form {
  position: fixed;
  left: 0px; /* Position immediately to the right of the 73px sidebar */
  min-width: 200px; /* Increased for better readability */
  height: 47px;
  padding: 0 16px;
  background: #1C1C24;
  color: white;
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: expandIn 0.3s ease forwards;
  z-index: 9999; /* Extremely high z-index to ensure visibility */
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.3);
  pointer-events: none; /* Allow mouse events to pass through to sidebar */
  border-radius: 0 4px 4px 0; /* Rounded corners on right side only */
}

@media (max-width: 1024px) {
  .company-sidebars {
    display: none;
  }
  
  .full-form {
    display: none;
  }
}.nav-search {
    width: 266px;
    height: 46px;
    border-color: #383840;
    font-family: 'Switzer Light';
}
.nav-search::-moz-placeholder {
    color: #414345;
    font-family: 'Switzer Light';
    font-size: 14px;
}
.nav-search::placeholder {
    color: #414345;
    font-family: 'Switzer Light';
    font-size: 14px;
}
.company-navbar.light .nav-search {
   border-color: #E9E9E9;
   color: #25282B;
}
.company-navbar.light .company-navbar-inner {
   border-color: #E9E9E9;
}
.bell-icon {
    border: 1px solid #383840;
    width: 46px;
    height: 46px;
    border-radius: 100%;
}

.company-navbar.light .bell-icon {
  border-color: #E9E9E9;
}
.company-navbar.light .profile-section {
  border-color:  #E9E9E9;
}

.notification-active {
  border: 1px solid white;
}

.company-navbar.light .notification-active {
  border-color: #25282B;
}

.notification-active .bell {
  filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.settings-icon {
    border: 1px solid #383840;
    width: 46px;
    height: 46px;
    border-radius: 100%;
}
.text-1 {
    font-family: 'Switzer Light';
    font-size: 16px;
    line-height: 21.12px;
}
.text-2 {
    font-family: 'Switzer Light';
    font-size: 12px;
    line-height: 15.84px;
}


.close-menu {
    background-color: #1C1C24;
    padding: 16.5px 11px;
    border-radius: 6px;
}

.current-menu {
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

 

@keyframes rotateIcon {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .rotates {
    animation: rotateIcon 0.5s ease-in-out;
  }

  .toggle-theme-btns {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #383840;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .company-navbar.light .toggle-theme-btns {
    border: 1px solid #E9E9E9;
  }

  .theme-icons {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
  }

  .toggle-theme-btns.dark img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(6%) saturate(295%) hue-rotate(169deg) brightness(100%) contrast(89%);
  }

  .company-navbar.dark {
    background-color: #13131A;
  }

  .change-pswd-img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(132deg) brightness(103%) contrast(103%);
  }

  .cmpy-nav-menu, .change-profile { 
    font-family: 'Switzer Light'; 
  }

  

/* Default filter (gray) */
.menu-icon {
    filter: brightness(0) saturate(100%) invert(59%) sepia(9%) saturate(0%) hue-rotate(137deg) brightness(86%) contrast(90%);
}

/* QMS (Gray) */
.menu-icon.QMS {
    filter: brightness(0) saturate(100%) invert(59%) sepia(9%) saturate(0%) hue-rotate(137deg) brightness(86%) contrast(90%);
}

/* EMS (Green) */
.menu-icon.EMS {
    filter: brightness(0) saturate(100%) invert(70%) sepia(76%) saturate(456%) hue-rotate(78deg) brightness(96%) contrast(89%);
}

/* OHS (Red) */
.menu-icon.OHS {
    filter: brightness(0) saturate(100%) invert(27%) sepia(52%) saturate(5510%) hue-rotate(349deg) brightness(112%) contrast(109%);
}

/* EnMS (Blue) */
.menu-icon.EnMS {
    filter: brightness(0) saturate(100%) invert(65%) sepia(38%) saturate(6181%) hue-rotate(169deg) brightness(104%) contrast(101%);
}

/* BMS (Purple) */
.menu-icon.BMS {
    filter: brightness(0) saturate(100%) invert(26%) sepia(52%) saturate(5996%) hue-rotate(282deg) brightness(105%) contrast(127%);
}

/* AMS (Orange) */
.menu-icon.AMS {
    filter: brightness(0) saturate(100%) invert(41%) sepia(93%) saturate(738%) hue-rotate(356deg) brightness(94%) contrast(100%);
}

/* IMS (Yellow) */
.menu-icon.IMS {
    filter: brightness(0) saturate(100%) invert(50%) sepia(87%) saturate(963%) hue-rotate(20deg) brightness(103%) contrast(99%);
}


.xims-logo.light {
  filter: brightness(0) saturate(100%) invert(20%) sepia(23%) saturate(4822%) hue-rotate(209deg) brightness(100%) contrast(93%);
}
.xims-logo.dark {
 filter: brightness(0) saturate(100%) invert(95%) sepia(95%) saturate(0%) hue-rotate(189deg) brightness(106%) contrast(104%);
}
.company-navbar.light .close-menu {
  background-color: white;
  border: 1px solid #E9E9E9;
}
.company-navbar.light .admin-username{
  color: #13131A;
}
.company-navbar.light .username{
  color: #13131A;
}



.profile-settings-head {
  font-family: 'Switzer Regular';
  font-size: 16px;
}

.username{
  font-family: 'Switzer Regular';
  font-size: 16px;
  color: white;
}

.useremail {
  font-family: 'Switzer Regular';
  font-size: 12px;
  color: #6D6D6D;
}

.back-img.dark, .hambermenu-img.dark {
  filter: brightness(0) saturate(100%) invert(99%) sepia(12%) saturate(1133%) hue-rotate(198deg) brightness(111%) contrast(100%);
}
.back-img.light, .hambermenu-img.light {
  filter: brightness(0) saturate(100%) invert(11%) sepia(6%) saturate(1044%) hue-rotate(169deg) brightness(93%) contrast(88%);
}


.company-navbar.light .profile-settings-head {
  border-color: #E9E9E9;
}
.company-navbar.light .cmy-profile {
  background-color: #E9E9E9;
  border: 1px solid #bdbdbd;
}
.company-navbar.light .cmy-profile img, .company-navbar.light .change-pswd-img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(12%) saturate(302%) hue-rotate(169deg) brightness(89%) contrast(100%);
}
.company-navbar.light .cmpy-nav-menu {
   background-color: #E9E9E9;
}
.company-navbar.light .bell {
   filter: brightness(0) saturate(100%) invert(14%) sepia(8%) saturate(617%) hue-rotate(169deg) brightness(87%) contrast(92%);
}

@media(min-width:1025px) {
    .mobile-navbar {
        display: none;
    }
}

@media (max-width: 1024px) {
  .company-navbar {
    display: none;
  }
}
.notification-tabs {
    font-family: 'Switzer Regular';
    font-size: 16px;
}

.notification-title {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    line-height: 18px;
}

.notification-description {
    font-family: 'Switzer Light'; 
    font-size: 12px;
    color: #AAAAAA;
    line-height: 18px;
}

.notification-time {
    font-family: 'Switzer Light'; 
    font-size: 12px;
    line-height: 18px;
    color: #AAAAAA;
}

.click-view-btn {
    font-family: 'Switzer Light'; 
    font-size: 12px;
    line-height: 18px;
    color: #1E84AF;
}

.click-view-btn:hover {
    color: #ffffff;
}

.view-all-btn {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    border: 1px solid #1E84AF;
    color: #1E84AF;
}

.view-all-btn:hover {
    background-color: #1E84AF;
    color: white;
}

.no-notification {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    color: #AAAAAA;
}


.header-notification-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}/* SecondarySidebar.css */
.secondary-sidebar {
  transition: width 0.3s ease;
}

.secondary-sidebar a {
  text-decoration: none;
  color: inherit;
}

/* Custom scrollbar for the sidebar */
.secondary-sidebar::-webkit-scrollbar {
  width: 1px;
}

.secondary-sidebar::-webkit-scrollbar-track {
  background: #13131a;
}

.secondary-sidebar-main.light .secondary-sidebar::-webkit-scrollbar-track {
  background: #F7F7F7;
}

.secondary-sidebar::-webkit-scrollbar-thumb {
  background: #1c1c24;
  border-radius: 4px;
}

.secondary-sidebar-main.light .secondary-sidebar::-webkit-scrollbar-thumb {
  background: #F7F7F7;
}

.secondary-sidebar::-webkit-scrollbar-thumb:hover {
  background: #1c1c24;
}

.secondary-sidebar-main.light .secondary-sidebar::-webkit-scrollbar-thumb:hover {
    background: #F7F7F7;
}

/* For Firefox scrollbar */
.secondary-sidebar {
  scrollbar-width: thin;
  scrollbar-color: #1c1c24 #1c1c24;
}

.secondary-sidebar-main.light .secondary-sidebar {
  scrollbar-color: #F7F7F7 #F7F7F7;
}


.second-sidebar .second-sidebar-spans {
  font-family: 'Switzer Regular';
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.second-sidebar:hover .second-sidebar-spans {
  color: white;
}
.secondary-sidebar-main.light .second-sidebar:hover .second-sidebar-spans {
  color: #254396;
}

/* Dark theme hover */
.secondary-sidebar-main.dark .second-sidebar:hover img {
  filter: brightness(0) invert(1) !important; /* White on hover in dark theme */
}

/* Light theme hover */
.secondary-sidebar-main.light .second-sidebar:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(70%) saturate(2533%) hue-rotate(215deg) brightness(89%) contrast(84%) !important;
}
 
 
.secondary-sidebar-main.light .secondary-sidebar {
  background-color: #F7F7F7;
  border-color: #E9E9E9;
}

  @media(max-width: 1024px) {
    .secondary-sidebar-main {
      display: none;
    }
  }.documentation-submenu-label {
    font-family: 'Switzer Regular';
    font-size: 15px;
    font-style: normal;
    line-height: normal;
}

.documentation-submenu-cards:hover .documentation-submenu-label {
    color: white;
}
.documentation-submenu-main.light .documentation-submenu-cards:hover .documentation-submenu-label {
    color: #254396;
}

.documentation-submenu-main.light {
    background-color: #F7F7F7;
    border-color: #E9E9E9;
}

.documentation-submenu-main.light .documentation-submenu-cards {
    background-color: white;
}

.documentation-submenu-main.light .category-icon {
    background-color: #254396;
}.dashboard-card {
  width: 100%;
  height: 135px;
  background-size: 100px, cover;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  padding: 1rem;
  padding-bottom: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  border: none;
  isolation: isolate;
}

.dashboard-card.light {
  background: url("/assets/background-logo-light-C-5Idbug.svg")
      no-repeat right,
    linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  color: #000;
}

.dashboard-card.dark {
  background: url("/assets/background-logo-DJWaG5Y6.svg")
      no-repeat right,
    linear-gradient(to bottom, #13131a 0%, #24242d 100%);
  color: #fff;
}

/* Gradient border */
.dashboard-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 1px;
  border-radius: 6px;
  background: linear-gradient(
    60deg,
    rgba(140, 140, 140, 0.5),
    rgba(170, 170, 170, 0.1)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.card-heading {
  font-family: "Switzer Regular";
  font-size: 18px;
  font-weight: 500;
}

.card-metrics {
  display: flex;
  gap: 20px;
}

.metric {
  text-align: center;
}

.metric-label {
  font-family: "Switzer Regular";
  font-size: 13px;
  color: #aaaaaa;
  display: block;
}

.metric-value {
  font-family: "Switzer Regular";
  font-size: 28px;
  font-weight: 400;
}

/* Specific colors for open and closed values */
.metric.open .metric-value {
  color: #254396; /* Blue for open values */
}

.metric.closed .metric-value {
  color: #1e84af; /* Different blue for closed values */
}

.card-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card-icon.dark {
  background-color: #181b29;
}
.card-icon.light {
  background-color: #f1f1f1;
}

.icon-img {
  width: 22px;
  height: 22px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .dashboard-card {
    width: 100%;
    height: auto;
    padding: 0.75rem;
  }

  .card-icon {
    top: 0.75rem;
    right: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  .icon-img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 360px) {
  .dashboard-card {
    padding: 0.6rem;
    min-height: 125px;
  }

  .card-heading {
    font-size: 16px;
    padding-right: 45px;
    line-height: 1.3;
    white-space: normal; /* Allow wrapping on small mobile */
    display: -webkit-box;
    word-wrap: break-word;
  }
  .metric-label {
    font-size: 11px;
  }
    .card-icon {
    width: 28px;
    height: 28px;
    top: 0.6rem;
    right: 0.6rem;
  }


    .icon-img {
    width: 16px;
    height: 16px;
  }
}
.bargraph-card {
  border-radius: 6px;
  padding: 1rem;
  height: 366px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: none;
  width: 100%;
  font-family: "Switzer Regular";
}

.bargraph-card.light {
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  color: #000;
}

.bargraph-card.dark {
  background: linear-gradient(to bottom, #13131a 0%, #24242d 100%);
  color: #fff;
}

.bargraph-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 1px;
  border-radius: 6px;
  background: linear-gradient(60deg, rgba(140, 140, 140, 0.5), rgba(170, 170, 170, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 1rem;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.tabs {
  display: flex;
  gap: 0.75rem;
}

.tab {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.25rem;
  border-bottom: 2px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}

.tab.light {
  color: #5b5b60;
}

.tab.light.active {
  color: #000;
  border-bottom: 2px solid #254396;
}

.tab.dark {
  color: #a0a0a5;
}

.tab.dark.active {
  color: #fff;
  border-bottom: 2px solid #254396;
}

.total-label {
  color: #aaaaaa;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  font-size: 16px; /* Explicitly set to match text-base */
}

.select-period {
  font-family: "Switzer Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  background: transparent;
  border: 1px solid #4b5563;
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
}

.dropdown-option {
  font-family: "Switzer Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
}

.bargraph-card .relative > div {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 6px;
  position: absolute;
  margin-top: 0.25rem;
  width: 100%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 50;
  right: 0;
}

.bargraph-card.light .relative > div {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d1d5db;
  color: #000;
}

.bargraph-card.dark .relative > div {
  background: rgba(31, 41, 55, 0.8);
  border: 1px solid #4b5563;
  color: #fff;
}

.chart-container {
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-container > * {
  width: 100% !important;
  height: 100% !important;
}

.custom-tooltip {
  background-color: #374151;
  border: 1px solid #4b5563;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.tooltip-label {
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 8px 0;
  font-size: 14px;
}

.tooltip-value {
  color: #ffffff;
  margin: 4px 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tooltip-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  display: inline-block;
}

.recharts-bar-rectangle,
.recharts-wrapper {
  cursor: default !important;
}

.bar-legend-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-left: 1rem;
}

.legend {
  display: flex;
  gap: 24px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legend-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid white;
  display: inline-block;
}

.legend-circle.open {
  background-color: #254396;
}

.legend-circle.closed {
  background-color: #1e84af;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .bargraph-card {
    height: auto;
    padding: 0.75rem;
    min-height: 300px;
  }

  .card-header {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
    gap: 0.5rem;
  }

  .tabs {
    flex-direction: column; 
    width: 100%;
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .header-controls {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 4rem;
    margin-top: 0.5rem; /* Replaces mt-2 from total-label */
  }

  .total-label {
    position: static;
    padding: 0.25rem 0;
  }

  .relative {
    width: 100%; /* Full width for dropdown in mobile */
    max-width: 128px; /* Maintains original width */
  }

  .chart-container {
    height: 200px;
  }

  .bar-legend-container {
    margin-top: 10px;
    padding-left: 0.75rem;
  }
}.piechart-card {
  border-radius: 0.375rem;
  padding: 0.75rem;
  width: 100%;
  height: 22.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: none;
  font-family: "Switzer Regular";
}

.piechart-card.light {
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  color: #000;
}

.piechart-card.dark {
  background: linear-gradient(to bottom, #13131a 0%, #24242d 100%);
  color: #fff;
}

.piechart-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 1px;
  border-radius: 0.375rem;
  background: linear-gradient(60deg, rgba(140, 140, 140, 0.5), rgba(170, 170, 170, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.card-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.pie-tabs {
  display: flex;
  gap: 0.5rem;
}

.pie-tab {
  background: none;
  border: none;
  color: #828285;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.2rem;
  border-bottom: 0.125rem solid transparent;
  transition: color 0.3s, border-color 0.3s;
}

.pie-tab.active.dark {
  color: #fff;
  border-bottom: 0.125rem solid #254396;
}
.pie-tab.active.light {
  color: #000000;
  border-bottom: 0.125rem solid #254396;
}

.chart-wrapper {
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 13.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  z-index: 10;
  font-family: "Switzer Regular";
}

.center-total {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  font-family: "Switzer Medium";
}

.center-label {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.25rem;
}

.legend-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
}

.legend {
  display: flex;
  gap: 1.5rem;
  font-size: 0.875rem;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.legend-circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  display: inline-block;
}

.legend-circle.open {
  background-color: #254396;
}

.legend-circle.closed {
  background-color: #1e84af;
}

.piechart-tooltip {
  background-color: #374151;
  color: #fff;
  font-family: "Switzer Regular";
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  position: absolute;
  pointer-events: none;
  z-index: 1000;
}

.piechart-tooltip .label {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
}

.piechart-tooltip .desc {
  font-size: 0.75rem;
  color: #aaaaaa;
  margin: 0;
  font-family: "Switzer Regular";
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .piechart-card {
    height: auto;
    min-height: 18rem;
    padding: 0.5rem;
  }

  .pie-tabs {
    gap: 0.4rem;
  }

  .pie-tab {
    font-size: 0.9rem;
    padding: 0.15rem;
  }

  .chart-wrapper {
    height: 14rem; /* Increased from 12rem to accommodate larger chart */
  }

  .center-total {
    font-size: 1.75rem;
  }

  .center-label {
    font-size: 0.8125rem;
    margin-top: 0.2rem;
  }

  .legend {
    gap: 1rem;
    font-size: 0.8125rem;
  }

  .legend-item {
    gap: 0.4rem;
  }

  .legend-circle {
    width: 0.625rem;
    height: 0.625rem;
  }

  .piechart-tooltip {
    padding: 0.4rem 0.6rem;
  }

  .piechart-tooltip .label {
    font-size: 0.8125rem;
  }

  .piechart-tooltip .desc {
    font-size: 0.6875rem;
  }
}

@media (max-width: 768px) {
  .piechart-card {
    padding: 0.5rem;
    min-height: 16rem;
  }

  .pie-tabs {
    flex-direction: row; /* Changed from column to row */
    gap: 0.3rem;
    width: 100%;
    justify-content: flex-start;
  }

  .pie-tab {
    font-size: 0.75rem; /* Reduced further to fit both pie-tabs */
    padding: 0.1rem;
  }

  .chart-wrapper {
    height: 12rem; /* Increased from 10rem */
  }

  .center-total {
    font-size: 1.5rem;
  }

  .center-label {
    font-size: 0.75rem;
    margin-top: 0.15rem;
  }

  .legend-container {
    margin-top: 0.5rem;
  }

  .legend {
    gap: 0.75rem;
    font-size: 0.75rem;
  }

  .legend-item {
    gap: 0.3rem;
  }

  .legend-circle {
    width: 0.5rem;
    height: 0.5rem;
  }

  .piechart-tooltip {
    padding: 0.3rem 0.5rem;
  }

  .piechart-tooltip .label {
    font-size: 0.75rem;
  }

  .piechart-tooltip .desc {
    font-size: 0.625rem;
  }
}

@media (max-width: 480px) {
  .piechart-card {
    padding: 0.4rem;
    min-height: 14rem;
  }

  .pie-tabs {
    padding: 10px;
    gap: 2.5rem;
  }

  .pie-tab {
    font-size: 15px; /* Further reduced to prevent overflow */
  }

  .chart-wrapper {
    height: 10rem; /* Increased from 8rem */
  }

  .center-label {
    font-size: 14px;
    margin-top: 0.1rem;
  }

  .legend-container {
    margin-top: 0.4rem;
  }

  .legend {
    gap: 0.5rem;
    font-size: 0.6875rem;
  }

  .legend-item {
    gap: 0.2rem;
  }

  .legend-circle {
    width: 0.4rem;
    height: 0.4rem;
  }

  .piechart-tooltip {
    padding: 0.25rem 0.4rem;
  }

  .piechart-tooltip .label {
    font-size: 0.6875rem;
  }

  .piechart-tooltip .desc {
    font-size: 0.625rem;
  }
}
.wavegraph-card {
  border-radius: 6px;
  padding: 1rem;
  height: 366px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: none;
  width: 100%;
  font-family: "Switzer Regular";
}

.wavegraph-card.light {
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  color: #000;
}

.wavegraph-card.dark {
  background: linear-gradient(to bottom, #13131a 0%, #24242d 100%);
  color: #fff;
}

.wavegraph-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 1px;
  border-radius: 6px;
  background: linear-gradient(60deg, rgba(140, 140, 140, 0.5), rgba(170, 170, 170, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 1rem;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.wave-total-label {
  color: #aaaaaa;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  font-size: 16px; /* Explicitly set to match text-base */
}

.select-period {
  font-family: "Switzer Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border: 1px solid #4b5563;
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
}

.dropdown-option {
  font-family: "Switzer Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
}

.wavegraph-card .relative > div {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 6px;
  position: absolute;
  margin-top: 0.25rem;
  width: 100%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 50;
  right: 0;
}

.wavegraph-card.light .relative > div {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d1d5db;
  color: #000;
}

.wavegraph-card.dark .relative > div {
  background: rgba(31, 41, 55, 0.8);
  border: 1px solid #4b5563;
  color: #fff;
}

.chart-container {
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-container > * {
  width: 100% !important;
  height: 100% !important;
}

.custom-tooltip {
  background-color: #374151;
  border: 1px solid #4b5563;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.tooltip-label {
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 8px 0;
  font-size: 14px;
}

.tooltip-value {
  color: #ffffff;
  margin: 4px 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tooltip-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  display: inline-block;
}

.legend-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-left: 1rem;
}

.legend {
  display: flex;
  gap: 24px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legend-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid white;
  display: inline-block;
}

.legend-circle.ongoing {
  background-color: #254396;
}

.legend-circle.completed {
  background-color: #1e84af;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .wavegraph-card {
    height: auto;
    padding: 0.75rem;
    min-height: 300px;
  }

  .card-header {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
    gap: 0.5rem;
  }

  .header-right {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 4rem;
    margin-top: 0.5rem;
  }

  .wave-total-label {
    position: static;
    padding: 0.25rem 0;
  }

  .relative {
    width: 100%;
    max-width: 128px;
  }

  .chart-container {
    height: 200px;
  }

  .legend-container {
    margin-top: 10px;
    padding-left: 0.75rem;
  }
}.notifications-head {
    font-family: 'Switzer Medium';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
     
}
.notifications-tabs {
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.notification-status {
    font-family: 'Switzer Light'; 
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    color: white;
}

.notification-status-user {
    font-family: 'Switzer Light'; 
    font-size: 10px;
    font-style: normal;
    line-height: 15px;
    color: white;
}

.notification-status-timestamp {
    font-family: 'Switzer Light'; 
    font-size: 10px;
    font-style: normal;
    line-height: 18px;
    color: #AAA;
}

.notification-click-view {
    border: 1px solid #1E84AF;
    font-family: 'Switzer Light';   
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    color: #1E84AF;
}

.notification-click-view:hover {
    background-color: #1E84AF;
    color: white;
}


.notification-click-view-delete {
    border: 1px solid;
    font-family: 'Switzer Light';   
    font-size: 12px;
    font-style: normal;
    line-height: 18px; 
}

.list-policy-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 32px;
}

.doc-path-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: #AAAAAA;
}

.policy-path-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: white;
}

.policy-search::-moz-placeholder {
    color: #FFFFFF80;
}

.policy-search::placeholder {
    color: #FFFFFF80;
}

.policy-search {
    font-family: 'Switzer Light';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.add-policy-btn {
    font-family: 'Switzer Light';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.policy-list-head {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: white;
}

.policy-name {
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
}

.view-policy-btn-text {
    font-family: 'Switzer Light'; 
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    color: #AAAAAA;
}

.actions-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: #AAAAAA;
}

.qms-policy-img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(1773%) hue-rotate(279deg) brightness(93%) contrast(93%);
}

.add-policy-btn:hover .qms-policy-img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(20deg) brightness(103%) contrast(103%);
}

.qms-policy-modal-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.policy-content-head {
    font-family: 'Switzer Regular';
    font-size: 16px;
    color: #AAAAAA;
}

.attached-document-head {
    font-family: 'Switzer Regular';
    font-size: 16px;
    color: #AAAAAA;
}

.attached-file-name {
    font-family: 'Switzer Regular';
    font-size: 16px;
}

.view-attachment-text {
    font-family: 'Switzer Regular';
    font-size: 16px;
}

.download-btn {
    font-family: 'Switzer Regular';
    font-size: 16px;
}

.policy-main.light {
    background-color: #FDFDFD;
    border: 1px solid #E9E9E9;
}

.policy-main.light .list-policy-head, .policy-main.light .policy-path-text {
    color: #25282B;
}

.policy-main.light .path-main {
    border-color: #E9E9E9;
}

.policy-main.light .policy-search {
    border-color: #E9E9E9;
    color: #25282B;
}

.policy-main.light .policy-search::-moz-placeholder {
    color: #25282B;
}

.policy-main.light .policy-search::placeholder {
    color: #25282B;
}

.policy-main.light .policy-search-icon {
    background-color: #E9E9E9;
}

.policy-main.light .lucide-search {
    color: #25282B;
}

.policy-main.light .policy-body-main {
    background-color: white;
    border: 1px solid #E9E9E9;
}

.policy-main.light .policy-title {
   color: #25282B;
}

.policy-main.light .policy-body-sub:hover {
   background-color: #E9E9E9;
}

.policy-main.light .qms-policy-modal-head {
  color: #25282B;
}

.policy-main.light .policy-content-head, .policy-main.light .attached-document-head { 
  color: #25282B;
}

.policy-main.light .policy-download {
    filter: brightness(0) saturate(100%) invert(10%) sepia(12%) saturate(525%) hue-rotate(169deg) brightness(99%) contrast(86%) !important;
}

.policy-main.light .policy-download-btn:hover .policy-download {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%) !important;
}

/* Add these styles to your qmspolicy.css file */

.policy-content a {
  color: #3b82f6 !important;
  text-decoration: none !important;
}

.policy-content a:hover {
  text-decoration: underline !important;
}

/* For dark theme */

.dark .policy-content a {
  color: #60a5fa !important;
}

.dark .policy-content a:hover {
  color: #93c5fd !important;
}

@media(max-width:1024px) {
    .list-policy-head, .path-main {
        display: none;
    }
    .view-attachment-text, .download-btn {
        font-size: 13px;
    }
}.add-policy-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style:normal;
    line-height: normal;
}

.attach-policy-text {
    font-family: 'Switzer Light'; 
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    /* color: white; */
}

.add-policy-text {
    font-family: 'Switzer Regular';
    font-size: 16px;
    line-height: normal;
    font-style: normal;
}

.custom-fonts {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: #AAAAAA;
}

.click-view-file-btn {
    font-family: 'Switzer Regular';
    font-size: 14px;
}

.add-qms-manual-label.light {
    color: #25282B;
}
.add-qms-manual-label.dark {
    color: white; 
}

.add-qms-manual-inputs.light {
    background-color: #E9E9E9;
    color: #25282B;
}
 
.cancel-btn.light, .save-btn.light {
    color: white;
}

/* addqmspolicys.css */
.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -30px; /* Adjust position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333; /* Dark background for dark theme */
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    transition: opacity 0.2s ease-in-out;
}

/* Light theme adjustments */
.light .tooltip {
    background-color: #555;
    color: #fff;
}

/* Ensure tooltips don't overlap with other elements */
.tool-menu button {
    position: relative;
}


@media(max-width:1024px) {
    .add-policy-head, .policy-head-border {
        display: none;
    }
    .attach-policy-text {
        font-size: 14px;
    }
}

@media(max-width:384px) {
    .custom-fonts {
        font-size: 12px;
    }
}
@media(max-width:362px) {
    .custom-fonts {
        font-size: 11px;
    }
}
@media(max-width:354px) {
    .custom-fonts {
        font-size: 10px;
    }
}.list-manual-main {
    border-radius: 8px;
}

.list-manual-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    line-height: normal;
}

.serach-input-manual {
    width: 288px;
    height: 42px;
    padding-left: 10px;
    border-radius: 6px;
    font-family: 'Switzer Light';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.serach-input-manual.dark::-moz-placeholder {
    color: #FFFFFF80;
}

.serach-input-manual.dark::placeholder {
    color: #FFFFFF80;
}

 

.add-manual-btn {
    /* border: 1px solid #858585; */
    border-radius: 4px;
    width: auto;
    height: 42px;
    padding: 10px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    /* color: #858585; */
}

.add-draft-btn {
    border-radius: 4px;
    width: auto;
    height: 42px;
    width: 90px;
    padding: 10px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.qms-add-plus {
    filter: brightness(0) saturate(100%) invert(57%) sepia(3%) saturate(28%) hue-rotate(358deg) brightness(92%) contrast(87%);
}

.add-manual-btn:hover .qms-add-plus {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7472%) hue-rotate(18deg) brightness(98%) contrast(108%);
}

.add-manual-theads {
    color: #AAAAAA;
    font-family: 'Switzer Light';
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.add-manual-datas {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.title-text-wrap {
    overflow-wrap: anywhere;
    word-break: break-word;
    min-width: 0;
}
td.title-text-wrap {
    max-width: 280px;
}

.total-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.swipe-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.pagin-active {
    font-family: 'Switzer Regular';
   
    text-decoration: underline;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.pagin-inactive {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.not-found {
    font-family: 'Switzer Regular';
    color: gray;
}

/* Flashing red for expired dates */
@keyframes expiry-flash {
    0%, 100% {
        color: #dc2626;
        background-color: rgba(220, 38, 38, 0.15);
    }
    50% {
        color: #b91c1c;
        background-color: rgba(220, 38, 38, 0.25);
    }
}

.expiry-date-expired {
    animation: expiry-flash 1.2s ease-in-out infinite;
    font-weight: 600;
    border-radius: 4px;
    padding: 2px 6px;
}

@media(min-width:1025px) {
    .desktop-hide {
        display: none;
    }
}


@media(max-width:1024px) {
    .list-manual-head {
        display: none;
    }
    .mobile-hide {
        display: none;
    }

}.add-manual-sections {
  padding: 24px 122px 28px 122px;
  font-family: "Switzer Medium";
  font-size: 26px;
  font-style: normal;
  line-height: normal;
}

.add-qms-manual-label {
  font-family: "Switzer Light";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.add-qms-manual-inputs {
  border: none;
  border-radius: 6px;
  height: 49px;
  outline: none;
  margin-top: 12px;
  font-family: "Switzer Light";
  font-size: 16px;
  line-height: normal;
  padding-left: 20px;
  font-style: normal;
}

.add-qms-manual-inputs.dark {
  background-color: #24242d;
  color: #aaaaaa;
}
.add-qms-manual-inputs.light {
  background-color: #E9E9E9;
  color: #25282B;
}

.file-input {
  font-family: "Switzer Light";
  font-size: 16px;
  line-height: normal;
  font-style: normal;
}

.file-input.dark {
     color: #aaaaaa;
}
.file-input.light {
     color: #25282B;
}

.add-qmsmanual-attach {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 12.25px;
}

.add-qmsmanual-attach.dark {
     border: 1px solid #383840;
}
.add-qmsmanual-attach.light {
     border: 1px solid #E9E9E9;
}

.no-file {
  font-family: "Switzer Light";
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  color: #54545b;
  margin-top: 10px;
}

.cancel-btn {
  background-color: #f9291f;
  border-radius: 6px;
  width: 176px;
  height: 49px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Switzer Light";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  color: white;
}

.save-btn {
  background-color: #1e84af;
  border-radius: 6px;
  width: 176px;
  height: 49px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Switzer Light";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  color: white;
}

.save-btn:hover {
  background-color: #006d9c;
}

.cancel-btn:hover {
  background-color: #bb0c03;
}

.qms-manual-form-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 8px !important;
  height: 8px !important;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  outline: none;
}

.qms-manual-form-checkbox.dark {
  border: 1px solid white;
}
.qms-manual-form-checkbox.light {
  border: 1px solid #25282b;
}

.qms-manual-form-checkbox:checked {
  background-color: transparent;
}

.qms-manual-form-checkbox:checked::after {
  content: url("data:image/svg+xml,%3csvg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.5L3.5%207L9%201'%20stroke='%231E4DA1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  /* color: white; */
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qms-manual-form-checkbox.dark:checked::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(78deg) brightness(111%) contrast(101%);
}
.qms-manual-form-checkbox.light:checked::after {
  filter: brightness(0) saturate(100%) invert(10%) sepia(9%) saturate(793%)
    hue-rotate(169deg) brightness(92%) contrast(85%);
}

.check-label {
  font-family: "Switzer Light" !important;
  font-size: 14px;
}

@media(max-width:1535px) {
  .add-manual-sections {
    padding: 24px 65px 28px 65px;
  }
}

@media(max-width:1024px) {
  .add-manual-sections {
    display: none;
  }
}.viewmanualhead {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.viewmanuallabels {
    font-family: 'Switzer Light' !important; 
    font-size: 16px;
    color: #AAAAAA;
    padding-bottom: 6px;
}

.viewmanuasdata {
    font-family: 'Switzer Light';
    font-size: 18px;
}

.viewmanuasdata.dark {
    color: white;
}
.viewmanuasdata.light {
    color: #25282B;
}

/* Wrap long title text including unbroken strings (e.g. no spaces) */
.title-text-wrap {
    overflow-wrap: anywhere;
    word-break: break-word;
    min-width: 0;
}

/* Policy text: wrap long strings without spaces to prevent overlap */
.policy-text-wrapper {
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
}
.policy-text-content {
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: pre-wrap;
}

.click-view-file-text {
    font-family: 'Switzer Light';
    font-size: 18px;
    color: #1E84AF;
}

.request-correction-btn {
    border: 1px solid #1E84AF;
    border-radius: 6px;
    padding: 20px;
    height: 49px;
    font-family: 'Switzer Light';
    font-size: 16px;
    color: #1E84AF;
    line-height: 0px;
}


.request-correction-btn:hover {
    background-color: #1E84AF;
    color: white;
}

.review-submit-btn {
    height: 49px;
    font-family: 'Switzer Light';
    font-size: 16px;
    line-height: 0px;
    color: white;
}

.review-submit-btn:hover {
    background-color: #106083;
}

.correction-inputs {
    font-family: 'Switzer Light';
    font-size: 16px;
}

.history-head {
    font-family: 'Switzer Medium';
    font-size: 22px;
}

.from-to-time {
    font-family: 'Switzer Light'; 
    font-size: 12px;
}

.history-content {
    font-family: 'Switzer Light'; 
    font-size: 16px;
}

/* Custom Scrollbar Styling */
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #1C1C24;
    border-radius: 3px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #4A4A57;
    border-radius: 3px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #6E6E80;
}

/* For Firefox */
.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #4A4A57 #1C1C24;
}

.history-icon.dark {
    filter: brightness(0) saturate(100%) invert(96%) sepia(95%) saturate(3%) hue-rotate(189deg) brightness(106%) contrast(100%);
}
.history-icon.light {
    filter: brightness(0) saturate(100%) invert(9%) sepia(5%) saturate(1365%) hue-rotate(169deg) brightness(98%) contrast(84%);
}



@media(max-width:1024px) {
    .viewmanualhead, .close-btn {
        display: none;
    }
}.interested-parties-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.qms-interested-parties-thead {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
}

.qms-interested-parties-data {
    font-family: 'Switzer Regular';
    font-size: 14px;
}


@media(max-width:480px) {
    .interested-parties-head {
        display: none;
    }
}.add-qms-intertested-inputs {
    border: none;
    border-radius: 6px;
    height: 49px;
    outline: none;
    padding: 10px 20px;
    font-family: 'Switzer Regular';
    font-size: 16px;
}

.add-qms-intertested-inputs.dark {
     background-color: #24242D;
     color: #AAAAAA;
}
.add-qms-intertested-inputs.light {
  background-color: #E9E9E9;
  color: #25282B;
}

.add-interested-parties-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.form-checkboxes {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    outline: none;
  }

  .form-checkboxes.light {
    border: 1px solid #25282B;
  }

  .form-checkboxes.dark {
    border: 1px solid white;
  }

.form-checkboxes.dark:checked {
    border-color: white;
    background-color: transparent;
  }
  
.form-checkboxes.light:checked {
    border-color: #25282B;
    background-color: transparent;
  }
  
  /* Add the blue tick */
  .form-checkboxes:checked::after {
    content: url("data:image/svg+xml,%3csvg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.5L3.5%207L9%201'%20stroke='%231E4DA1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .form-checkboxes.dark:checked::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(78deg) brightness(111%) contrast(101%);
  }
  .form-checkboxes.light:checked::after {
   filter: brightness(0) saturate(100%) invert(11%) sepia(2%) saturate(2241%) hue-rotate(169deg) brightness(98%) contrast(89%);
  }


  @media(max-width:480px) {
    .add-interested-parties-head {
      display: none;
    }
  }.add-interested-parties-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.view-interested-parties-label {
  font-size: 1rem;
   font-family: 'Switzer Regular';
  font-weight: 500;
  color: #555;
}

.view-interested-parties-data {
  font-size: 1rem;
  font-family: 'Switzer Regular';
  word-break: break-word;
  overflow-wrap: break-word;
}

.view-interested-parties-data ul {
  max-width: 100%;
  overflow: hidden;
}

.view-interested-parties-data li {
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.text-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

@media print {
  .view-interested-parties-data li {
    word-break: break-word;
    max-width: 90%;
  }
}.add-training-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.list-training-btn {
    font-family: 'Switzer Regular';
    font-size: 14px;
}

.list-training-btn:hover {
    background-color: #858585;
    color: white;
}

.add-training-label {
    font-family: 'Switzer Regular';
    font-size: 16px;
}

.add-training-label.dark {
    color: white;
}
.add-training-label.light {
    color: #25282B;
}

.add-training-inputs.dark {
    background-color: #24242D;
    color: #AAAAAA;
}
.add-training-inputs.light {
    background-color: #E9E9E9;
    color: #25282B;
    
}

.add-training-inputs {
    height: 49px;
    border-radius: 6px;
    padding: 10px 16px;
    outline: none;
    font-family: 'Switzer Light';
    font-size: 16px;
}

.choose-file {
    font-family: 'Switzer Light'; 
    font-size: 16px;
}.training-info-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.view-training-label {
    font-family: 'Switzer Light';
    font-size: 16px;
}

.view-training-data {
    font-family: 'Switzer Regular';
    font-size: 18px;
}

.edit-btn, .delete-btn {
    font-family: 'Switzer Regular';
    font-size: 16px;
    color: #AAAAAA;
}

.view-training-data.light {
    color: #25282B;
}
.view-training-data.dark {
    color: white;
}.training-info-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.view-training-label {
    font-family: 'Switzer Light';
    font-size: 16px;
}

.view-training-data {
    font-family: 'Switzer Regular';
    font-size: 18px;
}

.edit-btn, .delete-btn {
    font-family: 'Switzer Regular';
    font-size: 16px;
    color: #AAAAAA;
}.list-user-training-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.select-user {
    font-family: 'Switzer Regular';
    font-size: 16px;
    color: #AAAAAA;
}.form-checkboxes span {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 14px;
}

.form-checkboxes {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 19px;
  height: 19px;
  border: 2px solid #898989;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  outline: none;
}

.form-checkboxes:checked {
  background-color: transparent;
  border-color: white;
}

.form-checkboxes:checked::after {
  content: url("data:image/svg+xml,%3csvg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.5L3.5%207L9%201'%20stroke='%231E4DA1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  color: white; 
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.send-mail-label input[type="checkbox"]:checked + span {
    color: white;
  }
.employee-performance-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.action-btn {
    filter: brightness(0) saturate(100%) invert(73%) sepia(10%) saturate(28%) hue-rotate(27deg) brightness(95%) contrast(83%);
}

.add-question-label {
    font-family: 'Switzer Regular';
    font-size: 16px;
    color: white;
}

.add-question-inputs {
    font-family: 'Switzer Regular';
    font-size: 15px;
    color: #AAAAAA;
}

.add-question-theads {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 400;
}

.add-question-data {
    font-family: 'Switzer Regular';
    font-size: 14px;
    color: white;
}

.select-employee-dropdown {
    font-family: 'Switzer Light'; 
    font-size: 16px;
    color: #AAAAAA;
}

.evaluate-modal-head {
    font-family: 'Switzer Light'; 
    font-size: 16px;
}

.employee-evaluation-theads {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 400;
}

.employee-evaluate-data {
    font-family: 'Switzer Regular';
    font-size: 14px;
    color: white;
}

.rating-data {
    font-family: 'Switzer Regular';
    font-size: 14px;
    color: #AAAAAA;
}.add-employee-performance-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.employee-performace-label {
    font-family: 'Switzer Regular';
    font-size: 16px;
    margin-bottom: 12px;
}

.employee-performace-label.light {
    color: #25282B;
}
.employee-performace-label.dark {
    color: white;
}

.employee-performace-inputs {
    border: none;
    height: 49px;
    outline: none;
    padding: 10px 20px;
    font-family: 'Switzer Regular';
    font-size: 16px;
    border-radius: 6px;
}

.employee-performace-inputs.light {
    background-color: #E9E9E9;
    color: #25282B;
}
.employee-performace-inputs.dark {
    background-color: #24242D;
    color: #AAAAAA;
}.view-employee-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.view-employee-label {
    font-family: 'Switzer Light';
    font-size: 16px;
    color: #AAAAAA;
}

.view-employee-data {
    font-family: 'Switzer Regular';
    font-size: 18px;
    color: white;
}.graph-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.graph-tabs {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    font-weight: 400;
}

.print-icon.light {
    filter: brightness(0) saturate(100%) invert(11%) sepia(20%) saturate(270%) hue-rotate(169deg) brightness(99%) contrast(89%);
}

.print-icon.dark {
    filter: brightness(0) saturate(100%) invert(100%) sepia(40%) saturate(514%) hue-rotate(212deg) brightness(115%) contrast(107%);
}.add-awareness-training-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
} .list-awareness-training-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
    /* color: white; */
}

.list-awareness-training-thead {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 400;
}

.list-awareness-training-datas {
    font-family: 'Switzer Light'; 
    font-size: 14px;
}.list-compliance-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.qms-list-compliance-thead {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
}

.qms-list-compliance-data {
    font-family: 'Switzer Regular';
    font-size: 14px;
}.add-compliance-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.add-compliance-label {
    font-family: 'Switzer Light'; 
    font-size: 16px;
}

.add-compliance-label.light {
    color: #25282B;
}
.add-compliance-label.dark {
    color: white;
}

.add-compliance-inputs {
    height: 49px;
    border: none;
    border-radius: 6px;
    margin-top: 12px;
    outline: none;
    padding: 0px 20px;
    font-family: 'Switzer Regular';
    font-size: 16px;
}

.add-compliance-inputs.dark {
    background-color: #24242D;
     color: #AAAAAA;
}
.add-compliance-inputs.light {
    background-color: #E9E9E9;
     color: #25282B;
}/* Add these styles to your qmslistawarenesstraining.css file */

/* Modal animations */
.modal-backdrop {
    transition: opacity 0.3s ease;
  }
  
  .modal-enter {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
  }
  
  .modal-enter-active {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .modal-exit {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }/* Add these styles to your qmsaddmeeting.css file */

/* Modal backdrop fade effect */
.modal-backdrop-enter {
    opacity: 0;
  }
  .modal-backdrop-enter-active {
    opacity: 1;
    transition: opacity 300ms;
  }
  .modal-backdrop-exit {
    opacity: 1;
  }
  .modal-backdrop-exit-active {
    opacity: 0;
    transition: opacity 300ms;
  }
  
  /* Modal content slide/fade effect */
  .modal-content-enter {
    opacity: 0;
    transform: scale(0.95);
  }
  .modal-content-enter-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 300ms, transform 300ms;
  }
  .modal-content-exit {
    opacity: 1;
    transform: scale(1);
  }
  .modal-content-exit-active {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 300ms, transform 300ms;
  }
  
 

  .agenda-list-head {
    font-family: 'Switzer Light'; 
    font-size: 20px;
  }

  .agenda-thead {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
  }

  .agenda-data {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    /* color: white; */
  }

  .agenda-list-label {
    font-family: 'Switzer Light'; 
    font-size: 16px;
    color: white;
  }

  .add-agenda-inputs {
    font-family: 'Switzer Light'; 
    font-size: 16px;
  } 
   

  .spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #AAAAAA;
  border-radius: 50%;
  border-top-color: #1E84AF;
  animation: spin 1s ease-in-out infinite;
  margin-right: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}.message-head {
    font-family: 'Switzer Regular';
    font-size: 26px;
}

.view-page-label {
    font-family: 'Switzer Light'; 
    font-size: 16px;
    color: #AAAAAA;
}

.view-page-data {
    font-family: 'Switzer Regular';
    font-size: 18px;
    color: white;
}.viewhead {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.viewhead.dark {
    color: white;
}
.viewhead.light {
    color: #25282B;
}

.viewlabels {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    color: #AAAAAA;
}

.viewdatas {
    font-family: 'Switzer Light';
    font-size: 14px;
}

.viewdatas.dark {
    color: white;
}
.viewdatas.light {
    color: #25282B;
}

.buttons {
    font-family: 'Switzer Light';
    font-size: 16px;
}
.add-user-header {
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 24px;
  margin-bottom: 20px;
}

.add-user-text {
  font-family: "Switzer Medium";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.add-user-text.dark {
  color: white;
}
.add-user-text.light {
  color: #25282b;
}

.list-user-btn {
  background-color: transparent;
  width: 140px;
  height: 42px;
  padding: 10px;
  border-radius: 4px;
  font-family: "Switzer Regular";
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.add-user-form {
  margin-left: 18px;
  margin-right: 18px;
}

.add-user-form.dark {
  border-top: 1px solid #383840;
}
.add-user-form.light {
  border-top: 1px solid #E9E9E9;
}

.add-user-label {
  font-family: "Switzer Regular";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.add-user-label.dark {
  color: white;
}
.add-user-label.light {
  color: #25282b;
}

.required-field {
  font-family: "Switzer Regular";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  color: #f9291f;
}

.add-user-inputs {
  margin-top: 12px;
  height: 49px;
  border: none;
  outline: none;
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Switzer Light";
}

.add-user-inputs.dark {
  background-color: #24242d;
  color: white;
}
.add-user-inputs.light {
  background-color: #e9e9e9;
  color: #25282b;
}

.permissions-texts {
  font-family: "Switzer Regular";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  color: white !important;
}

.add-user-address,
.add-user-notes {
  height: 109px;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.save-btns {
  width: 176px;
  height: 49px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e84af;
  border-radius: 6px;
  font-family: "Switzer Regular";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  color: white;
}
.save-btns:hover {
  background-color: #006692;
  color: white;
}

.form-checkboxes {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid white;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  outline: none;
}

.form-checkboxes:checked {
  border-color: white;
  background-color: transparent;
}

/* Add the blue tick */
.form-checkboxes:checked::after {
  content: url("data:image/svg+xml,%3csvg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.5L3.5%207L9%201'%20stroke='%231E4DA1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(78deg) brightness(111%) contrast(101%);
  transform: translate(-50%, -50%);
}
.list-users-main {
    border-radius: 8px;
}

.list-users-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    line-height: normal;
}
.list-users-head.dark {
    color: white;
}
.list-users-head.light {
    color: #25282B;
}

.serach-input {
    
    height: 42px;
    padding-left: 10px;
    border-radius: 6px;
    font-family: 'Switzer Light';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.serach-input.dark {
    border: 1px solid #383840;
    color: white;
}
.serach-input.light {
    border: 1px solid #E9E9E9;
    color: #25282B;
}

.serach-input.dark::-moz-placeholder {
    color: #FFFFFF80;
}

.serach-input.dark::placeholder {
    color: #FFFFFF80;
}
.serach-input.light::-moz-placeholder {
    color: #AAAAAA;
}
.serach-input.light::placeholder {
    color: #AAAAAA;
}

.add-user-btn {
    border-radius: 4px;
    width: 140px;
    height: 42px;
    padding: 10px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.add-user-btn:hover .qms-add-plus {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(251deg) brightness(102%) contrast(103%);
}

.add-user-theads {
    color: #AAAAAA;
    font-family: 'Switzer Light';
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.add-user-datas {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.total-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
     
}

.swipe-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.pagin-active {
    font-family: 'Switzer Regular';
    
    text-decoration: underline;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.pagin-inactive {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.not-found {
    font-family: 'Switzer Regular';
    color: gray;
}
.module-head {
  font-family: "Switzer Regular";
  font-size: 26px;
}

.module-head.dark {
  color: white;
}
.module-head.light {
  color: #25282b;
}

.section-name {
  font-family: "Switzer Light";
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  flex: 1;
}

.section-name.dark {
  color: white;
}
.section-name.light {
  color: #25282b;
}

.section-name span {
  font-family: "Switzer Light";
  font-size: 14px;
  color: #5b5b5b;
  white-space: nowrap;
}

.item-name {
  font-family: "Switzer Light";
  font-size: 14px;
  white-space: normal;
  word-break: break-word;
  flex: 1;
  min-width: 0;
  padding: 4px 8px;
}

.item-name.dark {
  color: #aaaaaa;
}
.item-name.light {
  color: #25282b;
}

.module-permission-name {
  font-family: "Switzer Light";
  font-size: 14px;
  white-space: normal;
  word-break: break-word;
}

.module-permission-name.dark {
  color: #aaaaaa;
}
.module-permission-name.light {
  color: #25282b;
}

.item-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  width: 100%;
}

/* Modal container */
.modal-content {
  overflow-x: hidden;
  overflow-y: auto;
  width: 90vw;
  max-width: 700px;
  max-height: 80vh;
  padding: 20px;
}

/* Section container */
.section-container {
  width: 100%;
  padding: 10px;
}
.user-info-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.user-info-head.dark {
    color: white;
}
.user-info-head.light {
    color: #25282B;
}

.view-user-labels {
    font-family: 'Switzer Light'; 
    font-size: 16px;
}

.view-user-datas {
    font-family: 'Switzer Light'; 
    font-size: 16px;
}

.view-user-datas.dark {
    color: white;
}
.view-user-datas.light {
    color: #25282B;
}

.view-user-logo {
    font-family: 'Switzer Light'; 
    font-size: 18px;
}.form-checkboxes span {
  font-family: "Switzer Light";
  font-weight: 400;
  font-size: 14px;
}

.form-checkboxes {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 19px;
  height: 19px;
  border: 2px solid #898989;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  outline: none;
}

.form-checkboxes:checked {
  background-color: transparent;
  border-color: white;
}

.form-checkboxes:checked::after {
  content: url("data:image/svg+xml,%3csvg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.5L3.5%207L9%201'%20stroke='%231E4DA1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  color: white;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.permissions-label input[type="checkbox"]:checked + span {
  color: white;
}

.permission-count, .permission-name, .menu-name, .select-btn {
    font-family: Switzer Light;
}


.QMS-tick {
  filter: brightness(0) saturate(100%) invert(56%) sepia(1%) saturate(360%) hue-rotate(345deg) brightness(93%) contrast(87%);
}
.EMS-tick {
  filter: brightness(0) saturate(100%) invert(72%) sepia(85%) saturate(395%) hue-rotate(75deg) brightness(91%) contrast(100%);
}
.OHS-tick {
  filter: brightness(0) saturate(100%) invert(44%) sepia(91%) saturate(5541%) hue-rotate(346deg) brightness(95%) contrast(106%);
}
.EnMS-tick {
  filter: brightness(0) saturate(100%) invert(60%) sepia(32%) saturate(3896%) hue-rotate(165deg) brightness(101%) contrast(101%);
}
.BMS-tick {
  filter: brightness(0) saturate(100%) invert(66%) sepia(99%) saturate(7346%) hue-rotate(276deg) brightness(107%) contrast(136%);
}
.AMS-tick {
  filter: brightness(0) saturate(100%) invert(43%) sepia(24%) saturate(4186%) hue-rotate(9deg) brightness(97%) contrast(95%);
}
.IMS-tick {
  filter: brightness(0) saturate(100%) invert(73%) sepia(28%) saturate(4024%) hue-rotate(9deg) brightness(90%) contrast(99%);
}
.User-tick {
  filter: brightness(0) saturate(100%) invert(70%) sepia(91%) saturate(2431%) hue-rotate(126deg) brightness(97%) contrast(75%);
}


.SMS-tick {
  filter: brightness(0) saturate(100%) invert(73%) sepia(28%) saturate(4024%) hue-rotate(9deg) brightness(90%) contrast(99%);
}




.common-bg.dark {
  background-color: #24242D;
}
.common-bg.light {
  background-color: #f7f6f6;
}

.common-border.dark {
  border: 1px solid #24242D;
}
.common-border.light {
  border: 1px solid #f7f6f6;
}

.qms-hover-border:hover {
  border: 1px solid #858585;
}
.ems-hover-border:hover {
  border: 1px solid #38E76C;
}
.ohs-hover-border:hover {
  border: 1px solid #F9291F;
}
.enms-hover-border:hover {
  border: 1px solid #10B8FF;
}
.bms-hover-border:hover {
  border: 1px solid #F310FF;
}
.ams-hover-border:hover {
  border: 1px solid #DD6B06;
}
.ims-hover-border:hover {
  border: 1px solid #CBA301;
}
.user-hover-border:hover {
  border: 1px solid #20C4B6;
}


.sms-hover-border:hover {
  border: 1px solid #00FFFF;
}


.fsms-hover-border:hover {
  border: 1px solid #A52A2A;
}

.cms-hover-border:hover {
  border: 1px solid #008080;
}


.lms-hover-border:hover {
  border: 1px solid #32CD32;
}


.csr-hover-border:hover {
  border: 1px solid #FF69B4;
}


.eoms-hover-border:hover {
  border: 1px solid #000080;
}


.scsm-hover-border:hover {
  border: 1px solid #8B00FF;
}

.scms-hover-border:hover {
  border: 1px solid #8B00FF;
}


.add-equipment-maintenance-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.view-equipment-maintenance-label  {
  font-size: 1rem;
   font-family: 'Switzer Regular';
  font-weight: 500;
  color: #555;
}

.view-equipment-maintenance-data {
  font-size: 1rem;
  font-family: 'Switzer Regular';
  word-break: break-word;
  overflow-wrap: break-word;
}

.view-equipment-maintenance-data ul {
  max-width: 100%;
  overflow: hidden;
}

.view-equipment-maintenance-data li {
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.text-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

@media print {
  .view-equipment-maintenance-data li {
    word-break: break-word;
    max-width: 90%;
  }
}.ems-add-plus {
    filter: brightness(0) saturate(100%) invert(73%) sepia(60%) saturate(576%) hue-rotate(76deg) brightness(96%) contrast(89%);
}

.add-manual-btn:hover .ems-add-plus {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(243deg) brightness(104%) contrast(101%);
}.add-user-header {
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 24px;
    margin-bottom: 20px;
}

.add-user-text {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: white;
}

.list-user-btn {
 
    background-color: transparent;
    width: 140px;
    height: 42px;
    padding: 10px;
    border-radius: 4px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}

.add-user-form {
    border-top: 1px solid #383840;
    margin-left: 18px;
    margin-right: 18px;
}

.add-user-label{
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: white;
}

.required-field {
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: #F9291F;
}

.add-user-inputs {
    margin-top: 12px;
    height: 49px;
    background-color: #24242D;
    border: none;
    outline: none;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Switzer Light';
}

 

.add-user-address, .add-user-notes {
    height: 109px;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
}

 

.save-btns {
    width: 176px;
    height: 49px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1E84AF;
    border-radius: 6px;
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: white;
}
.save-btns:hover {
    background-color: #006692;
    color: white;
}


 .list-users-main {
    border-radius: 8px;
}

.list-users-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    color: white;
    line-height: normal;
}

.serach-input {
     
    height: 42px;
    padding-left: 10px;
    border: 1px solid #383840;
    border-radius: 6px;
    font-family: 'Switzer Light';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: white;
}

.serach-input::-moz-placeholder {
    color: #FFFFFF80;
}

.serach-input::placeholder {
    color: #FFFFFF80;
}

.add-user-btn {
    
    border-radius: 4px;
    width: 140px;
    height: 42px;
    padding: 10px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}

.add-user-btn:hover .ems-add-plus {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(251deg) brightness(102%) contrast(103%);
}

.add-user-theads {
    color: #AAAAAA;
    font-family: 'Switzer Light';
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.add-user-datas {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
     
}

.total-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
     
}

.swipe-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}

.pagin-active {
    font-family: 'Switzer Regular';
    
    text-decoration: underline;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.pagin-inactive {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.not-found {
    font-family: 'Switzer Regular';
    color: gray;
}
.add-user-header {
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 24px;
    margin-bottom: 20px;
}

.add-user-text {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: white;
}

.list-user-btn {
  
    background-color: transparent;
    width: 140px;
    height: 42px;
    padding: 10px;
    border-radius: 4px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
   
}

.add-user-form {
    border-top: 1px solid #383840;
    margin-left: 18px;
    margin-right: 18px;
}

.add-user-label{
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: white;
}

.required-field {
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: #F9291F;
}

.add-user-inputs {
    margin-top: 12px;
    height: 49px;
    background-color: #24242D;
    border: none;
    outline: none;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Switzer Light';
}

 

.add-user-address, .add-user-notes {
    height: 109px;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
}

 

.save-btns {
    width: 176px;
    height: 49px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1E84AF;
    border-radius: 6px;
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: white;
}
.save-btns:hover {
    background-color: #006692;
    color: white;
}


 .list-users-main {
    border-radius: 8px;
}

.list-users-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    color: white;
    line-height: normal;
}

.serach-input {
     
    height: 42px;
    padding-left: 10px;
    border: 1px solid #383840;
    border-radius: 6px;
    font-family: 'Switzer Light';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: white;
}

.serach-input::-moz-placeholder {
    color: #FFFFFF80;
}

.serach-input::placeholder {
    color: #FFFFFF80;
}

.add-user-btn {
     
    border-radius: 4px;
    width: 140px;
    height: 42px;
    padding: 10px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}

.add-user-btn:hover .ohs-add-plus {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(251deg) brightness(102%) contrast(103%);
}

.add-user-theads {
    color: #AAAAAA;
    font-family: 'Switzer Light';
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.add-user-datas {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}

.total-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
     
}

.swipe-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
     
}

.pagin-active {
    font-family: 'Switzer Regular';
    
    text-decoration: underline;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.pagin-inactive {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.not-found {
    font-family: 'Switzer Regular';
    color: gray;
}
.interested-parties-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.qms-interested-parties-thead {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
}

.qms-interested-parties-data {
    font-family: 'Switzer Regular';
    font-size: 14px;
}


@media(max-width:480px) {
    .interested-parties-head {
        display: none;
    }
}
.add-interested-parties-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.view-interested-parties-label {
  font-size: 1rem;
   font-family: 'Switzer Regular';
  font-weight: 500;
  color: #555;
}

.view-interested-parties-data {
  font-size: 1rem;
  font-family: 'Switzer Regular';
  word-break: break-word;
  overflow-wrap: break-word;
}

.view-interested-parties-data ul {
  max-width: 100%;
  overflow: hidden;
}

.view-interested-parties-data li {
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.text-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

@media print {
  .view-interested-parties-data li {
    word-break: break-word;
    max-width: 90%;
  }
}.employee-performance-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.action-btn {
    filter: brightness(0) saturate(100%) invert(73%) sepia(10%) saturate(28%) hue-rotate(27deg) brightness(95%) contrast(83%);
}

.add-question-label {
    font-family: 'Switzer Regular';
    font-size: 16px;
    color: white;
}

.add-question-inputs {
    font-family: 'Switzer Regular';
    font-size: 15px;
    color: #AAAAAA;
}

.add-question-theads {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 400;
}

.add-question-data {
    font-family: 'Switzer Regular';
    font-size: 14px;
    color: white;
}

.select-employee-dropdown {
    font-family: 'Switzer Light'; 
    font-size: 16px;
    color: #AAAAAA;
}

.evaluate-modal-head {
    font-family: 'Switzer Light'; 
    font-size: 16px;
}

.employee-evaluation-theads {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 400;
}

.employee-evaluate-data {
    font-family: 'Switzer Regular';
    font-size: 14px;
    color: white;
}

.rating-data {
    font-family: 'Switzer Regular';
    font-size: 14px;
    color: #AAAAAA;
}.add-employee-performance-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.employee-performace-label {
    font-family: 'Switzer Regular';
    font-size: 16px;
    margin-bottom: 12px;
}

.employee-performace-label.light {
    color: #25282B;
}
.employee-performace-label.dark {
    color: white;
}

.employee-performace-inputs {
    border: none;
    height: 49px;
    outline: none;
    padding: 10px 20px;
    font-family: 'Switzer Regular';
    font-size: 16px;
    border-radius: 6px;
}

.employee-performace-inputs.light {
    background-color: #E9E9E9;
    color: #25282B;
}
.employee-performace-inputs.dark {
    background-color: #24242D;
    color: #AAAAAA;
}.view-employee-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.view-employee-label {
    font-family: 'Switzer Light';
    font-size: 16px;
    color: #AAAAAA;
}

.view-employee-data {
    font-family: 'Switzer Regular';
    font-size: 18px;
    color: white;
}.graph-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
}

.graph-tabs {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    font-weight: 400;
}

.print-icon.light {
    filter: brightness(0) saturate(100%) invert(11%) sepia(20%) saturate(270%) hue-rotate(169deg) brightness(99%) contrast(89%);
}

.print-icon.dark {
    filter: brightness(0) saturate(100%) invert(100%) sepia(40%) saturate(514%) hue-rotate(212deg) brightness(115%) contrast(107%);
}.add-awareness-training-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
} .list-awareness-training-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
    /* color: white; */
}

.list-awareness-training-thead {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 400;
}

.list-awareness-training-datas {
    font-family: 'Switzer Light'; 
    font-size: 14px;
}/* Add these styles to your qmslistawarenesstraining.css file */

/* Modal animations */
.modal-backdrop {
    transition: opacity 0.3s ease;
  }
  
  .modal-enter {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
  }
  
  .modal-enter-active {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .modal-exit {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }/* Add these styles to your qmsaddmeeting.css file */

/* Modal backdrop fade effect */
.modal-backdrop-enter {
    opacity: 0;
  }
  .modal-backdrop-enter-active {
    opacity: 1;
    transition: opacity 300ms;
  }
  .modal-backdrop-exit {
    opacity: 1;
  }
  .modal-backdrop-exit-active {
    opacity: 0;
    transition: opacity 300ms;
  }
  
  /* Modal content slide/fade effect */
  .modal-content-enter {
    opacity: 0;
    transform: scale(0.95);
  }
  .modal-content-enter-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 300ms, transform 300ms;
  }
  .modal-content-exit {
    opacity: 1;
    transform: scale(1);
  }
  .modal-content-exit-active {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 300ms, transform 300ms;
  }
  
 

  .agenda-list-head {
    font-family: 'Switzer Light'; 
    font-size: 20px;
  }

  .agenda-thead {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
  }

  .agenda-data {
    font-family: 'Switzer Light'; 
    font-size: 14px;
    /* color: white; */
  }

  .agenda-list-label {
    font-family: 'Switzer Light'; 
    font-size: 16px;
    color: white;
  }

  .add-agenda-inputs {
    font-family: 'Switzer Light'; 
    font-size: 16px;
  } 
   

  .spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #AAAAAA;
  border-radius: 50%;
  border-top-color: #1E84AF;
  animation: spin 1s ease-in-out infinite;
  margin-right: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}.message-head {
    font-family: 'Switzer Regular';
    font-size: 26px;
}

.view-page-label {
    font-family: 'Switzer Light'; 
    font-size: 16px;
    color: #AAAAAA;
}

.view-page-data {
    font-family: 'Switzer Regular';
    font-size: 18px;
    color: white;
}.enms-add-plus {
    filter: brightness(0) saturate(100%) invert(59%) sepia(80%) saturate(2604%) hue-rotate(166deg) brightness(101%) contrast(101%);
}

.add-manual-btn:hover .enms-add-plus {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(243deg) brightness(104%) contrast(101%);
}.add-user-header {
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 24px;
    margin-bottom: 20px;
}

.add-user-text {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: white;
}

.list-user-btn {
   
    background-color: transparent;
    width: 140px;
    height: 42px;
    padding: 10px;
    border-radius: 4px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}


.add-user-form {
    border-top: 1px solid #383840;
    margin-left: 18px;
    margin-right: 18px;
}

.add-user-label{
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: white;
}

.required-field {
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: #F9291F;
}

.add-user-inputs {
    margin-top: 12px;
    height: 49px;
    background-color: #24242D;
    border: none;
    outline: none;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Switzer Light';
}

 

.add-user-address, .add-user-notes {
    height: 109px;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
}

 

.save-btns {
    width: 176px;
    height: 49px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1E84AF;
    border-radius: 6px;
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: white;
}
.save-btns:hover {
    background-color: #006692;
    color: white;
}


 .list-users-main {
    border-radius: 8px;
}

.list-users-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    color: white;
    line-height: normal;
}

.serach-input {
    
    height: 42px;
    padding-left: 10px;
    border: 1px solid #383840;
    border-radius: 6px;
    font-family: 'Switzer Light';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: white;
}

.serach-input::-moz-placeholder {
    color: #FFFFFF80;
}

.serach-input::placeholder {
    color: #FFFFFF80;
}

.add-user-btn {
     
    border-radius: 4px;
    width: 140px;
    height: 42px;
    padding: 10px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}

.add-user-btn:hover .enms-add-plus {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(251deg) brightness(102%) contrast(103%);
}

.add-user-theads {
    color: #AAAAAA;
    font-family: 'Switzer Light';
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.add-user-datas {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
     
}

.total-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}

.swipe-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
     
}

.pagin-active {
    font-family: 'Switzer Regular';
    
    text-decoration: underline;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.pagin-inactive {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.not-found {
    font-family: 'Switzer Regular';
    color: gray;
}
.bms-add-plus {
    filter: brightness(0) saturate(100%) invert(22%) sepia(50%) saturate(6554%) hue-rotate(280deg) brightness(117%) contrast(123%);
}

.add-manual-btn:hover .bms-add-plus {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(243deg) brightness(104%) contrast(101%);
}.add-user-header {
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 24px;
    margin-bottom: 20px;
}

.add-user-text {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: white;
}

.list-user-btn {
    
    background-color: transparent;
    width: 140px;
    height: 42px;
    padding: 10px;
    border-radius: 4px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}

.add-user-form {
    border-top: 1px solid #383840;
    margin-left: 18px;
    margin-right: 18px;
}

.add-user-label{
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: white;
}

.required-field {
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: #F9291F;
}

.add-user-inputs {
    margin-top: 12px;
    height: 49px;
    background-color: #24242D;
    border: none;
    outline: none;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Switzer Light';
}

 

.add-user-address, .add-user-notes {
    height: 109px;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
}

 

.save-btns {
    width: 176px;
    height: 49px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1E84AF;
    border-radius: 6px;
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: white;
}
.save-btns:hover {
    background-color: #006692;
    color: white;
}


 .list-users-main {
    border-radius: 8px;
}

.list-users-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    color: white;
    line-height: normal;
}

.serach-input {
     
    height: 42px;
    padding-left: 10px;
    border: 1px solid #383840;
    border-radius: 6px;
    font-family: 'Switzer Light';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: white;
}

.serach-input::-moz-placeholder {
    color: #FFFFFF80;
}

.serach-input::placeholder {
    color: #FFFFFF80;
}

.add-user-btn {
     
    border-radius: 4px;
    width: 140px;
    height: 42px;
    padding: 10px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
   
}

.add-user-btn:hover .bms-add-plus {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(251deg) brightness(102%) contrast(103%);
}

.add-user-theads {
    color: #AAAAAA;
    font-family: 'Switzer Light';
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.add-user-datas {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.total-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
     
}

.swipe-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
     
}

.pagin-active {
    font-family: 'Switzer Regular';
    
    text-decoration: underline;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.pagin-inactive {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.not-found {
    font-family: 'Switzer Regular';
    color: gray;
}
.ams-add-plus {
    filter: brightness(0) saturate(100%) invert(42%) sepia(98%) saturate(637%) hue-rotate(356deg) brightness(98%) contrast(99%);
}

.add-manual-btn:hover .ams-add-plus {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(243deg) brightness(104%) contrast(101%);
}.add-user-header {
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 24px;
    margin-bottom: 20px;
}

.add-user-text {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: white;
}

.list-user-btn {
    
    background-color: transparent;
    width: 140px;
    height: 42px;
    padding: 10px;
    border-radius: 4px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
 
}

.add-user-form {
    border-top: 1px solid #383840;
    margin-left: 18px;
    margin-right: 18px;
}

.add-user-label{
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: white;
}

.required-field {
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: #F9291F;
}

.add-user-inputs {
    margin-top: 12px;
    height: 49px;
    background-color: #24242D;
    border: none;
    outline: none;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Switzer Light';
}

 
.add-user-address, .add-user-notes {
    height: 109px;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
}

 

.save-btns {
    width: 176px;
    height: 49px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1E84AF;
    border-radius: 6px;
    font-family: 'Switzer Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: white;
}
.save-btns:hover {
    background-color: #006692;
    color: white;
}


 .list-users-main {
    border-radius: 8px;
}

.list-users-head {
    font-family: 'Switzer Medium';
    font-size: 26px;
    font-style: normal;
    color: white;
    line-height: normal;
}

.serach-input {
     
    height: 42px;
    padding-left: 10px;
    border: 1px solid #383840;
    border-radius: 6px;
    font-family: 'Switzer Light';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: white;
}

.serach-input::-moz-placeholder {
    color: #FFFFFF80;
}

.serach-input::placeholder {
    color: #FFFFFF80;
}

.add-user-btn {
     
    border-radius: 4px;
    width: 140px;
    height: 42px;
    padding: 10px;
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
  
}

.add-user-btn:hover .ams-add-plus {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(251deg) brightness(102%) contrast(103%);
}

.add-user-theads {
    color: #AAAAAA;
    font-family: 'Switzer Light';
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.add-user-datas {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}

.total-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}

.swipe-text {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}

.pagin-active {
    font-family: 'Switzer Regular';
     
    text-decoration: underline;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.pagin-inactive {
    font-family: 'Switzer Regular';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.not-found {
    font-family: 'Switzer Regular';
    color: gray;
}
