.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);
  bottom: 0;
  /* margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 15px; */
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  padding: 20px 15px 5px 10px;
  background: transparent;
}

.outterBoxLg {
  width: 295px;

  z-index: 799;
  border: 1px solid black;
  border-radius: 5px;
  height: 40px;
  position: relative;
  margin: 10px;
  margin-left: 6px;
}

.outterBoxSm {
  width: 140px;


  z-index: 799;
  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 {
  opacity: 0.5;
  /* reduces the opacity of the element */
  pointer-events: none;
  /* disables all pointer events on the element */
  filter: grayscale(100%);
  /* applies a grayscale effect to the element */
}

select {
  width: 100px;
  border: 1px solid black;
  border-radius: 5px;
  height: 40px;
  margin: 10px;
  color: #666666;
  padding: 10px;
  font-size: 18px;
}

.paidWatermark {
  padding: 0px 60px 20px 60px;
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 998;
  opacity: 0.5;
  margin-top: -20px;
}