body {
    background-color: skyblue;
}
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid #ced4da;
  padding: 0.575rem 1.75rem 0.375rem 0.75rem;
  background-color: #FFF;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 12px;
  height: calc(1.5em + 0.75rem + 9px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.input-file + .js-labelFile i {
  color: #ABABAC;
}
.input-file + .js-labelFile .js-fileName {
  color: #bebebe;
}
.js-fileName {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
}
form img.output, form img.file-output {
  max-width: 70px;
  max-height: 70px;
}
i.no-photo {
  font-size: 38px;
  padding: 9px 12px;
  border-radius: 50%;
  background: #ccc;
}
.table.table-bordered tr th {
  font-size: 14px;
}
li.user-menu i.no-photo {
  font-size: 19px;
  padding: 6px 8px;
}

.card_box {
  display: flex;
  flex-direction: column;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.card_input {
  width: 100%;
  box-sizing: border-box;
  border: #ddd solid 1px;
  border-radius: 6px;
  color: #555;
  padding: 13px 8px;
  margin-top: 2px;
  margin-bottom: 14px;
  outline: none;
  font-family: inherit;
}

#card-button {
  width: 100%;
  background-color: #7dc885;
  border: #7dc885 solid 2px;
  border-radius: 6px;
  color: #fff;
  margin-top: 8px;
  padding: 8px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
#card-button:hover {
  opacity: 0.8;
}

#card-result {
  color: #444;
  font-weight: bold;
}

#card-number-element {
  background-image: url("/img/cc/unknown.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;
  background-origin: content-box;
  padding: 14px;
}

#card-cvc-element {
  background-image: url("/img/cc/cvc.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;
  background-origin: content-box;
  padding: 14px;
}

#card-expiry-element {
  padding: 14px;
}

.card_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.card_row > div {
  width: 100%;
}
