.hover-result{max-width:440px;min-width:440px;min-height:273px}.card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.5rem;position:relative}.card__content--left{margin:0 1.5rem 0 0;width:48px;height:48px}.card__content--left img{border-radius:50%;width:48px;height:48px;-o-object-fit:cover;object-fit:cover}.card__content--right{line-height:2rem}.card__content--right .name,.card__content--right .location,.card__content--right .reputation-score{font-size:1.7rem}.card__content--right .name{font-family:RobotoMedium;text-decoration:none;transition:color .5s ease-in}.card__content--right .name:hover{color:#23527c}.card__content--right .location{display:block;color:#666;font-family:RobotoRegular}.card__content--right .alert-item{position:absolute;top:0;bottom:0;height:30px;color:red;right:5px}.card__content--right .alert-item i:before{font-size:1.8rem}.card__content--right .reputation-score{font-family:RobotoRegular;color:#333} .card.sameName{margin:0 0 1.5rem;padding:3rem;background-color:#fff;border-radius:10px;border:1px solid #eaebef;-webkit-box-shadow:0 3px 6px -3px rgba(0,0,0,.14);box-shadow:0 3px 6px -3px rgba(0,0,0,.14)}@media screen and (max-width:991px){.card.sameName{border:none;-webkit-box-shadow:none;box-shadow:none;margin:0 0 3rem;padding:0}}.card-content{max-width:440px;min-width:440px;width:100%;min-height:273px;padding:3rem 3rem 1.3rem;border:1px solid #dbdbdb;border-radius:.5rem;background-color:#fff;border-bottom:none;position:relative;-webkit-box-shadow:0 0 35px rgb(0 0 0/27%);box-shadow:0 0 35px rgb(0 0 0/27%);z-index:0}.card-content:after{content:"";height:30px;width:100%;background-color:transparent;position:absolute;left:0;bottom:-15px}.card-content .card-hover__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #eee;margin:0 0 1.5rem}.card-content .card-hover__body--left{margin:0 1rem 0 0} .card-content .card-hover__body--left .card-reputation{width:125px;position:relative}.card-content .card-hover__body--left .card-reputation--score{overflow:hidden;width:100%;height:155px}.card-content .card-hover__body--left .card-reputation--score circle{stroke-width:45px;fill:transparent}.card-content .card-hover__body--left .card-reputation--score .segment-red{stroke:rgba(255,0,0,.3);stroke-dasharray:29,279;stroke-dashoffset:195;animation-name:segmentRedLoading;animation-fill-mode:forwards;animation-duration:1.25s;animation-timing-function:linear;animation-delay:1s;animation-iteration-count:3}.card-content .card-hover__body--left .card-reputation--score .segment-orange{stroke:rgba(255,157,50,.3);stroke-dasharray:29,284;stroke-dashoffset:171;animation-name:segmentOrangeLoading;animation-fill-mode:forwards;animation-duration:1.25s;animation-timing-function:linear;animation-delay:1s;animation-iteration-count:3}.card-content .card-hover__body--left .card-reputation--score .segment-green1{stroke:rgba(84,220,101,.3);stroke-dasharray:29,290;stroke-dashoffset:148;animation-name:segmentGreen1Loading;animation-fill-mode:forwards;animation-duration:1.25s;animation-timing-function:linear;animation-delay:1s;animation-iteration-count:3} .card-content .card-hover__body--left .card-reputation--score .segment-green3{stroke:rgba(0,180,74,.3);stroke-dasharray:29,272;stroke-dashoffset:101;animation-name:segmentGreen2Loading;animation-fill-mode:forwards;animation-duration:1.25s;animation-timing-function:linear;animation-delay:1s;animation-iteration-count:3}.card-content .card-hover__body--left .card-reputation--photo{position:absolute;width:56px;height:56px;top:50%;left:50%;-webkit-transform:translate(-45%,-90%);transform:translate(-45%,-90%);border-radius:50%;background-repeat:no-repeat;background-size:cover;z-index:2}.card-content .card-hover__body--left .card-reputation--photo img{border:6px solid #fff;border-radius:50%;-o-object-fit:cover;object-fit:cover;width:56px;height:56px}.card-content .card-hover__body--left .card-reputation--photo .text-indicator{position:absolute;top:60%;font-size:1.1rem;font-family:RobotoBold}.card-content .card-hover__body--left .card-reputation--photo .red{left:0;-webkit-transform:translateX(-110%);transform:translateX(-110%)} .card-content .card-hover__body--left .card-reputation--photo .green{right:0;-webkit-transform:translateX(110%);transform:translateX(110%)}.card-content .card-hover__body--left .card-reputation--photo .score-range{width:130px;position:absolute;top:100%;left:50%;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%);text-align:center}.card-content .card-hover__body--left .card-reputation--photo .score-range p{color:#888;font-size:1.2rem;margin:0}.card-content .card-hover__body--left .card-reputation--photo .score-range p span{font-size:1.7rem;font-family:RobotoBold}.card-content .card-hover__body--right{max-width:230px;width:100%}.card-content .card-hover__body--right .upper-content{margin:0 0 2rem}.card-content .card-hover__body--right .upper-content a{text-decoration:none;font-size:1.7rem}.card-content .card-hover__body--right .upper-content a:hover{text-decoration:underline}.card-content .card-hover__body--right .upper-content .alert-item{color:#fb0019}.card-content .card-hover__body--right .upper-content .alert-item i{font-style:normal;font-size:1.4rem;font-family:RobotoMedium} .card-content .card-hover__body--right .upper-content .alert-item i:before{margin:0 .5rem 0 0;font-size:1.4rem}.card-content .card-hover__body--right .upper-content p,.card-content .card-hover__body--right .lower-content p{margin:0 0 .25rem;font-family:RobotoRegular}.card-content .card-hover__body--right .lower-content p span:last-child{text-transform:capitalize}.card-content .card-hover__footer a{width:100%;margin:0}.card-hover__arrow{display:block;width:30px;height:30px;position:absolute;background-color:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);left:0;right:0;bottom:-16px;margin:auto;z-index:-1;border-top-right-radius:5px}@media screen and (max-width:991px){.card-content{-webkit-transform:translate(-8%,-115%);transform:translate(-8%,-115%)}.card-content .card-hover:after{-webkit-transform:translate(8px,13px);transform:translate(8px,13px)} .card-content{display:contents}.hover-result{background-color:#fff;padding:3rem 3rem 1.3rem;border:1px solid #dbdbdb;border-bottom:none;-webkit-box-shadow:0 0 35px rgb(0 0 0/27%);box-shadow:0 0 35px rgb(0 0 0/27%);-webkit-animation:showFadeIn .75s ease-in;animation:showFadeIn .75s ease-in}.card-content .card-hover__body--right .upper-content a{font-size:1.7rem}.card-content .card-hover__body--right .upper-content p,.card-content .card-hover__body--right .lower-content p{font-size:1.6rem}}@-webkit-keyframes showFadeIn{from{opacity:0}to{opacity:1}}@keyframes showFadeIn{from{opacity:0}to{opacity:1}}@keyframes segmentRedLoading{from{stroke:rgba(255,0,0,.3)}to{stroke:red}}@keyframes segmentOrangeLoading{from{stroke:rgba(255,157,50,.3)}to{stroke:#ff9d32}}@keyframes segmentGreen1Loading{from{stroke:rgba(84,220,101,.3)}to{stroke:#54dc65}}@keyframes segmentGreen2Loading{from{stroke:rgba(0,180,74,.3)}to{stroke:#00b44a}}