
.scroll{
    overflow-y: scroll;
}

.colorSea{
    background-color: rgb(41, 54, 67) !important;
    color: white !important;
}

.grisUno{
    background-color: #464B50 !important;
    color: white !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] { -moz-appearance:textfield; }

.form-label.required:after {
    content: "*";
    margin-left: .25rem;
    color: #d63939;
}

.cursor{
    cursor: pointer;
}

.check-ul {
    list-style: none;
}

.check-ul li:before {
    content: '✓';
    margin-right: 3px;
}
