.nya-checkbox{display:inline-flex;align-items:center}.nya-checkbox label.name{margin-right:.3125rem}.nya-checkbox input[type=checkbox]{display:none}.nya-checkbox input[type=checkbox]:checked+label i{opacity:1}.nya-checkbox label.icon{cursor:pointer;width:3rem;height:3rem;position:relative;font-size:1.125rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.nya-checkbox label.icon:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;box-sizing:border-box;border:.0625rem solid var(--border-color);transition:all .3s ease;background-color:transparent;transition:border-color .2s ease}.nya-checkbox label.icon:hover:before{border-color:var(--theme)}.nya-checkbox label.icon i{opacity:0;font-size:1.875rem}.nya-checkbox.inline label.icon{width:1.125rem;height:1.125rem}.nya-checkbox.inline input[type=checkbox]{display:none}.nya-checkbox.inline input[type=checkbox]:checked+label{background-color:var(--theme)}.nya-checkbox.inline input[type=checkbox]:checked+label:before{content:"\ea61";font:normal normal 400 .875rem/1 Eva-Icons;color:#fff;border:none;display:flex;align-items:center;justify-content:center}</style><style type="text/css">.nya-input{display:inline-block}.nya-input.fullwidth{width:100%}.nya-input .input-title{display:block;font-size:1.125rem;margin-bottom:.625rem;font-weight:700}.nya-input .input-file,.nya-input input,.nya-input textarea{width:100%;padding:.625rem .9375rem;box-sizing:border-box;border:.0625rem solid var(--border-color);background-color:transparent;color:var(--t1);outline:none;transition:border-color .2s ease}.nya-input .input-file[disabled=disabled],.nya-input input[disabled=disabled],.nya-input textarea[disabled=disabled]{opacity:.8;cursor:no-drop}.nya-input .input-file::-webkit-input-placeholder,.nya-input input::-webkit-input-placeholder,.nya-input textarea::-webkit-input-placeholder{color:#9e9e9e}.nya-input .input-file::-moz-placeholder,.nya-input input::-moz-placeholder,.nya-input textarea::-moz-placeholder{color:#9e9e9e}.nya-input .input-file:-ms-input-placeholder,.nya-input input:-ms-input-placeholder,.nya-input textarea:-ms-input-placeholder{color:#9e9e9e}.nya-input .input-file::-ms-input-placeholder,.nya-input input::-ms-input-placeholder,.nya-input textarea::-ms-input-placeholder{color:#9e9e9e}.nya-input .input-file::placeholder,.nya-input input::placeholder,.nya-input textarea::placeholder{color:#9e9e9e}.nya-input .input-file:focus,.nya-input input:focus,.nya-input textarea:focus{border-color:var(--theme)}.nya-input .input-file label{cursor:pointer;display:flex;align-items:center;box-sizing:border-box;margin-bottom:0}.nya-input .input-file label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nya-input .input-file input{display:none}</style><style type="text/css">.nya-select{position:relative;display:inline-table}.nya-select.fullwidth{width:100%}.nya-select .title,.nya-select label{display:block;font-size:1.125rem;margin-bottom:.625rem;font-weight:700}.nya-select .select{position:relative}.nya-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:.625rem .9375rem;cursor:pointer;outline:none;border:.0625rem solid var(--border-color);color:var(--t1);background:0 0;transition:border-color .2s ease}.nya-select select:focus{border-color:var(--theme)}.nya-select i{z-index:1;line-height:1.125rem;pointer-events:none;position:absolute;right:.25rem;bottom:.25rem;display:flex;align-items:center;padding-right:.4375rem;font-size:1.5625rem;height:calc(100% - .5rem);box-sizing:border-box}</style><style type="text/css">.nya-radio{display:inline-flex;align-items:center}.nya-radio label.name{font-size:1rem;margin-right:.3125rem}.nya-radio input[type=radio]{display:none}.nya-radio input[type=radio]:checked+.radio{background-color:var(--theme);border:none}.nya-radio .radio{cursor:pointer;width:1.125rem;height:1.125rem;border-radius:50%;border:.0625rem solid var(--border-color);box-sizing:border-box;transition:border-color .2s ease}.nya-radio .radio:hover{border-color:var(--theme)}</style><style type="text/css">.nya-copy{position:relative;margin-bottom:.9375rem}.nya-copy .nya-copy-header{cursor:pointer;display:inline-flex;align-items:center}.nya-copy i{color:var(--t1);font-size:1.25rem;margin-left:.3125rem}.nya-copy pre{margin-top:.3125rem;margin-bottom:0}</style><style type="text/css">.nya-circle{position:relative}.nya-circle .center{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.nya-circle circle:nth-child(2){transition:all .1s linear}</style><style type="text/css">.toasted{padding:0 20px}.toasted.rounded{border-radius:24px}.toasted .primary,.toasted.toasted-primary{border-radius:2px;min-height:38px;line-height:1.1em;background-color:#353535;padding:6px 20px;font-size:15px;font-weight:300;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.toasted .primary.success,.toasted.toasted-primary.success{background:#4caf50}.toasted .primary.error,.toasted.toasted-primary.error{background:#f44336}.toasted .primary.info,.toasted.toasted-primary.info{background:#3f51b5}.toasted .primary .action,.toasted.toasted-primary .action{color:#a1c2fa}.toasted.bubble{border-radius:30px;min-height:38px;line-height:1.1em;background-color:#ff7043;padding:0 20px;font-size:15px;font-weight:300;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.toasted.bubble.success{background:#4caf50}.toasted.bubble.error{background:#f44336}.toasted.bubble.info{background:#3f51b5}.toasted.bubble .action{color:#8e2b0c}.toasted.outline{border-radius:30px;min-height:38px;line-height:1.1em;background-color:#fff;border:1px solid #676767;padding:0 20px;font-size:15px;color:#676767;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);font-weight:700}.toasted.outline.success{color:#4caf50;border-color:#4caf50}.toasted.outline.error{color:#f44336;border-color:#f44336}.toasted.outline.info{color:#3f51b5;border-color:#3f51b5}.toasted.outline .action{color:#607d8b}.toasted-container{position:fixed;z-index:10000}.toasted-container,.toasted-container.full-width{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.toasted-container.full-width{max-width:86%;width:100%}.toasted-container.full-width.fit-to-screen{min-width:100%}.toasted-container.full-width.fit-to-screen .toasted:first-child{margin-top:0}.toasted-container.full-width.fit-to-screen.top-right{top:0;right:0}.toasted-container.full-width.fit-to-screen.top-left{top:0;left:0}.toasted-container.full-width.fit-to-screen.top-center{top:0;left:0;-webkit-transform:translateX(0);transform:translateX(0)}.toasted-container.full-width.fit-to-screen.bottom-right{right:0;bottom:0}.toasted-container.full-width.fit-to-screen.bottom-left{left:0;bottom:0}.toasted-container.full-width.fit-to-screen.bottom-center{left:0;bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.toasted-container.top-right{top:10%;right:7%}.toasted-container.top-left{top:10%;left:7%}.toasted-container.top-center{top:10%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.toasted-container.bottom-right{right:5%;bottom:7%}.toasted-container.bottom-left{left:5%;bottom:7%}.toasted-container.bottom-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:7%}.toasted-container.bottom-left .toasted,.toasted-container.top-left .toasted{float:left}.toasted-container.bottom-right .toasted,.toasted-container.top-right .toasted{float:right}.toasted-container .toasted{top:35px;width:auto;clear:both;margin-top:10px;position:relative;max-width:100%;height:auto;word-break:normal;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;box-sizing:inherit}.toasted-container .toasted .fa,.toasted-container .toasted .fab,.toasted-container .toasted .far,.toasted-container .toasted .fas,.toasted-container .toasted .material-icons,.toasted-container .toasted .mdi{margin-right:.5rem;margin-left:-.4rem}.toasted-container .toasted .fa.after,.toasted-container .toasted .fab.after,.toasted-container .toasted .far.after,.toasted-container .toasted .fas.after,.toasted-container .toasted .material-icons.after,.toasted-container .toasted .mdi.after{margin-left:.5rem;margin-right:-.4rem}.toasted-container .toasted .action{text-decoration:none;font-size:.8rem;padding:8px;margin:5px -7px 5px 7px;border-radius:3px;text-transform:uppercase;letter-spacing:.03em;font-weight:600;cursor:pointer}.toasted-container .toasted .action.icon{padding:4px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.toasted-container .toasted .action.icon .fa,.toasted-container .toasted .action.icon .material-icons,.toasted-container .toasted .action.icon .mdi{margin-right:0;margin-left:4px}.toasted-container .toasted .action.icon:hover{text-decoration:none}.toasted-container .toasted .action:hover{text-decoration:underline}@media only screen and (max-width:600px){.toasted-container{min-width:100%}.toasted-container .toasted:first-child{margin-top:0}.toasted-container.top-right{top:0;right:0}.toasted-container.top-left{top:0;left:0}.toasted-container.top-center{top:0;left:0;-webkit-transform:translateX(0);transform:translateX(0)}.toasted-container.bottom-right{right:0;bottom:0}.toasted-container.bottom-left{left:0;bottom:0}.toasted-container.bottom-center{left:0;bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.toasted-container.bottom-center,.toasted-container.top-center{-ms-flex-align:stretch!important;align-items:stretch!important}.toasted-container.bottom-left .toasted,.toasted-container.bottom-right .toasted,.toasted-container.top-left .toasted,.toasted-container.top-right .toasted{float:none}.toasted-container .toasted{border-radius:0}}