.cg__field--success input {
    border: 1px solid green!important;
}
.input-success {
    border: 1px solid green!important;
}
.error-text {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}
.input-error {
    border: 1px solid red!important;
}
.cg__field--error label {
    border: 1px solid red!important;
}
.cg__field--success label {
    border: 1px solid green!important;
}
.input-error::placeholder {
    color: #E53A3A!important;
}
.cg__field--error .cg__icon--dropdown {
    color: #E53A3A!important;
}
button[disabled] {
    background-color: #ccc;
    cursor: not-allowed;
}
input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cg__field--error input::placeholder {
    color: #cc2020!important;
}
[id^="wait_comp_"] {
    display: none !important;
}
