/*
! tailwindcss v3.0.7 | 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: currentColor;
  /* 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.
*/

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

/*
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[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 */
  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:-ms-input-placeholder,
textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

@font-face {
  font-family: "greycliff-cflight";

  src: url("../fonts/greycliffcf-light-webfont.woff2") format("woff2"),
    url("../fonts/greycliffcf-light-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "greycliff-cfregular";

  src: url("../fonts/Greycliff-CF-Regular.otf") format("woff2"),
    url("../fonts/Greycliff-CF-Regular.otf") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "greycliff-cfmedium";

  src: url("../fonts/Greycliff-CF-Medium.otf") format("woff2"),
    url("../fonts/Greycliff-CF-Medium.otf") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "greycliff-cfextra_bold";

  src: url("../fonts/Greycliff-CF-Bold.otf") format("woff2"),
    url("../fonts/Greycliff-CF-Bold.otf") format("woff");

  font-weight: normal;

  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 9px;
}

html,
body {
  margin: 0px;
  padding: 0px;
  font-family: "greycliff-cfregular";
}

body {
  font-size: 2rem;
  line-height: normal;
}

body.modal-open {
  overflow: inherit !important;
  padding-right: 0 !important;
}

a,
button {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

p {
  line-height: 22px;
}

#wrapper {
  margin: 0px;
  height: 100%;
  width: 100%;
  padding: 0px;
}

.container {
  max-width: 1440px !important;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/**** Form Css **/

.form-group {
  margin-bottom: 2.2rem;
  width: 100%;
}

.form-control {
  height: 50px;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: "greycliff-cfregular";
  font-size: 2rem;
}

.form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.form-control:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.form-control:focus {
  outline-width: 0px;
}

@media (min-width: 1536px) {
  .form-control {
    font-size: 2rem;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
}

.login-sidebar > .fileupader {
  height: auto;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .login-sidebar > .fileupader {
    height: 100%;
  }

  .login-sidebar > .fileupader {
    padding-top: 0px;
  }
}

#footer .container > .fileupader span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .fileupader span {
    width: auto;
  }

  #footer .container > .fileupader span {
    padding-top: 0px;
  }

  #footer .container > .fileupader span {
    padding-bottom: 0px;
  }
}

.fileupader {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(119 64 89 / var(--tw-border-opacity));
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 130px;
  cursor: pointer;
  overflow: hidden;
}

.fileupader h4 {
  font-family: "greycliff-cflight";
}

.fileupader p {
  font-family: "greycliff-cflight";
  font-size: 1.4rem;
}

.fileupader .photo {
  position: absolute;
  width: 80px;
  top: 17px;
  left: 17px;
}

.login-sidebar > .attech {
  height: auto;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .login-sidebar > .attech {
    height: 100%;
  }

  .login-sidebar > .attech {
    padding-top: 0px;
  }
}

#footer .container > .attech span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .attech span {
    width: auto;
  }

  #footer .container > .attech span {
    padding-top: 0px;
  }

  #footer .container > .attech span {
    padding-bottom: 0px;
  }
}

.attech {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

/*** checkbox ***/

.login-sidebar .checkbox-outer {
  padding-left: 4rem;
  position: relative;
  display: block;
}

.login-sidebar .checkbox-outer label.checkbox {
  position: absolute;
  left: 0;
}

#footer .container > .checkbox-outer span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .checkbox-outer span {
    width: auto;
  }

  #footer .container > .checkbox-outer span {
    padding-top: 0px;
  }

  #footer .container > .checkbox-outer span {
    padding-bottom: 0px;
  }
}

.checkbox-outer {
  display: flex;
  font-size: 2rem;
  align-items: center;
  min-height: 31px;
}

.checkbox-outer a {
  margin-top: -0px;
  font-family: "greycliff-cfregular";
}

@media (max-width: 767px) {
  .checkbox-outer a {
    margin: 0;
    width: 100%;
  }
}

.checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 25px;
}

.checkbox input {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}

.checkbox input:checked ~ .checkmark {
  background-color: transparent;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 8px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/************radio-button **/

.login-sidebar > .radio-button {
  height: auto;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .login-sidebar > .radio-button {
    height: 100%;
  }

  .login-sidebar > .radio-button {
    padding-top: 0px;
  }
}

.radio-button {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 2rem;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 27px;
  line-height: 28px;
}

/* Hide the browser's default radio button */

.radio-button input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

/* Create a custom radio button */

.radio-button .checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(119 64 89 / var(--tw-border-opacity));
  background-color: transparent;
  height: 26px;
  width: 26px;
  border-radius: 50%;
}

