/*
 * Theme Name: WilCity ChildTheme
 * Theme URI: https://wilcity.com
 * Author: wiloke
 * Author URI: https://wiloke.com
 * Description: Listing WordPress Theme
 * Version: 1.0
 * Template: wilcity
 */

/*
 ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

* {
  font-family:'DM Sans'
}

body.popup-active::-webkit-scrollbar {
  display: none;
}

.popup_module__3M-0- {
  z-index: 9999998 !important;
}

#wilcity-map-auto-refresh-checkbox:checked~.wrapper-small:after {
  background-color: #f90a0a;
  border-color: #f90a0a;
  color: #ffffff;
}

div.wil-map-btn span.checkbox_text__3Go1u.text-ellipsis {
  color: #222222 !important;
}

.checkbox_toggle__vd6vd .checkbox-iconBg {
  background-color: #f0f0f0;
}

input:checked~.bg-color-primary--checked-after .checkbox-iconBg {
  background-color: #ffeeee !important;
}

div.wil-map-btn span.bd-color-primary--checked span.checkbox-iconBg:after {
  color: #f90a0a !important;
}

input.field_field__3U_Rt {
  color: #222222;
  caret-color: #f90a0a !important;
}

div.searchbox_module__3ZYKm {
  border-bottom: 1px solid #e3e4e7 !important;
}

div.filter_module__p0Iwz {
  border-bottom: 1px solid #e3e4e7 !important;
}

a.filter_button__lo852 {
  border: 1px solid #e3e4e7 !important;
}

span.checkbox_text__3Go1u.text-ellipsis::after {
  border-color: #e3e4e7 !important;
}

input:checked~span.checkbox_text__3Go1u.text-ellipsis::after {
  border-color: #f90a0a !important;
}

input:checked~.bd-color-primary--checked {
  border-color: #f90a0a !important;
}

.search-screen_search__15VV1 input {
  border-bottom: 3px solid #e3e4e7 !important;
  color: #666666;
}

span.image-box_text__1K_bA i.la-edit.color-primary:before {
  color: #ffffff;
}

div.col-md-6 article.search-screen_item__1RUWk {
  border: 1px solid #e3e4e7 !important;
}

a[btn-name=Checkin] i.la-map-pin,
 a[btn-name=Checkin] span,
 a.la-heart-o span,
 div.wil-single-tool-share i.la-share,
 div.wil-single-tool-share span,
 div.dropdown_threeDots__3fa2o .dropdown_dot__3I1Rn {
  color: #222222 !important;
}

div.dropdown_threeDots__3fa2o .dropdown_dot__3I1Rn {
  background-color: #222222 !important;
}

.listing-detail_rightItem__2CjTS .wil-btn span {
  color: #222222 !important;
}

div.dropdown_itemsWrap__2fuze.active a.list_link__2rDA1 i.la-flag-o,
 div.dropdown_itemsWrap__2fuze.active a.list_link__2rDA1 span.list_text__35R07 {
  color: #222222 !important;
}

div.listing-detail_first__1PClf .listing-detail_text__31u2P {
  color: #222222 !important;
}

li.list_item__3YghP a.list_link__2rDA1.text-ellipsis.color-primary--hover.color-primary span.list_icon__2YpTp i.la::before,
 li.list_item__3YghP a.list_link__2rDA1.text-ellipsis.color-primary--hover.color-primary span.list_text__35R07 {
  color: #f90a0a !important;
}

li.list_item__3YghP a.list_link__2rDA1.text-ellipsis.color-primary--hover span.list_icon__2YpTp i.la::before,
 li.list_item__3YghP a.list_link__2rDA1.text-ellipsis.color-primary--hover span.list_text__35R07 {
  color: #222222 !important;
}

.listing-detail_first__1PClf {
  border-bottom: 1px solid #e3e4e7 !important;
}

div.wil-float-left h4.content-box_title__1gBHS i.la-star-o::before,
 div.wil-float-left h4.content-box_title__1gBHS span,
 div.wil-float-left h2.content-box_title__1gBHS i.la-image::before,
 div.wil-float-left h2.content-box_title__1gBHS span {
  color: #222222 !important;
}

footer.content-box_footer__kswf3 span {
  color: #222222 !important;
}

span.average-rating-info_text__3Cq-a,
 span.average-rating-info_item__2yvNR {
  color: #222222 !important;
}

.content-box_header__xPnGx {
  border-bottom: 1px solid #e3e4e7 !important;
}

.content-box_footer__kswf3 {
  border-top: 1px solid #e3e4e7 !important;
}

.listing-detail_body__287ZB {
  background-color: #e3e4e7 !important;
}

section.wil-section.bg-color-gray-2.pt-0 {
  background-color: #e3e4e7 !important;
}

h3.add-review_title__3ePFu span.color-primary,
 h3.add-review_title__3ePFu span {
  color: #222222 !important;
}

header.add-review_wrap__K1JtF .wil-float-right a,
 header.add-review_wrap__K1JtF .wil-float-right a:hover {
  background-color: #f90a0a !important;
  color: #ffffff !important;
}

header.popup_header__2QTxC .popup_title__3q6Xh .la-star-o:before,
 header.popup_header__2QTxC .popup_title__3q6Xh span,
 div.popup_body__1wtsy .la-bullhorn::before,
 div.popup_body__1wtsy .alert_content__1ntU3 {
  color: #222222 !important;
}

.popup_footerRight__qvdP6 a.wil-btn.wil-btn--gray.wil-btn--sm.wil-btn--round {
  background-color: #ffffff !important;
  color: #222222;
}

.popup_footerRight__qvdP6 a.wil-btn.wil-btn--primary.wil-btn--sm.wil-btn--round {
  background-color: #f90a0a !important;
  color: #ffffff !important;
}

h4.content-box_title__1gBHS i,
 h4.content-box_title__1gBHS span {
  color: #222222 !important;
}

.content-box_body__3tSRB>[class*=icon-box] a,
 .content-box_body__3tSRB>[class*=icon-box] a i:before,
 a.wilcity-inbox-btn span {
  color: #222222 !important;
}

div.icon-box-1_text__3R39g {
  color: #222222 !important;
}

div.wilcity-sidebar-item-listing_cat div.icon-box-1_icon__3V5c0 {
  background-color: #f90a0a !important;
}

div.wilcity-sidebar-item-listing_cat div.icon-box-1_icon__3V5c0 i.fa-cutlery::before {
  color: #ffffff !important;
}

div.content-box_module__333d9 div.author-listing_module__3K7-I h3.utility-box-1_title__1I925 a,
 div.content-box_module__333d9 div.author-listing_module__3K7-I h3.utility-box-1_title__1I925 a:hover {
  color: #222222 !important;
}

div.wilcity-sidebar-item-claim h3.promo-item_title__3hfHG,
 div.wilcity-sidebar-item-claim p.promo-item_description__2nc26 {
  color: #222222 !important;
}

div.follow_item__3GAob,
 div.follow_item__3GAob span.color-primary {
  color: #222222 !important;
}

div.wilcity-sidebar-item-statistic i.la:before {
  color: #222222 !important;
}

div.follow_content__2R1YP a.wilcity-toggle-follow,
 div.follow_content__2R1YP a.wilcity-toggle-follow i {
  color: #f90a0a !important;
}

div.listing-hours_module__38Iy5 .listing-hours_header__1uH8N.clearfix.active.open {
  background-color: #00875a !important;
}

div.listing-hours_module__38Iy5 .listing-hours_header__1uH8N.clearfix.active.close {
  background-color: #f90a0a !important;
}

div.listing-hours_body__3StC3.active li span {
  color: #222222 !important;
}

div.listing-hours_body__3StC3.active li.open span {
  color: #00875a !important;
}

div.listing-hours_body__3StC3.active li.close span {
  color: #f90a0a !important;
}

div.wil-single-sidebar-slider-wrapper div.content-box_body__3tSRB a.utility-meta_module__mfOnV:hover,
 div.wil-single-sidebar-slider-wrapper div.content-box_body__3tSRB a.utility-meta_module__mfOnV:hover .la-heart-o:before {
  color: #f90a0a !important;
  border-color: #f90a0a !important;
}

div.wil-single-sidebar-slider-wrapper div.content-box_body__3tSRB a.utility-meta_module__mfOnV i.la-heart-o:before {
  color: #ffffff !important;
}

div.wil-single-sidebar-slider-wrapper .listing_meta__6BbCG a span,
 div.wil-single-sidebar-slider-wrapper .listing_meta__6BbCG a span i,
 div.wil-single-sidebar-slider-wrapper .listing_meta__6BbCG a,
 div.wil-single-sidebar-slider-wrapper .listing_meta__6BbCG a i,
 div.wil-single-sidebar-slider-wrapper .icon-box-1_text__3R39g {
  color: #222222 !important;
}

div.wil-single-sidebar-slider-wrapper .icon-box-1_icon__3V5c0 {
  background-color: #f90a0a !important;
}

div.wil-single-sidebar-slider-wrapper .wilcity-listing-hours span.color-secondary {
  color: #00875a !important;
}

div.wil-single-sidebar-slider-wrapper .wilcity-listing-hours span.color-quaternary {
  color: #f90a0a !important;
}

div.author-hero_right__20vEh span.color-primary {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  div.author-hero_right__20vEh span.color-primary {
    color: #222222 !important;
  }

  div.author-hero_right__20vEh span {
    color: #222222 !important;
  }

  div.author-hero_content__x740L h3.utility-box-1_title__1I925,
     div.author-hero_content__x740L div.utility-box-1_description__2VDJ6 {
    color: #222222 !important;
  }
}

div.author-hero_right__20vEh a.wilcity-toggle-follow {
  color: #ffffff !important;
  background-color: #f90a0a !important;
}

div.dashboard__sidebar div.follow_item__3GAob a {
  color: #222222 !important;
}

.dashboard-nav_item__2798B.active a,
 .dashboard-nav_item__2798B.active a i {
  color: #f90a0a !important;
}

.dashboard-nav_item__2798B a,
 .dashboard-nav_item__2798B a i,
 .dashboard-nav_item__2798B a:hover,
 .dashboard-nav_item__2798B a:hover i {
  color: #222222 !important;
}

.pagination_pageItem__3SatM.current span {
  color: #f90a0a !important;
}

.pagination_pageItem__3SatM span,
 .pagination_pageItem__3SatM:hover span,
 .pagination_pageItem__3SatM i,
 .pagination_pageItem__3SatM:hover i {
  color: #222222 !important;
}

.header_module__Snpib.js-header-sticky {
  color: #ffffff !important;
}

.detail-navtop_module__zo_OS li.list_item__3YghP.active a.list_link__2rDA1.text-ellipsis.color-primary--hover {
  border-bottom-color: #f90a0a !important;
}

.bg-color-quaternary,	
 .bg-color-quaternary--hover:hover {
  background-color: #f90a0a !important;
}

.header_number__1a6F5 .bg-color-quaternary,	
 .header_number__1a6F5 .bg-color-quaternary--hover:hover {
  background-color: #f90a0a !important;
}

.bg-color-primary,	
 .bg-color-primary--after:after,	
 .bg-color-primary--hover:hover,	
 .checkbox-border,	
 .select2-container--default .select2-results__option--highlighted[aria-selected],	
 .select2-selection--multiple:after,	
 .select2-selection--single:after,	
 input:checked~.bg-color-primary--checked,	
 input:checked~.bg-color-primary--checked-after .checkbox-iconBg,	
 input:checked~.bg-color-primary--checked-after:after {
  background-color: #f90a0a !important
}

.bd-color-primary,	
 .bd-color-primary--hover:hover,	
 input:checked~.bd-color-primary--checked {
  border-color: #f90a0a !important
}

.field_style2__2Znhe .field_field__3U_Rt::-moz-placeholder, .field_style3__3qkPx .field_field__3U_Rt::-moz-placeholder {
  color: #666666 !important
}

.field_style2__2Znhe .field_field__3U_Rt::placeholder,	
 .field_style3__3qkPx .field_field__3U_Rt::placeholder {
  color: #666666 !important
}

.utility-meta_primary__2xTvX {
  border-color: rgba(255, 255, 255, .4);
  color: rgba(255, 255, 255, .8);
  font-size: 0;
  padding: 4px 6px
}

.utility-meta_primary__2xTvX:focus {
  border-color: #f90a0a;
  color: #f90a0a
}

.searchbox_searchButton__1c9iK .wil-btn--primary {
  background-color: #f90a0a;
  color: #ffffff;
}

.searchbox_searchButton__1c9iK .wil-btn--primary:focus,	
 .searchbox_searchButton__1c9iK .wil-btn--primary:hover {
  background-color: #f90a0a;
  color: #ffffff
}

.searchbox_searchButton__1c9iK .wil-btn--primary:after {
  border-left-color: #f90a0a !important;
}

.search-screen_search__15VV1 input {
  color: #666666;
}

.header_module__Snpib .header_search__3IFfo .header_searchText__10VVZ {
  color: #666666;
}

.la-search:before {
  content: "\f2eb";
  color: #666666 !important;
}

.searchbox_searchButton__1c9iK .fa .fa-search {
  color: #ffffff;
}

.header_navWrapper__B2C9n .wil-addlisting-btn {
  background-color: #f90a0a !important;
}

.la-envelope:before {
  color: #222222 !important;
}

.la-bell-o:before {
  color: #222222 !important;
}

.la-close:before {
  color: #222222 !important;
}

h2 a {
  color: #222222 !important;
}

h2.search-screen_title__oplSb {
  color: #222222;
}

a.grid-body-item-google_address {
  color: #222222;
}

a.grid-body-item-phone {
  color: #222222;
}

.la.la-map-marker.color-primary {
  color: #222222 !important;
}

.la.la-phone.color-primary {
  color: #222222 !important;
}

a.text-ellipsis .icon-box-1_text__3R39g {
  color: #222222 !important;
}

.la-search-plus {
  color: #222222 !important;
}

.la-heart-o {
  color: #222222 !important;
}

.la.la-heart.color-primary {
  color: #f90a0a !important;
}

.wil-grid-header-wrapper a:hover {
  color: #f90a0a !important;
}

.wil-grid-header-wrapper a.utility-meta_primary__2xTvX .la-heart-o {
  color: rgba(255, 255, 255, .8) !important;
}

.wil-grid-header-wrapper a.utility-meta_light__2EzdO:hover,
 .wil-grid-header-wrapper a.utility-meta_primary__2xTvX:hover {
  color: #f90a0a !important;
  border-color: #f90a0a !important;
  fill: #f90a0a !important;
}

.wil-grid-header-wrapper a.wil-favorite-btn:hover .la-heart-o {
  fill: #f90a0a !important;
  color: #f90a0a !important;
}

footer.listing_footer__1PzMC a.text-ellipsis div.rounded-circle {
  background-color: #f90a0a !important;
}

span.color-secondary.wil-grid-business-hour {
  color: #00875a !important
}

span.color-quaternary.wil-grid-business-hour {
  color: #f90a0a !important
}

div.listing-bar_resuilt__R8pwY span.color-primary {
  color: #f90a0a !important
}

div.listing-bar_resuilt__R8pwY a {
  color: #f90a0a !important
}

div.listing-bar_resuilt__R8pwY .la-share {
  color: #f90a0a !important
}

div.filter_item__tjou1 a span {
  color: #222222;
}

a.filter_button__lo852.wil-btn--primary {
  background-color: #f90a0a !important;
}

a.filter_button__lo852.wil-btn--primary span {
  color: #ffffff !important;
}

div.filter_footer__104sU div.wil-float-left a.wil-btn--primary {
  background-color: #ffffff !important;
  color: #222222 !important;
}

div.filter_footer__104sU div.wil-float-right a.wil-btn--secondary {
  background-color: #f90a0a !important;
}

div.filter_footer__104sU div.wil-float-right a.wil-btn--secondary span {
  color: #ffffff !important;
}

span.my-suggestion-item {
  color: #222222 !important;
}

li.autosuggest__results-item i.la.la-map {
  color: #222222 !important;
}

ul.wil-tab-filters li.list-utility_list__1DzGk a.disable {
  background-color: #ffffff !important;
  border: 1.5px solid #f90a0a !important;
  transition: none;
}

ul.wil-tab-filters li.list-utility_list__1DzGk a.disable i.la,
 ul.wil-tab-filters li.list-utility_list__1DzGk a.disable span {
  color: #f90a0a !important;
  transition: none;
}

ul.wil-tab-filters li.list-utility_list__1DzGk a {
  background-color: #fefefe !important;
  border: 1.5px solid #e3e4e7 !important;
}

ul.wil-tab-filters li.list-utility_list__1DzGk a span,
 ul.wil-tab-filters li.list-utility_list__1DzGk a i.la {
  color: #222222 !important;
}

#quick-search-form-popup a.wil-btn--round.wil-btn.wil-btn--md.active.mr-20.mb-20.wil-btn--primary {
  background-color: #ffeeee !important;
  color: #f90a0a !important;
  border: 1.5px solid #f90a0a !important;
}

#quick-search-form-popup a.wil-btn--round.wil-btn.wil-btn--md.active.mr-20.mb-20 {
  background-color: #ffffff !important;
  color: #222222 !important;
  border: 1.5px solid #e3e4e7 !important;
}

/* #wilcity-login-btn {
     display: none !important;
 }
 
 #wilcity-register-btn {
     display: none !important;
 } */

