/*
! 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: SF Pro Display, sans-serif;
  /* 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;
}

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

body {
  background-color: var(---light-bg);
  font-size: 0.875rem;
}

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

.button {
  display: inline-block;
  border-radius: 2px;
  background-color: var(---primary);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button:hover {
  background-color: var(---primary-light);
}

.icon-bell {
  background: url(../img/icons/bell.svg) no-repeat center;
  position: relative;
  display: inline-block;
  height: 47px;
  width: 47px;
  vertical-align: middle;
}

.new-notifications:before {
  position: absolute;
  top: 0.75rem;
  right: 13px;
  height: 5px;
  width: 5px;
  border-radius: 9999px;
  background-color: var(---secondary);
  --tw-content: "";
  content: var(--tw-content);
}

.alert-message {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 2px;
  background-color: var(---secondary-light);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.alert-message::before {
  position: absolute;
  left: 1rem;
  content: var(--tw-content);
  top: 1rem;
}

.modal .alert-message::before {
  content: var(--tw-content);
  pointer-events: all;
}

.alert-message::before {
  height: 18px;
  width: 18px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.alert-message:before {
  background: #fff url(../img/icons/envelope.svg) no-repeat center;
}

.modal .box-white {
  pointer-events: all;
}

.box-white {
  position: relative;
  border-radius: 2px;
  border-width: 1px;
  border-color: var(---border);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.image-upload {
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
  border-radius: 9999px;
}

@media (min-width: 1024px) {
  .image-upload {
    top: 1.5rem;
    left: 1.5rem;
    height: 42px;
    width: 42px;
  }
}

.fa-star {
  background: url("../img/icons/star-empty.svg") center no-repeat;
  margin-right: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .fa-star {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.fa-star.full-star {
  background: url("../img/icons/star.svg") center no-repeat;
}

.switch {
  position: relative;
}

.switch input[type="checkbox"] {
  position: absolute;
  top: 0px;
  z-index: 1;
  height: 1.5rem;
  width: 50px;
  cursor: pointer;
  opacity: 0;
}

.switch .switch-inner {
  position: relative;
  display: block;
  height: 2rem;
  width: 212px;
  overflow: hidden;
  border-radius: 50px;
  background-color: var(---light-bg);
  font-size: 12px;
  line-height: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.switch .switch-inner:before {
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
  --tw-content: attr(data-on);
  content: var(--tw-content);
}

.switch .switch-inner:after {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  height: 1.5rem;
  width: 95px;
  border-radius: 50px;
  background-color: var(---primary-light);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-content: attr(data-off);
  content: var(--tw-content);
}

.switch input[type="checkbox"]:checked + .switch-inner:before {
  left: 1.25rem;
  right: auto;
  --tw-content: attr(data-off);
  content: var(--tw-content);
}

.switch input[type="checkbox"]:checked + .switch-inner:after {
  left: 97px;
  background-color: var(---primary-light);
  --tw-content: attr(data-on);
  content: var(--tw-content);
}

.icon-edit {
  background: url("../img/icons/edit.svg") center no-repeat;
}

.icon-secondary {
  position: absolute;
  top: 1rem;
  right: 1.75rem;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  background-color: var(---secondary-light);
}

.icon-secondary:hover {
  background-color: var(---secondary);
}

.progress {
  position: relative;
  height: 1.5rem;
  border-radius: 1.5rem;
  background-color: var(---light-bg);
}

@media (min-width: 1024px) {
  .progress {
    max-width: 65%;
  }
}

.progress-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  min-width: 40px;
  border-radius: 1.5rem;
  background-color: var(---primary);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

@media (min-width: 1024px) {
  .sidebar {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: 1.25rem;
    display: block;
    flex: 1 1 0%;
  }
}

.sidebar a {
  display: block;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .sidebar a {
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    color: var(---light-text);
  }

  .sidebar a:hover {
    background-color: var(---secondary-light);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

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

@media (min-width: 1024px) {
  .sidebar a.active {
    background-color: var(---primary-light);
    --tw-text-opacity: 1;
    color: rgb(252 252 252 / var(--tw-text-opacity));
  }

  .sidebar a.active:hover {
    background-color: var(---secondary-light);
  }
}

.sidebar a svg {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25rem;
  display: block;
}

@media (min-width: 1024px) {
  .sidebar a svg {
    margin-right: 2rem;
    margin-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
  }
}

.sidebar a svg path {
  fill: #fff;
}

@media (min-width: 1024px) {
  .sidebar a svg path {
    fill: var(---light-text);
  }
}

.sidebar a.active svg path,
.sidebar a:hover svg path {
  fill: #fff;
}

.modal {
  visibility: hidden;
  position: relative;
  z-index: 10;
  opacity: 0;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.modal.show {
  visibility: visible;
  opacity: 1;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.modal .overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.modal > div:not(.overlay),
.modal > div > div {
  pointer-events: none;
}

.modal .bg-white {
  pointer-events: all;
}

.modal .\!bg-white {
  pointer-events: all !important;
}

form label {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
  color: var(---primary);
}

form label.error {
  display: none !important;
}

form .form-control,
table .form-control {
  margin-bottom: 1.25rem;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

form .form-control::-moz-placeholder,
table .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

form .form-control::placeholder,
table .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

form .form-control.error {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

form .error[type="checkbox"] {
  outline: 2px solid red;
  outline-offset: 2px;
}

.tab {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  margin-bottom: 2rem;
  display: inline-block;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .tab {
    margin-bottom: 50px;
  }
}

.modal .tab button {
  pointer-events: all;
}

.tab button {
  display: inline-block;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
}

.tab button:hover {
  background-color: var(---light-bg);
}

.tab button.active {
  background-color: var(---light-bg);
}

.tab button + button {
  border-left: 1px solid #d0d5dd;
}

.box-gray {
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: var(---border);
  background-color: var(---light-bg);
}

.table {
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.table thead {
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: var(---border);
  background-color: var(---light-bg);
}

.table thead th {
  width: 40%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 500;
}

.table td,
.table > tr > th,
.table tbody th {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.table td {
  border-bottom-width: 1px;
  border-color: var(---border);
}

.table th + td,
.table th + td + td {
  border-style: none;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-rows-px0 td,
.table-rows-px0 th {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

form .remove_field,
form .remove_field1,
form .remove_field2,
form .remove_field3,
form .remove_field4,
form .remove_field5,
.remove-me,
.del_employment_history,
.del_trade {
  float: right;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}

form .remove_field:hover,
form .remove_field1:hover,
form .remove_field2:hover,
form .remove_field3:hover,
form .remove_field4:hover,
form .remove_field5:hover,
.remove-me:hover,
.del_employment_history:hover,
.del_trade:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px) {
  .cart-table,
  .cart-table tbody,
  .cart-table tr,
  .cart-table td {
    display: block !important;
    width: 100% !important;
  }

  .cart-table thead {
    display: none !important;
  }

  .cart-table td[data-title] {
    text-align: right;
  }
}

.cart-table td[data-title]:before {
  content: attr(data-title) ": ";
  font-weight: 700;
  float: left;
  display: none;
}

@media not all and (min-width: 1024px) {
  .cart-table td:before {
    display: block !important;
  }
}

.alert-success {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.alert-info {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.alert-warning {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.alert-danger,
.login-error {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.sidebar-login .icon-circle::after {
  position: absolute;
  right: 50%;
  top: 25%;
  height: 42vh;
  width: 42vh;
  border-radius: 9999px;
  border-width: 2vh;
  border-color: var(---secondary-light);
  --tw-content: "";
  content: var(--tw-content);
}

.main-menu-container {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media (min-width: 1024px) {
  .main-menu-container {
    display: inline-block;
    width: calc(100% - 167px);
    padding: 0px;
  }
}

.main-menu {
  margin-bottom: 2.5rem;
  vertical-align: middle;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .main-menu {
    margin-left: 1.5rem;
    margin-top: 0.25rem;
    margin-bottom: 0px;
    display: inline-block;
  }
}

.main-menu > li {
  margin-bottom: 1.25rem;
  display: block;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .main-menu > li {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 0px;
    display: inline-block;
  }
}

.main-menu > li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-menu > li a:hover {
  color: var(---secondary-light);
}

.menu-toggle {
  background: url(../img/icons/menu.svg) no-repeat center center;
  float: right;
  margin-top: -2px;
  margin-bottom: -2px;
  height: 2.25rem;
  width: 2.5rem;
}

@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.login-button {
  display: inline-block;
  border-radius: 2px;
  background-color: var(---primary);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.login-button:hover {
  background-color: var(---primary-light);
}

.hero .login-button,
.section .login-button {
  min-width: 45%;
  background-color: var(---secondary-light);
  text-align: center;
}

.hero .login-button:hover,
.section .login-button:hover {
  background-color: var(---secondary);
}

@media (min-width: 1024px) {
  .hero .login-button,
  .section .login-button {
    min-width: 30%;
  }
}

.hero .login-button,
.section .login-button {
  min-width: 45%;
  background-color: var(---secondary-light);
  text-align: center;
}

.hero .login-button:hover,
.section .login-button:hover {
  background-color: var(---secondary);
}

@media (min-width: 1024px) {
  .hero .login-button,
  .section .login-button {
    min-width: 30%;
  }
}

.login-button {
  width: 100%;
  border-width: 1px;
  text-align: center;
}

@media (min-width: 1024px) {
  .login-button {
    float: right;
    margin-top: -2px;
    margin-bottom: -2px;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.hero {
  background: url(../img/design/home.jpeg) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 0;
  height: 100vh;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hero:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}

.subtitle {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .subtitle {
    margin-bottom: 0.75rem;
    font-size: 18px;
  }
}

.hero h1,
.hero-inner h1 {
  letter-spacing: -0.03em;
  margin-bottom: 0.5rem;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

@media (min-width: 1024px) {
  .hero h1,
  .hero-inner h1 {
    margin-bottom: 1.5rem;
    font-size: 56px;
    line-height: 56px;
  }
}

.hero p {
  margin-bottom: 1rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .hero p {
    margin-bottom: 50px;
    max-width: 75%;
    font-size: 18px;
    line-height: 28px;
  }
}

.hero .button,
.section .button {
  min-width: 45%;
  background-color: var(---secondary-light);
  text-align: center;
}

.hero .button:hover,
.section .button:hover {
  background-color: var(---secondary);
}

@media (min-width: 1024px) {
  .hero .button,
  .section .button {
    min-width: 30%;
  }
}

.section {
  width: 100%;
}

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

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

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

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

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

@media (min-width: 992px) {
  .section {
    max-width: 1351px;
  }
}

.section {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

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

.section h2 {
  margin-bottom: 1.25rem;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: -0.025em;
}

@media (min-width: 1024px) {
  .section h2 {
    font-size: 48px;
    line-height: 57px;
  }
}

.section p,
.post-content {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .section p,
  .post-content {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 26px;
  }
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: var(---primary);
}

.post-content h3 {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.post-content h4 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-weight: 700;
}

.box-subtitle {
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(---primary);
}

.item-with-icon {
  position: relative;
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .item-with-icon {
    margin-bottom: 2.5rem;
    padding-left: 6rem;
  }
}

.item-with-icon:before {
  background: url(../img/icons/list-odd.svg) center no-repeat;
  background-size: contain;
  left: 0px;
  top: 0px;
  margin-bottom: 1rem;
  display: block;
  height: 42px;
  width: 42px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .item-with-icon:before {
    position: absolute;
    height: 60px;
    width: 60px;
  }
}

.item-with-icon:nth-child(even):before {
  background: url(../img/icons/list-even.svg) center no-repeat;
}

.item-with-icon h3 {
  margin-bottom: 0.75rem;
  padding-top: 0.5rem;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  color: var(---primary);
}

.icon-desktop,
.icon-mobile {
  position: relative;
  display: inline-block;
}

.icon-mobile {
  align-self: flex-end;
}

.icon-desktop:before {
  background: url(../img/design/desktop-inside.jpg) center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  top: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .icon-desktop:before {
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .icon-desktop:before {
    top: 1.75rem;
    left: 1.5rem;
    right: 1.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}

.icon-mobile:before {
  background: url(../img/design/mobile-inside.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 4rem;
  left: 1.5rem;
  bottom: 0px;
  right: 1.5rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  --tw-content: "";
  content: var(--tw-content);
}

.icon-play-store {
  background: url(../img/design/play-store.png) center no-repeat;
  display: inline-block;
  height: 71px;
  width: 223px;
}

.icon-app-store {
  background: url(../img/design/app-store.png) center no-repeat;
  display: inline-block;
  height: 71px;
  width: 198px;
}

.banner-secondary {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: var(---secondary);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .banner-secondary {
    max-width: 80%;
    padding-right: 280px;
    text-align: left;
  }
}

.banner-secondary:after {
  background: url(../img/design/banner.png) bottom right no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: -2rem;
  z-index: 1;
  display: none;
  width: 270px;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .banner-secondary:after {
    display: block;
  }
}

.banner-secondary h2 {
  margin-bottom: 0.5rem;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 1024px) {
  .banner-secondary h2 {
    font-size: 36px;
    line-height: 43px;
  }
}

.banner-secondary p {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}

#footer {
  background-color: var(---primary);
  font-size: 16px;
  line-height: 34px;
}

#footer h3 {
  margin-bottom: 0.75rem;
  padding-top: 0.25rem;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#footer .footer-menu li {
  margin-bottom: 0.5rem;
}

#footer .footer-menu a {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
}

#footer .footer-menu a:hover {
  color: var(---secondary-light);
}

#footer .icon-play-store {
  height: 51px;
  width: 172px;
  background-size: contain;
}

#footer .icon-app-store {
  height: 51px;
  width: 153px;
  background-size: contain;
}

.icon-twitter {
  background: url(../img/icons/new-twitter.svg) center no-repeat;
  display: inline-block;
  height: 1.25rem;
  width: 1.5rem;
  vertical-align: middle;
}

.icon-facebook {
  background: url(../img/icons/facebook.svg) center no-repeat;
  display: inline-block;
  height: 1.25rem;
  width: 1.5rem;
  vertical-align: middle;
}

.icon-instagram {
  background: url(../img/icons/instagram.svg) center no-repeat;
  display: inline-block;
  height: 1.25rem;
  width: 1.5rem;
  vertical-align: middle;
}

.icon-linkedin {
  background: url(../img/icons/linkedin.svg) center no-repeat;
  display: inline-block;
  height: 1.25rem;
  width: 1.5rem;
  vertical-align: middle;
}

.hero-inner {
  background: url(../img/design/legal-professionals.jpeg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  height: 45vh;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .hero-inner {
    height: 67vh;
  }
}

@media (min-width: 1280px) {
  .hero-inner {
    height: 57vh;
  }
}

.hero-inner.hero-inner-companies {
  background: url(../img/design/companies.jpeg) center no-repeat;
  background-size: cover;
}

.hero-inner:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}

.banner-primary-light {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: var(---primary-light);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .banner-primary-light {
    max-width: 80%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.banner-primary-light h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 1024px) {
  .banner-primary-light h2 {
    margin-bottom: 0.75rem;
    font-size: 40px;
    line-height: 48px;
  }
}

.banner-primary-light p {
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .banner-primary-light p {
    margin-bottom: 1.25rem;
  }
}

.latest-post .category-item {
  display: inline-block;
}

@media (min-width: 1024px) {
  .latest-post .category-item {
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(11 19 43 / var(--tw-text-opacity));
  }

  .latest-post .category-item:hover {
    background-color: var(---secondary-light);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.pagination {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  text-align: center;
}

.pagination a {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.pagination a:hover {
  border-color: var(---secondary);
  background-color: var(---secondary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagination a.active {
  border-color: var(---secondary-light);
  background-color: var(---secondary-light);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kyc-status {
  float: right;
  display: inline-block;
  width: 60px;
  min-width: 100px;
  border-radius: 1rem;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.kyc-status.status-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.kyc-status.status-green {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 122 72 / var(--tw-text-opacity));
}

.kyc-status.status-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 195 / var(--tw-bg-opacity)); /* Yellow background */
  --tw-text-opacity: 1;
  color: rgb(147 55 13 / var(--tw-text-opacity)); /* Darker yellow text */
}