section.radio-button input:checked ~ .checkmark h3 {
  font-family: "greycliff-cfregular";
}

.radio-button input:checked ~ .checkmark {
  --tw-bg-opacity: 1;
  background-color: rgb(119 64 89 / var(--tw-bg-opacity));
}

.radio-button .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-button input:checked ~ .checkmark:after {
  display: block;
}

section.radio-button .checkmark:after h3 {
  font-family: "greycliff-cfregular";
}

.radio-button .checkmark:after {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(119 64 89 / var(--tw-bg-opacity));
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

/**** Date ***/

input.datepicker {
  display: block;
}

/*** Button ***/

.btn {
  height: 50px;
  width: 100%;
  border-radius: 9999px;
  text-align: center;
  font-family: "greycliff-cfextra_bold";
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .btn {
    font-size: 2rem;
  }
}

section.btn--primary h3 {
  font-family: "greycliff-cfregular";
}

.btn--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(119 64 89 / 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(146 102 122 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

*,
::before,
::after {
  --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-transform: translateX(var(--tw-translate-x))
    translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
    skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
    scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-blur: var(--tw-empty, /*!*/ /*!*/);
  --tw-brightness: var(--tw-empty, /*!*/ /*!*/);
  --tw-contrast: var(--tw-empty, /*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty, /*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
  --tw-invert: var(--tw-empty, /*!*/ /*!*/);
  --tw-saturate: var(--tw-empty, /*!*/ /*!*/);
  --tw-sepia: var(--tw-empty, /*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/);
  --tw-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);
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

/*** Login page **/

section.login-sidebar h3 {
  font-family: "greycliff-cfregular";
}

.login-sidebar {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(119 64 89 / var(--tw-bg-opacity));
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .login-sidebar {
    width: 400px;
  }
}

.login-sidebar {
  overflow-x: hidden;
  overflow-y: auto;
}

.login-sidebar > .relative {
  height: auto;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .login-sidebar > .relative {
    height: 100%;
  }

  .login-sidebar > .relative {
    padding-top: 0px;
  }
}

#footer .container > .login-logo span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .login-logo span {
    width: auto;
  }

  #footer .container > .login-logo span {
    padding-top: 0px;
  }

  #footer .container > .login-logo span {
    padding-bottom: 0px;
  }
}

.login-logo {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-self: flex-start;
  text-align: center;
}

.login-logo img {
  max-height: 16rem;
}

@media (min-width: 1536px) {
  .login-logo img {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}

.login-sidebar-right {
  width: calc(100% - 400px);
  background: url(../img/background.png) center center no-repeat;
  background-size: cover;
  display: none;
}

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

.login-sidebar form.form {
  min-height: 45vh;
}

/**** Tab Css ****/

.tab-menu li:first-child .nav-link {
  margin-left: 0;
}

.tab-menu li .nav-link {
  margin-left: 1.5rem;
  display: block;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tab-menu li .nav-link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(119 64 89 / var(--tw-text-opacity));
}

.tab-menu li .nav-link {
  width: 100%;
}

.tab-menu li .nav-link.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: "greycliff-cfmedium";
  --tw-text-opacity: 1;
  color: rgb(119 64 89 / var(--tw-text-opacity));
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.personal-form {
  width: 100%;
  /* padding-right: 7.8%; */
  /* overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 334px); */
  margin-top: 2.5rem;
  padding-bottom: 2rem;
}

/* @media (min-width: 1600px) {
    .personal-form {
      width: 106%;
      padding-right: 6%;
    }
  }
  @media (max-width: 767px) {
    .personal-form { 
      width: 106.5%;
      padding-right: 6.5%;     
      max-height: calc(100vh - 315px); 
    }
  } */

/**********************/

/**** After Login ****/

/*********************/

section#header h3 {
  font-family: "greycliff-cfregular";
}

#header {
  position: fixed;
  top: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(119 64 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  box-shadow: 0 0 6px #333;
  z-index: 999;
}

#header .navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#footer .container > .header-menu span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .header-menu span {
    width: auto;
  }

  #footer .container > .header-menu span {
    padding-top: 0px;
  }

  #footer .container > .header-menu span {
    padding-bottom: 0px;
  }
}

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

