.lws-popup{display:flex;justify-content:center;align-items:center}.lws-popup.lws-shadow{position:fixed;top:0;right:0;left:0;bottom:0;background-color:rgba(46,87,107,.7);z-index:9999}.lws-popup .lws-window{width:auto;background-color:rgba(255,255,255,.8);min-height:40px;min-width:min(100% - 2rem,40rem);max-width:min(100% - 2rem,70rem);max-height:min(100% - 2rem,80rem);border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);position:relative;display:flex;flex-direction:column}.lws-popup .lws-window .loader{position:absolute;z-index:9999;top:0px;right:0px;bottom:0px;left:0px;background-color:rgba(255,255,255,.5);border-radius:4px}.lws-popup .lws-window .loader .animation{display:block;position:relative;left:50%;top:50%;width:42px;height:42px;margin:-24px 0 0 -24px;border-radius:50%;border:3px solid rgba(0,0,0,0);border-top-color:#366;animation:spin 2s linear infinite}.lws-popup .lws-window .loader .animation:before{content:"";position:absolute;top:3px;left:3px;right:3px;bottom:3px;border-radius:50%;border:3px solid rgba(0,0,0,0);border-top-color:#777;animation:spin 3s linear infinite}.lws-popup .lws-window .loader .animation:after{content:"";position:absolute;top:9px;left:6px;right:9px;bottom:9px;border-radius:50%;border:3px solid rgba(0,0,0,0);border-top-color:#366;filter:brightness(130%);animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.lws-popup .lws-popup-close{position:absolute;z-index:99999;right:10px;top:10px;font-size:20px;color:gray;cursor:pointer}.lws-popup .lws-popup-close:hover{color:#333}.lws-popup .lws-popup-content{width:auto;display:flex;min-height:30px;flex-direction:column;padding:10px;gap:5px;overflow-y:auto;position:relative}.lws-popup .lws-popup-content .content-up{display:flex;justify-content:center;align-items:center;padding:5px 20px;border:1px solid gray;color:gray;border-radius:4px;cursor:pointer}.lws-popup .lws-popup-content .content-up:hover{background-color:gray;color:#fff}.lws-popup .lws-popup-content .content-up.hidden{display:none}.lws-popup .lws-popup-content .content-up.disabled{border-color:#ccc;color:#ccc;cursor:not-allowed}.lws-popup .lws-popup-content .content-up.disabled:hover{border-color:#ccc;background-color:rgba(0,0,0,0);color:#ccc}.lws-popup .lws-popup-content .content-down{display:flex;justify-content:center;align-items:center;padding:5px 20px;border:1px solid gray;color:gray;border-radius:4px;cursor:pointer}.lws-popup .lws-popup-content .content-down:hover{background-color:gray;color:#fff}.lws-popup .lws-popup-content .content-down.hidden{display:none}.lws-popup .lws-popup-content .content-down.disabled{border-color:#ccc;color:#ccc;cursor:not-allowed}.lws-popup .lws-popup-content .content-down.disabled:hover{border-color:#ccc;background-color:rgba(0,0,0,0);color:#ccc}.lws-popup .lws-popup-content.all .content-up{display:none}.lws-popup .lws-popup-content.all .content-down{display:none}.lws-popup .lws-popup-content.onebyone{overflow:hidden}.lws-popup .lws-popup-content.onebyone .lws-popup-item{display:none}.lws-popup .lws-popup-content.threebythree{overflow:hidden}.lws-popup .lws-popup-content.threebythree .lws-popup-item{display:none}.lws-popup .lws-popup-title{padding:20px 40px 5px 40px;font-size:18px;color:#333;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lws-popup .lws-popup-buttons{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.lws-popup .lws-popup-buttons .lws-popup-button.cancel{flex:1 1 auto;padding:20px;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:0 0 0 4px;background-color:rgba(204,0,0,.8)}.lws-popup .lws-popup-buttons .lws-popup-button.cancel:hover{background-color:rgba(255,0,0,.8)}.lws-popup .lws-popup-buttons .lws-popup-button.apply{flex:1 1 auto;padding:20px;display:flex;justify-content:center;align-items:center;border-radius:0 0 4px 0;color:#fff;background-color:rgba(0,153,77,.8)}.lws-popup .lws-popup-buttons .lws-popup-button.apply:hover{background-color:rgba(0,204,68,.8)}.lws-popup .lws-window:hover{background-color:#fff}