@charset "UTF-8";.drag-item-wrapper{display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center}.links-card{height:100%;width:100%}.links-card__links{height:100%;background:pink;display:flex;flex-direction:column;align-items:stretch}.links-card__link-wrapper{flex:1;position:relative}.links-card__link{border-top:1px solid var(--neutral-100);padding:8px 10px;font-weight:var(--font-weight-semi-bold);line-height:1.4;height:100%;display:flex;align-items:center;background:#fff;color:var(--primary)}.links-card__link:hover,.links-card__link:focus{background:var(--neutral-100);color:var(--foreground)}.links-card__link:active{background:var(--neutral-300);color:var(--foreground)}li:first-child>.links-card__link{border-top:none}.dashboard-add-new-card{height:100%;width:100%;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;border:2px dashed var(--primary-accent);cursor:pointer;transition:border .3s}.dashboard-add-new-card__icon-container{width:50px;height:50px;display:flex;align-items:center;justify-content:center;padding:10px;margin-bottom:20px;background-color:var(--primary-accent);border-radius:50%;transition:background-color .3s}.dashboard-add-new-card__title{font-size:20px;color:var(--primary-accent);transition:color .3s}.dashboard-add-new-card:hover{border-color:var(--primary)}.dashboard-add-new-card:hover .dashboard-add-new-card__icon-container{background-color:var(--primary)}.dashboard-add-new-card:hover .dashboard-add-new-card__title{color:var(--primary)}.map-card-counter{display:inline-flex;flex-direction:column;text-align:center;min-width:110px;flex:1}.map-card-counter__title{color:var(--neutral-400);line-height:2}.map-card-counter__value{min-height:32px}.map-card-counters{display:flex;justify-content:space-around;margin:25px 0}.map-card-counters__item{padding:10px 0;border-left:1.5px solid var(--neutral-100);display:flex;justify-content:center;flex:1;min-height:60px}.map-card-counters__item:first-child{border-left:none}@media screen and (max-width:960px){.map-card-counters{flex-wrap:wrap}.map-card-counters__item{width:50%}.map-card-counters__item:nth-child(3){border-left:none}}.map-card-breadcrumbs{font-weight:var(--font-weight-semi-bold);display:flex;text-transform:uppercase;letter-spacing:1px}.map-card-breadcrumbs__separator{margin:0 5px;color:var(--neutral-400)}.map-card-breadcrumbs__selected{font-weight:var(--font-weight-semi-bold)}.dashboard-map-card{grid-row:1;grid-column:-1}.dashboard-map-card__content{display:flex;flex-wrap:wrap}.dashboard-map-card .map-iframe iframe{width:100%;height:100%}.dashboard-map-card .map{position:relative;width:100%;min-height:450px;min-width:300px;flex:1}.dashboard-map-card .dashboard-charts{min-width:250px;flex:1;padding-right:15px;max-height:100%}.dashboard-map-card .dashboard-charts .transactions-stats{flex:1;max-height:100%;justify-content:flex-start;margin-top:10px}.dashboard-map-card .dashboard-charts .transactions-stats .chart{max-height:280px;min-height:280px;min-width:260px;width:initial}.dashboard-map-card .dashboard-charts .transactions-stats .chart:first-of-type{border-right:1.5px solid var(--neutral-100);padding-right:11.5px;margin-right:0}@media screen and (max-width:600px){.dashboard-map-card .dashboard-charts .transactions-stats .chart:first-of-type{border-right:none}}.dashboard-map-card .dashboard-charts .transactions-stats .chart:last-of-type{padding-left:10px}.dashboard-map-card .dashboard-charts .chart-legend{text-align:center;font-weight:var(--font-weight-semi-bold);line-height:1.2;text-transform:uppercase;color:var(--foreground);font-size:inherit}.dashboard-map-card .dashboard-charts .chart-legend .chart-legend__current-value{font-size:24px;font-weight:var(--font-weight-bold);color:var(--foreground);margin-bottom:10px}.dashboard-card-row{padding:10px;border-bottom:1px solid var(--neutral-100);height:80px;overflow:hidden}@media screen and (max-width:600px){.dashboard-card-row{height:unset}}.horizontal-list{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.horizontal-list__item{display:inline-flex;align-items:center}.horizontal-list__item+.horizontal-list__item:before{content:" · ";margin:0 4px}.company-updates-card-item{padding:10px;border-bottom:1px solid var(--neutral-100);height:80px}.company-updates-card-item__title,.company-updates-card-item__searches-lists{font-size:12px;line-height:1.4;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.company-updates-card-item__info-wrapper{overflow:hidden}.company-updates-card-item__entity-name{font-size:14px;line-height:1.3;font-weight:var(--font-weight-bold)}.company-updates-card-item__searches-lists .dropdown-manage-list{display:inline-block;margin-left:2px;margin-right:5px}@media screen and (max-width:600px){.company-updates-card-item{height:unset}}.matches-card-item{justify-content:space-between;display:flex}.matches-card-item:hover{background-color:var(--neutral-100)}.matches-card-item__info{flex:20% 2 2;min-width:0}.matches-card-item__employees{flex:1}.matches-card-item__employees .growth-line-chart{min-height:100%;max-height:100%}.matches-card-item__date{display:flex;align-items:center;padding:0 15px;color:var(--neutral-400)}.matches-card-item__date .icon-font{margin-right:5px}@media screen and (max-width:600px){.matches-card-item__employees{display:none}}.dashboard-sortable{display:grid;grid-auto-rows:minmax(1fr,auto);grid-gap:25px;margin-bottom:30px}.dashboard-sortable--mobile{display:block}.dashboard-sortable__item{grid-column:span 2;height:100%;width:100%;min-height:480px}.dashboard-sortable__item--mobile{height:unset;min-height:unset}.dashboard-sortable--mobile .dashboard-sortable__item{margin-bottom:25px}.dashboard-sortable .recommended-item{min-height:unset}.dashboard{font-size:14px;line-height:1.2;padding-bottom:25px}.dashboard .grid-view__item{overflow:visible;min-width:0}.dashboard .grid-view__item .card__content{overflow:hidden}.dashboard .card .icon-pencil{display:flex}.dashboard-rounds-card .simple-table td.company,.dashboard-exits-card .simple-table td.company{max-width:180px}.dashboard .line-chart-column .values-container,.dashboard .line-chart-column .hover-values,.dashboard .line-chart-column .values{top:0}.dashboard .simple-table tbody tr{height:50px;cursor:pointer}.dashboard .simple-table tbody tr:hover{background-color:var(--neutral-100);color:var(--foreground)}.dashboard .simple-table td{padding:2px 5px}.dashboard .simple-table td.growth-signal{max-width:0;position:relative}.dashboard .simple-table td.growth-signal .growth-line-chart{padding:0 10px;height:40px}.dashboard .simple-table td.year-founded{color:var(--deprecated-foreground)}.dashboard .simple-table tr:hover td.growth-signal .growth-line-chart__hover-content{opacity:1}.dashboard .simple-table tr:hover td.growth-signal .growth-line-chart__content{opacity:0}
