.ftf-dma-note{
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 9999999;
  padding: 0 20px 0;
  text-align: start;
  background: #fff;
  color: #3a3a3a;
  border: 5px solid #3a3a3a;

  // @media (pointer:none), (pointer:coarse) {
  //   display: none !important;
  // }
}

.ftf-dma-note-content-wrapper{
  position: relative;
}

.ftf-dma-note-header{
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
}

.ftf-dma-close-btn{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.ftf-dma-close-btn:hover{
  text-decoration: underline;
}

#ftf-dma-note.d-none{
  display: none !important;
}