@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

html {
  font-size: 100%;
  /* 1rem = 16px */
}

body {
  font-family: "Poppins", sans-serif;
  background: #ececec;
  font-size: 0.9rem;
}

/*------------ Login container ------------*/

.box-area {
  width: 930px;
}

/*------------ Right box ------------*/

.right-box {
  padding: 40px 30px 40px 40px;
}

/*------------ Custom Placeholder ------------*/

::placeholder {
  font-size: 16px;
}

.rounded-4 {
  border-radius: 20px;
}

.rounded-5 {
  border-radius: 30px;
}

.bg-form-color {
  background: #E4EDF9;
}

.subscription {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.subscription-selected {
  background-color: rgb(72, 148, 125);
}

.subscription-notselected {
  background-color: white;
}

.image {
  display: block;
  max-width: 100%;
}

.preview {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 10px;
  border: 1px solid red;
}

.a-nolink {
  text-decoration: none;
}

.loading-icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_1.gif) center no-repeat;
}

.motivation-loading-icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_8.gif) center no-repeat;
}

.socialmedia-loading-icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_6.gif) center no-repeat;
}

.socialmedia-campaign-icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_5.gif) center no-repeat;
}

.seo-loading-icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_3.gif) center no-repeat;
}

.video-saving-icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat;
}

#loading-spinner {
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 0, 106);
}

.social-image_old {
  height: 378px;
  width: 720px;
}

.social-image {
  height: 1080px;
  width: 1080px;
  /*background: url(../images/background/bg_image_11.jpg) no-repeat;*/
}

.ad-image {
  margin: 0;
  padding: 0;
  /* Hide any overflow */
  overflow: hidden;
  /* Centering content */
  justify-content: center;
  /* Centering content */
  align-items: center;
}

.image-container {
  display: flex;
  /* Hide any overflowed content */
  overflow: hidden;
  /* Optional: If you need to position child elements */
  position: relative;
}

.responsive-image {
  width: 100%;
  /* Make image fill the container width */
  height: 100%;
  /* Make image fill the container height */
  object-fit: cover;
  /* Ensure the image covers the container without distortion */
  display: block;
  /* Removes any extra space below the image */
}

.social-image-edit {
  height: 720px;
  width: 720px;
  background: url(../images/background/bg_image_12.jpg) no-repeat;
}

.fb-login-button {
  width: 100%;
}

.nav-tabs {
  background-color: #FFFFFF;
  border-color: rgba(41, 144, 234, 0.489);
}

.nav-tabs>li>a {
  border-color: red;
}

.nav-tabs>li>a:hover {
  border-color: blue;
}

.nav-tabs>li>.nav-link.active {
  border-color: #0080FF;
  background-color: #007bff;
  color: #FFFFFF;
}

/* Card Body Font Sizes (Affects All Child Elements) */
.card-body-size-10 {
  font-size: 0.8rem;
  /* Affects all elements inside .card-body */
}

.card-body-size-12 {
  font-size: 1rem;
}

.card-body-size-14 {
  font-size: 1.2rem;
}

.card-body-size-16 {
  font-size: 1.4rem;
}

/* Card Header Font Sizes (Independent) */
.card-header-size-10 {
  font-size: 0.8rem;
}

.card-header-size-12 {
  font-size: 1rem;
}

.card-header-size-14 {
  font-size: 1.2rem;
}

.card-header-size-16 {
  font-size: 1.4rem;
}

.card-text-size-8 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px !important;
}

.card-text-size-10 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.card-text-size-12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.card-text-size-14 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.card-text-size-15 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.card-text-size-16 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.head-text-size-10 {
  font-size: 10px;
}

.head-text-size-12 {
  font-size: 12px;
}

.head-text-size-14 {
  font-size: 14px;
}

.head-text-size-15 {
  font-size: 15px;
}

.head-text-size-16 {
  font-size: 16px;
}

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

