.fw-700{
    font-weight: 700;
}
.gradient-custom{
    /* background:linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1)); */
    background:linear-gradient(to right, #E31718, #070000);
}
.agency_cart_horizontal{
    padding: 20px;
    background-color:  #F9F9F8;
    color: #000;
}
.voiture_details h2{
    font-size: 40px;
    text-align: center;
}
.voiture_details img{
    height: 250px;
}
.voiture_details .voiture_info{
    font-size: 24px;
    display: grid;
}
.voiture_details .voiture_info b{
    grid-column: 1;
}

.voiture_details .voiture_info span{
    grid-column: 2;
}
.agency_name{
    font-weight: 700;
}
.whatsapp_btn{
    background-color: #25d366;
    color: white;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    display: block;
    width: max-content;
    font-size: 18px;
}
.whatsapp_btn:hover{
    color: white;
}
.disconect{
    /* text-decoration: none; */
}
.alert_row i{
    font-size: 24px;
}
.available_cars_dashboard tr td,.available_cars_dashboard tr th{
    text-align: center;
}
.available_cars_dashboard tr td{
    font-weight: 500;
    /* font-size: 20px; */
    font-size: 18px;
}
.available_cars_dashboard tr th{
    /* font-size: 18px; */
    font-size: 16px;
}
table button{
    padding: 0;
    background: transparent;
    border: none;
}
table button i {
    font-size: 24px;
}
.user_sidebar_settings i{
    font-size: 30px;
}
@media (max-width: 767.98px) {
    #sidebar {
        /* position: absolute; */
        position: fixed;
        z-index: 99;
    }
}