/* SIDE BAR STYLE */

.logo-sidebar {
   display: block !important;
   margin: 0 auto;
}

.img-item {
   width: 100%;
   height:250px;
   object-fit: cover;
}

#coupon-promotion {
    font-size: 30px;
    margin: 40px 0px 0px 0px;
    color: white;;
}

#coupon-name {
    font-size: 20px;
    color: white;
}

#coupon-expired {
    color: white;
}

.card {
    margin-bottom: 10px !important;
}

.icon-table {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(244 27 59 / 7%);
    font-size: 20px;
    color: #f41b3b;
    transition: all ease 0.4s;
}


#saleRequest {
    font-size: 14px;
    margin: 10px 0px 30px 40px;
}

.btn-table {
    font-size: 12px;
}
.btn-table span i{
    font-size: 12px;
}
