/* #hotDeskModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

#modalContent {
    background-color: white;
    max-width: 1140px;
    padding: 20px;
    position: relative;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

dialog{
    border-color: bisque;
    padding: 10px;
    border-radius: 10px 
}
.my-dialog-close-button {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
  }