@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);.reum-select-list{position:absolute;width:100%;background-color:#f9f9f9;border:1px solid #ddd;border-radius:3px;z-index:1000}.reum-select-list .reum-select-item li{padding:8px 10px;cursor:pointer}.reum-select-list .reum-select-item li:hover{background-color:rgba(61,128,70,.1)}.reum-textbox{position:relative;padding-top:10px;line-height:100%}.reum-textbox .reum-label{position:absolute;padding:0 5px;top:2px;left:17px;font-weight:700;font-size:13px;background-color:#f9f9f9;color:#101010}.reum-textbox .reum-text{border:1px solid silver;border-radius:20px}.reum-textbox .reum-text,.reum-textbox textarea{padding:10px 20px;background-color:#f9f9f9;color:#3a3a3a}.reum-textbox textarea{border:1px solid silver;font-family:Arial}.reum-select-cursor{cursor:pointer}.reum-readonly{width:100%;box-sizing:border-box;font-weight:400;min-height:39px;line-height:27px;padding:5px 10px;color:#3a3a3a;outline:none;border:1px solid #ddd;font-size:15px}.reum-readonly:focus{border:1px solid #3d8046}textarea{width:100%;padding:5px 10px;outline:none;border:1px solid #ddd;font-size:15px;box-sizing:border-box}textarea:focus{border:1px solid #3d8046}input[type=number],input[type=password],input[type=text]{width:100%;padding:5px 10px;outline:none;border:1px solid #ddd;font-size:15px;box-sizing:border-box}input[type=number]:focus,input[type=password]:focus,input[type=text]:focus{border:1px solid #3d8046}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #f9f9f9 inset!important}.page-head{position:fixed;top:0;left:0;width:100%;height:50px;z-index:910;background-color:transparent;border-bottom:1px solid #ececec}.page-head .head-title{display:inline-block;font-size:22px;line-height:48px}.page-body{position:fixed;top:50px;left:0;width:100%;height:calc(100% - 50px);background-color:#fff}.page-body .tts-input .input-txt{display:inline-block;width:calc(100% - 100px)}.page-body .tts-input .input-btn{display:inline-block;width:100px;height:39px;border:1px solid silver;background-color:#eaeaea;color:#3a3a3a;border-radius:20px}.lds-loader,.page-body .rr-voice.hidden{display:none}.lds-loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.1);z-index:9999}.lds-loader.active{display:block}.lds-loader .lds-ring{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:80px;height:80px}.lds-loader .lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #fff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent transparent}.lds-loader .lds-ring div:first-child{animation-delay:-.45s}.lds-loader .lds-ring div:nth-child(2){animation-delay:-.3s}.lds-loader .lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}