.summary-table{max-width:600px}.summary-table-header{background:#f5f9fd;border:1px solid #f1f2f6;box-sizing:border-box;border-radius:5px 5px 0 0;height:46px;padding:0 10px}.summary-table-header .count,.summary-table-header .label,.summary-table-header .percent{display:flex;align-items:center;justify-content:center;color:#425486;font-size:14px;font-weight:500}.summary-table-header .label{justify-content:left}.summary-table-body{background:#fff;border:1px solid #f1f2f6;box-sizing:border-box;border-radius:0 0 5px 5px;padding:15px 10px}.summary-table-row{height:40px}.summary-table-row .count,.summary-table-row .label,.summary-table-row .percent{display:flex;align-items:center;color:#717fa4;font-size:16px}.summary-table-row .count,.summary-table-row .percent{justify-content:center}.driver-insight-view{padding-top:45px}.driver-insight-view .question-area{color:#a1a9c3;font-size:16px;text-align:left}.driver-insight-view .table-area{color:#425486;font-size:16px}.driver-insight-view .table-area .count,.driver-insight-view .table-area .percent{font-weight:500}.driver-insight-view .driver-distribution{margin-top:30px}.driver-insight-view .driver-distribution-header{color:#a1a9c3;font-size:16px;font-weight:500;margin-top:30px;max-width:700px;margin:auto;text-align:center}.slide-fade-enter-active{transition:all .2s ease}.slide-fade-leave-active{transition:all .5s cubic-bezier(1,.5,.8,1)}.slide-fade-enter,.slide-fade-leave-to{transform:translateY(50px);opacity:0}.v-progress-circular{position:relative;display:inline-flex;vertical-align:middle}.v-progress-circular svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.v-progress-circular--indeterminate svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite;stroke-linecap:round;stroke-dasharray:80,200;stroke-dashoffset:0px}.v-progress-circular__underlay{stroke:rgba(0,0,0,.1);z-index:1}.v-progress-circular__overlay{stroke:currentColor;z-index:2;transition:all .6s ease-in-out}.v-progress-circular__info{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-125px}}@keyframes progress-circular-rotate{to{transform:rotate(1turn)}}