.modal-content-custom {
  padding: 20px;
  width: 100%;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  word-break: break-all
}

.t-custom {
  display: block;
}

@media screen and (min-width: 320px) {
  .modal-content-custom-mobile {
    height: 80vh;
    overflow-y: scroll;
  }
}

@media screen and (min-width: 992px) {
  .modal-content-custom {
    width: 80%;
  }

  .modal-content-custom-mobile {
    height: 85vh;
    overflow-y: scroll;
  }

  .t-custom {
    display: inline;
  }
}

.bd-example-modal-lg {
  transition: 0.3s ease-out;
}

.bg-warning {
  background-color: transparent !important;
}
