
 .icons {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    margin-bottom:5px;
    margin-left:10px;
       
  }

  .edit, .cancel, .save{
    background-size: cover;
    background-color: white;
    width: 25px;
    height: 25px;
    border: 5px solid white;
    border-radius: 50%;

  }
  .edit {
    background-image: url('../images/SummerNoteIcons_Edit.svg');
  }

  .cancel {
    background-image: url('../images/SummerNoteIcons-Cancel.svg');
  }

  .save {
    background-image: url('../images/SummerNoteIcons_CheckMark.svg');
    display:none;
  }

  .editorWrapper {
    display: none;
  }

  .cmsg {
    font-size: 12px;
    font-weight: bold;
    color: green;
  }

  /* .disptxt {
    padding: 12px;
    font-family: Verdana, Arial, sans-serif;
    background-color: #f9f9f9;
    color: #607080;
  } */

  .login {
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;

  }

  .login_err {
    color: red;
  }
