:host {
    background: white;
    color: black;
    position: fixed;
    left: 26.4%;
    top: 213px;
    /* right: 240px; */
    /* bottom: 0; */
    width: 71%;
    min-width: 250px;
    z-index: 9999;
    z-index: 1;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow: hidden;
    overflow-x: hidden;
    border: solid;
    border-width: thin;
    border-color: #c0c2c3;
  }

  .note-options{
    margin-top: 8px;
  }

  /deep/ .note-create .ui-overlaypanel{
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }

  .float-right{
    float: right;
  }

  .noteTxtValidation{
    color: red;
    float: right;
  }

  .closeNote{
    float: right;
  }

//   /deep/ .ui-dialog .ui-dialog-titlebar {
//     border: 1px solid #fff !important;
//     background-color: #fff !important;
//     color: #0d0d0d !important;
//  }
//  /deep/ .ui-dialog .ui-dialog-content {
//     background-color: #fff !important;
//  }
