@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);
.ib-header {
  background-color: #d8295e;
  color: white;
  height: 70px;
  width: 100%;
  padding: 10px;
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  position: relative;
}

.logo-image-for-ib {
  height: 30px !important;
  width: 100% !important;
  outline: none !important;
}

.ib-header-nav-item {
  margin: 0px 25px;
  text-decoration: none !important;
  font-size: 20px;
  text-decoration: none !important;
  color: white !important;
}

.ib-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  left: 43%;
}

.ib-search-input-box {
  height: 45px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  outline: none;
  letter-spacing: 0.3px;
  padding-left: 40px;
  color: gray;
  border-radius: 30px;
  font-weight: 400;
}

.ib-search-input-icon {
  position: absolute;
  left: 15px;
  top: 16px;
  height: 16px;
  width: 16px;
  font-size: 16px;
  color: gray;
}

.ib-search-input-box::-webkit-input-placeholder {
  font-size: 16px !important;
}

.ib-header-nav-link {
  display: inline-block;
  position: relative;
  color: white !important;
  cursor: pointer;
}

.ib-header-nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: white;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.ib-header-nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.ib-header-nav-link-main {
  display: inline-block;
  position: relative;
  color: white !important;
  cursor: pointer;
}

.ib-header-nav-link-main::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: white;
  transform-origin: bottom right;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}

@media screen and (max-width: 500px) {
  .ib-header {
    width: 100% !important;
  }

  .ib-site-main-toggler {
    box-shadow: none !important;
  }

  .ib-nav {
    color: #d8295e !important;
    font-size: 10px !important;
    margin-top: 15px !important;
    background-color: white !important;
    position: absolute !important;
    width: 100% !important;
    transition: 2s !important;
    text-align: left !important;
    padding: 20px 20px !important;
    z-index: 999 !important;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 10px lavender;
  }
  .ib-header-nav-item {
    font-size: 18px;
    margin: 10px 0px !important;
    text-align: left !important;
    justify-content: center !;
    display: flex !important;
    text-decoration: none !important;
  }

  .ib-header-nav-link {
    color: #d8295e !important;
    font-size: 14px;
    text-align: left !important;
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
  }
  .ib-header-nav-link-main {
    color: #d8295e !important;
    font-size: 16px;
    font-weight: 500;

    text-align: left !important;
  }

  .ib-mobile-navigation-card {
    border: 1px solid white;
    border-radius: 0px !important;
    position: absolute !important;
    z-index: 1;
    width: 100% !important;
  }

  .toggler-icon-for-ib-header {
    position: absolute;
    right: -15px !important;
    top: -15px !important;
    color: white !important;
    height: 30px !important;
    width: 30px !important;
    font-size: 30px !important;
  }

  .ib-header-nav-item {
    color: #d8295e !important;
    margin: 10px 0px !important;
    transition: 1s !important;
  }
}

.main-footer-container-ib{
    background-color: #304463;
    min-height: 300px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.ib-links-container{
    display: flex;
}

.ib-footer-section{
    display: flex;
    justify-content: center;
    margin-top: 40px !important;
}

.ib-footer-heading{
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.ib-subs-inp{
    height: 45px;
    width: 80%;
    border-radius: 5px;
    outline: none;
    padding-left: 20px;
    color: gray;
    border: none;
}

.ib-subs-btn{
height: 45px;
width: 100px;
margin-left: 10px;
background-color: white;
color: #304463;
border: none;
font-weight: 600;
font-weight: 500;
border-radius: 30px;
padding: 0px 10px;
}

.ib-page-links-container{
    color: white;
}

.ib-footer-page-link{
    margin: 10px 0px;
    cursor: pointer;
}

.ib-second-footer-links{
    margin-left: 100px;
}


.ib-footer-contact{
margin: 10px;
color: white;
}

.ib-footer-icons{
font-size: 16px;
color: white;
height: 16px;
width: 16px;
margin-right: 10px;
}

.ib-footer-social-media{
    padding: 10px 10px;
}

.ib-social-icons{
height: 20px;
width: 20px;
font-size: 20px;
color: white;
margin-right: 15px;
cursor: pointer;
}

.contact-form-container {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
  }
  
  .contact-form-button {
    background-color: #d63384;
    border-color: #d63384;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
  }
  
  .contact-form-button:hover {
    background-color: #c02675;
    border-color: #c02675;
  }
  
  .form-group label {
    font-weight: bold;
  }
  
  .input,
  .textarea {
    margin-bottom: 10px;
  }
  
.top-header-section {
  height: 40px;
  background-color: #0d2752;
  padding: 0px 10px;
}

.left-top-header-section {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-top: 8px;
}

.right-top-header-section {
  display: flex;
  padding-top: 8px;
  justify-content: right;
  align-items: center;
}

.switch-to-infabode {
  color: white;
  background-color: #0d2752;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid white;
  height: 35px;
  position: absolute;
  top: 2px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.swap-icon {
  height: 30px;
  width: 30px;
  border-radius: 10px;
  position: relative;
  top: -4px;
}

.ib-login-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  width: 120px;
  background-color: transparent;
  border: none;
  outline: none;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

.swap-image-icon1 {
  height: 20px;
  width: 20px;
  position: relative;
  top: 0px;
  margin-right: 3px;
  left: -5px;
}

.swap-image-icon1 {
  position: relative;
  left: 1px;
  top: 1px;
  background: url(e6ebc8a2d60f83b78db94965b64a332a.png);
}

.redirect-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20%;
}

.loading-container {
  position: relative;
  top: 3px;
}

.redirect-text {
  font-size: 18px;
}


/* Carousel styles */
.carousel-slide {
  text-align: center;
  padding: 20px;
  color: white;
}

.carousel-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.carousel-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.carousel-button {
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  background-color: #27959d;
  border: none;
}

.carousel-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.loading-placeholder {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  margin: 20px 0;
  border-radius: 8px;
}

.hero-section {
  position: relative;
}

.carousel-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .carousel-container {
    position: relative;
    top: 0px;
    left: -10px;
  }
  .carousel-title{
    font-size: 25px;
    width: 100%;
  }

  .carousel-subtitle{
    font-size: 18px;
  }

  .carousel-button{
    font-size: 14px;
    padding: 10px 25px;
  }
}

.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;
    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;
  }
}

.hidden {
    display: none;
}
.admin-posts-main-row {
  justify-content: center;
}

.box1 {
  border-radius: 10px;
  background: #007aff !important;  
}

.box2 {
  border-radius: 10px;
  background: #34c759 !important;  
}

.box3 {
  border-radius: 10px;
  background: #5ac8fa !important;
  box-shadow: 1px 1px 4px darkgrey;  
}

.box4 {
  border-radius: 10px;
  background: #8e8e93 !important;  
}

.box-main-div {
  padding: 35px;
  color: white;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 244, 240, 0.3) 100%);
}

.box-number {
  font-size: 30px;
  font-weight: 700;
}

.box-text {
  font-size: 18px;
  font-weight: 600;
}


.admin-posts-main-row {
  justify-content: center;
}

