.dropify-message p {
    font-size: 15px;
}

fieldset,
legend {
    all: revert;
}

.clone-billing td {
    padding: 0.5rem !important;
}

.dropify-wrapper {
    height: 100px;
}

#buttons-datatables_processing {
    z-index: 9999;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: semibold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-top: -15px;
    background-color: white;
    color: black;
}

a {
    text-decoration: none;
}

.icon-color-1 {
    color: #ff3030;
}

.icon-color-2 {
    color: #ff007c;
}

.icon-color-3 {
    color: #4caf50;
}

.icon-color-4 {
    color: #ff8b01;
}

.icon-color-5 {
    color: #a400ed;
}

.icon-color-6 {
    color: #009688;
}

.icon-color-7 {
    color: #03a9f4;
}

.icon-color-8 {
    color: #c37458;
}

.icon-color-9 {
    color: #265ed7;
}

.icon-color-10 {
    color: #30d4e4;
}

.icon-color-11 {
    color: #ca9805;
}

.icon-color-12 {
    color: #a24f30;
}

.quantity-with-unit-manufact {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    /* Match the input field border */
    border-radius: 0.25rem;
    /* Match Bootstrap's form-control border radius */
    overflow: hidden;
    /* Ensure the border-radius is applied correctly */
}

.qty-manufact {
    flex: 1;
    /* Take up remaining space */
    border: none;
    /* Remove default input border */
    outline: none;
    /* Remove focus outline */
    padding: 0.375rem 0.75rem;
    /* Match Bootstrap's form-control padding */
    text-align: right;
    /* Align text to the right */
}

.unit-display-manufact {
    flex: 0 0 auto;
    /* Do not grow or shrink */
    padding: 0.375rem 0.75rem;
    /* Match Bootstrap's form-control padding */
    background-color: #e9ecef;
    /* Light gray background for the unit */
    border-left: 1px solid #ced4da;
    /* Add a separator between input and unit */
    color: #495057;
    /* Match Bootstrap's text color */
    font-size: 14px;
    /* Adjust font size as needed */
}

/* .select2-container--default .select2-selection--single {
    height: calc(1.875rem);
    padding: 0.375rem 2rem ;
    font-size: 0.875rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    border-radius: 0.2rem;
} */

.bg-gradient-purple {
    background-image: linear-gradient(310deg, #7928ca, #ff0080);
}

.bg-gradient-success {
    background-image: linear-gradient(310deg, #17ad37, #98ec2d);
}

.bg-gradient-danger {
    background: linear-gradient(to right, rgb(238, 9, 121), rgb(255, 106, 0));
}

.bg-gradient-info {
    background-image: linear-gradient(
        to top,
        rgb(0, 198, 251) 0%,
        rgb(0, 91, 234) 100%
    );
}

.bg-gradient-warning {
    background: linear-gradient(to right, rgb(247, 151, 30), rgb(255, 210, 0));
}

.bg-gradient-voilet {
    background: linear-gradient(
        to right,
        rgb(52, 148, 230),
        rgb(236, 110, 173)
    );
}

.bg-gradient-royal {
    background-image: linear-gradient(
        -20deg,
        rgb(43, 88, 118) 0%,
        rgb(78, 67, 118) 100%
    );
}

.bg-gradient-branding {
    background-image: linear-gradient(
        rgb(42, 245, 152) 0%,
        rgb(0, 158, 253) 100%
    );
}

.custom-width-canvas {
    max-width: 100%;
}