.header-menu .nav-item {
  margin-left: 1.5rem;
}

.header-menu .nav-item .nav-link {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(146 102 122 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "greycliff-cfmedium";
}

.header-menu .nav-item .nav-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(119 64 89 / var(--tw-text-opacity));
}

.header-menu .nav-item .nav-link {
  line-height: normal;
}

.header-menu .nav-item .nav-link.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(119 64 89 / var(--tw-text-opacity));
}

.login-sidebar > .header-menu .nav-item:last-child .nav-link {
  height: auto;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .login-sidebar > .header-menu .nav-item:last-child .nav-link {
    height: 100%;
  }

  .login-sidebar > .header-menu .nav-item:last-child .nav-link {
    padding-top: 0px;
  }
}

.header-menu .nav-item:last-child .nav-link {
  position: relative;
  padding-right: 50px;
}

.header-menu .nav-item:last-child .nav-link img {
  position: absolute;
  right: 5px;
  top: 3px;
}

#navbar-content {
  position: relative;
  top: 0;
  right: 0;
}

@media (max-width: 991px) {
  section#navbar-content h3 {
    font-family: "greycliff-cfregular";
  }

  #navbar-content {
    position: fixed;
  }

  #navbar-content {
    height: 100%;
  }

  #navbar-content {
    border-top-width: 1px;
  }

  #navbar-content {
    --tw-border-opacity: 1;
    border-color: rgb(174 66 123 / var(--tw-border-opacity));
  }

  #navbar-content {
    --tw-bg-opacity: 1;
    background-color: rgb(119 64 89 / var(--tw-bg-opacity));
  }

  #navbar-content {
    transition-property: color, background-color, border-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
      -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-text-decoration-color,
      -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #navbar-content {
    position: fixed;
    top: 70px;
    right: -320px;
    width: 300px;
    box-shadow: 0 8px 10px #333;
    transition: 350ms ease;
  }

  #navbar-content.active {
    right: 0;
  }

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

  .header-menu {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header-menu li {
    margin-bottom: 2rem;
  }

  .header-menu li {
    width: 100%;
  }

  .header-notification {
    width: 100%;
    min-width: inherit !important;
    right: inherit !important;
    left: 0 !important;
    top: 34px !important;
    z-index: 99;
  }

  .myprofile-dropdown {
    left: 0 !important;
    right: inherit !important;
  }
}

.dropdown-menu {
  position: absolute;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 40px);
  box-shadow: 0 1px 10px #333;
  padding: 10px 0;
  margin-top: 22px;
  border: none;
}

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

.dropdown-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.myprofile-dropdown {
  font-size: 2rem;
  right: 0;
  left: inherit;
  min-width: 200px;
}

.myprofile-dropdown a {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.myprofile-dropdown a:hover {
  --tw-text-opacity: 1;
  color: rgb(119 64 89 / var(--tw-text-opacity));
}

.myprofile-dropdown a.logout {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.myprofile-dropdown a.logout:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.header-notification {
  border-radius: 10px;
  padding: 2rem;
  font-size: 2rem;
  right: -158px;
  left: inherit;
  min-width: 480px;
}

.header-notification ul {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 104%;
  max-height: 250px;
  padding-right: 4%;
}

.header-notification ul li {
  margin-bottom: 3rem;
}

.header-notification ul li:last-child {
  margin-bottom: 0px;
}

.header-notification ul li span {
  line-height: normal;
}

.banner {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

#footer .container > .banner-content-block span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .banner-content-block span {
    width: auto;
  }

  #footer .container > .banner-content-block span {
    padding-top: 0px;
  }

  #footer .container > .banner-content-block span {
    padding-bottom: 0px;
  }
}

.banner-content-block {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 560px;
}

.banner .banner-content-block-left {
  max-width: 100%;
}

.banner .banner-content-block-left h1 {
  margin-bottom: 40px;
  line-height: 1.25;
}

.banner-content-block-left {
  margin-bottom: 3rem;
  width: 100%;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  text-align: center;
}

@media (min-width: 768px) {
  .banner-content-block-left {
    margin-bottom: 0px;
  }
}

.banner-content-block-left {
  max-width: 518px;
}

