.trainerDialog {
    position: relative;
    padding: 20px;
    width: 600px;
    height: 400px; 
    max-width: 90%; 
    padding: 20px;
    border-radius: 10px; 
  }
  
  .closeDialog {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
  }

  .showDialog {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.showDialog i {
    font-size: 20px;
    color: inherit;
}