@import"https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700";@import"https://fonts.googleapis.com/icon?family=Material+Icons";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@charset "UTF-8";@keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}@keyframes swipe{0%,to{transform:rotate(0)}50%{transform:rotate(20deg)}70%{transform:rotate(-20deg)}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes clicked{0%,to{transform:scale(1);box-shadow:0 4px 4px #33333326}50%{transform:scale(.99);box-shadow:0 0 #33333326}}@keyframes fade-in-bounce{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes zoom-in{0%{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes shake{20%{transform:translate3d(-1px,0,0)}30%{transform:translate3d(2px,0,0)}40%{transform:translate3d(-2px,0,0)}50%{transform:translate3d(1px,0,0)}}.material-icons{display:inline-block;font-family:Material Icons;font-size:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;word-wrap:normal;white-space:nowrap;direction:ltr;font-feature-settings:"liga"}*,*:before,*:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--sab: env(safe-area-inset-bottom)}html{overflow:hidden}html,body{background-color:#0b6780;color:#fff;height:100%}@media (max-width: 668px){html,body{min-height:100%}}body{margin:0;overflow-y:auto;color:#4f4f4f;font-family:Montserrat,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.unauthorized,.not-found{position:fixed;inset:0}.w100{width:100%}.empty-table-row{padding:20px;text-align:center}.header{display:flex;align-items:center;margin:24px 16px;font-size:18px;font-weight:700}.header .header-icon{width:40px;height:40px;margin-right:8px}.rm-super-white{display:inline-block;height:1em;margin:0 5px;vertical-align:text-top}.rm-super-white:before{content:url(/assets/images/super.svg);display:block;width:1.52em;height:1em;font-size:2em}@keyframes spin{to{transform:rotate(-360deg)}}@keyframes buttonClick{0%,to{transform:scale(1)}50%{transform:scale(.9);box-shadow:0 0 #33333326}}*.rm-button{outline:0;text-decoration:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.rm-button{display:inline-flex;align-items:center;justify-content:center;min-width:96px;min-height:48px;margin:0;padding:8px 12px;transition-property:background-color,color,opacity;transition-duration:.2s;border:0;border-radius:10px;background-color:#fff;box-shadow:0 4px 10px #3333331a;color:#333;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer}@media (hover: hover) and (pointer: fine){.rm-button:hover{background-color:#dfeef2}}.rm-button:active{background-color:#b5d3db}.rm-button:disabled{opacity:.6;pointer-events:none}.rm-button--text-big{min-width:120px;min-height:60px;font-size:16px}.rm-button--text-big .rm-button__img{height:20px;font-size:20px;line-height:20px}.rm-button--primary{font-weight:700}.rm-button--confirmation{background-color:#e21b5a;color:#fff;width:100%;height:60px;font-size:14px;font-weight:700}@media (hover: hover) and (pointer: fine){.rm-button--confirmation:hover{background-color:#e9477a;color:#fff}}.rm-button--confirmation:active{background-color:#cb1851;color:#fff}.rm-button--text-small{font-size:10px}.rm-button--text-small .rm-button__img{height:14px;font-size:14px;line-height:14px}.rm-button--left-space{margin-left:8px}.rm-button--full-width{width:100%}.rm-button__img{height:18px;margin-right:8px;font-size:18px;line-height:18px}.rm-button--small{width:auto;height:auto}.rm-button--clicked{animation-name:buttonClick;animation-duration:.2s;animation-iteration-count:1;animation-fill-mode:forwards}.rm-button--left-aligned{justify-content:start;text-align:left}.rm-chips{display:inline-flex;justify-content:center;margin-right:8px;padding:4px 8px;border-radius:50px;background-color:#f2f2f2;color:#4f4f4f;font-size:12px;font-weight:500;line-height:initial;text-align:center;vertical-align:middle}.rm-chips:last-child{margin-right:0}.rm-chips--lg{padding:8px 16px}.rm-chips--sm{font-size:10px}.rm-chips .rm-chips__icon{width:15px;min-width:15px;height:15px;margin-right:4px;font-size:15px;vertical-align:bottom}.rm-chips__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rm-field{margin-bottom:16px}.rm-field__error,.rm-field__hint{margin-top:4px;font-size:12px}.rm-field__error{color:#eb5757}.rm-field label{display:block;margin-bottom:4px}input.rm-input,textarea.rm-input,select.rm-input{width:100%;padding:6px 16px;transition-property:background-color,color,opacity,border-color;transition-duration:.2s;border:2px solid transparent;border-radius:10px;outline:0;background-color:#f2f2f2;color:#333;font-size:14px;font-weight:500}input.rm-input:focus,textarea.rm-input:focus,select.rm-input:focus{border-color:#e0e0e0}input.rm-input--selected,textarea.rm-input--selected,select.rm-input--selected{background-color:#27ae60;color:#fff}input.rm-input:disabled,textarea.rm-input:disabled,select.rm-input:disabled{opacity:.6}input.rm-input--with-errors.ng-touched.ng-invalid,input.rm-input--with-validation.ng-touched.ng-invalid,textarea.rm-input--with-errors.ng-touched.ng-invalid,textarea.rm-input--with-validation.ng-touched.ng-invalid,select.rm-input--with-errors.ng-touched.ng-invalid,select.rm-input--with-validation.ng-touched.ng-invalid{border-color:#eb5757}input.rm-input--with-validation.ng-touched.ng-valid,textarea.rm-input--with-validation.ng-touched.ng-valid,select.rm-input--with-validation.ng-touched.ng-valid{border-color:#27ae60}input.rm-input,select.rm-input{height:40px}input.rm-input[type=number]{-webkit-appearance:textfield;appearance:textfield}input.rm-input[type=number]::-webkit-outer-spin-button,input.rm-input[type=number]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}textarea.rm-input{height:200px;padding-top:16px;padding-bottom:16px;resize:none}select.rm-input{background-image:url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve'%3e%3cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3e%3c/svg%3e ");background-repeat:no-repeat;background-position:calc(100% - 15px) 1em,calc(100% - 20px) 1em;background-size:12px;-webkit-appearance:none;appearance:none}select.rm-input:focus{background-image:url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve' height='24px' width='24px'%3e%3cpath id='XMLID_224_' d='M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z'/%3e%3c/svg%3e ")}.rm-checkbox{display:flex;align-items:center}.rm-checkbox__input{flex-shrink:0;margin-right:8px}.rm-checkbox__text{flex-grow:1;text-align:left}.rm-checkbox--error{color:#eb5757}.rm-staging-block{position:fixed;z-index:4815162342;top:0;right:0;pointer-events:none}.rm-staging-block:before{content:"\1f3ad  STAGING";display:block;padding:8px 16px;border-radius:0 0 0 10px;background-color:#33333380;color:#fff;font-size:16px;font-weight:700}.rm-button--ghost{border:1px solid #fff;background-color:transparent;color:#fff}@media (hover: hover) and (pointer: fine){.rm-button--ghost:hover{background-color:#fff;color:#0b6780}}.rm-button--ghost:active{background-color:#fff;color:#0b6780}.rm-button--selected{background-color:#27ae60;color:#fff}@media (hover: hover) and (pointer: fine){.rm-button--selected:hover{background-color:#6fcf97}}.rm-button--selected:active{background-color:#27ae60}.rm-button--primary{background-color:#e21b5a;color:#fff}@media (hover: hover) and (pointer: fine){.rm-button--primary:hover{background-color:#e9477a}}.rm-button--primary:active{background-color:#cb1851}.clicked{animation-name:clicked;animation-duration:.2s;animation-iteration-count:1;animation-fill-mode:forwards}*.rm-button-icon{-webkit-appearance:none;appearance:none;outline:0;-webkit-tap-highlight-color:transparent;text-decoration:none}.rm-button-icon{display:inline-flex;align-items:center;justify-content:center;min-width:24px;min-height:24px;margin:0;transition-property:background-color,color,opacity;transition-duration:.2s;border:0;border-radius:10px;background-color:transparent;color:currentColor;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer}.rm-button-icon img{width:24px;height:24px}.rm-button-icon:disabled{opacity:.6;pointer-events:none}.rm-button-icon--text-small{font-size:10px}.rm-button-icon--raised{width:50px;height:50px;border-radius:50%;box-shadow:0 4px 10px #3333331a}.rm-button-icon--accent{background-color:#e21b5a;color:#fff}.rm-button-icon--clicked{animation-name:buttonClick;animation-duration:.2s;animation-iteration-count:1;animation-fill-mode:forwards}.rm-button-icon--column{flex-direction:column;justify-content:center;text-align:left}.rm-icon{width:24px;height:24px}.rm-icon-large{width:40px;height:40px}.layout__two-elements{display:flex}.layout__two-elements>*{flex:1 1 1 100%;max-width:50%}.layout__two-elements>*:not(:last-child){margin-right:16px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{border-radius:2px;background:#e0e0e0}::-webkit-scrollbar-thumb{border-radius:2px;background:#828282}.spinner{display:inline-block;position:relative;width:40px;height:40px}.spinner:before,.spinner:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;animation:bounce 2s infinite ease-in-out;border-radius:50%;background-color:#3333334d}.spinner:after{animation-delay:-1s}.spinner--white:before,.spinner--white:after{background-color:#f2f2f24d}.rm-stepper{display:grid;margin:0 0 16px;padding-left:0}.rm-stepper__wrapper{position:relative;z-index:0;width:100%}.rm-stepper__step{position:relative;padding-bottom:25px;list-style-type:none;font-size:10px;text-align:center}@media (min-width: 800px){.rm-stepper__step{padding-bottom:35px}}.rm-stepper__step__in:before{background-color:#fff;color:#333;content:" ";display:block;position:absolute;bottom:5px;left:50%;width:18px;height:18px;transform:translate(-50%);border-radius:50%;box-shadow:inset 0 4px 4px #33333326;line-height:20px;text-align:center}.rm-stepper__step__in:hover:before{background:#b5d3db}.rm-stepper__step__in--has-previous:after{background-color:#fff;color:#333;content:"";position:absolute;z-index:-1;bottom:11px;left:-50%;width:100%;height:6px;border-radius:3px;box-shadow:inset 0 4px 4px #33333326}.rm-stepper__step__in--active:before{background-color:#6fcf97;box-shadow:none}.rm-stepper__step__in--active:after{background-color:#6fcf97;box-shadow:none}.rm-stepper__step__in--current{font-weight:700}.rm-stepper__step__in--current:before{background-color:#0b6780}.rm-stepper__step__in--current .rm-stepper__step__pin{display:block;position:absolute;bottom:3px;left:50%;width:18px;transform:translate(-50%)}.rm-stepper__step__pin{display:none}.text-bold{font-weight:700}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width: 240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}.toast-container .ngx-toastr{border-radius:10px}.myspace-list__header{display:flex;align-items:center;margin-top:8px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(11,103,128,.2);font-size:14px;font-weight:700}.myspace-list__header img{width:16px;height:16px;margin-right:8px}.rm-document{background-color:#fff;display:flex;position:relative;justify-content:flex-start;height:100%;padding:12px;transition:opacity .2s ease;animation-name:fade-in-bounce;animation-duration:.3s;animation-timing-function:ease;animation-iteration-count:1;border-radius:10px;box-shadow:0 4px 10px #3333331a;color:#333;text-decoration:none;cursor:pointer}.rm-document:hover{background-color:#dfeef2;color:#333}.rm-document--loading{opacity:.5;pointer-events:none}.rm-document__icon{flex-shrink:0;width:16px;height:16px;margin-right:8px}.rm-document__content{display:flex;flex-direction:column;justify-content:flex-start}.rm-document__label{grid-area:label;margin-bottom:4px;font-weight:700}.rm-document__information{margin-bottom:8px;font-weight:600}.rm-document__information__icon{height:12px;vertical-align:top}.rm-document__date{display:flex;flex-grow:1;align-items:flex-end;color:#828282}.rm-document__status-container{position:absolute;top:-6px;right:-6px}.rm-document__status{padding:4px 8px;border-radius:10px;font-size:10px;font-weight:700}.rm-document__status--green{background-color:#6fcf97;color:#fff}.rm-document__status--red{background-color:#e77777;color:#fff}.dialog-container .dialog-centered .dialog-content{text-align:center}.dialog-container .dialog-centered .dialog-content__header{flex-direction:column;margin-top:16px;margin-right:0}.dialog-container .dialog-centered .dialog-content__header__image{align-self:initial;margin-right:0}.dialog-container .dialog-centered .dialog-content__header__title{flex:1;margin-top:16px;text-align:center}.dialog-container .dialog-centered .dialog-content__body{padding:24px 0;font-size:14px;text-align:center}@media (min-width: 800px){.dialog-container .dialog-centered .dialog-content__body{padding:24px}}

/*# sourceMappingURL=styles.7b188d6ef825b945.css.map*/