.ftf-dma-note{
    position: fixed;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: 9999999;
    padding: 0 20px 0;
    text-align: start;
    background: var(--INTERNAL-MENU-SECTIONS-BG-color);
    color: var(--INTERNAL-MAIN-TEXT-color);
    border: 5px solid var(--INTERNAL-MENU-SEARCH-BORDER-color);
}

.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;
}