@media (max-width: 1280px) {
  .banner-content-block-left {
    max-width: 418px;
  }
}

@media (max-width: 1024px) {
  .banner-content-block-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .banner-content-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-content-block-left {
    max-width: 100%;
    margin-bottom: 4rem;
    border: none;
  }
}

.banner-content-block-left:last-child {
  border: none;
}

.banner-content-block-left h2 {
  line-height: normal;
}

.banner-content-block-left a {
  box-shadow: rgb(40 40 40) 0px 4px 11px;
}

.login-sidebar > .safe-item-block {
  height: auto;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .login-sidebar > .safe-item-block {
    height: 100%;
  }

  .login-sidebar > .safe-item-block {
    padding-top: 0px;
  }
}

.safe-item-block {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .safe-item-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .safe-item-block {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.safe-item-block .view-all-btn {
  position: absolute;
  right: 0px;
  font-size: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(119 64 89 / var(--tw-text-opacity));
}

.safe-item-block .view-all-btn:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.login-sidebar > .safe-item-block-items {
  height: auto;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .login-sidebar > .safe-item-block-items {
    height: 100%;
  }

  .login-sidebar > .safe-item-block-items {
    padding-top: 0px;
  }
}

#footer .container > .safe-item-block-items span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .safe-item-block-items span {
    width: auto;
  }

  #footer .container > .safe-item-block-items span {
    padding-top: 0px;
  }

  #footer .container > .safe-item-block-items span {
    padding-bottom: 0px;
  }
}

.safe-item-block-items {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  box-shadow: 0 3px 8px #e9e9e9;
}

.box-span {
  position: absolute;
  right: 2rem;
  top: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.safe-item-block-img {
  border-radius: 9999px;
  max-width: 130px;
  max-height: 130px;
}

.safe-item-block-items a {
  margin-bottom: 0px;
}

#footer .container > .footer-link span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .footer-link span {
    width: auto;
  }

  #footer .container > .footer-link span {
    padding-top: 0px;
  }

  #footer .container > .footer-link span {
    padding-bottom: 0px;
  }
}

.footer-link {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 640px) {
  .footer-link {
    width: auto;
  }
}

.footer-link li {
  margin-right: 2rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity));
  padding-right: 2rem;
  line-height: 20px;
}

.footer-link li:last-child {
  margin-right: 0px;
  border-style: none;
  padding-right: 0px;
}

.footer-link li a {
  font-size: 1.8rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}

.footer-link li a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

#footer .container > .footer-social-media span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .footer-social-media span {
    width: auto;
  }

  #footer .container > .footer-social-media span {
    padding-top: 0px;
  }

  #footer .container > .footer-social-media span {
    padding-bottom: 0px;
  }
}

.footer-social-media {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 640px) {
  .footer-social-media {
    width: auto;
  }
}

.footer-social-media li {
  margin-left: 2rem;
}

.footer-social-media li:first-child {
  margin-left: 0px;
}

#footer .container > .footer-social-media li a span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .footer-social-media li a span {
    width: auto;
  }

  #footer .container > .footer-social-media li a span {
    padding-top: 0px;
  }

  #footer .container > .footer-social-media li a span {
    padding-bottom: 0px;
  }
}

.footer-social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(80 80 80 / var(--tw-bg-opacity));
}

section.footer-social-media li a:hover h3 {
  font-family: "greycliff-cfregular";
}

.footer-social-media li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 64 89 / var(--tw-bg-opacity));
}

.footer-social-media li a {
  width: 40px;
  height: 40px;
}

#footer .container > .flex span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .flex span {
    width: auto;
  }

  #footer .container > .flex span {
    padding-top: 0px;
  }

  #footer .container > .flex span {
    padding-bottom: 0px;
  }
}

