/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

div#creamailer-for-gravityforms-plugin-settings {
    display: inline-block;
}

div#creamailer-for-gravityforms-plugin-settings div#creamailer-for-gravityforms-plugin-api-container {
    display: flex;
}

div#creamailer-for-gravityforms-plugin-settings div#creamailer-for-gravityforms-plugin-api-container small.creamailer-for-gravityforms-plugin-connect-indicator {
    align-items: center;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 0.75rem;
    height: 2em;
    line-height: 1.5;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    white-space: nowrap;
    margin: auto 10px auto auto;
}

div#creamailer-for-gravityforms-plugin-settings div#creamailer-for-gravityforms-plugin-api-container small#creamailer-for-gravityforms-plugin-connected {
    background-color: #209cee;
}

div#creamailer-for-gravityforms-plugin-settings div#creamailer-for-gravityforms-plugin-api-container small#creamailer-for-gravityforms-plugin-not-connected {
    background-color: #ff3860;
}

div#creamailer-for-gravityforms-plugin-settings th {
    display: none;
}

div#creamailer-for-gravityforms-plugin-settings td {
    padding: 0px 0px 5px 0px;
}


div#creamailer-for-gravityforms-plugin-settings p.cfw-required {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    color: #3c434a;
}

div#creamailer-for-gravityforms-plugin-settings p.cfw-required::after {
    color: #f00;
    content: '*';
}

div#creamailer-for-gravityforms-plugin-settings div#cfw-settings-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

div#creamailer-for-gravityforms-plugin-settings div#cfw-settings-header img {
    height: 30px !important;
    margin-top: 10px;
}

div#creamailer-for-gravityforms-plugin-settings h2 {
    display: inline;
}

div#creamailer-for-gravityforms-plugin-settings input#creamailer-for-gravityforms-plugin-shared-secret-field {
    width: 100%;
}

div#creamailer-for-gravityforms-plugin-settings input#creamailer-for-gravityforms-plugin-access-token-field {
    width: 100%;
}

div#creamailer-for-gravityforms-plugin-settings input#creamailer-for-gravityforms-plugin-optin-text-field {
    width: 100%;
}

div#creamailer-for-gravityforms-plugin-settings hr#creamailer-for-gravityforms-plugin-hr {
    margin-top: 15px;
}
