.div__company-prof-about-container {
    display: flex;
    flex-direction: column;
}

.div__company-prof-bio-section {
    background: white;
    width: 100%;

    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.div__company-prof-map-section {
    background: white;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}


.div__company-prof-map-address-container {
    display: flex;
    flex-direction: row;
    
    justify-content: center;
    align-content: center;
    
}

.div__company-prof-address-card-row {
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 90%;
    align-items: center;
}


@media screen and (max-width: 1078px) {
    .div__company-prof-address-card-row {
        flex-direction: column;
    }
    .div__company-prof-about-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 488px) {
    .div__company-prof-about-container {
        align-items: center;
    }
    .div__company-prof-map-address-container {
        flex-direction: column;
    }
}
.div__company-prof-activity-card {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  background: white;
  display: flex;
  flex-direction: row;
  padding: 20px;
  max-height: 400px;
}

.div__company-prof-activity-card-column-of-elements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  min-width: 82%;
}

.div__company-prof-activity-card-icon-and-time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.div__company-prof-activity-card-icon-and-sector {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 450px;
}

.div__company-prof-activity-card-icon-and-sector > time {
  padding-top: 20px;
}

.div__company-prof-activity-card-type-and-poster {
  align-items: baseline;
  display: flex;
  flex-direction: row;
}

.activity-sector {
  font-weight: 700;
  color: #0d2752 !important;
  text-transform: uppercase;
  font-size: 17px;
}

.margin-sub-sector {
  margin-left: 81px;
}

.feed-sub-sectors {
  height: 600px;
  /* overflow-y: auto; */
}

