/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 #toplevel_page_ecfg_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: #606ff7;
    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 #606ff7;
    padding: 8px 15px;
    color: #606ff7;
    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_page table th {
    display: none;
}/*used to hide table header for pro image*/

.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;
}
/*fields settings*/
.ecfg-ad-field-group {
    margin-bottom: 20px;
}

.ecfg-ad-field-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ecfg-ad-field-label {
    flex: 1;
    font-weight: bold;
    margin-right: 10px;
    min-width: 150px;
}

.ecfg-ad-field-input {
    flex: 2;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.color-picker {
    max-width: 200px;
}
/*Hide table settings on advance settings section*/
.ecfg_advance_settings_wrap form {
    width: 50%;
}

.ecfg_advance_settings_wrap form table tr th {
    display: none;
}
.ecfg_advance_settings_wrap h2 {
    background: #c7c3c363;
    padding: 10px;
	border: 1px solid #d7d3d3;
}