.feed-text-size-12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.feed-text-size-14 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: absolute;
  text-overflow: ellipsis;
}

.feed-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* Ensures card stretches to fill available height */
  max-height: 400px;
  /* Adjust as needed to fit your layout */
  overflow: hidden;
  /* Hide any overflowing content */
}

.feed-image {
  width: 100%;
  height: auto;
}

.trend-image-container {
  max-height: 250px;
  /* adjust as needed */
  background-color: #ffffff;
  /* fallback color */
  overflow: hidden;
  border-radius: 0.25rem;
}

.trend-image-container video {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}

.trend-image {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}

.trend-page-content {
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

.trend-page-content img,
.trend-page-content video {
  max-width: 100%;
  height: auto;
  display: block;
}

.linkedin-login-button {
  background-color: rgb(0, 119, 181);
  color: #FFFFFF;
}

.linkedin-login-button:hover,
.linkedin-login-button:active {
  color: #fff;
  background-color: rgb(0, 119, 181);
}

.mail:hover {
  background-color: rgb(243, 239, 239);
}

.CellWithComment {
  position: relative;
}

.CellComment {
  display: none;
  position: absolute;
  z-index: 100;
  border: 1px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(24, 162, 248);
  padding: 3px;
  color: rgb(28, 61, 159);
  top: 20px;
  left: 20px;
}

.CellWithComment:hover span.CellComment {
  display: block;
}

.searchresults {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 15vh;
}

.img-thumbnail {
  background-color: #FFFFFF;
  width: 250px;
  height: 200px;
  display: inline-block;
  /* makes it fit in like an <img> */
  background-size: cover;
  /* or contain */
  background-position: center center;
  background-repeat: no-repeat;
}

.company-img-thumbnail {
  background-color: #FFFFFF;
  display: inline-block;
  object-position: center center;
  height: 200px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.imgbackground {
  background-image: url('/public/images/Training-Businesses_small.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 200px;
}

.applicanthighlight {
  background: green
}

.card-header-bg {
  background-color: #0A3E60;
  color: #FFFFFF;
}

.card-footer-bg {
  background-color: #0A3E60;
  color: #FFFFFF;
}

.industries-card:hover {
  border: 1px solid rgb(2, 76, 121);
  box-shadow: 20px 20px 50px #d4cfcf;
}

.text-wrap {
  word-wrap: break-word;
  /* Allows long words to break and wrap to next line */
  overflow-wrap: break-word;
  /* Provides similar functionality as word-wrap */
  white-space: normal;
  /* Ensure text wraps and does not stay on a single line */
  line-height: 1.5;
  /* Adjust line height if necessary for readability */
  word-break: break-word;
  /* Breaks long words at the end of the line */
}

.reactions-container {
  top: -35px;
  /* Adjust position above "Like" icon */
  left: 0;
  display: none;
  /* Hide reactions initially */
  background: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.like-button,
.login-like-button {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  background: transparent;
  border: 2px solid #007bff;
  color: #007bff;
  padding: 5px 15px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  transition: box-shadow 0.3s, background-color 0.3s, color 0.3s;
}

.like-button i {
  color: inherit;
  /* Inherit color from parent .like-button */
  margin-right: 5px;
  /* Space between icon and text */
}

.like-button:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  /* Shadow effect on hover */
  background-color: #007bff;
  /* Background color on hover */
  color: #fff;
  /* Text and icon color on hover */
}

.like-button:hover+.reactions-container,
.reactions-container:hover {
  display: flex;
  /* Show reactions when hovering over Like or the container */
}

.reactions-container a {
  font-size: 20px;
  color: #aeed56;
}

.icon-like {
  color: #007bff;
}

.icon-love {
  color: #e83e8c;
}

.icon-celebrate {
  color: #ffc107;
}

.icon-support {
  color: #28a745;
}

.card-img {
  max-width: 100%;
  /* Ensures the image won't stretch beyond its container */
  height: auto;
  /* Maintains aspect ratio */
  max-height: 200px;
  object-fit: contain;
  margin-left: 10px;
  padding: 5px;
  display: block;
}

.company-card-img {
  max-width: 100%;
  max-height: 250px;
  width: auto;
  /* Maintain aspect ratio */
  height: auto;
  /* Maintain aspect ratio */
  object-fit: contain;
  /* Ensure the image fits within the container without stretching */
  object-position: center center;
  /* Center the image inside the container */
  display: block;
  /* Ensures the image behaves like a block-level element, allowing it to be centered */
  margin-left: auto;
  /* Horizontally center the image */
  margin-right: auto;
  /* Horizontally center the image */
}

.event-card-img-top {
  width: 100%;
  height: 300px;
  object-fit: contain;
  background-color: #ffffff;
}

.card-design {
  border-radius: 1rem;
  border: 0.5vmin solid #05060f;

  color: black;
}

.card-design:hover {
  box-shadow: 0.4rem 0.4rem #05060f;
}

.headlink .img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* On hover, scale the image and add a shadow */
.headlink:hover img {
  transform: scale(1.1);
  /* Make the image slightly bigger */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  /* Add shadow */
}

.hover-link {
  position: relative;
  text-decoration: none;
  color: blue;
  font-weight: bold;
}

/* Hide the image by default */
.hover-link img {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  width: 500px;
  height: auto;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #fff;
  z-index: 10;
}

/* Show the image when the link is hovered */
.hover-link:hover img {
  display: block;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  /* Ensures pagination links wrap within the container */
  justify-content: center;
  /* Centers the pagination links */
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-link {
  padding: 0.5rem 0.75rem;
  /* Adjust padding for better fit */
  margin: 0 2px;
  /* Add space between links */
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #007bff;
}

.page-link:hover {
  background-color: #f8f9fa;
  border-color: #ccc;
  text-decoration: none;
}

.page-item.active .page-link {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.badge-small {
  font-size: 0.75rem;
  padding: 0.2em 0.4em;
}

.badge-small button {
  font-size: 0.65rem;
  padding: 0.15rem 0.3rem;
}

input::placeholder {
  font-size: 0.90rem;
  color: #888;
}

.tab-content .form-label {
  font-size: 0.90rem;
}

.tab-content .form-control {
  font-size: 0.90rem;
}

.modal-content-small {
  font-size: 0.85rem;
}

.font-small-85 {
  font-size: 0.85rem;
}

.font-small-75 {
  font-size: 0.75rem;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.nav-header {
  font-family: 'Roboto', sans-serif;
  font-size: 0.7 rem;
  color: #007bff;
  margin-bottom: 15px;
}

.media-file {
  max-width: 500px;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.newsletter-title {
  font-family: 'Monospace', sans-serif;
  font-weight: bold;
  padding-top: 1rem;
}

.newsletter-subtitle {
  text-align: center;
  font-weight: bold;
}

.newsletter-description {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

/* Reduce font-size for navbar items */
.navbar-nav .nav-link,
.navbar-nav .dropdown-item,
.navbar-nav .nav-item,
.navbar-toggler {
  font-size: 0.85rem;
  /* Adjust this value as needed */
}

/* Adjust font-size for active navbar items */
.navbar-nav .nav-link.active,
.navbar-nav .dropdown-item.active {
  font-size: 0.85rem;
  /* Adjust this value as needed */
}

/*------------ For small screens------------*/

@media only screen and (max-width: 768px) {
  .box-area {
    margin: 0 10px;
  }

  .left-box {
    height: 100px;
    overflow: hidden;
  }

  .right-box {
    padding: 20px;
  }

}

/*ARIA live region automatically added by jQuery UI Autocomplete for accessibility (screen readers)*/
.ui-helper-hidden-accessible {
  display: none !important;
}