.width-max-content{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.custom-radio-wrapper{display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer;width:24px;height:24px}.custom-radio-input{opacity:0;position:absolute;width:0;height:0}.custom-radio-mark{width:18px;height:18px;border:2px solid #e2e2e2;border-radius:50%;background-color:#fff;transition:all .2s ease;box-shadow:0 0 0 2px transparent}.custom-radio-wrapper:hover .custom-radio-mark{box-shadow:0 0 0 2px rgba(0,0,0,.2)}.custom-radio-input:checked+.custom-radio-mark{border-color:#409eff;background-color:#409eff;box-shadow:inset 0 0 0 4px #fff}.overflow-visible-tabs .el-tabs__content{overflow:visible}.overflow-visible-tabs .card-sticky-top{position:sticky;top:140px}