:root{--button-primary-text-color: #fff;--button-primary-background-color: var(--global-primary-color);--button-primary-border-color: var(--global-primary-color);--button-normal-text-color: #fff;--button-normal-background-color: var(--global-normal-color);--button-normal-border-color: var(--global-normal-color);--button-warm-text-color: #fff;--button-warm-background-color: var(--global-warm-color);--button-warm-border-color: var(--global-warm-color);--button-danger-text-color: #fff;--button-danger-background-color: var(--global-danger-color);--button-danger-border-color: var(--global-danger-color);--button-border-radius: var(--global-border-radius);--button-border-color: var(--global-neutral-color-6);--button-background-color: 0 0;--button-text-color: #666}.yotta-btn{height:38px;line-height:36px;padding:0 18px;font-size:14px;text-align:center;white-space:nowrap;color:var(--button-text-color);background:var(--button-background-color);border-radius:var(--button-border-radius);border-color:var(--button-border-color);border-width:1px;border-style:solid;cursor:pointer}.yotta-btn-primary{color:var(--button-primary-text-color);background-color:var(--button-primary-background-color);border-color:var(--button-primary-border-color)}.yotta-btn-normal{color:var(--button-normal-text-color);background-color:var(--button-normal-background-color);border-color:var(--button-normal-border-color)}.yotta-btn-warm{color:var(--button-warm-text-color);background-color:var(--button-warm-background-color);border-color:var(--button-warm-border-color)}.yotta-btn-danger{color:var(--button-danger-text-color);background-color:var(--button-danger-background-color);border-color:var(--button-danger-border-color)}.yotta-btn:hover{opacity:.8;filter:alpha(opacity=80)}.yotta-btn:active{opacity:1;filter:alpha(opacity=100)}.yotta-btn-lg{height:44px;line-height:44px;padding:0 25px;font-size:16px}.yotta-btn-sm{height:30px;line-height:30px;padding:0 10px;font-size:12px}.yotta-btn-xs{height:22px;line-height:22px;padding:0 5px;font-size:12px}.yotta-btn-xs i{font-size:12px!important}.yotta-btn-fluid{width:100%}.yotta-btn-radius{border-radius:100px}.yotta-btn-disabled,.yotta-btn-disabled:active,.yotta-btn-disabled:hover{border-color:#eee!important;background-color:#fbfbfb!important;color:#d2d2d2!important;cursor:not-allowed!important;opacity:1}.yotta-btn+.yotta-btn{margin-left:10px}.yotta-btn .yotta-icon{padding:0 2px;vertical-align:middle\	;vertical-align:bottom}:root{--input-border-radius: var(--global-border-radius);--input-border-color: var(--global-neutral-color-3)}.yotta-input{width:100%;height:38px;line-height:38px;border-width:1px;border-style:solid;border-color:var(--input-border-color);border-radius:var(--input-border-radius);display:inline-flex}.yotta-input input{height:38px;line-height:38px;background-color:transparent;color:#000000d9;padding-left:10px;display:inline-block;border:none;height:100%;width:100%}.yotta-input-append{background-color:#fafafa;border-left:1px solid var(--input-border-color);display:flex;padding:0 15px;flex:none;align-items:center}.yotta-input-prepend{background-color:#fafafa;border-right:1px solid var(--input-border-color);display:flex;padding:0 15px;flex:none;align-items:center}.yotta-input-wrapper{width:100%;display:inline-flex;border:none}.yotta-input:hover,.yotta-input:focus-within{border-color:#d2d2d2}.yotta-input-clear,.yotta-input-prefix,.yotta-input-suffix,.yotta-input-password{background-color:transparent}.yotta-input-clear{display:none}.yotta-input:hover .yotta-input-clear,.yotta-input-password,.yotta-input-prefix,.yotta-input-suffix{display:flex;flex:none;align-items:center;padding:0 10px}.yotta-input-has-prefix input{padding:0}.yotta-input-clear,.yotta-input-password{color:#00000073}.yotta-input-clear:hover{opacity:.6}.yotta-input input::-webkit-input-placeholder{line-height:1.3}.yotta-input input::-ms-reveal{display:none}.yotta-input-disabled{border-color:var(--input-border-color)!important}.yotta-input-disabled{opacity:.6}.yotta-input-disabled,.yotta-input-disabled *{cursor:not-allowed!important}.yotta-input[size=lg]{height:44px}.yotta-input[size=lg] .yotta-input{height:44px;line-height:44px}.yotta-input[size=md]{height:38px}.yotta-input[size=md] .yotta-input{height:38px;line-height:38px}.yotta-input[size=sm]{height:32px}.yotta-input[size=sm] .yotta-input{height:32px;line-height:32px}.yotta-input[size=xs]{height:26px}.yotta-input[size=xs] .yotta-input{height:26px;line-height:26px}.yotta-input input::-webkit-outer-spin-button,.yotta-input input::-webkit-inner-spin-button{-webkit-appearance:none}.yotta-input-number+.yotta-input-number{margin-left:10px}.yotta-input-number{position:relative;display:inline-block;box-sizing:border-box;border:1px solid #eee;border-color:#eee;border-radius:var(--global-border-radius);overflow:hidden}.yotta-input-number .yotta-input{border:0}.yotta-input-number .yotta-input input{text-align:center;padding-left:0}.yotta-input-number .yotta-control-btn{position:absolute;box-sizing:border-box;border:0;border-color:#eee;border-style:solid;border-radius:0;padding:0;text-align:center;top:0}.yotta-input-number .yotta-control-btn:hover{color:var(--global-primary-color)}.yotta-input-number .yotta-control-btn.yotta-subtraction-btn{border-right-width:1px}.yotta-input-number .yotta-control-btn.yotta-addition-btn{border-left-width:1px;right:0}.yotta-input-number .yotta-control-btn .yotta-icon{padding:0}.yotta-input-number .yotta-input input::-webkit-outer-spin-button,.yotta-input-number .yotta-input input::-webkit-inner-spin-button{-webkit-appearance:none}.yotta-input-number .yotta-input input[type=number]{-moz-appearance:textfield}.yotta-input-number[position=right] .yotta-subtraction-btn{right:0;border-right-width:0px;border-left-width:1px}.yotta-input-number[position=right] .yotta-addition-btn{border-bottom-width:1px}.yotta-input-number[size=lg]{height:44px;width:200px}.yotta-input-number[size=lg] .yotta-input{height:44px;line-height:44px;padding:0 44px}.yotta-input-number[size=lg] .yotta-control-btn{width:44px;height:44px;line-height:44px;z-index:1}.yotta-input-number[size=lg][position=right] .yotta-input{padding:0 44px 0 0}.yotta-input-number[size=lg][position=right] .yotta-control-btn{height:22px;line-height:22px}.yotta-input-number[size=lg][position=right] .yotta-subtraction-btn{top:21px}.yotta-input-number[size=md]{height:38px;width:160px}.yotta-input-number[size=md] .yotta-input{height:38px;line-height:38px;padding:0 38px}.yotta-input-number[size=md] .yotta-control-btn{width:38px;height:38px;line-height:38px;z-index:1}.yotta-input-number[size=md][position=right] .yotta-input{padding:0 38px 0 0}.yotta-input-number[size=md][position=right] .yotta-control-btn{height:19px;line-height:19px}.yotta-input-number[size=md][position=right] .yotta-subtraction-btn{top:18px}.yotta-input-number[size=sm]{height:32px;width:140px}.yotta-input-number[size=sm] .yotta-input{height:32px;line-height:32px;padding:0 32px}.yotta-input-number[size=sm] .yotta-control-btn{width:32px;height:32px;line-height:32px;z-index:1}.yotta-input-number[size=sm][position=right] .yotta-input{padding:0 32px 0 0}.yotta-input-number[size=sm][position=right] .yotta-control-btn{height:16px;line-height:16px}.yotta-input-number[size=sm][position=right] .yotta-subtraction-btn{top:15px}.yotta-input-number[size=xs]{height:26px;width:120px}.yotta-input-number[size=xs] .yotta-input{height:26px;line-height:26px;padding:0 26px}.yotta-input-number[size=xs] .yotta-control-btn{width:26px;height:26px;line-height:26px;z-index:1}.yotta-input-number[size=xs][position=right] .yotta-input{padding:0 26px 0 0}.yotta-input-number[size=xs][position=right] .yotta-control-btn{height:13px;line-height:13px}.yotta-input-number[size=xs][position=right] .yotta-subtraction-btn{top:12px}
