.workspace-svg{overflow: hidden; touch-action: pinch-zoom; user-select: none;border: 1px solid #ddd;border-top: none;width: 100%;cursor: grab;}
#schemsHallsTab{margin-bottom: 0;}
/* #schemsHallsTab li a {background: inherit;} */
#mod_expo_schema .workspace-shema {
  width: 100%;
  position: relative;
}
#mod_expo_schema img {
  width: 100%;
}
#mod_expo_schema .workspace-svg a:hover {
  cursor: pointer;
}

#mod_expo_schema .zagolovok-cc {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
  /* text-align: left;
  display: block; */
  width: 100%;
  margin:0 0 10px;
}
#mod_expo_schema .cards-company{
  margin-bottom: 30px;
}
#cards_company_scroll {
  overflow: hidden;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
}
#cards_company_scroll::-webkit-scrollbar {
  width: 7px; 
}
#cards_company_scroll::-webkit-scrollbar-thumb {
  background-color: #CDCDCD;    /* цвет бегунка */
}
#mod_expo_schema .exh-comp-item {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #c4c4c4;
}
#mod_expo_schema .exh-comp-item:last-child {
  border: none
}

#mod_expo_schema .path-hover{fill:rgba(0, 255, 0, 0.2);}


/* workspace-zoom */
#mod_expo_schema .workspace-navigation{
  position: absolute;
  right: 8px;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
}
#mod_expo_schema .workspace-navigation-group{
  border-radius: 12px;
  box-shadow: 0 2px 6px 0 rgb(77,77,77);
  background: rgba(255,255,255,.7);
}
#mod_expo_schema .workspace-navigation-group div{
  cursor: pointer;
}
/* end workspace-zoom */

/* #mod_expo_schema #search-cards-company {
  position: relative;
  width: 100%;
}
#mod_expo_schema #search-cards-company input{
  width: 100%;
  height: 42px;
  border: 2px solid #c4c4c4;
  outline: none;
  background: white;
  border-radius: 0;
  font-size: 16px;
}
#mod_expo_schema #search-cards-company button {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  border: none;
  background: #c4c4c4;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
#mod_expo_schema #search-cards-company button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: white;
} */
#mod_expo_schema #search-cards-company input {
    box-sizing: content-box;
}

.exh-comp-item.bold {
  font-weight: 700;
}

#mod_expo_schema .active-area{stroke:#ff00ff;stroke-width: 2px;}
#mod_expo_schema .location-scheme{transform: rotate(-135deg);transform-box: fill-box;opacity: 0;}
#mod_expo_schema .active-area+.location-scheme{opacity: .65;}