/*
! tailwindcss v3.2.4 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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;
}

body {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

body *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

body *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

body::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

body::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

header {
  position: fixed;
  top: 0px;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
  --tw-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 25px 0px 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-drop-shadow: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
  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);
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.userSvg {
  display: block;
}

header nav {
  display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown-btn {
  background-color: inherit !important;
  color: #7E7E7E;
  font-size: 12px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: start;
  user-select: none;
  gap: 6px;
}

.dropdown-btn img {
  width: 16px;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 236px;
  z-index: 100 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}


.dropdown-content.show {
  display: block;
}


.user-name {
  padding: 10px 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  cursor: default;
}


.dropdown-content a {
  color: #3A3A3A;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.dropdown-content a:hover {
  background-color: #f1f1f1;
}

@media (min-width: 640px) {
  header nav {
    display: block;
  }
}

header nav ul {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

header nav ul li {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

header nav ul li:hover {
  --tw-text-opacity: 1;
  color: rgb(255 87 34 / var(--tw-text-opacity));
}

form,
section.change-password-form-container {
  width: 18rem;
  overflow: hidden;
}

main {
  position: relative;
  z-index: 10;
  padding-bottom: 3rem;
}



/* Mobile Menu */

aside {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

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

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

.container {
  width: 100%;
}

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

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

@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;
  }
}

.filter-container {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgb(237 237 237 / 0.95);
  /* background-image: url('../images/bg.jpg'); */
  background-repeat: no-repeat;
  background-blend-mode: lighten;
}

.yellow-filter {
  position: absolute;
  top: 0px;
  z-index: 0;
  height: 20rem;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(255 199 0 / 0.7);
  --tw-gradient-to: rgb(255 199 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
}

/* buttons */

.btn {
  display: flex;
  height: 2.5rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .btn {
    min-width: 130px;
  }
}

.btn-outline {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 122 209 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 122 209 / var(--tw-text-opacity));
}

.btn-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 87 34 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 87 34 / var(--tw-text-opacity));
}

