
[id^='submenu-'] {
    position: absolute;
    left: 41.5px;
    bottom: 0;
    width: 0;
    height: 0;
    background: linear-gradient(to right, #d81432, #6a202b);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 500ms cubic-bezier(0.6, -0.5, 0.4, 1.5);
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

[id^='submenu-'].conversation {
    left: 21.5px;
}

[id^='exclamation-'] {
    position: absolute;
    bottom: 0;
    left: 55px;
    font-size: 0;
    transition: all 500ms cubic-bezier(0.6, -0.5, 0.4, 1.5);
}

[id^='submenu-'].onright {
    left: 52px;
}

[id^='submenu-'] span {
    font-size: 1.5em;
    cursor: pointer;
    margin-top: 8px;
    color: #fff;
}

[id^='submenu-'].active span {
}

[id^='submenu-'].active {
    --down: 1px;
    --transition-delay: 1ms;
}

[id^='exclamation-'].active {
    font-size: 1.2em;
    --down: 1px;
    --transition-delay: 1ms;
}

#submenu-1.active {
    left: 21.5px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    transition-delay: 200ms;
}

#submenu-2.active {
    left: 21.5px;
    bottom: 90px;
    width: 40px;
    height: 40px;
    transition-delay: 150ms;
}

#submenu-3.active {
    left: 21.5px;
    bottom: 140px;
    width: 40px;
    height: 40px;
    transition-delay: 100ms;
}

#submenu-4.active {
    left: 21.5px;
    bottom: 190px;
    width: 40px;
    height: 40px;
    transition-delay: 50ms;
}

#submenu-1.conversation.active {
    left: 5px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    transition-delay: 200ms;
}

#submenu-2.conversation.active {
    left: 5px;
    bottom: 100px;
    width: 40px;
    height: 40px;
    transition-delay: 150ms;
}

#submenu-3.conversation.active {
    left: 5px;
    bottom: 150px;
    width: 40px;
    height: 40px;
    transition-delay: 100ms;
}

#submenu-4.conversation.active {
    left: 5px;
    bottom: 200px;
    width: 40px;
    height: 40px;
    transition-delay: 50ms;
}

#show-submenus {
}

#submenu-19.active {
    left: 32px;/*21.5px;*/
    bottom: calc( var(--down) + 510px);
    width: 40px;
    height: 40px;
    transition-delay: calc( var(--transition-delay) + 50ms);
}

#submenu-18.active {
    left: 32px;/*21.5px;*/
    bottom: calc( var(--down) + 460px);
    width: 40px;
    height: 40px;
    transition-delay: calc( var(--transition-delay) + 100ms);
}

#submenu-17.active {
    left: 32px;/*21.5px;*/
    bottom: calc( var(--down) + 410px);
    width: 40px;
    height: 40px;
    transition-delay: calc( var(--transition-delay) + 150ms);
}

#submenu-16.active {
    left: 32px;/*21.5px;*/
    bottom: calc( var(--down) + 360px);
    width: 40px;
    height: 40px;
    transition-delay: calc( var(--transition-delay) + 200ms);
}

#submenu-15.active {
    left: 32px;/*21.5px;*/
    bottom: calc( var(--down) + 310px);
    width: 40px;
    height: 40px;
    transition-delay: calc( var(--transition-delay) + 50ms);
}

#submenu-14.active {
    left: 32px;/*21.5px;*/
    bottom: calc( var(--down) + 260px);
    width: 40px;
    height: 40px;
    transition-delay: calc( var(--transition-delay) + 100ms);
}

#submenu-13.active {
    left: 32px;/*21.5px;*/
    bottom: calc( var(--down) + 210px);
    width: 40px;
    height: 40px;
    transition-delay: calc( var(--transition-delay) + 150ms);
}

#submenu-12.active {
    left: 32px;/*21.5px;*/
    bottom: calc( var(--down) + 160px);
    width: 40px;
    height: 40px;
    transition-delay: calc( var(--transition-delay) + 200ms);
}

#submenu-11.active {
    left: 32px;/*21.5px;*/
    bottom: calc( var(--down) + 110px);
    width: 40px;
    height: 40px;
    transition-delay: calc( var(--transition-delay) + 250ms);
}

[id^='exclamation-11'].active {
    bottom: calc( var(--down) + 126px);
    transition-delay: calc( var(--transition-delay) + 250ms);
}

#submenu-10.active {
    left: 32px;/*21.5px;*/
    width: 40px;
    height: 40px;
    bottom: calc( var(--down) + 60px);
    transition-delay: calc( var(--transition-delay) + 300ms);
}

[id^='exclamation-10'].active {
    bottom: calc( var(--down) + 76px);
    transition-delay: calc( var(--transition-delay) + 300ms);
}

#info-submenu-panel {
    width: 100%;
    height: 75px;
    position: fixed;
    bottom: -75px;
    transition: all 500ms cubic-bezier(0.6, -0.5, 0.4, 1.5);
    background: #1f2227;
    z-index: 9;
    padding-top: 20px;
}

#info-submenu-panel.isvisible {
    bottom: 0;
    transition-delay: 100ms;
}

#info-submenu-panel.unvisible {
    bottom: -75px;
    transition-delay: 100ms;
}

[name='infopanel-container'] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: transparent;
}

[name='infopanel-container'].active {
    background: #0000005c;
    -webkit-transition:background 2s;
    -moz-transition:background 2s;
    -o-transition:background 2s;
    transition:background 2s
}

[name='infopanel-unvisible'] {
    width: 100%;
    /*height: 75px;*/
    position: fixed;
    transition: all 500ms cubic-bezier(0.6, -0.5, 0.4, 1.5);
    background: #1f2227;
    z-index: 9;
    padding-top: 20px;
    bottom: -500px;
    transition-delay: 100ms;
}

[name='infopanel-close'] {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    cursor: pointer;
}

[name='infopanel-visible'] {
    width: 100%;
    height: 75px;
    position: fixed;
    transition: all 500ms cubic-bezier(0.6, -0.5, 0.4, 1.5);
    background: #1f2227;
    z-index: 9;
    padding-top: 20px;
    bottom: 0;
    transition-delay: 100ms;
}