/* .wilcity-sidebar-item-claim {
     display: none !important;
 }
 
 .wilcity-sidebar-listing-author {
     display: none !important;
 } */

.wil-single-navlisting_tag,
 .wil-single-navevents,
 .wil-single-navposts {
  display: none !important;
}

.comment-review_footer__3XR0_ {
  display: none !important;
}

.wilcity-single-listing-average-review-box .content-box_footer__kswf3 {
  display: none !important;
}

.add-review_module__2KOQC .wil-float-right .wil-btn {
  display: none !important;
}

.wilcity-single-tool-havebeenthere,
 .wilcity-single-tool-favorite,
 .wil-single-tool-share {
  display: none !important;
}

.wil-view-profile-btn-wrapper a.wil-btn,
 .wil-view-profile-btn-wrapper a.wil-btn:hover,
 #dashboard-section-basic-info-info .wil-btn,
 #dashboard-section-basic-info-info .wil-btn:hover,
 .wil-btn.wil-btn--primary.wil-btn--round.wil-btn--lg.wil-btn--block,
 .wil-btn.wil-btn--primary.wil-btn--round.wil-btn--lg.wil-btn--block:hover {
  background-color: #f90a0a !important;
  color: #ffffff !important;
}

.listing-detail_rightDropdown__3J1qK,
 .comment-review_header__1si3M .dropdown_module__J_Zpj.ml-20 {
  display: none !important;
}

