.overlay-area-admin-6tk {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 10rem;
    min-height: 10rem;
    padding: .5em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(40, 167, 69, 0.8);
    z-index: 30;
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.overlay-area-admin-6tk:hover {
    background-color: rgba(40, 167, 69, 0.95);
    cursor: pointer;
}

.overlay-parent-admin-6tk {
    position: relative;
}