* {
  box-sizing: border-box;
}

body {
  text-align: center;
  background-color: transparent !important;
}

div#page-content-wrapper {
  text-align: left;
}

form {
  margin-top: 5%;
}

.background {
  background-color: #ffffff00;
}
/* .error {
  margin-top: 10%;
}

.error_body h3 {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  line-height: 0.5cm;
  font-weight: bold;
} */

.error > input,
.error > select {
  border-bottom: solid 1px red;
}

.success {
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
}
.success_body {
  padding-top: 25px;
}
.success_body h3 {
  color: #000;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  line-height: 0.7cm;
  font-weight: bold;
}

.fail_body {
  padding-top: 25px;
}
.fail_body h3 {
  color: #000;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 0.7cm;
  font-weight: bold;
}

.success_end {
  padding-bottom: 25px;
  margin-left: 30px;
  margin-top: 25px;
}
.error_body h4 {
  color: #04cf35;
  font-weight: bold;
  font-size: 18px;
  padding-top: 10px;
  font-family: "Open Sans", sans-serif;
}

img.loader {
  width: inherit;
}

input,
select {
  overflow: hidden;
  border: 1px solid #ececec;
  width: 100%;
  border-radius: 5px;
}

input.btn-success {
  width: 100%;
  margin-top: 10%;
  margin-right: 5%;
  margin-left: auto;
}

input.btn-sucess {
  width: 30%;
  margin-top: 7%;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: none;
  font-family: "Open Sans", sans-serif;
}

input.btn-fail {
  width: 30%;
  margin-top: 7%;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  border-radius: none;
  font-family: "Open Sans", sans-serif;
}

input#cr_no {
  width: inherit;
}

span.center {
  line-height: 0.5 !important;
  font-size-adjust: 0.58;
}

.active1 .center {
  font-weight: bolder !important;
}

.active1 :active {
  background-color: #03d033;
  opacity: 70%;
}

.background-g {
  background-color: #1de154 !important;
}

.border-right {
  border-right: 0px !important;
}

.border-success {
  border-color: #03d033 !important;
}

.border-top {
  border-top: 8px solid #03d033 !important;
}

.btn-success {
  background-color: #03d033;
}

.btn-sucess {
  background-color: #00e737;
}

.btn-fail {
  background-color: #fe0000;
}

.btn-sucess :hover {
  color: #fff !important;
  text-decoration: none !important;
}
.card0 {
  background-color: #f5f8fc;
  border: 1px solid #ececec;
  border-radius: 20px;
}

.center {
  font-weight: 700;
  font-size: 11px;
}

.col-5 {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0;
  padding-left: 0%;
}

.col-6 {
  min-width: 50%;
  padding-right: 0%;
  margin-bottom: 0;
}

.col-11 {
  max-width: 100%;
}

.col-top {
  margin-top: 0;
  padding-top: 0;
}

.container-fluid {
  overflow: hidden;
  position: relative;
  margin-right: auto;
}

.form-center-input {
  align-items: center;
  margin: auto;
  font-family: "Open Sans", sans-serif;
}

.input-group {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
}

.input-group-padding-bottm {
  padding-bottom: 10%;
  padding-top: 1%;
}

.input-group .labels {
  position: relative;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: none;
  padding-top: 35px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  outline: none;
  padding-left: 15px;
}

.input-group .labelss {
  position: relative;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: none;
  padding-top: 30px;
  font-size: 17px;
  padding-left: 14px;
  font-family: "Open Sans", sans-serif;
  outline: none;
}

.input-group .labelsss {
  position: relative;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: none;
  padding-top: 30px;
  font-size: 17px;
  padding-left: 50px;
  font-family: "Open Sans", sans-serif;
  outline: none;
}

.input-group label {
  position: absolute;
  height: 14px;
  background: none;
  border-radius: 5px;
  line-height: 24px;
  font-size: 12px;
  color: #1de154;
  width: 100%;
  font-weight: bold;
  padding-left: 15px;
  text-align: left;
  padding-top: 20px;
}

.list-group :hover {
  color: #fff;
  text-decoration: none;
}

.list-group-item :active {
  background-color: #03d033 !important;
  opacity: 90% !important;
}

.list-group-item.active {
  background-color: #03d033;
  border-color: #03d033;
  opacity: 90%;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  background-color: #1de154;
  color: #fff;
  text-decoration: none;
}

.tabs-active {
  background-color: #03d033;
  color: #fff;
  text-decoration: none;
}

.card-container > img,
.cvv > img {
  position: absolute;
  bottom: 3px;
  right: 5px;
  height: 37px;
  width: 37px;
}

.card-container > input,
.card-container > select {
  padding-right: 40px;
}

.npplogo {
  width: 80%;
  height: auto;
  margin-left: 5%;
}

.closeModal {
  width: fit-content;
  margin-bottom: 10px;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

/* h3 {
  font-size: 1.04rem !important;
} */

/* h4 {
  font-size: 16px !important;
} */

@media only screen and (max-width: 768px) {
  .card-container > img,
  .cvv > img {
    position: absolute;
    bottom: 3px;
    right: 5px;
    height: 30px;
    width: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .cvv > img {
    position: absolute;
    bottom: 3px;
    right: 5px;
    height: 20px;
    width: 20px;
  }
  .npplogo {
    width: 100%;
    height: 100%;
    margin-left: 5%;
  }
}

.hidden {
  display: none;
}

.no-show{
  visibility: hidden;
}
