.input-width{
    width:50% !important;
}
body{
    background-image: url('/assets/image/home/triplistbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;        
}
.content {
    margin-top: 12%;
    background: white;
    border-radius: 25px;
    /* padding-top: 30px;
    width: 70%; */
}
/* .card{
    width: 640px !important;
    margin: auto;
} */
img.profile-img.img-fluid.mx-3{
    width: 100px;
}
#rideslist{
    width: 100% !important;
    margin-top : 5%;
    border: 1px solid #6262955e;
    background-color: #F7FFF5;
}

.rideslist-container{
    width: 95%;
    max-width: 800px; /* Adjust the max-width as needed */
    margin: 45px auto;
}
.emptyvalue
{
    padding: 0px 250px;
    text-align: center;
}
span.emptytext{
    font-size:30px;
}
.tripbutton{
    background: #308E19;
    color:white;
    padding:10px;
    border-radius:10px;
}
.emptyvalue h4{
    line-height: 40px;
}
@media screen and (max-width: 767px) {
    .input-width{
        width: 100% !important;
    }

    #rideslist{
        margin-top : 10% !important;
    }
    .emptyvalue {
        padding: 0px 50px;
    }
    .content {
        margin-top: 30%;
    }
 }