/* .custom-btndealer {
    height: 45px;
    color: #ffffff;
    background-color: #000;
    border: none;
    outline: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
} */
.custom-btndealer:hover {
    background-color: black;
    color: #ffffff;
}
.view-dealer-page-btn {
    height: 56px;
    width: 300px;
    color: #ffffff;
    background-color: #000;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600; /* Optional for better text weight */
    text-align: center;
    line-height: 56px; /* Makes the text vertically centered */
    display: inline-block; /* Ensures the link behaves like a button */
    text-decoration: none;
    cursor: pointer;
}

/* Centering the button on the screen */
.center-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


.edit-btn{
    color: black;
}
.edit-btn:hover{
    color: black;
}
.delete-btn{
    border: none;
    background-color: transparent;
    margin-left: 10px;
}
.form-control{
    border-radius: 12px !important;
}
.form-control:focus {
    border: 2.5px solid;
    border-color: #000000 !important;
    box-shadow: none !important;
}

.form-check-input:checked{
    background-color: #39cb15 !important;
    border-color: #39cb15 !important;
}

.swal2-styled.swal2-confirm{
    background-color: #000 !important;
    border-color: #000 !important;
}
.swal2-styled {
box-shadow: none !important;
}

.dealer-profile-card {
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background-color: #fff;
}

.dealer-profile-card .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.card-upper img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
/* .adverts-dealer{
    padding: 20px;
} */
.advert-card{
    background-color: #F5F6FA;
    border-radius: 14px;
    border: none !important;
}


.outer-container{
    font-family: 'Poppins', sans-serif;
    padding: 45px 50px 45px 50px;
    background-color: #F5F6FA;
    max-width: 100%;
}
/* .inner-container{
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
} */
.heading{
    font-size: 28px;
    font-weight: 700 !important;
}

/* .dealer-reviews-section{
    margin-top: 10px;
    background-color: white;
    width: 100% !important;
    height: auto;
    padding: 32px;
    border-radius: 32px;
} */
.reviews-show{
    border: 1px solid rgb(244, 244, 244);
    margin-top: 28px;
    background-color: white;
    border-radius: 32px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.star-rating {
    display: flex;
    font-size: 40px;
    color: gray;
    cursor: pointer;
}

.star-rating .star {
    margin-right: 10px;
    transition: color 0.2s ease;
}

.star-rating .star.selected {
    color: gold;
}

.star-rating .star:hover {
    color: gold;
}
/* advert cards in forum car info */
.car-details-advert{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.car-specs-advert{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.dealer-page-card-icons{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 10px;
}
