

body {
    font-family: Arial, serif;
}

select {
    height: 2.125rem;
}

input {
    min-height: 2.125rem;
}


/* Classes */

.product-container {
    border-radius: 0.25rem;
    border: 1px solid #CED4DA;
}

.product-header-text {
    color: #212529;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 1.8rem */
}

.product-header {
    padding: 1rem 1.25rem;
    border-radius: 0.25rem 0.25rem 0 0;
    border-bottom: 1px solid #DEE2E6;
}

.bg-blue-light {
    background-color: #DCEBFF;
}

.text-font-size-1 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem; /* 137.5% */
}

.footer-button {
    padding: 1rem 1.25rem;
    width: 100%;
    border: none;
    border-radius: 0 0 0.25rem 0.25rem;
    position: relative;
}

.footer-button:before {
    content: "";
    background-image: url("/app/assets/productAssignment/images/icons/plus_black.svg");
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: center;
    position: absolute;
    top: 49%;
    left: 53.5%;
    width: 1rem; /* Width of the background image */
    height: 1rem; /* Height of the background image */
    transform: translate(-50%, -50%); /* Centering trick */
}

.row-padding {
    padding: 1rem 0;
}

.clickable-img {
    cursor: pointer;
}



.create-row-button {
    border: none;
    border-radius: 50%;
    background-color: #198754;
    min-width: 1.75rem;
    height: 1.75rem;
    position: relative;
}

.create-row-button:before {
    content: "";
    background-image: url("/app/assets/productAssignment/images/icons/plus_white.svg");
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem; /* Width of the background image */
    height: 1rem; /* Height of the background image */
    transform: translate(-50%, -50%); /* Centering trick */
}

.delete-row-button {
    border: none;
    border-radius: 50%;
    background-color: #DC3545;
    min-width: 1.75rem;
    height: 1.75rem;
    position: relative;
}

.delete-row-button:before {
    content: "";
    background-image: url("/app/assets/productAssignment/images/icons/plus_white.svg");
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    transform: translate(-50%, -50%) rotate(45deg);
}

.button-qty {
    border: none;
    color: #DC3545;
    background: inherit;

}

.row-min-height {
    min-height: 4.875rem;
}


.data-row {
    border-bottom: 1px solid #DEE2E6;
}



.bg-red {
    background-color: #FFEFF1;
}




.bg-yellow {
    background-color: #FFE69C;
}

.bg-yellow-light {
    background-color: #FFF3CD;
}

.bg-light1 {
    background-color: #FAFAFA;
}

.bg-light2 {
    background-color: #FFF;
}

.color-disabled {
    color: #B1BAC3;
}

.vendor-product-input {
    border-radius: 0.25rem;
    border: 1px solid #CED4DA;
    background: #FFF;
    padding: 0.375rem 0.75rem;
}

.select-header {
    min-width: 36.4rem;
}


.ts-wrapper.select-arrow-selectable .ts-control {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%232856E0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>") !important;
}

.ts-wrapper.select-arrow-disabled .ts-control {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23B1BAC3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>") !important;
}
