.top_container {
    width: 100%;
    background-color: #262626 !important;
    height: 290px !important;
    /* border-bottom-left-radius: 20px; */
    display: flex !important;
    flex-direction: column;
    padding: 15px;
    /* color: rgb(118, 118, 118) !important;; */
}

.top_container>h2 {
    color: #FFC10F !important;
    margin-bottom: 10px !important;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    font-size: 22px;
}

.section {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center !important;
    margin: 5px 0 !important;
    gap: 10px !important;
}

.top_inner_section {
    display: flex !important;
    flex-direction: column;
    width: 100%;
}

.top_inner_section>label {
    color: #c0c0c0;
    font-size: 12px;
    margin: 0 !important;
	font-family: Poppins, sans-serif;
}

.seprator {
    background-color: #A22722;
    height: 1px;
    width: 100%;
    margin: 3px 0;
}

.top_inner_section select {
    width: 100%;
    padding: 15px 5px !important;
    border: 1px solid #FFC10F;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 16px;
    color: #c0c0c0;
    cursor: pointer;
    font-weight: 400;
	font-family: Poppins, sans-serif;
}

#search_button {
    padding: 13px 20px;
    background-color: #A22722;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    /* margin-top: 21px; */
	font-family: Poppins, sans-serif;
    border: none;
    outline: none;
    font-size: 18px;
}

#search_button:hover {
    background-color: #7d0f0b;
}

.middle_section {
    width: 100%;
    height: 40px;
    /* background-color: gray; */
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	font-family: Poppins, sans-serif;
}

.middle_section>div {
    display: flex;
    margin-top: 7px;
    gap: 5px;
    padding: 0 !important;
}

#fav_button {
    background-color: #6F6F6F;
    border: none;
    color: #e9e9e9;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 14px !important;
    transition: color 0.3s ease;
    border-radius: 20px !important;
    width: 180px !important;
	font-family: Poppins, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* Add shadow here */
}

#fav_button > i {
    margin-top: 2;
}

#fav_button:hover {
    background-color: #4a4a4a;
}

#add_button {
    background-color: #A22722;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 10px;
	font-family: Poppins, sans-serif;

    transition: color 0.3s ease;
    border-radius: 20px !important;
    font-size: 12px;
    width: 100px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Add shadow here */
}

#add_button:hover {
    background-color: #8c0804;
}


.middle_section button i {
    margin-right: 5px;
}

.middle_section button:hover {
    color: #777;
}

.bottom_section {
    padding: 12px;
    margin-top: 12px;
    margin-top: 0;
    padding-bottom: 70px;
}

.bottom_section>p {
    color: #262626;
    font-weight: 500;
    font-size: 16px;
    display: flex !important;
    flex-direction: column;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-top: 0;
	font-family: Poppins, sans-serif;
;
}

.place_card {
    width: 100%;
    height: 120px;
    border: 0.5px solid #e4e4e4;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* background-color: #8c0804; */
    display: flex;
    overflow: hidden;
    background-color: white;
    margin-bottom: 10px;
	font-family: Poppins, sans-serif;

}

.image_container {
    flex: 4;
    position: relative;
    overflow: hidden;
}

.image_container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.middle_container {
    flex: 6;
    padding: 10px 10px;
}

.middle_container>h3 {
    color: #262626;
	font-family: Poppins, sans-serif;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    max-width: 150px;
}

.right_container {
    flex: 2;
    /* background-color: #bcbcbc ; */
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.call {
    padding: 5px 11px;
    border-radius: 20px;
    border: 0.5px solid #cecece !important;
    background-color: transparent;
    color: green;
}

.status {
    color: green;
    margin: 0;
    padding: 0;
    font-size: 14px;
	font-family: Poppins, sans-serif;
}

.number {
    margin-bottom: 0;
    padding: 0;
	font-family: Poppins, sans-serif;
}

.miles {
    color: #A22722;
    margin: 0;
    /* background-color: green !important; */
    padding: 0;
    font-size: 9px;
    font-weight: 500;
	font-family: Poppins, sans-serif;
    /* white-space: nowrap; 
    overflow: hidden; */
    /* text-overflow: ellipsis;  */
    max-width: 170px;
}
