.PA_product_sold_in_hours_holder{
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.AP_save_amount {
    background-color: var(--ast-global-color-0, #000); /* Use theme's primary color or fallback to black */
    font-size: 14px;
    color: var(--ast-global-color-5, #fff); /* Use theme's text color or fallback to white */
    padding: 3px 10px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 5px;
    font-weight: 600; /* Match theme's bold font weight */
}

.PA_product_sold_in_hours{
    display: block;
    float: left;
    position: relative;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #9bd39b;
    border-radius: 2px;
    margin: 5px 0px;
    font-size: 15px;
    border: 1px solid #70b550;
}

/*#product-timer {
    text-align: center;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}*/
.timer {
    font-size: 16px;
    color: #ff0000;
}
.timer span {
    font-weight: bold;
}
#product-timer{
    display: block;
    position: relative;
    top: 35px;
    z-index: 999;
    font-family: Arial, sans-serif;
    left: 5px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    font-size: 12px;
}
#product-timer_after_before {
    display: block;
    position: relative;
    padding: 5px 0px;
    border-radius: 5px;
}

.PA-button-container {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust spacing as needed */
}

.PA-new-button {
    background-color: #ff0000; /* Custom color */
    color: #ffffff; /* Text color */
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}


.totalOrderSettingFormHolder, .PATimeSelector{
    display: flex;
    align-items: center; /* Align items vertically in the center */
    gap: 15px;
    width: 67%;
    flex: 1;
}
.PA_Set_order_Time{
    width: 50%;
    flex: 1;
}
.totalOrderSettingForm{
    display: flex;
    width: calc(100% - 20px);
    background-color: #e1dede;
    padding: 10px;
    color: #09304b;
}


.PA-form-container {
    background-color: #ffffff;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    width: calc(100% - 20px);
    gap: 10px;
}
.PA-form-group {
    flex: 1;
    margin-bottom: 15px;
    width: 33%;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="datetime-local"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}
.PA-low-stock-notice{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
    color: #ef3434;
}