.membercards {
    background-color: #f8f8f8;
    padding: 1rem;
}
.membercards .form-control {
    border: none;
}
.membercard-cardtypes-img {
    height: 32px;
    border: solid 3px transparent;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
}
.membercard-cardtypes-img.selected {
    border: solid 3px #32c8c8;
}
.membercard-error {
    color: red;
    font-weight: bold;
}
.membercard-apply {
    background-color: #32c8c8;
    color: #ffffff;
}
.membercards {
    background-color: #f8f8f8;
    padding: 1rem;
}
.giftcards {
    background-color: #f8f8f8;
    padding: 1rem;
}
.giftcard-error {
    color: red;
    font-size: small;
}
.giftcard-show {
    min-width: 200px;
}

.checkmark {
  transform: rotate(45deg);
  height: 16px;
  width: 11px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  top: 3px;
  position: relative;
  left: 7px;
}

.paymentmethod-box {
  border-color: #000;
  border-width: 1px;
  border-style: none;
  color: #000;
  position: relative;
  text-align: left;
  font-size: 13px;
  margin-right: 10px;
  width: 120px;
  height: 60px;
  margin-top: 27px;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px 63px;
}

.paymentmethod-box-notselected {
  border-color: #000;
  border-width: 1px;
  border-style: none;
  color: #000;
  position: relative;
  text-align: left;
  font-size: 13px;
  margin-right: 10px;
  background-size: 100px 63px;
}

.paymentmethod-price {
  top: 54px;
  color: #000;
  position: relative;
  margin-left: 11px;
}

.paymentmethod-box-notselected div.paymentmethod-box-textwrap {
  top: -24px;
}

.paymentmethod-box-notselected div.paymentmethod-price {
  top: 35px;
}

.paymentmethod-box-cirkel {
  height: 25px;
  width: 25px;
  background-color: #78b13f;
  border-radius: 50%;
  display: block;
  margin-left: 90%;
  margin-top: -36%;
}

.paymentmethod-box-textwrap {
  position: relative;
  display: block;
  top: -24px;
  margin-left: 11px;
}

.paymentmethod-box-textwrap > span {
    font-size: 13px;
    color: black;
}

.paymentmethod-box-text {
  font-weight: bold;
}