#app,body,html{height:100%}body{margin:0;padding:0}a{text-decoration:none}body{-ms-scroll-chaining:none;overscroll-behavior:none;-moz-user-select:none;user-select:none;-ms-user-select:none;-webkit-user-select:none}div::-webkit-scrollbar{display:none}@-webkit-keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes overlay-slide-right{0%{left:-100%}to{left:0}}@keyframes overlay-slide-right{0%{left:-100%}to{left:0}}@-webkit-keyframes overlay-slide-left{0%{right:-100%}to{right:0}}@keyframes overlay-slide-left{0%{right:-100%}to{right:0}}@-webkit-keyframes overlay-slide-down{0%{top:-100%}to{top:0}}@keyframes overlay-slide-down{0%{top:-100%}to{top:0}}@-webkit-keyframes overlay-slide-up{0%{bottom:-100%}to{bottom:0}}@keyframes overlay-slide-up{0%{bottom:-100%}to{bottom:0}}@-webkit-keyframes invalidInput{0%,to{background-color:transparent}50%{background-color:rgba(255,145,0,.5)}}@keyframes invalidInput{0%,to{background-color:transparent}50%{background-color:rgba(255,145,0,.5)}}.layout-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.container,.layout-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.container{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.container>.body{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;overflow-y:scroll}.content{position:relative;height:100%;width:100%;overflow:hidden}.underlay{z-index:-1}.overlay,.underlay{position:absolute;width:100%;height:100%}.overlay{z-index:1000}.overlay>.container>.body,.overlay>.container>.header{padding:5px}.overlay.overlay-full>.container{-webkit-animation:overlay-fade-in .5s;animation:overlay-fade-in .5s}.overlay.overlay-center>.underlay{opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s;-webkit-animation:overlay-fade-in .25s;animation:overlay-fade-in .25s}.overlay.overlay-center>.container{position:absolute;width:80%;height:80%;top:10%;left:10%;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;-webkit-animation:overlay-fade-in .5s;animation:overlay-fade-in .5s}.overlay.overlay-center.overlay-show>.container,.overlay.overlay-center.overlay-show>.underlay{opacity:1}.overlay.overlay-left>.underlay{opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s;-webkit-animation:overlay-fade-in .25s;animation:overlay-fade-in .25s}.overlay.overlay-left>.container{position:absolute;width:80%;left:-100%;-webkit-transition:left .5s;transition:left .5s;-webkit-animation:overlay-slide-right .5s;animation:overlay-slide-right .5s}.overlay.overlay-left.overlay-show>.underlay{opacity:1}.overlay.overlay-left.overlay-show>.container{left:0}.overlay.overlay-right>.underlay{opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s;-webkit-animation:overlay-fade-in .25s;animation:overlay-fade-in .25s}.overlay.overlay-right>.container{position:absolute;width:80%;right:-100%;-webkit-transition:right .5s;transition:right .5s;-webkit-animation:overlay-slide-left .5s;animation:overlay-slide-left .5s}.overlay.overlay-right.overlay-show>.underlay{opacity:1}.overlay.overlay-right.overlay-show>.container{right:0}.overlay.overlay-top>.underlay{opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s;-webkit-animation:overlay-fade-in .25s;animation:overlay-fade-in .25s}.overlay.overlay-top>.container{position:absolute;width:100%;height:80%;top:-100%;-webkit-transition:top .5s;transition:top .5s;-webkit-animation:overlay-slide-down .5s;animation:overlay-slide-down .5s}.overlay.overlay-top.overlay-show>.underlay{opacity:1}.overlay.overlay-top.overlay-show>.container{top:0}.overlay.overlay-bottom>.underlay{opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s;-webkit-animation:overlay-fade-in .25s;animation:overlay-fade-in .25s}.overlay.overlay-bottom>.container{position:absolute;width:100%;height:80%;bottom:-100%;-webkit-transition:bottom .5s;transition:bottom .5s;-webkit-animation:overlay-slide-up .5s;animation:overlay-slide-up .5s}.overlay.overlay-bottom.overlay-show>.underlay{opacity:1}.overlay.overlay-bottom.overlay-show>.container{bottom:0}#app>.overlay{top:0;left:0;z-index:100000}.view>.overlay{z-index:10000}.widget>.overlay{z-index:1000}.view{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden}.view>.content>.container>.body,.view>.content>.container>.header{margin:0 5px 0 5px;padding:10px 5px 10px 5px}.widget{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden;margin-bottom:10px}.widget>.content>.container>.body,.widget>.content>.container>.footer,.widget>.content>.container>.header{margin:5px}.widget:last-child{margin-bottom:0}.background{width:100%;height:100%}ul.list{display:-webkit-box;display:-ms-flexbox;display:flex}ul.list>li.spacer{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.toggle{width:100%;overflow:hidden;max-height:0;-webkit-transition:max-height .2s ease-in-out!important;transition:max-height .2s ease-in-out!important}.toggle.toggle-visible{height:auto;max-height:1000px}.float{position:absolute}.float.position-top{top:0}.float.position-middle{top:50%}.float.position-bottom{bottom:0}.float.position-left{left:0}.float.position-center{left:50%}.float.position-right{right:0}.button{position:relative;text-decoration:none}.button,.button>.image,.button>.text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.button[disabled]{pointer-events:none}.button:not([disabled]):after{content:"";height:100%;left:50%;top:50%;width:0;height:0;position:absolute}.button:not([disabled]):hover:after{left:0;top:0;width:100%;height:100%}ul.menu{list-style-type:none}ul.menu,ul.notifications{margin:0;padding:0}ul.notifications .list{margin:0;padding:0;list-style-type:none}ul.notifications>li{margin-bottom:1px}ul.notifications>li:last-child{margin-bottom:0}li.notification{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:initial;-ms-flex-align:initial;align-items:normal;cursor:pointer}li.notification,li.notification>.media-icon{display:-webkit-box;display:-ms-flexbox;display:flex}li.notification>.media-icon{width:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}li.notification>.data{width:100%;padding:5px}li.notification>.data>.header>.list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}li.notification>.data>.header .text-plain{font-weight:700;font-size:.7em}li.notification>.data>.header .text-title{font-weight:700;padding:0}li.notification>.data>.body{font-weight:300}.progress.progress-bar{width:100%}.progress.progress-bar>.bar{height:5px;content:"&nbsp"}.switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:rgba(0,0,0,.5);padding:5px;-webkit-transition:background-color .25s ease;transition:background-color .25s ease;max-width:50px;min-width:50px}.switch>.bar{width:50%;height:20px;background-color:#fff;-webkit-transition:margin .25s ease;transition:margin .25s ease}.switch>select{display:none}.switch.switch-on{background-color:#00f}.switch.switch-on>.bar{margin-left:50%}.switch.switch-off{background-color:#ccc}.switch.switch-off>.bar{margin-left:0}.switch.switch-round,.switch.switch-round>.bar{border-radius:100px}.form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form>form{width:100%}.form-input{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:5px}.form-input,.form-input>.menu>li:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}.form-input>.menu>li:last-child{width:70%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.form-input input,.form-input select{width:100%;border:none}.form-input select{padding:5px}#app{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden}.overlay[data-name=fullscreen]>.container>.body,.overlay[data-name=loading]>.container>.body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay[data-name=notifications]>.container{height:auto!important;max-height:80%}.overlay[data-name=splash]>.container>.body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay[data-name=more]>.container>.body .button{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.overlay[data-name=more]>.container>.body .button .text{margin-left:10px}.overlay[data-name=more] .menu[data-name=main]>li>ul li:last-child{width:auto}.overlay[data-name=more] .toggle-visible{background-color:rgba(0,0,0,.2)}form[data-name=authentication]{overflow:hidden;-webkit-transition:max-height .5s linear;transition:max-height .5s linear;height:auto!important;max-height:0%}form[data-name=authentication].visible{max-height:80%}#app>.content>.container>.footer .button,#app>.content>.container>.footer .menu>li{width:100%}#app>.content>.container>.footer .button>.text{color:#fff;font-size:1.2rem;padding:.2rem}#app>.content>.container>.footer .button.button-primary{background-color:#c2061f!important}#app>.content>.container>.footer .button.button-secondary{background-color:#fff!important}#app>.content>.container>.footer .button.button-secondary>.text{color:#000}@media screen and (min-width:320px) and (max-width:480px){.view[data-name=dashboard] .widget{margin-bottom:3%}.view[data-name=dashboard] .widget:last-child{margin-bottom:0}.view[data-name=dashboard] .flex-break{margin:0}}@media screen and (min-width:480px) and (max-width:768px){.view[data-name=dashboard] .widget{margin-bottom:3%}.view[data-name=dashboard] .widget:last-child{margin-bottom:0}.view[data-name=dashboard] .flex-break{margin:0}}@media screen and (min-width:768px){.view[data-name=dashboard]>.content>.container>.body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:wrap;flex-flow:wrap}.view[data-name=dashboard] .widget{margin-bottom:3%}.view[data-name=dashboard] .widget-slider{width:32%;margin-right:2%}.view[data-name=dashboard] .widget-slider:nth-child(3){margin-right:0}.view[data-name=dashboard] .widget-player{width:48.7%;margin-bottom:0}}.view[data-name=authentication]>.content>.container>.body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#app[data-view=authentication]>.content>.container>.footer .menu>li{width:100%}#app[data-view=authentication]>.content>.container>.footer .button-action{background-color:#c2061f!important;width:100%}#app[data-view=authentication]>.content>.container>.footer .button-action>.text{color:#fff;font-size:1.2rem;padding:.2rem}#app[data-view=registration]>.content>.container>.footer .menu>li{width:100%}#app[data-view=registration]>.content>.container>.footer .button-action{background-color:#c2061f!important;width:100%}#app[data-view=registration]>.content>.container>.footer .button-action>.text{color:#fff;font-size:1.2rem;padding:.2rem}#app[data-view=forgot-password]>.content>.container>.footer .menu>li{width:100%}#app[data-view=forgot-password]>.content>.container>.footer .button-action{background-color:#c2061f!important;width:100%}#app[data-view=forgot-password]>.content>.container>.footer .button-action>.text{color:#fff;font-size:1.2rem!important;padding:.2rem}.view[data-name=verify-email]>.content>.container>.body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.view[data-name=verify-email] .svg-inline--fa{color:#fff}.view[data-name=reset-password]>.content>.container>.body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.view[data-name=reset-password] .svg-inline--fa{color:#fff}.view[data-name=delete-profile]>.content>.container>.body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.view[data-name=delete-profile]>.content>.container>.footer .button{padding:5px;background-color:red}.view[data-name=edit-profile]>.content>.container>.footer .button{padding:5px;background-color:green}.widget{min-height:50px}.widget-items-management{height:100%}.widget-items-management .body>.menu.layout-vertical>.list-item{margin-bottom:1px}.widget-items-management .body>.menu.layout-vertical>.list-item:nth-child(odd){background-color:rgba(0,0,0,.2)}.widget-items-management .body>.menu.layout-vertical>.list-item:last-child{margin-bottom:0}.widget-items-management .body>.menu.layout-vertical>.list-item>.content>.header{padding:5px}.widget-items-management .body>.menu.layout-vertical>.list-item>.content>.header>.list{width:auto}.widget-items-management .body>.menu.layout-vertical>.list-item>.content>.header>.list li:last-child{width:auto!important}.widget-items-management .body>.menu.layout-vertical>.list-item>.content>.header>.list li:last-child:hover{cursor:pointer}.widget-items-management .body>.menu.layout-vertical>.list-item>.content>.header .text-subtitle{white-space:pre-wrap}.widget-items-management .body>.menu.layout-vertical>.list-item>.content>.body{padding:5px}.widget-items-management .body>.menu.layout-vertical>.list-item>.content>.body>.toggle .container,.widget-items-management .body>.menu.layout-vertical>.list-item>.content>.body>.toggle>ul.list{width:auto;padding:5px;background-color:hsla(0,0%,100%,.1)}.widget[data-name=account-items] .list-item>.content>.header>ul.list>li:first-child{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-right:10px;min-height:65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget[data-name=account-items] .list-item>.content>.header>ul.list>li:last-child{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.widget[data-name=account-items] li[data-type=account][data-status=disabled]{background-color:hsla(0,0%,100%,.4)!important}.widget[data-name=account-items] li[data-type=account][data-status=disabled]:hover{background-color:hsla(0,0%,100%,.4)}.widget[data-name=account-items] li[data-type=account][data-status=disabled] .text{color:rgba(0,0,0,.7)!important}.widget[data-name=account-items] li[data-type=membership] .button-action .text-label{font-size:medium!important}.widget[data-name=account-items]>.overlay[data-name=overlay-insert]>.container,.widget[data-name=account-items]>.overlay[data-name=overlay-insert]>.container>.body{height:100%}.widget[data-name=account-items]>.overlay[data-name=overlay-insert]>.container>.footer li{width:100%}.widget[data-name=account-items]>.overlay[data-name=overlay-insert]>.container>.footer .button-primary{background-color:green}.widget[data-name=account-items]>.overlay[data-name=overlay-update]>.container,.widget[data-name=account-items]>.overlay[data-name=overlay-update]>.container>.body{height:100%}.widget[data-name=account-items]>.overlay[data-name=overlay-update]>.container>.footer li{width:100%}.widget[data-name=account-items]>.overlay[data-name=overlay-update]>.container>.footer .button-primary{background-color:green}.widget[data-name=account-items]>.overlay[data-name=overlay-info]>.container,.widget[data-name=account-items]>.overlay[data-name=overlay-info]>.container>.body{height:auto}.widget[data-name=account-items]>.overlay[data-name=overlay-info]>.container>.body>.menu{width:auto;padding:5px}.widget[data-name=account-items]>.overlay[data-name=overlay-info]>.container>.body>.menu>li:first-child{margin-bottom:5px}.widget[data-name=account-items]>.overlay[data-name=overlay-info]>.container>.footer li{width:100%}.widget[data-name=account-items]>.overlay[data-name=overlay-info]>.container>.footer .button-primary{background-color:red}.widget[data-name=account-items]>.overlay[data-name=overlay-membership]>.container>.footer li{width:100%}.widget[data-name=account-items]>.overlay[data-name=overlay-membership]>.container>.footer .button-primary{background-color:green}.widget[data-name=account-items]>.overlay[data-name=overlay-expiration]>.container>.footer li{width:100%}.widget[data-name=account-items]>.overlay[data-name=overlay-expiration]>.container>.footer .button-primary{background-color:green}.widget[data-name=account-items]>.overlay[data-name=overlay-filters]>.container>.footer li{width:100%}.widget[data-name=account-items]>.overlay[data-name=overlay-filters]>.container>.footer .button-primary{background-color:green}.widget[data-name=account-items]>.overlay[data-name=overlay-search]>.container{height:auto}.widget[data-name=account-items]>.overlay[data-name=overlay-search]>.container>.footer li{width:100%}.widget[data-name=account-items]>.overlay[data-name=overlay-search]>.container>.footer .button-primary{background-color:green}.widget[data-name=account-items]>.overlay[data-name=overlay-search]>.container>.footer .button-secondary{background-color:red}.widget[data-name=account-items] .text-group{font-size:1.3em}.widget[data-name=account-items] .text-key{font-style:italic}.widget[data-name=account-items] .text-val{font-weight:700}.widget[data-name=audit]{height:100%}.widget[data-name=audit]>.content>.container>.body{min-height:100px}.widget[data-name=audit] li[data-type=audit]>.content>.header>ul.list>li:not(.spacer){width:75%}.widget[data-name=audit] li[data-type=audit]>.content>.header>ul.list>li:not(.spacer)>.text{text-align:center}.widget[data-name=audit] li[data-type=audit]>.content>.header>ul.list>li:first-child{width:100%}.widget[data-name=audit] li[data-type=audit]>.content>.header>ul.list>li:first-child>.text{text-align:left;text-transform:capitalize}.widget[data-name=audit] li[data-type=audit]>.content>.body>.toggle{overflow-x:scroll}.widget[data-name=audit] li[data-type=audit]>.content>.body table{width:100%}.widget[data-name=audit] li[data-type=audit]>.content>.body pre{margin:0;padding:0 5px;font:normal 12px/22px Monaco,Monospace!important;background-image:-webkit-repeating-linear-gradient(top,hsla(0,0%,100%,.75),hsla(0,0%,100%,.75) 22px,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,.5) 44px)}.widget[data-name=audit] li[data-type=audit][data-action=insert]{background-color:rgba(76,125,36,.7)!important}.widget[data-name=audit] li[data-type=audit][data-action=update]{background-color:rgba(50,100,125,.7)!important}.widget[data-name=audit] li[data-type=audit][data-action=delete]{background-color:rgba(175,75,49,.7)!important}.widget[data-name=event-items] li[data-type=event]>.content>.header>ul.list>li:not(.spacer){width:75%}.widget[data-name=event-items] li[data-type=event]>.content>.header>ul.list>li:not(.spacer)>.text{text-align:center}.widget[data-name=event-items] li[data-type=event]>.content>.header>ul.list>li:first-child{width:100%}.widget[data-name=event-items] li[data-type=event]>.content>.header>ul.list>li:first-child>.text{text-align:left}.widget[data-name=event-items] li[data-type=event][data-status=expired]{background-color:hsla(0,0%,100%,.4)!important}.widget[data-name=event-items] li[data-type=event][data-status=expired]:hover{background-color:hsla(0,0%,100%,.4)}.widget[data-name=event-items] li[data-type=event][data-status=expired] .text{color:rgba(0,0,0,.7)!important}.widget[data-name=event-items] .account>ul.list>li:not(.spacer){width:auto}.widget[data-name=event-items] .account>ul.list>li:first-child{width:100%}.widget[data-name=event-items] .account-actions>ul.list>li{width:auto}.widget[data-name=event-items]>.overlay[data-name=overlay-item]>.container,.widget[data-name=event-items]>.overlay[data-name=overlay-item]>.container>.body{height:100%}.widget[data-name=membership-items] .list-item>.content>.header>ul.list>li .media-image{width:60px}.widget[data-name=membership-items] .list-item>.content>.header>ul.list>li .media-image>img{width:100%}.widget[data-name=membership-items] .list-item>.content>.header>ul.list>li:first-child{width:25%;margin-right:10px;min-height:65px;background-color:#f0f8ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget[data-name=membership-items] .list-item>.content>.header>ul.list>li:last-child{width:25%}.widget[data-name=membership-items]>.overlay[data-name=overlay-insert]>.container,.widget[data-name=membership-items]>.overlay[data-name=overlay-insert]>.container>.body{height:100%}.widget[data-name=membership-items]>.overlay[data-name=overlay-insert]>.container>.footer li{width:100%}.widget[data-name=membership-items]>.overlay[data-name=overlay-insert]>.container>.footer .button-primary{background-color:green}.widget[data-name=membership-items]>.overlay[data-name=overlay-update]>.container,.widget[data-name=membership-items]>.overlay[data-name=overlay-update]>.container>.body{height:100%}.widget[data-name=membership-items]>.overlay[data-name=overlay-update]>.container>.footer li{width:100%}.widget[data-name=membership-items]>.overlay[data-name=overlay-update]>.container>.footer .button-primary{background-color:green}.widget[data-name=membership-items]>.overlay[data-name=overlay-info]>.container,.widget[data-name=membership-items]>.overlay[data-name=overlay-info]>.container>.body{height:auto}.widget[data-name=membership-items]>.overlay[data-name=overlay-info]>.container>.body>.menu{width:auto;padding:5px}.widget[data-name=membership-items]>.overlay[data-name=overlay-info]>.container>.body>.menu>li:first-child{margin-bottom:5px}.widget[data-name=membership-items]>.overlay[data-name=overlay-membership]>.container>.footer li{width:100%}.widget[data-name=membership-items]>.overlay[data-name=overlay-membership]>.container>.footer .button-primary{background-color:green}.widget[data-name=membership-items] .text-group{font-size:1.3em}.widget[data-name=membership-items] .text-key{font-style:italic}.widget[data-name=membership-items] .text-val{font-weight:700}.widget[data-name=membership-types] li[data-type=membership-type]>.content>.header>ul.list>li:not(.spacer){width:75%}.widget[data-name=membership-types] li[data-type=membership-type]>.content>.header>ul.list>li:not(.spacer)>.text{text-align:left}.widget[data-name=membership-types] li[data-type=membership-type]>.content>.header>ul.list>li:first-child{width:100%}.widget[data-name=membership-types] li[data-type=membership-type]>.content>.header>ul.list>li:first-child>.text{text-align:left}.widget[data-name=quote-items] .text-quote-author{padding-top:.5rem;font-size:.75rem;font-style:italic}.widget[data-name=youtube] iframe{width:100%;min-height:270px}.widget[data-name=event-management]{height:100%}.widget[data-name=event-management] .overlay[data-name=overlay-management] li.account .text.text-heading{font-size:1rem!important}.widget[data-name=event-management] .overlay[data-name=overlay-management] li.account>li.spacer{display:none!important}.widget[data-name=event-management] .overlay[data-name=overlay-management]>.container,.widget[data-name=event-management] .overlay[data-name=overlay-management]>.container>.body{height:100%}.widget[data-name=event-management] .overlay[data-name=overlay-management]>.container>.body>.content{height:auto!important}.widget[data-name=event-management] .overlay[data-name=overlay-management] .button-secondary{background-color:red}.widget[data-name=event-management] ul.calendar-advanced{overflow-x:auto;min-height:400px}.widget[data-name=event-management] ul.calendar-advanced li{text-align:center}.widget[data-name=event-management] ul.calendar-advanced .time-slot:nth-child(odd){background:rgba(0,0,0,.1)}.widget[data-name=event-management] ul.calendar-advanced>li.day{border-right:2px solid #fff}.widget[data-name=event-management] ul.calendar-advanced>li.day:last-child{border-right:none}.widget[data-name=event-management] ul.calendar-advanced>li.day .menu>li.day-name,.widget[data-name=event-management] ul.calendar-advanced>li.time .menu>li.day-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.widget[data-name=event-management] ul.calendar-advanced li[data-type=event]{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.widget[data-name=event-management] ul.calendar-advanced li[data-type=event] .text{color:hsla(0,0%,100%,.7)!important}.widget[data-name=event-management] ul.calendar-advanced li[data-type=event]:last-child{margin-bottom:0}.widget[data-name=event-management] ul.calendar-advanced li[data-type=event].reserved .text{font-weight:bolder;color:#fff!important}.widget[data-name=event-management] ul.calendar-advanced li[data-type=event][data-status=expired]{background-color:hsla(0,0%,100%,.4)!important}.widget[data-name=event-management] ul.calendar-advanced li[data-type=event][data-status=expired]:hover{background-color:hsla(0,0%,100%,.4)}.widget[data-name=event-management] ul.calendar-advanced li[data-type=event][data-status=expired] .text{color:rgba(0,0,0,.7)!important}.widget[data-name=event-management] ul.calendar-simple{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow-x:auto;min-height:400px}.widget[data-name=event-management] ul.calendar-simple li{text-align:center;min-width:90px}.widget[data-name=event-management] ul.calendar-simple>li.day{width:100%;margin-right:1px}.widget[data-name=event-management] ul.calendar-simple>li.day:last-child{margin-right:0}.widget[data-name=event-management] ul.calendar-simple>li.day .menu>li.day-name{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.widget[data-name=event-management] ul.calendar-simple>li.day .menu>li.day-name,.widget[data-name=event-management] ul.calendar-simple li[data-type=event]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget[data-name=event-management] ul.calendar-simple li[data-type=event]{cursor:pointer;position:relative;margin-bottom:1px;padding:2px 0;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:75px}.widget[data-name=event-management] ul.calendar-simple li[data-type=event] .text{color:hsla(0,0%,100%,.7)!important}.widget[data-name=event-management] ul.calendar-simple li[data-type=event] .ribbon{position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:5px;left:-25px;width:75px}.widget[data-name=event-management] ul.calendar-simple li[data-type=event]:last-child{margin-bottom:0}.widget[data-name=event-management] ul.calendar-simple li[data-type=event][data-status=active].reserved .text{font-weight:bolder;color:#fff!important}.widget[data-name=event-management] ul.calendar-simple li[data-type=event][data-status=active].reserved .ribbon{background:#0f0;-webkit-box-shadow:2px 2px 5px 2px #2e3033;box-shadow:2px 2px 5px 2px #2e3033}.widget[data-name=event-management] ul.calendar-simple li[data-type=event][data-status=active].queued .text{font-weight:bolder;color:#fff!important}.widget[data-name=event-management] ul.calendar-simple li[data-type=event][data-status=active].queued .ribbon{background:red;-webkit-box-shadow:2px 2px 5px 2px #2e3033;box-shadow:2px 2px 5px 2px #2e3033}.widget[data-name=event-management] ul.calendar-simple li[data-type=event][data-status=expired]{background-color:hsla(0,0%,100%,.4)!important}.widget[data-name=event-management] ul.calendar-simple li[data-type=event][data-status=expired]:hover{background-color:hsla(0,0%,100%,.4)}.widget[data-name=event-management] ul.calendar-simple li[data-type=event][data-status=expired] .text{color:rgba(0,0,0,.7)!important}.widget[data-name=event-management] ul.calendar-simple li[data-type=event][data-status=expired] .ribbon{background:#333639}.widget[data-name=profile]{-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:none}.widget[data-name=profile]>.content>.container>.body .media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget[data-name=profile]>.content>.container>.body .text-title{font-size:1.8em}.widget[data-name=profile]>.content>.container>.body .text-subtitle{font-size:1.3em;font-style:italic}.widget[data-name=profile]>.content>.container>.body .text-group{font-size:1.3em}.widget[data-name=profile]>.content>.container>.body .text-key{font-style:italic}.widget[data-name=profile]>.content>.container>.body .text-val{font-weight:700}.widget[data-name=profile]>.content>.container>.body .menu{margin-bottom:5px}.widget[data-name=profile]>.content>.container>.body .menu:last-child{margin-bottom:0}.widget[data-name=profile]>.content>.container>.body .menu[data-group=avatar] .media-image>img{max-height:200px}.widget[data-name=profile]>.content>.container>.body .menu[data-group=avatar]>li,.widget[data-name=profile]>.content>.container>.body .menu[data-group=general]>li{width:auto}.widget[data-name=profile]>.content>.container>.body .menu[data-group=body]>li{width:100%}.widget[data-name=profile]>.content>.container>.body .menu[data-group=body]>li .text{text-align:center}.widget[data-name=profile]>.content>.container>.body .menu[data-group=body]>li .text-val{font-size:1.3em}.widget[data-name=profile]>.content>.container>.body .menu[data-group=bio]{background-color:hsla(0,0%,100%,.1);width:auto;padding:10px}.widget[data-name=profile]>.content>.container>.body .container{margin-bottom:5px}.widget[data-name=profile]>.content>.container>.body .container:last-child{margin-bottom:0}.widget[data-name=profile]>.content>.container>.body .container[data-part=profile-contact]{background-color:hsla(0,0%,100%,.1);width:auto;padding:10px}.widget[data-name=profile]>.content>.container>.body .container[data-part=profile-contact]>.header{margin-bottom:10px}.widget[data-name=profile]>.content>.container>.body .container[data-part=profile-address]{background-color:hsla(0,0%,100%,.1);width:auto;padding:10px}.widget[data-name=profile]>.content>.container>.body .container[data-part=profile-address]>.header{margin-bottom:10px}.widget[data-name=profile]>.content>.container>.body .container[data-part=profile-social]{background-color:hsla(0,0%,100%,.1);width:auto;padding:10px}.widget[data-name=profile]>.content>.container>.body .container[data-part=profile-social]>.header{margin-bottom:10px}.widget[data-name=profile]>.content>.container>.body .container[data-part=password-expiration]{background-color:rgba(201,218,16,.362);width:auto;padding:10px}.widget[data-name=profile]>.content>.container>.body .container[data-part=password-expiration]>.header{margin-bottom:10px}.widget[data-name=profile]>.content>.container>.body .container[data-part=membership-active]{background-color:hsla(0,0%,100%,.1);width:auto;padding:10px}.widget[data-name=profile]>.content>.container>.body .container[data-part=membership-active]>.header{margin-bottom:10px}.widget[data-name=profile]>.content>.container>.body .container[data-part=membership-history]{background-color:hsla(0,0%,100%,.1);width:auto;padding:10px}.widget[data-name=profile]>.content>.container>.body .container[data-part=membership-history]>.header{margin-bottom:10px}.widget[data-name=weight-progress]>.content>.container>.body{min-height:200px}.widget[data-name=weight-progress]>.content>.container>.body>ul.menu{max-height:150px;overflow-y:scroll}.widget[data-name=weight-progress]>.content>.container>.body li[data-type=weight] .header>.menu{width:auto;padding:0 0 0 35px}.widget[data-name=weight-progress]>.content>.container>.body li[data-type=weight] .header>.menu>li:last-child{width:10%}.widget[data-name=weight-progress]>.content>.container>.body li[data-type=weight]:hover{background-color:hsla(0,0%,100%,.1)}.widget[data-name=weight-progress]>.overlay[data-name=overlay-item]>.container>.footer .menu>li{width:100%}.widget[data-name=weight-progress]>.overlay[data-name=overlay-item]>.container>.footer .menu .button-primary{background-color:green}.widget[data-name=weight-progress]>.overlay[data-name=overlay-item]>.container>.footer .menu .button-secondary{background-color:red}.widget[data-name=record-progress]>.content>.container>.body{min-height:200px}.widget[data-name=record-progress]>.content>.container>.body>ul.menu{max-height:150px;overflow-y:scroll}.widget[data-name=record-progress]>.content>.container>.body li[data-type=record] .header>.menu{width:auto;padding:0 0 0 35px}.widget[data-name=record-progress]>.content>.container>.body li[data-type=record] .header>.menu>li:last-child{width:10%}.widget[data-name=record-progress]>.content>.container>.body li[data-type=record]:hover{background-color:hsla(0,0%,100%,.1)}.widget[data-name=record-progress]>.overlay[data-name=overlay-item]>.container>.footer .menu>li{width:100%}.widget[data-name=record-progress]>.overlay[data-name=overlay-item]>.container>.footer .menu .button-primary{background-color:green}.widget[data-name=record-progress]>.overlay[data-name=overlay-item]>.container>.footer .menu .button-secondary{background-color:red}.widget[data-name=quote-of-the-day]{-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:none}.widget[data-name=quote-of-the-day] .body .text-heading{text-align:center}.widget[data-name=quote-of-the-day] .footer .text-general{text-align:right;font-style:italic}.widget[data-name=reservations]{height:89%}.widget[data-name=reservations] ul.calendar-advanced{overflow-x:auto;min-height:400px}.widget[data-name=reservations] ul.calendar-advanced li{text-align:center}.widget[data-name=reservations] ul.calendar-advanced .time-slot:nth-child(odd){background:rgba(0,0,0,.1)}.widget[data-name=reservations] ul.calendar-advanced>li.day{border-right:1px solid #202124}.widget[data-name=reservations] ul.calendar-advanced>li.day:last-child{border-right:none}.widget[data-name=reservations] ul.calendar-advanced>li.day .menu>li.day-name,.widget[data-name=reservations] ul.calendar-advanced>li.time .menu>li.day-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.widget[data-name=reservations] ul.calendar-advanced li[data-type=event]{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.widget[data-name=reservations] ul.calendar-advanced li[data-type=event] .text{color:hsla(0,0%,100%,.7)!important}.widget[data-name=reservations] ul.calendar-advanced li[data-type=event] .ribbon{position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:5px;left:-25px;width:75px}.widget[data-name=reservations] ul.calendar-advanced li[data-type=event]:last-child{margin-bottom:0}.widget[data-name=reservations] ul.calendar-advanced li[data-type=event][data-status=active].reserved .text{font-weight:bolder;color:#fff!important}.widget[data-name=reservations] ul.calendar-advanced li[data-type=event][data-status=active].reserved .ribbon{background:#0f0;-webkit-box-shadow:2px 2px 5px 2px #2e3033;box-shadow:2px 2px 5px 2px #2e3033}.widget[data-name=reservations] ul.calendar-advanced li[data-type=event][data-status=active].queued .text{font-weight:bolder;color:#fff!important}.widget[data-name=reservations] ul.calendar-advanced li[data-type=event][data-status=active].queued .ribbon{background:red;-webkit-box-shadow:2px 2px 5px 2px #2e3033;box-shadow:2px 2px 5px 2px #2e3033}.widget[data-name=reservations] ul.calendar-advanced li[data-type=event][data-status=expired]{background-color:hsla(0,0%,100%,.4)!important}.widget[data-name=reservations] ul.calendar-advanced li[data-type=event][data-status=expired]:hover{background-color:hsla(0,0%,100%,.4)}.widget[data-name=reservations] ul.calendar-advanced li[data-type=event][data-status=expired] .text{color:rgba(0,0,0,.7)!important}.widget[data-name=reservations] ul.calendar-advanced li[data-type=event][data-status=expired] .ribbon{background:#333639}.widget[data-name=reservations] ul.calendar-simple{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow-x:auto;min-height:400px}.widget[data-name=reservations] ul.calendar-simple li{text-align:center;min-width:90px}.widget[data-name=reservations] ul.calendar-simple>li.day{width:100%;margin-right:1px}.widget[data-name=reservations] ul.calendar-simple>li.day:last-child{margin-right:0}.widget[data-name=reservations] ul.calendar-simple>li.day .menu>li.day-name{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.widget[data-name=reservations] ul.calendar-simple>li.day .menu>li.day-name,.widget[data-name=reservations] ul.calendar-simple li[data-type=event]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget[data-name=reservations] ul.calendar-simple li[data-type=event]{cursor:pointer;position:relative;margin-bottom:1px;padding:2px 0;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:75px}.widget[data-name=reservations] ul.calendar-simple li[data-type=event] .text{color:hsla(0,0%,100%,.7)!important}.widget[data-name=reservations] ul.calendar-simple li[data-type=event] .ribbon{position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:5px;left:-25px;width:75px}.widget[data-name=reservations] ul.calendar-simple li[data-type=event]:last-child{margin-bottom:0}.widget[data-name=reservations] ul.calendar-simple li[data-type=event][data-status=active].reserved .text{font-weight:bolder;color:#fff!important}.widget[data-name=reservations] ul.calendar-simple li[data-type=event][data-status=active].reserved .ribbon{background:#0f0;-webkit-box-shadow:2px 2px 5px 2px #2e3033;box-shadow:2px 2px 5px 2px #2e3033}.widget[data-name=reservations] ul.calendar-simple li[data-type=event][data-status=active].queued .text{font-weight:bolder;color:#fff!important}.widget[data-name=reservations] ul.calendar-simple li[data-type=event][data-status=active].queued .ribbon{background:red;-webkit-box-shadow:2px 2px 5px 2px #2e3033;box-shadow:2px 2px 5px 2px #2e3033}.widget[data-name=reservations] ul.calendar-simple li[data-type=event][data-status=expired]{background-color:hsla(0,0%,100%,.4)!important}.widget[data-name=reservations] ul.calendar-simple li[data-type=event][data-status=expired]:hover{background-color:hsla(0,0%,100%,.4)}.widget[data-name=reservations] ul.calendar-simple li[data-type=event][data-status=expired] .text{color:rgba(0,0,0,.7)!important}.widget[data-name=reservations] ul.calendar-simple li[data-type=event][data-status=expired] .ribbon{background:#333639}.widget[data-name=strength-standards] table{width:100%;border-spacing:0}.widget[data-name=strength-standards] td{text-align:center}.widget[data-name=strength-standards] tr:not(:first-child):hover{background-color:hsla(0,0%,100%,.1)}.widget[data-name=strength-standards] tr.active{background-color:#c2061f;font-weight:700}.widget[data-name=strength-standards] tr.active:hover{background-color:rgba(194,6,31,.8)}.widget[data-name=strength-standards]>.content>.container>.body{min-height:200px}.widget[data-name=wod] .body .text{text-align:center;white-space:pre-wrap}.widget[data-name=helping-kubko]>.content>.container>.body{margin:0}.widget[data-name=helping-kubko]>.content>.container>.body img{width:100%}.widget[data-name=helping-kubko]>.content>.container>.footer{margin:0}.widget[data-name=helping-kubko]>.content>.container>.footer li{width:100%}.widget[data-name=helping-kubko]>.content>.container>.footer img{height:32px}.widget[data-name=helping-kubko]>.content>.container>.footer .button-primary{background-color:#4267b2}.widget[data-name=password-expiration]{min-height:auto}.widget[data-name=password-expiration]>.content>.container>.body>.text{font-size:1.3em;text-align:center}.widget[data-name=password-expiration]>.content>.container>.footer>.button.button-warning{background:#efaa33}.widget[data-name=password-expiration]>.content>.container>.footer>.button.button-warning>.text{color:#000!important;padding:2px}.widget[data-name=password-expiration]>.content>.container>.footer>.button.button-error{background:#f22424}.widget[data-name=password-expiration]>.content>.container>.footer>.button.button-error>.text{color:#fff!important;padding:2px}.widget[data-name=debug] ul.calendar{overflow-x:auto;min-height:400px}.widget[data-name=debug] ul.calendar li{text-align:center}.widget[data-name=debug] ul.calendar .time-slot:nth-child(odd){background:rgba(0,0,0,.1)}.widget[data-name=debug] ul.calendar>li.day{border-right:1px solid #202124}.widget[data-name=debug] ul.calendar>li.day:last-child{border-right:none}.widget[data-name=debug] ul.calendar>li.day .menu>li.day-name,.widget[data-name=debug] ul.calendar>li.time .menu>li.day-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.widget[data-name=debug] ul.calendar li[data-type=event]{cursor:pointer}.widget[data-name=debug] ul.calendar li[data-type=event] .text{color:hsla(0,0%,100%,.7)!important}.widget[data-name=debug] ul.calendar li[data-type=event]:last-child{margin-bottom:0}.widget[data-name=debug] ul.calendar li[data-type=event].reserved .text{font-weight:bolder;color:#fff!important}.widget[data-name=debug] ul.calendar li[data-type=event][data-status=expired]{background-color:hsla(0,0%,100%,.4)!important}.widget[data-name=debug] ul.calendar li[data-type=event][data-status=expired]:hover{background-color:hsla(0,0%,100%,.4)}.widget[data-name=debug] ul.calendar li[data-type=event][data-status=expired] .text{color:rgba(0,0,0,.7)!important}.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0;padding:0}.menu .menu-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.menu .menu-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu>li{list-style-type:none}.menu>li>.button{padding:5px}.menu>li:last-child{margin-right:0}.menu>li.spacer{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.menu[data-name=footer]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu[data-name=footer]>li{width:20%}.menu[data-name=footer]>li>.button{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu[data-name=footer]>li>.button>.text-label{font-size:.8em}.carousel>.frame{display:none;overflow:hidden;width:100%}.carousel>.frame.active{display:block}.carousel>.frame>.media{overflow:hidden;width:100%}.carousel>.frame>.media.media-image>img{width:100%;display:block}.carousel.aladin>.frame>.media.media-image>img{width:101%;margin-top:-7%;margin-left:-.5%;margin-bottom:-3%}.carousel.satellite>.frame>.media.media-image>img{margin-top:-2%;margin-bottom:-2%}.carousel.radar>.frame>.media.media-image>img{width:105%;margin-left:-4%;margin-top:-1%;margin-bottom:-24%}@-webkit-keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.background[data-type=animated-gradient]{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;-webkit-animation:gradient 15s ease infinite;animation:gradient 15s ease infinite}.background[data-type=blueprint-grid]{background-color:#269;background-image:linear-gradient(#fff 2px,transparent 0),linear-gradient(90deg,#fff 2px,transparent 0),linear-gradient(hsla(0,0%,100%,.3) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.3) 1px,transparent 0);background-size:100px 100px,100px 100px,20px 20px,20px 20px;background-position:-2px -2px,-2px -2px,-1px -1px,-1px -1px}.background[data-type=carbon-fibre]{background:radial-gradient(#000 15%,transparent 16%) 0 0,radial-gradient(#000 15%,transparent 16%) 8px 8px,radial-gradient(hsla(0,0%,100%,.1) 15%,transparent 20%) 0 1px,radial-gradient(hsla(0,0%,100%,.1) 15%,transparent 20%) 8px 9px;background-color:#282828;background-size:16px 16px}.background[data-type=cross]{background:radial-gradient(circle,transparent 20%,#708090 0,#708090 80%,transparent 0,transparent),radial-gradient(circle,transparent 20%,#708090 0,#708090 80%,transparent 0,transparent) 50px 50px,linear-gradient(#a8b1bb 8px,transparent 0) 0 -4px,linear-gradient(90deg,#a8b1bb 8px,transparent 0) -4px 0;background-color:#708090;background-size:100px 100px,100px 100px,50px 50px,50px 50px}.background[data-type=diagonal-stripes]{background-color:grey;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,.5) 70px)}.background[data-type=glass]{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.background[data-type=japanese-cube]{background-color:#556;background-image:linear-gradient(30deg,#445 12%,transparent 12.5%,transparent 87%,#445 87.5%,#445),linear-gradient(150deg,#445 12%,transparent 12.5%,transparent 87%,#445 87.5%,#445),linear-gradient(30deg,#445 12%,transparent 12.5%,transparent 87%,#445 87.5%,#445),linear-gradient(150deg,#445 12%,transparent 12.5%,transparent 87%,#445 87.5%,#445),linear-gradient(60deg,#99a 25%,transparent 25.5%,transparent 75%,#99a 0,#99a),linear-gradient(60deg,#99a 25%,transparent 25.5%,transparent 75%,#99a 0,#99a);background-size:80px 140px;background-position:0 0,0 0,40px 70px,40px 70px,0 0,40px 70px}.background[data-type=tablecloth]{background-color:#fff;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,rgba(200,0,0,.5)),color-stop(50%,transparent)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(200,0,0,.5)),color-stop(50%,transparent));background-image:linear-gradient(90deg,rgba(200,0,0,.5) 50%,transparent 0),linear-gradient(rgba(200,0,0,.5) 50%,transparent 0);background-size:50px 50px}.background[data-type=upholstery]{background:radial-gradient(#8a0000 4%,#5c0000 9%,rgba(102,0,0,0) 0) 0 0,radial-gradient(#8a0000 4%,#5c0000 8%,rgba(102,0,0,0) 10%) 50px 50px,radial-gradient(rgba(153,0,0,.8) 20%,rgba(102,0,0,0)) 50px 0,radial-gradient(rgba(153,0,0,.8) 20%,rgba(102,0,0,0)) 0 50px,radial-gradient(#600 35%,rgba(102,0,0,0) 60%) 50px 0,radial-gradient(#600 35%,rgba(102,0,0,0) 60%) 100px 50px,radial-gradient(rgba(77,0,0,.7),rgba(102,0,0,0)) 0 0,radial-gradient(rgba(77,0,0,.7),rgba(102,0,0,0)) 50px 50px,linear-gradient(45deg,rgba(102,0,0,0) 49%,#000 50%,rgba(102,0,0,0) 70%) 0 0,linear-gradient(-45deg,rgba(102,0,0,0) 49%,#000 50%,rgba(102,0,0,0) 70%) 0 0;background-color:#300;background-size:100px 100px}.background[data-type=dark-glass]{background-color:rgba(0,0,0,.5)}.background[data-type=redram-gym]{background-image:url(../img/bg_redram-gym.fba81bef.png);background-size:cover;background-position:100%}.background[data-type=redram-workout]{background-image:url(../img/bg_redram-workout.b979bad9.png);background-size:cover;background-position:50%}.background[data-type=snatch]{background-image:url(../img/bg_snatch.d24d8671.png);background-size:cover;background-position:50%}.background[data-type=fraser]{background-image:url(../img/bg_fraser.c4a661d4.jpg);background-size:cover;background-position:50%}.background[data-type=kettlebell]{background-image:url(../img/bg_kettlebell.1f14f24b.jpg);background-size:cover;background-position:50%}.background[data-type=rings]{background-image:url(../img/bg_rings.a62039ea.jpg);background-size:cover;background-position:0}.background[data-type=crossfit-open]{background-image:url(../img/bg_crossfit-open.55435107.png);background-size:cover;background-position:50%}.background[data-type=pomaham-kubkovi]{background-image:url(../img/bg_pomaham-kubkovi.f7eb5924.jpg);background-size:cover;background-position:50%}#app>.content>.container>.footer,#app>.content>.container>.header{z-index:10000}.view>.overlay{z-index:9999}.widget:last-child{margin-bottom:auto!important}.widget .menu[data-name=footer]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.widget .menu[data-name=footer]>li{width:100%}.widget .menu[data-name=footer]>li>.button{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget .menu[data-name=footer]>li>.button>.text-label{font-size:.8em}.media.media-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}form[data-name=authentication]{margin-top:20px;width:75%}form .form-input input{padding:5px}form .form-input .menu{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}form .form-input .menu li{width:100%}form .form-input .menu li:last-child{width:100%;margin-top:5px}.body .menu.layout-vertical li,.footer .menu.layout-vertical li{width:100%}#app[data-view=authentication] .button-primary .text-label,#app[data-view=forgot-password] .button-primary .text-label,#app[data-view=registration] .button-primary .text-label{font-size:1.3em!important;line-height:1em!important}#app[data-view=error] .view .body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}iframe{display:block}.widget[data-name=instagram] iframe{width:100%;min-height:580px}@media screen and (min-width:320px) and (max-width:480px){.overlay.overlay-left>.container,.overlay.overlay-right>.container{width:80%}}@media screen and (min-width:480px) and (max-width:640px){.overlay.overlay-left>.container,.overlay.overlay-right>.container{width:66%}}@media screen and (min-width:640px) and (max-width:800px){.overlay.overlay-left>.container,.overlay.overlay-right>.container{width:54%}}@media screen and (min-width:800px) and (max-width:960px){.overlay.overlay-left>.container,.overlay.overlay-right>.container{width:42%}}@media screen and (min-width:960px){.overlay.overlay-left>.container,.overlay.overlay-right>.container{width:30%}}#app>.content>.container>.footer .menu>li{display:-webkit-box;display:-ms-flexbox;display:flex}.input-select .input{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.input-select .input input{width:auto!important}.input-select .input>input:after{content:"<>";font:17px Consolas,monospace;color:#333;-webkit-transform:rotate(90deg);transform:rotate(90deg);right:11px}.input-select .input>.wrapper{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:grey;position:absolute;top:25px;width:-webkit-fill-available;padding:5px;z-index:100}.input-select .input>.wrapper.visible{display:-webkit-box;display:-ms-flexbox;display:flex}.input-select .input>.wrapper>input{width:100%;margin-bottom:5px}.input-select .input>.wrapper>ul{overflow-y:auto;max-height:150px;background-color:#fff;margin:0;padding:0;list-style:none}.input-select .input>.wrapper>ul>li{padding:5px;border-bottom:1px solid silver;width:auto!important}.input-select .input>.wrapper>ul>li:last-child{border-bottom:none;margin-top:0!important}.input-select .input>.wrapper>ul>li:hover{background-color:silver;cursor:pointer}.input-select .input:hover>.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.text.text-custom{width:auto;text-align:center;text-transform:uppercase;font-size:2.3em;padding:5px}.text.text-custom[data-custom=cf]{background-color:red;border:1px solid red}.text.text-custom[data-custom=igc]{background-color:#9370db;border:1px solid #9370db}.overlay[data-name=overlay-confirm]>.container{height:25%;top:37.5%}.overlay[data-name=overlay-confirm]>.container>.footer li{width:100%}.overlay[data-name=overlay-confirm]>.container>.footer .button-primary{background-color:green}.overlay[data-name=overlay-confirm]>.container>.footer .button-secondary{background-color:red}.overlay[data-name=overlay-item]>.container>.footer li{width:100%}.overlay[data-name=overlay-item]>.container>.footer .button-primary{background-color:green}.overlay[data-name=overlay-reservation]>.container{height:auto}.overlay[data-name=overlay-reservation]>.container>.footer li{width:100%}.overlay[data-name=overlay-reservation]>.container>.footer .button-primary{background-color:green}.overlay[data-name=overlay-reservation]>.container>.footer .button-secondary{background-color:red}.overlay[data-name=overlay-management]>.container{height:auto}.overlay[data-name=overlay-management]>.container>.footer li{width:100%}.overlay[data-name=overlay-management]>.container>.footer .button-primary{background-color:green}.overlay[data-name=overlay-management]>.container>.footer .button-secondary{background-color:red}.text.text-left{text-align:left}.text.text-center{text-align:center}.text.text-right{text-align:right}textarea{width:100%;min-height:150px;resize:none}.menu .separator{height:1px;background-color:#fff}.menu li.active{background-color:rgba(0,0,0,.2)}.snackbar{width:100%;-webkit-transition:max-height .5s linear;transition:max-height .5s linear;height:auto!important;max-height:0%}.snackbar.visible{max-height:100px}.snackbar .text{padding:10px;color:#fff}.snackbar[data-type=error] .background[name=theme-color]{background-color:rgba(175,75,49,.7)}.snackbar[data-type=error] .progress.progress-bar>.bar{background-color:#af4b31!important}.snackbar[data-type=info] .background[name=theme-color]{background-color:rgba(50,100,125,.7)}.snackbar[data-type=info] .progress.progress-bar>.bar{background-color:#32647d!important}.snackbar[data-type=warning] .background[name=theme-color]{background-color:rgba(175,125,38,.7)}.snackbar[data-type=warning] .progress.progress-bar>.bar{background-color:#af7d26!important}.snackbar[data-type=success] .background[name=theme-color]{background-color:rgba(76,125,36,.7)}.snackbar[data-type=success] .progress.progress-bar>.bar{background-color:#4c7d24!important}.input .day{width:100%;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:hsla(0,0%,100%,.2)}.input .day.active{background-color:#c2061f;color:#fff}.input .day.disabled{pointer-events:none;color:grey}.input-date-range .input>.container{width:100%}.input-date-range .input .footer>.menu>li input{width:90%}.input-date-range .input .footer>.menu>li:last-child{margin:0}.input-time-array .button .media-icon{color:#fff!important;font-size:medium!important}.input-time-array .input>.container{width:100%}.input-time-array .input>.container>.body .menu.menu.layout-vertical>li{margin-bottom:5px}.input-time-array .input>.container>.body .menu.menu.layout-vertical>li:last-child{margin-top:0!important}.input-time-array .input>.container>.body .menu.layout-horizontal{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-time-array .input>.container>.body .menu.layout-horizontal>li>input{width:90%}.input-time-array .input>.container>.body .menu.layout-horizontal>li>.button{background-color:red;padding:2px}.input-time-array .input>.container>.body .menu.layout-horizontal>li:last-child{width:auto;margin:0}.input-time-array .input>.container>.footer>.menu>li{width:100%!important}.input-time-array .input>.container>.footer>.menu>li>.button{background-color:green}.input-time-array .input>.container>.footer>.menu>li:last-child{width:auto;margin:0}.bullet{display:block!important;width:auto!important}.bullet .list-item{padding:3px;margin-right:5px;margin-bottom:5px;border-radius:5px;background-color:rgba(0,0,0,.3);display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;width:auto!important}.bullet .list-item,.bullet .list-item>.button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bullet .list-item>.button{padding:0;margin-left:5px}.member-search>input{width:100%}.member-search>.menu.bullet{margin-top:10px}.part-membership-history>.body .list-item[data-type=membership]{background-color:initial!important}.part-membership-history>.body .list-item[data-status=expired] .text{color:hsla(0,0%,100%,.3)!important}.part-membership-history>.body .menu.layout-horizontal,.part-membership-history>.body .menu.layout-horizontal>li{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.part-membership-history>.body .menu.layout-horizontal>li{width:auto!important}.part-membership-history>.body .menu.layout-horizontal>li>.text{text-align:center}.part-membership-history>.body .menu.layout-horizontal>li:first-child>.text{text-align:left}.part-membership-history>.body .menu.layout-horizontal>li:last-child>.text{text-align:right}.data-centered ul.menu li:first-child .text{text-align:left}.data-centered ul.menu li:last-child .text{text-align:right}.data-centered .text{text-align:center}.actions{width:auto!important}.toggle.toggle-visible{max-height:2000px!important}.avatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin:5px;min-width:5em;max-width:5em;min-height:5em;max-height:5em;background-color:#202124}.avatar>.text{font-weight:250;font-size:2.5em}#app[data-theme=light] a,#app[data-theme=light] a:visited{text-decoration:none;color:#000}#app[data-theme=light] .menu[data-name=header] img{height:40px}#app[data-theme=light]>.content>.container>.header{background-color:#fff;-webkit-box-shadow:1px 1px 5px 2px #dcdcdc;box-shadow:1px 1px 5px 2px #dcdcdc;padding:5px}#app[data-theme=light]>.content>.container>.footer{background-color:#fff;-webkit-box-shadow:-1px -1px 5px 2px #dcdcdc;box-shadow:-1px -1px 5px 2px #dcdcdc}#app[data-theme=light] .content>.underlay>.background[data-type=theme-color]{background-color:#fff}#app[data-theme=light] .content>.underlay>.background[data-type=theme-opacity]{background-color:rgba(0,0,0,.5)}#app[data-theme=light] .button{-webkit-transition:background-color .1s linear;transition:background-color .1s linear}#app[data-theme=light] .button .media-icon,#app[data-theme=light] .button .text{color:#000;-webkit-transition:color .1s linear;transition:color .1s linear}#app[data-theme=light] .button:not([disabled]):after{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;background-color:rgba(0,0,0,.1)}#app[data-theme=light] .form-input .button>.media-icon{font-size:.6em;color:rgba(0,0,0,.5)!important}#app[data-theme=light] .form-input .text.text-label{font-weight:700}#app[data-theme=light] .form-input .text.text-help{font-size:.8em;color:rgba(0,0,0,.5)}#app[data-theme=light] .form-input>input,#app[data-theme=light] .form-input>select{border:1px solid transparent}#app[data-theme=light] .form-input:hover .text.text-help{color:#000}#app[data-theme=light] .form-input.invalid{-webkit-animation:invalidInput 2s ease infinite;animation:invalidInput 2s ease infinite}#app[data-theme=light] .menu[data-name=footer] .button .text-label{font-size:.8rem;line-height:1rem}#app[data-theme=light] li.notification .media-icon{background-color:rgba(0,0,0,.7);color:#fff}#app[data-theme=light] li.notification .data{background-color:rgba(0,0,0,.4);color:#fff}#app[data-theme=light] li.notification-info .media-icon{background-color:#32647d;color:#fff}#app[data-theme=light] li.notification-info .data{background-color:#4488ab;color:#000}#app[data-theme=light] li.notification-info:hover .media-icon{background-color:rgba(50,100,125,.7)}#app[data-theme=light] li.notification-info:hover .data{background-color:rgba(68,136,171,.7)}#app[data-theme=light] li.notification-warning .media-icon{background-color:#af7d26;color:#fff}#app[data-theme=light] li.notification-warning .data{background-color:#efaa33;color:#000}#app[data-theme=light] li.notification-warning:hover .media-icon{background-color:rgba(175,125,38,.7)}#app[data-theme=light] li.notification-warning:hover .data{background-color:rgba(239,170,51,.7)}#app[data-theme=light] li.notification-error .media-icon{background-color:#af4b31;color:#fff}#app[data-theme=light] li.notification-error .data{background-color:#ef6644;color:#000}#app[data-theme=light] li.notification-error:hover .media-icon{background-color:rgba(175,75,49,.7)}#app[data-theme=light] li.notification-error:hover .data{background-color:rgba(239,102,68,.7)}#app[data-theme=light] li.notification-success .media-icon{background-color:#4c7d24;color:#fff}#app[data-theme=light] li.notification-success .data{background-color:#6a3;color:#000}#app[data-theme=light] li.notification-success:hover .media-icon{background-color:rgba(76,125,36,.7)}#app[data-theme=light] li.notification-success:hover .data{background-color:rgba(102,170,51,.7)}#app[data-theme=light] .overlay>.underlay>.background[data-type=glass]{background-color:rgba(0,0,0,.5)}#app[data-theme=light] .overlay>.underlay>.background[data-type=theme-color]{background-color:#fff}#app[data-theme=light] .overlay>.underlay>.background[data-type=theme-opacity]{background-color:rgba(0,0,0,.5)}#app[data-theme=light] .overlay.overlay-full>.underlay>.background[data-type=theme-color],#app[data-theme=light] .overlay>.container{background-color:#fff}#app[data-theme=light] .overlay.overlay-full>.underlay>.background[data-type=theme-opacity]{background-color:rgba(0,0,0,.5)}#app[data-theme=light] .overlay.overlay-full>.container{background-color:transparent}#app[data-theme=light] .progress.progress-bar>.bar{background-color:#fff}#app[data-theme=light] .text{font-family:Yantramanav,sans-serif;color:#000}#app[data-theme=light] .text.text-heading{line-height:2rem;font-size:1.5rem}#app[data-theme=light] .text.text-label{line-height:1.5rem;font-size:1.2rem}#app[data-theme=light] .view>.content>.container>.header>.text-heading{font-size:2em;color:grey}#app[data-theme=light] .widget{border-radius:5px;-webkit-box-shadow:1px 1px 2px 2px #dcdcdc;box-shadow:1px 1px 2px 2px #dcdcdc}#app[data-theme=dark] a,#app[data-theme=dark] a:visited{text-decoration:none;color:#fff}#app[data-theme=dark] .menu[data-name=header] img{height:40px}#app[data-theme=dark]>.content>.container>.header{background-color:#202124;-webkit-box-shadow:1px 1px 5px 2px #000;box-shadow:1px 1px 5px 2px #000;padding:5px}#app[data-theme=dark]>.content>.container>.footer{background-color:#202124;-webkit-box-shadow:-1px -1px 5px 2px #000;box-shadow:-1px -1px 5px 2px #000}#app[data-theme=dark] .content>.underlay>.background[data-type=theme-color]{background-color:#333639}#app[data-theme=dark] .content>.underlay>.background[data-type=theme-opacity]{background-color:rgba(0,0,0,.5)}#app[data-theme=dark] .button{-webkit-transition:background-color .1s linear;transition:background-color .1s linear}#app[data-theme=dark] .button .media-icon,#app[data-theme=dark] .button .text{color:#fff;-webkit-transition:color .1s linear;transition:color .1s linear}#app[data-theme=dark] .button:not([disabled]):after{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;background-color:rgba(0,0,0,.1)}#app[data-theme=dark] .form-input .button>.media-icon{font-size:.6em;color:rgba(0,0,0,.5)!important}#app[data-theme=dark] .form-input .text.text-label{font-weight:700}#app[data-theme=dark] .form-input .text.text-help{font-size:.8em;color:rgba(0,0,0,.5)}#app[data-theme=dark] .form-input>input,#app[data-theme=dark] .form-input>select{border:1px solid transparent}#app[data-theme=dark] .form-input:hover .text.text-help{color:#fff}#app[data-theme=dark] .form-input.invalid{-webkit-animation:invalidInput 2s ease infinite;animation:invalidInput 2s ease infinite}#app[data-theme=dark] .menu[data-name=footer] .button .text-label{font-size:.8rem;line-height:1rem}#app[data-theme=dark] li.notification .media-icon{background-color:rgba(0,0,0,.7);color:#fff}#app[data-theme=dark] li.notification .data{background-color:rgba(0,0,0,.4);color:#fff}#app[data-theme=dark] li.notification-info .media-icon{background-color:#32647d;color:#fff}#app[data-theme=dark] li.notification-info .data{background-color:#4488ab;color:#000}#app[data-theme=dark] li.notification-info:hover .media-icon{background-color:rgba(50,100,125,.7)}#app[data-theme=dark] li.notification-info:hover .data{background-color:rgba(68,136,171,.7)}#app[data-theme=dark] li.notification-warning .media-icon{background-color:#af7d26;color:#fff}#app[data-theme=dark] li.notification-warning .data{background-color:#efaa33;color:#000}#app[data-theme=dark] li.notification-warning:hover .media-icon{background-color:rgba(175,125,38,.7)}#app[data-theme=dark] li.notification-warning:hover .data{background-color:rgba(239,170,51,.7)}#app[data-theme=dark] li.notification-error .media-icon{background-color:#af4b31;color:#fff}#app[data-theme=dark] li.notification-error .data{background-color:#ef6644;color:#000}#app[data-theme=dark] li.notification-error:hover .media-icon{background-color:rgba(175,75,49,.7)}#app[data-theme=dark] li.notification-error:hover .data{background-color:rgba(239,102,68,.7)}#app[data-theme=dark] li.notification-success .media-icon{background-color:#4c7d24;color:#fff}#app[data-theme=dark] li.notification-success .data{background-color:#6a3;color:#000}#app[data-theme=dark] li.notification-success:hover .media-icon{background-color:rgba(76,125,36,.7)}#app[data-theme=dark] li.notification-success:hover .data{background-color:rgba(102,170,51,.7)}#app[data-theme=dark] .overlay>.underlay>.background[data-type=glass]{background-color:rgba(0,0,0,.5)}#app[data-theme=dark] .overlay>.underlay>.background[data-type=theme-color]{background-color:#333639}#app[data-theme=dark] .overlay>.underlay>.background[data-type=theme-opacity]{background-color:rgba(0,0,0,.5)}#app[data-theme=dark] .overlay.overlay-full>.underlay>.background[data-type=theme-color],#app[data-theme=dark] .overlay>.container{background-color:#333639}#app[data-theme=dark] .overlay.overlay-full>.underlay>.background[data-type=theme-opacity]{background-color:rgba(0,0,0,.5)}#app[data-theme=dark] .overlay.overlay-full>.container{background-color:transparent}#app[data-theme=dark] .progress.progress-bar>.bar{background-color:#202124}#app[data-theme=dark] .text{font-family:Yantramanav,sans-serif;color:#fff}#app[data-theme=dark] .text.text-heading{line-height:2rem;font-size:1.5rem}#app[data-theme=dark] .text.text-label{line-height:1.5rem;font-size:1.2rem}#app[data-theme=dark] .view>.content>.container>.header>.text-heading{font-size:2em;color:grey}#app[data-theme=dark] .widget{border-radius:5px;-webkit-box-shadow:1px 1px 2px 2px #202124;box-shadow:1px 1px 2px 2px #202124}.button.button-save{background-color:#4c7d24;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.button.button-save .media,.button.button-save .text{color:#fff!important}.button.button-cancel{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.button.button-cancel .media,.button.button-cancel .text{color:#af4b31!important}.button[disabled=disabled] .media,.button[disabled=disabled] .text{color:rgba(0,0,0,.2)!important}.progress.progress-bar>.bar{background-color:#c2061f!important}.progress.progress-spinner>.media-icon{color:#202124!important}