.rules-container {
    max-height: 60px;
    /* Adjust this value based on how many lines you want to show initially */
    overflow: hidden;
    position: relative;
    transition: max-height 0.25s ease;
}

.rules-container.expanded {
    max-height: none;
    /* Allow full height when expanded */
}


.inline_startend_datepicker {
    border: 1px solid #ECECEC;
    padding: 20px 0px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.ui-datepicker-hover a,
.ui-datepicker-hover:after {
    background-color: #F5DDCC !important;
    color: #000 !important;
}

.ui-datepicker-select a {
    background-color: #434f5f;
    color: #fff !important;
}

.ui-datepicker:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both;
}

.ui-datepicker .ui-datepicker-group {
    float: left;
    width: calc(50% - 10px);
    padding-left: 20px;
    margin-left: 0px;
    border-left: 1px solid #E8E8E8;
}

.ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
    margin-left: 20px;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
    padding-bottom: 15px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    background-image: url('./../images/left-arrow-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    height: 15px;
    overflow: hidden;
    position: absolute;
    text-indent: -100em;
    top: 5px;
    user-select: none;
    width: 15px;
    transition: ease 0.5s;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
    filter: invert(70%) sepia(31%) saturate(6964%) hue-rotate(344deg) brightness(99%) contrast(94%);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
    opacity: 0.3;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 4px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0px;
    transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-group-first {
    padding-left: 10px;
    border-left: none;
}

.ui-datepicker .ui-datepicker-calendar {
    border-collapse: collapse;
    width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    vertical-align: middle;
    width: 36px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    z-index: 1;
}

.ui-datepicker .ui-datepicker-calendar th {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #646464;
}

.ui-datepicker .ui-datepicker-calendar td {
    color: #333;
    padding: 4px 0;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.ui-datepicker .ui-datepicker-calendar td:before,
.ui-datepicker .ui-datepicker-calendar td:after {
    bottom: 2px;
    content: "";
    left: 0;
    top: 2px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.ui-datepicker .ui-datepicker-calendar td:before {
    /* background: #eee; */
}

.ui-datepicker .ui-datepicker-calendar td:first-child:before {
    border-radius: 15px 0 0 15px;
}

.ui-datepicker .ui-datepicker-calendar td:last-child:before {
    border-radius: 0 15px 15px 0;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month,
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
    color: #d0d0d0;
}

.ui-datepicker .ui-datepicker-calendar a {
    color: inherit;
    display: inline-block;
    height: 30px;
    text-decoration: none;
    width: 30px;
}

.ui-datepicker-calendar td .ui-state-default.ui-state-hover {
    color: #f57e27;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight:after {
    background: #F57E2733;
}

.ui-datepicker .ui-datepicker-calendar .ui-checkin:after {
    left: 4%;
    width: 96%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.ui-datepicker .ui-datepicker-calendar .ui-checkout:after {
    right: 4%;
    width: 96%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a {
    color: #333333;
}

.ui-datepicker .ui-datepicker-calendar .ui-checkin a,
.ui-datepicker .ui-datepicker-calendar .ui-checkout a {
    background-color: #F57E27;
    border-radius: 50%;
    transform: scale(0.85);
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-checkin.ui-datepicker-hover .ui-state-hover {
    border-radius: 50%;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-hover .ui-state-hover {
    border-radius: 0 50% 50% 0;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background: #F57E27;
    border-radius: 50%;
    color: #fff;
}

.ui-datepicker-trigger {
    float: left;
    height: 15px;
    margin: 13px 0 0 -35px;
    overflow: hidden;
    text-indent: -100em;
    width: 16px;
}

.loadingdots-wrapper{
    display: flex;
    justify-content: center;
}

.loading-dots {
    display: flex;
    justify-content: space-between;
    width: 60px;
    text-align: center;
}

.dot {
    width: 15px;
    height: 15px;
    background-color: #21a086;
    /* Adjust color */
    border-radius: 50%;
    animation: bounce 0.6s infinite alternate;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
        /* Adjust height of bounce */
    }
}

label.error {
    color: red;
    font-size: 0.75rem
}

#loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/FHH-site-loader.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #707070;
    opacity: 0.8;
}

.farm_card .farm_detail .farm_time_price .price_offer label span {
    color: #000;
}

/* Desktop full date picker */
.mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner,
.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
    background-color: #21a086 !important;
    color: #fff !important;
}

.inline_datepicker_custom .mbsc-ios.mbsc-range-day:after,
.inline_datepicker_custom .mbsc-ios.mbsc-range-hover:before {
    right: 1px;
}

.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
    border-color: #21a086 !important;
}

.mbsc-windows.mbsc-calendar-today,
.mbsc-windows.mbsc-calendar-week-nr,
.mbsc-ios.mbsc-range-control-value.active,
.mbsc-ios.mbsc-calendar-button.mbsc-button,
.mbsc-ios.mbsc-calendar-today,
.mbsc-ios.mbsc-calendar-week-nr,
.mbsc-ios.mbsc-range-day:after {
    color: #21a086 !important;
}

.mbsc-ios.mbsc-range-day:after {
    background: #21A08633 !important;
}

.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text {
    background: none !important;
}

section.search_filter .container .search_filter_wrapper .search_filter_control .search_filter_input input:-webkit-autofill,
section.search_filter .container .search_filter_wrapper .search_filter_control .search_filter_input input:-webkit-autofill:hover, 
section.search_filter .container .search_filter_wrapper .search_filter_control .search_filter_input input:-webkit-autofill:focus, 
section.search_filter .container .search_filter_wrapper .search_filter_control .search_filter_input input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.area_wallet_wrapper .area_inner .area_select h5 input {
    border: none;
    width: 140px;
    min-width: 140px;
    max-width: 300px;
    padding: 3px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 2px;
    outline: none;
    box-shadow: none;
}

.area_wallet_wrapper .area_inner .area_select h5 input::placeholder{
    color: #737373;
}

.area_wallet_wrapper .area_inner .area_range input{
    outline: none;
}

/* Mobile bottom menu css start */
.mobile_bottom_menu .navigation .listWrap,
.mobile_bottom_menu .navigation .listWrap li{
    width: 100%;
}

.mobile_bottom_menu .navigation .listWrap li{
    height: 79px;
    background-position: center;
    /* background-size: cover; */
}

.list.active{
    z-index: 1 !important;
}
.billdetails_arrow img {
    transform: rotate(180deg);
    transition: ease-in-out 0.3s;
}

.details_open .billdetails_arrow img {
    transform: rotate(270deg);
}
.farmies_coins_card{
    border: 2px solid #b79e6b;
    color: #b79e6b;
    border-radius: 12px;
}
.coupon_card .coupon_off_label.not_applicable {
    background: #646464;
  }

  /* make three dots animated while loading the price */
  .dot-animation {
    font-size: 40px; 
    font-weight: bold;
    color: #21a086;
    position: relative;
}

.dot-animation::after {
    content: '';
    display: inline-block;
    font-size: 40px; 
    font-weight: bold;
    animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
    0%   { content: ''; }
    25%  { content: '.'; }
    50%  { content: '..'; }
    75%  { content: '...'; }
    100% { content: ''; }
}


@media (min-width:992px) {
    .mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner .mbsc-windows.mbsc-calendar-today {
        color: #fff !important;
    }

    .mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner {
        background: #21A08633 !important;
    }

    .mbsc-windows.mbsc-scroller-wheel-line {
        background: none !important;
    }

    .mbsc-scroller .mbsc-scroller-wheel {
        height: 120px !important;
    }

    .mbsc-calendar-button.mbsc-calendar-button-next.mbsc-windows,
    .mbsc-calendar-button.mbsc-calendar-button-prev.mbsc-windows {
        transition: ease 0.5s;
    }

    .mbsc-calendar-button.mbsc-calendar-button-next.mbsc-windows.mbsc-hover,
    .mbsc-calendar-button.mbsc-calendar-button-prev.mbsc-windows.mbsc-hover {
        transform: scale(1.2);
    }
    .farm_card .farm_detail .farm_name_area_review .farm_name_area h5{
        min-height: 40px !important;
        padding-top: 5px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .farm_card .farm_detail .farm_name_area_review .farm_name_area h5 {
          width: 155px;
       }
}
@media (max-width:991px) {
    .mbsc-datepicker-inline.check_timeselect_inner {
        height: 120px !important;
        border-bottom: none !important;
    }
    .mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner,
    .mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
        transform: scale(0.8);
    }
}

/* Image gallery Page */
.single_img_wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

/* Make big image load first and stay visible */
.first-image {
    priority: high; /* hint for browser */
    loading: eager; /* force load immediately */
}

.small_img_wrapper {
    width: 100%;
    height: 250px; 
    overflow: hidden;
    border-radius: 10px;
    background: #f5f5f5;
    position: relative;
}

.small_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.property_slider_section .property_slider .slick-dots li {
    line-height: 1;
}
.property_slider_section .property_slider .slick-dots ~ .slider-counter {
    position: absolute;
    right: 20px;
    bottom: 32px;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    background: #fff;
    color: #646464;
    padding: 4px 8px;
    border-radius: 20px;
    line-height: 1;
    transition: ease-in-out 0.25s;
}
@media (max-width: 576px) {
    .small_img_wrapper {
        height: 180px;
    }
}