.mentor-prof-img {
  background: url("/images/mentor_bg.png") no-repeat 0px 0px;
  width: 100%;
  min-height: 212px;
  background-size: cover;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background-position: center;
}

.blur_css {
  filter: blur(5px);
}

.ecosystem-prof-img {
  width: 100%;
  min-height: 212px;
  background-size: cover;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background-position: center;
}

.set-bg {
  /* background: #ffffffbd; */
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.aleart-msg {
  /* color: blue; */
  padding: 0px 15px;
}
.z-value {
  z-index: 8;
  position: relative;
}
.card_row1 {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 3fr;
  /* grid-template-rows: 3fr 3fr; */
  gap: 40px;
}
.aleart-msg1 {
  color: black;
  padding: 0px 15px;
}

.marquee_a {
  color: #ffc107 !important;
  /* background: #ffffff42; */
}

.common-bg {
  background: url("/images/Startup Ecosystem Enablers.png") no-repeat 0px 0px;
}

.common-bg2 {
  background: url("/images/Profile/profile-banner.png") no-repeat 0px 0px;
  width: 100%;
  min-height: 212px;
  background-size: cover;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background-position: center;
}

.investor-bg {
  background: url("/images/incubator-profile.png") no-repeat 0px 0px;
}

.accelartor-bg {
  background: url("/images/accelarator.png") no-repeat 0px 0px;
}

.EDU-INST-bg {
  background: url("/images/education.png") no-repeat 0px 0px;
}

.Business-bg {
  background: url("/images/business.png") no-repeat 0px 0px;
}

.govt-bg {
  background: url("/images/government.png") no-repeat 0px 0px;
}

.CORPORATE-bg {
  background: url("/images/corporates.png") no-repeat 0px 0px;
}

.mentor_view_details {
  padding: 15px 25px;
  border: 1px solid gainsboro;
  color: #02028a;
  border-radius: 5px;
  background: transparent;
}

.review-details {
  display: flex;
  border: 1px solid gainsboro;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

img.review_logo {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  object-fit: contain;
  border: 1px solid gainsboro;
}

/* dropdown css */
.admin.dropdown {
  position: relative;
  /* width: 500px; */
}

/* .blog-res-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background: #00000014;
    position: relative;
} */
.blog-details-bg {
  position: relative;
  text-align: center;
  color: white;
  /* Ensure text is white for visibility */
}

.image-container {
  position: relative;
}

.blog-res-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Black overlay with 50% opacity */
  border-radius: 15px;
}

.blog-details-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  /* White color for text */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  /* Optional: add text shadow for better readability */
}

.admin .dropdown-menu {
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1000;
  display: block !important;
}

.admin .dropdown-item {
  padding: 8px;
  cursor: pointer;
  white-space: break-spaces;
}

.admin .dropdown-item:hover {
  background-color: #f0f0f0;
}

.set-red {
  color: #eb3f3f;
  background: #ffdada;
}

.set-green {
  color: green;
  background: #00800029;
}

.set-orange {
  color: #dfa700;
  background: #fff6dc;
}

img.are_you {
  width: 200px;
}

.tab-header {
  margin-bottom: 25px;
}

img.sml-logo {
  width: 42px;
  height: 44px;
  object-fit: contain;
  border-radius: 50px;
  margin-left: 10px;
  background: white;
}

.abc p {
  background: #1f3e81;
  color: #fff;
  padding: 20px 30px;
  border-radius: 30px;
  display: inline;
}

/* .progress-div{
  display: flex;
} */
.progress-bar-budget {
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  background: #0061d4;
  font-size: 12px;
  color: white;
}

.admin-department-box {
  /* border: 1px solid gainsboro; */
  padding: 25px;
  /* border-radius: 15px; */
}

.input_background .ql-container {
  min-height: 220px;
}

img.under-img {
  width: 500px;
}

.bannerAct {
  background-color: #020670;
  border-radius: 5px;
  color: white;
}

.user-brandnewlogo {
  width: 45px;
  height: 45px;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid gainsboro;
  cursor: pointer;
  margin-left: 10px;
}

.setEdittd {
  padding: 15px 0px;
}

.founder-profile-img img {
  border-radius: 50%;
  border: 1px solid gainsboro;
}

.founder-logo {
  width: 70px !important;
  height: 70px !important;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid gainsboro;
}

.userListDropdown {
  width: 200px;
}