@media (max-width: 1023.98px) {
  .main-menu-container {
    transform: translate3d(-280px, 0, 0);
    transition: 0.3s all ease-in-out;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 280px;
    overflow: auto;
    background-color: var(---primary);
  }

  .main-menu-container.show {
    transform: translate3d(0, 0, 0);
  }

  .menu-overlay {
    visibility: hidden;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .menu-overlay.show {
    visibility: visible;
    opacity: 1;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.\!static {
  position: static !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.left-\[50\%\] {
  left: 50%;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.isolate {
  isolation: isolate;
}

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

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.m-1 {
  margin: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

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

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

.mr-2 {
  margin-right: 0.5rem;
}

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

.mb-12 {
  margin-bottom: 3rem;
}

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

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

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

.\!mb-0 {
  margin-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.\!mb-12 {
  margin-bottom: 3rem !important;
}

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

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

.mr-8 {
  margin-right: 2rem;
}

.\!mb-2 {
  margin-bottom: 0.5rem !important;
}

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

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

.mr-4 {
  margin-right: 1rem;
}

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

.\!mb-4 {
  margin-bottom: 1rem !important;
}

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

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

.mb-16 {
  margin-bottom: 4rem;
}

.ml-auto {
  margin-left: auto;
}

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

.\!mb-3 {
  margin-bottom: 0.75rem !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-auto {
  height: auto;
}

.h-7 {
  height: 1.75rem;
}

.h-5 {
  height: 1.25rem;
}

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

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

.h-10 {
  height: 2.5rem;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.w-1\/5 {
  width: 20%;
}

.w-auto {
  width: auto;
}

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

.w-5 {
  width: 1.25rem;
}

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

.w-7 {
  width: 1.75rem;
}

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

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

.min-w-full {
  min-width: 100%;
}

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

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

.max-w-none {
  max-width: none;
}

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

.shrink {
  flex-shrink: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-tl-\[130px\] {
  border-top-left-radius: 130px;
}

.rounded-tr-\[130px\] {
  border-top-right-radius: 130px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

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

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

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

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

.border-none {
  border-style: none;
}

.border-\[rgba\(173\2c 173\2c 173\2c 0\.5\)\] {
  border-color: rgba(173, 173, 173, 0.5);
}

.border-\[\#475467\] {
  --tw-border-opacity: 1;
  border-color: rgb(71 84 103 / var(--tw-border-opacity));
}

.border-border {
  border-color: var(---border);
}

.border-primary {
  border-color: var(---primary);
}

.bg-primary-light {
  background-color: var(---primary-light);
}

.bg-secondary-light {
  background-color: var(---secondary-light);
}

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

.bg-\[\#ECFDF3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity));
}

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

.bg-secondary {
  background-color: var(---secondary);
}

.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-primary-medium {
  background-color: var(---primary-medium);
}

.bg-primary {
  background-color: var(---primary);
}

.p-5 {
  padding: 1.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-\[2px\] {
  padding: 2px;
}

.p-\[6px\] {
  padding: 6px;
}

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

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

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

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

.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}

.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

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

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

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

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

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

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

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

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

.\!py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-24 {
  padding-top: 6rem;
}

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

.pt-0 {
  padding-top: 0px;
}

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

.\!pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.\!pt-2 {
  padding-top: 0.5rem !important;
}

.\!pb-2 {
  padding-bottom: 0.5rem !important;
}

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

.\!pl-3 {
  padding-left: 0.75rem !important;
}

.\!pr-3 {
  padding-right: 0.75rem !important;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

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

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

.pb-28 {
  padding-bottom: 7rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!text-\[40px\] {
  font-size: 40px !important;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-3 {
  line-height: 0.75rem;
}

.leading-\[44px\] {
  line-height: 44px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[46px\] {
  line-height: 46px;
}

.leading-\[1\] {
  line-height: 1;
}

.\!leading-\[48px\] {
  line-height: 48px !important;
}

.text-\[\#ADADAD\] {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
}

.text-primary {
  color: var(---primary);
}

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

.text-\[\#0B132B\] {
  --tw-text-opacity: 1;
  color: rgb(11 19 43 / var(--tw-text-opacity));
}

.text-gray-9A {
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}

.text-\[\#f00\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-\[\#475467\] {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.text-\[\#027A48\] {
  --tw-text-opacity: 1;
  color: rgb(2 122 72 / var(--tw-text-opacity));
}

.text-secondary {
  color: var(---secondary);
}

.\!text-primary {
  color: var(---primary) !important;
}

.text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.text-secondary-light {
  color: var(---secondary-light);
}

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-100 {
  opacity: 1;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

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

.transition-all {
  transition-property: all;
  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-300 {
  transition-duration: 300ms;
}

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

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

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

.\[a-zA-Z0-9_\:\\-\] {
  a-z-a--z0-9_: \-;
}

.\[a-zA-Z0-9_\:\\-\\\.\] {
  a-z-a--z0-9_: \-\.;
}

.\[hostname\:port\] {
  hostname: port;
}

.select2.select2-container {
  margin-bottom: 1.25rem;
}

.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--multiple {
  background-color: #fbfbfb;
  border-color: #d0d5dd;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 9px;
  border-radius: 0;
  min-height: 42px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #d0d5dd;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 9px;
}

.before\:mx-auto::before {
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

.before\:mr-1::before {
  content: var(--tw-content);
  margin-right: 0.25rem;
}

.before\:-mt-\[2px\]::before {
  content: var(--tw-content);
  margin-top: -2px;
}

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

.before\:h-\[6px\]::before {
  content: var(--tw-content);
  height: 6px;
}

.before\:w-\[6px\]::before {
  content: var(--tw-content);
  width: 6px;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-\[\#027A48\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(2 122 72 / var(--tw-bg-opacity));
}

.before\:align-middle::before {
  content: var(--tw-content);
  vertical-align: middle;
}

.before\:content-\[\'\'\]::before {
  --tw-content: "";
  content: var(--tw-content);
}

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

.hover\:border-secondary:hover {
  border-color: var(---secondary);
}

.hover\:border-secondary-light:hover {
  border-color: var(---secondary-light);
}

.hover\:bg-secondary-light:hover {
  background-color: var(---secondary-light);
}

.hover\:bg-secondary:hover {
  background-color: var(---secondary);
}

.hover\:\!bg-primary:hover {
  background-color: var(---primary) !important;
}

.hover\:text-secondary:hover {
  color: var(---secondary);
}

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

.hover\:text-secondary-light:hover {
  color: var(---secondary-light);
}

.hover\:text-primary:hover {
  color: var(---primary);
}

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

.hover\:text-primary-light:hover {
  color: var(---primary-light);
}

.hover\:text-\[\#ff0000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px) {
  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 640px) {
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

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

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95 {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

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

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

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

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

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

  @media (min-width: 992px) {
    .lg\:container {
      max-width: 1351px;
    }
  }

  .lg\:button {
    display: inline-block;
    border-radius: 2px;
    background-color: var(---primary);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .lg\:button:hover {
    background-color: var(---primary-light);
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:left-\[50\%\] {
    left: 50%;
  }

  .lg\:top-\[50\%\] {
    top: 50%;
  }

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

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .lg\:\!mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

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

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

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

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

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

  .lg\:\!mb-8 {
    margin-bottom: 2rem !important;
  }

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:\!mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:\!inline {
    display: inline !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-\[65vh\] {
    height: 65vh;
  }

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

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

  .lg\:min-h-\[30vh\] {
    min-height: 30vh;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

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

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

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

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

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

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

  .lg\:w-80 {
    width: 20rem;
  }

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

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

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

  .lg\:max-w-\[calc\(100\%-200px\)\] {
    max-width: calc(100% - 200px);
  }

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

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

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:-translate-x-\[50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-\[50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .hero .lg\:button,
  .section .lg\:button {
    min-width: 45%;
    background-color: var(---secondary-light);
    text-align: center;
  }

  .hero .lg\:button:hover,
  .section .lg\:button:hover {
    background-color: var(---secondary);
  }

  @media (min-width: 1024px) {
    .hero .lg\:button,
    .section .lg\:button {
      min-width: 30%;
    }
  }

  .hero .lg\:button,
  .section .lg\:button {
    min-width: 45%;
    background-color: var(---secondary-light);
    text-align: center;
  }

  .hero .lg\:button:hover,
  .section .lg\:button:hover {
    background-color: var(---secondary);
  }

  @media (min-width: 1024px) {
    .hero .lg\:button,
    .section .lg\:button {
      min-width: 30%;
    }
  }

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

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

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

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

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

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

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

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

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

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

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

  .lg\:pl-80 {
    padding-left: 20rem;
  }

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

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

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

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

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

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

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

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

  .lg\:pt-28 {
    padding-top: 7rem;
  }

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

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

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

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

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

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

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

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

  .lg\:text-base {
    font-size: 0.875rem;
  }

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

  .lg\:\!text-\[42px\] {
    font-size: 42px !important;
  }

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

  .lg\:\!leading-\[48px\] {
    line-height: 48px !important;
  }
}

@media (min-width: 1280px) {
  .xl\:top-7 {
    top: 1.75rem;
  }

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

  .xl\:pt-\[250px\] {
    padding-top: 250px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-\[56px\] {
    top: 56px;
  }
}

.plus-button {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #3498db;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  color: #3498db;
  transition: color 0.3s, border-color 0.3s;
}

.plus-button:hover {
  color: #ecf0f1;
  border-color: #ecf0f1;
}

.form-check-inline {
  display: flex;
  align-items: center;
  padding: 5px;
  color: #9ca3af;
}
.form-check-inline .form-check-input {
  margin-right: 5px;
  margin-bottom: 10px;
}

.form-check-inline .form-check-label {
  color: #9ca3af;
}

button.upload_photo {
  padding: 5px;
}
button.upload_photo.error {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
