.hp-listing--view-block .hp-listing__verified-badge, .hp-listing--view-page .hp-listing__verified-badge{
  color: #00d084 !important;
}
.hp-listing--view-block .hp-listing__featured-badge{
  color: #eec98e !important;
}
#time-selection .flex {
display: flex;
}
#time-selection .flex-col {
flex-direction: column;
}
#time-selection .h-8 {
height: 2rem;
}
#time-selection .w-8 {
width: 2rem;
}
#time-selection .cursor-pointer {
cursor: pointer;
}
#time-selection .select-none {
user-select: none;
}
#time-selection .flex-row {
flex-direction: row;
}
#time-selection .flex-wrap {
flex-wrap: wrap;
}
#time-selection .items-center {
align-items: center;
}
#time-selection .justify-between {
justify-content: space-between;
}
#time-selection .justify-center {
justify-content: center;
}
#time-selection .gap-1 {
gap: 0.25rem;
}
#time-selection .rounded-full {
border-radius: 9999px;
}
#time-selection .bg-green-300 {
--tw-bg-opacity: 1;
background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
#time-selection .bg-green-500 {
--tw-bg-opacity: 1;
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
#time-selection .text-base {
font-size: 1rem;
line-height: 1.5rem;
}
#time-selection .text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
#time-selection .hover\:bg-green-500:hover {
--tw-bg-opacity: 1;
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-green-500 {
--tw-bg-opacity: 1;
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
#time-selection .bg-gray-400 {
--tw-bg-opacity: 1;
background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
#time-slot .selectedHour{
  background: #00d084;
}
/* #time-slot{
  display: none;
} */
#time-slot .absolute {
  position: absolute;
}
#time-slot .relative {
  position: relative;
}
#time-slot .m-auto {
  margin: auto;
}
#time-slot .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#time-slot .ml-auto {
  margin-left: auto;
}
#time-slot .flex {
  display: flex;
}
#time-slot .hidden {
  display: none;
}
#time-slot .aspect-square {
  aspect-ratio: 1 / 1;
}
#time-slot .w-\[140px\] {
  width: 140px;
}
#time-slot .w-\[155px\] {
  width: 155px;
}
#time-slot .w-full {
  width: 100%;
}
#time-slot .max-w-\[40px\] {
  max-width: 40px;
}
#time-slot .cursor-pointer {
  cursor: pointer;
}
#time-slot .select-none {
  -webkit-user-select: none;
  user-select: none;
}
#time-slot .flex-col {
  flex-direction: column;
}
#time-slot .flex-wrap {
  flex-wrap: wrap;
}
#time-slot .items-center {
  align-items: center;
}
#time-slot .justify-center {
  justify-content: center;
}
#time-slot .justify-between {
  justify-content: space-between;
}
#time-slot .gap-2 {
  gap: 0.5rem;
}
#time-slot .gap-3 {
  gap: 0.75rem;
}
#time-slot .overflow-x-auto {
  overflow-x: auto;
}
#time-slot .rounded-lg {
  border-radius: 0.5rem;
}
#time-slot .rounded-xl {
  border-radius: 0.75rem;
}
#time-slot .border-\[0\.6px\] {
  border-width: 0.6px;
}
#time-slot .border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
#time-slot .border-b {
  border-bottom-width: 1px;
}
#time-slot .border-l {
  border-left-width: 1px;
}
#time-slot .border-r {
  border-right-width: 1px;
}
#time-slot .border-t {
  border-top-width: 1px;
}
#time-slot .border-solid {
  border-style: solid;
}
#time-slot .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
#time-slot .border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
#time-slot .bg-\[\#00d084\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 208 132 / var(--tw-bg-opacity));
}
#time-slot .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
#time-slot .bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
#time-slot .bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
#time-slot .p-2 {
  padding: 0.5rem;
}
#time-slot .p-4 {
  padding: 1rem;
}
#time-slot .text-center {
  text-align: center;
}
#time-slot .text-\[10px\] {
  font-size: 10px;
}
#time-slot .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#time-slot .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#time-slot .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#time-slot .font-bold {
  font-weight: 700;
}
#time-slot .font-semibold {
  font-weight: 600;
}
#time-slot .leading-4 {
  line-height: 1rem;
}
#time-slot .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
#time-slot .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#time-slot .hover\:bg-\[\#00d084\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 208 132 / var(--tw-bg-opacity));
}
#time-slot .group:hover .group-hover\:inline {
  display: inline;
}


.flatpicker_element{
  visibility: hidden;
  width: 0px;
}
#time-slot .selectedHour{
  background: #00d084;
}
#date_range_select_wrapper input.form-control.input{
  border: none;
  position: absolute;
}
.flatpickr-rContainer {
  width: 100%;
}

#date_range_select_wrapper .dayContainer {
  max-width: unset;
  width: 100%;
}

#date_range_select_wrapper .flatpickr-days {
  width: 100%;
}

#date_range_select_wrapper span.flatpickr-day {
  max-width: unset;
}
#date_range_select_wrapper .flatpickr-calendar.rangeMode.animate.inline {
  width: 100%;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background: #effce9;
  height:7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: rgba(0, 208, 132);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
tr.hp-form__field:has(input[name="hp_booking_slot_interval"]){
  display: none;
}