.comment-review_header__1si3M .utility-box-1_title__1I925 a:hover,
 .wilcity-expand-text {
  color: #f90a0a !important;
}

.list-utility_message__JT9x8 .list-utility_list__1DzGk.active .list-utility_link__3BRZx {
  border-left-color: #f90a0a !important;
  background-color: #ffffff !important;
}

.la.la-comments.color-primary {
  color: #f90a0a !important;
}

.author-hero_right__20vEh .wilcity-toggle-follow {
  display: none !important;
}

div.follow_content__2R1YP a.wilcity-toggle-follow,
 div.follow_content__2R1YP a.wilcity-toggle-follow i {
  display: none !important;
}

#wilcity-menu .menu-item a {
  color: #222222 !important;
}

.listing-detail_row__2UU6R clearfix
 
 .banner {
  height: 54px;
  background-color: #fff;
  width: 100%;
  border: 1px solid #EDEDED;
}

#open_in_app_btn {
  background: #3478F6;
  width: 68px;
  height: 27px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  border-radius: 100px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  position: absolute;
  right: 3%;
  top: 15px;
}

.logo_website {
  float: left;
  position: relative;
}

.logo {
  margin-top: 8px;
  margin-bottom: 8px;
  left: 5%;
  width: 38px;
  height: 38px;
  float: left;
  position: relative;
}

