@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/*
! tailwindcss v3.4.10 | 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] {
  display: none;
}

*, ::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:  ;
}

.tw-absolute{
  position: absolute;
}

.tw-relative{
  position: relative;
}

.tw--left-40{
  left: -10rem;
}

.tw-bottom-12{
  bottom: 3rem;
}

.tw-bottom-7{
  bottom: 1.75rem;
}

.tw-left-0{
  left: 0px;
}

.tw-left-12{
  left: 3rem;
}

.tw-right-0{
  right: 0px;
}

.tw-top-0{
  top: 0px;
}

.tw-top-20{
  top: 5rem;
}

.tw-top-40{
  top: 10rem;
}

.tw-z-10{
  z-index: 10;
}

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

.tw-my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.tw-my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.tw-my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tw-my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.tw-my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.tw-my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.tw-my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tw-mb-20{
  margin-bottom: 5rem;
}

.tw-mb-3{
  margin-bottom: 0.75rem;
}

.tw-mb-32{
  margin-bottom: 8rem;
}

.tw-mb-4{
  margin-bottom: 1rem;
}

.tw-mt-10{
  margin-top: 2.5rem;
}

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

.tw-flex{
  display: flex;
}

.tw-size-10{
  width: 2.5rem;
  height: 2.5rem;
}

.tw-size-14{
  width: 3.5rem;
  height: 3.5rem;
}

.tw-size-16{
  width: 4rem;
  height: 4rem;
}

.tw-size-20{
  width: 5rem;
  height: 5rem;
}

.tw-size-32{
  width: 8rem;
  height: 8rem;
}

.tw-size-5{
  width: 1.25rem;
  height: 1.25rem;
}

.tw-h-0\.5{
  height: 0.125rem;
}

.tw-h-16{
  height: 4rem;
}

.tw-h-full{
  height: 100%;
}

.tw-w-14{
  width: 3.5rem;
}

.tw-w-16{
  width: 4rem;
}

.tw--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));
}

.tw-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));
}

.tw-cursor-pointer{
  cursor: pointer;
}

.tw-items-center{
  align-items: center;
}

.tw-justify-center{
  justify-content: center;
}

.tw-justify-between{
  justify-content: space-between;
}

.tw-gap-1{
  gap: 0.25rem;
}

.tw-gap-4{
  gap: 1rem;
}

.tw-gap-5{
  gap: 1.25rem;
}

.tw-gap-y-3{
  row-gap: 0.75rem;
}

.tw-whitespace-nowrap{
  white-space: nowrap;
}

.tw-rounded{
  border-radius: 0.25rem;
}

.tw-rounded-2xl{
  border-radius: 1rem;
}

.tw-rounded-full{
  border-radius: 9999px;
}

.tw-rounded-lg{
  border-radius: 0.5rem;
}

.tw-rounded-md{
  border-radius: 0.375rem;
}

.tw-rounded-sm{
  border-radius: 0.125rem;
}

.tw-border{
  border-width: 1px;
}

.tw-border-2{
  border-width: 2px;
}

.tw-border-b-4{
  border-bottom-width: 4px;
}

.tw-border-l-4{
  border-left-width: 4px;
}

.tw-border-s-4{
  border-inline-start-width: 4px;
}

.tw-border-s-8{
  border-inline-start-width: 8px;
}

.tw-border-dashed{
  border-style: dashed;
}

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

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

.tw-border-cyan-400{
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}

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

.tw-border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

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

.tw-border-green-700{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.tw-border-green-800{
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.tw-border-neutral-400{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.tw-border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.tw-border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.tw-border-rose-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.tw-border-staffBtnBorder{
  --tw-border-opacity: 1;
  border-color: rgb(59 116 113 / var(--tw-border-opacity));
}

.tw-border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.tw-border-b-yellow-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.tw-border-s-blue-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.tw-border-s-purple-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.tw-bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.tw-bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.tw-bg-btnAddJob{
  --tw-bg-opacity: 1;
  background-color: rgb(59 116 113 / var(--tw-bg-opacity));
}

.tw-bg-btnBgDarkGreen{
  --tw-bg-opacity: 1;
  background-color: rgb(59 116 113 / var(--tw-bg-opacity));
}

.tw-bg-contactBackground{
  --tw-bg-opacity: 1;
  background-color: rgb(213 229 210 / var(--tw-bg-opacity));
}

.tw-bg-customBackground{
  --tw-bg-opacity: 1;
  background-color: rgb(6 195 40 / var(--tw-bg-opacity));
}

.tw-bg-customColor{
  --tw-bg-opacity: 1;
  background-color: rgb(6 195 40 / var(--tw-bg-opacity));
}

.tw-bg-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}

.tw-bg-featuresBackground{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 239 / var(--tw-bg-opacity));
}

.tw-bg-featuresDarkBg{
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 99 / var(--tw-bg-opacity));
}

.tw-bg-featuresLightBg{
  --tw-bg-opacity: 1;
  background-color: rgb(213 229 210 / var(--tw-bg-opacity));
}

.tw-bg-footerBackground{
  --tw-bg-opacity: 1;
  background-color: rgb(213 229 210 / var(--tw-bg-opacity));
}

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

.tw-bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

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

.tw-bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.tw-bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.tw-bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.tw-bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

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

.tw-bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.tw-bg-inputBackground{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.tw-bg-neutral-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.tw-bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.tw-bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.tw-bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.tw-bg-rose-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.tw-bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.tw-bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.tw-bg-sociaMediaBackground{
  --tw-bg-opacity: 1;
  background-color: rgb(7 68 78 / var(--tw-bg-opacity));
}

.tw-bg-testimonialBackground{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

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

.tw-bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.tw-object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.tw-p-2{
  padding: 0.5rem;
}

.tw-p-3{
  padding: 0.75rem;
}

.tw-p-4{
  padding: 1rem;
}

.tw-p-5{
  padding: 1.25rem;
}

.tw-p-7{
  padding: 1.75rem;
}

.tw-p-8{
  padding: 2rem;
}

.tw-px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

.tw-px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.tw-py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tw-py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tw-py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tw-py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw-py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.tw-py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

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

.tw-py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.tw-py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tw-pb-14{
  padding-bottom: 3.5rem;
}

.tw-pb-2{
  padding-bottom: 0.5rem;
}

.tw-pb-3{
  padding-bottom: 0.75rem;
}

.tw-pb-32{
  padding-bottom: 8rem;
}

.tw-pe-10{
  padding-inline-end: 2.5rem;
}

.tw-ps-10{
  padding-inline-start: 2.5rem;
}

.tw-ps-3{
  padding-inline-start: 0.75rem;
}

.tw-pt-1{
  padding-top: 0.25rem;
}

.tw-pt-10{
  padding-top: 2.5rem;
}

.tw-pt-3{
  padding-top: 0.75rem;
}

.tw-pt-4{
  padding-top: 1rem;
}

.tw-pt-7{
  padding-top: 1.75rem;
}

.tw-pt-80{
  padding-top: 20rem;
}

.tw-pt-9{
  padding-top: 2.25rem;
}

.tw-text-center{
  text-align: center;
}

.tw-align-middle{
  vertical-align: middle;
}

.tw-font-fontExo{
  font-family: "Exo", sans-serif;
}

.tw-text-8xl{
  font-size: 6rem;
  line-height: 1;
}

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

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

.tw-font-bold{
  font-weight: 700;
}

.tw-font-medium{
  font-weight: 500;
}

.tw-font-normal{
  font-weight: 400;
}

.tw-font-semibold{
  font-weight: 600;
}

.tw-uppercase{
  text-transform: uppercase;
}

.tw-leading-6{
  line-height: 1.5rem;
}

.tw-leading-normal{
  line-height: 1.5;
}

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

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

.tw-text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.tw-text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.tw-text-customColor{
  --tw-text-opacity: 1;
  color: rgb(6 195 40 / var(--tw-text-opacity));
}

.tw-text-darkGreen{
  --tw-text-opacity: 1;
  color: rgb(36 85 83 / var(--tw-text-opacity));
}

.tw-text-featuresText{
  color: #0000000A;
}

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

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

.tw-text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.tw-text-lightBlue{
  --tw-text-opacity: 1;
  color: rgb(107 134 187 / var(--tw-text-opacity));
}

.tw-text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

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

.tw-text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.tw-underline{
  text-decoration-line: underline;
}

.tw-no-underline{
  text-decoration-line: none;
}

.tw-shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-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);
}

.tw-shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-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);
}

.tw-transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-delay-100{
  transition-delay: 100ms;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

/* Bootstrap Reset */

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.hero-section {
  background: no-repeat right url("../images/hero-background.png");
  height: 100vh;
}

