.mizzox-test-connection-wrapper {
    margin-top: 10px;
}

#mizzox-test-connection-btn {
    min-width: 180px;
}

#mizzox-test-connection-btn .spinner {
    float: none !important;
    margin: 0 5px 0 0 !important;
    vertical-align: middle;
}

#mizzox-test-result .notice {
    border-left-width: 4px;
    border-left-style: solid;
}

#mizzox-test-result .notice-success {
    border-left-color: #00a32a;
    background-color: #f0f6fc;
}

#mizzox-test-result .notice-error {
    border-left-color: #d63638;
    background-color: #fcf0f1;
}

#mizzox-test-result .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}