#tag-generator-list a.button[href*=tag-generator-panel-cf7-recordset]{background:rgb(136, 111, 97, .9);border-color:rgb(136, 111, 97);color:#ffff;}
#tag-generator-list a.button[href*=tag-generator-panel-cf7-recordset]:hover{background:rgb(136, 111, 97);}
#tag-generator-list a.button[href*=tag-generator-panel-cf7-link-field]{background:rgb(201, 120, 120, .9);border-color:rgb(201, 120, 120);color:#ffff;}
#tag-generator-list a.button[href*=tag-generator-panel-cf7-link-field]:hover{background:rgb(201, 120, 120);}

.cf7-datasource-link input[type="text"],
.cf7-datasource-link select,
.cf7-datasource-recordset input[type="text"],
.cf7-datasource-recordset input[type="email"],
.cf7-datasource-recordset textarea,
.cf7-datasource-recordset select{width:100%;max-width:100%; box-sizing: border-box;}
.cf7-datasource-recordset textarea{resize:vertical;}
.cf7-datasource-user,
.cf7-datasource-post,
.cf7-datasource-taxonomy,
.cf7-datasource-database,
.cf7-datasource-csv,
.cf7-datasource-json{display:none;}

.cf7-recordset-test-frame{z-index:999999;position:fixed;top:0; left:0; right:0; bottom:0;background:rgba(0, 0, 0, .5);}
.cf-recordset-test-variables-container{background:white;padding:0;position:fixed;width:100%;max-width:600px;top:50%;left:50%;transform: translate(-50%,-50%);}
.cf-recordset-test-variables-container h3{font-size:14px;margin:0 0 10px 0;padding:10px;border-bottom:1px solid rgba(0,0,0,.1)}
.cf-recordset-test-variables-container table{padding:10px;}
.cf-recordset-test-variables-container table th{text-align:left;}
.cf-recordset-test-variables-container table input{width:100%;}
.cf-recordset-test-variables-container table button{margin:5px 0 0 5px !important;}

.cf7-datasource-notice{border:1px solid #c3c4c7; background:#fff; border-left-width:4px;box-shadow:0 1px 1px rgb(0 0 0 / 4%);margin:10px 0; padding:10px;}
.cf7-datasource-notice-error{border-left-color:#d63638;}

.cf7-datasource-database .CodeMirror{height: 120px;border: 1px solid #8c8f94;border-radius: 5px;overflow: hidden;}

.cf7-ds-predefined-container{display:flex;box-sizing:border-box;}
.cf7-ds-predefined-container [name="cf7-database-predefined-query"]{margin-right:5px;}
.cf7-database-predefined-query-description{margin:10px 0;padding:10px;border:2px dashed #dcdcde; font-style:italic;}