/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 #toplevel_page_gc-general-settings .dashicons-calendar-alt:before {
     color: #00f3ff !important;
}
.ecfg-review-wrapper {
    padding: 0px 33px 15px 15px;
}
.buttons-row {
    padding: 20px 0px;
}
.ecfg-notice-action.ecfg-yes {
    padding: 10px 15px;
    background: #ad0202;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    margin-right: 16px;
    text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

a.ecfg-notice-action.ecfg-done {
    border: 1px solid #ad0202;
    padding: 8px 15px;
    color: #ad0202;
    font-weight: 500;
    border-radius: 5px;
    margin-right: 16px;
    text-decoration: none;
}
.gc_pro_banner .p_details {
    width: 100%;
    margin: 0px auto;
}
form#gc-pro-features .submit {
    display: none;
}
.gc_pro_link {
    margin: 20px 0px;
    text-align: right;
}
a.try_pro {
    background: #b71c87;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-family: serif;
    margin: 0px auto;
}