body.u-connection-page {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body.u-connection-page main.main-fluid-u-connections {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover {
  width: 23%;
  /************ Right sibe bar about *************/
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .content-manager-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 7px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .content-manager-section h1 {
  width: 100%;
  color: #000;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .content-manager-section h1 i {
  color: #000;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .content-manager-section a {
  color: #005692;
  margin: 2px 0;
  padding: 5px 0;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .content-manager-section a i {
  margin-right: 8px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .content-manager-section a:hover {
  color: #2a852e;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company {
  padding: 15px;
  border-radius: 7px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company .about-company-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company .about-company-list .content-logo {
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  /*
  img {
      width: 125px;
      height: 125px;
      border: 5px solid #ccc;
      border-radius: 50%;
  }*/
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company .about-company-list a.btn-icon-edit-logo {
  color: #0271bd;
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  background: #0271bd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -24px;
  margin-right: -60px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company .about-company-list a.btn-icon-edit-logo i {
  width: 8px;
  height: 14px;
  color: #fff;
  font-size: 13px;
  margin-left: -6px;
  margin-top: 1px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company .about-company-list h1.company-name {
  width: 100%;
  text-align: center;
  font-family: "Ubuntu";
  margin-top: 15px;
  font-size: 1.4rem;
  color: #222222;
  line-height: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company .about-company-list h1.company-name a {
  width: 100%;
  font-size: 0.8rem;
  text-transform: capitalize;
  color: #015692;
  font-weight: 500;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company .about-company-list h1.company-name span {
  width: 100%;
  font-size: 0.8rem;
  text-transform: capitalize;
  color: #646464;
  margin-top: -5px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company .about-company-list p.user-location-profile {
  margin-bottom: 7px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company .about-company-list p.user-location-profile a {
  color: #1769ff;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company .about-company-list p.user-location-profile a:hover {
  color: #109e31;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company .about-company-list p.profission-sidebare a {
  color: #222222;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .about-company .about-company-list p.p-desc-page {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  color: #222;
  text-align: center;
  padding: 5px 0px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .content-followers-influence {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 5px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .content-followers-influence .numb-followers:nth-child(1) {
  border-right: 1px solid #ccc;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .content-followers-influence .numb-followers {
  width: 50%;
  font-size: 2.2rem;
  letter-spacing: -2px;
  color: #686a7c;
  line-height: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .content-followers-influence .numb-followers span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 7px;
  padding-bottom: 15px;
  padding-top: 15px;
  flex-wrap: wrap;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button i {
  height: 15px;
  font-size: 1.3rem;
  height: 20px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button .btn-green-transparent {
  width: 40%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2a852e;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  background: #fff;
  color: #2a852e;
  font-weight: 600;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button .btn-green-transparent i {
  margin-right: 8px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button .btn-green-transparent:hover {
  background: #2a852e;
  color: #ffffff !important;
  border: 2px solid #2a852e;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button .btn-green-transparent:hover i {
  color: #ffffff;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button .btn-blue-transparent {
  width: 40%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #005692;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  background: #fff;
  color: #005692;
  font-weight: 600;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button .btn-blue-transparent:hover {
  background: #005692;
  color: #ffffff;
  border: 2px solid #005692;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button .btn-blue-transparent:hover i {
  color: #ffffff;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button .col-md-12 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 12px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button .col-md-12 .btn-blue-transparent-new-page {
  width: 91%;
  background: #fff;
  color: #0271bd;
  border: 0px solid #0271bd;
  border-radius: 5px !important;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button .col-md-12 .btn-blue-transparent-new-page i {
  height: 15px;
  color: #0271bd;
  font-size: 1.1rem;
  margin-right: 8px;
  height: 20px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button .col-md-12 .btn-blue-transparent-new-page:hover {
  color: #28a745 !important;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid .top-left-menu-cover .contact-company-button .col-md-12 .btn-blue-transparent-new-page:hover i {
  color: #28a745 !important;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid div.centent-user-connections {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 0px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid div.centent-user-connections div.body-page-centent-user-connections {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid div.centent-user-connections div.body-page-centent-user-connections div.content-user-presentation {
  width: 139px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid div.centent-user-connections div.body-page-centent-user-connections div.content-user-presentation a.user-presentation {
  width: 100%;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid div.centent-user-connections div.body-page-centent-user-connections div.content-user-presentation a.user-name-presentation {
  width: 100%;
  text-align: left;
  padding: 7px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #1c1c1c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid div.centent-user-connections div.body-page-centent-user-connections div.content-user-presentation a.user-function-presentation {
  width: 100%;
  height: 34px;
  text-align: left;
  padding: 5px 5px;
  font-size: 11px;
  font-weight: 400;
  color: #4c4c4c;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid div.centent-user-connections div.body-page-centent-user-connections div.content-user-presentation:hover {
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid div.centent-user-connections div.body-page-centent-user-connections div.content-user-presentation:hover a.user-presentation {
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid div.centent-user-connections div.body-page-centent-user-connections div.content-user-presentation:hover a.user-name-presentation {
  color: #109e31;
  transition: 0.5s;
}
body.u-connection-page main.main-fluid-u-connections div.container-fluid div.centent-user-connections div.body-page-centent-user-connections div.content-user-presentation:hover a.user-function-presentation {
  color: #0162a6;
  transition: 0.5s;
}

/*# sourceMappingURL=u-connections.css.map */
