/*css styles*/
.mxdnsmsmx_block_wrap {
	position: relative;
    margin-top: 20px;
    padding: .7em 2em 1em;
    min-width: 255px;
    max-width: 520px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
}
.mxdnsmsmx_block_wrap textarea {
	width: 100%;
	height: 100px;
}
.mx-submit_button_wrap {
	text-align: center;
}
.mx-restore_data {
    float: left;
    width: 464px;
}
.mx-restore_data label {
    float: left;
}
.wp-core-ui .mx-restore_data input {
    float: left;
    margin-top: 2px;
    margin-left: 8px;
    height: 16px;
}
.mx-hint_text {
    background: #f3f3f3;
    padding: 6px;
}
.mxdnsmsmx_block_wrap .thickbox img {
    width: 200px;
}
.mxdnsms_countries_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mxdnsms_countries_wrapper > div {
    padding: 10px;
    border: 1px solid #333;
    margin: 0 5px 5px 0;
}
.mxdnsms_country_blocked {
    background-color: #f5b5b5 !important;
}
.mx-attention {
    background: #f5b5b5 !important;
    padding: 20px;
}