
.add-space {
    padding-left: 5px;
}

.align-left {
    text-align: left !important;
    padding-left: 5px;
}


/*To align values in date field to the left*/
/*.flatpickr-mobile{*/
/*    text-align: left; !* Align text to the left *!*/
/*}*/


input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
}

input:is([type="date"], [type="time"], [type="datetime-local"], [type="month"], [type="week"]) {
    align-items: flex-start !important;
}

/*Ine Items id*/

.optgroup-header {
    color: #000 !important;
    font-weight: 600;
    font-size: 0.7875rem !important;
}

/*.option-row {*/
/*    display: flex;*/
/*    align-items: flex-start; !* Top-align for multi-line *!*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*    min-width: 0;*/
/*    gap: 8px;*/
/*}*/

/*.item-name {*/
/*    font-weight: 500;*/
/*    white-space: normal; !* Allow wrapping! *!*/
/*    word-break: break-word; !* Break words if needed *!*/
/*}*/

/*.item-sku {*/
/*    padding-right: 5px;*/
/*    font-weight: 500;*/
/*    color: #888;*/
/*    font-size: 0.8rem;*/
/*    align-self: flex-end; !* Top align SKU if name is multi-line *!*/
/*    margin: auto 0 auto auto;*/
/*}*/

.option-row {
    width: 100%;
    display: block;
}

.item-inline {
    display: block;
    width: 100%;
    position: relative;
    padding-right: 70px; /* Adjust for SKU width */
}


.item-sku {
    position: absolute;
    right: 0;
    top: 66%;
    transform: translateY(-50%);
    font-weight: 500;
    /*color: #888;*/
    /*background: #f5f5f5;*/
    color: #555;
    background: #efefef;
    padding: 1px;
    font-size: 0.7rem;
    white-space: nowrap;
}


.line-item-select .ts-dropdown.single {
    width: 180%;
    max-width: 400px;
}




