.edit_button {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    bottom: 40px;
    right: 40px;
    z-index: 99999;
    text-align: center;
    /*border: solid 2px black;*/
    /*border-radius: 50px;*/
}

.d-none {
    display: none !important;
}
