: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;
    padding-left: 27px;
  }

  .note-options{
    margin-top: 8px;
  }

  /deep/ .task-create .ui-overlaypanel{
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }

  .float-right{
    float: right;
  }

  /* Add animation (Chrome, Safari, Opera) */
@-webkit-keyframes example {
  from {right:-100px;opacity: 0;}
  to {right:0px;opacity:1;}
  }
  
  /* Add animation (Standard syntax) */
  @keyframes example {
  from {right:-100px;opacity: 0;}
  to {right:0px;opacity:1;}
  }
  
  /* The modal's background */
  .modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  /* Display the modal when targeted */
  .modal:target {
    display: table;
    position: absolute;
  }
  
  /* The modal box */
  .modal-dialog {
    display: table-cell;
    vertical-align: middle;
  }
  
  /* The modal's content */
  .modal-dialog .modal-content {
    margin: auto;
    background-color: #f3f3f3;
    position: relative;
    padding: 0;
    outline: 0;
    border: 1px #777 solid;
    text-align: justify;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
    /* Add animation */
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 0.5s;
  }
  
  /* The button used to close the modal */
  .closebtn {
    text-decoration: none;
    float: right;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
  }
  
  .closebtn:hover,
  .closebtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .container {
    padding: 2px 16px;
  }
  
  header {
    background-color: #5cb85c;
    font-size: 25px;
    color: white;
  }
  
  footer {
    background-color: #5cb85c;
    font-size: 20px;
    color: white;
  }
.subject-section {
  width: 50%;
  margin-bottom: 5px;
  ;
}
//   /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;
//  }
