body.diplay-one-event {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*
  div.content-details-btns {
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      border: 1px solid #ebebeb;
      flex-direction: column;
      border-radius: 7px;
      padding: 15px 24px;
      h3.about-subject {
          width: 100%;
          color: #212529;
          font-size: 1.0rem;
          font-weight: 600;
          margin: 10px 0px;
      }
      p, div {
          height: auto; 
          font-size: 14px!important;
          line-height: 20px!important;
          font-family: "Ubuntu"!important;
          color: #2e2c2c!important;
          font-weight: 400;
          flex-direction: column;
          margin-bottom: 15px;
          strong {
              font-weight: 600!important;
          }
      }
      ul {
          margin-bottom: 2px!important;
          list-style: disc!important;
          list-style-type: disc!important;
          padding-left: 25px!important;
          li {
              font-size: 15px!important;
              line-height: 22px!important;
              font-family: "Ubuntu"!important;
              color: #2e2c2c!important;
              font-weight: 400!important;
              flex-direction: column;
              margin: 0px 0px!important;
          }
      }
  }
  */
}
body.diplay-one-event main#main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
body.diplay-one-event div.container-fluid {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}
body.diplay-one-event div.events-categories {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: 0px solid #dfdfdf;
  border-bottom: 0px solid #dfdfdf;
  margin-bottom: 12px;
  margin-top: 0px;
  padding: 0px 0px;
  flex-wrap: wrap;
}
body.diplay-one-event div.events-categories h1.title-inner-section {
  width: 100%;
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 600;
}
body.diplay-one-event div.events-categories p {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
}
body.diplay-one-event div.events-categories a.job-category {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin: 0px 8px;
  margin-left: 0px;
  border-radius: 7px;
  font-size: 14px;
  background: #fff;
  font-weight: 600;
  border: 2px solid #2a852e;
  color: #2a852e;
  transition: 0.5s;
}
body.diplay-one-event div.events-categories a.job-category:hover {
  border: 2px solid #005692;
  color: #005692;
  transition: 0.5s;
}
body.diplay-one-event div.events-categories .link-job-category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 15px;
  padding-left: 5px;
  margin: 7px 0px;
  border-radius: 15px;
  font-size: 14px;
  background: #fff;
  font-weight: 600;
  color: #005692;
  transition: 0.5s;
}
body.diplay-one-event div.events-categories .link-job-category i {
  margin-right: 8px;
}
body.diplay-one-event div.events-categories .link-job-category:hover {
  color: #2a852e;
  transition: 0.5s;
}
body.diplay-one-event .main-left-sidebar .connection-statistics {
  padding: 15px;
}
body.diplay-one-event .main-left-sidebar .connection-statistics .head-connections {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 14px;
}
body.diplay-one-event .main-left-sidebar .connection-statistics .head-connections h3 {
  width: 100%;
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 0px;
  font-weight: 600;
}
body.diplay-one-event .main-left-sidebar .connection-statistics .head-connections h3 svg {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
body.diplay-one-event .main-left-sidebar .connection-statistics .body-connections {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
body.diplay-one-event .main-left-sidebar .connection-statistics .body-connections a.item-connections {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  color: #959595;
  transition: 0.5s;
}
body.diplay-one-event .main-left-sidebar .connection-statistics .body-connections a.item-connections div.left-item {
  display: flex;
  align-items: center;
}
body.diplay-one-event .main-left-sidebar .connection-statistics .body-connections a.item-connections div.left-item svg {
  fill: #959595;
  margin-right: 8px;
}
body.diplay-one-event .main-left-sidebar .connection-statistics .body-connections a.item-connections span {
  font-weight: 400;
}
body.diplay-one-event .main-left-sidebar .connection-statistics .body-connections a.item-connections:hover {
  color: #005692;
  transition: 0.5s;
}
body.diplay-one-event .main-left-sidebar svg {
  width: 25px;
  height: 25px;
}
body.diplay-one-event div.connections-requests {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.diplay-one-event div.connections-requests div.head-requests {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 5px;
}
body.diplay-one-event div.connections-requests div.head-requests h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
}
body.diplay-one-event div.connections-requests div.head-requests a {
  font-size: 14px;
}
body.diplay-one-event div.connections-requests div.head-requests svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
body.diplay-one-event div.user-profile-navbar {
  width: 50%;
  max-width: 320px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.diplay-one-event div.user-profile-navbar div.content-photo-profile {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.diplay-one-event div.user-profile-navbar div.content-photo-profile a.link-photo {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 9px;
}
body.diplay-one-event div.user-profile-navbar div.content-photo-profile a.link-photo img {
  width: 100% !important;
  height: 100% !important;
}
body.diplay-one-event div.user-profile-navbar div.content-photo-profile a.link-photo i {
  right: 10px;
  bottom: 14px;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
  color: #2a852e;
  font-size: 11px;
  padding: 0px;
}
body.diplay-one-event div.user-profile-navbar div.user-desc-profile {
  width: 85%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
body.diplay-one-event div.user-profile-navbar div.user-desc-profile .usr-name-navbar {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: #1c1c1c;
  margin-bottom: 0px;
}
body.diplay-one-event div.user-profile-navbar div.user-desc-profile .usr-name-navbar a {
  color: #1c1c1c;
  transition: 0.5s;
}
body.diplay-one-event div.user-profile-navbar div.user-desc-profile .usr-name-navbar a:hover {
  color: #0162a6;
  transition: 0.5s;
}
body.diplay-one-event div.user-profile-navbar div.user-desc-profile .event-oranizator {
  color: #2a852e;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 7px;
  border-radius: 7px;
  border: 2px solid #2a852e;
  margin-left: 5px;
  margin-top: -4px;
  transition: 0.5s;
}
body.diplay-one-event div.user-profile-navbar div.user-desc-profile .event-oranizator:hover {
  color: #0162a6;
  border: 2px solid #0162a6;
  transition: 0.5s;
}
body.diplay-one-event div.user-profile-navbar div.user-desc-profile .title-t02 {
  width: 100%;
  text-align: left;
  font-weight: 400;
  margin-bottom: 1px;
  font-size: 13px;
  color: #777;
}
body.diplay-one-event div.user-profile-navbar div.user-desc-profile .externa-page-link {
  transform: 0.5s;
}
body.diplay-one-event div.user-profile-navbar div.user-desc-profile .externa-page-link:hover {
  color: #2a852e;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
body.diplay-one-event div.event-body-content div.left-body-event {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
body.diplay-one-event div.event-body-content div.left-body-event a.btn-edit-cover-event {
  top: 17px;
  right: 17px;
  position: absolute;
  color: #0162a6;
  border: 2px solid #0162a6;
  background-color: #ffffff;
  font-family: "Ubuntu";
  border-radius: 4px;
  font-weight: 600;
  padding: 8px 10px;
  font-size: 14px;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.left-body-event a.btn-edit-cover-event:hover {
  color: #2a852e;
  border: 2px solid #2a852e;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.left-body-event div.event-details-desc {
  width: 100%;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-desc-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-desc-btns .left-content-desc {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-desc-btns .left-content-desc a.accepted-invitation {
  font-size: 14px;
  color: #0162a6;
  border: 2px solid #0162a6;
  font-family: "Ubuntu";
  border-radius: 4px;
  padding: 8px 10px;
  font-weight: 600;
  margin-right: 10px;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-desc-btns .left-content-desc a.accepted-invitation i {
  margin-right: 2px;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-desc-btns .left-content-desc a.accepted-invitation:hover {
  color: #2a852e;
  border: 2px solid #2a852e;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-desc-btns .right-content-desc {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 15px;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-desc-btns .right-content-desc a.btn-like {
  font-size: 14px;
  color: #fff;
  border: 2px solid #0162a6;
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: 500;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0162a6;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-desc-btns .right-content-desc a.btn-like i {
  font-size: 17px;
  margin-right: 5px;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-desc-btns .right-content-desc a.btn-like:hover {
  color: #fff;
  border: 2px solid #2a852e;
  background-color: #2a852e;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-desc-btns .right-content-desc a.btn-comment {
  font-size: 14px;
  color: #fff;
  border: 2px solid #2a852e;
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a852e;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-desc-btns .right-content-desc a.btn-comment i {
  font-size: 17px;
  margin-right: 5px;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-desc-btns .right-content-desc a.btn-comment:hover {
  color: #fff;
  border: 2px solid #0162a6;
  background-color: #0162a6;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-details-btns {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-details-btns .header-content-details-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-details-btns .header-content-details-btns a.btn-edit-event {
  color: #005692;
  margin-right: 12px;
  position: absolute;
  right: 15px;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-details-btns .evt-title-t1 {
  width: 100%;
  font-weight: 500;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  position: relative;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-details-btns .evt-title-t1 i {
  font-size: 25px;
  margin-right: 5px;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-details-btns .p-desc-details {
  font-size: 14px;
  color: #1c1c1c;
  line-height: 22px;
  padding: 1px 8px;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-details-btns p, body.diplay-one-event div.event-body-content div.left-body-event div.content-details-btns div {
  height: auto;
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "Ubuntu" !important;
  color: #2e2c2c !important;
  font-weight: 400;
  flex-direction: column;
  margin-bottom: 15px;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-details-btns p strong, body.diplay-one-event div.event-body-content div.left-body-event div.content-details-btns div strong {
  font-weight: 600 !important;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-details-btns ul {
  margin-bottom: 2px !important;
  list-style: disc !important;
  list-style-type: disc !important;
  padding-left: 25px !important;
}
body.diplay-one-event div.event-body-content div.left-body-event div.content-details-btns ul li {
  font-size: 15px !important;
  line-height: 22px !important;
  font-family: "Ubuntu" !important;
  color: #2e2c2c !important;
  font-weight: 400 !important;
  flex-direction: column;
  margin: 0px 0px !important;
}
body.diplay-one-event div.event-body-content div.right-body-event {
  width: 35%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body.diplay-one-event div.event-body-content div.right-body-event div.event-statistics {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body.diplay-one-event div.event-body-content div.right-body-event div.event-statistics .event-title-t1 {
  width: 100%;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.right-body-event div.event-statistics .event-title-t1 a.btn-edit-cover-event {
  border: 2px solid #005692;
  border-radius: 3px;
  padding: 2px 7px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.event-statistics .event-title-t1 a.btn-edit-cover-event i {
  font-size: 15px;
  color: #005692;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.right-body-event div.event-statistics .event-title-t1 a.btn-edit-cover-event:hover {
  border: 2px solid #2a852e;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.right-body-event div.event-statistics .event-title-t1 a.btn-edit-cover-event:hover i {
  color: #2a852e;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.right-body-event div.event-statistics .event-category {
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 4px 0px;
  color: #4c4c4c;
}
body.diplay-one-event div.event-body-content div.right-body-event div.event-statistics .event-category i {
  margin-right: 8px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.event-statistics .event-category span {
  color: #2a852e;
  margin-right: 5px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.event-statistics a.event-location {
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 4px 0px;
  color: #005692;
  font-weight: 600;
}
body.diplay-one-event div.event-body-content div.right-body-event div.event-statistics a.event-location i {
  margin-right: 8px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.event-statistics a.event-location span {
  color: #2a852e;
  margin-right: 5px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.applicants-results {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #dfdfdf;
  margin-top: 15px;
  padding: 15px 0px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.applicants-results h1.applicants-icon {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.4rem;
  min-width: 100px;
  font-weight: 500;
}
body.diplay-one-event div.event-body-content div.right-body-event div.applicants-results h1.applicants-icon span {
  color: #717171;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 400;
}
body.diplay-one-event div.event-body-content div.right-body-event div.applicants-results a.see-all-applicants {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 5px;
  margin: 0px 8px;
  margin-right: 12px;
  border-radius: 5px;
  font-size: 14px;
  background: #fff;
  font-weight: 600;
  border: 2px solid #005692;
  color: #005692;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.right-body-event div.applicants-results a.see-all-applicants:hover {
  border: 2px solid #2a852e;
  color: #2a852e;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job h1.title-t1 {
  width: 100%;
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  /*border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;*/
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job p.desc-title-t1 {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job a.link-under {
  width: 100%;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: 600;
  color: #005692;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job a.link-under:hover {
  color: #2a852e;
  transition: 0.5s;
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job div.icon-applicants {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-top: 5px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job div.icon-applicants a.photo-usr {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #aeaeae;
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job div.icon-applicants a.photo-usr img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job div.icon-applicants a.photo-usr:nth-child(1) {
  z-index: 5;
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job div.icon-applicants a.photo-usr:nth-child(2) {
  z-index: 4;
  margin-left: -5px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job div.icon-applicants a.photo-usr:nth-child(3) {
  z-index: 3;
  margin-left: -5px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job div.icon-applicants a.photo-usr:nth-child(4) {
  z-index: 2;
  margin-left: -5px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.preview-applicants-job div.icon-applicants a.photo-usr:nth-child(5) {
  z-index: 1;
  margin-left: -5px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.post-reactions-desc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 2px 15px;
  background: #f1f1f1;
  border-radius: 7px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.post-reactions-desc a {
  font-size: 12px;
  color: #4c4c4c;
  margin-right: 12px;
}
body.diplay-one-event div.event-body-content div.right-body-event div.post-reactions-desc a i {
  font-size: 12px;
  margin-right: 1px;
}

/*# sourceMappingURL=display-event.css.map */
