.connectedSortable .card-title{
    font-size: 24px ;
    font-weight: 600;
    color: #777;
}
.filter-orders{
    display: flex;
    justify-content: space-between;
    align-items: last baseline;
    width: 100%;
}
.filter-orders .search-container , .filter-container , .city-container {
    width: 30%;
}
.filter-orders  .button-container{
    width: 10%;
    text-align: center;

}
.search-button-icon{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    /*background: #fff;*/
}
.search-main input, select{
    height: 50px;
    border-radius: 8px ;
}
.search-main h3{
    font-size: 24px ;
    font-weight: 600;
    color: #777;
}
.card-details{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    padding: 32px 0;
}
.card-details .card-header{
    border-bottom: none;
}
.card-details .btn-link{
    font-size: 16px;
    font-weight: 600;
}

/* Hide buttons by default */

@media only screen and (max-width: 600px) {
    /* Your styles for smaller screens go here */
    .filter-orders{
        display: block;

    }
    .filter-orders .search-container , .filter-container , .city-container , .button-container{
        width: 100%;
    }
    .buttons-container {
        display: flex;
        flex-direction: column;
    }

    .btn-n{
        display: block;
        margin: 8px 0;
    }

    /* You can add more styles as needed */
}

.order-address {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}

.order-address .address {
    margin-right: 10px;
}

.order-address .badge {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
