.field-sales {
    font-size: 16px;
    height: 50px;
    background-color: #f9f9f9;
}

.btn-form-sales {
    background-color: #FF005B;
    height: 50px;
    color: #FFF;
    font-size: 18px;
}

.btn-form-sales:hover {
    background-color: #ca0048;
    color: #FFF;
}

.btn-form-ant {
    background-color: #e7e7e7;
    color: #000;
}

.btn-form-ant:hover {
    background-color: #dadbdb;
}

.labelSales {
    font-weight: 600;
}

.showMsgErr {
    color: #FF0000;
    font-size: 14px;
}

.isRequired {
    border: 2px solid #FF0000;
}

.spinner-sm-custom {
    width: 1.1rem;
    height: 1.1rem;
}