
/************************************************************
  Bulk Mail fields css
***************************************************************/
.member-bulk-mail{
    width: 600px;
    margin: 0 auto;
}
#ResetData, .select-all input{
    height: max-content;
    padding: 10px 5px;
    cursor: pointer;
}
.member-bulk-mail .form-group {
    margin-bottom: 1rem;
}
.member-bulk-mail .form-group label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
}
.member-bulk-mail .form-group .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#dbtool-user-list{
    min-height: max-content;
    min-width: 200px;
}
.member-bulk-mail .form-group .form-control.users_email{
    min-height: 50px;
    width: 600px;
    resize: both;
    overflow: auto;

}
.member-bulk-mail .form-group .user-bulk-submit{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/********************************************************
Bulk Mail settings
**********************************************************/

#cf7-db-bulkmail-wrapper h1 {
	font-size: 2.8em;
	font-weight: 200;
	margin-bottom: 26px;
	margin-left: -4px;
}
#cf7-db-bulkmail-wrapper h1:before {
    font-family: "dashicons";
    content: "\f465";
    top: 8px;
    position: relative;
    margin-right: 10px;
    font-size: 1.2em;
}
#cf7-db-bulkmail-wrapper div.error ul li {
	list-style: initial;
    margin-left: 20px;
    margin-bottom: 0;
}
#cf7-db-bulkmail-wrapper div.updated {
    padding: 10px;
    margin-bottom: 5px;
}
#cf7-db-bulkmail .form-table {
	margin-top: 0;
}
#cf7-db-bulkmail .form-table tr:first-child th {
	padding-top: 5px;
}
#cf7-db-bulkmail .form-table tr:first-child td {
	padding-top: 0;
}
#cf7-db-bulkmail .form-table th {
	width: auto;
	min-width: 100px;
}
#cf7-db-bulkmail .form-table td {
	vertical-align: text-top;
}
#cf7-db-bulkmail .form-table tr:last-child td {
	padding: 0 10px;
}
#cf7-db-bulkmail input[type=text],
#cf7-db-bulkmail input[type=email],
#cf7-db-bulkmail textarea,
#cf7-db-bulkmail .wp-editor-wrap {
	width: 100%;
	padding: 6px 10px;
    border-radius:5px;
}
#cf7-db-bulkmail .dbtool-radio-wrap {
	display: inline;
}
#cf7-db-bulkmail .wp-editor-wrap {
	padding-left: 0;
}
#cf7-db-bulkmail #dumhall-user-list {
	margin-top: 7px;
}
#cf7-db-bulkmail .note {
	font-size: 12px;
	color: #888;
	padding: 5px 0 0 1px;
}
.cf7-dbt-container.bulkmail .cf7-dbt-sidebar-inner{
    margin-top: 20px
}

.select_user_wrapper #select_all, .select_user_wrapper #ResetData{
    color: #fff;
    text-shadow: none;
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}
.select_user_wrapper #select_all{
    background-color: #2185d0;
}
.select_user_wrapper #select_all:hover{
    background-color: #1678c2;
}
.select_user_wrapper #ResetData{
    background-color: #db2828;
    color: #fff;
}
.select_user_wrapper #ResetData:hover{
    background-color: #d01919;
}

.select_user_wrapper #ResetData{
    opacity: 0.65;
    cursor: not-allowed;
}

#cf7-db-bulkmail .uploadByCsv{
    display: none;
}
#cf7-db-bulkmail .uploadByCsv.show{
    display: block;
}

.mail-settings input[type='email'], .mail-settings input[type='url'], .mail-settings input[type='password'], .mailgun-input{
    width: 300px;
}
.mail-settings select{
    width: 150px;
}
.captcha-shortcode{
    border: 2px solid #ddd; padding: 0 10px
}
.captcha-shortcode h3{
    border-bottom: 2px solid #000;width: max-content
}
.captcha-shortcode p{
    display: flex;align-items: center
}


@media screen and (max-width: 1300px) {
    #dumhall-bulk-wrappe {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 900px) {
	#dumhall-bulk-wrappe .dumhall-radio-wrap {
		display: block;
	}
}
@media screen and (max-width: 850px) {
	#dumhall-bulk-wrappe .postbox {
		margin-right: 10px;
	}
}
@media screen and (max-width: 500px) {
    #dumhall-bulk-wrappe h1 {
		font-size: 2em;
		margin-left: 0;
	}
	#dumhall-bulk-wrappe h1:before {
	    top: 6px;
	}
}
.select_user_wrapper{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}