#hd9-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
  #hd9-modal.d-none {
    display: none;
  }
  #hd9-modal.d-flex {
    display: flex;
  }
    #hd9-modal .hd9-modal-body {
      min-width: 50%;
      min-height: 50%;
      background-color: #ffffff;
      box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.25);
      border-radius: 4px;
      position: relative;
    }
      
      #hd9-modal textarea {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 1rem;
        font-size: 1.4rem;
        display: inline-block;
      }
      #hd9-modal input[type="submit"] {
        position: absolute;
        z-index: 1;
        bottom: 1rem;
        right: 1rem;
        padding: .5rem;
        width: calc( 100% - 2rem );
        font-size: 18px;
        padding: 15px 10px;
      }
      #hd9-modal button[type="button"] {
        position: absolute;
        z-index: 1;
        top: -2rem;
        right: -2rem;
        color: #ffffff;
        background-color: #424242;
        display: block;
        border-radius: 300px;
        font-size: 18px;
        line-height: 0;
        padding: 20px 15px;
        cursor: pointer;
        position: absolute;
        outline: 0;
        text-decoration: none;
      }
#help-desk-9-container {
}
  #help-desk-9-container hr:last-child {
    display: none;
  }
  #help-desk-9-container p {
    font-size: 110%;
    margin-bottom: 0;
  }
  #help-desk-9-container mark {
    background-color: #ffffee;
  }
  #help-desk-9-container small {
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
  }
  #help-desk-9-container .table {
  }
  #help-desk-9-container .help-desk-9-reply-box {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  } 
    #help-desk-9-container .help-desk-9-reply-box__admin {
      border-left: 8px solid indigo !important;
    }
    #help-desk-9-container .help-desk-9-reply-box:nth-child(2n + 1) {
      background-color: rgba(0, 0, 0, 0.05);
    }
  #help-desk-9-container .d-none {
    display: none;
  }
  #help-desk-9-container .d-block {
    display: block;
  }