: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}.yotta-checkbox[size=lg] .yotta-form-checkbox[lay-skin=primary] .yotta-icon{height:20px;box-sizing:border-box;font-size:14px;line-height:20px;width:20px}.yotta-checkbox[size=lg] .yotta-form-checkbox[lay-skin=primary] .yotta-checkbox-label{height:20px;font-size:16px;line-height:20px}.yotta-checkbox[size=md] .yotta-form-checkbox[lay-skin=primary] .yotta-icon{height:18px;box-sizing:border-box;font-size:12px;line-height:18px;width:18px}.yotta-checkbox[size=md] .yotta-form-checkbox[lay-skin=primary] .yotta-checkbox-label{height:18px;font-size:14px;line-height:18px}.yotta-checkbox[size=sm] .yotta-form-checkbox[lay-skin=primary] .yotta-icon{height:16px;box-sizing:border-box;font-size:10px;line-height:16px;width:16px}.yotta-checkbox[size=sm] .yotta-form-checkbox[lay-skin=primary] .yotta-checkbox-label{height:16px;font-size:12px;line-height:16px}.yotta-checkbox[size=xs] .yotta-form-checkbox[lay-skin=primary] .yotta-icon{height:14px;box-sizing:border-box;font-size:8px;line-height:14px;width:14px}.yotta-checkbox[size=xs] .yotta-form-checkbox[lay-skin=primary] .yotta-checkbox-label{height:14px;font-size:10px;line-height:14px}.yotta-checkbox input[type=checkbox]{display:none}.yotta-form-checkbox{position:relative;height:30px;line-height:30px;margin-right:10px;padding-right:30px;cursor:pointer;font-size:0;-webkit-transition:.1s linear;transition:.1s linear;box-sizing:border-box}.yotta-form-checkbox span{padding:0 10px;height:100%;font-size:14px;border-radius:2px 0 0 2px;background-color:var(--global-neutral-color-6);color:#fff;overflow:hidden}.yotta-form-checkbox:hover span{background-color:var(--global-neutral-color-8)}.yotta-form-checkbox i{top:0;right:0;width:29px;height:28px;position:absolute;border-top:1px solid var(--global-neutral-color-6);border-bottom:1px solid var(--global-neutral-color-6);border-right:1px solid var(--global-neutral-color-6);border-radius:0 2px 2px 0;color:#fff;font-size:20px;text-align:center}.yotta-form-checkbox:hover i{border-color:var(--global-neutral-color-8);color:var(--global-neutral-color-8)}.yotta-form-checkbox[lay-skin=primary]{height:auto!important;line-height:normal!important;border:none!important;margin-right:0;padding-left:28px;padding-right:0;background:0 0}.yotta-form-checkbox[lay-skin=primary] span{padding-left:0;padding-right:15px;line-height:18px;background:0 0;color:#666}.yotta-form-checkbox[lay-skin=primary] i{right:auto;left:0;width:16px;height:16px;line-height:16px;border:1px solid var(--global-neutral-color-6);font-size:12px;border-radius:2px;background-color:#fff;-webkit-transition:.1s linear;transition:.1s linear}.yotta-form-checkbox[lay-skin=primary]:hover i{border-color:var(--global-checked-color);color:#fff}.yotta-form-checked,.yotta-form-checked:hover{border-color:var(--global-checked-color)}.yotta-form-checked i,.yotta-form-checked:hover i{color:var(--global-checked-color)}.yotta-form-checked span,.yotta-form-checked:hover span{background-color:var(--global-checked-color)}.yotta-form-checked[lay-skin=primary] i{border-color:var(--global-checked-color);background-color:var(--global-checked-color);color:#fff}.yotta-form-checked[lay-skin=primary] span{background:0 0!important}.yotta-checkbox-disabled[lay-skin=primary] span{background:0 0!important;color:var(--global-neutral-color-8)!important}.yotta-checkbox-disabled[lay-skin=primary]:hover i{border-color:var(--global-neutral-color-6)}.yotta-checkbox-disabled,.yotta-checkbox-disabled i{border-color:var(--global-neutral-color-3)!important}.yotta-checkbox-disabled span{background-color:var(--global-neutral-color-3)!important}.yotta-checkbox-disabled em{color:var(--global-neutral-color-6)!important}.yotta-checkbox-disabled:hover i{color:#fff!important}.yotta-checkbox-disabled .yotta-icon-ok,.yotta-checkbox-disabled .yotta-icon-subtraction{background-color:var(--global-neutral-color-3)!important;border-color:var(--global-neutral-color-3)!important}:root{--transfer-box-border-radius: var(--global-border-radius)}.yotta-transfer{display:flex}.yotta-transfer .yotta-btn+.yotta-btn{margin-left:0}.yotta-transfer-box,.yotta-transfer-header,.yotta-transfer-search{border-width:0;border-style:solid;border-color:#eee}.yotta-transfer-box{position:relative;border-width:1px;display:flex;flex-direction:column;border-radius:var(--transfer-box-border-radius);background-color:#fff}.yotta-transfer-box .yotta-form-checkbox{width:100%;margin:0!important}.yotta-transfer-header{height:38px;line-height:38px;padding:0 10px;border-bottom-width:1px;flex:0}.yotta-transfer-search{position:relative;padding:10px;border-bottom-width:1px;flex:0}.yotta-transfer-search .yotta-input{height:35px;padding-left:2px;font-size:13px;letter-spacing:1px}.yotta-transfer-search .yotta-icon-search{color:#666}.yotta-transfer-active{margin:0 15px}.yotta-transfer-active .yotta-btn{display:block;margin:0;padding:0 15px;background-color:var(--global-checked-color);border-color:var(--global-checked-color);color:#fff}.yotta-transfer-active .yotta-btn-disabled{background-color:#fbfbfb;border-color:#eee;color:#d2d2d2}.yotta-transfer-active .yotta-btn:first-child{margin-bottom:15px}.yotta-transfer-active .yotta-btn .yotta-icon{margin:0;font-size:14px!important}.yotta-transfer-data{padding:5px 0;overflow:auto;flex:1}.yotta-transfer-data li{height:32px;line-height:32px;padding:0 10px}.yotta-transfer-data li:hover{background-color:#f6f6f6;transition:.5s all}.yotta-transfer-data .yotta-none{padding:15px 10px;text-align:center;color:#999}.yotta-transfer-active{display:flex;align-items:center;justify-items:center}.yotta-transfer-footer{flex:0;height:38px;line-height:38px;border-top:1px solid #eee;padding:0 10px}
