ul.wc_payment_methods li[class*="payment_method_mxmerchant"] {
	position: relative;
	border: #ccc;
	backgroud: #ccc;
}
ul.wc_payment_methods li[class*="payment_method_mxmerchant"] label[for*="payment_method_mxmerchant"]{
	position: relative;
}
ul.wc_payment_methods li[class*="payment_method_mxmerchant"] img {
	/* max-width: 135px!important; */
	max-width: initial !important;
	max-height: 40px !important;
	float: none !important;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

ul.wc_payment_methods li[class*="payment_method_mxmerchant"] .powered_by_text{
	text-align: right;
    font-size: 12px;
    color: #333;
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: bold;

}

.custome-heading {
	font-size: 23px;
	line-height: 28px;
	font-weight: 400;
}

.block-table-container {
	width: calc(100% - 20px);
	margin: 15px 0px;
}

.block-table-container table{
	width: 100%;
	table-layout: fixed;
}

.block-table-container table thead {
	position: sticky;
    top: 32px;
}

.block-table-container table thead tr th{
	background-color: #1d2327;
    color: #f0f0f1;
	padding: 8px 12px;
	text-align: left;
}

.block-table-container table thead tr th:first-child{
	text-align: center;
	width: 50px;
}

.block-table-container table thead tr th:last-child{
	text-align: center;
	width: 125px;
}

.block-table-container table tbody tr td{
	padding: 8px 12px;
	background-color: #fff;
	color: #1d2327;
	text-align: left;
	/* display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.block-table-container table tbody tr td:first-child{
	text-align: center;
	width: 50px;
}

.block-table-container table tbody tr td:first-child{
	text-align: center;
	width: 50px;
}

.block-table-container table tbody tr td:last-child {
	width: 125px;
	text-align: center;
}

.block-table-container table tbody tr td .delete-btn{
    line-height: 18px;
    background-color: #d63638;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    border-radius: 30px;
    width: 100px;
    padding: 8px 16px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
    margin: 0px auto;
}

.connection-button {
	background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    border: none;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    width: auto !important;
    min-width: 120px;
}

.connection-button:hover {
	background: #135e96;
    border-color: #135e96;
    color: #fff;
}
#wc-mxmerchant_gateway-cc-form {
    border: none;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 4px 0px 1em;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dcd7e3;
    color: #515151;
}

#wc-mxmerchant_gateway-cc-form::before {
    content: "";
    display: block;
    border: 1em solid #dcd7e3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 3em;
}

#wc-mxmerchant_gateway-cc-form .form-row label .required {
    color: var(--wc-red);
    font-weight: 700;
    padding-left: 4px;
}

#wc-mxmerchant_gateway-cc-form .form-row input {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px;
    border-color: #c2b9ce;
    border-top-color: #b5aac3;
}

#wc-mxmerchant_gateway-cc-form .form-row input::placeholder {
   color: #b5aac3;
}

#wc-mxmerchant_gateway-cc-form .powered_by_text {
    text-align: right;
    font-size: 12px;
    color: #333;
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: bold;
}