@import"../font/poetsen-one/index.css";:root,body,html{font-size:16px}:root{--color-background: #eef5f9;--color-form-background: #fff;--color-form-background-2: #fafafa;--color-form-hover: rgb(229.5, 229.5, 229.5);--color-form-border: #d7dfe3;--color-form-head: #fbfbfb;--color-text-on-background: #666;--color-primary-light: #00897b;--color-primary-dark: #00786c;--color-gray-button: #f0f0f0;--color-gray-button-border: #999;--color-gray-button-text: #666;--color-danger: #ef5350;--color-checkerboard-light: #fff;--color-checkerboard-dark: #e0e0e0}body.dark-mode{--color-background: #151515;--color-form-background: #1f1f1f;--color-form-background-2: #252525;--color-form-hover: rgb(62.5, 62.5, 62.5);--color-form-border: #444;--color-form-head: #292929;--color-text-on-background: #bbb;--color-primary-light: rgb(0, 147.2, 132.1576642336);--color-primary-dark: rgb(0, 130.2, 117.18);--color-gray-button: #333;--color-gray-button-border: #444;--color-gray-button-text: #999;--color-checkerboard-light: #1f1f1f;--color-checkerboard-dark: #252525;color-scheme:dark}*,*::before,*::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-decoration:none;padding:0;margin:0;border:none;outline:none;text-align:left}*:focus,*::before:focus,*::after:focus{outline:0}body{display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;background-color:var(--color-background);font-family:"Roboto",sans-serif;transition:background-color 1s}body,html{position:fixed;width:100vw;height:100%;-moz-osx-font-smoothing:grayscale;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow:hidden}textarea{resize:none;padding:5px}h1{font-size:1.5rem;margin:inherit;font-weight:300}h2{font-size:1.2rem;margin:inherit;font-weight:bold}h3{font-size:1.125rem;margin:inherit;font-weight:inherit}.disable-selection{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.enable-selection{-webkit-touch-callout:initial;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:inherit}.gone{display:none !important}.clasyy-button{position:relative;top:0;color:#fff;cursor:pointer;padding:.75rem 1rem;margin:1rem auto;text-align:center;text-transform:uppercase;letter-spacing:1px;font-weight:bold;transition:.5s;background:#009688;box-shadow:0 .333rem #263238;border-radius:0 0 5px 5px}.clasyy-button.disabled{color:#fff;background:#999 50% no-repeat !important;cursor:not-allowed}.clasyy-button:not(.disabled):active{transition:.05s;top:.333rem;box-shadow:0 0 #263238}.clasyy-button.danger{background:#f44336}#content{position:relative;min-height:100%;overflow-y:auto;overflow-x:hidden}@media(max-width: 800px){#content{margin-left:4rem;width:calc(100vw - 4rem)}}#content.no-padding{padding:0}#content.center{display:flex;flex-direction:column;padding:2rem}@media(max-width: 800px){#content.center{padding:0}}#content.center>*{margin:auto}.material-scrolling{overflow-y:auto !important}.material-scrolling::-webkit-scrollbar{width:.25rem;transition:.2s}.material-scrolling::-webkit-scrollbar *{background:rgba(0,0,0,0)}.material-scrolling::-webkit-scrollbar-thumb{background:#bbb}.material-scrolling:hover::-webkit-scrollbar{width:.75rem}.material-scrolling.material-wide-scrolling:hover::-webkit-scrollbar,.material-scrolling-wide:hover::-webkit-scrollbar{width:.25rem}.material-shadow-level-1{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2)}.material-input:not(:last-child){margin-bottom:2rem}.material-input .title{overflow:hidden;transition:.2s;pointer-events:none;display:flex}.material-input .title .icon{width:1rem;height:1rem;margin-right:.5rem;background:50% 50% no-repeat;background-size:1rem}.material-input .title .icon[_icon=user]{background-image:url(/media/ui/user.svg)}.material-input .title .icon[_icon=lock]{background-image:url(/media/ui/lock.svg)}.material-input .title .icon[_icon=text]{background-image:url(/media/ui/text.svg)}.material-input .title .icon>i.material-icons{font-size:1.1rem;color:#666}.material-input .title .description{flex:1;color:#666;font-size:.8rem;line-height:1rem}.material-input .input-wrapper .input{background-color:rgba(0,0,0,0);border:none;border-bottom:1px solid #9e9e9e;border-radius:0;outline:none;height:3rem;width:100%;font-size:1rem;margin-bottom:1rem;padding:0;box-shadow:none;transition:.3s}.material-input .input-wrapper .input:focus{border-bottom:1px solid #26a69a;box-shadow:0 1px 0 0 #26a69a}.material-input .input-wrapper textarea{margin-top:1rem;height:4.5rem}.material-input .actions{margin-top:-0.5rem}.material-input .actions .error-label{color:#d16969;font-size:12px;transition:.1s;opacity:0;height:0}.material-input .actions .error-label.show{opacity:1;height:.75rem}.material-link{color:#777;font-size:.9rem;cursor:pointer;border-radius:999px;padding:.25rem 1rem;display:inline-flex}.frame{position:relative;background-color:var(--color-form-background);border:solid 1px var(--color-form-border);min-width:25rem;max-width:50rem;margin:2rem;border-radius:.75rem;box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1)}@media(max-width: 800px){.frame{border:none;border-radius:0;box-shadow:none;min-width:100%;width:100%;margin:0}}.frame .headline{text-transform:uppercase;padding:0 1rem;border-bottom:solid 1px var(--color-form-border);height:3.5rem;display:flex;flex-shrink:0;align-items:center;justify-content:space-between}.frame .headline h1{font-size:1.25rem;color:var(--color-primary-light);font-weight:400}.frame .body{padding:2rem;color:var(--color-text-on-background)}.frame .body a{color:var(--color-primary-light);text-decoration:underline;font-weight:900}.frame .foot{margin-top:-2rem;padding:0 2rem 2rem}.pageheadline,.page-headline{font-size:2rem;margin:3rem 2rem;color:var(--color-primary-light);font-family:"Poetsen One","Roboto",sans-serif}@media(max-width: 40rem){.pageheadline,.page-headline{font-size:1.75rem;margin:1rem .5rem}}.pageheadline .sub-headline,.page-headline .sub-headline{font-size:1rem;padding-left:.125rem;margin-top:.5rem;font-family:"Roboto",sans-serif;font-weight:500;width:55rem;max-width:calc(100% - 4rem)}.pageheadline .sub-headline a,.page-headline .sub-headline a{color:var(--color-primary-light);text-decoration:underline}.pageheadline .page-info-wrapper,.page-headline .page-info-wrapper{position:absolute;right:2rem;top:2rem}.pageheadline .page-info-wrapper .button,.page-headline .page-info-wrapper .button{font-weight:500;color:#00897b;font-family:"Poetsen One",Roboto,sans-serif;cursor:pointer;padding:1rem;height:5rem;width:5rem;display:flex;align-items:center;justify-content:center;overflow:visible;box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1);background:#fff;border:solid 1px var(--color-form-border);border-radius:.75rem}.material-box{position:relative;display:flex;flex-direction:column;background-color:var(--color-form-background);border:solid 1px var(--color-form-border);border-radius:.75rem;box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1);overflow:hidden}.material-box>.headline{font-size:1.25rem;color:var(--color-primary-light);padding:1rem 1.25rem 0}.modal-box{position:fixed;z-index:99999;top:0;left:0;width:100vw;height:100%;pointer-events:none !important;align-items:center;justify-content:center;overflow:hidden;display:flex;opacity:0;transition:opacity .1s}.modal-box:not(.show) *{pointer-events:none !important}.modal-box.show{pointer-events:all !important;opacity:1}.modal-box>.cover{position:absolute;z-index:1;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,137,123,.5)}.modal-box>.modal{position:relative;z-index:2;min-width:20rem;width:fit-content;height:fit-content;max-height:100%;background-color:var(--color-form-background);border-radius:.5rem;box-shadow:0 0 1.5rem rgba(0,0,0,.25);overflow:auto;margin:auto;padding:0;max-width:100vw;color:var(--color-text-on-background)}@supports(-webkit-touch-callout: none){.modal-box>.modal{padding-bottom:2.5rem !important}}.modal-box>.modal>.head{background-color:var(--color-form-head);border-bottom:solid 1px var(--color-form-border);display:flex;max-width:100vw}.modal-box>.modal>.head .headline{font-size:1.375rem;color:var(--color-primary-light);margin-bottom:0;flex:1;padding:1rem 2rem}.modal-box>.modal>.head .modal-close{z-index:2;position:relative;top:0;right:0;min-height:3.75rem;width:3.75rem;border-left:solid 1px var(--color-form-border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.modal-box>.modal>.head .modal-close i{font-size:2rem;color:var(--color-primary-light);border:none;border-radius:0}.modal-box>.modal>.head .modal-close:hover{background-color:color-mix(in oklch, var(--color-primary-light) 10%, var(--color-form-head))}.modal-box>.modal>.body{padding:2rem;max-width:100vw}.modal-box>.modal>.foot{padding:2rem;max-width:100vw;border-top:solid 1px var(--color-form-border);background-color:var(--color-form-head)}.material-select{font-size:1rem;padding:.2rem 0;cursor:pointer;overflow:hidden;display:flex;align-items:center}.material-select.checked .checkbox{background-color:#00786c;border-color:#00786c}.material-select.checked .checkbox::after{border-color:#fff}.material-select.checked-read-only .checkbox{background-color:#6d817f;border-color:#6d817f}.material-select.radio .checkbox{border-radius:100%}.material-select.radio .checkbox::after{border:none;width:.5rem;height:.5rem;background-color:var(--color-form-background);border-radius:100%;top:calc(50% - .25rem);left:calc(50% - .25rem)}.material-select .checkbox{position:relative;width:1.5rem;height:1.5rem;border:solid 2px var(--color-primary-light);border-radius:2px;margin-right:.75rem;transition:.2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.material-select .checkbox::after{content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.5rem;height:1rem;margin-top:-0.1rem;border:solid 2px rgba(0,0,0,0);border-top:0;border-left:0}.material-select .label{flex:1;overflow:hidden;text-overflow:ellipsis;color:var(--color-primary-light)}.material-option{position:relative;border:solid 2px #00786c;padding:.75rem 1.25rem;border-radius:.5rem;color:#00786c;margin:.5rem 0;display:flex;align-items:center;cursor:pointer}.material-option.closed .options{opacity:0;transform:scale(0.9);pointer-events:none}.material-option .value-frame{flex:1;display:flex;align-items:center}.material-option .value-frame .value{flex:1}.material-option .value-frame .arrow{display:flex}.material-option .options{position:absolute;z-index:101;left:-0.125rem;width:calc(100% + .25rem);max-height:18rem;background-color:var(--color-form-background);border:solid 2px #00786c;border-radius:.5rem;overflow:auto;overflow-x:hidden;opacity:1;transform:scale(1);transition:.2s;pointer-events:all}.material-option .options .option{padding:0 1.5rem;font-size:1rem;height:2.25rem;display:flex;align-items:center;flex-shrink:0;width:100%;white-space:nowrap;justify-content:center}.material-option .options .option[hidden]{display:none}.material-option .options .option:hover{background-color:#c2e3df}.material-select-option .options{padding-top:1rem;overflow:auto !important;overflow-x:hidden !important}.material-select-option .options .material-select{width:100%;display:flex;justify-content:space-between;align-items:center}.material-select-option .options .material-select .label{font-size:1rem !important}.material-select-option .options .material-select .info-text-icon{display:flex}.material-select-option .options .material-select .info-text-icon:hover+.info-text{opacity:1}.material-select-option .options .material-select .info-text{position:absolute;z-index:1;left:calc(100% + 2rem);width:20rem;word-break:unset;display:flex;background-color:var(--color-primary-light);color:#fff;padding:.5rem 1rem;justify-content:center;align-items:center;border-radius:.5rem;white-space:normal;font-size:.75rem;line-height:1.25rem;opacity:0;pointer-events:none;transition:opacity .2s}.material-select-option .options .material-select .info-text::before{content:"";position:absolute;left:-0.75rem;border-style:solid;border-width:1rem 1rem 1rem 0;border-color:rgba(0,0,0,0) var(--color-primary-light) rgba(0,0,0,0) rgba(0,0,0,0)}@media(max-width: 900px){.material-select-option .options .material-select .info-text{left:0;right:0;top:0;width:100%;transform:translateY(calc(100% + 0.5rem))}.material-select-option .options .material-select .info-text::before{top:-0.75rem;left:calc(50% - .75rem);border-style:solid;border-width:0 1rem 1rem 1rem;border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--color-primary-light) rgba(0,0,0,0)}}.material-select-option .options .submit{margin:1rem 1.5rem;text-align:center;background-color:#00786c;color:#fff;padding:.5rem 0;border-radius:.333rem;transition:background .2s}.material-select-option .options .submit.disabled{color:#fff;background:#999 50% no-repeat !important;cursor:not-allowed}.circle-button{position:fixed;width:4rem;height:4rem;background-color:var(--color-primary-light);border-radius:100%;right:3rem;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;overflow:hidden;animation:breathing 5s infinite}@keyframes breathing{0%,100%{box-shadow:0 0 .5rem rgba(0,0,0,.25),0 0 0 .25rem rgba(0,137,123,.25)}50%{box-shadow:0 0 .5rem rgba(0,0,0,.25),0 0 0 1rem rgba(0,137,123,.25)}}.circle-button i{position:relative;z-index:1;font-size:2rem;text-shadow:2px 2px 0 #01544c}.story{background-color:var(--color-form-background);margin:.5rem;width:22rem;max-width:calc(100vw - 2.2rem);border-radius:.75rem;transition:.2s;overflow:hidden;box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,0)}.story:hover{box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1),0 0 0 2px #26a69a}.story.content-chat:hover{box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1),0 0 0 2px #880e4f}.story.content-chat .body .thumbnail .title{background-color:#880e4f;text-shadow:2px 2px 0 #490924}.story.content-chat .body .thumbnail .ecpm{background-color:#880e4f;text-shadow:2px 2px 0 #490924}.story.content-chat .body .thumbnail .quallity{background-color:#880e4f;text-shadow:2px 2px 0 #490924}.story.content-quiz:hover{box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1),0 0 0 2px #e67e22}.story.content-quiz .body .thumbnail .title{background-color:#e67e22;text-shadow:2px 2px 0 #7a3000}.story.content-quiz .body .thumbnail .ecpm{background-color:#e67e22;text-shadow:2px 2px 0 #7a3000}.story.content-quiz .body .thumbnail .quallity{background-color:#e67e22;text-shadow:2px 2px 0 #7a3000}.story.content-article:hover{box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1),0 0 0 2px #0052a4}.story.content-article .body .thumbnail .title{background-color:#0052a4;text-shadow:2px 2px 0 #002d43}.story.content-article .body .thumbnail .ecpm{background-color:#0052a4;text-shadow:2px 2px 0 #002d43}.story.content-article .body .thumbnail .quallity{background-color:#0052a4;text-shadow:2px 2px 0 #002d43}.story.content-nextgtv .body .thumbnail .title{color:#fff;font-weight:bold;text-shadow:none}.story.content-nextgtv .body .thumbnail .ecpm{color:#fff;font-weight:bold;text-shadow:none}.story.content-nextgtv .body .thumbnail .quallity{color:#fff;font-weight:bold;text-shadow:none}.story.content-nextgtv .body .thumbnail .compensation-seal{position:absolute;width:7rem;height:7rem;left:1rem;bottom:4rem;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.5rem;background:url(/media/catalog/seal.svg) 50% no-repeat;background-size:100% 100%;color:#fff;transform:rotate(-10deg);filter:drop-shadow(0 0 0.25rem #fff) drop-shadow(0 0 0.5rem #fff) drop-shadow(0 0 0.5rem #fff)}.story.content-nextgtv .body .thumbnail .compensation-seal .__text{text-align:center}.story.content-nextgtv .body .thumbnail .compensation-seal .__text span{padding:.25rem;border-radius:999px}.story.content-nextgtv .body .thumbnail .compensation-seal .__text span.--small{font-size:1rem;margin-top:-0.5rem;display:block;text-align:center}.story .head{width:100%;display:none}.story .head .user-info{flex:1;width:100%}.story .head .user-info .cover{width:100%}.story .head .user-info .cover .cover-darkener{display:flex;background-color:rgba(0,0,0,.33)}.story .head .user-info .cover .cover-darkener .main-info{align-self:center;color:#fff;text-shadow:0 0 2px #000,0 0 5px #000}.story .head .user-info .cover .cover-darkener .main-info .author-name{font-weight:bold;margin-bottom:.2rem}.story .head .user-info .cover .cover-darkener .main-info .author-name span.deleted{color:#ff5050}.story .head .user-info .cover .cover-darkener .main-info .timestamp{font-size:.9rem}.story .body{overflow:hidden;height:22rem;display:flex;flex-direction:column;cursor:pointer}.story .body .thumbnail{position:relative;width:100%;flex:1;display:flex;background-size:cover;background-position:50%}.story .body .thumbnail>*{transition:opacity .2s}.story .body .thumbnail:hover>*{opacity:0}.story .body .thumbnail .cover{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.story .body .thumbnail .title{background-color:#00897b;color:#fff;padding:.75rem 1rem;display:inline-block;position:absolute;max-width:100%;text-shadow:1px 1px 0 #01544c;border-radius:0 0 .75rem 0}.story .body .thumbnail .unapproved{position:relative;z-index:5;align-self:center;text-align:center;background-color:#fc5c65;color:#fff;font-size:1.5rem;padding:1rem 0;width:100%;margin-top:-4rem}.story .body .thumbnail .no-statistics{position:absolute;display:flex;left:0;bottom:2.6rem;background-color:#fc5c65;color:#fff;font-size:.9rem;font-weight:bold;padding:.75rem 1.25rem;border-radius:0 .75rem 0 0}.story .body .thumbnail .ecpm{position:absolute;bottom:0;left:0;background-color:#00897b;color:#fff;padding:.75rem 1.25rem;font-size:1rem;font-weight:bold;text-shadow:2px 2px 0 #01544c;border-radius:0 .75rem 0 0}@media(max-width: 450px){.story .body .thumbnail .ecpm{width:100%;white-space:nowrap;display:flex}.story .body .thumbnail .ecpm span:first-child{text-overflow:ellipsis;overflow:hidden}}.story .body .thumbnail .content-type{position:absolute;bottom:0;right:0;color:#fff;padding:.75rem 1.25rem;font-size:1rem;font-weight:700;border-radius:.75rem 0 0 0}@media(max-width: 450px){.story .body .thumbnail .content-type{bottom:3rem}}.story .body .thumbnail .content-type.content-type-story{background-color:#00897b;text-shadow:2px 2px 0 #01544c}.story .body .thumbnail .content-type.content-type-chat{background-color:#880e4f;text-shadow:2px 2px 0 #490924}.story .body .thumbnail .content-type.content-type-quiz{background-color:#e67e22;text-shadow:2px 2px 0 #7a3000}.story .body .thumbnail .content-type.content-type-article{background-color:#0052a4;text-shadow:2px 2px 0 #002d43}.story .body .thumbnail .content-type.content-type-nextgtv{background-color:#00897b;color:#fff;font-weight:bold;text-shadow:none}.story .body .thumbnail .quallity{position:absolute;bottom:0;right:0;background-color:#00897b;color:#fff;font-size:3rem;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;text-shadow:2px 2px 0 #01544c}.story .body .description{padding:.5rem;height:4.5rem;overflow:hidden;color:#666;line-height:1rem;font-size:.8rem;margin-bottom:.5rem;display:none}.inline-loading{width:1.5rem;height:1.5rem;display:inline-block;background:url(/media/loading.svg) 50% no-repeat;background-size:1rem;vertical-align:middle;align-self:center}.media-explorer{z-index:10000}.media-explorer .modal{display:flex;flex-direction:column;overflow:hidden;max-width:100%;width:50rem}.media-explorer .modal .headline{font-size:1.25rem;text-transform:uppercase;padding:1rem 1.5rem;border-bottom:solid 1px var(--color-form-border);display:flex;align-items:center}@media(max-width: 1250px){.media-explorer .modal .headline{flex-direction:column}}.media-explorer .modal .headline .media-storage{flex:1;margin-left:1rem;font-size:.8rem;border-radius:999px;overflow:hidden;color:#333}.media-explorer .modal .headline .media-storage .prgs{position:relative;background-color:#eee;padding:.25rem 1rem}.media-explorer .modal .headline .media-storage .prgs .label{position:relative;z-index:1;text-transform:none}.media-explorer .modal .headline .media-storage .prgs .inner{position:absolute;top:0;left:0;height:100%;width:0;background-color:#26b999}.media-explorer .modal .body{flex:1;min-height:0}.media-explorer .modal .body .media-file-list{display:flex;flex-wrap:wrap;padding:1rem 0 6rem 1rem;overflow:auto;overflow-x:hidden;max-height:100%}.media-explorer .modal .body .media-file-list .media-file{position:relative;width:6rem;height:6rem;margin:.25rem;border:solid 1px var(--color-form-border);border-radius:.5rem;box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1);display:flex;overflow:hidden}.media-explorer .modal .body .media-file-list .media-file .image,.media-explorer .modal .body .media-file-list .media-file .video{position:relative;background:50% no-repeat;background-size:cover;width:100%;height:100%}.media-explorer .modal .body .media-file-list .media-file .image video,.media-explorer .modal .body .media-file-list .media-file .video video{width:100%;height:100%}.media-explorer .modal .body .media-file-list .media-file .upload-progress{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.media-explorer .modal .body .media-file-list .media-file .upload-progress .loading-circle-wrapper{width:5rem;height:5rem}.media-explorer .modal .body .media-file-list .media-file .upload-progress .loading-circle-wrapper svg{padding:.2rem;width:5rem;height:5rem}.media-explorer .modal .body .media-file-list .media-file .upload-progress .loading-circle-wrapper svg circle{stroke-dashoffset:60rem}.media-explorer .modal .body .media-file-list .media-file .upload-progress .loading-circle-wrapper svg circle.animation{stroke:#00897b;stroke-dasharray:192;transform-origin:50% 50%}.media-explorer .modal .body .media-file-list .media-file .upload-progress .loading-circle-wrapper svg circle.background{stroke:#fff;stroke-dasharray:230;transform-origin:50% 50%}.media-explorer .modal .add-media-button{position:absolute;right:1.5rem;bottom:1.5rem}@media(max-width: 1080px){.media-explorer .modal .add-media-button{right:unset;left:1.5rem}}.ng-button{margin:1rem;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;min-height:2rem;border-radius:.3rem;color:#fff;box-shadow:inset 0 0 2px var(--color-primary-dark),0 .5rem 2rem rgba(0,188,168.7883211679,.5);background:linear-gradient(to right, var(--color-primary-dark), rgb(0, 188, 168.7883211679));cursor:pointer;overflow:hidden;max-width:calc(100% - 2rem)}.ng-button.--no-margin{margin:0}.ng-button.--wide{max-width:100%;width:100%;margin:1rem 0}.ng-button-plain{margin:1rem;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem 2rem;min-height:2rem;border-radius:.3rem;color:#00897b;border:solid .125rem #00897b;cursor:pointer;overflow:hidden;width:16rem}.ng-button-plain.--no-margin{margin:0}.ng-button-plain.--wide{max-width:100%;width:100%;margin:1rem 0}.global-message{z-index:199999}/*# sourceMappingURL=style.css.map */
