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

/* Table header styling */
#excelerate-ai-table-content tr th {
	font-weight: bold;
}

/* Upload button wrapper */
.excelerate-ai-upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.upload-message{
	display: inline-block;
}

/* Styled button */
.excelerate-ai-btn {
	border: 1px solid #2271b1;
	padding: 4px 20px;
	border-radius: 2px;
	font-size: 16px;
	/* background-color: white; */
}

/* File input styling */
.excelerate-ai-upload-btn-wrapper input[type="file"] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.excelerate-ai-email{
	padding: 10px;
}
/* Email ID styling */
.excelerate-ai-email-ids {
	float: left;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 3px 10px;
	margin-bottom: 5px;
	background: #f5f5f5;
	border-radius: 5px;
}

/* Cancel email button */
.excelerate-ai-cancel-email {
	border: 1px solid #ccc;
	width: 18px;
	display: block;
	float: right;
	text-align: center;
	margin-left: 20px;
	border-radius: 50%;
	height: 18px;
	line-height: 15px;
	margin-top: 1px;
	cursor: pointer;
}

/* Email ID row styling */
.excelerate-ai-email-id-row {
	border: 1px solid #ccc;
	margin-bottom: 3px;
	padding-top: 6px;
	padding-bottom: 7px;
	margin-top: 10px;
	padding: 7px;
}

/* Email ID row input */
.excelerate-ai-email-id-row input {
	border: 0;
	outline: 0;
}

/* To input styling */
.excelerate-ai-to-input {
	display: block;
	float: left;
	padding-right: 11px;
}
/* Email contain


/*Button Classes*/
.wp-core-ui .button-warning{
	color: #dba617;
	border-color: #dba617;
	background: #f6f7f7;
}
.wp-core-ui .button-success{
	color: #00a32a;
	border-color: #00a32a;
	background: #f6f7f7;
}
.wp-core-ui .button-danger{
	color: #b32d2e;
	border-color: #b32d2e;
	background: #f6f7f7;
}
