/**
 * Bajt Rab Module CSS
 */

/* Discount details display */
.bajt-rab-discount-details {
    margin: 20px 0;
}

.bajt-rab-discount-details .card {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.bajt-rab-discount-details .card-body {
    padding: 15px;
}

.bajt-rab-discount-details .alert {
    margin-bottom: 15px;
}

.bajt-rab-discount-details .discount-header {
    position: relative;
}

.bajt-rab-discount-details .discount-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.bajt-rab-discount-details .discount-header-content strong {
    flex: 1;
    min-width: 200px;
}

#remove-bajt-rab-discount {
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 600;
}

#remove-bajt-rab-discount .material-icons {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

#remove-bajt-rab-discount:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.discount-details-list {
    margin-top: 10px;
}

.discount-details-list table {
    width: 100%;
    margin-bottom: 0;
}

.discount-details-list th {
    font-weight: 600;
    font-size: 13px;
    padding: 8px;
    border-bottom: 2px solid #dee2e6;
    background-color: #f8f9fa;
}

.discount-details-list td {
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #dee2e6;
}

.discount-details-list tbody tr:last-child td {
    border-bottom: none;
}

.discount-details-list tfoot {
    border-top: 2px solid #dee2e6;
}

.discount-details-list tfoot td {
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: none;
}

.discount-details-list .text-danger {
    color: #dc3545;
    font-weight: 600;
}

/* Notifications */
.notifications {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 90%;
    max-width: 600px;
}

.notifications .alert {
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Admin panel styles */
.category-discount-row,
.product-discount-row {
    margin-bottom: 10px;
}

.category-discount-row .col-lg-5,
.category-discount-row .col-lg-3,
.category-discount-row .col-lg-2,
.product-discount-row .col-lg-5,
.product-discount-row .col-lg-3,
.product-discount-row .col-lg-2 {
    padding-right: 10px;
}

.badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.badge-success {
    background-color: #28a745;
    color: white;
}

.badge-danger {
    background-color: #dc3545;
    color: white;
}
