.adminbar {
    margin-top: 50px;
    min-width: 150px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(250, 250, 250, .6);
    color: #4a4a4a;
    border-radius: 4px;
    z-index: 2;
}

    .adminbar__container {
        padding: 15px;
    }
    .adminbar__container:empty {
        padding: 0;
    }

.adminbar > .delete {
    right: .5rem;
    position: absolute;
    top: .5rem;
}

.delete {
    user-select: none;
    background-color: rgba(10,10,10,.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    padding: 0;
    outline: 0;
    position: relative;
    vertical-align: top;
    width: 20px;
}

.delete::after, .delete::before, .modal-close::after, .modal-close::before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}


.delete::before, .modal-close::before {
    height: 2px;
    width: 50%;
}
.delete::after, .modal-close::after {
    height: 50%;
    width: 2px;
}

.c1s {
    display: block;
}