.services-grid {
    display: flex;
    flex-wrap: wrap;
}

.row {
    display: flex;
    /* width: 100%; */
}

.service-item {
    flex: 1; 
    margin: 10px; 
    box-sizing: border-box;
}

.featured-image img {
    width: 100%; 
    height: auto; 
}
.choose-availablity {
    display: flex;
    align-items: center;margin-bottom: 12px;
}
.availablity-options label {
    margin-left: 12px;
}
.day-slots {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#amenity_date_time_settings .inside{padding-left: 0px;}
.day-slots span{margin-left: 10px;}
input[type=checkbox]:checked {
    background-color: #fff !important;
    color: #ffffff !important;
  }
  input[type='checkbox']:after {
      box-shadow: none !important;
  }
  .day-slots label{margin-left: 30px;}
  .day-slots span {
    min-width: 80px;font-weight: 600;
}
.post-type-amenity #poststuff #post-body.columns-2 {
    margin-right: 0px;
}
.custom-time-form {
    margin-bottom: 10px;
    margin-left: 10px;
}
span.plus-icon {
    background-color: #1D4999;
    padding: 0px 3px;
    color: #fff;
}
.custom-time-form {
    margin-bottom: 10px;
    margin-left: 120px;
}
.choose-availablity h2{font-weight: 600;}
button#add-time-btn {
    background-color: #1D4999;
    padding: 6px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}
.plus-icon {
    cursor: pointer;
    font-size: 20px;
    color: green;
    margin-left: 10px;
}

.plus-icon.active {
    color: red;
}

.custom-time-form {

    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
}
span.availablity-options {
    font-size: 14px;
    margin-right: 20px;
    font-weight: 600;
}
.availablity-section {
    margin-bottom: 20px;
    margin-top: 15px;
}
.availablity-section label{margin-right: 20px;}
label.days-name {
    width: 100px;font-weight: 600;
}
.custom-time-slots{margin-left: 110px;}
.day-block{
    border-top: 1px solid #ccc;
    padding: 10px;margin-bottom: 0px !important;
}
#amenity-timings-container:last-child {
    border-width: 1px !important;
}
.amenity-timings {
    border: solid #ccc;margin-bottom: 10px;
    border-width: 0px 1px 1px 1px;
}
#custom-days-container {
    margin-top: 15px;
}
.remove-slot{
    cursor: pointer;
    color: #fff !important;
    margin-left: 5px;
    background: red;
    position: absolute;
    font-weight: 600;
    padding: 0px 6px 2px 6px;
    border-radius: 50%
}
#membership-prices-container label{margin-bottom: 10px;display: block;}
span.membership-name{
    width: 150px;
    display: inline-block;font-weight: 600;
}
span.rupee-symbol {
    font-size: 16px;
    margin-right: 2px;
    font-weight: 600;
    font-family: "Times New Roman";
}
span.slot-price-amount,span#apt-amenity-currency,span.price-type-price,.apt-amenity span {
    font-family: auto;
}
.availability-section {
    margin: 20px 0px;   
}
span.availability-options {
    font-weight: 600;
}
.availability-section label {
    margin-left: 20px;
}
#timings-container ul{padding-left:0px;margin-left:0px;margin-top:20px;}
.timing-label {
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #007FC3;
    border-radius: 3px;
}

.selected-time {
    background-color: #007FC3;
    color: white;
}



.timing-label input[type="checkbox"] {
    display: none;
}
#timings-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 40px 0px;
}
.hasDatepicker .ui-datepicker {
    border: none;
    width: 100%;
}