/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .pisol-bar-container{
     position:fixed;
     left:0px;
     width:100%;
     z-index:999999999999;
     text-align:center !important;
     padding:10px 0;
     display: none;
     padding-left:30px;
     padding-right:30px;
     border-radius:0 !important;
     border:0 !important;
 }

 .pisol-fsnw-close{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index:2;
 }

 .pisol-fsnw-close:hover{
     text-decoration:none;
 }

 .pisol_shortcodes{
     font-weight:light;
 }

 #pi-progress-circle{
     width:70px;
     height:70px;
     position:fixed;
     z-index:99999999999999;
     background-position: center;
     background-size:50px 50px;
     background-repeat: no-repeat;
     cursor:pointer;
 }

 .ui-progressbar-value{
    background:rgba(0,0,0,0.4) !important;
    height: 100%;
    opacity:0.6;
    position: absolute;
    top: 0;
    left: 0;
	z-index:-1;
 }

 /* overwrite jquery-ui styling */
 .pisol-bar-container.ui-progressbar{
     height:auto !important;
 }

 .pisol-bar-container.ui-widget-content{
    background-image:none !important;
 }