.spb-popup-main-wrapper { position: fixed; padding: 5px; border: 2px solid #000; z-index: 999999; background-color: rgb(254, 254, 254); 
    box-shadow: 3px -1px 10px gray; border-style: none; border-radius: 20px; }

.popup-blocks-global .block-title { font-size: 1.4rem; line-height: 1; background-color: lightgray; border-radius: 20px;
    font-weight: 500; display: none; }    

.popup-blocks-global .form-type-textfield input { 
    border-radius: 20px; padding-right: 20px; width: 90%; float: left; 

}
.popup-blocks-global .form-item { max-width: fit-content; font-size: 14px; }
.popup-blocks-global .form-actions { margin: 10px; }

.popup-blocks-global .form-item input,
.popup-blocks-global .form-item select {
    border-style: solid;
    border-width: thin;
    box-shadow: none;
    border-color: lightgray;
    color: lightgray;
    background-color: whitesmoke;   
}

.spb_overlay { position: fixed; z-index: 999999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.4); }

.spb_minimize { border: 1px solid; cursor: pointer; float: right; margin: 3px; padding: 0 11px; color: #000; background: #fff; }
.spb_minimized { background: rgba(255, 170, 0, 0.34) none repeat scroll 0 0; border: 1px solid; border-radius: 50%; bottom: 30px;
    cursor: pointer; padding: 20px; position: fixed; right: 20%; z-index: 999999; display: none; }
.spb_top_left { top: 0; left: 0; }
.spb_top_right { top: 0; right: 0; }
.spb_bottom_left { bottom: 0; left: 0; }
.spb_bottom_right { bottom: 0; right: 0; }
.spb_center { margin: auto; top: 50%;  left: 50%;  margin-top: -70px; /* height of pop up / 2 = in negtaive* as margin left*/ }
.spb_top_center { top: 0; position: relative; margin: auto; }
.spb_top_bar { right: 0; top: 0; left: 0; }
.spb_bottom_bar { right: 0; bottom: 0; left: 0; }
.spb_left_bar { top: 0; bottom: 0; left: 0; }
.spb_right_bar { top: 0; bottom: 0; right: 0; }
.spb_under_button { margin: 4px 0; }
.spb_on_button { left: 0px; margin: 4px 0; top: 28%; }

.popup-blocks-global { text-align: center; cursor: pointer; position: fixed; top: 28%; z-index: 900; border-style: outset;
    left: 60px;   }
.popup-blocks-global .spb-popup-main-wrapper  {
/*    background-color: rgb(254 254 254 / 50%);*/
}
.spb-controls { position: absolute; right: 5px; z-index: 999999; }

button.spb_close { padding: 4px 8px; box-shadow: 5px -2px 3px lightgray; line-height: 1; color: white; border-radius: 20px;
    vertical-align: middle; background-color: orange; }