#left-arrow:hover {
  cursor: pointer;
}

#right-arrow:hover {
  cursor: pointer;
}

/* Initial position of the content */

#dynamic-content {
  position: relative;
  transition: transform 0.5s ease-in-out;
  opacity: 1;
}

/* Slide out to the left */

#dynamic-content.slide-out-left {
  transform: translateX(-100%);
  opacity: 0;
}

/* Slide in from the right */

#dynamic-content.slide-in-right {
  transform: translateX(100%);
  opacity: 0;
}

/* Slide out to the right */

#dynamic-content.slide-out-right {
  transform: translateX(100%);
  opacity: 0;
}

/* Slide in from the left */

#dynamic-content.slide-in-left {
  transform: translateX(-100%);
  opacity: 0;
}

/* Reset to normal position after the transition */

#dynamic-content.active {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
}

#go-top-btn {
  position: fixed;
  bottom: 20px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  transition: opacity 0.4s, transform 0.4s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 99;
  opacity: 0;
  transform: scale(0.9);
}

#go-top-btn.show {
  opacity: 1;
  transform: scale(1);
}

#go-top-btn i {
  color: #fff;
  font-size: 25px;
}

.navbar-toggler:focus {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  outline: none !important;
  box-shadow: none !important;
}

.about-us-section {
  background: url("../images/stylish-line.svg") no-repeat;
  background-position: bottom left;
}