section.bg-primary h3 {
  font-family: "greycliff-cfregular";
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.left-10 {
  left: 1rem;
}

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

.m-0 {
  margin: 0px;
}

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

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

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

.mb-22 {
  margin-bottom: 2.2rem;
}

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

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

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

.mt-70 {
  margin-top: 70px;
}

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

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

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

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

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

.mt-40 {
  margin-top: 40px;
}

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

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

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

.mr-15 {
  margin-right: 1.5rem;
}

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

.mr-25 {
  margin-right: 2.5rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.h-120 {
  height: 120px;
}

.h-30 {
  height: 30px;
}

.w-120 {
  width: 120px;
}

.w-full {
  width: 100%;
}

.w-30 {
  width: 30px;
}

.transform {
  transform: var(--tw-transform);
}

.resize {
  resize: both;
}

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

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

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

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

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

.rounded-20 {
  border-radius: 20px;
}

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

.border {
  border-width: 1px;
}

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

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

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

.bg-inputColor {
  --tw-bg-opacity: 1;
  background-color: rgb(239 221 212 / var(--tw-bg-opacity));
}

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

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(174 66 123 / var(--tw-bg-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(119 64 89 / var(--tw-bg-opacity));
}

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

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

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(146 102 122 / var(--tw-bg-opacity));
}

.p-30 {
  padding: 3rem;
}

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

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

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

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

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.pb-13 {
  padding-bottom: 1.3rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

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

.pt-20 {
  padding-top: 2rem;
}

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

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

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

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

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

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

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

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

.font-cfbold {
  font-family: "greycliff-cfextra_bold";
}

.font-sans {
  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";
}

.font-cfmedium {
  font-family: "greycliff-cfmedium";
}

.font-cfregular {
  font-family: "greycliff-cfregular";
}

.text-30 {
  font-size: 3rem;
}

.text-20 {
  font-size: 2rem;
}

.text-32 {
  font-size: 3.2rem;
}

.text-28 {
  font-size: 2.8rem;
}

.text-largesm {
  font-size: 60px;
}

.text-h2 {
  font-size: 3.4rem;
}

.text-h1 {
  font-size: 3.7rem;
}

.text-18 {
  font-size: 1.8rem;
}

.text-26 {
  font-size: 2.6rem;
}

.text-22 {
  font-size: 2.2rem;
}

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

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

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

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

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(119 64 89 / var(--tw-text-opacity));
}

.text-titleColor3 {
  --tw-text-opacity: 1;
  color: rgb(28 43 40 / var(--tw-text-opacity));
}

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

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

.text-titleColor {
  --tw-text-opacity: 1;
  color: rgb(54 54 91 / var(--tw-text-opacity));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}

.filter {
  filter: var(--tw-filter);
}

.delete-account {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

/**** Upgrade Pro ****/

.upgrade-pro {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.upgrade-pro ul {
  max-width: 275px;
  margin: 0 auto;
}

.upgrade-pro ul li {
  padding-left: 4.5rem;
  margin-bottom: 1.5rem;
}

.upgrade-pro ul li:last-child {
  margin-bottom: 0;
}

/***************************/

/**** Search popup  *****/

/***************************/

.search-lost-item {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

#footer .container > .search-lost-item .form span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .search-lost-item .form span {
    width: auto;
  }

  #footer .container > .search-lost-item .form span {
    padding-top: 0px;
  }

  #footer .container > .search-lost-item .form span {
    padding-bottom: 0px;
  }
}

.search-lost-item .form {
  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));
  margin: 2rem 0 3rem 0;
  border: 5px solid #f9f9f9;
  border-radius: 50px;
  padding: 0.5rem 0rem;
  box-shadow: 0 2px 5px #cbcbcb;
}

.search-lost-item .form span {
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: "greycliff-cfmedium";
  font-size: 2rem;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.search-lost-item .form .form-group {
  margin: 0 0.5rem;
  width: 100%;
}

.search-lost-item .form .form-group input {
  height: 50px;
}

.search-lost-item .form .form-btn-box {
  width: auto;
  margin-right: 0;
}

#footer .container > .search-lost-item .form .form-btn-box .btn span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .search-lost-item .form .form-btn-box .btn span {
    width: auto;
  }

  #footer .container > .search-lost-item .form .form-btn-box .btn span {
    padding-top: 0px;
  }

  #footer .container > .search-lost-item .form .form-btn-box .btn span {
    padding-bottom: 0px;
  }
}

.search-lost-item .form .form-btn-box .btn {
  margin: 0px;
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(174 66 123 / var(--tw-bg-opacity));
  font-family: "greycliff-cfmedium";
  font-size: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

section.search-lost-item .form .form-btn-box .btn:hover h3 {
  font-family: "greycliff-cfregular";
}

.search-lost-item .form .form-btn-box .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 64 89 / var(--tw-bg-opacity));
}