.text {
  float: right;
  position: relative;
  margin-top: 8px;
  margin-left: 18px;
  height: 38px;
}

.website {
  font-family: 'Gilroy-Bold', 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  margin: 0;
  -webkit-text-stroke-width: 0.23px;
  stroke-width: 0.23px;
  -webkit-text-stroke-color: #222222;
  stroke: #222222;
  padding-top: 1px;
}

.open_in_app {
  float: bottom;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #717171;
}

#open_in_app_floating {
  margin: auto;
  position: fixed;
  margin-bottom: 34px;
  z-index: 10;
  align-items: center;
  background-color: #f90a0a;
  width: 153px;
  height: 34px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  border-radius: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.sabahreview {
  height: 38px;
  width: auto;
  margin-left: 2px;
}

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-\[8px\] {
  top: 8px;
}

.right-\[16px\] {
  right: 16px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.m-\[16px\] {
  margin: 16px;
}

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

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

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-\[16px\] {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-\[12px\] {
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.mx-\[3\%\] {
  margin-left: 3%;
  margin-right: 3%;
}

.my-\[10\%\] {
  margin-top: 10%;
  margin-bottom: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[0\.5625rem\] {
  margin-top: 0.5625rem;
}

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

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

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

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

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

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

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

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

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

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

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

.\!h-full {
  height: 100% !important;
}

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

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

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

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

.h-screen {
  height: 100vh;
}

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

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

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

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

.h-14 {
  height: 3.5rem;
}

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

.h-20 {
  height: 5rem;
}

.h-\[40\.59px\] {
  height: 40.59px;
}

.h-auto {
  height: auto;
}

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

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

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

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

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

.max-h-\[30rem\] {
  max-height: 30rem;
}

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

.w-full {
  width: 100%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

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

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

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

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

.w-screen {
  width: 100vw;
}

.w-3\/4 {
  width: 75%;
}

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

.w-\[40\.59px\] {
  width: 40.59px;
}

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

.min-w-0 {
  min-width: 0px;
}

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

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

.max-w-screen-sm {
  max-width: 640px;
}

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

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

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

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

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

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

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

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-\[4px\] {
  gap: 4px;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

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

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

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

.rounded-b-\[18px\] {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.rounded-t-\[18px\] {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

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

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

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

.border-l {
  border-left-width: 1px;
}

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

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

.\!border-hidden {
  border-style: hidden !important;
}

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

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

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

.border-\[\#EDEDED\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.border-\[\#717171\] {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 113 / var(--tw-border-opacity));
}

.border-\[\#222222\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}

.border-\[\#F90A0A\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 10 10 / var(--tw-border-opacity));
}

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

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

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

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

.bg-transparent {
  background-color: transparent;
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

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

.fill-current {
  fill: currentColor;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

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

.p-0 {
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pr-\[5px\] {
  padding-right: 5px;
}

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

.pr-4 {
  padding-right: 1rem;
}

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

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

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

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

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

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

.font-\[\'Dm_Sans\'\] {
  font-family: 'Dm Sans';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!font-normal {
  font-weight: 400 !important;
}

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

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

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

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

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

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

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

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

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

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

.text-\[\#00875A\] {
  --tw-text-opacity: 1;
  color: rgb(0 135 90 / var(--tw-text-opacity));
}

.text-\[\#E43426\] {
  --tw-text-opacity: 1;
  color: rgb(228 52 38 / var(--tw-text-opacity));
}

.text-\[\#FE162B\] {
  --tw-text-opacity: 1;
  color: rgb(254 22 43 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-100 {
  opacity: 1;
}

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

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

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

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

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

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

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

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:overflow-auto:hover {
  overflow: auto;
}

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

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

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

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

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-\[\#F90A0A\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 10 10 / var(--tw-ring-opacity));
}

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

@media (min-width: 768px) {
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-\[5\%\] {
    margin-top: 5%;
    margin-bottom: 5%;
  }

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:m-auto {
    margin: auto;
  }

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:rounded-\[17px\] {
    border-radius: 17px;
  }

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

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

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

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

  .lg\:hover\:overflow-auto:hover {
    overflow: auto;
  }
}