.vulcano-shortcode-performances-container{
    display: block;
    margin-bottom: 5px;    
}

.ctl-vulcano-admin-gui-item{
    border: 1px solid #0e0e0e !important;
    display: inline-block;
    padding: 2px 5px !important;        
    border-radius: 4px;    
    text-align: left;       
}

.ctl-vulcano-admin-gui-item *,
.ctl-vulcano-admin-gui-item{
    font-size: 10px !important;
    color: #0e0e0e !important;
    font-family: monospace !important;      
    word-break: break-word;   
}

.vulcano-shortcode-performances-container i{
    margin-left: 10px !important;
    background-color: #0e0e0e !important;
    border-radius: 100px !important;
    height: 16px !important;
    width: 16px !important; 
}

.vulcano-shortcode-performances-container-inline{
    background-color: #c8c8c8;
}

.vulcano-shortcode-performances-container-group,
.vulcano-shortcode-performances-container-post-type{
    background-color: #fccc1d;
}
.vulcano-shortcode-performances-container-post-type i,
.vulcano-shortcode-performances-container-group i{
    color: #fccc1d!important;
}

.vulcano-shortcode-performances-container-page{
    background-color: #ff8585;
}
.vulcano-shortcode-performances-container-page i{
    color: #ff8585!important;
}


.vulcano-shortcode-performances-container-layout{
    background-color: #1de6fc !important;
}
.vulcano-shortcode-performances-container-layout i{
    color: #1de6fc!important;
}

.vulcano-shortcode-performances-container-time{
    background-color: #c1ea47;
}



.vulcano-shortcode-performances-container-end .vulcano-shortcode-performances a,
.vulcano-shortcode-performances-container-end .vulcano-shortcode-performances a i{
    color: #c1ea47!important;
    font-size: 10px !important;
}


.ctl-vulcano-gui-shortcuts-wrapper{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ctl-vulcano-gui-shortcuts-wrapper li{
    background-color: #fccc1d;
    padding: 5px;
    border: 1px solid #000 !important;
    border-radius: 4px; 
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    display: inline-block;
    width: 30px;
    text-align: center;
}

#ctl-vulcano-gui-shortcuts.hide-shortcuts:after,
#ctl-vulcano-gui-connect.ctl-vulcano-gui-disconnected:after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    transform: rotateZ(45deg);
    top: 50%;
    left: 0px;
}

.ctl-vulcano-gui-top-bar{
    position: fixed;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    z-index: 1051;
    display: flex;
}

.ctl-vulcano-gui-top-bar .ctl-vulcano-admin-gui-shortcut{
    margin-right: 5px;
}

.ctl-vulcano-gui-top-bar a{
    height: 35px;
    align-items: center;
    display: flex;
}

.ctl-vulcano-gui-top-bar li{
    height: 35px;
}