.the_pin {
  cursor: pointer;
}
.the_popover {
  position: absolute;
  background-color: white;
  border: none;
  display: none;
  width: 100px;
  right: 45px;
  box-shadow: 0px 0px 10px #c5c5c5;
  border-radius: 5px;
}
.manage_company .the_pin:focus .the_popover {
  display: block;
}
.recharts-legend-wrapper {
  bottom: -15px !important;
}
/* .table_body{
    overflow: auto;
} */
.the_popover p {
  margin-bottom: 0;
  padding: 7px 10px;
  text-align: left;
  cursor: pointer;
}
.the_popover {
  padding: 5px 0px;
}
.the_popover p:hover {
  background-color: #f8fafb;
}
.the_pin:focus {
  outline: none;
}
.the_pin:focus img {
  background-color: #d3dde6;
  border-radius: 50%;
}
.mother_company {
  display: flex;
}
/* .mothercompany_sidebar{
    flex-basis: 30%;
} */
/* .mothercompany_body{
    flex-basis: 70%;
} */
/* .mothercompany_sidebar_heading{
    display: flex;
    background-color: white;
    padding: 15px 10px;
    border-left: 10px solid #18A4E0;
} */
.mothercompany_sidebar_heading_left {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
}
.mothercompany_sidebar_heading_right {
  display: flex;
  justify-content: flex-end;
}
/* .popover_mothercompany{
    position: absolute;
    display: none;
} */
/* .mothercompany_sidebar_pin_right:focus  .popover_mothercompany{
    display: block;
} */
.child_companies {
  display: flex;
}
.child_companies_right {
  display: flex;
  flex-basis: 30%;
  justify-content: flex-end;
}
.child_companies_left {
  flex-basis: 70%;
}
.child_pin {
  position: relative;
}
.child_pin:focus .child_pin_popover {
  display: block;
}
.child_pin_popover {
  display: none;
  position: absolute;
  background-color: white;
  border-color: black;
}
.child_companies_body {
  display: flex;
  flex-wrap: wrap;
}
.child_companies_body_table {
  display: flex;
  flex-wrap: wrap;
}
.cui-statusbar {
  display: none !important;
}
.ewa-embed-footer {
  display: none !important;
}
