.modalCloseBtn {
  top: 10px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
  background: linear-gradient(180deg, #387c44 0%, #296832 100%);
  width: 35px;
  height: 35px;
}

.customModal {
  // overflow: hidden !important;
  // z-index: -1;
}
