.cci-vostok-registration #add-participant:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.cci-vostok-status {
    margin: 14px 0;
    padding: 12px 14px;
    border-radius: 4px;
    line-height: 1.45;
}

.cci-vostok-status.is-working {
    background: #eef4ff;
    color: #204b8f;
}

.cci-vostok-status.is-success {
    background: #e9f7ed;
    color: #176329;
}

.cci-vostok-status.is-error {
    background: #fff0f0;
    color: #922424;
}
