.aahoa-form-label {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.slot {
    display: inline-block;
    padding: 8px 12px;
    margin: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.slot:hover {
    background: #f0f0f0;
}

.booked {
    background: #999;
    color: #fff;
    cursor: not-allowed;
}

.selected {
    background: #28a745;
    color: #fff;
}

.card {
    border-radius: 10px;
}

.card img {
    object-fit: contain;
}

.btn-success {
    /* background-color: #1f7a3a;
    border: none; */
    background-color: #00c135 !important;
    color: #FFF !important;
    border-color: #27b24d !important;
    font-weight: 700 !important;
}

.btn-success:hover {
    background-color: #16622d;
}
input[type="text"], input[type="email"]{
  height: 50px;
  padding: 0px 20px;
}
.property-search-dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.property-search-dropdown li {
    padding: 8px;
    cursor: pointer;
}

.property-search-dropdown li:hover {
    background: #f1f1f1;
}
/* 
.card {
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.btn-success {
    background-color: #1f7a3e;
    border: none;
}

.btn-success:hover {
    background-color: #176532;
} */
