.pi-cod-deposit-container {
    padding: 20px 20px 20px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-family: sans-serif;
    border-width: 2px;
    border-style:solid;
    cursor:pointer;
}

.pi-cod-deposit-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pi-checkmark {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #fff;
    margin-right: 15px;
    border-radius: 2px;
}

.pi-processing{
	position:relative;
}

.pi-processing:before{
	content:"";
	background:rgba(200,200,200,0.3);
	position:absolute;
	width:100%;
	height:100%;
    z-index:1000000;
}

body.pi-dpmw-processing button.wc-block-components-checkout-place-order-button{
    pointer-events: none;
    opacity:0.5;
}