input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.form-control.otp {width: 3rem !important; margin: 0px 10px;}
.form-check-label .font-25{ font-size: 20px !important; }
.gateway_tab{padding: 10px 15px; font-size: 17px; cursor: pointer; position: relative; border-radius: 10px; background: #cccccc96; border: 1px solid transparent;}
.gateway_tab.gateway_active::before{content: ""; height: 22px; width: 22px; position: absolute; right: -7px; top: -7px; background: url(../img/active-check.png) no-repeat; background-size: cover;}
.gateway_tab.gateway_active{border: 1px solid #d6ac6c; background: #d6ac6c66;}