@import url("fonts.css");
#foreignData {
  display: none;
}
.colgr {
  color: #495057;
}
.fade:not(.show) {
  opacity: 1;
}
.namepart {
  padding-left: 25px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 700;
  font-size: 25px;
}
.custom_sender {
  background-color: #036242;
  padding: 12px;
  border-radius: 8px;
}

select, input {
  height: 45px!important;
}

input[name="cvc"] {
  border-radius: .25rem!important;
}
div.cvc-tooltip {
  padding-right:0;
}
#submitButton {
  text-transform: uppercase;
  opacity: 1;
}
#submitButton:disabled {
  opacity: 0.5;
}
.custom_recipient {
  background-color: #036242;
  padding: 12px;
  border-radius: 8px;
}
.otst{
  height: 62px;
}
.ofsfrcard{
  height: 60px;
}
.pad-l{
  padding-left: 5px;
}
body {
  background-color:#f3f0f0;
}
.nobord {
  border: none;
}

#amountControl::-webkit-input-placeholder {
  text-align:center;
}

#amountControl:-moz-placeholder { /* Firefox 18- */
   text-align:center;
}

#amountControl::-moz-placeholder {  /* Firefox 19+ */
   text-align:center;
}

#amountControl:-ms-input-placeholder {
   text-align:center;
}

.btn-cust{
  color:#FFFFFF;
  background-color: #036242;
  width: 100%;
}
.otm-cust {
  padding-left: 0px;
}
.otm-cust a{
  font-size: 15px;
  padding-left: 0px;
  padding-top: 9px;
  text-decoration: underline;
}
.small-cust {
  margin-top: 10px;
  font-size: 12px;
  padding-left: 10px;
}
icon {
  color:#036142;
  font-size: 20px;
  margin-right: 10px;
}
.small-cust span {
  position: absolute;
  top: 12px;
}
.b2p-links a {
  text-decoration: none;
}
.info {
  padding-right: 0;
  font-size: 30px;
}
.infopart{
  padding-left: 0;
  font-size: 10px;
}
.infocont{
  padding-right: 0;
}

.cust-links{
  padding-left: 50px;
}

.cust-links {
  margin-top: 10px;
}
.hidden {
  display: none;
}
.checkbox {
  width: 24px;
  height: 24px;
  display: block;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox-custom {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
}
.checkbox-custom {
  cursor: pointer;
}
.label-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-top: 7px;
  font-size: 0;
  position: relative;
}
.checkbox:checked + .checkbox-custom::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 24px;
  height: 24px;
  background: url('../svg/checkbox-on.svg') no-repeat center center;
  background-size: cover;
}
.text-checkbox {
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #001e45;
  margin-left: 16px;
}
.text-checkbox:hover {
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 576px) {
  .otm-cust {
    padding-left: 15px;
    text-align: center;
  }
  .footer {
    margin-top: 25px;
  }
  select[name="month"] {
    max-width: 94px;
  }
  select[name="year"] {
    min-width: 72px;
  }
}


