:root{--background-medium-color:#212121;--background-light-color:#272727;--background-dark-color:#303030;--text-color:#ecf0f1;--text-second-color:#bdc3c7;--selected-dark-color:#00f0ff;--hover-dark-color:#059faa}div.andy-ui-autocomplete-results-wrapper{position:absolute;z-index:-1;pointer-events:none;opacity:0;transition:175ms opacity ease;box-shadow:4px 3px 20px -5px rgba(0,0,0,0.73)}div.andy-ui-autocomplete-results-wrapper.show{z-index:999999999999;pointer-events:all;opacity:1}div.andy-ui-autocomplete-results-wrapper>div.result-item{width:100%;height:35px;background-color:#424242;color:#fff;font-size:15px;box-sizing:border-box;padding-left:15px;padding-top:8px;display:flex;align-content:center;transition:175ms ease all;overflow:hidden;border-left:3px solid #424242}div.andy-ui-autocomplete-results-wrapper>div.result-item:hover{border-left:3px solid #00b0ff}div.andy-ui-button{box-sizing:border-box;padding:5px;border-radius:2px;display:flex;justify-content:center;align-items:center}div.andy-ui-button.hide{display:none}div.andy-ui-button.disabled{pointer-events:none}div.andy-ui-button.disabled>div.andy-ui-label{color:gray}div.andy-ui-button.disabled>div.andy-ui-icon{color:gray}div.andy-ui-button.disabled:hover{background-color:none;box-shadow:none}div.andy-ui-button.disabled:active{background-color:none;box-shadow:none}div.andy-ui-button:hover{cursor:pointer;box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);background-color:var(--hover-dark-color) !important}div.andy-ui-button:active{background-color:var(--selected-dark-color) !important;box-shadow:0 0 0 rgba(0,0,0,0)}div.andy-ui-button.hidden{display:none}div.andy-ui-chart{position:relative;display:flex;flex-direction:column;width:100%;height:100%;font-size:1em;color:#fff;margin-left:5px;margin-right:10px;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);transition:all .3s cubic-bezier(.25,.8,.25,1);background-color:#424242;justify-content:center;align-items:center}div.andy-ui-chart>div.content{width:95%;display:flex;justify-content:center;align-items:center;font-size:2em;box-sizing:border-box}div.andy-ui-checkbox{width:22px;height:22px;background-color:#525556;border-radius:3px;position:relative;pointer-events:all;z-index:1;display:flex;justify-content:center;align-items:center;margin-right:10px}div.andy-ui-checkbox>div.pin{width:100%;height:100%;border-radius:2px;box-sizing:border-box;border:2px solid transparent;background-color:rgba(216,217,217,0.1);z-index:1;transition:ease all .3s;font-size:18px;font-weight:bold;opacity:0}div.andy-ui-checkbox.selected>div.pin{opacity:1;background-color:#00b0ff}div.andy-ui-colorpicker{display:flex;flex-direction:row;position:relative;align-items:center;border-radius:6px;box-sizing:border-box;margin-top:12px;margin-bottom:2px}div.andy-ui-colorpicker>div.color-preview-button{width:20px;height:20px;background-color:aqua;box-sizing:border-box;border-radius:28px;overflow:hidden;border:1px solid #525556}div.andy-ui-colorpicker-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;z-index:-1;pointer-events:none}div.andy-ui-colorpicker-wrapper.show{visibility:visible;pointer-events:all;z-index:9999999999998}div.andy-ui-colorpicker-modal{position:absolute;top:0;left:0;z-index:-1;visibility:hidden;pointer-events:none;background-color:#424242;border-radius:5px;box-shadow:4px 3px 20px -5px rgba(0,0,0,0.73);box-sizing:border-box;padding:10px}div.andy-ui-colorpicker-modal.show{z-index:9999999999999;visibility:visible;pointer-events:all}div.andy-ui-colorpicker-modal>div.picker_wrapper{background:transparent !important}div.andy-ui-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:auto;flex-direction:column;box-sizing:border-box;padding:20px}div.andy-ui-container.fade{transition:200ms opacity ease,200ms transform ease;opacity:0;transform:translateY(3px)}div.andy-ui-container.fade.show{opacity:1;transform:translateY(0)}div.andy-ui-dropdown{display:flex;flex-direction:row;position:relative;align-items:center;border-radius:6px;box-sizing:border-box;margin-top:12px;margin-bottom:2px}div.andy-ui-dropdown-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;z-index:-1;pointer-events:none}div.andy-ui-dropdown-wrapper.show{visibility:visible;pointer-events:all;z-index:9999999998}div.andy-ui-dropdown-modal{position:absolute;top:0;left:0;z-index:-1;visibility:hidden;pointer-events:none;background-color:#424242;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:4px 3px 20px -5px rgba(0,0,0,0.73);box-sizing:border-box;min-width:fit-content}div.andy-ui-dropdown-modal.show{z-index:9999999999999;visibility:visible;pointer-events:all}div.andy-ui-dropdown-modal>div.andy-ui-group>div.andy-ui-button{width:100%;justify-content:flex-start;border-radius:0}div.andy-ui-dropdown-modal>div.andy-ui-group>div.andy-ui-button:hover{box-shadow:none;background-color:rgba(115,115,115,0.37)}div.andy-ui-fileuploader{position:relative;display:flex;width:260px;height:160px;justify-content:center;align-items:center;background-color:#212121;transition:background-color ease 275ms;background-size:contain;background-repeat:no-repeat;background-position:center;overflow:hidden}div.andy-ui-fileuploader.withfile{align-items:flex-end}div.andy-ui-fileuploader.withfile>div.andy-ui-label{background-color:rgba(0,0,0,0.5);word-wrap:break-word;width:80%}div.andy-ui-fileuploader:hover{background-color:#424242}div.andy-ui-fileuploader>div.andy-ui-button{visibility:hidden;pointer-events:none;position:absolute;top:0;right:0;width:30px;height:30px;box-shadow:none}div.andy-ui-fileuploader.withfile>div.andy-ui-button{visibility:visible;pointer-events:all}div.andy-ui-form{position:relative;width:100%;transition:ease 375ms all;margin-top:10px}div.andy-ui-form.hide{display:none}div.andy-ui-form>div.header{display:flex;align-items:center;justify-content:left;position:sticky;top:-20px;padding-top:20px;background-color:var(--background-dark-color);z-index:3;height:65px;width:100%}div.andy-ui-form>div.header>div.andy-ui-label{font-size:1.8em;font-weight:500;margin:0;box-sizing:border-box;padding-bottom:15px;padding-left:13px}div.andy-ui-form>div.content{display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:auto;padding-bottom:10px;padding-left:15px;position:relative;z-index:1}div.andy-ui-form>div.content>div.field{display:flex;width:100%;margin-top:10px;margin-bottom:10px;position:relative;flex-direction:column;box-sizing:border-box;padding-right:10px}div.andy-ui-form>div.content>div.field>div.label-wrapper>div.form-label{font-size:.9em;color:var(--text-second-color);margin:0;width:fit-content;position:relative}div.andy-ui-form>div.content>div.field>div.field-wrapper{position:relative}div.andy-ui-form>div.content>div.field>div.required{font-size:.9em;color:var(--text-second-color);margin-left:5px;width:fit-content}div.andy-ui-form>div.footer>div.andy-ui-group{flex:none}div.andy-ui-form>div.footer{display:flex;justify-content:flex-end;align-items:center;position:sticky;bottom:-20px;padding-bottom:20px;height:70px;z-index:2;background-color:var(--background-dark-color)}div.andy-ui-form>div.footer:empty{display:none}div.andy-ui-gfmselect{position:relative;display:flex;width:260px;height:160px;justify-content:center;align-items:center;background-color:#212121;transition:background-color ease 275ms;background-size:contain;background-repeat:no-repeat;background-position:center;overflow:hidden}div.andy-ui-gfmselect.withfile{align-items:center;flex-direction:column;justify-content:flex-end}div.andy-ui-gfmselect>audio{width:100%;z-index:9}div.andy-ui-gfmselect.withfile>div.andy-ui-label{background-color:rgba(0,0,0,0.5);word-wrap:break-word;width:80%}div.andy-ui-gfmselect:hover{background-color:#424242}div.andy-ui-gfmselect>div.andy-ui-button{visibility:hidden;pointer-events:none;position:absolute;top:0;right:0;width:30px;height:30px;box-shadow:none}div.andy-ui-gfmselect.withfile>div.andy-ui-button{visibility:visible;pointer-events:all}div.andy-ui-gridlist{display:flex;flex-direction:row;flex-wrap:wrap}div.andy-ui-gridlist.groups{flex-direction:column;flex-wrap:unset}div.andy-ui-gridlist>div.group-wrapper{display:flex;width:100%;flex-direction:column}div.andy-ui-gridlist>div.group-wrapper>div.header{width:100%;height:60px}div.andy-ui-gridlist>div.group-wrapper>div.header>div.andy-ui-label{font-size:1.25em}div.andy-ui-gridlist>div.group-wrapper>div.content{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:30px}div.andy-ui-gridlist div.tile{position:relative;border-radius:5px;justify-content:center;align-items:center;display:flex;height:180px;width:180px;flex-direction:column;overflow:hidden;margin:10px;box-sizing:border-box;border:2px solid #424242;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);transition:all .3s cubic-bezier(0.25,0.8,0.25,1);background-color:#424242}div.andy-ui-gridlist div.tile.selected{border:2px solid var(--selected-dark-color)}div.andy-ui-gridlist div.tile.hide{display:none}div.andy-ui-gridlist div.tile:hover{box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)}div.andy-ui-group{display:flex;justify-content:center;align-items:center;flex-direction:row;flex:2}div.andy-ui-group.hide{display:none}div.andy-ui-icon{width:auto;height:auto;margin:5px;position:relative;color:#fff}div.andy-ui-icon.image{background-size:contain;background-repeat:no-repeat;background-position:center}div.andy-ui-icon.disabled{opacity:.4;pointer-events:none}div.andy-ui-indicator{position:relative;display:flex;flex-direction:column;width:100%;height:100%;font-size:1em;color:#fff;margin-left:5px;margin-right:10px;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);transition:all .3s cubic-bezier(.25,.8,.25,1);background-color:#424242}div.andy-ui-indicator>div.content{width:100%;display:flex;justify-content:center;align-items:center;font-size:2em;box-sizing:border-box;padding:20px}input.andy-ui-input.not-valid{border-bottom-color:#f44336}input.andy-ui-input{background-color:transparent;border:0;border-bottom:solid 1px #656565;font-size:16px;color:#FFF;height:40px;padding:10px;box-sizing:border-box;box-shadow:none;outline:0;transition:ease 375ms all;width:100%}input.andy-ui-input:focus{border-bottom:solid 1px var(--selected-dark-color);font-size:16px}div.andy-ui-label{position:relative;font-size:1em;color:var(--text-color);margin:5px;margin-right:10px}div.andy-ui-language-object{flex:1;display:flex}div.andy-ui-language-object>div.selector{width:100px;min-height:100%;padding:10px;box-sizing:border-box;display:flex;flex-direction:column}div.andy-ui-language-object>div.selector>div.list{width:100%;display:flex;height:100%;flex-direction:column}div.andy-ui-language-object>div.content{display:flex;flex:1}div.andy-ui-list{height:100%;width:100%;display:flex;flex-direction:column;box-sizing:border-box;padding:10px;align-items:center}div.andy-ui-list>div.placeholder{visibility:hidden}div.andy-ui-list>div.placeholder>div.andy-ui-label{color:#757575;text-align:center}div.andy-ui-list>ul:empty+div.placeholder{visibility:visible}div.andy-ui-list>ul:empty{visibility:hidden}div.andy-ui-list>ul{width:100%;box-sizing:border-box;padding:0}div.andy-ui-list>ul>li{width:100%;position:relative;transition:ease 175ms all;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:2px;margin-bottom:3px;border-left:5px solid transparent}div.andy-ui-list>ul>li:hover{border-left:5px solid var(--hover-dark-color);background-color:var(--background-light-color)}div.andy-ui-list>ul>li>div.andy-ui-group>div.andy-ui-icon.image{width:80px;height:80px;background-size:cover;border-radius:5px}div.andy-ui-list>ul>li>div.andy-ui-group>div.andy-ui-label{flex:2}div.andy-ui-menu.horizontal{flex-direction:row;justify-content:flex-end}div.andy-ui-menu.horizontal>div.item{display:flex;height:100%;overflow:hidden;box-sizing:border-box;padding-left:15px;padding-right:15px;border-bottom:3px solid transparent;position:relative}div.andy-ui-menu.horizontal>div.item:hover{border-bottom:solid 3px var(--hover-dark-color)}div.andy-ui-menu.horizontal>div.item.selected{border-bottom:3px solid var(--selected-dark-color)}div.andy-ui-menu.horizontal>div.item.selected>div.icon{color:var(--selected-dark-color)}div.andy-ui-menu.horizontal>div.item>div.andy-ui-icon{top:0;width:45px;height:100%;background-color:transparent;transition:ease .3s all;display:flex;justify-content:center;align-items:center;color:#FFF;font-size:25px}div.andy-ui-menu.horizontal>div.item.selected>div.label{color:var(--selected-dark-color)}div.andy-ui-menu.horizontal>div.item>div.andy-ui-label{position:relative;top:0;left:0;font-size:15px;display:flex;align-items:center;color:#FFF;font-size:15px;transition:ease .3s all}div.andy-ui-menu{height:100%;width:100%;display:flex}div.andy-ui-menu.vertical{flex-direction:column}div.andy-ui-menu.vertical>div.item{width:100%;height:60px;position:relative;transition:ease 175ms all;display:flex;justify-content:center;align-items:center;border-left:solid 4px transparent}div.andy-ui-menu.vertical>div.item:hover{border-left:solid 4px var(--hover-dark-color)}div.andy-ui-menu.vertical>div.item.selected{border-left:solid 4px var(--selected-dark-color)}div.andy-ui-menu.vertical>div.item.selected>div.icon{color:var(--selected-dark-color)}div.andy-ui-menu.vertical>div.item>div.andy-ui-icon{left:15px;top:0;width:45px;height:100%;background-color:transparent;transition:ease .3s all;display:flex;justify-content:center;align-items:center;color:#FFF;font-size:25px;position:absolute}div.andy-ui-menu.vertical>div.item.selected>div.label{color:var(--selected-dark-color)}div.andy-ui-menu.vertical>div.item>div.andy-ui-label{position:absolute;left:80px;top:0;height:100%;font-size:15px;display:flex;align-items:center;color:#FFF;font-size:15px;transition:ease .3s all}div.andy-ui-modal{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:10;visibility:hidden;background-color:rgba(0,0,0,0.75);pointer-events:none;opacity:0;transition:.3s ease opacity,0.3s ease visibility}div.andy-ui-modal.show{visibility:visible;pointer-events:all;opacity:1;z-index:9997}div.andy-ui-modal.zindex{z-index:9999 !important}div.andy-ui-modal>div.modal{position:relative;max-width:80%;min-width:50%;max-height:90%;background-color:#303030;overflow:auto;border-radius:5px;box-shadow:4px 3px 20px -5px rgba(0,0,0,0.73);box-sizing:border-box;padding:20px}div.andy-ui-radiobutton{width:22px;height:22px;background-color:#525556;border-radius:15px;position:relative;pointer-events:all;z-index:1;display:flex;justify-content:center;align-items:center}div.andy-ui-radiobutton>div.pin{width:16px;height:16px;border-radius:15px;background-color:rgba(216,217,217,0.1);z-index:1;transition:ease all .3s}div.andy-ui-radiobutton.selected>div.pin{background-color:#00b0ff}div.andy-ui-richtext-modal{width:100%;z-index:-1;visibility:hidden;pointer-events:none;background-color:#303030;border-radius:0;box-sizing:border-box;padding:10px}div.andy-ui-richtext-modal.show{z-index:9999;visibility:visible;pointer-events:all;position:absolute;right:0;top:0;bottom:0;left:0}div.andy-ui-richtext-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;z-index:-1;pointer-events:none;display:flex;justify-content:center;align-items:center}div.andy-ui-richtext-wrapper.show{visibility:visible;pointer-events:all;z-index:9998}div.andy-ui-richtext{flex:1;height:100%;position:relative;box-sizing:border-box;padding-right:20px}div.andy-ui-richtext>textarea{height:700px}div.andy-ui-richtext>div{height:100% !important}div.andy-ui-richtext-preview{color:black;flex:1;box-sizing:border-box;padding:20px;background-color:#fff;min-height:150px;max-height:400px;overflow-y:auto;border-radius:8px}input.andy-ui-searchbox{background-color:#424242;border:0;font-size:15px;border-radius:20px;color:#FFF;height:35px;padding:10px;box-sizing:border-box;box-shadow:none;outline:0;transition:ease 375ms all;width:150px;transition:ease all 375ms}input.andy-ui-searchbox:focus{width:300px}select.andy-ui-select{width:100%;background-color:transparent;background-image:url(../img/ic_keyboard_arrow_down_white_24dp_2x.png);background-position:right center;background-repeat:no-repeat;background-size:30px;border:0;border-bottom:solid 1px #656565;font-size:16px;color:#FFF;height:40px;padding:10px;box-sizing:border-box;box-shadow:none;outline:0;transition:ease 375ms all;-webkit-appearance:none}select.andy-ui-select>option{background-color:#424242;font-size:18px}div.andy-ui-slidebar{flex:2;height:8px;background-color:#525556;border-radius:25px;position:relative;pointer-events:all;z-index:1;margin-right:10px;margin-left:10px}div.andy-ui-slidebar>div.pin{width:18px;height:18px;border-radius:35px;background-color:var(--selected-dark-color);z-index:1;position:absolute;top:0;left:0;transform:translate(-9px,-5px)}div.andy-ui-slidebar>div.pin:hover{background-color:var(--hover-dark-color)}div.andy-ui-slidebar>div.pin>div.pin-tooltip{position:relative;bottom:25px;border-radius:2px}div.andy-ui-switch{width:40px;box-sizing:border-box;margin-top:10px;height:14px;background-color:#6f6f6f;border-radius:25px;position:relative;pointer-events:all;z-index:1;margin-right:10px}div.andy-ui-switch>div.pin{width:22px;height:22px;border-radius:25px;background-color:#5d5d5d;z-index:1;transition:ease all .3s;position:absolute;top:-4px;left:0}div.andy-ui-switch.selected>div.pin{left:50%;background-color:var(--selected-dark-color)}div.andy-ui-tabs{display:flex;flex:1;flex-direction:column}div.andy-ui-tabs>div.menu{display:flex;flex:1}div.andy-ui-tabs>div.views{display:flex;flex:1;background-color:#424242}div.andy-ui-tabs>div.menu>div.tabs{display:flex}div.andy-ui-tabs>div.menu>div.tabs>div{display:flex;align-items:center}div.andy-ui-tabs>div.menu>div.tabs>div{box-sizing:border-box;padding:8px;border-top:solid 2px transparent;transition:all ease 275ms;background-color:none}div.andy-ui-tabs>div.menu>div.buttons{display:flex;justify-content:center;align-items:center}div.andy-ui-tabs>div.menu>div.buttons>div{box-sizing:border-box;padding:8px;border-top:solid 2px transparent;transition:all ease 275ms;background-color:none}div.andy-ui-tabs>div.menu>div.buttons>div:hover{border-top:solid 2px #00b0ff;background-color:#00b0ff}div.andy-ui-tabs>div.menu>div.tabs>div:hover{border-top:solid 2px #00b0ff}div.andy-ui-tabs>div.menu>div.tabs>div.selected{background-color:#424242}div.andy-ui-tabs>div.views>div{display:flex;justify-content:center;align-items:center;visibility:hidden;z-index:0;flex:1}div.andy-ui-tabs>div.views>div.selected{visibility:visible;z-index:1}div.andy-ui-tags{flex:2;display:flex;flex-direction:row;box-sizing:border-box;padding-bottom:10px;border-bottom:solid 1px #424242;flex-wrap:wrap;align-items:center}div.andy-ui-tags>div.tag{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#424242;box-sizing:border-box;padding-left:6px;padding-right:3px;margin-right:6px;margin-top:3px;margin-bottom:3px;border-radius:5px}div.andy-ui-tags>div.tag:hover{background-color:#525556}div.andy-ui-tags>div.tag>div.andy-ui-icon{font-size:18px;cursor:pointer;color:rgba(255,255,255,0.35);margin-top:7px}div.andy-ui-tags>div.tag>div.andy-ui-icon:hover{color:#00b0ff}div.andy-ui-tags>div.input{flex:2;outline:0;border:0;order:9999999;min-width:100px}.andy-ui-textarea{width:100%;background-color:transparent;border:0;border-bottom:solid 1px #656565;height:65px;font-size:16px;color:#FFF;padding:10px;box-sizing:border-box;box-shadow:none;outline:0;transition:ease 375ms all}.andy-ui-textarea:focus{border-bottom:solid 1px var(--selected-dark-color);font-size:16px}div.andy-ui-treelist{display:flex;flex-direction:column}div.andy-ui-treelist>div.header{display:flex;height:40px;min-height:40px;background-color:#424242;align-items:center}div.andy-ui-treelist>div.header div.andy-ui-button{border:0;box-shadow:none}div.andy-ui-treelist>div.header div.andy-ui-button.hide{visibility:hidden}div.andy-ui-treelist>div.header>div.breadcrumbs{color:white;margin-left:15px}div.andy-ui-treelist>div.list{display:flex;flex-direction:column;overflow-y:scroll}div.andy-ui-treelist>div.list>div.item{display:flex;align-items:center;justify-content:space-between;min-height:40px}div.andy-ui-treelist>div.list>div.item:hover{background-color:#0091ea}div.andy-ui-treelist>div.list>div.item>div.header{display:flex;flex:1;align-items:center}div.andy-ui-treelist>div.list>div.item>div.header>div.child-count{border-radius:100%;width:13px;height:13px;justify-content:center;align-items:center;display:flex;padding:4px;font-size:12px;margin-right:10px;margin-left:10px;color:white;background-color:#212121}div.andy-ui-treelist>div.list>div.item>div.header>div.child-count:empty{background-color:transparent}div.andy-ui-treelist>div.list>div.item>div.actions{display:flex;align-items:center;opacity:0;pointer-events:none}div.andy-ui-treelist>div.list>div.item:hover>div.actions{opacity:1;pointer-events:all}div.andy-ui-treelist>div.list>div.item>div.actions div.andy-ui-button{border:0;box-shadow:none}div::-webkit-scrollbar{width:5px;height:5px}div::-webkit-scrollbar-track{background:var(--background-medium-color);background-clip:content-box}div::-webkit-scrollbar-thumb{background:var(--background-light-color)}div::-webkit-scrollbar-thumb:hover{background:var(--hover-dark-color)}