/* Features Section CSS */

.feature-card-1 {
  background: url("../images/feature-card-1-bg.png") no-repeat center;
  background-size: cover;
  height: 350px;
  border-radius: 20px;
}

.feature-card-2 {
  background: url("../images/feature-card-2-bg.png") no-repeat center;
  background-size: cover;
  height: 350px;
  border-radius: 20px;
}

.feature-card-3 {
  background: url("../images/feature-card-3-bg.png") no-repeat center;
  background-size: cover;
  height: 350px;
  border-radius: 20px;
}

/* How It Works CSS */

.how-it-works-bg {
  background: url("../images/how-it-works-bg.svg") no-repeat center;
  background-size: cover;
  height: -moz-max-content;
  height: max-content;
}

.circle {
  height: 40px;
  width: 40px;
}

.btn-modal-close {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.slick-next {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 26px 0px #0000001c !important;
  padding: 20px !important;
  right: -60px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: #06c328 !important;
  font-size: 15px !important;
  border-radius: 5px !important;
}

.slick-next:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none !important;
}

.slick-prev {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 26px 0px #0000001c !important;
  border-radius: 5px !important;
  padding: 20px !important;
  left: -60px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: #06c328 !important;
  font-size: 15px !important;
}

.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none !important;
}

.quotes-section {
  background: url("../images/quote-bg.png") no-repeat center;
  background-size: cover;
  height: -moz-max-content;
  height: max-content;
}

.input-group-style-reset {
  background-color: #f5f5f5 !important;
}

.input-group-style-reset:focus {
  box-shadow: none !important;
  border: 1px 1px 0px 1px !important;
  border-style: solid !important;
  border-color: #ced4da !important;
  outline: none !important;
}

.bootstrap-input-reset-style:focus {
  box-shadow: none !important;
  outline: none !important;
}

.contact-border {
  border-radius: 0px 0px 94px 0px;
}

.footer-link-underline {
  text-decoration: underline;
  text-decoration-color: #06c328;
  text-decoration-style: solid;
}

.email-placeholder::-moz-placeholder {
  color: white !important;
}

.email-placeholder::placeholder {
  color: white !important;
}

.input-reset-style {
  background-color: #21212180 !important;
}

.input-reset-style:focus {
  border: 1px solid #ced4da !important;
  box-shadow: none !important;
  outline: none !important;
}

.footer {
  background-color: #07444eb0;
}