.btn-primary {
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 209 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.disabledApplyBtn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-links-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

.btn-links {
  width: 100%;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  text-wrap: nowrap;
}

.btn-links span {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(11 120 209 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.btn-links span:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 87 34 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 87 34 / var(--tw-text-opacity));
}

/* navbar */

.register-nav {
  display: none;
  flex-direction: row;
  gap: 0.5rem;
}

.register-nav:hover {
  cursor: pointer;
}

@media (min-width: 640px) {
  .register-nav {
    display: flex;
  }
}

.register-nav-item {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.register-nav-item:hover {
  --tw-text-opacity: 1;
  color: rgb(255 87 34 / var(--tw-text-opacity));
}

.register-nav-item-signup {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.register-nav-item-signup svg {
  fill: #0B78D1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.group:hover .register-nav-item-signup svg {
  fill: #FF5722;
}

.register-nav-item svg {
  fill: #0B78D1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  display: block !important;
}

.group:hover .register-nav-item svg {
  fill: #FF5722;
}

/* horizontal form  */

.horizontal-form {
  margin-left: 11rem;
  margin-top: 4rem;
}

@media (min-width: 1536px) {
  .horizontal-form {
    margin-top: 8rem;
  }
}

.horizontal-form-header {
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(11 120 209 / var(--tw-bg-opacity));
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 640px) {
  .horizontal-form-header {
    display: none;
  }
}

.horizontal-form-header h1 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

/* form filed container */

.form-field {
  margin-bottom: 0.625rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px) {
  .form-field {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* field label */

.form-field span {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

/* textbox  / dropdown container */

.form-input {
  position: relative;
}

/* textbox / dropdown */

.form-input input,
.form-input select {
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 122 209 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.form-input input:focus,
.form-input select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 87 34 / var(--tw-border-opacity));
}

@media (min-width: 768px) {

  .form-input input,
  .form-input select {
    max-width: 300px;
  }
}

/* dropdown */

.form-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/arrowdown.svg');
  background-position: right 10px center;
  background-repeat: no-repeat;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-input select:focus {
  background-image: url('../images/arrowup.svg');
}

/* dropdown items */

.form-input select option {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

/* field image */

.form-input img {
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
}

/* form buttons */

.form-button {
  /* z-index: 20; */
  width: -moz-max-content;
  width: max-content;
  margin: 0 0;
}

/* register form */

.register-form-container,
.change-password-form-container {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.register-form,
.change-password-form {
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.register-form-header,
.change-password-form-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0px;
}

.register-form .form-field,
.change-password-form .form-field {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.form-input-validator {
  position: absolute;
  top: 0px;
  left: 0.5rem;
}

.form-input-validator span,
.form-input-validator-text span {
  --tw-text-opacity: 1;
  color: rgb(255 87 34 / var(--tw-text-opacity));
}

.change-password-form .form-field input,
.change-password-form .form-button .btn,
.register-form .form-field input,
.register-form .form-button .btn {
  width: 100%;
  max-width: 100%;
}

.change-password-form .form-field input,
.register-form .form-field input {
  padding-left: 2rem;
  padding-right: 2rem;
}

.form-message-box {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 87 34 / var(--tw-text-opacity));
}

.eye {
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url('/_login/Sp.Login.Custom/DesignFiles/Images/svg/eye.blue.svg');
  background-repeat: no-repeat;
}

.eye.hide {
  background-image: url('/_login/Sp.Login.Custom/DesignFiles/Images/svg/eye-slash.blue.svg');
  background-repeat: no-repeat;
}

/* login form */

.login-form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-top: 3rem;
}

/* find jobs container */

.find-jobs-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}

/* find jobs form container */

.find-jobs-form-container {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* find jobs form */

.vertical-form {
  height: auto;
  width: 100%;
  border-radius: 0.375rem;
}

@media (min-width: 640px) {
  .vertical-form {
    background-color: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .vertical-form {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    gap: 8rem;
  }
}

@media (min-width: 1024px) {
  .vertical-form {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .verticalFormRight {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}

.filterFlex {
  margin-left: 140px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 0px;
}

@media (min-width: 768px) {
  .filterFlex {
    display: grid;
  }
}

.vertical-form .form-field {
  display: none;
}

@media (min-width: 640px) {
  .vertical-form .form-field {
    display: block;
  }
}

.opened-form {
  margin-bottom: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.opened-form .horizontal-form-header {
  border-radius: 0px;
}

.opened-form .form-field {
  display: block;
}

.opened-form .form-button {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

/* find jobs form buttons container */

.jobs-result-container {
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 1.25rem;
}

.jobs-result-container h3 {
  text-align: left;
}

.jobs-result-card-container {
  margin-top: 1.5rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  padding-bottom: 5rem;
  --tw-drop-shadow: drop-shadow(0px -10px 50px rgba(11, 120, 209, 0.2));
  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);
}

@media (min-width: 640px) {
  .jobs-result-card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .jobs-result-card-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.job-result-card {
  position: relative;
  margin-bottom: 1.25rem;
  height: 13rem;
  flex-direction: column;
  gap: 8px !important;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.job-result-card:hover {
  --tw-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 25px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-content {
  display: flex;
  width: 100%;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65rem;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  cursor: pointer;
}

.card-content:first-child {
  place-items: start;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.group:hover .card-content:first-child {
  --tw-text-opacity: 1;
  color: rgb(255 87 34 / var(--tw-text-opacity));
}

.card-button-container,
.row-card-button-container {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.card-button-container {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 1.25rem;
}

.card-button-container .btn,
.row-card-button-container .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .card-button-container .btn,
  .row-card-button-container .btn {
    gap: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.card-button-container .btn,
.card-button-container .btn-links,
.row-card-button-container .btn,
.row-card-button-container .btn-links {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

@media (min-width: 1024px) {

  .card-button-container .btn,
  .card-button-container .btn-links,
  .row-card-button-container .btn,
  .row-card-button-container .btn-links {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.card-button-container .btn img,
.row-card-button-container .btn img {
  height: 1.25rem;
  width: 1.25rem;
}

.jobs-result-row-card-container {
  margin-top: 1.5rem;
  display: grid;
  width: 100%;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
  padding-bottom: 5rem;
}

.job-result-row-card {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #FBF8F6;
  --tw-gradient-to: rgb(251 248 246 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F8F2F1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.job-result-row-card:hover {
  --tw-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 25px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.row-card-button-container {
  margin-top: 0px;
  justify-content: flex-end;
}

.row-card-button-container .btn,
.row-card-button-container .btn-links {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.row-card-button-container .btn {
  margin-right: 0.25rem;
}

.row-card-button-container .btn-links {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.loading-job-result-card {
  width: 83.333333%;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.loading-job-result-card {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.loading-job-result-card-icon {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  background-color: rgb(77 77 77 / 0.2);
}

.loading-job-result-card-text {
  height: 1.25rem;
  width: 100%;
  border-radius: 0.25rem;
  background-color: rgb(77 77 77 / 0.2);
}

.loading-job-result-card-link {
  margin-right: 0.5rem;
  height: 0.125rem;
  width: 100%;
  max-width: 100px;
  border-radius: 0.25rem;
  background-color: rgb(77 77 77 / 0.2);
}

.loading-job-result-card-button {
  margin-left: 0.5rem;
  height: 2rem;
  width: 100%;
  max-width: 100px;
  border-radius: 0.25rem;
  background-color: rgb(77 77 77 / 0.2);
}

.last-items {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-drop-shadow: drop-shadow(0px -10px 50px rgba(11, 120, 209, 0.2));
  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);
}

@media (min-width: 640px) {
  .last-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .last-items {
    display: grid;
  }
}

/* .process-container {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
} */

@media (min-width: 768px) {
  .process-container {
    display: block;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.process-container h2 {
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.process-items-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  overflow: hidden;
}

@media (min-width: 640px) {
  .process-items-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .process-items-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .process-items-container {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .process-items-container {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .process-items-container {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

.process-item {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}

.process-detail {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.process-detail span {
  margin-top: 0.5rem;
  display: flex;
  height: auto;
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

.process-icon {
  margin-bottom: 0.5rem;
  display: flex;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(11 120 209 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.process-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 34 / var(--tw-bg-opacity));
}

.process-arrow-icon {
  position: absolute;
  right: -3rem;
  top: 2.25rem;
}

.process-arrow-icon-mobile {
  display: none;
}

/* Mobile Menu */

#backdrop {
  height: 0px;
}

@media (min-width: 640px) {
  #backdrop {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
}

.closed-sidebar {
  z-index: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.opened-sidebar {
  z-index: 50;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sidebar-container {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 50;
  height: 100vh;
  width: 80%;
  --tw-bg-opacity: 1;
  background-color: rgb(11 120 209 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 640px) {
  .mobile-user {
    display: none;
  }
}

.logoCenterAlign {
  padding-right: 0px;
  margin-right: 0;
  order: 0;
}

.logoCenterAlign a img {
  width: 75%;
}

.open-menu-btn {
  order: 2;
  --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));
}

.slide-container {
  height: 500px
}

.banner-alert {
  position: fixed;
  top: 75px;
  left: 20px;
  right: 20px;
  background: rgba(11, 120, 209, 0.8);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 5px;
  border: 0.5px solid #0B78D1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10 !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  opacity: 0.9;
  backdrop-filter: blur(10px);
  height: 30px;
  color: #fff;
}

.banner-alert span {
  flex: 1;
}

.close-alert {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px !important;
  font-weight: bold;
  cursor: pointer;
  margin-left: 10px;
}

@media (min-width: 640px) {
  .open-menu-btn {
    display: none;
    order: 0;
  }
}

.close-menu {
  --tw-translate-x: 100%;
  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));
}

.close-menu-btn {
  float: right;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.mobile-menu-container {
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0.5rem;
}

.mobile-menu-container li {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

.mobile-filter-container {
  margin-bottom: 1.75rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  padding-left: 1rem;
  padding-right: 1rem;
}

#mobileFilterContainer {
  display: none;
}

#mobileFilterContainer.show-filter {
  display: block;
}


.mobile-filter-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px) {
  .mobile-filter-item {
    display: none;
  }
}

.mobile-filter-item img {
  height: 1.25rem;
  width: 1.25rem;
}

/* Modal Form */

.modal-form-section {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  height: 100vh;
  width: 100%;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-form-section {
  animation: fadein 0.2s;
  --tw-backdrop-blur: blur(2px);
  --tw-backdrop-brightness: brightness(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.modal-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  height: 100vh;
  width: 100%;
}

.modal-form-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding: 2rem;
}

.modal-form {
  position: relative;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  --tw-translate-y: 13rem;
  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 fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-form {
  animation: fadein 1s;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .modal-form {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .modal-form {
    width: 40%;
  }
}

.modal-form-header {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 2px;
  border-color: rgb(77 77 77 / 0.2);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-form-header h2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

.modal-form-header img {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}

.form-body-links {
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.modal-form-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.modal-form-body p {
  margin-bottom: -10px;
  font-size: 14px;
}

.modal-form-message {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  height: 103px;
  width: 80%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 249 229 / var(--tw-bg-opacity));
  padding-top: 8px;
}

.modal-form-white-line {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  height: 65px;
  width: 90%;
  border-radius: 5px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(165 214 167 / var(--tw-border-opacity));
}

.flexMessage {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flexMessage img {
  margin-top: 16px;
  height: 1.25rem;
  width: 1.25rem;
}

.successMessage {
  margin-bottom: 1rem;
  font-size: 0.56rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(46 125 50 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .successMessage {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.modal-form-file {
  position: relative;
  margin-bottom: 0.5rem;
  height: 2.5rem;
  width: 100%;
}

.upload-icon {
  transition: all 0.3s ease;
}

.modal-form-file:hover .upload-icon {
  content: url("/Style%20Library/ATS/images/upload.svg");
}

.modal-form-file input {
  position: absolute;
  top: 0px;
  z-index: 10;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.modal-form-file input::file-selector-button {
  height: 0px;
  width: 0px;
}

@media (min-width: 768px) {
  .modal-form-file input {
    width: 100%;
  }
}

.modal-form-file div {
  position: absolute;
  top: 0px;
  display: flex;
  height: 2.5rem;
  width: 100%;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.375rem;
  border-width: 2px;
  border-style: dashed;
  border-color: rgb(11 120 209 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.modal-form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.modal-form-button img {
  height: 1.25rem;
  width: 1.25rem;
}

.modal-form-section-hide {
  display: none;
}

.modal-form-button-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}

@media (min-width: 640px) {
  .modal-form-button-container {
    flex-direction: row;
  }
}

.modal-form-button-container a {
  padding: 0.375rem;
}

.tabs {
  display: flex;
  justify-content: space-around;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .tabs {
    padding-bottom: 0px;
  }
}

.tabLink {
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.tabLink.active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(11 120 209 / var(--tw-border-opacity));
  font-weight: 700;
}

#btn2 {
  display: none;
}

@media (min-width: 768px) {
  #btn2 {
    display: block;
  }
}

.alert {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.alert #message {
  --tw-text-opacity: 1;
  color: rgb(207 24 34 / var(--tw-text-opacity));
}

.alert #fileName,
.ms-succeed {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

.activate-content {
  display: flex;
  height: 75%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}

.activate-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  height: 10rem;
  width: 18rem;
  max-width: 80rem;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.failed {
  --tw-bg-opacity: 1;
  background-color: rgb(207 24 34 / var(--tw-bg-opacity));
}

.ms-error {
  --tw-text-opacity: 1;
  color: rgb(207 24 34 / var(--tw-text-opacity));
}

.failed .activate-box {
  gap: 1.5rem;
}

.success {
  --tw-bg-opacity: 1;
  background-color: rgb(72 169 73 / var(--tw-bg-opacity));
}

.success .activate-box {
  gap: 1rem;
}

.activate-box {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.activate-box span {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.activate-content .btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  height: 3rem;
  width: 18rem;
  align-items: center;
  justify-content: center;
}

.activate-content .btn a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.bannerAtsDetailSpace {
  margin-left: auto;
  margin-right: auto;
  margin-top: 118px;
}

.bannerAtsDetail {
  height: 200px;
  border-radius: 10px;
  background-image: url("../images/bannerImageSm.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .bannerAtsDetail {
    width: 100%;
    background-image: url("../images/bannerImage.png");
  }
}

.alignContainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .contentGrid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.rightContent {
  box-shadow: 0px 0px 5px 0px #00000040;
  position: relative;
  grid-column: span 3 / span 3;
}

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

.rightContent {
  border-radius: 10px;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #FBF8F6;
  --tw-gradient-to: rgb(251 248 246 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F8F2F1;
  padding: 1.25rem;
  --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);
}

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

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

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

.jobDetailHeader {
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

#stickyBtn {
  position: fixed;
  bottom: -50px;
  left: 50%;
}

@media (min-width: 768px) {
  #stickyBtn {
    position: relative;
    bottom: 0px;
  }
}

#stickyBtn {
  transform: translateX(-50%);
  transition: top 0.3s;
}

.leftContent {
  grid-column: span 2 / span 2 !important;
  margin-top: 1.5rem;
}

.leftContentJobdetail {
  grid-column: span 2 / span 2 !important;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .leftContent {
    margin-top: 0px;
  }

  .leftContentJobdetail {
    margin-top: 0px;
  }
}

.recentLink {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .recentLink {
    margin-bottom: 0px;
    display: none;
  }
}

.linkAlign {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .linkAlign {
    display: flex;
  }
}

.linkAlign a {
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.textFont {
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.swiper-pagination {
  margin-bottom: -9px;
}

.navigation {
  position: absolute;
  top: 6.95rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.custom-button-prev {
  left: 10px;
}

.custom-button-next {
  right: 10px;
}

.breadcrumbRight {
  grid-column: span 3 / span 3;
}

.breadcrumbLeft {
  grid-column: span 1 / span 1;
  display: none;
}

@media (min-width: 768px) {
  .breadcrumbLeft {
    display: block;
  }
}

.breadcrumbList {
  display: inline-flex;
  align-items: center;
}

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

[dir="rtl"] .breadcrumbList> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

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

.breadcrumbFlex {
  display: flex;
  align-items: center;
}

.breadcrumbCareers {
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.breadcrumbCareers:visited {
  color: rgb(11 120 209);
}

.breadcrumbFlex svg {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 0.75rem;
  width: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 71 0 / var(--tw-text-opacity));
}

[dir="rtl"] .breadcrumbFlex svg {
  --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));
}

.textBreak {
  white-space: wrap;
}

.textFontBlue {
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.buttonContainer {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .buttonContainer {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: grid;
  }
}

.navigationSpace {
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .navigationSpace {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }
}

/************************************** start landing page code  **************************************/

.landingTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

/* start banner  */

.landingSelect {
  position: absolute;
  top: 0.65rem;
  left: 2rem;
  --tw-text-opacity: 1;
  color: rgb(180 180 180 / var(--tw-text-opacity));
}

.landingSelect:first-child {
  left: 2.5rem;
}

/* end banner  */

/* start how we work section  */

.atslandingBg {
  height: auto;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.atslandingBgspace {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 73px;
  padding-right: 73px;
  padding-top: 2rem;
}

.landingcardBg {
  position: relative;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  cursor: pointer;
}

.landingcardBg:hover {
  --tw-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 25px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.landingcardPadding {
  padding: 2rem;
}

.landingcardPadding h1,
.landingcardPadding h2 {
  font-size: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.howweworkFlex {
  display: flex;
  height: 100%;
  gap: 1rem;
  align-items: center;
}

.howweworkImage {
  width: auto;
}

.howweworkText {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5rem;
}

.howweworkFlex span {
  font-size: 16px;
  font-weight: 700;
}

.howweworkFlex span:nth-child(1) {
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.atslandingText {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
}

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

.atslandingBlueText {
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.showMoreContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.showMoreBtn {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(11 120 209 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
  margin: 0 0;
}

/* end how we work section  */

/* start meet the team */

.sliderMeettheteam {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 89%;
}

.slideItem {
  height: 390px;
  width: 318px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 20px;
}

.slideItemFlex {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.CustomImage {
  margin-right: 1rem;
  border-radius: 9999px;
}

.CustomTitle {
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.CustomDescription,
.CustomRole {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

.swiper-button-next,
.swiper-button-prev {
  height: 15px !important;
  width: 15px !important;
}

/* end meet the team */

/* start Our Impact : By The Numbers  */

.counterSection {
  display: flex;
  justify-content: space-around;
  gap: 1.25rem;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 3rem;
  text-wrap: nowrap;
}

.counterContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.breakCounterContainer {
  display: flex;
  gap: 80px;
}

.counter,
.counterLabel {
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.lastCounterLabel {
  width: 100%;
  margin-right: 0;
  white-space: nowrap;
}

/* end Our Impact : By The Numbers */

/* start FAQ*/
.faqContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 1000px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.rotate {
  transition: transform 0.3s ease;
}

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

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content.open {
  max-height: 200px;
}

.active-title {
  color: #ff5722;
}

.inactive-title {
  color: #0b78d1;
}

.active-icon {
  color: #ff5722;
}

.inactive-icon {
  color: #0b78d1;
}

.faqContainerFlex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 50px;
}

.faqFlex {
  display: flex;
  gap: 10px;

}

.faqContainerFlex p {
  font-size: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

.faqBlueLink {
  font-size: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
  text-decoration-line: underline;
}


/* end FAQ*/

/* strat new footer  */

.atsFooter {
  position: absolute;
  height: auto;
  width: 100%;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.atsFooterSpace {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}


.footerMidFlex {
  display: flex;
  gap: 4rem;
}

.footerMidItem {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footerMidItem:nth-child(2) {
  margin-top: 0.5rem;
  margin-right: 78px;
}

.mb16 {
  margin-bottom: 0;
}

.columnFlex {
  display: block;
  flex-direction: column;
}

.footerMap {
  overflow: hidden;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.atsLogoSpace {
  padding-bottom: 3rem;
}

.atsFooterList {
  margin-left: 22px;
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  align-items: baseline;
  gap: 9px;
}

.atsFooterList li {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.atsFooterList li:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

/* end new footer  */

/************************************** end landing page code  **************************************/

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-1\/3 {
  bottom: 33.333333%;
}

.left-1\/4 {
  left: 25%;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

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

.h-5 {
  height: 1.25rem;
}

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

.h-auto {
  height: auto;
}

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-24 {
  width: 6rem;
}

.flex-shrink {
  flex-shrink: 1;
}

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

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

.resize {
  resize: both;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.break-all {
  word-break: break-all;
}

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

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

.bg-backgorund-image {
  background-image: url('../images/bg.jpg');
}

.bg-hero-desktop {
  background-image: url('../images/hero-desktop.jpg');
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

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

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

.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-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[text-shadow\:_7px_5px_8px_\#757575\] {
  text-shadow: 7px 5px 8px #757575;
}

/* faq start */

.faqSec {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  padding: 0 0px;
}


.faqBorder {
  border-bottom-width: 1px;
}

.faqBorder:last-child {
  border-style: none;
}

.faqBtn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.faqBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 71 0 / var(--tw-text-opacity));
}

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

.accordion-content div {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity));
}

/* srart profile content */
.mainPadding {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  background: white;
}

.mainPadding h2 {
  font-size: larger;
  color: #0078d4;
  font-weight: bolder;
}

.file-upload {
  display: inline-block;
  padding: 20px 40px;
  border: 2px dashed #0078d4;
  border-radius: 50%;
  background-color: white;
  color: #0078d4;
  cursor: pointer;
  text-align: center;
  font-size: 10px;
  transition: background-color 0.3s;
  width: 150px;
  height: 150px;
}

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

#uploadProfilePictureBtn {
  position: absolute;
  left: 35px;
  bottom: 300px;
}

#previewImage {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  top: 188px;
  left: 36px;
}

label {
  display: block;
  margin: 10px 0 5px;
}


.custom-input,
.custom-select,
#countrySelect {
  width: 546px;
  height: 40px;
  border-radius: 5px;
  border: 2px solid #0B78D1;
  padding: 0 10px;
  transition: border-color 0.3s;
}


.custom-input:focus,
.custom-select:focus,
#countrySelect:focus {
  border-color: orange;
  outline: none;
}

#address div {
  color: rgb(107, 104, 104);
  font-size: 14px;
}

#personalInfoForm,
#updateButton {
  background-color: #0078d4;
  color: white;
  border: none;
  padding: 9px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: -2px;
  transition: background-color 0.3s;
}

#personalInfoForm:hover,
#updateButton:hover {
  background-color: #FF5722;
}

#nextBtn {
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #0B78D1;
  border-radius: 5px;
  color: #0B78D1;
}

#nextBtn:hover {
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #FF5722;
  border-radius: 5px;
  color: #FF5722;

}

/* button:hover {
  background-color: #0056a1; 
} */


div.editable {
  width: 300px;
  height: 200px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}

strong {
  font-weight: bold;
}

.militaryFlex {
  display: flex;
  margin-bottom: 10px;
}

.militaryFlex label {
  display: flex;
  justify-content: start;

  color: rgb(107, 104, 104);
}

.militaryFlex label:first-child {
  padding-right: 80px;
}

.notification-banner {
  background-color: #4CAF50;
  color: white;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
}

.close-button {
  margin-left: 15px;
  cursor: pointer;
  font-weight: bold;
  color: white;
}

.nextPage {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  width: 100%;
  padding: 10px 0;
  gap: 10px;
}

input[type="file"] {
  display: none;
}

/* 
.custom-file-upload {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 158px;
  left: 98px;
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  backdrop-filter: blur(0px);
} */

#fileInputImage,
#binInputImage {
  width: fit-content;
  margin: 0 auto;
  height: 22px;
  margin-top: 1px;
}

#binInputImage {
  margin-top: 4px;
}

#deleteUserImage {
  position: absolute;
  border: 1px solid #ccc;
  top: 86%;
  left: 13%;
  font-size: 12px;
  text-decoration: none;
  background: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

#profileImage {
  border-radius: 50%;
  box-shadow: 0px 0px;
  width: 140px;
  height: 140px;

}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 14px !important;
  font-weight: inherit;
  line-height: inherit;
  color: rgb(107, 104, 104);
  margin: revert;
}

.profileFormTitle {
  font-weight: 500;
  color: #4D4D4D;
  font-size: 14px;

}

.breadcrumbFlex svg {
  margin-left: 0.5rem;
  margin-right: 1rem;
  height: 0.75rem;
  width: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 71 0 / var(--tw-text-opacity));
}

/* end profule content */
/* start upload content */

.uploadCvMessage {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.fileInfo {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.removeFile {
  margin-left: 10px;
  cursor: pointer;
  color: red;
}

.nextPage {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: end;
}

#uploadResumeBtn,
#nextBtn {
  color: #0078d4;
  background-color: white;
  border-radius: 3px;
  cursor: pointer;
  margin-left: -2px;
  font-size: smaller;
  position: unset !important;
}

.file-upload-container {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.file-upload {
  position: relative;
  border: 2px dashed #0B78D1;
  border-radius: 5px;
  padding: 7px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  flex: 1;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.file-upload span {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px;
}

.file-upload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  /* Hide the default file input */
  cursor: pointer;
  height: 180px;
}

.uploadResumFlexeBtn {
  display: flex;
  flex-direction: end;
  width: 100%;
  margin: 0;
}

#uploadResumeBtn {
  padding: 5px 14px;
  background-color: #0B78D1;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uploadResumFlexeBtn {
  display: flex;
  justify-content: end;
  margin: 20px 0;
}

#uploadResumeBtn:hover {
  background-color: #FF5722;
}

.uploadFlex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}

.file-upload span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4d4d4d;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.breadcrumbFlex svg {
  margin-left: 0.5rem;
  margin-right: 1rem;
  height: 0.75rem;
  width: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 71 0 / var(--tw-text-opacity));
}

/* end upload content */



/* start skills content */
#skillsBox {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #f9f9f9;
  width: 430px;
}

.addSkills {
  color: #0B78D1;
  font-weight: 700;
}

#skillsBox div {
  cursor: pointer;
  font-size: 12px;
  color: rgb(174, 169, 169);
  width: 100%;
  text-align: center;
}

#dropdown {
  margin-top: 10px;
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

.search-container {
  display: flex;
  flex-direction: column;
}

#searchBox,
#skillLevel,
#submitSkill {
  width: 100%;
  margin-top: 15px;
  height: 34px;
}

#searchBox,
#skillLevel {
  outline: none;
  border: 1px solid #0B78D1;
  border-radius: 5px;
  height: 30px;
  padding: 5px;

}

#searchBox:focus,
#skillLevel:focus {
  border: 1px solid #FF5722;
  border-radius: 5px;
}

/* button {
  background-color: #0B78D1; 
  color: white; 
  border: none; 
  padding: 5px; 
  border-radius: 3px; 
  cursor: pointer; 
  margin-left: -2px;
}

button:hover {
  background-color: #0B78D1; 
} */

.results-list {
  position: relative;
  z-index: 1;
  background-color: white;
  border: 1px solid #ccc;
  /* width: calc(100% - 0px);  */
  max-height: 150px;
  overflow-y: auto;
  margin-top: 0;
  padding: 0;
  list-style-type: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.results-list li {
  padding: 5px;
  cursor: pointer;
}

.results-list li:hover {
  background-color: #f0f0f0;
}

#selectedSkills {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.skill-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background-color: #f9f9f9;
  margin-bottom: 5px;
  width: calc(70% - 22px);
  white-space: nowrap;
  font-size: 10px;
}

.remove-skill {
  cursor: pointer;
  color: red;
  margin-left: 10px;
}

.breadcrumbFlex svg {
  margin-left: 0.5rem;
  margin-right: 1rem;
  height: 0.75rem;
  width: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 71 0 / var(--tw-text-opacity));
}



/* end skills content */


/* start profile css  */

.atsProfileAlignContainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 25px;
  padding-top: 100px;
}

.atsProfileSidebar {
  position: fixed;
  top: 3.25rem;
  left: 0px;
  display: flex;
  height: 100%;
  width: 4rem;
  flex-direction: column;
  gap: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.atsProfileTitleContainer {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.atsProfileTitleItemOne,
.atsProfileTitleItemTwo {
  grid-column: span 4 / span 4;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(11 120 209 / var(--tw-text-opacity));
}

.atsProfileTitleItemTwo {
  grid-column: span 2 / span 2;
}

.atsProfileIcon:first-child {
  padding-top: 27px;
  padding-left: 6px;
}

.atsProfileIcon {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.atsProfileIconPic {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.atsProfileIconPic:hover {
  height: 40px;
  width: 50px;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 34 / var(--tw-bg-opacity));
}

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

.atsProfileLine {
  margin-bottom: 0.25rem;
  height: 0.125rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.atsProfileLine:nth-child(3) {
  height: 0.125rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.atsProfileMenu {
  display: none;
  list-style-type: disc;
}

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

.atsProfileMenu {
  padding-left: 67px;
  font-size: 14px;
}

.atsProfileMenu li:hover {
  font-size: 15px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 199 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* Styles for when the sidebar is expanded */

.atsProfileHamburger.expanded {
  margin-left: 13px;
}

.atsProfileIcon.expanded {
  margin-left: 11px;
  justify-content: flex-start;
}

.atsProfileIcon.expanded .atsProfileIconPic:hover {
  height: 40px;
  width: 230px;
  justify-content: flex-start;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 34 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.atsProfileTitle {
  display: none;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.atsProfileIcon.expanded .atsProfileTitle {
  display: block;
}

.atsProfileContentContainer {
  margin-left: 2rem;
  display: grid;
  min-height: 100vh;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .atsProfileContentContainer {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.atsProfileContent {
  grid-column: span 4 / span 4;
  min-height: 100vh;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --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);
}

.atsProfileCard {
  grid-column: span 2 / span 2 !important;
}

.atsProfileCardGrid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

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

.peer:hover~.peer-hover\:border-transparent {
  border-color: transparent;
}

.peer:hover~.peer-hover\:bg-primary-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 34 / var(--tw-bg-opacity));
}

.peer:hover~.peer-hover\:text-primary-white {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:\!hidden {
    display: none !important;
  }

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

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
}

@keyframes zoomInOut {
  100% {
    transform: scale(1) rotate(0deg);
  }

  0% {
    transform: scale(2) rotate(10deg);
  }
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes logoZoomIn {
  0% {
    transform: scale(3);
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: scale(1.5);
    opacity: 1;
  }
}

@keyframes logoZoomOut {
  0% {
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-zoom-in-out {
  animation: zoomInOut 6s ease-in-out infinite;
}

.animate-fade-in-left {
  opacity: 0;
  transform: translateX(200px);
  animation: fadeInLeft 1.5s ease-in-out forwards;
  text-wrap: nowrap;
}

.animate-logo-zoom-in {
  opacity: 0;
  transform: scale(1.5);
  animation: logoZoomIn 1.5s ease-in-out forwards;
}

.animate-logo-zoom-out {
  opacity: 1;
  animation: logoZoomOut 1.5s ease-in-out forwards;
}

.animate-logo-slide-in {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideIn 1.5s ease-in-out forwards;
}

.app {

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tag {
  margin: 0 0px;
}

.tag img {
  width: 75px;
  height: 75px;
}

.tag-list {
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  /* gap: 1rem 0; */
  position: relative;
  padding-top: 2rem;
  overflow: hidden;
}

.loop-slider .inner {
  --duration: 6000ms;
  --direction: alternate;
  display: flex;
  width: max-content;
  animation-name: loop;
  animation-duration: var(--duration);
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: flex;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(10%);
  }
}

.bgGray::before,
.bgGray::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 75px;
  background: #EDEDED;
  top: 21px;
}

.bgGray::before {
  left: 0;
}

.bgGray::after {
  right: 0;
}

.fade::before,
.fade::after {
  content: "";
  position: absolute;
  top: -23px;
  width: 75px;
  height: 150px;
  background: linear-gradient(180deg, #EDEDED 0%, rgba(237, 237, 237, 0) 100%);
}

.fade::before {
  left: 6%;
}

.fade::after {
  right: 6%;
}

/* #mostRecent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding: 0 0px;
} */


.mostRecents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0 72px;
}

.banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: linear-gradient(180deg, rgba(237, 237, 237, 0)0%, #EDEDED 100%);
  z-index: 1;/
}

.atslandingHeader {
  display: flex;
  flex-direction: row;
}

.atslandingHeader span:nth-child(2) {
  margin-left: 0px;
  margin-top: 0px;
}

.howweworkPara {
  margin-left: 0px;
}

.process-detail span:nth-child(1) {
  width: 65px;

}

.process-detail span:nth-child(2) {
  width: 69px;

}

.process-detail span:nth-child(3) {
  width: 123px;
}

.process-detail span:nth-child(4) {
  width: 100px;
}

.process-detail span:nth-child(5) {
  width: 83px;
}

.centeredText {
  width: 100% !important;
  text-align: center;
}

.slide-width {
  width: 100%;
}

#text-width {
  margin-left: 120px;
}

.text-width {
  margin-left: 20px;
}

.bgDesktopImg {
  display: block;
}

.bgMobileImg {
  display: none;
}

.tabsPersonalInfo {
  display: none;
}

.processMargin {
  margin-top: 50px;
}

/* ØªØ¨Ù„Øª: Ø¨ÛŒÙ† 768 ØªØ§ 1023 Ù¾ÛŒÚ©Ø³Ù„ */
@media (min-width: 768px) and (max-width: 1023px) {
  .atsFooter {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .atsFooterSpace {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footerMidFlex {
    gap: 0.25rem;
  }

  .mb16 {
    margin-bottom: 16px;
  }

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

}

/* ================== Ø±ÛŒØ³Ù¾Ø§Ù†Ø³ÛŒÙˆ Ù…ÙˆØ¨Ø§ÛŒÙ„ Ø²ÛŒØ± 768px ================== */
@media (max-width: 767px) {
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  main {
    flex-grow: 1;
  }

  header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .register-nav-item svg {
    display: none !important;
  }

  .register-nav {
    display: flex;
    gap: 0.25rem;
  }

  .dropdown-content {
    right: auto !important;
  }

  .bgDesktopImg {
    display: none;
  }

  .bgMobileImg {
    display: block;
  }

  .logoCenterAlign {
    padding-right: 0px;
    margin-right: 0px;
    order: 2;
  }

  .filterFlex {
    margin-left: 0px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 0rem;
    padding: 23px;
  }

  .vertical-form .form-field {
    display: block;
  }

  .form-button {
    /* z-index: 20; */
    width: -moz-max-content;
    width: max-content;
    margin: 0 6px;
  }

  .form-button {
    width: auto;
  }

  .slide-container {
    height: 640px
  }

  .banner-alert {
    height: 50px;
  }

  .banner-overlay {
    height: 640px;
  }

  .slide-width {
    width: 50%;
  }

  .left-1\/4 {
    left: 38%;
  }

  #text-width {
    margin-left: 100px;
  }

  .text-width {
    margin-left: 39px;
  }

  .text-4xl {
    font-size: 1.7rem;
  }

  .tag img {
    width: 50px;
    height: 50px;
    object-fit: cover;
  }

  .tag {
    flex: 1 1 100%;
  }

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

  .howweworkImage {
    width: 460px;
  }

  .howweworkFlex {
    align-items: start;
  }

  .atslandingHeader span:nth-child(2) {
    margin-left: -70px;
    margin-top: 16px;
  }

  .howweworkPara {
    margin-left: -70px;
  }

  .process-items-container {
    gap: 4.5rem;
  }

  .process-arrow-icon-mobile {
    display: block !important;
    position: absolute;
    top: 7.5rem;
  }

  .process-arrow-icon {
    display: none;
  }

  .process-detail span:nth-child(1),
  .process-detail span:nth-child(2),
  .process-detail span:nth-child(3),
  .process-detail span:nth-child(4),
  .process-detail span:nth-child(5) {
    width: auto;
  }

  .process-detail span {
    display: inline;
  }

  .atsFooter {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .atsFooterSpace {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 0px;
  }

  .footer-column {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
  }

  .footer-column:last-child {
    border-bottom: none;
    align-items: center;
  }

  .footerMidFlex {
    flex-direction: column;
    gap: 0;
  }

  .footerMap iframe {
    width: 100% !important;
    height: 200px !important;
  }

  .atsLogoSpace {
    padding-bottom: 1.5rem;
  }

  .footerMidItem:nth-child(2) {
    margin-right: 0;
    margin-top: 0.5rem;
  }

  .footerMidItem {
    justify-content: flex-start;
  }

  .mb16 {
    margin-bottom: 16px;
  }

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

  .slideItem {
    height: 390px;
    width: 360px;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 30px;
  }

  .faqContainerFlex {
    flex-direction: column;
  }

  .atslandingBgspace {
    padding-left: 23px;
    padding-right: 23px;
  }

  .counterSection {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
    max-width: 430px;
  }

  .lastCounterLabel {
    width: 30px;
    white-space: pre-line;
    margin-right: 36px;
  }

  /* 
  #mostRecent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0 23px;
  } */
  .mostRecents {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0 23px;
  }

  .showMoreBtn {
    width: 100%;
    margin: 0 26px;
  }

  /* start ats profile responsive  */

  .atsProfileContentContainer {
    margin-left: 0 !important;
    display: inherit !important;
  }

  .atsProfileAlignContainer {
    overflow: hidden;
    padding-left: 0 !important;

  }

  .atsProfileSidebar {
    display: none;
  }

  .atsProfileTitleContainer {
    display: none;
  }

  .custom-input,
  .custom-select,
  #countrySelect {
    width: 100%;

  }

  .leftContent {
    display: none;
  }

  .leftContentJobdetail {
    display: inline;
  }


  #skillsBox {
    width: 100%;
  }

  .skill-box {
    width: 100%;
  }

  /* start tab style  */
  .tabsPersonalInfo {
    display: flex;
    border-bottom: 2px solid #BABABA;
    position: relative;
    justify-content: space-between;
    align-items: center;
  }

  .tabPersonalInfo {
    padding: 10px 2px;
    cursor: pointer;
    position: relative;
    color: #BABABA;
    font-size: 11px;
    text-wrap: nowrap;
  }

  .tabPersonalInfo.active {
    color: #0B78D1;
  }

  .tabPersonalInfo.active::after {
    content: '';
    position: absolute;
    bottom: -22px;
    bottom: -2px;
    left: 1px;
    border: 1px solid #0B78D1;
    width: 70px;
  }

  .tabPersonalInfo:last-child.active::after {
    content: '';
    position: absolute;
    bottom: -22px;
    bottom: -2px;
    left: 1px;
    border: 1px solid #0B78D1;
    width: 45px;
  }

  .tabPersonalInfo:not(.active):hover {
    border-bottom: 2px solid #BABABA;
  }

  /* end tab style */


  /* start faq */
  .faqSec {
    padding: 0 23px;
  }

}