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

.edit_button img {
    width: 35px;
    margin-top: 5px;
    margin-left: 5px;
}

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