.stars-row{display:inline-flex;position:relative;top:2px;justify-content:space-between}.stars-row .star{margin-right:3px;width:17px;height:16px;background-size:contain;background-repeat:no-repeat;background-position:50%;display:inline-block}.stars-row .star.full{background-image:url(/static/images/icons/star-full.png)}.stars-row .star.empty{background-image:url(/static/images/icons/star-empty.png)}.stars-row .star.half{position:relative;z-index:1;width:9px;margin-right:11px;background-size:17px 16px;background-position-x:0;background-image:url(/static/images/icons/star-full.png)}.stars-row .star.half:after{content:"";position:absolute;left:0;top:0;background:url(/static/images/icons/star-empty.png);display:inline-block;width:17px;height:16px;z-index:2}.errorField{font-family:latoLight;font-size:14px;padding:2px 5px;position:relative;bottom:5px;margin-top:6px}.errorField i{position:relative;top:2px;left:3px}.ant-message{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:fixed;top:16px;left:0;z-index:1010;width:100%;pointer-events:none}.ant-message-notice{padding:8px;text-align:center}.ant-message-notice:first-child{margin-top:-8px}.ant-message-notice-content{display:inline-block;padding:10px 16px;background:#fff;border-radius:4px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:all}.ant-message-success .anticon{color:#52c41a}.ant-message-error .anticon{color:#f5222d}.ant-message-warning .anticon{color:#faad14}.ant-message-info .anticon,.ant-message-loading .anticon{color:#1890ff}.ant-message .anticon{position:relative;top:1px;margin-right:8px;font-size:16px}.ant-message-notice.move-up-leave.move-up-leave-active{overflow:hidden;-webkit-animation-name:MessageMoveOut;animation-name:MessageMoveOut;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}@keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}