.mobile-hidden {
  display: block;
}

/* Dashboard Page CSS */

.bgDashboard {
  background-color: #fafafb;
}

.staff-bar {
  height: 660px;
  overflow-y: scroll;
}

.yellow-circle {
  height: 25px;
  width: 25px;
}

#staffDropArea {
  transition: background-color 0.3s;
  /* Smooth transition */
}

#staffDropArea.hovered {
  background-color: red;
  /* Change background color to red */
}

#staffDropArea i {
  cursor: pointer;
  /* Change cursor to pointer for icons */
}

.remove-icon {
  color: red;
  /* Change color as desired */
}

/* Custom scrollbar for WebKit browsers (Chrome, Safari, etc.) */

.staff-bar::-webkit-scrollbar {
  height: 8px;
  /* Adjust scrollbar height for horizontal scroll */
}

.staff-bar::-webkit-scrollbar-thumb {
  background-color: #a0aec0;
  /* Tailwind gray-400 */
  border-radius: 5px;
  /* Rounded scrollbar thumb */
}

.staff-bar::-webkit-scrollbar-track {
  background-color: #e2e8f0;
  /* Tailwind gray-200 */
}

/* Custom scrollbar for Firefox */

.staff-bar {
  scrollbar-width: thin;
  /* Thin scrollbar */
  scrollbar-color: #f3f4f6 #ffffff;
  /* Thumb color and track color */
}

/* Custom scrollbar for IE, Edge, and older browsers */

.staff-bar {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* IE and Edge */
}

.btn-reset-style:focus {
  outline: none;
  box-shadow: none !important;
}

.flag-dropdown {
  overflow-y: scroll !important;
  height: 205px !important;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background-color: #121212;
  /* or any color you prefer */
}

.navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

.custom-nav-tabs.active {
  background-color: #ffdd38 !important;
  color: black !important;
}

.date-range-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #fafafb;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
}

.calendar-icon {
  font-size: 20px;
  margin-right: 10px;
}

.date-range-text {
  display: flex;
  flex-direction: column;
}

.date-range-text .days {
  font-weight: bold;
  font-size: 9px;
}

.date-range-text .dates {
  color: #555;
  font-size: 9px;
}

.dropdown-icon {
  margin-left: 10px;
  font-size: 12px;
}

/* Date Picker Styling */

.date-picker-container {
  display: none;
  margin-top: 10px;
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 40px;
}

.date-picker-container input {
  margin-right: 10px;
}

.personal-info {
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  border: 2px solid green;
}

.file-input {
  display: none;
}

/* Custom button styles */

.file-upload-btn {
  background-color: #3b7471;
  color: white;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Button hover effect */

.file-upload-btn:hover {
  background-color: #237156;
}

/* Button focus effect */

.file-upload-btn:focus {
  outline: none;
  /* box-shadow: 0 0 5px #2b8e6e; */
}

.custom-date-container {
  position: relative;
}

.custom-date-input {
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  /* Add space for the arrow */
  border-radius: 5px;
  border: 1px solid #d1d5db;
  background-color: #f3f4f6;
  font-size: 16px;
  transition: all 0.3s;
}

.custom-date-input:focus {
  /* border-color: #4ade80; */
  outline: none;
  /* box-shadow: 0 0 5px rgba(72, 187, 120, 0.5); */
}

/* Right-side arrow */

.date-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Prevent the arrow from blocking clicks */
}

/* Optional: Style the placeholder to always be aligned to the left */

.custom-date-input::-moz-placeholder {
  color: #9ca3af;
}

.custom-date-input::placeholder {
  color: #9ca3af;
}

.custom-month-container {
  position: relative;
  /* width: 250px; */
}

.custom-month-input {
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  /* Add space for the arrow */
  border-radius: 5px;
  border: 1px solid #d1d5db;
  background-color: #f3f4f6;
  font-size: 16px;
  transition: all 0.3s;
}

.custom-month-input:focus {
  /* border-color: #4ade80; */
  outline: none;
  /* box-shadow: 0 0 5px rgba(72, 187, 120, 0.5); */
}

/* Right-side arrow */

.month-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Prevent the arrow from blocking clicks */
}

