﻿.hamburger-container,
.w-modal { 
    display: none;
    position: fixed;
    border: 0px solid black;
    border-radius: 0px;
    margin: 10px;
    min-width: 350px;
    width: 100vw;
    height: calc(100vh - 55px);
    top: 55px;

    padding: 10px;
    background-color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19); /* Box shading */
    box-sizing: border-box;
    margin: 0px;
    z-index: 7000;
    padding: 0px;
    margin: 0px;
}

.hamburger-container.open,
.w-modal.open {
    display: block;
    overflow-y: auto;

}
.w-modal {
    width: calc(100vw - 16px);
    width: calc(100vw - 0px);
}
 
.main-display-panel-holder .hamburger-container > .w-title-field::after, 
.list-item-collapsible > .w-list-item.open > .w-item-header::after {
    content: "x";
    font-weight: bold;
    position: absolute;
    border-radius: 50%;
    right: 14px;
    top: 0px;
    width: 24px;
    height: 24px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    color: black;
    font-size: 16px;
    font-style: normal;
}

.list-item-collapsible > .w-list-item.open > .w-item-header::after {
    content: "\21E6";
    font-weight: bold;
    background-color: white;
    color: black;
    right: 30px;
    /*    top: 4px;
*/ font-size: 14px;
    margin-top: 4px;
    top:auto;
}
.w-close-modal {
    position: absolute;
    font-size: 10px;
    right: 32px;
    top: 10px;
    z-index: 2;
}

.w-detail-panel > .w-panel{
    border-width:0px;
}

.w-site .ipfs-file-actions .control-type-button > .w-button {
 /*   padding-right: 5px !important;
    padding-left: 22px !important;
    min-width: 60px;
    text-align: center;*/
}


.w-site .ipfs-file-actions:hover {
    box-shadow: 1px 1px 1px silver;
}

.w-site .ipfs-file-actions:hover .w-button{
/*     background-color: whitesmoke;
*/}