input[name="payment_method"] + label {
	background: #fff;
	border: 2px solid #46BCCD;
	border-radius: 5px;
	color: #46BCCD;
	font-size: 20px;
	width: auto;
	padding: .5rem 1rem;
}
input[name="payment_method"]:checked + label {
    background: #46BCCD;
	border: 2px solid #46BCCD;
	color: #fff;
}
.winning-lottery-no {
    text-align: left;
}
.winning-lottery-no .lottery-entry {
    font-weight: bold; 
    text-align: center;
}
.withdraw-label {
    display: inline-block;
    text-align: left;
}
.withdraw-field-value {
    text-align:right;
 
    display: inline-block;
}
.withdraw-input {
 
    text-align: right;
}
.winning-lottery-no.claim {
    background-color: #46BCCD;
    color: #fff;
}    
.winning-lottery-no .flex.two {
	margin: 1rem 0 0;
	align-items: center;
}
.mt-2 {
margin-top: 2rem;
}
.winning-lottery-no.claimed {
color: rgba(113, 111, 110,.5);
  border: 5px solid rgba(113, 111, 110,.5);
}
#amount-form-row span {
font-weight: bold;
font-size: 1.25rem;
}
#bank-form-row {
max-width: 400px;
}
#amount {
border: none;
width: 50%;
font-weight: bold;
font-size: 1.15rem;
padding: 0;
}
#amount-form-row > * {
	display: inline-block;
	padding: 0 1rem 0 0;
}
.winnings-claim p {
    height:0;
}
.pt-5.pb-5.section.pages.withdraw-success {
	background-color: #46BCCD;
	color: #fff;
	padding: 1rem;
	margin: 0 auto 1rem;
	text-align: center;
	border-radius: 1rem;
	box-sizing: border-box;
}
.withdraw-success strong {
    display: relative;
}
.withdraw-success span.tick-icon::after {
    content: "";
    top: 5px;
    position: absolute;
    left: 5px;
    width: 0.5rem;
    height: 1rem;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    margin: 0 0.3rem;
}
.withdraw-success span.tick-icon {
    border: 3px solid #fff;
    width: 2rem;
    display: inline-block;
    height: 2rem;
    border-radius: 50%;
    margin: 0 0.5rem -0.5rem 0;
    position: relative;
}
@media (max-width:580px){

.grid.four {
	grid-template-columns: 1fr 1fr 1fr !important;
}
}
@media (max-width:400px){
#bank-form-row {
max-width: 100%;
}
}
@media (max-width:390px){

.grid.four {
	grid-template-columns: 1fr 1fr !important;
}
}