.modalBackground-new {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: start;
  top: 11%;
  left: 0%;
  z-index: 99999;
}
.modalContainer4-new {
  width: 341px;
  height: auto;
  border-radius: 29px 29px 29px 29px;
  background-color: #00bfff;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  padding: 0px 10px 15px 1px;
}
.modalContainer4-new1 {
  height: auto;
  border-radius: 29px 29px 29px 29px;
  background-color: #00bfff;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  padding: 0px 10px 15px 1px;
}
.cancel-model-content1-new {
  font-size: 20px;
  margin-bottom: 0px;
  margin-right: 15px;
  font-size: 17px;
  color: rgb(251 248 248);
  font-weight: 400;
  line-height: 20px;
}
.titleCloseBtn {
  display: flex;
  justify-content: flex-end;
}

.titleCloseBtn button {
  background-color: transparent;
  border: none;
  font-size: 25px;
  cursor: pointer;
}
.title svg {
  margin-right: 10px;
  font-size: 23px;
}
.title {
  color: black;
  font-size: medium;
  /* margin-bottom: 20px; */
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0px 17px;
  margin-top: 10px;
}
