
* {
    font-family: 'Montserrat', sans-serif;
}


select {
    appearance: none;
}

.modal {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

/* input[type="text"][disabled] {
    background: #dcdcdc;
} */

input[disabled] {
    background: #dcdcdc;
}

select[disabled] {
    background: #dcdcdc;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

label{
    font-weight: 600;
    font-size: 14px;
    color: #2C2C2E;
    margin-bottom: 5px;
}

input[type="radio"]:checked{
    color: #549fa8;
}

select{
    border: none;
}

select.units option:after{
    content: '*';
    color: red;
}