/* Placeholder styling */

.custom-month-input::-moz-placeholder {
  color: #9ca3af;
}

.custom-month-input::placeholder {
  color: #9ca3af;
}

.custom-year-container {
  position: relative;
}

.custom-year-input {
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  /* Add space for the arrow */
  border-radius: 5px;
  border: 1px solid #d1d5db;
  background-color: #f3f4f6;
  font-size: 16px;
  transition: all 0.3s;
}

.custom-year-input:focus {
  /* border-color: #4ade80; */
  outline: none;
  /* box-shadow: 0 0 5px rgba(72, 187, 120, 0.5); */
}

/* Right-side arrow */

.year-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Prevent the arrow from blocking clicks */
}

/* Placeholder styling */

.custom-year-input::-moz-placeholder {
  color: #9ca3af;
}

.custom-year-input::placeholder {
  color: #9ca3af;
}

.staff-image {
  height: 45px;
  width: 45px;
}

.staff-image img {
  height: 100%;
  width: 100%;
  border: 2px solid #ccc;
}

.equipment-image {
  height: 45px;
  width: 45px;
}

.equipment-image img {
  height: 100%;
  width: 100%;
  border: 2px solid #ccc;
}

.file-drop-zone {
  border: 2px dashed #ced4da;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  background-color: #f9fafc;
  transition: background-color 0.3s ease;
}

.file-drop-zone-inner {
  color: #6c757d;
}

.icon {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}

.browse-file {
  color: #3b7471;
  font-weight: 600;
  cursor: pointer;
}

.file-size {
  font-size: 12px;
  color: #adb5bd;
}

.file-drop-zone.dragover {
  background-color: #f1f3f5;
}

.file-item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background-color: #ffffff;
  align-items: center;
}

.file-name {
  font-weight: bold;
}

.file-size-display {
  color: #6c757d;
  font-size: 12px;
}

.delete-icon {
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  background-color: #e6ede5;
}

.delete-icon img {
  width: 10px;
  /* Adjust width */
  height: 10px;
  /* Adjust height */
  cursor: pointer;
}

/* Styling for Read-Only Document */

.file-drop-zone.readonly-document {
  border: 2px dashed #28a745;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  background-color: #f9fafc;
  margin-bottom: 20px;
}

.browse-readonly-file {
  color: #3b7471;
  cursor: pointer;
  font-weight: 600;
}

/* Uploaded Read-Only Files Preview Section */

#readonlyFileList .file-item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background-color: #ffffff;
  align-items: center;
}

#readonlyFileList .file-name {
  font-weight: bold;
}

#readonlyFileList .file-size-display {
  color: #6c757d;
  font-size: 12px;
}

#readonlyFileList .delete-icon {
  cursor: pointer;
}

#readonlyFileList .delete-icon img {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
  width: 450px;
  border-radius: 20px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0 !important;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0 !important;
  padding: 0;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3b7471 !important;
  color: #fff;
  font-size: 1em;
}

div:where(.swal2-container) .swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 1em 1em 0.3em !important;
  overflow: auto;
  color: #7d7d7d !important;
  font-size: 1em !important;
  font-weight: normal;
  line-height: 1.4rem !important;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.time-text {
  font-size: 9px;
}

/* Styling for Examination Certificate */

.file-drop-zone.exam-certificate {
  border: 2px dashed #237156;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  background-color: #f0f8ff;
  margin-bottom: 20px;
}

.browse-exam-certificate {
  color: #237156;
  cursor: pointer;
  font-weight: 600;
}

/* Uploaded Examination Certificate Files Preview Section */

#examCertificateFileList .file-item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background-color: #ffffff;
  align-items: center;
}

#examCertificateFileList .file-name {
  font-weight: bold;
}

#examCertificateFileList .file-size-display {
  color: #6c757d;
  font-size: 12px;
}

#examCertificateFileList .delete-icon {
  cursor: pointer;
}

#examCertificateFileList .delete-icon img {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

/* Styling for User Manual Details */

.file-drop-zone.user-manual {
  border: 2px dashed #237156;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  background-color: #f0f8ff;
  margin-bottom: 20px;
}

.browse-user-manual {
  color: #237156;
  cursor: pointer;
  font-weight: 600;
}

