.design-cover {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    z-index: 9999;
    cursor: pointer;
    position: fixed;
    bottom: 40%;
    left: 15px;
    /*animation: Bounce 0.8s ease-in-out infinite alternate;*/
}

.cover-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: auto;
    left: auto;
    background: #fdd000;
    /*background: black;*/
    /*background: #6dc0db;*/
    z-index: 999999;
    border-radius: 50%;
    border: solid 3px #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.design-cover img {
    z-index: 999999;
    width: 40%;
    height: 40%;
}

.outer {
    width: 0;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
    position: absolute;
    top: auto;
    left: auto;
    transition: all .35s ease;
}

.isOpen {
    width: 200px;
    height: 200px;
    top: auto;
    left: auto;
    /*overflow: hidden;*/
    transform: rotate(360deg);
    /*background: radial-gradient(#e0e0e0, transparent);*/
    background: #00000033;
    clip: rect(-200px, 500px, 500px, 100px);
}

.outer .inner {
    width: 30%;
    height: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    position: relative;
    left: 4%;
    cursor: pointer;
    transition: box-shadow .5s ease;
}

.inner img {
    width: 50%;
    height: 50%;
}

.inner:hover {
    box-shadow: 0 0px 15px #f0f0ee;
}

.inner:nth-child(2) {
    background: transparent;
    position: relative;
    top: -26.75%;
    left: 31%;
}

.inner:nth-child(3) {
    background: transparent;
    position: relative;
    top: 28%;
    left: 6%;
}

.inner:nth-child(4) {
    background: transparent;
    position: relative;
    left: -4%;
}

.inner:nth-child(3) img {
    height: 30%;
    width: 55%;
}

.inner:nth-child(4) img {
    height: 40%;
    width: 60%;
}

.design-cover [data-tootik][data-tootik-conf*=multiline]:after {
    word-break: break-word;
    white-space: pre-wrap;
    min-width: 80px !important;
    width: 80px !important;
    text-overflow: clip;
    font-size: 11px !important;
    padding: 5px 8px !important;
}

button.prepare-badge {
    position: absolute;
    top: 2px;
    right: -15px;
    background: #083FA9;
    /*background: #6dc0db;*/
    font-size: 6px;
    padding: 0 5px;
}

@media (max-width: 768px) {
    .design-cover {
        display:none;
    }
}