.search-lost-item .form .form-btn-box .btn {
  height: 50px;
  border-radius: 0 50px 50px 0;
  padding: 0 4rem 0 2rem;
}

/*********** upload-found-item ******/

.upload-found-item {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/***** Modal  Css*******/

.modal-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  z-index: 1040;
  transition: opacity 0.15s linear;
}

.modal-backdrop.show {
  opacity: 0.2;
}

.modal {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1060;
  display: none;
  /* overflow-x: hidden;
  overflow-y: auto; */
  outline: 0;
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.modal.show {
  display: block;
}

.login-sidebar > .modal-dialog {
  height: auto;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .login-sidebar > .modal-dialog {
    height: 100%;
  }

  .login-sidebar > .modal-dialog {
    padding-top: 0px;
  }
}

#footer .container > .modal-dialog span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .modal-dialog span {
    width: auto;
  }

  #footer .container > .modal-dialog span {
    padding-top: 0px;
  }

  #footer .container > .modal-dialog span {
    padding-bottom: 0px;
  }
}

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 100%;
  pointer-events: none;
}

.login-sidebar > .modal-content {
  height: auto;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .login-sidebar > .modal-content {
    height: 100%;
  }

  .login-sidebar > .modal-content {
    padding-top: 0px;
  }
}

#footer .container > .modal-content span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .modal-content span {
    width: auto;
  }

  #footer .container > .modal-content span {
    padding-top: 0px;
  }

  #footer .container > .modal-content span {
    padding-bottom: 0px;
  }
}

.modal-content {
  position: relative;
  display: flex;
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 15px;
  outline: 0;
  overflow: hidden;
}

.login-sidebar > .modal-header {
  height: auto;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .login-sidebar > .modal-header {
    height: 100%;
  }

  .login-sidebar > .modal-header {
    padding-top: 0px;
  }
}

#footer .container > .modal-header span {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  #footer .container > .modal-header span {
    width: auto;
  }

  #footer .container > .modal-header span {
    padding-top: 0px;
  }

  #footer .container > .modal-header span {
    padding-bottom: 0px;
  }
}

.modal-header {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.modal-title {
  margin-bottom: 1.6rem;
  font-family: "greycliff-cfextra_bold";
  font-size: 3.2rem;
  --tw-text-opacity: 1;
  color: rgb(28 43 40 / var(--tw-text-opacity));
}

.modal-content .btn-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 2rem;
}

.modal-content .btn-close img {
  width: 18px;
}

.modal-body {
  /* @apply p-20; */
  /* overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 50px); */
  width: 100%;
  padding: 3rem !important;
}

@media (max-width: 767px) {
  .modal-body {
    max-height: calc(100vh - 50px);
    width: 100%;
  }

  .modal-content .btn-close {
    right: 1.5rem;
    top: 1.5rem;
  }
}

.btn--primary {
  box-shadow: rgb(137 137 137) 0px 4px 10px;
}

.lost-found .banner-content-block {
  min-height: 380px;
}

/***********************************/

/** Scroll Bar Css **/

/***********************************/

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

section.hover\:bg-primary:hover h3 {
  font-family: "greycliff-cfregular";
}

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

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 64 89 / var(--tw-bg-opacity));
}

.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 66 123 / var(--tw-bg-opacity));
}

.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(174 66 123 / var(--tw-text-opacity));
}

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

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

@media (min-width: 768px) {
  #footer .container > .md\:flex span {
    width: 100%;
  }

  #footer .container > .md\:flex span {
    padding-top: 1rem;
  }

  #footer .container > .md\:flex span {
    padding-bottom: 1rem;
  }

  #footer .container > .md\:flex span {
    text-align: center;
  }

  @media (min-width: 640px) {
    #footer .container > .md\:flex span {
      width: auto;
    }
  }

  @media (min-width: 640px) {
    #footer .container > .md\:flex span {
      padding-top: 0px;
    }
  }

  @media (min-width: 640px) {
    #footer .container > .md\:flex span {
      padding-bottom: 0px;
    }
  }

  .md\:flex {
    display: flex;
  }

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

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

  .md\:text-largesm {
    font-size: 60px;
  }
}

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

  .lg\:text-largeFont {
    font-size: 80px;
  }
}

@media (min-width: 992px) {
  .tableLg\:hidden {
    display: none;
  }
}
