.text-green{
color: #4A9C2D;
}

.table-bordered tr td{
    vertical-align: middle;
}

.table-bordered .input-group {
    position: relative !important;
    display: flex !important;
    /* flex-wrap: wrap; */
    align-items: stretch !important;
    width: 140px !important;
}

/* Button Styles */
.btn-success {
    background-color: #4A9C2D;
    border-color: #4A9C2D;
    padding: 0.4rem 0.75rem;
    font-weight: 500;    
    border-radius: 2.5rem !important;
  }
  
  .btn-success:hover {
    background-color: #5aa33e;
    border-color: #5aa33e;
  }

  .table-bordered tr th{
    color:#808080 !important;
    font-weight: 400;
}

.btn-secondary{
    border-radius: 2.5rem !important;
}

.trash{
    display:flex;
    justify-content: center;
    align-items: center;
}

.badge.bg-success{
    background-color: rgba(32, 181, 38, 0.2) !important;
    color: #2C742F !important;
    width: 80px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge.bg-danger {
    background-color:rgba(234, 75, 72, 0.2) !important;
    color: #EA4B48 !important;
    width: 120px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wishlist-table{
    border:1px solid #E6E6E6;
    margin-bottom: 3.5rem !important;
}



@media (max-width: 768px) {
    .wishlist-table {
        border: 0;
    }

    .wishlist-table img{
        width:50% !important;
    }

    .wishlist-table thead {
        display: none;
    }

    .wishlist-table tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 5px;
    }

    .wishlist-table td {
        display: flex;        
        padding: 1rem;
        border: 0;
        vertical-align: middle;
    }
}