.set-add-box {
  border: 1px solid gainsboro;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.flu-class h5 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.flu-class ul li {
  margin-bottom: 15px;
}

.flu-class p {
  margin-bottom: 15px;
}

.flu-class a {
  margin-bottom: 15px;
}

.banner-title-sector {
  color: white;
  margin-top: 25px;
}

.grievance_mechanism {
  padding-top: 120px;
}

.header_grievance {
  text-align: center;
}

.header_grievance button {
  background-color: #02028a4f;
  padding: 15px 25px;
  border-radius: 40px;
  border: none;
  color: white;
}

.header_grievance h3 {
  color: #02028a;
  margin: 25px 0px;
}

.Officers_Grievances {
  background: ghostwhite;
  border-radius: 25px;
  text-align: left;
}

.Officers_Grievances {
  background: ghostwhite;
  border-radius: 25px;
  text-align: left;
  padding: 15px;
}

.logo-siva {
  width: 100px;
  height: 100px;
}

.content_grievance {
  text-align: center;
  background: #ebebeb;
  padding: 40px 50px;
  border-radius: 25px;
  margin-bottom: 30px;
}

span.colr_chane {
  color: #253b80;
  margin-right: 3px;
}

ul.discount_smart li {
  list-style: url("/images/icon/discount_icon.png");
}

img.Alarm_gif {
  width: 200px;
  margin-bottom: 25px;
}

/* task page css */
.task_list_div {
  background: #fafaff;
  padding: 25px;
  border-radius: 25px;
}

.task_list_data {
  background: white;
  padding: 20px;
  border: 1px solid gainsboro;
  border-radius: 15px;
}

span.header-count {
  background: #ffbebe;
  padding: 2px 8px;
  border-radius: 25px;
  margin-right: 5px;
  font-size: 12px;
}

.divaiter_div {
  width: 100%;
  background: #e6e4f0;
  height: 2px;
  margin: 10px 0px;
  border-radius: 15px;
}

.set_status_div {
  color: white;
  font-size: 12px;
  width: 90px;
  text-align: center;
  border-radius: 25px;
  margin-right: 5px;
}

.task_date {
  padding: 5px;
  border-radius: 5px;
  color: white;
}

.priority-div {
  background: #ffcfc0;
  padding: 2px 10px;
  border-radius: 25px;
}

.font-sm-only {
  font-size: 10px;
}

.font-md-only {
  font-size: 14px;
}

.task_list_status {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.pin_count {
  font-size: 15px;
}

.add_task_div {
  background: #f7f7f7;
  padding: 5px;
  border-radius: 25px;
  text-align: center;
}

.prioity_filter {
  padding: 25px 10px;
  background: #fcf3eb;
  border-radius: 15px;
  margin-bottom: 15px;
}

.reminder_filter {
  padding: 25px 10px;
  background: #fafaff;
  border-radius: 15px;
  margin-bottom: 15px;
}

.OverDue_filter {
  padding: 25px 10px;
  background: #f7b2b2;
  border-radius: 15px;
  margin-bottom: 15px;
}

/* task details page css */
.startup_grid {
  display: flex;
  align-items: start;
}

.startup-ml-auto {
  margin-left: auto;
}

.task-service {
  background: #f1f1f1;
  padding: 7px;
  border-radius: 5px;
  font-size: 14px;
}

.task-status-div {
  color: white;
  padding: 5px 15px;
  border-radius: 25px;
  font-size: 14px;
}

img.share_icon {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 50px;
  margin-right: 10px;
}

.startup_justify-space-between {
  justify-content: space-between;
}

.task-description {
  background: #fbfbfb;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.add_btn_task {
  background: white;
  padding: 2px 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px gainsboro;
  cursor: pointer;
}

.index-count {
  background: #f1f1f1;
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
}

img.date_icon_img {
  background: gainsboro;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.submit_btn_task {
  background: #0061d4;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  outline: none;
}

.message_status {
  text-align: center;
  color: #ababab;
}

@media (max-width: 575px) {
  .startup_grid {
    display: ruby-text;
  }
}

.awards-recognitions-section {
  background: black;
  padding: 60px 0px;
  color: white;
}

.award_span {
  position: relative;
}

.award_span::before {
  position: absolute;
  top: 14px;
  right: -40px;
  width: 25px;
  height: 5px;
  background: #ffb100;
  content: "";
  border-radius: 25px;
}

.awards-images {
  height: 55px;
  display: grid;
  align-items: center;
}

.awards-recognitions-div {
  position: relative;
}

.awards-recognitions-div::after {
  position: absolute;
  top: 70px;
  right: -10px;
  width: 1px;
  height: 110px;
  background: #575757;
  content: "";
}
label.ml-auto.lbl_btn1 {
  background: #0061d4;
  padding: 10px 10px;
  border-radius: 10px;
  color: white;
  width: 123px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
}
.signup-data_div1 {
  border: 1px solid gainsboro;
  padding: 17px 25px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.05),
    0px 0px 0px 1px rgba(0, 0, 0, 0.08);
  margin-top: 10px;
  /* width: 500px; */
}

span.bold-span {
  font-weight: 900;
  /* font-size: 20px; */
}
