.wrap-phone-full-line > div {
    display: flex !important;
    width: 100% !important;
}

.fluentform .ff-el-group {
    margin-bottom: 10px;
}


.search-container {
    position: relative;
    max-width: 300px; /* Adjust width as needed */
}

.search-input {
    width: 100% !important;
    padding: 10px 40px 10px 40px !important; /* Space for the icons */
    border-radius: 50px !important; /* Rounded edges */
    border: 1px solid #ccc !important;
    outline: none !important;
    font-size: 16px !important;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #555;
}

.search-image {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px; /* Adjust image size */
    height: 30px;
    border-radius: 50%; /* Make it rounded if needed */
}

#top-bar {
    z-index: 5 !important;
}

.button.tooltip {
    opacity: 1
}

img-contact > img {
    width: 100%;
}

.entry-title {
    text-transform: none;
    padding: 0px 0 0px;
}

.entry-title {
    border-bottom: 2px solid #ED1B2F;
    padding: 0;
    position: relative;
    margin-bottom: 15px;
}

.entry-title:before {
    bottom: -12px;
    height: 12px;
    left: 27px;
    position: absolute;
    content: '';
    width: 25px;
}

.entry-title span {
    background-color: #ED1B2F;
    color: #fff;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    border-radius: 2px;
}


.ff_tc_checkbox{
    padding-top: 5px;
}
#noteCust{
    height: 100px;
}





/* Search Results Styling */
.search-container {
    position: relative;
}

#searchResults {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px;
}

.search-results-container h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    opacity: 0.8;
}

.car-results-grid {
    display: grid;
    gap: 10px;
}

.car-item {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.car-image {
    width: 130px;
    height: 65px;
    margin-right: 10px;
}

.car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-details {
    flex: 1;
}

.car-details h4 {
    margin: 0 0 5px;
    font-size: 14px;
    color: #333;
}

.car-type, .car-price {
    margin: 0 0 5px;
    font-size: 12px;
    color: #666;
}

.car-price {
    font-weight: bold;
    color: #e62e04;
}

.view-details-btn {
    display: inline-block;
    padding: 3px 8px;
    background-color: #e62e04;
    color: white;
    text-decoration: none;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 5px;
}

.view-details-btn:hover {
    background-color: #c42703;
}
.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9998;
}
.hidenVisibility{
    visibility: hidden;
}
