
.ui-dialog {
  font-family: inherit;
  border-radius: 20px;


  .ui-dialog-titlebar {
    background-color: transparent;
    border: none;
    padding: 0;

    .ui-dialog-title {
      visibility: hidden;
    }

    button.ui-dialog-titlebar-close {
      position: absolute;
      right: 6px;
      top: 6px;
      width: 20px;
      height: 20px;
      margin: 0 0 0 0;
      /* padding: 1px; */

      /* border: 0; */
      background: #6a6a6a;
      border-radius: 50%;
      border: none;
      /* border:1px solid red; */

      z-index: 100;
      &::after {
        content: "+";
        color: white;
        font-size: 23px;
        position: absolute;
        top: -6px;
        right: 4px;
        transform: rotate(45deg);
        font-weight: 300;
      }
    }
  }

  .ui-dialog-content {
    border: none;
    padding-top: 0;
    margin-top: 0px;
  }

}
