.crmUserId {
    display: none;
}

.test_result {
    font-weight: bold;
    display: none;
}

.test_result.ok {
    color: green;
}

.test_result.error {
    color: red;
}

div.acf-button-group.input-text {
    display: flex;
    flex-direction: column-reverse;
}

div.get-device-name-notification {
    width: 100%;
    text-align: center;
    align-self: center;
    padding: 2rem;
}

#notificationDiv.loading,
div.get-device-name-notification.loading {
    width: 2rem;
    height: 6rem;
    background: url('../img/loading-buffering.gif') no-repeat center center;
    background-size: contain;
}

div.get-device-name-notification.success {
    color: green;
}

.acf-input .acf-button-group.input-text label.selected {
    cursor: pointer;
}

.notification-problem {
    margin-bottom: 1rem;
}
a.report-problem {
    margin-top: 1rem;
    cursor: pointer;
    background: #008dd4;
    color: white;
    padding: 0.5rem 1rem;
    border: #007cba;
    border-radius: 0.2rem;
}
a.report-problem:hover {
    color: white;
}
