﻿/* MUD CARD */
.edit-bike-maintenance-product-card {
    background-color: var(--mud-palette-background);
}

/* Card Header */
.edit-bike-maintenance-product-card-header {
    
}

/* Price Item */
.edit-bike-maintenance-product-card-price-item {
    
}

    /* Price */
    .edit-bike-maintenance-product-card-price {
        color: var(--mud-palette-error);
    }

    /* Price Input */
    .edit-bike-maintenance-product-card-price input {
        text-align: end;
    }

/* Quantity Input */
.edit-bike-maintenance-product-card-quantity input {
    text-align: end;
}

/* Card Content */
.edit-bike-maintenance-product-card-content {
    
}

/* File Upload */
.edit-bike-maintenance-product-card-fileupload-item {
    display: flex;
    justify-content: center;
    padding-top: 8px !important;
    width: 100%;
}

    .edit-bike-maintenance-product-card-fileupload-icon {
        color: var(--mud-palette-error);
        display: flex;
        justify-content: center;
    }

/* Image */
.edit-bike-maintenance-product-card-image-item {
    display: flex;
    justify-content:center;
}

.edit-bike-maintenance-product-card-image {
    background-size: cover;
    border-radius: 16px;
    width: 100%;
}

/* Upload Image Icon Item */
.edit-bike-maintenance-product-card-add-image-item {
    display: flex;
    justify-content: center;
}


/* Card Actions */
.edit-bike-maintenance-product-card-actions {
    justify-content: space-between;
}

.edit-bike-maintenance-product-card-actions-grid {
    padding: 0;
}

.edit-bike-maintenance-product-card-actions-item-left {
    display: flex;
}

.edit-bike-maintenance-product-card-actions-item-right {
    display: flex;
    justify-content: flex-end;
}