.wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* Style for the acordian tabs */
.acordTab {
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style for the active tab */
.acordTab.active {
  display: block;
}

/* Style for the tab headers */
.acordTab-header {
  flex: 1 1 auto;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #F5F5F5;
  color: #666666;
  transition: 0.3s;
  font-size: 20px;
}


/* Style for the active tab header */
.acordTab-header.active {
  background-color: #5C080B;
  color: #F5F5F5;
}

.acordTab-header:hover {
  background-color: #5c080b65;
  color: #F5F5F5;
}

.acordTab-header:first-of-type {
  border-top: 1px solid #ccc;
}

/* for input fields */
.pay_input:focus {
  outline: none;
}

.pay_input {
  position: absolute;
  border: none;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  bottom: 0;
  font: normal normal bold 18px / 32px Mulish;
  color: #666666;
  padding: 10px;
  background: transparent;
}

.pay_input::placeholder{
  color: #cfcfcf;
}

.outterBoxLg {
  width: 295px;
  z-index: 1;
  border: 1px solid black;
  border-radius: 5px;
  height: 40px;
  position: relative;
  margin: 10px;
  margin-left: 6px;
}

.outterBoxSm {
  width: 140px;
  z-index: 1;
  border: 1px solid black;
  border-radius: 5px;
  height: 40px;
  position: relative;
  margin: 10px;
  margin-left: 6px;
}

.fieldText {
  color: #7E7E7E;
  position: absolute;
  z-index: 899;
  padding: 10px;
  margin-right: 5px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  float: left;
  font-size: 18px;
}

.disabled {
  /* disables all pointer events on the element */
  pointer-events: none;
}

select {
  width: 100px;
  font: normal normal bold 18px / 32px Mulish;
  height: 40px;
  margin: 10px;
  color: #cfcfcf;
  padding-left: 10px;
}

.paidWatermark {
  padding: 0px 60px 20px 60px;
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 998;
  opacity: 0.5;
  margin-top: -20px;
}