.box1 {
  background: #dd6465;
  box-shadow: 1px 1px 4px darkgrey;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.box2 {
  background: #ff9900;
  box-shadow: 1px 1px 4px darkgrey;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.box3 {
  background: #4bd3fb;
  box-shadow: 1px 1px 4px darkgrey;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.box4 {
  background: #1abc9c;
  box-shadow: 1px 1px 4px darkgrey;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.box-main-div {
  padding: 35px;
  color: white;
}

.box-number {
  font-size: 30px;
  font-weight: 700;
}

.box-text {
  font-size: 18px;
  font-weight: 600;
}

.ai-heaing-name {
  font-weight: 600;
  color: #0f2751;
  display: flex;
  font-size: 20px;
  justify-content: left;
  align-items: center;
  position: relative;
  top: 5px;
}

.ai-reload-button {
  background-color: #0f2751 !important;
  color: white !important;
  font-weight: 500 !important;
}

.ai-relaod-hr {
  background-color: #0f2751 !important;
}

.ais-preload-data {
  text-align: left;
  min-height: 45px;
  border-bottom: 1px solid #eee;
}

.ais-preload-data-col {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #0f2751;
  font-weight: 600;
  border-right: 1px solid #0f2751;
  min-height: 40px;
  border: 1px solid #0f2751;
}

.no-prompt-card {
  border: none;
  color: #0f2751;
  font-weight: 600;
}

.mainContainer {
  padding: 20px;
  z-index: 1 !important;
  /* text-align: left; */
}

.ai-heading {
  color: #0d2752;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
}

.filter-section {
  margin-top: 10px;
}

.filter-label {
  font-size: 16px;
  color: #0d2752;
  font-weight: 600;
  /* margin-right: 10px; */
}

.filter-select {
  margin: 0px 20px;
  width: 400px;
  height: 45px;
  border-radius: 10px;
  padding-left: 10px;
  outline: none;
  border: 1px solid #eee;
  color: #0d2752;
}

.delete-icon {
  cursor: pointer;
}

.col-repo {
  display: flex;
}

.ai-feedback-table {
  width: 100%;
  border: 1px solid lavender;
}

.ai-table-tr {
  background-color: #0d2752;
  color: white;
  border: none;
}

.ai-table-tr th {
  border: 1px solid #000042;
}
.table-body-tr {
  background-color: #0d2752;
  color: white;
}

.table-body-tr:nth-child(odd) {
  background-color: #eee;
}

.table-body-heading {
  background-color: #0d2752;
  color: white;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.table-body-data {
  text-align: left;
  margin-bottom: 5px;
  border-bottom: 1px solid #bed4f8;
}

.table-body-data-section {
  height: 100%;
  min-height: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #0d2752;
}

@media screen and (max-width: 800px) {
  .col-repo {
    display: block;
  }

  .filter-select:nth-child(odd) {
    margin-top: 10px;
  }
}

.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;
}
 

.search-filter-input {
  display: flex;
  justify-content: start;
}

.search-filter-input-right {
  display: flex;
  justify-content: end;
}

.search-filter-input-select {
  height: 45px;
  width: 70%;
  padding: 5px 10px;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid lavender;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  color: #000042;
  border-right: none;
}

.filter-button-icon{
  border: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  color: #000042;
}

.search-filter-input-select option {
  border: none !important;
}

.search-filter-input-box {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid lavender;
  outline: none;
  color: #000042;
  border-left: none;
}

.heading-title {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #000042;
}

.user-list-hr {
  background-color: #000042;
}

.export-users-button {
  border: none;
  padding: 10px 10px;
  background-color: #ff6363;
  font-weight: 600;
  color: white;
  height: 45px;
  outline: none;
  outline: none;
}
.export-users-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  color: white;
  margin-right: 10px;
}

/* user list table */

.reactstrap-table-container {
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  min-width: 1000px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #eee;
  background-color: #061b3c;
  color: white;
}

.table td,
.table th {
  padding: 12px 8px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
}

.table td {
  border: 1px solid #eee;
}

.table tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

tr td {
  color: #000042;
  width: 80px !important;
}

/* user moda */

.user-modal {
  /* width: 600px; */
}

.user-close-modal {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000042;
  border-radius: 30px;
  cursor: pointer;
  z-index: 5;
}

.user-close-modal-icon {
  color: white;
  cursor: pointer;
}

.user-modal-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.user-action-button {
  padding: 8px 12px;
  border: none;
  background-color: #000042;
  color: white;
  font-size: 14px;
  margin-right: 5px;
  border-radius: 5px;
  font-weight: 600;
}

.user-modal-header {
  height: 100px !important;
  padding: 0px !important;
}

.user-modal-header-img {
  height: 100px !important;
  width: 186.5% !important;
  object-position: center;
  object-fit: cover;
  object-position: 50% 0%;
}

.user-card-modal-name {
  color: #061b3c;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.user-card-modal-email {
  color: #061b3c;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.user-card-modal-job-title {
  color: rgb(50, 50, 50);
  font-size: 15px;
  margin-bottom: 4px;
}

.user-card-modal-job-sector {
  color: rgb(50, 50, 50);
  font-size: 15px;
  margin-bottom: 4px;
}

.user-card-modal-location {
  color: rgb(50, 50, 50);
  font-size: 15px;
  margin-bottom: 4px;
}

.user-modal-icons {
  margin-right: 5px;
  font-size: 16px;
  height: 16px;
  width: 16px;
  color: #061b3c;
}

.user-modal-icons-verified {
  margin-right: 5px;
  font-size: 16px;
  height: 16px;
  width: 16px;
  color: #328e6e;
  margin-left: 5px;
}

.user-modal-icons-verified {
  height: 30px;
  width: 30px;
  position: relative;
  top: -2px;
  left: -6px;
}

/* end user modal */

.user-list-pagination-button {
  height: 45px;
  padding: 3px 20px;
  margin: 0px 5px;
  border: none;
  background-color: #061b3c;
  color: white;
  border-radius: 10px;
}

.user-pagination-icon {
  height: 15px;
  width: 15px;
  font-size: 15px;
}


.refresh-users-button{
  position: absolute;
  top: -77px;
  right: 160px;
}

.refresh-users-button button {
  outline: none;
  border: none; 
  background-color: #061b3c;
  color: white;
  padding: 10px 10px;
}

.refresh-icon{
  height: 20px;
  width: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.main-container {
    height: 100%;
    background-color: white;
    padding: 20px;
}

.first-container {
    height: 100%;
}

.left-side-bar {
    height: 100vh;
    background-color: #061B3C;
    border-radius: 10px;
    box-shadow: 0px 0px 3px lavender;
    border: none;
    padding: 10px;
}

.first-title {
    color: #061B3C;
    height: 50px;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}


.second-title {
    color: #27959D;
    height: 50px;
    font-size: 45px;
    font-weight: 700;
}

.advert-video-container {
    margin-top: 0px;
}

.advert-video-box {
    box-shadow: 0px 0px 10px lavender;
    border: none;
    outline: none;
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    color: #061B3C;
}

.partner-images {
    height: 50px;
    width: 100px;
}

.partner-card {
    border-radius: 10px;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 0px 0px 3px lavender;
}

.service-card {
    height: 270px !important;
    border-radius: 10px;
    box-shadow: 0px 0px 3px lavender;
    border: 2px solid #eee;
}

.service-icon {
    color: white;
    font-size: 20px;
    background-color: #27959D;
}

.card-token {
    height: 70px;
    width: 70px;
    position: absolute;
    background-color: #27959D;
    top: 0px;
    left: 0px;
    /* border-radius: 50px; */
    border: 4px solid #bee6e9;
    box-shadow: 0px 0px 4px gray;
    clip-path: circle(51.4% at 0 0);

}

.service-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background-color: #27959D;
    border-radius: 30px;
    border: 5px solid #bee6e9;
    box-shadow: 0px 0px 5px #bee6e9;
}

.left-side-bar-content:nth-child(1) {
    margin-bottom: 10px;
    background-color: #27959D;
    color: white;
    border: 1px solid #27959D;
    border-radius: 10px;

}


.left-side-bar-content {
    margin-bottom: 10px;
    background-color: #173263;
    color: white;
    border: 1px solid #173263;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
}

.left-side-bar-content :hover {
    border: 1px solid white;
    border-radius: 10px;
}

.analyst-container {
    margin-top: 150px;
}

.main-advert-container {
    margin-top: 100px !important;
}


.bottom-video-container {
    margin-top: 100px !important;
}


.main-icon-conatiner {
    display: flex;
    justify-content: center;
}

.service-number {
    font-size: 25px;
    font-weight: 600;
    color: #27959D;
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    color: #061B3C;
}

.service-content {
    color: #6E757D;
    width: 100%;
    font-size: 14px;
    text-shadow: 0px 0px 1px #eee;
}

.location-icons {
    font-size: 40px;
    height: 40px;
    width: 40px;
    background-color: #27959D;
    color: white;
    border-radius: 30px;
    border: 3px solid #27959D;
}

.location-icon-conatiner {
    border: 10px solid #bee6e9;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.location-percentage {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 45%;
    top: 30%;
    font-size: 40px;
    color: #27959D;
    font-weight: 600;
}

.location-area {
    font-size: 16px;
    margin-top: 10px;
    color: #6E757D;
    margin-top: 50px;
    border: 1px solid #bee6e9;
    padding: 5px 10px;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0px 0px 3px lavender;
}

.job-outers {
    /* height: 50px; */
    /* width: 100%; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #173263;
}

.job-sector-card {
    border-bottom: 3px solid #27959D;
    box-shadow: 0px 0px 10px #bee6e9;
}

.advert1-section {
    width: 99%;
    /* border: 5px solid #27959D; */
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #eee;
}

.advert-sections-1 {
    margin: 50px 0px;
    color: #27959D;
    font-weight: 600;
    margin-left: 10px;
}

.list-values {
    margin-bottom: 15px;
    width: 100%;
    color: #6E757D;
}

.list-icon {
    height: 30px;
    width: 30px;
    margin: 10px;
    position: relative;
    top: -15px;
}

.price-container {
    height: 70px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 10px lavender;
    background-color: #173263;
}

.tag-container {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 10px;
    top: 10px;
    background-color: white;
    border-radius: 30px;
}

.tag-icon {
    font-size: 25px;
    color: #061B3C;
}

.price-box {
    position: absolute;
    left: 100px;
    top: 15px;
    font-size: 25px;
    color: white;
}

.button-sections {
    position: absolute;
    right: 10px;
    top: 11px;
}


.button-sections button {
    margin: 0px 5px;
    height: 45px;
    padding: 10px;
    border: none;
    color: white;
    border-radius: 30px;
}

.button-sections button:hover {
    border: 1px solid white;
    transition: 5s;
}

.analtyics-card {
    width: 100%;
    margin: 0px 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px lavender;
    border: 1px solid #eee;
}

.chart-card {
    /* margin-bottom: 100px; */
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 0px 3px #27959D;
    border: 1px solid #eee;

}

.main-heading {
    color: #27959D;
    font-size: 30px;
    font-weight: 600;
}

.main-sub-heading {
    color: #6E757D;
    margin: 20px 0px;
}

.form-container {
    width: 100%;
    margin: 20px 0px;
}

.input-box {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    outline: none !important;
    border: 1px solid #27959D;
    color: #6E757D;
}

.book-demo-btn {
    height: 45px;
    padding: 10px 15px;
    border: none;
    color: white;
    border-radius: 30px;
    background-color: #27959D;
}

.upper-video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.main-analytics {
    display: flex;
}

.mobile-show {
    display: none;
}

@media screen and (max-width:600px) {
    .first-title {
        width: 100%;
        font-size: 30px;
    }

    .second-title {
        width: 100%;
        font-size: 30px;
        position: relative;
        top: -20px;
    }

    .upper-video-container {
        padding: 0px;
        position: relative;
        top: -20px;
        padding: 0px !important;
    }

    .advert-video-box {
        height: 100%;
        width: 100% !important;
        padding: 0px !important;
        margin-top: 10px !important;
    }

    .service-card {
        margin-bottom: 10px;
    }

    .analtyics-card {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .analytics-title {
        margin-bottom: 20px;
    }

    .main-analytics {
        display: block;
    }

    .chart-card {
        padding: 0px;
    }

    .mobile-show {
        display: block;
    }

    .desktop-show {
        display: none;
    }

    .price-container {
        width: 100%;
        margin-bottom: 10px;
    }

    .button-sections {
        position: relative;
        top: 90px;
        left: -50px;
    }

    .analyst-container {
        margin-top: 100px;
    }

    .resp-ui {
        margin-top: 50px;
    }

    .advert-sections-1 {
        margin: 20px 0px;
    }

    .main-heading {
        margin-top: 35px;
    }
    .book-now-btn{
        position: relative;
        left: 40px;
        top: -80px;
    }
}
/* report Menu */

.left-report-menu-list {
  background-color: #061b3c;
  color: white;
  box-shadow: 0px 0px 4px lavender;
  border-radius: 10px;
  height: 100;
  padding: 10px;
  position: sticky;
  top: 10px;
  text-align: left;
}

.btn-report-menu-active {
  background-color: #27959d !important;
  height: 50px;
  width: 100%;
  border: none;
  border-radius: 5px;
  position: sticky !important;
  top: 0px !important;
  margin-bottom: 5px;
  font-weight: 600;
  color: white;
  text-align: center;
}

.btn-report-menu {
  height: 50px;
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  position: sticky !important;
  top: 0px !important;
  background-color: #173263;
  color: white;
  text-align: center;
}

.btn-report-men-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  margin-right: 10px;
}

.analysis-report-card {
  margin-bottom: 5px;
  border: 1px solid lavender;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.analysis-report-card-logo {
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 5px;
}

.analysis-report-card-title {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #061b3c;
}

.analysis-report-card-location {
  color: #27959d;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}

.analysis-report-card-sector {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #061b3c;
}

.analysis-report-card-sector-icon {
  font-size: 14px;
  height: 14px;
  width: 14px;
  margin-right: 8px;
}

.analysis-report-card-badge {
  color: white;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
  margin-right: 5px;
}

.analysis-report-card-date {
  font-size: 12px;
  color: #061b3c;
  font-weight: 600;
}

.analysis-report-card-ai-icon {
  height: 24px;
  width: 24px;
  padding: 5px;
  object-fit: cover;
  font-size: 10px;
  border: 2px solid #061b3c;
  display: flex;
  font-weight: 700;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px lavender;
  cursor: pointer;
  position: absolute;
  right: 10px;
}

/* Back To link */

.top-back-arrow {
  color: #6e757d;
}

.analysis-download-report-btn {
  border: none;
  padding: 8px;
  background-color: white;
  border: 1px solid #27959d;
  border-radius: 5px;
  color: #27959d;
  font-weight: 600;
}

.analysis-section-heading {
  font-size: 18px;
  font-weight: 600;
  color: #061b3c;
}

.analysis-dount-chart {
  height: 100% !important;
  width: 400px !important;
  border: none !important;
}

.main-donut-chart-box {
  height: 100% !important;
  margin-top: 5px;
  border: 1px solid #f4f6ff !important;
}

.postBreakDownHeading {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #061b3c;
  background-color: #b6eaee;
  padding: 10px 0px;
  text-align: left !important;
  box-shadow: 0px 0px 3px #eee;
  border-radius: 3px 10px 3px 3px;
  margin-bottom: 10px !important;
}

.moduleHeading {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #061b3c;
  margin-bottom: 20px;
}

.postBreakDown {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  border: none !important;
  border-bottom: 1px solid #f4f6ff !important;
}

.postBreakDownContent {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
}

.chart-container {
  height: 100% !important;
  width: 100% !important;
  min-height: 400px !important;
}

.donutChartBox {
  height: 100% !important;
  padding: 20px 15px !important;
}

.postBreakDownCard {
  padding: 0px !important;
  border: 1px solid #eee !important;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  border: none !important;
  padding: 0px 10px !important;
}

.postBreakDownCardBody {
  padding: 0px !important;
}

.sentimentPersentage {
  font-size: 24px;
  margin: 10px 0px;
  font-weight: 600;
  color: #27959d;
}

.wordcloud {
  font-family: 'Nunito', serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  background-color: #b6eaee !important;
  background: linear-gradient(0deg, #b6eaee, #27959d);
  display: inline-block;
  color: #b6eaee !important;
  width: 450px !important;
  height: 450px !important;
  border-radius: 50%;
  font-weight: 800 !important;
  overflow: hidden;
  box-shadow: 1px solid #27959d;
  color: cadetblue;
  border: none !important;
}

.wordcloud text:focus {
  outline: none; /* Ensures focus state does not show outline */
}
/* 
.word-cloud-cardbody {
  padding: 0px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden !important;
  position: relative;
  left: -10px;
  color: white !important;
} */

.postBreakDownCardOrg {
  padding: 0px !important;
  border: 1px solid #eee !important;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  border: none !important;
  padding: 5px !important;
}

.postBreakDownCardOrgBody {
  padding: 5px !important;
}

.sentiment-heading {
  font-weight: 600;
  color: #27959d;
}

.sentiment-content {
  color: #061b3c;
  font-size: 16px;
  font-weight: 600;
}

.sentiment-content-main {
  font-weight: 700;
  color: #061b3c;
}

/* Relevent posts */
.relevent-post-card {
  border: 1px solid #eee !important;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  border: none !important;
  padding: 7px;
}

.relevet-post-section {
  color: #27959d;
  border: none;
  font-weight: 600;
}

.relevent-post-card-header {
  border: none;
  border-radius: 5px;
  padding: 2px;
}

.relevent-post-section-item-active {
  padding: 4px;
  border: none;
  outline: none;
  background-color: white;
  margin-right: 5px;
  border-bottom: 2px solid #27959d;
}

.relevent-post-section-item-link-active {
  padding: 10px;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  background-color: white;
  cursor: pointer;
}

.relevent-post-section-item {
  padding: 4px;
  border: none;
  outline: none;
  background-color: white;
  margin-right: 5px;
  color: #6e757d;
  border-bottom: 2px solid #6e757d;
}

.relevent-post-section-item-link {
  padding: 10px;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  background-color: white;
  cursor: pointer;
}

.generate-summary-btn {
  padding: 10px;
  height: 45px;
  background-color: white;
  color: #27959d;
  border: 1px solid #27959d;
  border-radius: 5px;
  font-weight: 600;
}

/* Data Points */

.data-points-data {
  /* padding: 0px; */
}

.data-points-table-heding {
  text-align: left;
}

.data-points-value {
  padding: 0px;
  color: #173263;
  font-weight: 500;
}

.data-point-value-dropdown {
  padding: 10px;
  text-align: left;
  border: none;
  border-radius: 5px;
}

.data-points-heading {
  padding: 10px;
  font-weight: 600;
  text-align: left !important;
  color: #061b3c;
}

.data-point-dropdown-icon {
  height: 20px;
  width: 20px;
  font-size: 24px;
  margin: 0px 3px;
  cursor: pointer;
}

.bottom-table-hr {
  color: #27959d;
  background-color: #27959d;
  padding: 0px !important;
  margin: 0px !important;
}

.donutChartBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.breakdownList {
  border-left: 1px solid #eee;
  padding-left: 15px;
}

.data-point-table-action-dropdown {
  width: 100%;
  position: absolute;
  top: 20px;
  right: 170px;
  z-index: 1;
}

.drop-down-caret-up {
  position: absolute;
  font-size: 20px;
  height: 20px;
  width: 20px;
  right: 10px;
  top: -15px;
}

.data-point-table-action-dropdown-card {
  width: 150px !important;
  background-color: white !important;
  color: #061b3c !important;
  height: 100%;
  border: none;
  box-shadow: 0px 0px 4px #eee;
}

.data-point-table-action-dropdown-card-header {
  background-color: white !important;
  border: none !important;
  font-weight: 600;
  font-size: 14px;
}

.postBreakDown {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.highlightedRow {
  background-color: #27959d;
  color: #fff;
  font-weight: 800;
}

.icon {
  height: 10px;
  width: 10px;
  margin-right: 5px;
}

.notableSection-btn {
  padding: 10px;
  background-color: white;
  border: none;
  border-bottom: 3px solid #27959d;
  margin-right: 5px;
  outline: none !important;
  font-weight: 600;
  color: #061b3c;
}

.notableSection-btn-active {
  padding: 10px;
  background-color: #27959d;
  border: none;
  border-bottom: 3px solid white !important;
  margin-right: 5px;
  font-weight: 600;
  color: white;
  outline: none !important;
  border-radius: 10px;
}

.notable-header {
  background-color: #f4f6ff;
  font-weight: 600;
  border: none;
}

.notable-headings {
  font-weight: 600;
  color: #061b3c;
}

.notable-filters {
  height: 40px;
  background-color: #b6eaee;
  font-size: 14px;
  outline: none !important;
  border: none !important;
  color: #27959d !important;
  padding-left: 10px;
  border-radius: 5px;
  font-weight: 600;
  offset: none !important;
  box-shadow: none !important;
  box-shadow: 0px 0px 5px #eee !important;
}

.notable-filters option {
  color: #6e757d;
  background-color: white;
  border: none !important;
  font-size: 14px;
  cursor: pointer;
}

.notable-filters option :hover {
  background-color: #27959d !important;
}

.notable-table {
  border: none;
  padding: 5px !important;
  color: #424343;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #b6eaee;
}

.notable-section-header {
  font-weight: 600;
  color: #061b3c;
  padding: 10px;
  background-color: #b6eaee;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #eee;
}
.date-col {
  font-weight: 600;
  color: #27959d;
  font-size: 14px;
}

.title-col {
  color: #061b3c;
  font-size: 15px;
  font-weight: 500;
}

.source-col {
  font-size: 14px;
  font-weight: 500;
  color: #173263;
}

.seller-col {
  font-size: 14px;
  color: #173263;
  font-weight: 600;
}

.buyer-col {
  color: #173263;
  font-weight: 600;
  font-size: 14px;
}

.price-col,
.size-col,
.pps-col {
  color: #27959d;
  font-weight: 600;
  font-size: 14px;
}

/* data point seprate modal */

.data-point-seprate-modal {
  border: none;
  /* position: absolute;
  right: 30px !important;
  top: 0px !important; */
  z-index: 10;
  width: 500px;
  /* bottom: -140px !important; */
}

.card-close-btn {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b6eaee;
  position: absolute;
  top: -16px;
  right: -16px;
  cursor: pointer;
  border-radius: 30px;
  z-index: 1;
}

.data-point-seprate-modal-body {
  width: '100%';
  border-bottom: 6px solid #b6eaee;
  border-radius: 10px;
  box-shadow: 0px 0px 3px #eee;
}

.modal-logo-image {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  box-shadow: 0px 0px 2px lavender;
  object-fit: cover;
  cursor: pointer;
}

.modal-logo-image-title {
  font-size: 18px;
  font-weight: 600;
  margin: 2px 0px;
}

.modal-source-location {
  color: #27959d;
  font-size: 14px;
  font-weight: 600;
  width: 240px !important;
}

.modal-post-title {
  margin-top: 10px;
  font-weight: 600;
  color: #061b3c;
}

.modal-post-btn {
  border: none;
  background-color: #b6eaee;
  color: #061b3c;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  box-shadow: 0px 0px 3px lavender;
  bottom: 0px;
}

.modal-source-url {
  color: #6e757d;
  font-size: 14px;
  cursor: pointer;
}

.modal-box-date {
  font-size: 14px;
  font-weight: 600;
  color: #061b3c;
}

.modal-post-ai-snippet {
  font-size: 15px;
  font-weight: 600;
  color: #27959d;
}

.mobile-view-module-heading {
  font-size: 45px;
  font-weight: 700;
  color: #0d2752;
}

.sentiment-heading {
  font-size: 16px;
  font-weight: 600;
  color: #061b3c;
}

.area-data-col {
  text-align: left;
  color: #061b3c;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  padding: 5px;
}

.ai-area-data-summary {
  text-align: left !important;
  padding: 0px !important;
  color: #061b3c !important;
  height: fit-content;
  font-size: 14px;
  font-weight: 600;
}

.area-data-row {
  font-size: 14px;
  font-weight: 600;
  background-color: #b6eaee;
  height: 45px;
  display: flex;
  color: #061b3c;
  justify-content: left;
  align-items: center;
  border-radius: 5px;
}

.stick-component {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 10px !important;
}

.card-extra-styles {
  border-top: 2px solid #27959d;
  border-radius: 5px;
  width: 100%;
  line-height: 25px;
  margin: 0px;
}

.pair-item {
  font-size: 13px;
  font-weight: 600;
  color: #27959d;
}

/*  */
/*  */
/*  */
/*  */
/*  */

@media screen and (max-width: 786px) {
  .mobile-view-hidden {
    display: none;
  }
  .mobile-view-report-container {
    padding: 10px;
  }
  .mobile-view-module-heading {
    font-size: 29px !important;
    margin-top: 10px;
  }

  .top-back-arrow {
    right: 10px;
    position: absolute;
    top: -15px;
    color: #173263;
  }

  .icon {
    margin-right: 3px;
    font-size: 10px;
    width: 10px;
    height: 10px;
  }
  .mobile-view-margin {
    margin-top: 15px;
  }

  .wordcloud {
    width: 350px !important;
    height: 320px !important;
  }

  .data-points-header {
    width: 100% !important;
    overflow-x: scroll !important;
  }

  .relevent-post-card {
    width: 100%;
    overflow: auto !important;
  }

  .chart-container {
    height: 100% !important;
    width: 100% !important;
    min-height: 200px !important;
  }

  .sentiment-heading {
    font-size: 14px !important;
  }

  .sentiment-content-main {
    font-size: 14px;
    width: 100%;
  }

  .sentiment-dates {
    font-size: 14px !important;
  }
  .sentimentCard {
    margin-top: 20px;
  }

  .generate-summary-btn {
    font-size: 10px;
    width: 100%;
  }

  .relevent-post-section-item,
  .relevent-post-section-item-active {
    margin: 2px !important;
    width: 100%;
  }

  .relevent-post-section-item-link,
  .relevent-post-section-item-link-active {
    font-size: 13px;
    margin: 2px;
  }

  .notableSection-btn-active,
  .notableSection-btn {
    width: 100%;
  }

  .notable-header {
    width: 100% !important;
  }

  .notable-card-body {
    overflow-x: scroll !important;
    flex: auto !important;
    flex-wrap: nowrap !important;
    text-align: left !important;
    justify-content: start !important;
    width: 400% !important;
  }

  .notable-table {
    display: flex !important;
    flex: auto !important;
    justify-content: start !important;
    text-align: left !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
  }

  .notable-section-header {
    display: flex !important;
    flex: auto !important;
    justify-content: start !important;
    text-align: left !important;
    flex-wrap: nowrap !important;
  }

  .date-col {
    width: 100px !important;
  }

  .title-col {
    width: 400px !important;
  }

  .source-col {
    width: 100px !important;
  }

  .seller-col {
    width: 250px !important;
  }

  .buyer-col {
    width: 100px !important;
  }

  .price-col {
    width: 100px !important;
  }

  .size-col {
    width: 100px !important;
  }

  .pps-col {
    width: 100px !important;
  }

  .relevent-post-card {
    overflow-x: scroll !important;
    flex: auto !important;
    flex-wrap: nowrap !important;
    text-align: left !important;
    justify-content: start !important;
    width: 400% !important;
  }
}

.div__company-prof-activity-card {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  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;
  }
}

.relevant-content-div {
  background: #ffffff;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 15px;
  max-height: 130px;
}

.relavant-content-img {
  background: #e8e8e8;
  border-radius: 12px;
  height: 90%;
  width: 90%;
}

.post-analysis-checkboxes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 488px) {
  .post-analysis-checkboxes {
    display: block;
    flex-direction: column;
  }
}

.Ai-btn {
  height: 55px;
  background-color: #000042;
  margin-top: 53px;
  width: 100%;
  border-radius: none;
  border-radius: 5px;
  color: white;
  outline: none !important;
  offset: none;
}

.Ai-icon {
  font-size: 20px;
  font-weight: 600;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  color: #000042;
  background-color: white;
  border-radius: 3px;
  position: relative;
  top: 6px !important;
}

.Ai-icon-for-genrate {
  font-size: 20px;
  font-weight: 600;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  color: #000042;
  background-color: white;
  border-radius: 3px;
  position: absolute;
  right: 18px;
}

.Ai-Box {
  margin-top: -60px;
}

@media screen and (max-width: 800px) {
  .Ai-btn {
    height: 55px;
    background-color: #000042;
    margin-top: 53px;
    width: 100%;
    border-radius: none;
    border-radius: 5px;
    color: white;
    outline: none !important;
    offset: none;
  }

  .Ai-icon {
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    color: #000042;
    background-color: white;
    border-radius: 3px;
    position: relative;
  }

  .Ai-icon-for-genrate {
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    color: #000042;
    background-color: white;
    border-radius: 3px;
    position: absolute;
    right: 18px;
  }
}

/* written by Lokesh */

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

.checkBoxLabel {
  margin-left: 25px;
  font-size: large;
  font-weight: 500;
}

.jobSectorsMultiSelect {
  width: 100%;
  height: 60px;
  padding: 0px 10px !important;
  border-radius: 4px;
  border: 1px solid lightgray !important;
  background-color: white;
  color: gray;
}

.jobSectorsMultiSelect:focus {
  border: 1px solid lightgray;
  outline: none;
}

.jobSectorsMultiSelectOption {
  min-height: 40px;
}

.jobRoleSelected {
  background-color: #0d2752;
  color: white;
  margin: 3px 5px;
  padding: 10px;
  width: auto;
  border-radius: 5px;
}

.removeJobTypeIcon{
position: relative;
right: -2px;
font-size: 18px;
height: 18px;
width: 18px;
cursor: pointer;
position: relative;
top: 1px;
margin-left: 10px;
color:white;
}

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

@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;
}

:root {
  --heading: #061a3b !important;
}

.dashboard-container {
  /* padding: 10px 100px !important; */
  padding: 15px 20px !important;
}

.summaryCard {
  border-radius: 10px !important;
  box-shadow: 0px 0px 3px lavender !important;
  border: none !important;
}
.headerCard {
  background-color: #061a3b !important;
  border-radius: 5px 5px 0px 0px !important;
}
.icon-container {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
}
.summary-icon {
  height: 50px !important;
  width: 50px !important;
}

.summary-header {
  color: white !important;
  font-size: 20px !important;
  /* position: relative !important; */
  /* top: 100px !important; */
  /* left: 25% !important; */
  margin-top: 10px !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  flex-grow: 1 !important;
  align-items: center !important;
  font-weight: 600 !important;
  /* padding: 5px !important; */
}

.contentCard {
  background-color: white !important;
  height: 100% !important;
  font-weight: 600 !important;
  color: #061a3b !important;
  text-align: left !important;
}

.summary-content-header {
  font-size: 20px !important;
  margin-bottom: 20px !important;
  text-decoration: underline !important;
}
.summary-content {
  position: relative !important;
  top: -10px !important;
  color: #061a3b !important;
  font-weight: 600 !important;
}

/* 
Notification
*/

.notification-card-container {
  margin-top: 10px !important;
  border: 1px solid white !important;
  border-radius: 5px !important;
  padding: 5px 0px !important;
}

.notification-card-container-header {
  background-color: white !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  border: none;
  padding: 10px !important;
  border-bottom: 1px solid lavender;
}

.notification-container-heading {
  text-align: left !important;
  font-weight: 600 !important;
}

.notification-container-read {
  text-align: right !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  position: relative !important;
  top: 8px !important;
  color: rgb(39, 149, 157) !important;
}

.notification-card-container-body {
  padding: 0px !important;
}

.notification-card {
  border: 1px solid lavender !important;
  padding-right: 100px !important;
  border-radius: 0px !important;
  border-bottom: none !important;
}

.notification-image {
  height: 30px !important;
  width: 30px !important;
  border-radius: 5px !important;
  margin-top: 5px !important;
  color: white !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: 600 !important;
}

.notification-heading {
  text-align: left !important;
  color: #213249 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.notification-content {
  font-size: 14px !important;
  color: #173263 !important;
  text-align: left !important;
}

.notification-tiemAgo {
  text-align: left !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #173263 !important;
}

/* read more content */

.readMoreHeading {
  text-align: left !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #173263 !important;
}

.readMorePostsCard {
  margin-top: 10px !important;
  border: none !important;
  box-shadow: 0px 0px 5px lavender !important;
}
.seeAllMain {
  text-align: right !important;
  color: rgb(39, 149, 157) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.seeAllArrowIcon {
  font-size: 12px !important;
  width: 12px !important;
  height: 12px !important;
}

/* srecent post */

.recentPost {
  margin-top: 10px !important;
  border: none !important;
  box-shadow: 0px 0px 3px lavender !important;
}

.postImage {
  height: 100px !important;
  width: 100px !important;
  background-color: red !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 5px lavender !important;
}

.recentPostContentType {
  text-align: left !important;
  color: gray !important;
}

.recentPostContentTypeIcon {
  height: 14px !important;
  width: 14px !important;
  font-size: 14px !important;
}

.recentPostHeading {
  text-align: left !important;
  font-size: 14px !important;
  color: #061a3b !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.recentPostType {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: left !important;
  margin-left: 5px !important;
}

.recentPostContent {
  text-align: left !important;
  font-size: 14px !important;
  color: #173263 !important;
  margin: 8px 0px !important;
}

.recentPostTimeAgo {
  text-align: left !important;
  font-size: 12px !important;
  color: gray !important;
  margin: 5px 0px !important;
  position: absolute !important;
  right: 10px !important;
  top: 0px !important;
  font-weight: 600 !important;
}

.recenetReadMoreButton {
  display: flex !important;
  justify-content: left !important;
  align-items: center !important;
  margin-top: 20px !important;
  outline: none !important;
}

.readMoreButton {
  background-color: #27959d !important;
  color: white !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
  height: 35px !important;
  padding: 0px 10px !important;
  border-radius: 5px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 0px 0px 3px lavender !important;
}

/* bottom recent posts */
.bottomRecentPosts {
  margin-top: 10px !important;
}

.bottomRecentPostImage {
  border-radius: 10px !important;
  border: none !important;
  /* background-color: #061a3b !important; */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  box-shadow: 0px 0px 3px lavender !important;
  height: 100px;
  width: 100px;
  text-transform: uppercase;
}

.bottomRecentPostLocation {
  font-size: 14px !important;
  color: rgb(39, 149, 157) !important;
  text-align: left !important;
  margin: 5px 0px !important;
  font-weight: 600 !important;
}

.BottomrecentPostTimeAgo {
  text-align: left !important;
  font-size: 12px !important;
  color: gray !important;
  margin: 5px 0px !important;
  position: absolute !important;
  right: 10px !important;
  top: 0px !important;
  font-weight: 600 !important;
}

.bottomRecentPostCard {
  border: none !important;
  box-shadow: 0px 0px 3px lavender !important;
  height: 100% !important;
}

.userProfileCard {
  padding: 0px !important;
  border-radius: 10px !important;
  box-shadow: 0px 0px 3px lavender !important;
  border: none !important;
}
.userProfilecardBody {
  padding: 0px !important;
}
.userProfileBanner {
  width: 100% !important;
  height: 150px;
  border-radius: 10px 10px 0px 0px !important;
  object-fit: cover !important;
  border: none !important;
  padding: 0px;
  border-bottom: 1px solid lavender !important;
  /* object-fit: cover; */
}

.userProfileImage {
  height: 100px !important;
  width: 100px !important;
  position: absolute !important;
  top: -50px !important;
  object-fit: cover !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 3px lavender !important;
  left: 42% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.userProfileImage1 {
  height: 100px !important;
  width: 100px !important;
  position: absolute !important;
  top: 100px !important;
  object-fit: cover !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 3px lavender !important;
  left: 42% !important;
  display: flex !important;
  background-color: white !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 25px;
}

.userProfileContent {
  margin: 80px !important;
}

.userProfileName {
  color: #061a3b !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-shadow: 0px 0px 0px gray !important;
}

.userProfileWork {
  /* margin-top: 5px !important; */
  color: #061a3b !important;
  font-size: 14px !important;
  margin: 2px 0px !important;
}

.userProfileWorkLocation {
  color: rgb(54, 54, 54) !important;
  font-size: 13px !important;
}

.userProfileStatus {
  margin-top: 20px !important;
}

.userProfileNumber {
  color: gray !important;
  font-size: 14px !important;
}

.rangeOuter {
  width: 100% !important;
  background-color: white !important;
  height: 14px !important;
  border: 1px solid lavender !important;
  margin-top: 15px !important;
}

.userProfileRange {
  /* width: 100% !important; */
  height: 13px !important;
  background-color: red !important;
  border-radius: 2px !important;
  border: none !important;
  background: linear-gradient(90deg, #0d2752, #5dc1c9, #34728c, #2c6380, #387a92) !important;
}

.completeYourProfile {
  color: #27959d !important;
  margin-top: 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

.upgradeButtomForUser {
  width: 100% !important;
  height: 50px !important;
  background-color: #27959d !important;
  position: absolute !important;
  left: 0px !important;
  border-radius: 0px 0px 10px 10px !important;
  bottom: 0px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
}

.bottomUpgradeButton {
  border: none !important;
  background-color: #27959d !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  outline: none !important;
}

.advertImage {
  height: 100% !important;
  width: 100% !important;
  margin-top: 20px !important;
  border-radius: 10px !important;
}

.collegueCard {
  width: 100% !important;
  margin-top: 10px !important;
  padding: 0px !important;
  border-radius: 5px !important;
}

.collegueCardTitle {
  font-size: 16px !important;
  color: #061a3b !important;
  text-align: left !important;
  font-weight: 600 !important;
}

.collegueCardHeader {
  display: flex !important;
  justify-content: left !important;
  padding: 10px !important;
  background-color: white !important;
}

.collugeImage {
  height: 40px !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  border-radius: 3px !important;
  background-color: #27959d !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 7px !important;
  color: white !important;
  margin-right: 5px !important;
}

.collegueCardBoxContainer {
  display: flex !important;
  justify-content: left !important;
  align-items: center !important;
  margin-top: 10px !important;
}
.collegueCardBox {
  height: 50px !important;
  width: 50px !important;
  background-color: #061a3b !important;
  border-radius: 3px !important;
  margin-right: 2px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: white !important;
  font-weight: 600 !important;
  margin-top: 5px !important;
  margin-right: 2px !important;
}

.collegueInvite {
  height: 40px !important;
  border-radius: 3px !important;
  margin-left: 10px !important;
  width: 100px !important;
  color: #27959d !important;
  border: 1px solid #27959d !important;
  background-color: white !important;
  outline: none !important;
  font-weight: 600 !important;
}

.collegueInvite:hover {
  background-color: #27959d !important;
  color: white !important;
}

/* trending posts */

.trendingPostCard {
  margin-top: 10px !important;
  border-radius: 10px !important;
  box-shadow: 0px 0px 3px lavender !important;
  border: none !important;
}
.trendingPostCardHeader {
  background-color: white !important;
  border-radius: 5px !important;
}

.infoCircleIcon {
  color: #27959d !important;
  height: 16px !important;
  width: 16px !important;
  font-size: 16px !important;
  margin-left: 10px !important;
  cursor: pointer !important;
  outline: none !important;
}

.infoTooltip {
  text-align: left !important;
}

.trendingPostCardTitle {
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: start;
  color: #061a3b !important;
  font-weight: 600 !important;
}

.trendingPostCardTitleCardSeeAll {
  text-align: right !important;
  color: #27959d !important;
  font-weight: 600 !important;
}

.companyLogoDashboard {
  height: 50px !important;
  width: 50px !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 5px lavender !important;
  text-align: left !important;
  display: flex !important;
}

.comapnyTrend {
  display: flex;
  text-align: left !important;
  align-items: center !important;
}

.companyTrendingCompany {
  /* display: block !important; */
  /* position: absolute !important;
  top: 15px !important;
  left: 100px !important; */
  font-weight: 600 !important;
  font-size: 13px !important;
  color: #0d2752 !important;
  margin-left: 15px !important;
}

.companyTrendingCompany1 {
  font-size: 12px !important;
  cursor: pointer !important;
  color: #27959d !important;
  display: block !important;
  text-align: center !important;
  text-align: left !important;
  font-weight: 600 !important;
  margin-left: 5px !important;
}

.locationLogoDashboard {
  min-width: 50px !important;
  min-height: 50px !important;
  color: white !important;
  background-color: #27959d !important;
  border-radius: 5px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 0px 0px 5px lavender !important;
}

.dashoboardLocationArrow {
  color: white !important;
  font-size: 20px !important;
  height: 20px !important;
  width: 20px !important;
}

.jobPostsCard {
  border-radius: 10px !important;
  box-shadow: 0px 0px 3px lavender !important;
  margin-top: 10px !important;
  border: none !important;
}

.jobPostsCardHeader {
  text-align: left !important;
  color: var(--heading) !important;
  font-weight: 600 !important;
  background-color: white !important;
}

.jobCompLogo {
  height: 50px !important;
  width: 50px !important;
  border: 0px !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 2px lavender !important;
}

.jobTitleForDashboard {
  text-align: left !important;
  color: #061a3b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.detailsButtonContainer {
  display: flex !important;
  justify-content: left !important;
  align-items: left !important;
}
.detailsButton {
  background-color: #27959d !important;
  font-size: 12px !important;
  border: none !important;
  color: white !important;
  padding: 5px 10px !important;
  margin-top: 10px !important;
  border-radius: 5px !important;
  outline: none !important;
  font-weight: 600 !important;
}

.jobLocation {
  color: #696969 !important;
  font-weight: 500 !important;
}

.jobCompanyName {
  color: #27959d !important;
}

.companyFollowCard {
  border-radius: 10px !important;
  box-shadow: 0px 0px 3px lavender !important;
  border: none !important;
}

.companyFollowCardHeader {
  background-color: white !important;
  border: 1px solid whitesmoke !important;
}
.recommendedText {
  text-align: left !important;
  color: #061a3b !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.recomenedSeeAll {
  color: #27959d !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: left !important;
}

.companyLogoForFollow {
  height: 80px !important;
  width: 80px !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 5px lavender !important;
}

.companyFollowCard {
  border: none !important;
  box-shadow: 0px 0px 1px lavender !important;
}

.companyFollowContainer {
  padding: 0px 50px !important;
}

.followImageContainer {
  display: flex !important;
  justify-content: left !important;
  align-items: left !important;
}

.followCompanyName {
  text-align: left !important;
  color: #061a3b !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 2px !important;
}
.followCompanyBio {
  color: #696969 !important;
  text-align: left !important;
}

.followCompanyLocation {
  color: #27959d !important;
  font-weight: 600 !important;
  text-align: left !important;
  font-size: 14px !important;
}

.followOrbButtonContainer {
  display: flex !important;
  justify-content: left !important;
}

.orgFollowButton {
  margin-top: 8px !important;
  color: white !important;
  background-color: #27959d !important;
  padding: 5px 10px !important;
  border: none !important;
  border-radius: 2px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding-top: 5px !important;
  outline: none !important;
}
.followPlusIcon {
  margin-right: 5px !important;
  height: 16px !important;
  width: 16px !important;
  font-size: 16px !important;
}

.bottomFooter {
  position: absolute !important;
  bottom: -50px !important;
  left: 0px !important;
  z-index: 9999 !important;
  width: 100% !important;
  height: 75px !important;
  color: white !important;
  font-size: 600 !important;
  padding: 0px 40px !important;
}

.college-card-advert {
  /* margin-top: 70px !important; */
}

.postfooter-Image {
  height: 50px;
  width: 50px;
  position: relative;
  left: -10px;
  border: 3px solid white;
  border-radius: 50%;
}

.empty-state-card {
  border: none;
}
.empty-state-body {
}

.empty-state-text {
  text-align: left;
  font-weight: 600;
  color: #387a92;
}

.empty-state-invite-button {
  background-color: #27959d;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: -17px;
}

.invite-icon {
  height: 14px;
  width: 14px;
  font-size: 14px;
  margin-right: 5px;
}

.members-card {
  border: none;
}

.members-card-header {
  text-align: left;
  padding: 10px;
}

.members-card-title {
}

.invite-button {
  position: absolute;
  background-color: #27959d;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 600;
  position: absolute;
  right: 10px;
}

.member-avatar-wrapper {
  cursor: pointer;
  background-color: #27959d;
  padding: 6px;
  margin: 2px;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  display: inline-flex;
  justify-content: left;
  align-items: start;
}

.members-list-col {
  position: relative;
}

.collegue-card {
  padding: 0px !important;
  margin-bottom: 3px;
  padding: 0px !important;
  border-radius: 10px !important;
  box-shadow: 0px 0px 3px lavender !important;
  border: none;
}

.members-card-header {
  background-color: white;
  font-weight: 600;
  color: #387a92;
  border: none;
}

/* 9/4/2025  */

.collegues-new-card {
  border: 1px solid #eee;
  padding: 0px !important;
  margin-bottom: 3px;
  border-radius: 10px !important;
  box-shadow: 0px 0px 3px lavender !important;
}

.collegues-new-card-header {
  background-color: white;
  border: 1px solid #eee;
}

.show-all-button {
  position: absolute;
  right: -30px;
  border: none;
  background-color: white;
  color: #27959d;
  font-weight: 600;
  font-size: 14px;
}

.collegues-new-card-header-text {
  text-align: left;
  font-weight: 600;
  color: #061a3b;
}

.member-info {
  text-align: left !important;
}

.member-job-title {
  font-size: 13px;
  text-align: left !important;
  color: #696969;
}

.member-name {
  font-size: 14px;
  font-weight: 600;
  text-align: left !important;
  color: #061a3b;
}

.l-icon-size {
  font-size: 14px;
  height: 14px;
  width: 14px;
  margin-right: 5px;
}

.mini-profile-button {
  background-color: #27959d;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  font-size: 14px;
  top: -5px;
}

.member-initials {
  height: 30px !important;
  width: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  border: none !important;
  background-color: #34728c;
  padding: 10px !important;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  top: 10px;
}

.avatar-image {
  height: 43px !important;
  width: 43px !important;
  border-radius: 5px !important;
}

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

.member-card {
  border: 1px solid #eee;
  margin: 2px;
}

.profile-button {
  position: absolute;
  background-color: #27959d;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 0px !important;
}

.profile-image-container {
  position: absolute !important;
  left: 41% !important;
}

.premium-tag-with-image {
  z-index: 9;
  color: white;
  position: absolute;
  left: 42%;
  top: 35px;
  bottom: -60px !important;
  font-weight: 600;
  font-size: 16px;
  background-color: #d8295e;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}

.premium-tag-without-image {
  z-index: 9;
  color: white;
  position: absolute;
  left: 0px;
  bottom: -10px !important;
  font-weight: 600;
  font-size: 16px;
  background-color: #d8295e;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
}

/*  */
@media screen and (max-width: 600px) {
  .summary-header he {
    font-size: 14px !important;
  }

  .advertInMobile {
    display: none;
  }
  .inMobileview {
    display: none;
  }
  .summaryCard {
    margin-top: 10px !important;
  }
  .summary-content {
    font-size: 13px !important;
    text-align: justify !important;
  }
  .summary-content-header {
    font-size: 16px !important;
  }
  .dashboard-container {
    /* padding: 5px 10px !important; */
    padding: 5px 2px !important;
    /* padding: 0px  !important; */
  }
  .summary-icon {
    height: 35px !important;
    width: 35px !important;
  }
  .notification-card-container {
    padding: 0px !important;
    box-shadow: 0px 0px 3px lavender !important;
  }

  .notification-container-heading {
    font-size: 14px !important;
    margin-top: 3px !important;
    font-weight: 700 !important;
  }
  .notification-container-read {
    font-size: 13px !important;
    top: 2px !important;
  }
  .notification-card {
    padding: 0px !important;
  }

  .postImage {
    margin-bottom: 10px !important;
  }
  .recentPostTimeAgo {
    top: -120px !important;
  }

  .postImage {
    height: 150px !important;
    width: 150px !important;
    background-color: red !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 5px lavender !important;
    position: relative !important;
    height: 100px !important;
    width: 100px !important;
    left: 0px !important;
  }
  .BottomrecentPostTimeAgo {
    text-align: left !important;
    font-size: 12px !important;
    color: gray !important;
    margin: 5px 0px !important;
    position: absolute !important;
    right: 10px !important;
    top: -90px !important;
    font-weight: 600 !important;
  }

  .bottomRecentPost {
    margin-bottom: 10px !important;
  }

  .footer-logo {
    height: 40px !important;
    width: 40px !important;
    position: absolute;
    bottom: -20px;
  }

  .bottomFooter {
    height: 50px;
    font-size: 10px !important;
  }

  .postFooterImage {
    height: 30px !important;
    width: 30px !important;
    position: absolute;
    left: -30px !important;
    top: 10px;
  }

  .postFooterTitle {
    font-size: 12px !important;
    text-align: left !important;
    width: 400px;
  }

  .postFooterIcons {
    font-size: 10px !important;
    position: absolute;
    right: -30px;
  }

  .timeStamp {
    /* display: none; */
  }

  .postfooter-Image {
    height: 45px !important;
    width: 45px !important;
    position: absolute !important;
    top: 0px;
    left: -40px !important;
    font-size: 5px !important;
    border-radius: 40px;
  }

  .footerTitle {
    position: absolute !important;
    left: 50px !important;
    top: 15px !important;
    font-size: 15px !important;
    width: 100%;
    border-radius: 30px !important;
  }

  .footer-left {
    position: absolute !important;
    right: 90px !important;
    top: 20px !important;
    font-size: 0px !important;
    height: 16px !important;
    width: 16px !important;
    font-size: 16px !important;
    display: flex;
  }

  .notification-image {
    height: 30px !important;
    width: 30px !important;
    border-radius: 5px !important;
    margin-top: 5px !important;
    color: white !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-weight: 600 !important;
  }

  .userProfileImage {
    height: 100px !important;
    width: 100px !important;
    position: absolute !important;
    top: 100px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 3px lavender !important;
    left: 40% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

@media screen and (max-width: 500px) {
  .userProfileImage {
    height: 100px !important;
    width: 100px !important;
    position: absolute !important;
    top: -50px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 3px lavender !important;
    left: 36% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .postfooter-Image {
    height: 30px !important;
    width: 30px !important;
  }
  .footer-post-title {
    font-size: 14px;
    width: 40%px !important;
  }
  .premium-tag-with-image {
    left: 36%;
  }
  .userProfileImage1 {
    left: 30% !important;
  }
}

.feed-notification-card{
border: 1px solid #eee  ;
margin-bottom: 4px;
}

.feed-notification-card-body{
padding: 0px !important;
border: none;   
}
.org-card {
  border: none !important;
  position: relative;
  padding: 5px 10px !important;
}

.org-card-body {
  padding: 5px !important;
  position: relative !important;
}

.org-button {
  display: flex !important;
  justify-content: left !important;
  align-items: start !important;
  margin-top: 10px !important;
}

.org-close-btn {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}

.snow-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.snowflake {
  position: absolute;
  top: -50px; /* Start above the visible area */
  opacity: 0.8;
  pointer-events: none;
  animation: fall linear infinite;
}

@keyframes fall {
  to {
    transform: translateY(150vh); /* Fall beyond the viewport */
  }
}

/*  */

.christmas-tree {
  position: relative;
  top: 100px;
  cursor: pointer;
}

.tree {
  position: absolute;
  width: 20px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 55px solid #823723;
  height: 0;
  animation: drop 1s linear;
}

.tree:before {
  content: '';
  position: absolute;
  background-color: #823723;
  border-radius: 50%;
  width: 30px;
  height: 10px;
  top: 50px;
  left: -5px;
}

.tree:after {
  content: '';
  position: absolute;
  border-right: 75px solid transparent;
  border-left: 75px solid transparent;
  border-bottom: 200px solid #107261;
  width: 0;
  height: 0;
  top: -180px;
  left: -65px;
}

.tree-details {
  position: absolute;
  width: 150px;
  height: 10px;
  background-color: #107261;
  border-radius: 50%;
  top: 15px;
  left: -65px;
  z-index: 1;
}

.tree-details:before {
  content: '';
  position: absolute;
  background-color: #0a897c;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  top: -10px;
  left: 20px;
  box-shadow: 50px -50px #0a897c, 30px -70px #0a897c, 40px -130px #0a897c, 70px -5px #0a897c,
    85px -75px #0a897c;
}

.lights {
  position: absolute;
  opacity: 0;
  animation: light 2s linear infinite, drop 1s linear 0.5s forwards;
}

@keyframes light {
  0% {
    filter: drop-shadow(0 0 2px #fefae0) brightness(1);
  }
  50% {
    filter: drop-shadow(0 0 5px #fefae0) brightness(1.35);
  }
  100% {
    filter: drop-shadow(0 0 2px #fefae0) brightness(1);
  }
}

.row-one {
  position: absolute;
  background-color: #e9d8a6;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: -120px;
  left: -15px;
  box-shadow: 10px 10px #e9d8a6, 25px 15px #e9d8a6, 40px 18px #e9d8a6, 54px 15px #e9d8a6;
}

.row-two {
  position: absolute;
  background-color: #e9d8a6;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: -42px;
  top: -45px;
  box-shadow: 10px 10px #e9d8a6, 25px 17px #e9d8a6, 40px 24px #e9d8a6, 55px 28px #e9d8a6,
    70px 30px #e9d8a6, 85px 29px #e9d8a6, 100px 25px #e9d8a6, 112px 20px #e9d8a6;
}

.balls {
  position: absolute;
  background-color: #f34653;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  box-shadow: -20px -55px #f34653, 25px -70px #f34653;
  animation: drop 1s linear 1s forwards;
}

.balls:before {
  content: '';
  position: absolute;
  background-color: #f34653;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: -40px;
  top: -10px;
  box-shadow: 100px 10px #f34653, 25px -80px #f34653, 60px -120px #f34653;
}

.balls:after {
  content: '';
  position: absolute;
  background-color: #94d2bd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -40px;
  left: 40px;
  box-shadow: -35px -35px #94d2bd, -35px -105px #94d2bd, -60px 45px #94d2bd;
}

.star {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-bottom: 17.5px solid #f9c819;
  border-left: 25px solid transparent;
  transform: rotate(-35deg);
  top: -190px;
  left: -9px;
  opacity: 0;
  animation: dropStar 1s linear 1.5s forwards;
}

.star:before {
  border-bottom: 20px solid #f9c819;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -12.5px;
  left: -17.5px;
  display: block;
  content: '';
  transform: rotate(-35deg);
}

.star:after {
  position: absolute;
  display: block;
  top: 0.75px;
  left: -26.25px;
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-bottom: 17.5px solid #f9c819;
  border-left: 25px solid transparent;
  transform: rotate(-70deg);
  content: '';
}

@keyframes drop {
  0% {
    transform: translateY(-470px) scaleY(0.9);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    transform: translateY(0px) scaleY(1);
    opacity: 1;
  }
  65% {
    transform: translateY(-15px) scaleY(0.9);
    opacity: 1;
  }
  75% {
    transform: translateY(-18px) scaleY(0.9);
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scaleY(1);
    opacity: 1;
  }
}

@keyframes dropStar {
  0% {
    transform: translateY(-470px) scaleY(0.9) rotate(-35deg);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    transform: translateY(0px) scaleY(1) rotate(-35deg);
    opacity: 1;
  }
  65% {
    transform: translateY(-15px) scaleY(0.9) rotate(-35deg);
    opacity: 1;
  }
  75% {
    transform: translateY(-18px) scaleY(0.9) rotate(-35deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scaleY(1) rotate(-35deg);
    opacity: 1;
  }
}

.shadow {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 20px;
  z-index: -1;
  top: 50px;
  left: -10px;
  animation: scale 0.5s linear forwards;
}

@keyframes scale {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(3);
  }
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: white;
  background: dimgray;
  height: 70px;
}

footer h4 {
  text-align: center;
  padding: 20px;
  margin: 0;
}

footer a {
  color: #ded7a7;
  text-decoration: none;
}

.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;
}

@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;
}

#mobileViewRootId {
  position: sticky !important;
  z-index: 999;
  inset: 0;
}

@media screen and (max-width: 500px) {
  .listings-card-title {
    font-size: 16px !important;
    width: 150% !important;
    position: relative;
    top: -30px;
    left: -10px;
    max-width: 400px;
    margin: 0px;
    line-height: 0px !important;
  }
  .listing-card-bg-img {
    height: 175px !important;
    width: 100% !important;
    object-fit: cover !important;
  }
  .listings-card-address {
    position: relative;
    top: -30px;
    left: -10px;
    max-width: 90%;
  }
  .bookmark-box-listing {
    position: absolute;
    top: -50px;
    z-index: 1;
    right: 10px;
  }
  .Ai-box-listing {
    position: absolute !important;
    top: -55px !important;
    z-index: 1 !important;
    right: 33px !important;
  }
  .hr-for-listing {
    position: relative;
    top: -30px;
  }
  .listing-card-square-feet-div {
    position: absolute;
    top: -30px;
    left: 5px;
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .listing-card-compress-icon {
    position: relative !important;
    top: -2px !important;
    left: -3px !important;
  }
  .property-size {
    position: relative;
    top: -33px;
    left: 13px;
    font-weight: 700;
  }
  .listing-card-amount-div {
    position: absolute;
    top: -60px;
    right: 5px;
    font-size: 12px;
    padding: 0px 10px;
    background-color: white;
    color: #000042;
    border: 1px solid #000042;
  }
  .listings-card {
    max-height: 550px;
  }
  .listing-card-property-details {
    position: absolute;
    top: -40px;
    font-size: 14px;
    left: 5px;
    font-weight: 600 !important;
  }
  .bottom-listing-text {
    font-size: 14px !important;
    line-height: 20px !important;
    position: relative;
    top: -18px;
    left: -10px;
    text-align: justify;
    font-weight: 500 !important;
    padding-right: 10px;
    color: #0f2751;
    width: 100%;
  }

  .upgrade-card {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgb(240, 240, 240);
    box-shadow: 0px 0px 1px lavender;
    border-radius: 5px;
  }
  .upgrade-icon {
    color: orange;
    height: 25px !important;
    width: 25px !important;
    font-size: 25px !important;
    position: relative;
    left: 12px;
    border: 1px solid orange;
    padding: 3px !important;
    border-radius: 50%;
    box-shadow: 0px 0px 5px lavender;
  }
  .upgrade-message {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    text-transform: capitalize !important;
    font-weight: 700;
    color: rgb(39, 149, 157) !important;
    text-decoration: underline;
  }
}

.newUserProfileCard {
  margin: 0px;
  border: 1px solid #eee;
}

.bannerImage {
  object-fit: cover;
  width: 100% !important;
  border: none !important;
}

.newUserProfileHeader {
  background-color: white;
  text-align: left;
  border: none;
  font-weight: 600;
  text-align: left;
  font-size: 14px;
  color: rgb(43, 43, 43);
  padding-left: 0px !important;
  margin-left: 0px !important;
}

.newUserProfileCardBody {
  position: relative;
}

.avatarInitials {
  height: 100px;
  width: 100px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.profile-info-section {
  text-align: left;
  position: relative;
  left: -60px;
}

.section-name {
  font-size: 20px;
  color: #061b3c;
  font-weight: 700;
}

.section-bio {
  color: gray;
  font-size: 14px;
}

.section-job-info {
  color: rgb(84, 84, 84);
  font-weight: 600;
  font-size: 14px;
}
.section-location {
  font-size: 14px;
  font-weight: 500;
  color: rgb(102, 100, 100);
}

.profile-card {
  display: flex;
  gap: 24px;
  padding: 24px;
  border-radius: 16px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.profile-image img,
.profile-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 5%;
  object-fit: cover;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #444;
  font-weight: bold;
}

.profile-right {
  flex: 1;
  min-width: 260px;
}

.profile-name {
  font-size: 20px;
  margin-bottom: 4px;
  text-align: left;
  font-weight: 600;
  color: #061b3c;
}

.profile-join {
  color: #777;
  font-size: 14px;
  text-align: left;
  margin-bottom: 5px;
}

.profile-role {
  font-size: 14px;
  color: grey;
  text-align: left;
  font-weight: 600;
  margin-bottom: 5px;
}

.profile-company {
  color: grey;
  font-weight: 600;
  font-size: 14px;
}

.profile-location {
  color: #474747;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.location-icon {
  margin-right: 6px;
  color: #061b3c;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0px;
  left: 25px;
}

.social-icons .icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444;
  transition: all 0.3s ease;
}

.profile-bio .bio-text {
  line-height: 1.5;
  color: #444;
  font-size: 15px;
  white-space: pre-line;
  text-align: left;
}

.upgrade-trial-section-heading {
  text-align: left;
  color: #27959d;
  font-size: 25px;
  font-weight: 600;
}
.upgrade-trial-section-input {
    height: 50px;
    font-size: 14px;
    background-color: white;
    line-height: 1.2em;
    border-radius: 3px;
    border: 1px solid rgb(235, 235, 235);
    padding: 0.375rem 2px;
    width: 100%;
    margin: 5px 0px;
    padding-left: 20px;
    outline: none;
    font-weight: 500;
    color: gray;
}

.upgrade-trial-section-container {
  padding: 20px;
}

.upgrade-trial-section-content {
  font-size: 14px;
  text-align: left;
  margin: 12px 4px;
  color: #9d9d9d;
  line-height: 20px;
}

.upgrade-trial-section-button {
  background: #27959d;
  width: 100%;
  height: 52px;
  border-radius: 9px;
  border: 1px solid #e9e9e9;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: white;
  font-weight: 500;
}

.what-is-infabode-content {
  color: #333;
  font-size: 19px;
  font-family: Open Sans, sans-serif;
}

.font-weight-bold {
  font-weight: 900;
}

.join-community-btn {
  border-radius: 0px;
  border: 1px solid #0d2752;
  background-color: #fff;
  color: #0d2752;
  padding: 15px 20px;
  font-weight: 900;
  font-size: 18px;
  margin-top: 15px;
}

.getting-started-form {
  background: #f7f7f7;
  padding-bottom: 90px;
}

.global-industry-sector {
  background: #0d2752;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.global-industry-label {
  font-weight: bold;
  text-align: right;
}

.latest-insight {
  padding-top: 40px;
  padding-bottom: 75px;
  background: #f7f7f7;
}

.insight-card {
  height: 685px;
}

.insight-image {
  height: 240px;
  object-fit: cover;
}
.content-partners {
  padding-top: 10px;
  padding-bottom: 115px;
  background: #f7f7f7;
}

.gdpr-label {
  font-family: 'Open Sans', sans-serif;
  color: #707070;
}

.agree-checkbox {
  width: 14px !important;
  height: 14px !important;
}

.global-industry-text {
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  text-align: right;
  line-height: 24px;
  color: #fff;
}

.latest-insight-access-text {
  color: #333;
  line-height: 24px !important;
  font-size: 19px;
}

.infabode-number-box {
  width: 100%;
  background: #19325b;
  align-items: center;
  padding: 40px 0;
  text-align: center;
}

.infabode-numbers {
  color: #27959d;
  font-size: 56px;
  margin: 10px 0;
  font-weight: 900;
}

.infabode-number-text {
  color: #fff;
  line-height: 24px;
  font-size: 18px;
}

.nodes-homepage {
  width: inherit;
  height: inherit;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-110 {
  margin-top: 110px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-85 {
  margin-top: 85px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

/* PreFooter Styles */
.pre-footer-container {
  background-color: #061b3c;
  padding: 3rem 0;
  width: 100%;
}

.pre-footer-row {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  padding: 0 15px;
}

.pre-footer-col {
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.pre-footer-section {
  height: 100%;
  padding: 1rem;
}

.pre-footer-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: white;
}

.pre-footer-content {
  font-size: 1rem;
  line-height: 1.6;
  color: white;
}

.pre-footer-social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  position: relative;
  left: 18%;
}

.pre-footer-social-link {
  color: #061b3c;
  font-size: 1.25rem;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #e9ecef;
}

.pre-footer-social-link:hover {
  color: #fff;
  background-color: #27959d;
  text-decoration: none;
}

.pre-footer-button {
  background-color: #27959d !important;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  border-radius: 30px;
}

.pre-footer-button:hover {
  background-color: #27959d;
}

.common-link {
  color: #27959d;
  text-decoration: none;
}

.common-link:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .pre-footer-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .pre-footer-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pre-footer-section {
    padding: 1rem 0;
  }

  .pre-footer-social-links {
    justify-content: flex-start;
    position: relative;
    left: 14%;
    top: 10px;
  }
}

@media screen and (max-width: 425px) {
  .vimeo-video {
    height: 190px !important;
    margin-top: 70px;
  }

  .nodes-homepage {
    width: 69%;
    margin-left: 45px;
  }

  .global-industry-text {
    text-align: center;
  }

  .global-industry-label {
    text-align: center;
    margin-top: 60px;
  }

  .insight-card {
    height: 720px;
  }
}

@media screen and (max-width: 768px) {
  .global-industry-text {
    text-align: center;
  }

  .global-industry-label {
    text-align: center;
    margin-top: 60px;
  }
  .bottom-footer-mobile-section {
    font-size: 12px;
  }

  .carousel-container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: relative !important;
    top: -20px !important;
    left: -8px !important;
    width: 100% !important;
  }

  .pre-footer-title {
    font-size: 16px;
  }
  .pre-footer-content {
    font-size: 16px;
  }

  .pre-footer-title {
    width: 100% !important;
  }

  .pre-footer-margin {
    padding: 20px 10% !important;
  }
}

@media screen and (min-width: 1920px) {
  .nodes-homepage {
    width: 69%;
    margin-left: 45px;
  }

  .insight-card {
    height: 825px;
  }

  .insight-image {
    height: 500px;
    object-fit: cover;
  }
}

.nl-left-container {
  padding: 20px 10px;
}

.nl-left-card {
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 10px #eee;
  height: 100%;
}

.nl-left-card-header {
  padding: 15px;
  background-color: rgb(39, 149, 157) !important;
  color: white;
  font-weight: 600 !important;
  border: 5px solid #061b3c;
  border-radius: 10px 10px 0px 0px !important;
  box-shadow: 0px 0px 5px #eee;
}

.nl-bot-container {
  display: flex;
  text-align: left;
}

.nl-bot-icon-container {
  height: 25px;
  width: 25px;
  background-color: #061b3c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.nl-bot-icon {
  color: white;
  height: 12px;
  width: 12px;
  font-size: 16px;
}

.nl-bot-heading {
  margin-left: 6px;
  font-weight: 600;
  font-size: 13px;
}

.nl-bot-content {
  font-size: 14px;
  text-align: left;
  margin-left: 30px;
  font-weight: 600;
  color: #6e757d;
}

.nl-input-container {
  width: 100%;
  position: relative !important;
}

.nl-input-box {
  width: 100%;
  height: 45px;
  border-radius: 30px;
  border: 1px solid #6e757d;
  outline: none !important;
  padding-left: 20px;
  font-size: 14px;
  color: #061b3c;
  font-weight: 600;
}

.nl-send-button {
  position: absolute;
  top: 2px !important;
  right: 3px !important;
  width: 70px;
  height: 40px;
  border: none;
  border-radius: 30px;
  background-color: rgb(39, 149, 157);
}

.nl-input-box-textarea {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 600;
  overflow-y: hidden;
  padding: 15px 50px 15px 15px;
}

.nl-send-icon {
  height: 16px;
  width: 16px;
  font-size: 16px;
  color: white;
}

.nl-send-button-bottom {
  position: absolute;
  bottom: -5px !important;
  right: -5px !important;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 30px;
  background-color: rgb(39, 149, 157);
}

.right-side-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 150px;
  text-align: left;
}

.nl-name-heading {
  font-weight: 600;
  font-size: 25px;
  color: rgb(39, 149, 157) !important;
}

.nl-name-heading1 {
  color: #061b3c;
  font-weight: 600;
  font-size: 35px;
}

.nl-name-text {
  color: #6e757d;
  font-size: 16px;
}

.nl-list-next {
  color: #6e757d;
  font-size: 16px;
  margin-bottom: 3px;
}


@media screen  and (max-width: 768px) {
  .right-side-container{
    padding: 0px 10px 50px 20px;
  }
}
.ib-inside-job-post {
  font-size: 30px;
  color: #173263;
  font-weight: 600;
  margin-bottom: 8px;
}

.ib-inside-publish-by {
  font-size: 18px;
  font-weight: 600;
  color: #173263;
  margin-bottom: 10px;
}

.ib-inside-publish-name {
  color: #d8295e;
}

.ib-inside-job-content {
  text-align: justify;
}

.ib-inside-job-content p {
  color: rgb(83, 83, 83);
}

.ib-inside-job-content li {
  color: rgb(83, 83, 83);
  margin-bottom: 3px;
}

.ib-inside-job-content strong {
  color: #d8295e;
  margin-bottom: 3px;
}

.ib-inside-job-content h3 {
  color: #d8295e;
  font-size: 20px;
}

.ib-inside-job-content h2 {
  color: #d8295e;
  font-size: 20px;
}

.ib-inside-job-content p {
  color: rgb(83, 83, 83);
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0px;
}

.ib-inside-right-info-card {
  border: 1px solid lavender !important;
  border-radius: 10px;
  outline: none;
  box-shadow: 0px 0px 3px lavender;
}

.ib-inside-right-info-card-header {
  background-color: #173263;
  padding: 0px !important;
  position: relative !important;
  border-radius: 20px 20px 0px 0px;
}

.ib-inside-right-info-card-body {
  padding: 10px;
  position: relative;
}

.ib-inside-right-info-card-header-image {
  height: 110px;
  width: 100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0px 0px;
}

.ib-inside-right-info-card-header-logo {
  position: absolute;
  left: 15px;
  bottom: -30px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px lavender;
}

.ib-inside-right-info-card-title {
  font-size: 18px;
  color: #173263;
  font-weight: 600;
  margin-top: 30px;
}

.ib-inside-right-info-card-profile-Btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 35px;
  width: 80px;
  border: none;
  font-size: 14px;
  border-radius: 20px;
  color: white;
  background-color: #d8295e;
  font-weight: 500;
}

.ib-inside-page-for-card-info {
  font-size: 16px;
  padding: 8px 10px;
  font-weight: 500;
  color: #173263;
}

.ib-inside-page-for-card-value {
  font-size: 14px;
  color: rgb(83, 83, 83);
  text-align: right;
  font-weight: 500;
  text-transform: capitalize;
}

.ib-inside-page-for-card-footer {
  background-color: #173263;
  border: none;
  padding: 0px !important;
}

.ib-inside-page-for-card-footer button {
  background-color: white;
  border: none;
  background-color: #173263;
  color: white;
  font-weight: 600;
  position: absolute;
  top: 140px;
  right: 10px;
  width: 90px;
  font-size: 14px;
  font-weight: 500;
  height: 38px;
  padding: 0px;
  border-radius: 7px;
  box-shadow: 0px 0px 4px #eee;
}

.ib-inside-page-for-card-footer-info {
  background-color: #d8295e !important;
  border-radius: 0px 0px 8px 8px !important;
  border: none !important;
}

.ib-inside-page-for-card-footer-info button {
  background-color: white;
  border: none;
  background-color: #d8295e !important;
  border: none !important;
  color: white;
  font-weight: 500 !important;
  font-weight: 600;
  height: 30px;
  border-radius: 0px 0px 10px 10px !important;
  width: 100%;
  padding: 0px;
}

.post-card-button {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #173263;
  color: white;
}

.globalRecruitmentContainer {
  background: #213249 !important;
  padding-bottom: 100px !important;
  color: white !important;
}

.heading {
  font-style: normal !important;
  font-size: 48px !important;
  line-height: 56px !important;
  color: white !important;
  letter-spacing: 0.09em !important;
}

.title {
  font-style: normal !important;
  font-size: 36px !important;
  line-height: 56px !important;
  letter-spacing: 0.09em !important;
}

.subTitle {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #ffffff !important;
}

.nextRoleContainer {
  padding: 75px 50px !important;
}

.nextRoleText {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 30px !important;
}

.ibRecruitmentNumberContainer {
  background-image: url('/static/IBGlobal/IBRecruitmentNumbers.jpg') !important;
  width: 100% !important;
  padding-bottom: 100px !important;
}

.ibRecruitmentNumberBlock {
  height: 198px !important;
  background: rgba(0, 0, 0, 0.4) !important;
  color: #fff !important;
}

.ibRecruitmentNumberRow {
  padding: 25px 90px !important;
}

.ibRecruitmentNumberTitle {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 56px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

.ibRecruitmentNumberText {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  text-align: center !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

.testinomialsContainer {
  padding: 70px 100px 50px 100px !important;
}

.testinomialsRow {
  padding: 0px 280px !important;
}

.testinomialsCard {
  background: #ffffff !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px !important;
  min-height: 300px !important;
}

.testinomialsPersonName {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  text-align: center !important;
  color: #3d3d3d !important;
}

.testinomialsPersonPosition {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  text-align: center !important;
  color: #3d3d3d !important;
}

.testinomialsPersonText {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 20px !important;
  padding: 0px 100px !important;
  text-align: justify !important;
  text-align: center !important;
  color: #3d3d3d !important;
}

.contentPartnerCard {
  background: #b8d1e326 !important;
  width: 90% !important;
  height: 100px !important;
  margin-left: 10px !important;
  position: relative !important;
}

.contentPartnerImage {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  margin: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

@media screen and (max-width: 768px) {
  .heading {
    letter-spacing: 0 !important;
  }

  .nextRoleContainer {
    padding: 75px 15px !important;
  }

  .ibRecruitmentNumberRow {
    padding: 25px 15px !important;
  }

  .testinomialsContainer {
    padding: 70px 10px 50px 10px !important;
  }

  .testinomialsRow {
    padding: 0px !important;
  }

  .testinomialsPersonText {
    padding: 0px 50px !important;
    text-align: justify !important;
  }
}

.btn-purple-1 {
  padding: 8px 25px !important;
  border-radius: 20px !important;
  border-color: #b52082 !important;
  background: linear-gradient(91.79deg, #b52082 4.2%, #d8295e 99.7%) !important;
  box-shadow: 0px 4px 44px rgba(249, 42, 129, 0.12) !important;
}

.btn-purple-1:hover {
  border-color: #b52082 !important;
  background: linear-gradient(91.79deg, #b52082 4.2%, #d8295e 99.7%) !important;
  box-shadow: 0px 0px 7px 1px #b52082 !important;
}

.btn-transparent-1 {
  padding: 8px 25px !important;
  border-radius: 20px !important;
  border-color: #b52082 !important;
  background-color: transparent !important;
  filter: drop-shadow(0px 4px 44px rgba(249, 42, 129, 0.25)) !important;
}

.btn-transparent-1:hover {
  border-color: #b52082 !important;
  background-color: transparent !important;
  box-shadow: 0px 0px 7px 1px #b52082 !important;
}

.btn-transparent-2 {
  padding: 8px 25px !important;
  border-radius: 20px !important;
  border-color: #b52082 !important;
  color: #d8295e !important;
  background-color: transparent !important;
  filter: drop-shadow(0px 4px 44px rgba(249, 42, 129, 0.25)) !important;
}

.btn-transparent-2:hover {
  border-color: #b52082 !important;
  color: #d8295e !important;
  background-color: transparent !important;
  box-shadow: 0px 0px 7px 1px #b52082 !important;
}

.carousel-container {
  width: 80% !important;
  margin: 0 auto !important;
}

.carousel-container img {
  max-height: 400px !important;
  object-fit: cover !important;
}

.carousel-card {
  width: 100% !important;
  height: 400px !important;
  margin-top: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  color: white !important;
  background-color: #d8295e !important;
  box-shadow: 0px 0px 4px #eee !important;
  border-radius: 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.ib-about-page-testimonal {
  display: none !important;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5% !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #213249 !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
}

.testimonal-container {
  min-height: 300px !important;
  padding: 100px !important;
  background-color: white !important;
}

.main-locations {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: rgb(250, 250, 250) !important;
  min-height: 500px !important;
}

.global-text {
  font-size: 40px !important;
  font-weight: 500 !important;
}

.map-image {
  height: 100% !important;
  object-fit: cover !important;
}

.client-image-container {
  display: flex !important;
  justify-content: space-around !important;
  margin-top: 30px !important;
}

.clinet-image {
  margin: auto !important;
  width: 200px !important;
  height: auto !important;
  padding: 2px !important;
}

.client-image-bg {
  height: 110px !important;
  width: 100% !important;
  margin: 20px 10px !important;
  border-radius: 5px !important;
  background-color: #fafafa !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.footer-contact-form {
  /* height: 250px !
  !important; */
  /* position: absolute !
  !important; */
  /* top: -50px !
  !important; */
  position: relative !important;
  top: -20px !important;
}

.ib-testimonal-heading-text {
  margin-top: 50px !important;
}

@media screen and (max-width: 500px) {
  .testimonal-container {
    padding: 10px !important;
    font-size: 10px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .carousel-card {
    width: 100% !important;
    font-size: 10px !important;
  }

  .testimonal-container-mobiles {
    width: 400px !important;
    margin-left: 10px !important;
  }

  .ib-testimonal-card-mobile {
    font-size: 14px !important;
  }

  .ib-testimonal-card-main-text {
    font-size: 20px !important;
  }

  .ib-testimonal-heading-text {
    font-size: 22px !important;
    font-weight: 600 !important;
  }

  .main-text-in-jumbo-mobile {
    font-size: 30px !important;
  }

  .main-text1-in-jumbo-mobile {
    font-size: 20px !important;
    font-weight: normal !important;
  }
  .ib-main-heading-image-mobile {
    position: relative !important;
    top: 30px !important;
  }

  .ib-main-heading-image1-mobile {
    position: relative !important;
    bottom: 30px !important;
  }

  .ibRecruitmentNumberBlock {
    margin-bottom: 10px !important;
  }
  .client-image-container {
    display: block !important;
  }
  .client-image-bg {
    display: block !important;
  }

  .main-locations {
    display: block !important;
  }

  .global-text {
    font-size: 30px !important;
    text-align: center !important;
    margin: 30px 10px !important;
    padding-top: 30px !important;
  }

  .map-image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .ib-county-image-mobile {
    height: 300px !important;
    width: 300px !important;
    object-fit: cover !important;
    overflow: hidden !important;
    border-radius: 20px !important;
  }
}

.signupForm {
  background: url('/static/IBGlobal/login-bg.png');
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px !important;
}

.signUpRow {
  padding: 40px 100px;
}

.signUpHeaderTitle {
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 36px;
  color: rgb(33, 50, 73);
}

.signUpHeaderSubTitle {
  font-style: normal;
  margin-top: 10px;
  font-size: 20px;
  color: rgb(33, 50, 73);
  padding: 0px 80px;
}

.ib-custom-input {
  border: 1px solid rgba(33, 50, 73, 0.25);
  box-sizing: border-box;
  height: 50px;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  color: #173263;
  font-size: 14px;
  font-weight: 500;
  border:none !important;
  margin-bottom: 10px ;
  margin-bottom: 13px !important;
}

.ib-custom-input::-webkit-input-placeholder {
  font-size: 15px;
  color: #173263;
}

.btn-purple-1 {
  padding: 8px 25px;
  border-radius: 20px;
  border-color: #b52082;
  background: linear-gradient(91.79deg, #b52082 4.2%, #d8295e 99.7%);
  box-shadow: 0px 4px 44px rgba(249, 42, 129, 0.12);
}

.btn-purple-1:hover {
  border-color: #b52082;
  background: linear-gradient(91.79deg, #b52082 4.2%, #d8295e 99.7%);
  box-shadow: 0px 0px 7px 1px #b52082;
}

.ibformLabel {
  font-size: 16px;
  margin-bottom: 10px;
  color: #173263;
  font-weight: 500 !important;
}

.formAgreeCheckboxLabel {
  font-style: normal;
  font-size: 16px;
  position: relative;
  top: 2px;
  color: #d8295e;
  font-weight: 400 !important;
}

.signUpFormGroup {
  padding: 0px 25px;
}

@media screen and (max-width: 488px) {
  .signUpRow {
    padding: 40px 10px;
  }

  .signUpFormGroup {
    padding: 0px 5px;
  }
}

.loginForm {
  background: url('/static/IBGlobal/login-bg.png') !important;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}

.signInRow {
  padding: 40px 100px;
}

.signInCol {
  padding: unset;
}

.titleLoginRegister {
  font-style: normal;
  line-height: 56px;
  letter-spacing: 0.09em;
  font-size: 36px;
  text-transform: uppercase;
  color: #061b3c;
  font-weight: 500;
}

.loginLabel {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.loginCard {
  padding: 0px 50px;
}

.forgotAnchorAndNotReceiveConfirmation {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  color: #27959d !important;
  text-decoration: none;
}

.registerContent {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.loginLeftCard {
  border-right: 1px solid lightgray;
}

.closeIcon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 23px;
  color: #d8295e;
  cursor: pointer;
}

.ib_Input_label {
  font-size: 16px;
  color: #d8295e;
  font-weight: 500;
}

.IbemailInput {
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  font-size: 18px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #061b3c;
  margin: 10px 0px;
  font-size: 15px;
  color: #4e4e4e;
}

.IbemailInput::-webkit-input-placeholder {
  font-size: 15px;
  color: #061b3c;
}

.btn-purple-1 {
  padding: 8px 25px;
  border-radius: 20px;
  border-color: #b52082;
  background: linear-gradient(91.79deg, #b52082 4.2%, #d8295e 99.7%);
  box-shadow: 0px 4px 44px rgba(249, 42, 129, 0.12);
}

.btn-purple-1:hover {
  border-color: #b52082;
  background: linear-gradient(91.79deg, #b52082 4.2%, #d8295e 99.7%);
  box-shadow: 0px 0px 7px 1px #b52082;
}

@media screen and (max-width: 488px) {
  .loginCard {
    padding: 0px;
  }

  .signInRow {
    padding: 20px;
  }

  .signInCol {
    padding: unset;
    margin-top: 30px;
  }

  .loginLeftCard {
    border-right: unset;
  }
}

/* //change password form */

.formContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10% 20px 10%;
  width: 100%;
}

.formCard {
  width: 500px;
}

.formHeader {
  padding: 20px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  background-color: #b52082;
  color: white;
}

.input {
  height: 50px;
}

.labelName {
  font-size: 18px;
}
.ChangePasswordBtn {
  margin-top: 20px;
}

.formCardBody {
  padding: 25px 20px;
}

@media screen and (max-width: 500px) {
  .formContainer {
    width: 500px;
    margin: 10% 0px 10%;
  }
  .formCard {
    width: 350px;
  }
}

.ib-listing-post-title {
  font-size: 30px;
  color: #0d2752;
  font-weight: 500;
}

.ib-listing-post-top-location {
  font-size: 16px;
  font-weight: 500;
  color: #d8295e;
  margin-bottom: 10px;
}

.ib-listing-post-top-location-mark {
  height: 16px;
  height: 16px;
  font-size: 16px;
  margin-right: 5px;
  color: #d8295e;
}

.ib-listing-post-summary h1 {
  font-size: 20px;
}

.ib-listing-post-summary p {
  text-align: justify;
  width: 100%;
  line-height: 28px;
}

.ib-listing-post-summary strong {
  color: #d8295e;
}

.ib-listing-post-summary h2 {
  font-size: 22px;
  color: #0d2752;
}

.ib-listing-post-summary li {
  margin: 5px 0px;
  color: rgb(94, 94, 94);
}

.ib-listing-post-number-content {
  font-size: 18px;
  height: 18px;
  width: 18px;
  /* margin-right: 10px; */
  color: white;
}

.ib-listing-post-number-container {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  background-color: #d8295e;
  border-radius: 30px;
  box-shadow: 0px 0px 4px lavender;
}

.ib-listing-post-number-content-label {
  position: relative;
  top: 6px;
  left: 10px;
  color: #0d2752;
  font-weight: 500;
}

.ib-listing-post-number-tags-label {
  position: relative;
  top: 0px;
  left: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d8295e;
}

.ib-listing-number-card {
  border: 1px solid lavender;
  outline: none;
  border-radius: 5px;
  box-shadow: 1px 1px 3px lavender;
}

.ib-listing-post-hr {
  color: lightgray;
}

.ib-listing-post-card-value {
  position: absolute;
  right: 30px;
  top: 22px;
  font-weight: 400;
  color: #d8295e;
  text-transform: capitalize !important;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ib-listing-crousal{
    height: 500px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 10px !important;
}

.ib-listing-main-container{
    box-shadow: 0px 0px 3px lavender;
    border: 1px solid lavender;
    border-radius: 10px !important;
}
.div__company-prof-widget-card {
  height: auto;
  background: white;
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
  max-height: 360px;
}

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

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

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

.div__company-prof-widget-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;
}

.h3__infabode-title-widget {
  color: #d03238 !important;
  font-weight: 700;
}

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

.feed-sub-sectors {
  height: 600px;
}

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

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

.widget-content-title {
  font-size: 1.15rem;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}

.widget-posted-in {
  font-size: 15px !important;
}

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

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

@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .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-type-and-poster p {
    margin-top: 10px;
  }

  .div__company-prof-widget-card-column-of-elements {
    margin-left: 0;
  }
}

.ib-intrest-heading {
  font-size: 30px;
  font-weight: 600;
  color: #061b3c;
  margin-bottom: 10px;
}

.ib-intrest-text {
  color: #061b3c;
  font-size: 16px;
  text-align: justify;
  width: 90%;
}

.ib-intrest-card {
  padding: 10px;
  cursor: pointer;
  border: 1px solid #d8295e;
  box-shadow: 0px 0px 5px whitesmoke;
  height: 200px;
  border-radius: 20px;
}

.ib-intrest-card-icon {
  height: 35px;
  width: 35px;
  font-size: 35px;
  color: #d8295e;
}

.ib-intrest-card-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #d8295e;
  font-weight: 500;
}

.ib-intrest-card-content {
  color: #4e4e4e;
  font-size: 15px;
  line-height: 22px;
}

.ib-intrest-card-un {
  padding: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 5px #eee;
  height: 200px;
  background-color: #d8295e;
  border: none;
  transition: 1s;
  border-radius: 20px;
}

.ib-intrest-card-icon-un {
  height: 35px;
  width: 35px;
  font-size: 35px;
  color: white;
}

.ib-intrest-card-title-un {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
  font-weight: 500;
}

.ib-intrest-card-content-un {
  color: white;
  font-size: 15px;
  line-height: 22px;
}

.ib-intrest-submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.ib-intrest-submit-btn button {
  border: none;
  padding: 10px 20px;
  background-color: #d8295e;
  color: white;
  font-weight: 500;
  border-radius: 30px;
  box-shadow: 1px 1px 3px #eee;
}

.bg-doc-div {
  background: #0d2752;
  color: #fff;
  padding: 30px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.doc-article-title {
  color: white;
  font-size: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.doc-viewer {
  width: 172px;
  height: 200px;
}

.download-pdf-btn {
  height: 54px !important;
  margin-top: 38px !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;
  border-radius: 0px !important;
}

.react-pdf__Document {
  width: 135px !important;
  height: 190px !important;
}

.react-pdf__Page__canvas {
  width: 172px !important;
  height: 200px !important;
}

.adverts-card-link {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #1c1c1c;
}

.advert-card {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}

.advert-card-active {
  background: #ecf3ff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}

#scrollableDiv .infinite-scroll-component__outerdiv {
  width: 100% !important;
}

.advert-date-picker {
  display: block;
  height: 45px;
  width: 100%;
  border: 1px solid #e2e5e7;
  border-radius: 3px;
}
.active-day-btns {
  padding: 7px 10px;
  margin: 4px 5px;
  border: none !important;
  background-color: rgb(247, 247, 247) !important;
  color: #000042;
  outline: none !important;
  border-radius: 5px;
  box-shadow: 1px 1px 1px lightgray;
}

.active-day-btns-active {
  padding: 7px 10px;
  margin: 4px 5px;
  border: none !important;
  background-color: rgb(236, 243, 255) !important;
  color: #000042;
  outline: none !important;
  border-radius: 5px;
  box-shadow: 1px 1px 1px lightgray;
}

.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;
}

.square {
  position: relative;
}

.square label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

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

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

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

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

.rmdp-panel-header{
text-align: center;
}

.customUserNavItem {
  padding: 5px;
  font-size: 18px;
}

.customUserNavItem:hover {
  border-bottom: 2px solid blue;
  outline: none;
  cursor: pointer;
}

.customUserNavItemActive {
  border-bottom: 2px solid blue;
  outline: none;
}

.div__edit-profile-info-card-container {
  background: white !important;
  display: flex;
  justify-content: center;
  height: auto;
  /* border: 1px solid orange; */
}

.div__edit-profile-pers-info-row {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-top: 0;
  width: 100%;
}

.div__edit-profile-avatar-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: start;
}

.div__edit-profile-avatar {
  height: 160px;
  width: 160px;
  border-radius: 50%;
}

.img__edit-profile-avatar {
  height: 140px;
  width: 140px;
  opacity: 0.3;
}

.div__edit-profile-avatar-container section div {
  height: 50%;
  max-height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
}

.div__edit-profile-details-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  /* border: 1px solid blue; */
  margin-left: 20px;
}

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

.at-the-sign {
  font-weight: 600;
  font-size: 30px;
}

@media screen and (min-width: 1920px) {
  .div__edit-profile-avatar-container {
    margin-left: 45px;
  }
}

@media screen and (min-width: 2560px) {
  .div__edit-profile-avatar-container {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1980px) {
  .div__edit-profile-avatar-container section div {
    height: 50%;
    /* border: 2px solid red; */
  }
}

@media screen and (max-width: 1324px) {
  .div__edit-profile-avatar-container section div {
    height: 50%;
    /* border: 2px solid red; */
  }
}

@media screen and (max-width: 1000px) {
  .div__edit-profile-pers-info-row {
    flex-direction: column;
  }

  .div__edit-profile-avatar-container section div {
    height: 100%;
  }

  .div__row {
    display: flex;
    justify-content: center;
  }
}

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

@media screen and (max-width: 575px) {
  .div__edit-profile-pers-info-row {
    flex-direction: column;
  }

  .div__edit-profile-details-container {
    width: 100% !important;
    /* border: 2px solid red; */
  }

  .div__row > .div__editable-input:nth-child(1) > p {
    width: 100%;
    text-align: end;
  }
}

@media screen and (max-width: 500px) {
  .user-profile-card {
    margin-top: 10px;
    border: 1px solid #eee;
    box-shadow: 5px solid lightgray;
    padding: 0px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .user-profile-card-header {
    background-color: white;
    outline: none;
    padding: 10px;
    /* border-top: 1px solid gray; */
    /* border-left: 2px solid #000042; */
    /* border-right: 2px solid #000042; */
    border-bottom: 2px solid #000042;
  }
  .user-profile-user-setting-icon {
    position: absolute !important;
    top: 9px !important;
    right: 9px !important;
    background-color: #000042;
    padding: 5px 8px;
    color: white;
    border-radius: 50%;
  }
  .user-profile-heading {
    color: #000042;
    font-weight: 600;
  }
  .user-image-container {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000042;
    position: relative;
    left: 36%;
    border-radius: 50%;
  }
  .avatar-profile-image {
    height: 75px !important;
    width: 75px !important;
    border-radius: 50%;
  }
  .avatar-profile-text-name {
    height: 75px !important;
    width: 75px !important;
    border-radius: 50%;
    position: relative;
    top: 0px;
    text-shadow: 0px 0px 5px lavender;
    left: 0px;
    font-weight: 600;
    font-size: 25px;
    padding-top: 20px;
    border: 1px solid lavender;
    background-color: white;
    box-shadow: 0px 0px 5px lavender;
  }
  .user-name-space {
    position: relative;
    top: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000042;
  }
  .user-name-profession {
    position: relative;
    top: 7px;
    color: gray;
    font-size: 14px;
  }
  .user-company-name {
    color: rgb(39, 149, 157) !important;
    font-weight: 500;
  }
  .profile-btns {
    width: 100%;
    border: 1px solid lavender;
    font-size: 14px !important;
    font-weight: 600;
    outline: none;
    border: none;
    background-color: rgb(39, 149, 157) !important;
    text-align: left;
    outline: none;
    box-shadow: none;
    padding-left: 90px;
  }
  .user-location-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    font-size: 12px !important;
  }
  .user-profile-location {
    font-size: 12px !important;
    margin-top: 0px !important;
    color: #000042 !important;
    font-weight: 600 !important;
  }
  .user-profile-bio {
    font-size: 12px !important;
    text-align: justify;
    color: #000042;
  }
}

.mainIconForAccounts {
  height: 14px !important;
  width: 14px !important;
  color: green !important;
  font-size: 14px !important;
}

.autoAccountsCheck {
  height: 25px !important;
  width: 25px !important;
  font-size: 25px !important;
  color: #000042;
}

.autoAccountsCheckCorrect {
  height: 16px !important;
  width: 16px !important;
  font-size: 16px !important;
}

.subscription-modal {
  border: none;
}

.premium-modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.premium-modal-close-container {
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #000042;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.premium-modal-close-icon {
  height: 20px;
  width: 20px;
  font-size: 20px;
  cursor: pointer;
}

.premium-modal-header {
  background: url('/static/upgrade-bg.jpg') no-repeat center center;
  background-size: cover;
  background-position: 0% 45%;
  height: 100px;
}

.premium-modal-header-img {
  height: 100%;
  object-fit: cover;
}

.premium-modal-header-text {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #000042;
}

.premium-modal-select {
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  border: 1px solid lightgray;
  outline: none;
  border-radius: 10px;
}

.premium-modal-button {
  height: 40px;
  background-color: #102e50;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 15px;
  border-radius: 6px;
}

.premium-modal-button-cancel {
  height: 40px;
  background-color: #e55050;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 15px;
  border-radius: 6px;
}

.premium-modal-button-close {
  height: 40px;
  background-color: #393e46;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 15px;
  border-radius: 6px;
}

.premium-modal-date-picker {
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  border: 1px solid lightgray;
  outline: none;
  border-radius: 10px;
}

.rmdp-input {
  width: 170% !important;
  height: 50px !important;
  padding: 0px 10px !important;
  border: 1px solid lightgray !important;
  outline: none !important;
  border-radius: 10px !important;
}

.bottom-valid-text {
  font-size: 14px;
  margin-top: 7px;
  color: #000042;
  font-weight: 600;
  margin-left: 5px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .checkbox-wrapper-13 input[type='checkbox'] {
    --active: #275efe;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .checkbox-wrapper-13 input[type='checkbox']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .checkbox-wrapper-13 input[type='checkbox']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .checkbox-wrapper-13 input[type='checkbox']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .checkbox-wrapper-13 input[type='checkbox']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .checkbox-wrapper-13 input[type='checkbox']:disabled + label {
    cursor: not-allowed;
  }
  .checkbox-wrapper-13 input[type='checkbox']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .checkbox-wrapper-13 input[type='checkbox']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .checkbox-wrapper-13 input[type='checkbox']:not(.switch) {
    width: 21px;
  }
  .checkbox-wrapper-13 input[type='checkbox']:not(.switch):after {
    opacity: var(--o, 0);
  }
  .checkbox-wrapper-13 input[type='checkbox']:not(.switch):checked {
    --o: 1;
  }
  .checkbox-wrapper-13 input[type='checkbox'] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }

  .checkbox-wrapper-13 input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  .checkbox-wrapper-13 input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .checkbox-wrapper-13 input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
}

.checkbox-wrapper-13 * {
  box-sizing: inherit;
}
.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
  box-sizing: inherit;
}

.cardHeader {
  background-color: white;
  border-radius: 10px;
}

.labelTitle {
  color: #0f2751;
}

.navBtn-active {
  color: white;
  background-color: #0f2751 !important;
  border: 1px solid #0f2751;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 600;
  height: 40px;
  border: none !important;
}

.navBtn-inactive {
  color: #0f2751 !important;
  background-color: white !important;
  border: 1px solid #0f2751;
  font-weight: 600;
  height: 40px;
}

@media screen and (max-width: 500px) {
  .bookmark-icon {
    height: 12px !important;
    width: 12px !important;
    font-size: 12px !important;
    position: relative;
    top: -5px;
  }
  .bookmark-title {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    top: -5px;
  }
  .button-container {
    position: relative;
    top: 15px;
  }
  .navBtn-active {
    color: white;
    background-color: #0f2751 !important;
    border: 1px solid #0f2751;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600;
    height: 30px;
    border: none !important;
    text-align: center;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .navBtn-inactive {
    color: #0f2751 !important;
    background-color: white !important;
    border: 1px solid #0f2751;
    font-weight: 600;
    height: 30px;
    text-align: center;
    padding-bottom: 10px !important;
    font-size: 12px;
  }
}

.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;
}

@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;
}

#mobileViewRootId {
  position: sticky !important;
  z-index: 999;
  inset: 0;
}

.bottom-content1 {
  position: relative;
  top: -135px;
}

.bookmark-for-listing1 {
  position: relative !important;
  right: 0px !important;
}

.ai-for-listing1 {
  position: absolute !important;
  right: 70px !important;
}

.listings-card-title1 {
  font-size: 16px !important;
  width: 150% !important;
  position: relative;
  top: 0px;
  left: 0px;
  max-width: 400px;
  margin: 0px;
  line-height: 0px !important;
  color: #0d2752 !important;
  font-weight: 600;
}

.listings-card-address1 {
  position: relative !important;
  top: 5px !important;
  left: 0px;
  max-width: 90%;
  color: rgb(39, 149, 157) !important;
  font-size: 14px;
}

.proprty-tag1 {
  position: absolute;
  top: 0px;
  right: 0px;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  border-radius: 0px 10px 0px 0px;
}

@media screen and (max-width: 500px) {
  .bookmark-listing-card1 {
    min-height: 490px;
  }

  .listings-card-title1 {
    font-size: 16px !important;
    width: 150% !important;
    position: relative;
    top: -30px;
    left: -10px;
    max-width: 400px;
    margin: 0px;
    line-height: 0px !important;
    color: #0d2752 !important;
    font-weight: 600;
  }

  .listing-card-bg-img {
    height: 175px !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .listings-card-addres1 {
    position: relative !important;
    top: -25px !important;
    left: -10px;
    max-width: 90%;
  }

  .bookmark-box-listing {
    position: absolute;
    top: -50px;
    z-index: 1;
    right: 10px;
  }

  .Ai-box-listing {
    position: absolute !important;
    top: -55px !important;
    z-index: 1 !important;
    right: 33px !important;
  }

  .hr-for-listing {
    position: relative;
    top: -30px;
  }

  .listing-card-square-feet-div {
    position: absolute;
    top: -30px;
    left: 5px;
    height: 30px;
    width: 30px;
    font-size: 18px;
  }

  .listing-card-compress-icon {
    position: relative !important;
    top: -2px !important;
    left: -3px !important;
  }

  .property-size {
    position: relative;
    top: -33px;
    left: 13px;
    font-weight: 700;
  }

  .listing-card-amount-div {
    position: absolute;
    top: -60px;
    right: 5px;
    font-size: 12px;
    padding: 0px 10px;
    background-color: white;
    color: #000042;
    border: 1px solid #000042;
  }

  .listings-card {
    max-height: 550px;
  }

  .listing-card-property-details {
    position: absolute;
    top: -40px;
    font-size: 14px;
    left: 5px;
    font-weight: 600 !important;
  }

  .bottom-listing-text {
    font-size: 14px !important;
    line-height: 20px !important;
    position: relative;
    top: -18px;
    left: -10px;
    text-align: justify;
    font-weight: 500 !important;
    padding-right: 10px;
    color: #0f2751;
    width: 100%;
  }

  .upgrade-card {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgb(240, 240, 240);
    box-shadow: 0px 0px 1px lavender;
    border-radius: 5px;
  }

  .upgrade-icon {
    color: orange;
    height: 25px !important;
    width: 25px !important;
    font-size: 25px !important;
    position: relative;
    left: 12px;
    border: 1px solid orange;
    padding: 3px !important;
    border-radius: 50%;
    box-shadow: 0px 0px 5px lavender;
  }

  .upgrade-message {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    text-transform: capitalize !important;
    font-weight: 700;
    color: rgb(39, 149, 157) !important;
    text-decoration: underline;
  }

  .listing-card-title {
    color: red;
  }

  .div__me-page-container {
    overflow-x: hidden !important;
  }

  .proprty-tag1 {
    position: absolute;
    top: 0px;
    right: 0px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    border-radius: 0px 10px 0px 0px;
  }

  .listing-card-title1 {
    position: relative;
    top: 35px;
    left: 10px;
    color: #000042 !important;
  }

  .listings-card-address1 {
    position: relative !important;
    top: 10px !important;
    font-size: 12px;
    color: rgb(39, 149, 157);
    left: 0px !important;
  }

  .listing-card-property-details1 {
    position: relative !important;
    top: -10px !important;
    left: 0px !important;
    font-size: 14px !important;
  }

  .listing-square-limit-text1 {
    position: relative !important;
    top: -6px !important;
    text-align: left !important;
    letter-spacing: 0.6px !important;
    font-size: 14px !important;
    letter-spacing: 0.6px !important;
    color: #000042;
  }

  .bottom-content1 {
    position: relative;
    top: -150px;
  }

  .bookmark-for-listing1 {
    position: relative !important;
    right: 0px !important;
  }

  .ai-for-listing1 {
    position: absolute !important;
    right: 70px !important;
  }
}

.my-bookmark-card1 {
  background-color: white !important;
  border-radius: 8px !important;
  position: relative !important;
  height: 100% !important;
  box-shadow: 0px 0px 3px lavender !important;
}

.my-bookmark-card1-tag {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  background-color: #0f2751 !important;
  color: white !important;
  width: 70px !important;
  border-radius: 0px 10px 0px 10px !important;
  display: flex !important;
  height: 25px !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}

.my-listing-card-logo {
  height: 60px !important;
  width: 60px !important;
  position: absolute !important;
  top: -80px !important;
  left: 30px !important;
  border-radius: 10px !important;
  border: none !important;
}

.my-listing-card-body-top {
  padding: 15px 15px !important;
}

.my-listing-main-title {
  color: #000042 !important;
  font-weight: 600 !important;
  margin: 0px !important;
}

.my-listing-location-info {
  position: relative !important;
  color: rgb(39, 149, 157) !important;
  top: -5px !important;
  font-size: 14px !important;
}

.my-listing-hr {
  height: 1px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.my-listing-content-info {
  color: #000042 !important;
  margin-top: 10px !important;
}

.my-listing-main-content1 {
  color: rgb(97, 93, 93) !important;
  font-size: 14px !important;
  line-height: 23px !important;
  text-align: left !important;
}

.my-listing-main-content {
  color: rgb(97, 93, 93) !important;
  line-height: 18px !important;
  text-align: justify !important;
  font-size: 13px !important;
}

.my-bottom-container {
  position: relative !important;
  top: -180px !important;
  left: 10px !important;
}
.bookmark-for-listing1 {
  background-color: red !important;
}

.skeleton-box {
  background-color: #e9ecef;
  border-radius: 4px;
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.skeleton-icon {
  width: 32px;
  height: 32px;
}

.skeleton-title {
  height: 24px;
  width: 75%;
}

.skeleton-small-icon {
  width: 16px;
  height: 16px;
}

.skeleton-location {
  height: 16px;
  width: 33%;
}

.skeleton-type {
  height: 16px;
  width: 50%;
}

.skeleton-date {
  height: 16px;
  width: 66%;
}

.skeleton-action {
  width:50px;
  height: 24px;
}


.mock-loading-card{
  width: 100%;
  border: none;
  box-shadow: 0px 0px 4px #eee;
}

.mock-loading-bottom{
position: relative;
right: -15px;
}


@media screen and (max-width:786px) {
  .mock-loading-bottom{
      position: relative;
      right: -15px;
  }
}
.ib-listing-card-image {
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.ib-listing-card {
  border-radius: 5px !important;
  border: 1px solid lavender !important;
  box-shadow: 0px 0px 1px lavender;
  border: 1px solid lavender #eee;
  width: 100% !important;
  min-height: 500px;
  height: auto !important;
}

.ib-listing-card-body {
  padding: 0px !important;
  width: 100% !important;
  height: 450px !important;
  text-align: justify !important;
}

.ib-listing-card-title {
  font-size: 18px !important;
  margin-top: 5px !important;
  color: #0f2751 !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

.ib-listing-text-container {
  padding: 10px;
}

.ib-listing-location-arrow {
  height: 12px;
  width: 12px;
  font-size: 13px;
  margin-right: 5px;
  color: #d8295e;
  font-weight: 600 !important;
}

.ib-listing-location {
  font-size: 14px;
  font-weight: 600 !important;
  color: #d8295e;
}

.ib-listing-hr {
  color: #d8295e !important;
}

.ib-listing-summary {
  font-size: 15px;
  color: rgb(83, 83, 83);
  min-height: 100px;
  max-height: 100px;
}

.ib-listing-content-types {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  background-color: #0f2751;
  font-size: 14px;
  padding: 5px 20px;
  font-weight: 500;
  border-radius: 0px 10px 0px 10px;
  font-weight: 600 !important;
}

.ib-listing-publish-date {
  font-size: 14px;
  font-weight: 600 !important;
}

.ib-listing-card-footer {
  background-color: white !important;
  color: #0f2751;
  border-radius: 0px 0px 10px 10px;
  height: 50px !important;
}

.ib-listing-card-land-size {
  font-size: 14px;
  color: #d8295e !important;
  font-weight: 500;
  margin-left: 8px;
  font-weight: 600 !important;
  margin-top: 2px;
}

.ib-listing-card-land-size-icon {
  font-size: 13px;
  height: 13px;
  width: 13px;
  color: white;
}

.ib-listing-card-land-size-icon-box {
  height: 25px;
  width: 25px;
  border-radius: 30px;
  box-shadow: 0px 0px 4px #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d8295e;
}

/* Base Modal Styles */
.ib-login-popup-modal {
  border-radius: 30px;
}

.ib-login-popup-modal-body {
  color: white;
  height: 100%;
  padding: 0;
  width: 100%;
}

/* Heading Styles */
.ib-login-popup-heading {
  color: #f14075;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  justify-content: left;
  align-items: center;
}

.ib-login-modal-right-part .ib-login-popup-heading {
  color: white;
}

/* Input Styles */
.ib-login-input-box {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 2px solid #f14075;
  padding: 0 10px;
  font-size: 15px;
  color: rgb(92, 92, 92);
  background-color: white;
  outline: none;
}

.ib-login-input-box::placeholder {
  font-size: 14px;
  color: gray;
}

.ib-login-modal-input-label {
  font-size: 16px;
  color: #f14075;
  font-weight: 500;
  margin-bottom: 5px;
}

/* Button Styles */
.ib-login-popup-btn,
.ib-login-popup-btn1 {
  width: 100%;
  height: 45px;
  border: none;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}

.ib-login-popup-btn {
  color: #f14075;
  background-color: white;
}

.ib-login-popup-btn1 {
  color: white;
  background-color: #f14075;
}

/* Layout Styles */
.signup-popup-div {
  padding: 0;
}

.login-main-box {
  padding: 0;
}

.ib-login-modal-left-part {
  padding: 50px;
}

.ib-login-modal-right-part {
  background-color: #f14075;
  padding: 50px;
  color: white;
}

/* Link/Text Styles */
.ib-login-forgot-password-text {
  color: #f14075;
  margin-bottom: 5px;
  font-size: 16px;
  cursor: pointer;
}

/* Close Button Styles */
.ib-login-popup-cross {
  position: absolute;
  right: -20px;
  top: -10px;
  height: 40px;
  width: 40px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
  z-index: 1;
}

.ib-login-popup-cross-icons {
  color: #f14075;
  height: 16px;
  width: 16px;
  font-size: 16px;
}

.notpostfound-card {
  background-color: #173263 !important;
  padding: 0px !important;
  margin-top: 40px !important;
  color: white !important;
  font-weight: 600 !important;
  text-align: center !important;
  box-shadow: 0px 0px 3px lavender;
  border: none !important;
}

.incomplete-signup-popup-div {
    padding: 0% 5% 1% 5%;
}
.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;
}

.pac-container {
  z-index: 1200 !important;
}

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

.pac-target-input {
  left: 0px !important;
}

.my-datasource-label {
  font-size: 20px;
  font-weight: 700;
}

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

.content-map-page-no-data-parent {
  background: #fff;
  width: 100%;
}

@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;
  }
}

@media screen and (max-width: 500px) {
  .company-list-table-styles {
    width: 800px !important;
  }
  .company-list-table-container {
    overflow-x: scroll !important;
  }
  .input-box-container-company-list {
    display: block !important;
  }
  .company-list-hr {
    position: relative;
    top: -20px;
  }
  .comapny-list-search-box-container {
    position: relative;
    top: -20px;
  }
  .company-list-search-box-title {
    display: block;
  }

  .company-search-input {
    width: 100% !important;
  }
}

.close-icon-container {
  position: absolute;
  height: 35px;
  width: 35px;
  background-color: white;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
}

.close-icon-login {
  color: #000042;
}

.login-resend-button {
  margin-top: 10px;
  padding: 5px;
  border: none;
  background-color: #0f2751;
  color: white;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
}

.login-resend-button-allow {
  margin-top: 10px;
  padding: 5px;
  border: none;
  background-color: #27959d;
  color: white;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
}

.login-modal-header {
  font-size: 12px !important;
}

.confirm-top-header {
  color: #000042;
  font-size: 16px;
}

.confirm-sub-heading {
  color: #000042;
  font-weight: 600;
  font-size: 16px;
}

.confirm-list {
  color: #0f2751;
  font-size: 16px;
}

.confirm-sub-info {
  font-size: 14px;
  color: #0f2751;
  font-weight: 600;
}