.feed-sub-sector-scroll {
  max-height: 500px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.content-title {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 2560px) {
  .activity-summary {
    margin-top: 20px;
  }

  .div__company-prof-activity-card-column-of-elements {
    min-width: 89.5%;
  }

  .margin-sub-sector {
    margin-left: 152px;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .div__company-prof-activity-card-column-of-elements {
    min-width: 85.5%;
  }
  .margin-sub-sector {
    margin-left: 108px;
  }
}

@media screen and (max-width: 1000px) {
  .div__company-prof-activity-card {
    flex-direction: column;
    height: auto;
    max-height: 570px;
    overflow: hidden;
  }
}

@media screen and (max-width: 488px) {
  .div__company-prof-activity-card {
    flex-direction: column;
    height: auto;
    max-height: 700px !important;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .div__company-prof-activity-card-icon-and-sector {
    width: 180px;
  }

  .div__company-prof-activity-card-type-and-poster p {
    margin-top: 10px;
  }

  .div__company-prof-activity-card-column-of-elements {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .modalCard {
    border: none !important;
    outline: none !important;
  }
  .modalCardHeader {
    background-color: rgb(39, 149, 157) !important;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    outline: none !important;
  }
  .key-outer-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key-inner-div {
    height: 50px;
    width: 50px;
    background-color: rgb(39, 149, 157) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 0px 2px lavender;
    border: 1px solid lightgray;
  }
  .key-icon {
    color: white;
    height: 16px;
    width: 16px;
    font-size: 16px;
  }
  .text-for-password-change {
    color: #000042;
    display: flex;
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
    font-weight: 400;
  }
  .password-input {
    border-radius: 5px;
    background-color: #eee !important;
    height: 50px;
    color: #000042;
    font-weight: 600;
  }

  .password-btn {
    background-color: rgb(39, 149, 157);
    outline: none;
    border: none;
    font-weight: 600;
  }
}

.div__activity-card-small-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
}

.div__activity-card-small-col-of-elements {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.div__activity-card-small-col-of-elements > h4 {
  width: 90%;
}

@media screen and (max-width: 488px) {
  .div__activity-card-small-container {
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .div__activity-card-small-col-of-elements {
    width: 100%;
    margin-left: 0;
  }

  .div__activity-card-small-col-of-elements > h4 {
    text-align: center;
  }

  .div__activity-call-small-date-posted > p {
    text-align: center;
  }
}

.div__latest-posts-card-container {
    width: 100%;
    height: auto;
    background: white;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1000px) {
    .div__latest-posts-card-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.StripeElement {
  height: 40px;
  padding: 10px 12px;
  width: 100%;
  color: #32325d;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.card-element-main-div {
  width: 100%;
}

.left-payment-div {
  background-color: darkblue;
}


.payment-bio-text {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  /* font-weight: 700; */
  line-height: 30px;
}

.payment-left-div-text {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  /* font-weight: 700; */
  line-height: 30px;
}

.selected-plan-text {
  max-width: 270px;
}

.btn-close {
  width: 20px;
  font-size: 25px;
  color: red;
  margin-top: 10px;
}

.powered-by {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}

.payment-stripe-text {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.disabled-subscribe-btn {
  opacity: 0.6;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
  }
}

.div__new-banner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}

.div__new-banner > .img__new-banner {
  width: 100%;
  height: auto;

  min-height: 183px;
  min-width: 983px;
}

.btn-company-subscribe {
  position: absolute;
  margin-top: 100px;
  margin-left: 61px;
  width: 138px;
}

.img__comp-hero-profile-img {
  border: 1px solid white;
  width: 139px;
  max-width: 139px;
  height: 139px;
  margin-left: 40px;
  position: absolute;
}

.img__me-page-imgs {
  border-style: none;
}

.banner-height {
  height: 300px;
  overflow: hidden !important;
}

/* DEFAULT IF THERES NO LOGO PIC */
.div__comp-hero-profile-banner-default-logo {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid white;

  width: 139px;
  max-width: 139px;
  height: 139px;
  margin-left: 60px;
  position: absolute;
}

@media screen and (max-width: 1488px) {
  .img__comp-hero-profile-img {
    margin-left: 60px;
  }
}

@media screen and (max-width: 650px) {
  .img__comp-hero-profile-img {
    height: 60px;
    width: 60px;
    max-width: 60px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .btn-company-subscribe {
    margin-left: 41px;
  }
}



.div__checkbox-container {
    width: 30px;
    height: 30px;
  }


  .div__checkbox {
    width: 27px;
    height: 27px;
    background: white;
    border: 1px solid grey;
  }

  .box__ticked {
    border: 0px !important;
  }

.div__checkbox-container {
    width: 30px;
    height: 30px;
  }


  .div__checkbox {
    width: 27px;
    height: 27px;
    background: white;
    border: 1px solid grey;
  }

  .box__ticked {
    border: 0px !important;
  }

.div__action-btn-login-container {
    background: #27959d;
    padding: 5px;
    justify-content: center;
}

.div__action-btn-feeds-container {
    width: 100%;
    background: #27959d;
    padding: 5px;
    justify-content: center;
}

.div__action-btn-follow-container {
    background: #27959d;
    padding: 2px;
    width: 110px;
    margin: 5px;
    justify-content: center;
}

.div__action-btn-profile-container {
    background: #0F2751;
    padding: 2px;
    width: 110px;
    margin: 5px;
    justify-content: center;
}

.div__action-btn-default-container {
    background: grey;
    padding: 5px;
    justify-content: center;
}

.div__action-btn-small {
    background: #27959d;
    padding: 2px;
    width: 125px;
    justify-content: center;
}

.div__action-btn-large {
    background: #27959d;
    padding: 5px;
    width: 225px;
    justify-content: center;
}

/* In Community / Companies/People we have both the FOLLOW and PROFILE options together.
Makes sense to put into a reuseable component: */
.div__flw-and-prof-btns-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
}

.div__small-btn-container-turq {
    background: #27959d;
    width: 120px;
}

.div__small-btn-container-blue {
    background: #0F2751 !important;
    width: 120px !important;
}

.profile-btn {
    background: #0F2751 !important;
    border:#0F2751 !important;
    font-size: 18px !important;
}

.div__flw-and-prof-btns-container div .p__infabode-reg {
    text-align: center;
}

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(
    90deg,
    var(--base-color),
    var(--highlight-color),
    var(--base-color)
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

.div__first-section {
  padding-left: 0;
}

.div__second-section {
  align-items: center;
  justify-content: center;
  display: flex;
}
.div__third-section {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.div__sections-stack {
  display: flex;
  flex-direction: row;
}

.p__footer-options {
  color: white;
  font-family: inherit !important;
}

.div__stack-row {
  display: flex;
  flex-direction: row;
}

.div__stack-row .p__footer-options {
  margin-right: 25px;
}

.div__footer-color {
  background-color: #0f2751;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  z-index: 1040;
}

.img__footer-logo {
  width: 60%;
}

.footer-section {
  width: 100%;
  color: white;
  font-weight: 400;
  font-size: 18px;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 12px;
  outline: 0;
  font-size: 17px;
}

.advert-user-email-send-btn {
  width: auto;
  padding: 7px 12px;
  font-size: 16px;
  background-color: rgb(39, 149, 157);
  color: white;
  border: none;
  box-shadow: 1px 1px 2px lightgray;
  border-radius: 5px;
  font-weight: 600 !important;
}

.advert-send-btn-icon {
  height: 18px;
  width: 18px;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin: 0px 5px;
  outline: none !important;
}

.advert-modal-header {
  background-color: #0f2751;
  color: white !important;
  border-radius: 10px 10px 0px 0px !important;
  border: none;
}

.advert-modal-close-icon {
  position: absolute;
  right: 20px;
  color: white;
  top: 20px;
  cursor: pointer;
}

@media screen and (max-width: 3000px) {
  .div__stack-row {
    flex-direction: row !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 420px) {
  .div__second-section {
    width: 100%;
    margin: 10px;
  }

  .p__footer-options {
    font-size: 11px !important;
    position: relative;
    left: 14px;
    margin: 0px -10px;
  }

  .div__third-section {
    display: none;
  }
}

@media screen and (max-width: 430px) {
  .div__second-section {
    width: 100%;
    margin: 10px;
  }

  .p__footer-options {
    font-size: 10px;
    font-weight: 600;
    position: relative;
    left: 14px;
    margin: 0px -10px;
  }

  .div__third-section {
    display: none;
  }
}

@media screen and (max-width: 625px) {
  .div__second-section {
    width: 100%;
    margin: 3px 5px;
  }

  .p__footer-options {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    left: 14px;
  }

  .div__third-section {
    display: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .div__second-section {
    margin: 1px 5px;
    width: 100%;
  }

  .p__footer-options {
    font-size: 17px;
    font-weight: 400;
    position: relative;
    left: -25px;
    top: -5px;
  }

  .div__third-section {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .div__stack-row .p__footer-options {
    margin-right: 55px;
  }
}

@media screen and (max-width: 500px) {
  .topArrowBtn {
    background-color: #0f2751 !important;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
  }
  .top-arrow-icon {
    height: 16px !important;
    width: 16px !important;
    font-size: 16px !important;
  }
  .g-recaptcha {
    display: none !important;
  }
}

.div__reg-ad-container {
  padding-top: 0;
  margin-bottom: 90px;
  margin-top: 20px;
  max-height: 450px;
  width: 100%;
  height: auto;
}

.div__comp-ad-container {
  padding-top: 0;
  margin-top: 20px;
  width: 100%;
  max-width: 850px;
  height: auto;
  border: 1px solid skyblue;
}
.img__advert-box-img {
  width: 100%;
  height: 100%;
}

.img__digest-box-img {
  max-width: 60%;
  margin-bottom: 100px;
  max-height: 500px;
}

.input-digest-file {
  padding-left: 0px;
  background-color: #fff;
  height: 40px !important;
}

.button-digest-update {
  height: 50px !important;
  margin-top: 0px !important;
  background-color: #27959d !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border: 0 !important;
}

.sticky-ad {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

@media screen and (max-width: 1000px) {
  .div__advert-box-container {
    margin-top: 0;
    margin-left: 20px;
  }

  .div__comp-ad-container {
    width: 100%;
    height: auto;
  }
}

.contentCard {
  border-radius: 10px;
  box-shadow: 1px 1px 10px lavender;
}

.contentCardBody {
  padding: 0px;
}

.contentNav {
  background-color: #0f2751;
  border-radius: 10px 10px 0px 0px;
  height: 75px !important;
  width: 100%;
}

.navItem {
  background: rgb(39, 149, 157) !important;
  border-radius: 5px;
  display: flex !important;
  justify-content: center !important;
  text-align: !important;
  margin: 5px;
  width: 47%;
  cursor: pointer;
  font-weight: 700;
}

.notActiveNav {
  background: #173263;
  border-radius: 5px;
  display: flex !important;
  text-align: center !important;
  justify-content: center !important;
  margin: 5px;
  width: 48.2%;
  font-weight: 400;
  cursor: pointer;
}

.navLink {
  color: white !important;
  text-align: center !important;
  font-style: normal !important;
  font-size: 16px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 0px !important;
}

.contentFeedContent {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.contentCardFeedContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px 0px;
}

.editContentFeed {
  margin-left: 8px;
}

.editContentFeed a {
  color: rgb(39, 149, 157) !important;
  text-decoration: none;
}

.addFeedBtn {
  width: 100%;
  background: rgb(39, 149, 157) !important;
  border-radius: 5px;
  height: 50px;
  border: none;
}

.addEditBtn {
  background: #173263 !important;
  border-radius: 5px;
  height: 40px;
  border: none;
  width: 50px;
  height: 50px;
}

.inputCheckbox {
  position: relative;
  left: 25px;
}

.horizontalRule {
  line-height: 2em;
  border-top: 1px solid gray;
  width: 100%;
}

.searchBarIcon {
  opacity: 0.6;
  position: absolute;
  right: 35px;
  top: 135px;
  height: 20px !important;
  width: 20px !important;
}

.addFeedBtnIcon {
  height: 25px;
  width: 25px;
  /* top: -2px; */
}

.contentTitle {
  font: 16px;
  font-weight: 700;
}

.editLink a {
  color: rgb(39, 149, 157) !important;
  text-decoration: none;
  font: 16px;
  font-weight: 600;
}

.feeds-list-box {
  padding: 0 8px;
}

.add-feed-btn-box {
  padding: 0 15px;
}
.addEditFontIcon {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  font-size: 20px;
}

.add-btn-for-entities {
  width: 100%;
  height: 45px;
  background-color: #27959d !important;
  margin-left: 10px;
  font-weight: 600;
  border: none;
  outline: none;
  font-size: 18px;
}

.edit-btn-for-entities {
  height: 45px;
  margin-left: 20px;
}

@media screen and (min-width: 250px) and (max-width: 375px) {
  .navItem {
    width: 46.2%;
    font-size: 12px;
  }

  .notActiveNav {
    width: 46.2%;
  }

  .addEditBtn {
    position: relative;
    left: -10px;
    font-size: 10px;
  }
  .navLink {
    font-size: 10px !important;
  }

  .addEditFontIcon {
    height: 15px;
    width: 15px;
  }

  .addEditBtn {
    font-size: 10px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 376px) and (max-width: 750px) {
  .navItem {
    width: 47% !important;
  }

  .notActiveNav {
    width: 47%;
  }

  .addEditBtn {
    position: relative;
    left: -10px;
  }
  .navLink {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 1000px) {
  .navItem {
    width: 45% !important;
  }

  .notActiveNav {
    width: 45% !important;
  }

  .navLink {
    font-size: 10px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1650px) {
  .navItem {
    width: 46%;
    margin: 10px;
  }
  .notActiveNav {
    width: 46%;
  }
  .navLink {
    font-size: 14px;
  }
}

@media screen and (min-width: 1651px) and (max-width: 2580px) {
  .navItem {
    width: 48%;
  }
  .notActiveNav {
    width: 48%;
  }
}

/* add entity modal */

.modal-header {
  background-color: #0f2751;
  color: white;
  font-weight: 500;
  height: 60px;
}

.modal-icon {
  height: 18px;
  width: 18px;
  font-size: 18px;
  position: absolute;
  right: 20px !important;
  top: 20px;
  cursor: pointer;
}

.title {
  color: #0f2751;
  font-weight: 600;
}

.button-for-submit {
  height: 40px;
  width: 100px;
  background-color: #183568;
  border: none;
  color: white;
  border-radius: 3px;
  font-weight: 600;
  outline: none !important;
}

.button-for-cancel {
  height: 40px;
  width: 100px;
  background-color: lightgray;
  border: none;
  color: white;
  border-radius: 3px;
  font-weight: 600;
  margin-left: 5px;
  outline: none !important;
}

.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: '';
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type='checkbox'] {
  visibility: hidden;
}

.round input[type='checkbox']:checked + label {
  background-color: #0d2752;
  border-color: #0d2752;
}

.round input[type='checkbox']:checked + label:after {
  opacity: 1;
}

.filter-title {
  color: #0d2752 !important;
  font-weight: 700;
  font-size: 22px;
  margin-top: 2px;
}

.ai-btn {
  height: 50px;
  width: 60px;
  padding-right: 15px;
  background-color: #0f2751;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 10px;
  right: -10px;
  z-index: 999;
  border-radius: 5px;
  box-shadow: 0px 0px 5px lavender;
  border: none !important;
}

.ai-btn-max {
  height: 50px;
  width: 270px;
  padding-right: 15px;
  background-color: #0f2751;
  display: flex;
  justify-content: left;
  align-items: center;
  position: fixed;
  top: 10px;
  right: -10px;
  z-index: 999;
  border-radius: 5px;
  box-shadow: 0px 0px 5px lavender;
  border: none !important;
}

.text-ai {
  margin-left: 20px;
  color: white;
  font-weight: 600;
}

.div__my-feeds-card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  max-width: 450px;
  width: 100%;
}

.div__my-feeds-card-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: white;
  margin-bottom: 5px;
}

.div__feeds-card-row-title {
  height: 55px;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #0f2751;
  margin-bottom: 5px;
}

.div__feeds-card-title {
  color: white;
  margin-bottom: 5px;
  font-size: 90%;
  text-align: start;
  margin-bottom: 0 !important;
  margin-top: 10px;
  margin-left: 10px;
}

.div__feeds-box-and-opts {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  width: 20%;
}

.my-feed-label {
  font-size: 22px;
  font-weight: 700;
}

.fa-edit-icon {
  margin-right: 17px;
  font-size: 22px;
  width: 24px;
  cursor: pointer;
}

.left-feeds {
  padding: 7px 0px;
}

.feed-hr {
  margin-top: 10px;
  margin-bottom: 12px;
  width: 95% !important;
}

.feed-config-instruction {
  padding: 0px 10px;
  font-size: 16px;
}

.up-down-arrow {
  font-size: 22px;
  width: 20px;
}

.no-feed-icon {
  font-size: 18px !important;
  color: red;
  height: 18px !important;
  width: 18px !important;
}

.feed-config-button {
  padding: 10px 10px 20px 10px;
}

@media screen and (max-width: 665px) {
  .div__my-feeds-card-container {
    max-width: 100% !important;
  }
}

.overlayContainer {
  position: relative;
  background-color: red;
}

.blur {
  filter: blur(10px);
}

.messageContainer {
  position: absolute;
  left: 50%;
  top: 250px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.message {
  text-align: center;
}

.icon {
  font-size: 48px;
}

.searchContainer {
  margin: 10px 20px;
}

.searchCard {
  border-radius: 10px;
  box-shadow: 1px 1px 3px lightgray;
  padding: 0px !important;
  width: 98%;
}

.searchHeading {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  color: #0d2752;
}

.searchInputBox {
  height: 50px;
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 5px 0px 0px 5px;
  outline: none;
  font-size: 18px;
}

.searchBoxContainer {
  display: flex;
}

.clearBtn {
  width: 14%;
  border-radius: 0px 5px 5px 0px;
  color: white;
  background-color: rgb(255, 97, 97);
  border: 1px solid rgb(255, 97, 97);
  outline: none !important;
  font-size: 20px;
}

.advertContainer {
  height: 90%;
  width: 90%;
  position: sticky;
}

.loadinSpinnerStyle {
  margin-top: 100px !important;
  position: relative !important;
  top: 70% !important;
}

.companyCardScroller {
  display: flex;
}

/* ----------------------------------- */

.companyCardList {
  width: 100% !important;
}
.companyCard {
  width: 46%;
  height: 465px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 1px 1px 2px lightgray;
  border: none;
  border-radius: 0px 0px 5px 5px;
  padding: 0px;
  /* min-width: 540px; */
}

.cardBannerImage {
  height: 140px;
  width: 100% !important;
  border-radius: 5px 5px 0px 0px;
  padding: 0px !important;
  margin: 0px !important;
  object-fit: cover !important;
}

.companyName {
  text-align: left;
  color: #0d2752 !important;
  font-weight: 700;
  font-size: 18px;
  margin-top: 40px;
  cursor: pointer;
}

.cardLogoImage {
  height: 100px !important;
  width: 100px !important;
  position: absolute !important;
  top: 80px !important;
  left: 20px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  /* border: 1px solid lightgray !important; */
  box-shadow: 1px 1px 2px lightgray !important;
}

.notLogoImage {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 80px;
  left: 20px;
  border-radius: 5px;
  cursor: pointer;
  /* border: 1px solid lightgray; */
  box-shadow: 1px 1px 2px lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000042;
  text-transform: uppercase;
  font-size: 50px;
  background-color: rgb(219, 228, 255);
}

.companyloactiion {
  display: flex;
  justify-content: left;
  color: gray;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  top: -5px;
}

.companyInfoContant {
  text-align: left;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
}

.companyCardBtnContainer {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.redirectToWebsiteBtn {
  border: none !important;
  padding: 10px 20px;
  background-color: #0d2752 !important;
  color: white !important;
  border-radius: 3px;
  font-weight: 600;
  box-shadow: 1px 1px 3px gray;
  margin-right: 10px;
  text-decoration: none !important;
  outline: none !important;
}

.redirectToWebsiteBtn:hover {
  background-color: whitesmoke !important;
  color: #0d2752 !important;
  box-shadow: 1px 1px 5px gray;
  text-decoration: none !important;
  transition: 0.4s;
  outline: none !important;
  border: none;
}

.socialMediaLinksContainer {
  position: absolute;
  right: 20px;
  top: 95px;
  display: flex;
  padding: 3px;
}

.socialLinkIcons {
  height: 30px;
  width: 40px;
  margin: 0px 3px;
  font-size: 30px;
  /* border-radius: 10px; */
  /* color: #0d2752; */
  text-shadow: 1px 1px 10px gray !important;
  background-color: white;
  padding: 4px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px lavender;
  cursor: pointer;
}

.companyCardComponent {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100% !important;
  width: 100%;
}

.hiddenInput {
  position: fixed !important;
  bottom: 90px !important;
  right: 10px;
  z-index: 9;
}
.hiddenInputTag {
  width: 50px;
  height: 50px;
  background-color: #0d2752;
  border-radius: 30px;
  border: none;
  outline: none;
  color: #0d2752;
  padding-left: 20px;
}

.btnDropDown {
  width: 50%;
}
.hiddenInput:hover .hiddenInputTag {
  width: 300px;
  transition: 1s;
  color: white !important;
  box-shadow: 1px 1px 3px gray;
  font-weight: 500;
}

.searchIcon {
  position: relative;
  left: -35px;
  font-size: 20px;
  top: 1px;
  color: white;
}

.webUrlDropDownItem {
  border: 1px solid white !important;
  color: #0d2752 !important;
  font-weight: 600 !important;
  background-color: white !important;
  outline: 1px solid lavender !important;
}

.webUrlDropDownItem:hover {
  border: 1px solid white !important;
  background-color: #0d2752 !important;
  font-weight: 600 !important;
  color: white !important;
  outline: 1px solid lavender !important;
}

.mobileViewSearchBar {
  visibility: hidden;
}

.loadinSpinnerStyles {
  display: flex;
  align-items: left;
}

.noDataFoundCard {
  border-radius: 30px;
  color: #0d2752;
  font-weight: 600;
  box-shadow: 1px 1px 2px lightgray;
}

@media screen and (max-width: 1024px) {
  .companyCard {
    width: 200% !important;
    position: relative;
    left: 5px;
    min-width: 300px;
  }
  .advertContainerBottom {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .companyCard {
    width: 42%;
    min-width: 500px;
  }
  .companyInfoContant {
    font-size: 16px;
  }
  .advertContainerBottom {
    display: none;
  }
  .redirectToWebsiteBtn {
    height: 35px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .advertContainerBottom {
    display: block;
  }
  .advertContainer {
    display: none;
  }

  .searchContainer {
    display: none !important;
  }
  .companyCardList {
    /* position: relative; */
    /* left: -20px; */
  }
  .companyCard {
    width: 200% !important;
  }
  .mobileViewSearchBar {
    visibility: visible !important;
  }
  .noDataFoundCard {
    position: relative;
    left: 2.5%;
    box-shadow: 1px 1px 2px lightgray;
  }
}

@media screen and (max-width: 425px) {
  .companyCard {
    width: 180% !important;
    height: 510px;
    position: relative;
    left: 5px;
    min-width: 200px !important;
  }
  .advertContainer {
    display: none;
  }
  .advertContainerBottom {
    display: block;
  }
  .noDataFoundCard {
    position: relative;
    left: 5%;
    height: auto;
    box-shadow: 1px 1px 2px lightgray;
  }
}

@media screen and (max-width: 330px) {
  .hiddenInput:hover .hiddenInputTag {
    width: 250px;
    transition: 1s;
    color: white !important;
    box-shadow: 1px 1px 3px gray;
    font-weight: 500;
  }
}

@media screen and (max-width: 500px) {
  .redirectToWebsiteBtn {
    height: 33px;
    width: 100%;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0px 8px !important;
  }
  .companyInfoContant {
    font-size: 14px;
  }
  .companyCardList {
    margin-left: 10px;
  }
  .companyCard {
    width: 100% !important;
  }
}

.pagination-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
}

.pagination-btn-prev {
  width: 100px;
  height: 40px;
  color: white;
  font-weight: 600;
  border: 1px solid #0d2752;
  background-color: #0d2752;
  margin: 5px;
  border-radius: 5px;
}

.pagination-btn-disabled {
  width: 100px;
  height: 40px;
  color: white;
  font-weight: 600;
  border: 1px solid gray;
  background-color: gray;
  margin: 5px;
  border-radius: 5px;
}

.pagination-btn-next {
  width: 100px;
  height: 40px;
  color: white;
  font-weight: 600;
  border: 1px solid #0d2752;
  background-color: #0d2752;
  margin: 5px;
  border-radius: 5px;
}

.sort-by-formgroup{
    margin-left: 10px;
    margin-top: -6px;    
    width: 170px;
}

.border-radius-0 {
    border-radius: 0px;
}

.div__community-search-container {
    display: flex;
    flex-direction: column;                    
    width: 100%;
}


.div__community-search-title-and-btn {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.div__community-search-filter-btn {
    border: 0px solid white;
    width: 100px;
    color: grey;
}

.div__community-search-columns-container {

    display: flex;
    flex-direction: row;
}

.div__community-search-first-container {
    padding: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 90%;
}

.div__community-search-pos-cols {
    display: flex;
    padding-left: 0;
}

.second-container {
    padding: 20px;
}

.title-tag {
    margin-left: 17px;
}

.div__community-search-btn-descr-and-drop-down {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    display: flex;
    
}
.div__community-search-btn-descr-and-drop-down > h4 {
    width: 80px;
}


.div__community-search-btn-descr-and-drop-down > button {
    margin-left: 20px;
    margin-bottom: 20px;
    border: 0;
}

/* .title-and-sort-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} */

.div__spinner-positioning {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    
}
    
    @media screen and (max-width: 1820px) {

        .div__community-search-card-container {
            max-width: 100%;
        }


        .div__community-search-first-container {

            padding-left: 35%;
            margin-left: 20px;
            padding: 0;
            width: 100%;

            display: flex;
            align-content: center;
            align-items: center;
        }
    }


    @media screen and (max-width: 1000px) {
        .div__community-search-columns-container {
            display: inline-block;
            flex-direction: column;
            align-items: center;
            height: auto;

            
        }

        .div__community-search-irst-container {

            flex-direction: row;
            margin-left: 5%;
            max-width: 90%;
            margin-left: 20px;
            padding: 0;
            width: 100%;
        }

        .div__community-search-second-container {
            max-width: 95%;
            width: 95%;
            flex-direction: row;
            display: flex;
            justify-content: space-around;
            align-items: flex-start;


        }
    }

    @media screen and (max-width: 576px) {
        .div__community-search-first-container {

            flex-direction: column;
            margin-left: 5%;
            max-width: 90%;
            margin-left: 20px;
            padding: 0;
            width: 100%;
        }

    }
    @media screen and (max-width: 488px) {
        .div__community-search-pos-cols {
            justify-content: center;
            padding-right: 0 !important;

        }

        .div__community-search-btn-descr-and-drop-down {
            width: 291px;
            justify-content: flex-end;
        }

        .div__community-search-columns-container {
            display: inline-block;

        }
        .div__community-search-first-container {
            margin-left: 5%;
            flex-direction: column;
        }
    }

.div__community-search-input-component {
    background: white;
    width: 100%;
}

.div__community-search-title-and-bar {
    display: flex;
    flex-direction: column;
}

.div__community-search-input-container {
    width: 100%;
    margin-top: 20px;
    height: 50%;
}

.div__community-search-input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 50px;   
}
.div__community-companies-community-search-container {
    display: flex;
    flex-direction: column;                    
    height: 100vh;
    width: 100%;
}

.div__community-companies-columns-container {
    display: flex;
    flex-direction: row;
}

.div__community-companies-cards-container {
    
}

.div__community-companies-first-container {
    
    padding: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    
    width: 90%;
}

.div__community-companies-pos-cols {
    display: flex;
    padding-left: 0;
}

.div__community-companies-second-container {
    
    padding: 20px;
}

.div__community-companies-btn-descr-and-drop-down {
    width: 400px;
    flex-direction: row;
    justify-content: flex-end;
    display: flex;
}


.div__community-companies-btn-descr-and-drop-down button {
    margin-left: 20px;
    margin-bottom: 20px;
    border: 0;
}



.div__community-companies-title-and-sort-btn {
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
    

    @media screen and (max-width: 1820px) {

        .div__community-companies-card-container {
            max-width: 100%;
        }


        .div__community-companies-first-container {
            
            padding-left: 35%;
            margin-left: 20px;
            padding: 0;
            width: 100%;

            display: flex;
            align-content: center;
            align-items: center;
        }
    }


    @media screen and (max-width: 1000px) {
        .div__community-companies-columns-container {
            display: inline-block;
            flex-direction: column;
            align-items: center;
            height: auto;
            
            
        }

        .div__community-companies-first-container {
            
            flex-direction: row;
            margin-left: 5%;
            max-width: 90%;
            margin-left: 20px;
            padding: 0;
            width: 100%;
        }

        .div__community-companies-second-container {
            max-width: 95%;
            width: 95%;
            flex-direction: row;
            display: flex;
            justify-content: space-around;
            align-items: flex-start;
            

        }
    }

    @media screen and (max-width: 576px) {
        .div__community-companies-first-container {
            
            flex-direction: column;
            margin-left: 5%;
            max-width: 90%;
            margin-left: 20px;
            padding: 0;
            width: 100%;
        }

    }
    @media screen and (max-width: 488px) {
        .div__community-companies-pos-cols {
            justify-content: center;
            padding-right: 0 !important;
            
        }

        .div__community-companies-btn-descr-and-drop-down {
            width: 291px;
            justify-content: flex-end;
        }

        .div__community-companies-columns-container {
            display: inline-block;
            
        }
        .div__community-companies-first-container {
            margin-left: 5%;
            flex-direction: column;
        }
    }
.div__company-prof-contact-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    padding-bottom: 20px;
}

.div__company-prof-contact-card-card-row {
    display: flex;
    flex-direction: row;
    width: 90%;
    align-items: center;
}


@media screen and (max-width: 1078px) {
    .div__company-prof-contact-card-container {                    
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 665px) {
    .div__company-prof-contact-card-container {                    
        max-width: 100% !important;
    }
}
/* main company info card */
.div__company-prof-comp-card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
}

.div__company-prof-title-and-btn-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  padding-left: 0;
  width: 90%;
}

.div__company-prof-info-card-bio {
  width: 90%;
}

/* render button */
.div__comp-info-cont-reading-container {
  text-align: start;
}

/* company info card LARGE */

.div__lg-comp-info-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  width: 100%;
  /* padding: 0; */
  height: auto;
}

.div__lg-comn-info-card-hero-container {
  position: relative;
}

.img__lg-comp-info-card-hero-img {
  width: 100% !important;
  height: 140px !important;
  background-color: #eee !important;
  object-fit: cover !important;
}

.img__lg-comp-info-card-default-hero-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.img__lg-comp-info-card-company-logo {
  height: 120px;
  width: 120px;
  position: absolute;
  left: 5%;
  top: 45%;
}

/* DEFAULT Profile pic for companies: */
.div__comp-info-card-med-default-logo {
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid white;
}

.div__comp-info-card-med-default-logo > p {
  font-size: 12px;
}

/* default pic for post page company info card */
.div__lg-comp-info-card-default-logo {
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid white;
  position: absolute;
  left: 5%;
  top: 42%;
}

.div__lg-comp-info-card-hero-white-line {
  width: 100%;
  height: 50%;
  background: white;
}

.div__lg-comn-info-card-follow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20%;
  position: absolute;
  width: 120px;
  right: 3%;
  top: 100%;
  color: white;
}

.div__lg-comn-info-card-body-container {
  width: 90%;
  margin-top: 40px;
}

/* Company info card medium */

.div__comp-info-card-med-container {
  background: white;
  height: 460px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-left: 20px;
}

.div__comp-info-card-med-top-half {
  height: 150px;
  width: 100%;
  margin: 0 auto;
}

.div__comp-info-card-med-hero {
  height: 150px;
  width: 100%;
  opacity: 0.6;
  margin: 0 auto;
}

.div__comp-info-card-med-bottom-half {
  height: 150px;
  width: 100%;
  background: white;
}

.div__comp-info-card-med-photo-info-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
}

.img__comp-info-card-med-profile-pic {
  height: 120px;
  width: 120px;
  /* border: 1px solid white; */
}

/* 💥 Recommended Company Profiles  */
/* 💥 Recommended Company Profiles  */
/* 💥 Recommended Company Profiles  */
/* 💥 Recommended Company Profiles  */
/* 💥 Recommended Company Profiles  */
/* 💥 Recommended Company Profiles  */

.div__user-profile-rec-profiles-container {
  background: white;
  display: flex;
  flex-direction: column;
}

.div__recommended-company {
  max-width: 287px;
  min-width: 290px;
  /* box-shadow: 3px 6px 12px grey; */
}

.p__job-title-and-company {
  display: flex;
  flex-direction: row;
}

.div__rec-comp-top-half {
  width: 100%;
  height: auto;
}

.img__rec-comp-banner-img {
  width: 100%;
  height: auto;
}

.div__rec-comp-overlay {
  width: 90%;
  height: 93%;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  /* border: 1px solid red; */
  justify-content: space-evenly;
}

.div__rec-comp-overlay > h4,
.div__rec-comp-overlay > p {
  margin-left: 20px;
  margin-bottom: 0;
}

/* If avatarS3 */
.img__rec-comp-profile-img {
  width: 60px;
  height: 60px;
  top: 25px;
}

/* If NO avatarS3 */
.div__rec-comp-default-profile-img {
  width: 60px;
  height: 60px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  margin-bottom: 10px;
  position: absolute;
  top: 25px;
}

.remove-left {
  margin-left: 0;
}

.remove-right {
  margin-right: 0;
}

.width-90 {
  width: 90%;
}

.div__rec-comp-default-profile-img > p {
  font-size: 11px;
}

.div__rec-comp-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;

  /* border: 1px solid green; */
}

.width-112 {
  width: 112px;
}

.company_mini_profile_follow_btn {
  position: absolute;
  top: 100px;
  right: 30px;
  height: 40px;
  width: 100px;
  color: white;
  background-color: #27959d;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 0px 3px gray;
  outline: none !important;
}

.company_mini_profile_unfollow_btn {
  color: #27959d;
  background-color: white;
  border: 1px solid #27959d;
  font-weight: 600;
  transition: 0.2s;
  position: absolute;
  top: 100px;
  right: 30px;
  height: 40px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 0px 3px lightgray;
  outline: none !important;
}

.company_mini_profile_follow_btn1 {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 40px;
  width: 100px;
  color: white;
  background-color: #27959d;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 0px 3px gray;
  outline: none !important;
}

.company_mini_profile_unfollow_btn1 {
  color: #27959d;
  background-color: white;
  border: 1px solid #27959d;
  font-weight: 600;
  transition: 0.2s;
  position: absolute;
  top: 5px;
  right: 10px;
  height: 40px;
  width: 100px;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 0px 3px lightgray;
  outline: none !important;
}

.plus-icon-for-follow {
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-right: 5px;
}

.plus-icon-for-unfollow {
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-right: 5px;
  background-color: white;
  color: #27959d;
  border: 1px solid #27959d;
}

@media screen and (min-width: 1920px) {
  .div__comp-info-card-med-container {
    height: 430px;
  }
}

@media screen and (max-width: 3000px) {
  .div__recommended-company > h4 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1246px) {
  .div__rec-comp-overlay {
    width: 170%;
  }
}

@media screen and (max-width: 1300px) {
  .div__rec-comp-overlay {
    justify-content: end;
    width: 150%;
  }
  .div__recommended-company {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 780px) {
  .div__rec-comp-default-profile-img {
    width: 80px;
    height: 80px;
    top: 35px;
  }

  .div__recommended-company > h4 {
    /* padding-left: 10px; */
    margin-top: 50px;
    /* margin-bottom: 0; */
  }
}

@media screen and (max-width: 575px) {
  .div__recommended-company {
    height: 300px;
    max-width: 400px;
    width: 400px;
    margin-bottom: 40px;
    /* border: 2px solid red; */
    /* padding: 20px; */
  }

  .div__recommended-company > h4 {
    padding-left: 10px;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .div__recommended-company > p {
    padding-left: 10px;
  }
}

/* 💥 */
/* 💥 */
/* 💥 */
/* 💥 */
/* 💥 */
/* 💥 */

@media screen and (max-width: 768px) {
  .btns-cont {
    justify-content: unset;
  }

  .btn-turq {
    width: 100px;
    margin-right: 5px;
  }
  .btn-blue {
    width: 100px;
  }
}

.feed-tab-title {
  margin-left: 15px;
  font-size: 14px;
  color: #000042;
  min-width: 250px;
  font-weight: 600;
}

.feed-tab-location {
  font-size: 12px;
  color: gray;
  position: absolute;
  top: 20px;
  left: 80px;
  width: 100%;
}

::-webkit-scrollbar {
  border-radius: 50%;
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  width: 40px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 10px;
  width: 20px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #173263;
}

@media screen and (max-width: 600px) {
  .div__comp-info-card-med-container {
    margin-left: 0px !important;
    width: 385px;
    height: 476px;
  }

  .plus-icon-for-follow {
    font-size: 12px;
  }

  .company_mini_profile_unfollow_btn1 {
    color: #27959d;
    background-color: white;
    border: 1px solid #27959d;
    font-weight: 600;
    transition: 0.2s;
    position: absolute;
    top: -40px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 90px;
    border: none;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0px 0px 3px lightgray;
    outline: none !important;
    font-size: 12px;
  }
  .company_mini_profile_follow_btn1 {
    position: absolute;
    top: -40px;
    right: 0px;
    height: 35px;
    width: 90px;
    color: white;
    background-color: #27959d;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0px 0px 3px gray;
    outline: none !important;
  }
}

.postNav {
  padding: 5px 2px;
  border-radius: 0px 0px 0px 0px;
  margin-top: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  top: -15px;
  border: none;
  border-radius: 3px;
}

.postNavItem {
  border-radius: 5px;
  outline: none !important;
  margin: 0px 2px;
  color: black;
  offset: none;
  box-shadow: none;
  border: 0.5px solid lavender;
  width: 49%;
  height: 50px;
  line-height: -12px;
  box-shadow: 0px 0px 3px lavender;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  font-size: 18px;
}

.postNavItemActive {
  border-radius: 5px;
  box-shadow: 0px 0px 3px lavender;
  background-color: #173263;
  outline: none !important;
  offset: 0px;
  margin: 0px 2px;
  color: white;
  font-weight: 600;
  width: 49%;
  height: 50px;
  line-height: -12px;
  outline: none !important;
  font-size: 18px;
}

.postNavLink {
  color: white;
  cursor: pointer;
  height: 50px;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .postNavItemActive {
    border-radius: 5px;
    box-shadow: 0px 0px 3px lavender;
    background-color: #173263;
    outline: none !important;
    offset: 0px;
    margin: 0px 2px;
    color: white;
    font-weight: 600;
    width: 48%;

    outline: none !important;
    font-size: 16px;
  }

  .postNavItem {
    border-radius: 5px;
    outline: none !important;
    margin: 0px 2px;
    color: black;
    offset: none;
    box-shadow: none;
    border: 0.5px solid lavender;
    width: 48%;
    box-shadow: 0px 0px 3px lavender;
    /* display: flex;
  justify-content: center;
  align-items: center; */
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .postNavItemActive {
    border-radius: 5px;
    box-shadow: 0px 0px 3px lavender;
    background-color: #173263;
    outline: none !important;
    offset: 0px;
    margin: 0px 2px;
    color: white;
    font-weight: 600;
    width: 48%;
    outline: none !important;
    font-size: 16px;
  }

  .postNavItem {
    border-radius: 5px;
    outline: none !important;
    margin: 0px 2px;
    color: black;
    offset: none;
    box-shadow: none;
    border: 0.5px solid lavender;
    width: 48%;
    box-shadow: 0px 0px 3px lavender;
    /* display: flex;
  justify-content: center;
  align-items: center; */
    font-size: 16px;
  }
}

.div__comp-prof-page-container {
  display: flex;
  flex-direction: column;
}

.div__.div__comp-prof-sub-nav {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.div__comp-prof-columns-container {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1078px) {
  .div__comp-prof-columns-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .div__columns-container div.col-sm-8 {
    width: 90% !important;
    max-width: 100%;
  }

  .div__second-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 90%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .summary-btn {
    position: relative;
    top: -20px;
    background-color: red;
  }
}

.postNav {
  padding: 5px 2px;
  border-radius: 0px 0px 0px 0px;
  margin-top: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  top: -15px;
  border: none;
  border-radius: 3px;
}

.postNavItem {
  border-radius: 5px;
  outline: none !important;
  margin: 0px 2px;
  color: black;
  offset: none;
  box-shadow: none;
  border: 0.5px solid lavender;
  width: 49%;
  height: 50px;
  line-height: -12px;
  box-shadow: 0px 0px 3px lavender;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  font-size: 18px;
}

.postNavItemActive {
  border-radius: 5px;
  box-shadow: 0px 0px 3px lavender;
  background-color: #173263;
  outline: none !important;
  offset: 0px;
  margin: 0px 2px;
  color: white;
  font-weight: 600;
  width: 49%;
  height: 50px;
  line-height: -12px;
  outline: none !important;
  font-size: 18px;
}

.postNavLink {
  color: white;
  cursor: pointer;
  height: 50px;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .postNavItemActive {
    border-radius: 5px;
    box-shadow: 0px 0px 3px lavender;
    background-color: #173263;
    outline: none !important;
    offset: 0px;
    margin: 0px 2px;
    color: white;
    font-weight: 600;
    width: 48%;

    outline: none !important;
    font-size: 16px;
  }

  .postNavItem {
    border-radius: 5px;
    outline: none !important;
    margin: 0px 2px;
    color: black;
    offset: none;
    box-shadow: none;
    border: 0.5px solid lavender;
    width: 48%;
    box-shadow: 0px 0px 3px lavender;
    /* display: flex;
  justify-content: center;
  align-items: center; */
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .postNavItemActive {
    border-radius: 5px;
    box-shadow: 0px 0px 3px lavender;
    background-color: #173263;
    outline: none !important;
    offset: 0px;
    margin: 0px 2px;
    color: white;
    font-weight: 600;
    width: 48%;
    outline: none !important;
    font-size: 16px;
  }

  .postNavItem {
    border-radius: 5px;
    outline: none !important;
    margin: 0px 2px;
    color: black;
    offset: none;
    box-shadow: none;
    border: 0.5px solid lavender;
    width: 48%;
    box-shadow: 0px 0px 3px lavender;
    /* display: flex;
  justify-content: center;
  align-items: center; */
    font-size: 16px;
  }
}

.div__company-prof-activity-card {
  width: 100%;
  height: auto;
  /* margin-bottom: 20px; */
  background: white;
  display: flex;
  flex-direction: row;
  padding: 20px;
  max-height: 400px;
}

.company-logo-text {
  height: 150px;
  width: 150px;
  background-color: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #000042;
  box-shadow: 0px 0px 3px lavender;
}

.div__company-prof-activity-card-column-of-elements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  min-width: 82%;
}

.div__company-prof-activity-card-icon-and-time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.div__company-prof-activity-card-icon-and-sector {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 450px;
}

.div__company-prof-activity-card-icon-and-sector>time {
  padding-top: 20px;
}

.div__company-prof-activity-card-type-and-poster {
  align-items: baseline;
  display: flex;
  flex-direction: row;
}

.activity-sector {
  font-weight: 700;
  color: #0d2752 !important;
  text-transform: uppercase;
  font-size: 17px;
  /* min-width: 1000px; */
  /* width: 100%; */
}

.margin-sub-sector {
  margin-left: 81px;
}

.feed-sub-sectors {
  height: 600px;
  /* overflow-y: auto; */
}

.feed-sub-sector-scroll {
  max-height: 500px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.content-title {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 2560px) {
  .activity-summary {
    margin-top: 20px;
  }

  .div__company-prof-activity-card-column-of-elements {
    min-width: 89.5%;
  }

  .margin-sub-sector {
    margin-left: 152px;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .div__company-prof-activity-card-column-of-elements {
    min-width: 85.5%;
  }

  .margin-sub-sector {
    margin-left: 108px;
  }
}

@media screen and (max-width: 1000px) {
  .div__company-prof-activity-card {
    flex-direction: column;
    height: auto;
    max-height: 570px;
    overflow: hidden;
  }
}

@media screen and (max-width: 488px) {
  .div__company-prof-activity-card {
    flex-direction: column;
    height: auto;
    max-height: 700px !important;
    overflow: hidden;
  }

  .div__company-prof-activity-card-icon-and-sector {
    width: 180px;
  }

  .div__company-prof-activity-card-type-and-poster p {
    margin-top: 10px;
  }

  .div__company-prof-activity-card-column-of-elements {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .activity-sector {
    min-width: 300px !important;
    position: relative;
  }

  .company-logo-text {
    height: 100px;
    width: 100px;
  }
}
.div__company-prof-team-row {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.div__company-prof-team-job-col {
  margin-left: 20px;
}

/* new styles for member card */

.member-org-card {
  width: 100%;
}

.member-image-section {
  height: 70px;
  width: 70px;
  border: none;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 1px #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  color: #000042;
}

.member-org-card-name {
  font-size: 16px;
  font-weight: 600;
  color: #000042;
  cursor: pointer;
}

.member-org-card-title {
  color: #5e5e5e;
  font-size: 14px;
  margin: 2px 0px;
  font-weight: 600;
}

.member-org-card-location {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 500;
}

.member-org-location-icon {
  font-size: 12px;
  height: 12px;
  width: 12px;
  color: #5e5e5e;
  margin-right: 5px;
}

/*  */

.div__company-prof-team-card-container {
  height: auto;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.div__company-prof-team-card-title-and-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.team-member-card {
  box-shadow: 0px 0px 2px lavender;
  border: 1px solid lavender;
  border-radius: 10px;
}

.team-member-banner {
  padding: 0;
}

.team-member-avatar-container {
  position: relative;
}

.team-member-avatar-initials {
  height: 80px;
  width: 80px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 1px lavender;
  border-radius: 5px;
  font-weight: 600;
  font-size: 25px;
  cursor: pointer;
  color: #000042;
  position: absolute;
  top: -60px;
}

.team-member-avatar-image {
  height: 80px;
  width: 80px;
  border-radius: 5px;
  position: absolute;
  top: -60px;
}

.team-member-info {
  position: relative;
  margin-top: 30px;
}

.team-member-name {
  color: #000042;
  font-weight: 600;
}

.team-member-title {
  color: gray;
  font-weight: 500;
  font-size: 13px;
  margin-top: 0px;
}

.team-member-location {
  color: #000042;
  font-weight: 600;
  font-size: 13px;
}

.team-member-profile-button {
  background-color: #0f2751 !important;
  border: 1px solid #0f2751 !important;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}

.team-modal {
  width: 80%;
  max-width: 1200px;
  background-color: #0f2751;
  border-radius: 10px;
}

.team-modal-header {
  background-color: #0f2751;
  border-radius: 10px 10px 0 0;
  color: white;
  font-weight: 600;
}

.team-modal-close {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 20px;
  width: 20px;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

.team-modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.div__company-prof-team-card-row-container {
  width: 90%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 987px) {
  .div__company-prof-team-card-container {
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .div__company-prof-team-card-container {
    max-width: 500px;
  }
}

@media screen and (max-width: 468px) {
  .div__company-prof-team-card-title-and-btn {
    margin-top: 15px;
  }
  .div__company-prof-team-card-title-and-btn > h4 {
    text-align: center;
  }
  .div__company-prof-team-card-container {
    margin-left: 0;
  }
}

.div__create-feed-container {
    background: #ffffff;
}

@media screen and (max-width: 1078px) {

}
.locationAutoCompleteDropdownDiv {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  background-color: #ffffff;
  position: absolute;
  margin-top: 5px;
  border-radius: 12px;
  padding: 9px;
  height: 296px;
  overflow-y: scroll;
  width: 358px;
  z-index: 1200;
}

.selectedLocationDiv {
  background: #d8295e;
  padding: 10px;
  color: white;
  border-radius: 5px;
}

.industrySectorTitleContainer {
  text-align: left !important;
  display: inline-block;
  justify-content: left !important;
}

.industrySectorsTitle {
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
  text-align: left !important;
  position: relative;
  top: 2px;
  left: 40px;
}

.industrySectorTitleContainer {
  display: flex;
  justify-content: left;
  position: relative;
  top: 10px !important;
}

.industrySubSectorBox {
  height: 425px;
  overflow-y: auto;
  overflow-x: hidden;
}

.checkBoxlabel {
  position: relative;
  left: 0px;
}

.div__filterbox-card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

.div__filterbox-title-and-subt {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: start;
}

.div__title-and-collapse {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.div__filterbox-filter-btn {
  border: 0px solid white;
  width: 100px;
  color: grey;
  text-align: end;
}

.div__filterbox-card-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: flex-row;
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
}

.Subsector-row {
  width: 100%;
  margin-bottom: 20px;
}

.Subsector-name {
  font-size: 21px;
  margin-bottom: 3px;
  text-align: left;
  margin-bottom: 5px;
}
.div__filterbox-box-and-opts {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  width: 20%;
}

.div__responsive-filter-columns {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 488px) {
  .div__filterbox-card-row {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.div__filterbox-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

.div__filterbox-title-and-subt {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    
}

.div__title-and-collapse {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.div__filterbox-filter-btn {
    border: 0px solid white;
    width: 100px;
    color: grey;
    text-align: end;
}
    
.div__filterbox-card-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-row;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
}

.div__filterbox-box-and-opts {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 20%;
}

.div__responsive-filter-columns {
    display: flex;
    flex-direction: row;
}
@media screen and (max-width: 488px) {
    .div__filterbox-card-row {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.pac-container {
    z-index: 1200 !important;
}

 .gmnoprint .gm-style-mtc {
    font: 400 11px Roboto, Arial, sans-serif;
    top: 50px !important;
  }
  
.pac-target-input {
    left: 0px !important;
}
 

.div__create-feed-container {
  background: #ffffff;
}

.property-location-tag {
  background: #061b3c;
  color: white;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
}

.div__default-prof-img-container {
    border-radius: 85%;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 8px 12px white;
}

.div__default-prof-img-container > p {
    margin: 0;
}
.divider {
    height: 1px;
    width: 90%;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    margin-top: 10px;
    z-index: 1000;
}
.div__editable-banner {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    overflow-x: hidden;
  }
  
  .img__edit-img-btn {
    height: 80px;
    width: 80px;
    position: absolute;
    left: 45%;
  }

  .div__editable-banner > .img__editable-banner {
    width: 100%;
    height: auto;
  
    min-height: 183px;
    min-width: 983px;
  }
  

  .div__drag-n-drop-container {
    position: relative;
    width: 100%;
    height: 300px;
    /* border: 1px solid red; */
  }

  .div__drag-n-drop-container .img__editable-banner {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 298px;
    opacity: 0.3;
    min-height: 183px;
    min-width: 983px;

    
    /* border: 1px solid red; */
  }

  .banner-add-change-label {
    float: right;
    margin-bottom: 228px;
    margin-right: 10px;
    margin-top: 20px;
    width: 37px;
    color: #ffffff;
  }
/* office location card */

.div__office-loc-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    max-width: 100%;
    width: 100%;
}

.tag-remove-icon-company {
    margin-left: 12px;
}

.tag-company {
    background: #0E2751;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px 0 14px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
  }


.div__office-loc-title-and-btn {
    display: flex;
    flex-direction: row;
    background: white;
    width: 100%;
    justify-content: space-between;
    align-items: center;

}

.button__office-loc-filter-btn {
    border: 0px solid white;
    width: 100px;
    color: grey;
    text-align: end;
    padding-right: 0;
}

.div__office-loc-input-container {
    width: 100%;
    margin-top: 0;
    height: 50%;
    background: white;
}

.input__office-loc-input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 50px;   
    margin-bottom: 20px;
}

.div__office-loc-added-locations {
    width: 100%;
    background: white;
    /* padding-left: 20px;
    padding-bottom: 20px; */
}

.ul__office-loc-ul, li {
    padding: 0;
    margin: 0;
}

.ul__office-loc-ul {
    display: inline-flex;
    list-style-type: none;
    width: 100%;
}

.tag-remove-icon {
    margin-left: 41px;
    margin-top: 4px;
}

.tag-text {
    margin-left: 4px;
}

.li__office-loc-li {
    display: flex;
    flex-direction: row;
    background: #061b3c;
    color: white;
    padding: 7px;
    /* margin-right: 15px;
    width: 50%; */
}

.location-tag {
    background: #061b3c;
    color: white;
    padding: 7px;
    text-align: left;
}

.div-autocomplete {
    width: 89%;
    text-align: left;
    margin-top: 1px;
    border: 1px solid lightgray;
    background: white;
    border-radius: 2px;
    box-shadow: 1px 3px 12px lightgrey;
    border-top: 0px;
    position: absolute;
    z-index: 1000;
}

.feed-div-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    width: 96.5% !important;
}

.text-div-autocomplete {
    margin-top: 3px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    width: 100%;
    cursor: pointer;
}

.text-div-autocomplete:hover {
    background: #ccc;
}

.text-autocomplete {
    margin-left: 10px;
}

@media screen and (max-width: 488px) {
    .div__office-loc-added-locations {
        padding-left: 0;
    }
}

@media screen and (min-width: 1920px) {
    .feed-div-autocomplete {
        width: 97% !important;
    }
}
  
@media screen and (min-width: 2560px) {
    .feed-div-autocomplete {
        width: 97.8% !important;
    }
}
.companies-main-div {
  background-color: #ffffff;
  border: 1px solid lavender !important;
}

.div__filterbox-card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

.div__filterbox-title-and-subt {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: start;
}

.div__title-and-collapse {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.div__filterbox-filter-btn {
  border: 0px solid white;
  width: 100px;
  color: grey;
  text-align: end;
}

.div__filterbox-card-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: flex-row;
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
}

.div__filterbox-box-and-opts {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  width: 20%;
}

.div__responsive-filter-columns {
  display: flex;
  flex-direction: row;
}

.div-data-source-header {
  border-radius: 12px 12px 0px 0px;
  box-shadow: 0px 0px 4px lavender;
}

.div-data-source-body {
  border-radius: 0px 0px 12px 12px;
  box-shadow: 0px 0px 4px lavender;
}

@media screen and (max-width: 488px) {
  .div__filterbox-card-row {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.div__univ-img-activity-card-imgs {
  height: 150px;
  width: 150px;
  display: flex;
  align-items: flex-end;
}

.img__activity-card-main-img {
  position: relative;
  height: 90%;
  width: 90%;
}

.img__activity-card-mini-logo {
  position: absolute;
}

@media screen and (max-width: 817px) {
  .div__univ-img-activity-card-imgs {
    height: 100px;
    width: 100px;
  }
}

@media screen and (max-width: 500px) {
  .div__univ-img-activity-card-imgs {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: flex-end;
    border: 1px solid rgb(233, 233, 233);
    box-shadow: 0px 0px 5px lavender;
    border-radius: 10px;
  }

  .img__activity-card-main-img {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .img__activity-card-mini-logo {
    position: absolute;
  }
}

.div__company-prof-activity-card {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    background: white;
    display: flex;
    flex-direction: row;
    padding: 20px;
    max-height: 400px;
  }
  
  .div__company-prof-activity-card-column-of-elements {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    min-width: 82%;
  }
  
  .div__company-prof-activity-card-icon-and-time {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
  .div__company-prof-activity-card-icon-and-sector {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 450px;
  }
  
  .div__company-prof-activity-card-icon-and-sector > time {
    padding-top: 20px;
  }
  
  .div__company-prof-activity-card-type-and-poster {
    align-items: baseline;
    display: flex;
    flex-direction: row;
  }
  
  .activity-sector {
    font-weight: 700;
    color: #0d2752 !important;
    text-transform: uppercase;
    font-size: 17px;
  }
  
  .margin-sub-sector {
    margin-left: 81px;
  }
  
  .feed-sub-sectors {
    height: 600px;
    /* overflow-y: auto; */
  }
  
  .feed-sub-sector-scroll {
    max-height: 500px;
    overflow-y: auto;
    scroll-behavior: smooth;
  }
  
  .content-title {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  
  @media screen and (min-width: 2560px) {
    .activity-summary {
      margin-top: 20px;
    }
  
    .div__company-prof-activity-card-column-of-elements {
      min-width: 89.5%;
    }
  
    .margin-sub-sector {
      margin-left: 152px;
    }
  }
  
  @media screen and (min-width: 1920px) and (max-width: 2559px) {
    .div__company-prof-activity-card-column-of-elements {
      min-width: 85.5%;
    }
    .margin-sub-sector {
      margin-left: 108px;
    }
  }
  
  @media screen and (max-width: 1000px) {
    .div__company-prof-activity-card {
      flex-direction: column;
      height: auto;
      max-height: 570px;
      overflow: hidden;
    }
  }
  
  @media screen and (max-width: 488px) {
    .div__company-prof-activity-card {
      flex-direction: column;
      height: auto;
      max-height: 700px !important;
      padding-bottom: 40px;
      overflow: hidden;
    }
  
    .div__company-prof-activity-card-icon-and-sector {
      width: 180px;
    }
  
    .div__company-prof-activity-card-type-and-poster p {
      margin-top: 10px;
    }
  
    .div__company-prof-activity-card-column-of-elements {
      width: 100%;
      margin-left: 0;
    }
  }
  
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year-container {
  margin: 0.4rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.react-datepicker__year-container-text {
  display: inline-block;
  cursor: pointer;
  flex: 1 0 30%;
  width: 12px;
  padding: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\00d7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.div__content-page-feeds-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.div__content-page-feeds-container__loading {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}

.div__content-page-columns-container {
  height: 100%;
  display: flex;
  flex-direction: row;
}

.div__content-page-first-container {
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 90%;
}

.div__content-page-column-of-activity-cards {
  width: 100%;
}

.div__content-page-no-data {
  padding: 14px;
  font-size: 18px;
}

.div__content-page-no-data-parent {
  border: 1px solid lightgrey;
  background: #fff;
  width: 100%;
}

.payment-message {
  width: 80%;
  margin: 20px auto;
}

.div__content-page-second-container {
  padding: 20px;
}

.div__content-page-full-width {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.div__content-page-search-and-input {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.div__content-page-search-and-input > .div__content-page-search-title {
  width: 100%;
}

.div__content-page-search-bar-container {
  width: 100%;
  margin-bottom: 20px;
  height: 45px;
  display: flex;
  background: white;
  border-radius: 7px;
}

.div__content-page-search-bar-container input {
  width: 100%;
  height: auto;
  font-size: 18px;
}
.div__content-page-search-bar-container button {
  background: #0f2751;
  color: white;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-bar-icon-border {
  border: 1px solid #ebebeb !important;
}

.feed-box-date-ficker {
  width: 100% !important;
  height: 45px !important;
  border: 1px solid lightgray;
  box-shadow: 0px 0px 1px lavender;
  outline: none !important;
}

.feed-box-date-ficker::-webkit-input-placeholder {
  color: #0f2751;
}

@media screen and (max-width: 1000px) {
  .div__content-page-columns-container {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .div__content-page-first-container {
    max-width: 95%;
  }

  .div__content-page-second-container {
    max-width: 95%;
    width: 95%;
    flex-direction: column;
    /* border: 2px solid red;
         */
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
}

.mobile-filter-fixed {
  position: sticky;
  top: 0px !important;
  z-index: 1;
}

.mobile-filter-header {
  background-color: #0f2751;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 50px;
  box-shadow: 1px 1px 5px lightgray;
}

.filter-apply-btn {
  position: absolute;
  right: 90px;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: rgb(39, 149, 157);
  color: white;
  font-weight: 600;
  box-shadow: 1px 1px 1px black;
}

.sidebar-title {
  position: absolute;
  left: 20px;
  top: 10px !important;
  font-size: 18px;
}
.filter-close-btn {
  position: absolute;
  right: 10px;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: rgb(179, 179, 179);
  color: white;
  font-weight: 600;
  outline: none;
  box-shadow: 1px 1px 1px black;
}

.filter-icon-container {
  height: 40px;
  width: 40px;
  background-color: #0f2751;
  position: fixed;
  bottom: 90px;
  left: 20px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.filter-icon-sidebar {
  color: white;
}

@media screen and (max-width: 500px) {
  .div__content-page-no-data {
    font-size: 12px !important;
  }

  .resp-ai-title {
    font-size: 12px !important;
    padding: 0px !important;
  }

  /* .icon-image {
    height: 40px;
    width: 40px;
  }
  .icon-image-outer {
    height: 20px;
    width: 29px;
  } */
}

.contentCard {
  border-radius: 10px;
  box-shadow: 1px 1px 10px lavender;
}

.contentCardBody {
  padding: 0px !important;
}

.contentNav {
  background-color: #0f2751;
  border-radius: 10px 10px 0px 0px;
  height: 70px;
  width: 100%;
  padding-bottom: 5px;
}

.navItem {
  background: rgb(39, 149, 157) !important;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin: 5px;
  width: 47%;
  cursor: pointer;
  font-weight: 700;
}

.notActiveNav {
  background: #173263;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin: 5px;
  width: 48.2%;
  font-weight: 400;
  cursor: pointer;
}

.navLink {
  color: white !important;
  text-align: center !important;
  font-style: normal !important;
  font-size: 16px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 0px !important;
}

.contentFeedContent {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.contentCardFeedContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px 0px;
}

.editContentFeed {
  margin-left: 8px;
}

.editContentFeed a {
  color: rgb(39, 149, 157) !important;
  text-decoration: none;
}

.addFeedBtn {
  width: 100%;
  background: rgb(39, 149, 157) !important;
  border-radius: 5px;
  height: 50px;
  cursor: pointer;
  border: none;
}

.addEditBtn {
  background: #173263 !important;
  border-radius: 5px;
  height: 40px;
  border: none;
  width: 50px;
  height: 50px;
}

.inputCheckbox {
  position: relative;
  left: 25px;
}

.horizontalRule {
  line-height: 2em;
  border-top: 1px solid gray;
  width: 100%;
}

.searchBarIcon {
  opacity: 0.6;
  position: absolute;
  right: 35px;
  top: 135px;
  height: 20px !important;
  width: 20px !important;
}

.addFeedBtnIcon {
  height: 25px;
  width: 25px;
  /* top: -2px; */
}

.contentTitle {
  font: 16px;
  font-weight: 700;
}

.editLink a {
  color: rgb(39, 149, 157) !important;
  text-decoration: none;
  font: 16px;
  font-weight: 600;
}

.feeds-list-box {
  padding: 0 8px;
}

.add-feed-btn-box {
  padding: 0 15px;
}
.addEditFontIcon {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  font-size: 20px;
}

@media screen and (min-width: 250px) and (max-width: 369px) {
  .navItem {
    width: 46.2%;
  }

  .notActiveNav {
    width: 46.2%;
  }

  .addEditBtn {
    position: relative;
    left: -10px;
  }
  .navLink {
    font-size: 15px;
  }

  .addEditFontIcon {
    height: 15px;
    width: 15px;
    font-size: 15px;
  }

  .addEditBtn {
    font-size: 10px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 370px) and (max-width: 750px) {
  .navItem {
    width: 47%;
  }

  .notActiveNav {
    width: 47%;
  }

  .addEditBtn {
    position: relative;
    left: -10px;
  }
  .navLink {
    font-size: 15px;
  }
}

@media screen and (min-width: 771px) and (max-width: 1000px) {
  .navItem {
    width: 48.7%;
  }

  .notActiveNav {
    width: 48.7%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1650px) {
  .navItem {
    width: 46%;
  }
  .notActiveNav {
    width: 46%;
  }
  .navLink {
    font-size: 14px;
  }
}

@media screen and (min-width: 1651px) and (max-width: 2580px) {
  .navItem {
    width: 48%;
  }
  .notActiveNav {
    width: 48%;
  }
}

.div__filterbox-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

.div__filterbox-title-and-subt {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    
}

.div__title-and-collapse {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.div__filterbox-filter-btn {
    border: 0px solid white;
    width: 100px;
    color: grey;
    text-align: end;
}
    
.div__filterbox-card-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-row;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
}

.div__filterbox-box-and-opts {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 20%;
}

.div__responsive-filter-columns {
    display: flex;
    flex-direction: row;
}
@media screen and (max-width: 488px) {
    .div__filterbox-card-row {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.div__infabode-logo {
  /* border: 2px solid lightgreen; */
  width: 100%;
  height: auto;
  display: flex;
  margin-left: 41px;
}

.img__infabode-logo {
  width: 100%;
  max-width: 120px;
  max-height: 61px;
}

.img__infabode-logo-main {
  width: 100%;
  /* max-width: 120px; */
  height: 100px;
}

.div__infabode-logo-mobile {
  /* width: 100%; */
  height: auto;
  display: flex;
  margin-left: 41px;
}

@media screen and (max-width: 800px) {
  .div__infabode-logo {
    display: none;
  }
}

@media screen and (max-width: 4000px) {
  .div__hamb-menu {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .div__hamb-menu {
    width: 50px;
    margin-left: 10px;
    /* margin-bottom: 10px;
        margin-top: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    position: relative;
    z-index: 10;
  }

  .hamb-open {
    /* height: 40px;
    width: 40px; */
    font-size: 30px;
    font-weight: 500;
    color: white;
    position: relative;
    right: -15px;
  }

  .hamb-close {
    /* height: 40px;
    width: 40px; */
    font-size: 30px;
    font-weight: 500;
    color: white;
    position: relative;
    right: -15px;
  }
}

.div__company-prof-images-feed-img-card {
    width: 400px;
    height: 300px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.div__company-prof-images-feed-img-card img {
    width: 400px;
    height: 300px;
}

@media screen and (max-width: 988px) {
    .div__company-prof-images-feed-img-card {
        margin-bottom: 10px;
        

        width: 380px;
        height: 280px;
    }
    .div__company-prof-images-feed-img-card img {
        width: 380px;
        height: 280px;
    }
}

@media screen and (max-width: 526px) {
    .div__company-prof-images-feed-img-card {
        margin-bottom: 10px;
        margin-left: 0;
    }
}
@media screen and (max-width: 488px) {
    .div__company-prof-images-feed-img-card {
        margin-bottom: 10px;
        width: 300px;
        height: 200px;
    }

    .div__company-prof-images-feed-img-card img {
        width: 300px;
        height: 200px;
    }
}
.div__univ-input {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 90%;
    max-width: 500px;
}

@media screen and (max-width: 488px) {
    .div__univ-input {
        width: 100%;
    }
}
.div__loading-page-container {
    height: 100vh;
    /* border: 4px solid red; */
    background: #f7f7f7;
}

.div__loading-page {
    /* border: 4px solid blue; */
    height: 100vh;
}
/* styling for Nav Bar */
/* used on every page */

.div__navbar-container {
  width: 100%;
  padding: 0;
  /* border: 1px solid green; */
}

.div__desktop-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  /* height: auto; */
  background: #0d2752;
  padding-bottom: 10px;
  padding-top: 10px;
  height: 80px !important;
}

.div__desktop-nav .div__infabode-logo {
  width: 180px;
  height: auto;
}

.isdesktop {
  position: inherit;
  z-index: 10;
}

.div__desktop-nav ul {
  display: inline-flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.div__desktop-nav li {
  margin-left: 20px;
  margin-right: 22px;
}

.div__mob-nav {
  display: none;
}

.div__nav-search-container {
  display: flex;
  flex-direction: row;
  height: 45px;
}

.input__nav-input {
  height: 40px;
  padding-left: 10px;
  width: 400px;
  border: 1px solid white;
  background: white;
  animation: slideoutNavSearchBar 0.1s ease-out;
}

.navbar-section {
  width: 100%;
  color: white;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none !important;
}

.navbar-section:hover {
  width: 100% !important;
  color: white !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  text-decoration: none;
}

.navbar-decoration {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
  text-decoration: none !important;
}

.navbar-decoration-companyInfo {
  color: #0d2752 !important;
  text-decoration: none !important;
}

.btn-product-demo {
  background: rgb(39, 149, 157) !important;
  border-color: rgb(39, 149, 157) !important;
}

/* if page smaller than 800px then Logo NO Hamburger YES */
@media screen and (max-width: 800px) {
  .div__desktop-nav {
    display: none;
  }

  .div__mob-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    background: #0d2752;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .div__mob-nav li {
    margin-top: 10px;
  }

  .div__mob-nav-dropdown-container {
    height: auto;
    position: absolute;
    background: #0d2752;
    margin-top: 12px;
    z-index: 999;
    transition: 1s;
    animation: fadeInMobNav 0.2s ease;
    border-bottom: 1px solid white;
    box-shadow: 0px 0px 1px lavender;
    top: 75px;
  }

  @keyframes fadeInMobNav {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .div__nav-search-container .btn__infabode reg {
    background: #061b3c;
  }

  .input__nav-input {
    width: 320px;
    padding-left: 10px;
    animation: slideoutNavSearchBarMobile 0.1s ease-out;
  }
}

@keyframes slideoutNavSearchBar {
  from {
    width: 0;
  }

  to {
    width: 400px;
  }
}

@keyframes slideoutNavSearchBarMobile {
  from {
    width: 0;
  }

  to {
    width: 320px;
  }
}

.searchButton {
  position: absolute;
  background: rgb(72, 207, 203);
  background: linear-gradient(
    90deg,
    rgba(72, 207, 203, 1) 0%,
    rgba(6, 27, 60, 1) 62%,
    rgba(6, 27, 60, 1) 81%,
    rgba(6, 27, 60, 1) 100%
  );
  font-weight: 600;
  border: 1px solid rgba(0, 31, 63, 1);
  color: white;
  right: 10px;
  top: 70px;
  height: 40px;
  /* width: 50px; */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  outline: none !important;
  border-radius: 3px;
  padding: 0px 10px;
}

.searchNavIcon {
  height: 20px;
  width: 20px;
  font-size: 20px;
  cursor: pointer;
  margin-right: 5px;
}

.searchButtonMobile {
  position: absolute !important;
  background-color: rgb(39, 149, 157) !important;
  color: white !important;
  right: 15px !important;
  top: 53px !important;
  height: 30px !important;
  width: 30px !important;
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer;
  z-index: 1 !important;
  outline: none !important;
  border-radius: 3px !important;
  font-weight: 500 !important;
  padding: 0px 10px !important;
}

.searchNavIconMobile {
  height: 15px !important;
  width: 15px !important;
  font-size: 20px !important;
  position: absolute !important;
  left: 8px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
}

.new {
  font-size: 10px;
  position: absolute;
  top: -13px;
  font-weight: 600;
  background-color: #0d2752;
  padding: 2px 6px;
  border-radius: 10px;
  left: -15px;
  border: 1px solid white;
  /* transform: rotate(-30deg); */
}

@media screen and (max-width: 786px) {
  .btn-product-demo {
    padding: 2px 5px;
    font-size: 12px;
    position: relative;
    right: -10px;
    font-weight: 600;
  }

  .navbar-section {
    font-size: 16px;
  }

  .searchButton {
    position: absolute !important;
    color: white !important;
    right: 8px !important;
    top: 50px !important;
    height: 30px !important;
    width: 30px !important;
    border: 1px solid white;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    z-index: 999 !important;
  }

  .searchNavIcon {
    height: 10px !important;
    width: 10px !important;
    font-size: 10px !important;
    cursor: pointer !important;
  }
  .searchButtonMobile {
    position: absolute !important;
    background-color: #27959d !important;
    color: #ffffff !important;
    right: 13px !important;
    top: 51px !important;
    height: 28px !important;
    width: 28px !important;
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer;
    z-index: 1 !important;
    outline: none !important;
    border-radius: 3px !important;
    font-weight: 500 !important;
    padding: 0px 10px !important;
  }

  

}

.div__people-search-results-container {
    display: flex;
    flex-direction: column;                    
    height: 100vh;
    width: 100%;
}

.div__people-search-title-and-btn {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.div__people-search-filter-btn {
    border: 0px solid white;
    width: 100px;
    color: grey;
}

.div__people-search-columns-container {

    display: flex;
    flex-direction: row;
}

.div__people-search-first-container {
    padding: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 90%;
}

.div__people-search-pos-cols {
    display: flex;
    padding-left: 0;
}

.second-container {
    padding: 20px;
}

.div__people-search-btn-descr-and-drop-down {
    width: 400px;
    flex-direction: row;
    justify-content: flex-end;
    display: flex;
}


.div__people-search-btn-descr-and-drop-down > button {
    margin-left: 20px;
    margin-bottom: 20px;
    border: 0;
}

/* .title-and-sort-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} */
    
    @media screen and (max-width: 1820px) {

        .div__people-search-card-container {
            max-width: 100%;
        }


        .div__people-search-first-container {

            padding-left: 35%;
            margin-left: 20px;
            padding: 0;
            width: 100%;

            display: flex;
            align-content: center;
            align-items: center;
        }
    }


    @media screen and (max-width: 1000px) {
        .div__people-search-columns-container {
            display: inline-block;
            flex-direction: column;
            align-items: center;
            height: auto;

            
        }

        .div__people-search-irst-container {

            flex-direction: row;
            margin-left: 5%;
            max-width: 90%;
            margin-left: 20px;
            padding: 0;
            width: 100%;
        }

        .div__people-search-second-container {
            max-width: 95%;
            width: 95%;
            flex-direction: row;
            display: flex;
            justify-content: space-around;
            align-items: flex-start;


        }
    }

    @media screen and (max-width: 576px) {
        .div__people-search-first-container {

            flex-direction: column;
            margin-left: 5%;
            max-width: 90%;
            margin-left: 20px;
            padding: 0;
            width: 100%;
        }

    }
    @media screen and (max-width: 488px) {
        .div__people-search-pos-cols {
            justify-content: center;
            padding-right: 0 !important;

        }

        .div__people-search-btn-descr-and-drop-down {
            width: 291px;
            justify-content: flex-end;
        }

        .div__people-search-columns-container {
            display: inline-block;

        }
        .div__people-search-first-container {
            margin-left: 5%;
            flex-direction: column;
        }
    }
@font-face{font-family:"revicons";fallback:fallback;src:url(04eb8fc57f27498e5ae37523e3bfb2c7.woff) format('woff'),url(17629a5dfe0d3c3946cf401e1895f091.ttf) format('ttf'),url(2feb69ccb596730c72920c6ba3e37ef8.eot) format('ttf')}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,0.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,0.8)}.react-multiple-carousel__arrow::before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,0.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left::before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right::before{content:"\e825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;margin:auto;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;padding:5px 5px 5px 5px;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:grey;padding:0;margin:0;margin-right:6px;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active{background:#080808}.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0 !important}.react-multi-carousel-track{overflow:visible !important}}[dir='rtl'].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right::before{content:"\e824"}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left::before{content:"\e825"}
.upnext-image {
  width: 100px;
  height: 100px;
}

.upnext-progress-bar {
  height: 7px !important;
  border-radius: 0px !important;
}

.upnext-date {
  top: 73px;
  position: fixed;
}

.resp-nextPost-bar {
  margin-top: 5%;
}

@media screen and (min-width: 2000px) and (max-width: 2600px) {
  .resp-nextPost-bar {
    margin-top: 10%;
  }
}

@media screen and (min-width: 1800px) and (max-width: 2000px) {
  .resp-nextPost-bar {
    margin-top: 5%;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1800px) {
  .resp-nextPost-bar {
    margin-top: -3%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .resp-nextPost-bar {
    margin-top: -4%;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .resp-nextPost-bar {
    margin-top: 19%;
  }
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags li {
  float: left;
}

.tag {
  background: #0e2751;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 12px 0 14px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.div__post-page-allposts-container {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}

.div__post-page-indiv-post {
  padding: 20px;
}

.post-notSignedIn {
  opacity: 0.1;
}

.div__post-page-indiv-post-columns-container {
  padding: 0px 40px 0px 25px;
  display: flex;
  flex-direction: row;
}

.div__indiv-post-name-and-date {
  display: flex;
  flex-direction: column;
}

.div__indiv-post-name {
  display: flex;
  flex-direction: row;
}

.div__post-meta-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.section__indiv-post-section {
  text-align: start;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section__indiv-post-section p {
  font-family: Open Sans, sans-serif;
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 30px;
  text-align: start;
  margin-top: 22px !important;
}

.section__indiv-post-section p span {
  font-family: Open Sans, sans-serif !important;
  color: #333 !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 30px !important;
  text-align: start !important;
  background-color: #f7f7f7 !important;
}

.section__indiv-post-section h1,
.section__indiv-post-section h2,
.section__indiv-post-section h3,
.section__indiv-post-section h4,
.section__indiv-post-section h5,
.section__indiv-post-section h6 {
  font-family: Open Sans, sans-serif;
  color: #0f2751;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section__indiv-post-section h2 {
  font-family: Open Sans, sans-serif;
  color: #0f2751;
  font-weight: 700;
}

.section__indiv-post-section ul {
  font-family: Open Sans, sans-serif;
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 17px;
  text-align: start;
  font-weight: 400;
  line-height: 30px;
}

.section__indiv-post-section img {
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 100%;
}

.section__indiv-post-section span {
  display: flex;
  justify-content: center;
}

.div__indiv-post-foot-notes {
  display: flex;
  flex-direction: row;
}

.post-content {
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #333333 !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.latest-sector-news {
  padding: 43px 60px;
  width: 100%;
  overflow-x: hidden;
}

.article-title {
  width: 90%;
}

.carousel-container {
  width: 95%;
}

.custom-react-multi-carousel-dot button {
  border-radius: 0px !important;
  display: inline-block !important;
  width: 406px !important;
  height: 5px !important;
  opacity: 1 !important;
  padding: 5px 5px 5px 5px !important;
  transition: background 0.5s !important;
  border-width: 0px !important;
  border-style: solid !important;
  border-color: grey !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
}

.react-multi-carousel-dot--active button {
  background: #27959d !important;
}

@media screen and (max-width: 1000px) {
  .div__post-page-indiv-post-columns-container {
    flex-direction: column;

    align-items: center;
    height: auto;
  }

  .div__post-page-indiv-post-first-container {
    max-width: 95%;
  }

  .div__post-page-indiv-post-second-container {
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 700px) {
  .div__post-meta-details {
    flex-direction: column;
  }
  .div__post-page-indiv-post {
    padding: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
/* LatestPosts & CompInfoCard need to revert to column on mobile */
@media screen and (max-width: 615px) {
  .div__post-page-indiv-post-second-container {
    flex-direction: column;
  }
  .section__indiv-post-section {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 488px) {
  .div__post-meta-details {
    align-items: start;
  }
  .section__indiv-post-section {
    width: 100%;
    overflow: hidden;
  }

  .custom-react-multi-carousel-dot button {
    width: 103px !important;
  }

  .div__post-page-indiv-post-columns-container {
    padding: 0px;
  }

  .div__post-page-indiv-post-first-container {
    max-width: 100%;
  }

  .latest-sector-news {
    padding: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .article-title {
    width: 70%;
  }

  .custom-react-multi-carousel-dot button {
    width: 596px !important;
  }

  .doc-viewer {
    width: 258px;
    height: 299px;
  }
}

@media screen and (min-width: 2560px) {
  .article-title {
    width: 70%;
  }

  .custom-react-multi-carousel-dot button {
    width: 815px !important;
  }
}

.div__sub-nav-container {
  display: flex;
  justify-content: start;
  flex-direction: row;
  background: white;
}

.div__sub-nav-container p {
  text-align: start;
  font-weight: 100;
  color: grey;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.company-social-icons {
  margin-right: 31px;
}

.company-social-icons-main {
  background: #0d2752;
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: 2px 4px !important;
}

@media screen and (max-width: 730px) {
  .div__sub-nav-container {
    justify-content: start;
    margin-left: 0;
  }
}

@media screen and (max-width: 488px) {
  .div__sub-nav-container {
    justify-content: space-around;
    margin-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .company-social-icons {
    margin-right: 38px;
  }
}

@media screen and (min-width: 2560px) {
  .company-social-icons {
    margin-right: 50px;
  }
}

.div__univ-prof-img-default {
    background: #0F2751;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div__person-info-card-medium-container {
    background: white;
    height: 390px;  
    margin-left: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;   
    /* border: 1px solid purple;          */
}

.div__person-info-card-medium-top-half {
    height: 150px;
    width: 100%;
    margin: 0 auto;
}

    .div__person-info-card-medium-hero {
        height: 150px;
        width: 100%;
        opacity: 0.6;        
        margin: 0 auto;
        object-fit: cover;
    }

.div__person-info-card-medium-bottom-half {
    height: 150px;
    width: 100%;
    background: white;
}

.div__person-info-card-info-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    margin-top: 84px;
}
.div__person-info-card-info-overlay > p {
    max-width: inherit;
}

.div__person-info-card-medium-profile-pic {
    border-radius: 85%;
    height: 120px;
    width: 120px;
    margin-top: 0px;
    box-shadow: 5px 8px 12px white;
}

.btns-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.people-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;    
    position: absolute;
    right: 35px;
    top: 33%;
    color: white;
}

.company-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;    
    position: absolute;
    right: 6%;
    top: 42%;
    color: white;
}

.company-info-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;    
    position: absolute;
    right: 1%;
    margin-top: 6px;
    color: white;
}


@media screen and (max-width: 488px) {
    .div__person-info-card-medium-container {
        margin-left: 0px;
        width: 385px;
    }
    .company-social-icon {
        right: 8%;
    }

    .company-info-social-icon {
        right: 22%;
    }
    
}


@media screen and (min-width: 1920px) {
    .people-social-icon {
        right: 20px;
    }
}

@media screen and (min-width: 2580px) {
    .people-social-icon {
        right: 10px;
    }
    .company-social-icon {
        right: 5%;
    }
}
.div__post-social-icons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.div__post-each-social-icon-container{
    /* border: 1px solid red; */
}


.msngr-svg-path {
    fill: grey;
}
.fb-svg {
    enable-background: new 0 0 67 67;
}
.fb-svg-path {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: grey;
}
.li-svg-path {
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill: grey;
}
.twit-svg-path {
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill: grey;
}
.em-svg-path {
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill: grey;
}


@media screen and (min-width: 1920px) { 
    .article-social-icon {
        margin-right: 130px;
    }    
}

@media screen and (min-width: 2560px) { 
    .article-social-icon {
        margin-right: 165px;
    }   
}

/* office location card */

.div__tag-adder-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}

.div__tag-adder-title-and-btn {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;

}

.button__tag-adder-filter-btn {
    border: 0px solid white;
    width: 100px;
    color: grey;
    text-align: end;
    padding-right: 0;
}

.div__tag-adder-input-container {
    width: 100%;
    margin-top: 0;
    height: 50%;
    /* background: white; */
}

.input__tag-adder-input {
    width: 100%;
    height: 50px;   
    margin-bottom: 20px;
}

.div__tag-adder-added-tags {
    width: 100%;
    /* background: white; */
    /* padding-left: 20px;
    padding-bottom: 20px; */
}

.ul__tag-adder-ul, li {
    padding: 0;
    margin: 0;
}

.ul__tag-adder-ul {
    display: inline-flex;
    list-style-type: none;
    width: 100%;
}

.li__tag-adder-li {
    display: flex;
    flex-direction: row;
    background: #061b3c;
    color: white;
    padding: 7px;
    margin-right: 2px;
    animation-name: fadeInTags;
    animation-duration: 0.7s;
}


@media screen and (max-width: 488px) {
    .div__tag-adder-added-tags {
        padding-left: 0;
    }
}

@keyframes fadeInTags {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.btn-clearall {
    background: white;
    padding: 6px 15px 6px 15px;
    border: 1px solid lightgray;
    margin-top: -6px;
}

.btn-clearall:hover {
    background: lightgray;
    border: 1px solid rgb(206, 198, 198);
}
.div__company-prof-team-container {
    width: 100%;
    padding: 0px 20px 20px 20px;
    display: flex;
    flex-direction: column;
}


.div__company-prof-team-responsive-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


@media screen and (max-width: 1078px) {
    .div__company-prof-team-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 488px) {
    .div__company-prof-team-container {
        align-items: center;
    }
}
