
.nav-tabs .nav-link{
    color: #839A78 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #F6F6F6;
}
.rest-img{
    width: 80px;
    height: 80px;
}
.item-img{
    width: 80px;
    height: 80px;
}
.td-img{
    width: 30px;
}
.td-width-rest-name{
    width: 200px;
}
.view-details{
    padding-top: 55px !important;
    width: 200px;
}
.border-bottom{
    border-bottom: 1px solid #F6F6F6;
}
.history-order-note{
    border: 1px solid #839A78 !important;
    margin: 0px;
    padding: 0px 10px;
    color: #00000061;
    font-weight: bold;
}

@media (max-width : 575px){
    .rest-img {
        width: 60px;
        height: 60px;
        border-radius: 5px;
    }
    .item-img{
        width: 60px;
        height: 60px;
        border-radius: 5px;
    }
    h6{
        font-size: 0.8rem;
    }
    p{
        margin-bottom: 0.5rem;
    }
    .view-details{
        padding-top: 40px !important;
        width: 0px;
    }
    .view-details-hide{
        display: none;
    }
    #my-account {
        padding: 5px;
    }
    
}