.product-type-img {
    width: 100%;
}

.profile-img-conf {
    width: 50%;
}

.subgroup-color {
    width: 100%;
}

.form-file-title {
    margin-top: 10px;
    margin-bottom: 0px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.action-btn-ml {
    margin-left: 10px;
}

.input-number {
   width: 75px;
   text-align: right;
}

input.input-stock,
input.input-destiny-stock,
input.input-quantity {
    text-align: right; /* Alinea el texto dentro del input a la derecha */
}

.highlight {
    font-weight: bold;
}

.col-sku {
    width: 180px;
}

.col-measure {
    width: 70px;
}

.col-quantity {
    width: 130px;
}

.col-icon {
    width: 20px;
    text-align: center;
    vertical-align: middle;
}

.danger {    
    color: red;
}

.mt-lbl {
    margin-top: 25px;
}

.input-icon {
    vertical-align: middle;
}

.w-50 {
    width: 50%;
    vertical-align: middle;
}

.not-found-message {
    color: red;
}

.no-pointer {
    cursor: default;
}

.highlight-success {
    color: #388E3C;
    font-weight: bold;
}

.highlight-warning {
    color: #FF6F00;
    font-weight: bold;
}

.highlight-error {
    color: #B71C1C;
    font-weight: bold;
}

.highlight-primary {
    color: #4A148C;
    font-weight: bold;
}

.highlight-secondary {
    color: #0D47A1;
    font-weight: bold;
}
