
.ctl-css-tweaker-admin-bar-separator{
   margin-top: 5px !important;
   padding-top: 5px !important;
   border-top: 1px solid rgba(240,245,250,.2);

   margin-left: 10px !important;
   margin-right: 10px !important;
}

.ctl-css-tweaker-admin-bar-separator>div{
    display: none !important;
}

#ctl-css-tweaker-highlight-container,
#ctl-css-tweaker-editor-container{
    
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;  
    z-index: 99999;
    pointer-events: none;
}

#ctl-css-tweaker-highlight{
    position: absolute;
    background-color: rgba(0,133,186,0.3);
    box-sizing: content-box;
    border: 1px solid rgba(255,159,35,0.5);
}

#ctl-css-tweaker-preview-selector{
    position: fixed;
    top: 50%;
    left: 0px;
    line-height: 10px;
    font-size: 10px;

    display: none;
    padding: 2px 5px;
    z-index: 99999;
    
    background-color: #ffa500;
    color: #fff;
    box-sizing: border-box;  
    overflow:visible
}

#ctl-css-tweaker-preview-selector ul{
   padding-left: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
}

#ctl-css-tweaker-preview-selector li{
    display: block;
}

.ctl-css-tweaker-label-selector{
    display: inline-block; 
    word-break: break-all;
}

.ctl-css-tweaker-preview-selector-highlight{
    border: 1px solid #ffa500 !important;
    box-sizing: border-box !important;
    position: absolute;
}