.mt-5{
    margin-top:5px;
}
.mb-5{
    margin-bottom:5px;
}
.artemis-product-admin-page a.mb-5{
    margin-bottom:10px;

}

/* Add product page */
.product-form {
    display: flex;
    flex-wrap: wrap;
}

.product-info, .product-thumbnail, .product-actions {
    flex: 1;
    padding: 10px;
}

.product-info{
    max-width: 80%;
}
.product-thumbnail {
    max-width: 20%;
}

.product-actions {
    max-width: 20%;
}

.product-info label, .product-thumbnail label {
    display: block;
    margin-bottom: 5px;
}

.product-info input[type="text"], .product-thumbnail input[type="text"], .product-info select{
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

.thumbnail-preview {
    margin-top: 10px;
    text-align: center;
}

#thumbnail-preview-image {
    max-width: 100%;
    height: auto;
}

/* End Add product page */


/* Setting Page */
/* Styles for the wrap container */
.wrap {
    padding: 20px;
}

/* Styles for the main heading */
h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

/* Styles for the navigation tabs */
.nav-tab-wrapper {
    margin: 20px 0;
}

.nav-tab {
    background: #f1f1f1;
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin-right: 10px;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    font-weight: 600;
}

.nav-tab:hover {
    background: #e3e3e3;
}

.nav-tab-active {
    background: #0073aa;
    color: #fff;
}

/* Styles for the tab content */
.tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
}

/* Styles for the toggle switch */
input[type="radio"] {
    margin-right: 10px;
}

/* Styles for the form labels and input fields */
label {
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Styles for the "Save" button */
.button-primary {
    margin-top: 20px;
}


.artemis-admin-product-table .text-success {
    color: #28a745; 
    padding:5px;
    border-radius:5px;
}

.artemis-admin-product-table .bg-success {
    background-color: #d4edda; 
    padding:5px;
    border-radius:5px;
}

.artemis-admin-product-table .text-danger {
    color: #dc3545; 
    padding:5px;
    border-radius:5px;
}

.artemis-admin-product-table .bg-danger {
    background-color: #f8d7da;
    padding:5px;
    border-radius:5px; 
}

.artemis-admin-product-table .text-secondary {
    color: #6c757d; 
    padding:5px;
    border-radius:5px;
}

.artemis-admin-product-table .bg-secondary {
    background-color: #f7f7f9;
    padding:5px;
    border-radius:5px;
}



/* End Setting Page */


.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
}