/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
[v-cloak] {
  display: none;
}
.required__variations{
    border: 1px solid red!important
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
input[type=number]::-webkit-inner-spin-button {
    opacity: 1!important
}