/* Uploaded User Manual Files Preview Section */

#userManualFileList .file-item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background-color: #ffffff;
  align-items: center;
}

#userManualFileList .file-name {
  font-weight: bold;
}

#userManualFileList .file-size-display {
  color: #6c757d;
  font-size: 12px;
}

#userManualFileList .delete-icon {
  cursor: pointer;
}

#userManualFileList .delete-icon img {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.test {
  height: auto;
  width: auto;
  overflow-x: scroll;
  white-space: nowrap;
}

/* Custom scrollbar for WebKit browsers (Chrome, Safari, etc.) */

.test::-webkit-scrollbar {
  height: 8px;
  /* Adjust scrollbar height for horizontal scroll */
}

.test::-webkit-scrollbar-thumb {
  background-color: #a0aec0;
  /* Tailwind gray-400 */
  border-radius: 5px;
  /* Rounded scrollbar thumb */
}

.test::-webkit-scrollbar-track {
  background-color: #e2e8f0;
  /* Tailwind gray-200 */
}

/* Custom scrollbar for Firefox */

.test {
  scrollbar-width: thin;
  /* Thin scrollbar */
  scrollbar-color: #f3f4f6 #ffffff;
  /* Thumb color and track color */
}

/* Custom scrollbar for IE, Edge, and older browsers */

.test {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* IE and Edge */
}

.custom-hr {
  border: 0;
  border-top: 1px solid #e2e8f0;
  /* Tailwind gray-200 */
  flex: 1;
  /* Make the line take up the available space */
  margin: 0;
  /* Remove default margins */
}

.time {
  height: 500px;
  overflow-y: scroll;
}

/* Custom scrollbar for WebKit browsers (Chrome, Safari, etc.) */

.time::-webkit-scrollbar {
  height: 8px;
  /* Adjust scrollbar height for horizontal scroll */
}

.time::-webkit-scrollbar-thumb {
  background-color: #a0aec0;
  /* Tailwind gray-400 */
  border-radius: 5px;
  /* Rounded scrollbar thumb */
}

.time::-webkit-scrollbar-track {
  background-color: #e2e8f0;
  /* Tailwind gray-200 */
}

/* Custom scrollbar for Firefox */

.time {
  scrollbar-width: thin;
  /* Thin scrollbar */
  scrollbar-color: #f3f4f6 #ffffff;
  /* Thumb color and track color */
}

/* Custom scrollbar for IE, Edge, and older browsers */

.time {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* IE and Edge */
}

.hidden-content {
  display: none;
}

/* // X-Small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .mobile-hidden {
    display: none;
  }

  iframe {
    height: 300px;
  }
}

/* // Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  .mobile-hidden {
    display: none;
  }
}

/* // Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  .mobile-hidden {
    display: none;
  }
}

/* // Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
}

/* // X-Large devices (large desktops, less than 1400px) */

@media (max-width: 1399.98px) {
}

/* // XX-Large devices (larger desktops) */

/* // No media query since the xxl breakpoint has no upper bound on its width */

@media (min-width: 767.98px) {
  .divider {
    display: block;
    visibility: hidden;
    font-size: 0;
  }
}

.hover\:tw-ms-5:hover{
  margin-inline-start: 1.25rem;
}

.hover\:tw-bg-customBackground:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 195 40 / var(--tw-bg-opacity));
}

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

.hover\:tw-bg-transparent:hover{
  background-color: transparent;
}

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

.hover\:tw-text-customColor:hover{
  --tw-text-opacity: 1;
  color: rgb(6 195 40 / var(--tw-text-opacity));
}

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

.hover\:tw-shadow-2xl:hover{
  --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);
}

@media (min-width: 640px){
  .sm\:tw-ms-0{
    margin-inline-start: 0px;
  }

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

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

  .sm\:tw-pb-20{
    padding-bottom: 5rem;
  }

  .sm\:tw-pt-72{
    padding-top: 18rem;
  }
}

@media (min-width: 1024px){
  .lg\:tw-ms-32{
    margin-inline-start: 8rem;
  }

  .lg\:tw-px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:tw-px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:tw-pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:tw-pt-80{
    padding-top: 20rem;
  }
}
