@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800");

/* Header start */
.research-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    padding: var(--header-height) 48px 60px 48px;
    background-image: url('https://acr.iitbombay.org/wp-content/uploads/2024/06/3fdb2c69951b284578736f7e9c60869d.jpg');
    border-radius: 8px;
    background-size: cover;
    background-position: left;
  }
  
  .info-container {
    flex: 0 0 auto;
    padding: 0 12px;
  }
  
  .icon-container {
    display: flex;
    width: 18px;
    height: 18px;
  }
  
  .description-container {
    flex: 0 0 auto;
    margin-top: 15px;
  }
  
  .heading {
    padding: 0;
    margin: 0;
    font: 700 32px/38px "Open Sans", sans-serif;
    color: white;
    white-space: pre-wrap;
  }
  
  .description-text {
    box-sizing: border-box;
    max-width: 563px;
    margin-top: 16px;
    padding: 0;
    font: 400 14px/20px "Open Sans", sans-serif;
    color: white;
    text-align: left;
    white-space: pre-wrap;
  }
  /* Header end */
  
  /* Initial filter start */
  .corporate-social-responsibility-projects-filtering-widget {
      box-sizing: border-box;
      /* min-width: 826px; */
      padding-right: 23.5px;
      padding-left: 23.5px;
      background: white;
      border-radius: 12px;
      box-shadow: 0px 4px 16px rgba(94, 94, 94, 0.1);
   }
   
   .corporate-social-responsibility-section {
      box-sizing: border-box;
      width: 100%;
      padding-top: 24px;
      padding-bottom: 20.5px;
      border-bottom: 1px solid #bfbfbf;
   }
   
   .corporate-social-responsibility-info {
      box-sizing: border-box;
      width: 100%;
   }
   
   .corporate-message {
      padding: 0;
      margin: 0;
      font: 700 20px "Open Sans", sans-serif;
      color: #282828;
      white-space: pre-wrap;
   }
   
   .corporate-responsibility-text {
      padding: 0;
      margin: 0;
      margin-top: 4px;
      font: 400 14px/21px "Open Sans", sans-serif;
      color: #5a5a5a;
      text-align: left;
      white-space: pre-wrap;
   }
   
   .project-filter-instructions {
      box-sizing: border-box;
      width: 100%;
      margin-top: 18px;
   }
   
   .feature-description-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
   }
   
   .svg-container {
      display: flex;
      flex: 0 0 auto;
      width: 32px;
      height: 32px;
   }
   
   .feature-description {
      flex: 0 0 auto;
      padding: 0;
      margin: 0;
      margin-left: 1px;
      font: 600 16px "Open Sans", sans-serif;
      color: #5a5a5a;
      white-space: pre-wrap;
   }
   
   .criteria-selection-container {
      box-sizing: border-box;
      width: 100%;
      margin-top: 6px;
   }
   
   .criteria-description-container {
      padding: 0;
      margin: 0;
      font: 400 14px "Open Sans", sans-serif;
      color: #5a5a5a;
   }
   
   .criteria-selection-guide {
      margin-top: 4px;
   }
   
   .criteria-description-container:first-child {
      margin-top: 0px;
   }
   
   .criteria-selection-message {
      padding-left: 1.5em;
      margin: 0;
   }
   
   .criteria-selection-message li {
      padding: .5em;
   }
   
   .title-text-bold {
      font: 600 14px "Open Sans", sans-serif;
   }
   
   .filter-panel-container {
      box-sizing: border-box;
      width: 100%;
      padding-top: 19.5px;
      padding-bottom: 14.5px;
   }
   
   .main-heading-text-style {
      padding: 0;
      margin: 0;
      font: 600 16px "Open Sans", sans-serif;
      color: #5a5a5a;
      white-space: pre-wrap;
   }
   
   .filter-options-container {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      margin-top: 12px;
   }
   
   .center-column-with-text {
      display: flex;
      flex: 1 1 0;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
   }
   
   .theme-heading-text-style {
      flex: 0 0 auto;
      padding: 0;
      margin: 0;
      font: 600 14px "Open Sans", sans-serif;
      color: #5a5a5a;
      white-space: pre-wrap;
   }
   
   .svg-container1 {
      display: flex;
      flex: 0 0 auto;
      width: 16px;
      height: 16px;
   }
   
   .tech-level-container {
      display: flex;
      flex: 1 1 0;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      margin-left: 23px;
   }
   
   .flex-container-with-options {
      flex: 0 0 auto;
      margin-top: 4px;
   }
  /* Initial filter end */
  
  .project-details-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .hierarchical-content-container {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sidebar-container {
    box-sizing: border-box;
    flex: 0 0 320px;
  }
  .fullwidth-container {
    box-sizing: border-box;
    width: 100%;
  }
  .header-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 42px;
    background: white;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
  }
  .svg-container {
    display: flex;
    width: 20px;
    height: 20px;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-left: 10px;
  }
  .input-field {
    box-sizing: border-box;
    width: 100%;
    margin-left: 9px;
    font: 400 14px "Open Sans", sans-serif;
    background: transparent;
    border: none;
    outline: none;
  }
  .input-style-f62::placeholder {
    color: #5a5a5a;
  }
  .thematic-filter-container {
    box-sizing: border-box;
    width: 100%;
    margin-top: 16px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
  }
  .header-section {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    padding-right: 16px;
    padding-left: 15px;
    background: white;
    border-bottom: 1px solid #ebebeb;
  }
  .filter-title-heading {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 600 18px "Open Sans", sans-serif;
    color: #2d3546;
    white-space: pre-wrap;
  }
  .hierarchical-text-container3 {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .reset-button-style {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    width: 72px;
    min-width: 72px;
    height: 32px;
    font: 600 12px "Open Sans", sans-serif;
    color: #004f9f;
    cursor: pointer;
    background: transparent;
    border: 1px solid #004f9f;
    border-radius: 4px;
  }
  .primary-button {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    width: 72px;
    min-width: 72px;
    height: 32px;
    margin-left: 12px;
    font: 600 12px "Open Sans", sans-serif;
    color: white;
    cursor: pointer;
    background: #004f9f;
    border: none;
    border-radius: 4px;
  }
  .thematic-section-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 4px 15px 5px;
    background: white;
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .thematic-section-container2 {
    flex: 1 0 auto;
    padding-top: 12px;
    width: 100%;
  }
  .thematic-section-container3 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
  }
  .thematic-section-container1 {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
  }
  .thematic-heading {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 600 16px "Open Sans", sans-serif;
    color: #474e5c;
    white-space: pre-wrap;
  }
  .svg-container1 {
    display: flex;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
  }
  .hierarchical-content-container1 {
    flex: 0 0 auto;
    align-self: center;
    padding-right: 4px;
    padding-left: 4px;
    margin-top: 18px;
    width: 100%;
  }
  .hierarchical-flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .svg-container2 {
    display: flex;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    color: #004f9f;
  }
  .content-block-with-title {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    font: 400 14px "Open Sans", sans-serif;
    color: #2d3546;
    white-space: pre-wrap;
  }
  .icon-label-container {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 18px;
    height: 18px;
    border: 1px solid gray;
    border-radius: 3px;
  }
  .icon-label-container input:checked + img {
    display: block;
  }
  .hidden-input-checkbox {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
  }
  .hidden-icon {
    display: none;
    width: 18px;
    max-width: initial;
    height: 18px;
    margin-top: -1px;
    margin-left: -1px;
  }
  .img-content-88156617 {
    content: url("./image_a823fe05.png");
  }
  .thematic-label-style {
    margin-left: 10px;
    font: 400 14px "Open Sans", sans-serif;
    color: #2d3546;
  }
  .hierarchical-text-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 14px;
  }
  .eco-section {
    flex: 0 0 auto;
    padding-top: 3px;
    padding-bottom: 19px;
  }
  .thumbnail-container {
    position: relative;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 1px solid gray;
    border-radius: 3px;
  }
  .thumbnail-container input:checked + img {
    display: block;
  }
  .sustainable-development-text {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    font: 400 14px/20px "Open Sans", sans-serif;
    color: #2d3546;
    text-align: left;
    white-space: pre-wrap;
  }
  .hierarchical-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 14px;
  }
  .icon-container {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border: 1px solid gray;
    border-radius: 3px;
  }
  .icon-container input:checked + img {
    display: block;
  }
  .hierarchical-text-container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 16px;
  }
  .filter-container {
    box-sizing: border-box;
    width: 100%;
    margin-top: 34px;
  }
  .border-separator {
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #ebebeb;
  }
  .filter-container1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    margin-top: 31.5px;
  }
  .filter-container3 {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    padding-right: 4.5px;
  }
  .filter-container2 {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    justify-content: center;
    padding-right: 4px;
    padding-left: 4px;
    margin-top: 18px;
  }
  .project-card-container1 {
    box-sizing: border-box;
    margin-left: 23px;
    flex: 1;
  }
  .project-categories-heading {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 700 28px/34px "Open Sans", sans-serif;
    color: #2d3546;
    white-space: pre-wrap;
  }
  .svg-container3 {
    display: flex;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin-left: 13px;
  }
  .cosmic-inspiration-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    margin-top: 16px;
  }
  .info-card-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    min-width: 979px;
  }
  .flex-container-with-label-icon {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
  }
  .select-all-label-style {
    margin-left: 10px;
    font: 600 14px "Open Sans", sans-serif;
    color: #2d3546;
  }
  .download-button-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-width: 132px;
    height: 42px;
    padding-right: 22.5px;
    padding-left: 22.5px;
    border: 1px solid #004f9f;
    border-radius: 4px;
  }
  .download-button-text-style {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 600 12px "Open Sans", sans-serif;
    color: #004f9f;
    white-space: pre-wrap;
  }
  .svg-container4 {
    display: flex;
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    margin-left: 11px;
  }
  .cosmic-education-section {
    flex: 0 0 auto;
    margin-top: 12px;
  }
  .cosmic-education-card1 {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    gap: 16px;
  }
  .cosmic-education-card {
    box-sizing: border-box;
    display: flex;
    flex: 0 100%;
    flex-direction: row;
    gap: 8px;
    align-items: stretch;
    justify-content: stretch;
    padding: 16px 19px 68px 16px;
    background: white;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    max-width: calc(50% - 8px);
  }
  .cosmic-gateway-card {
    box-sizing: border-box;
    flex: 0 0 90%;
  }
  .cosmic-button {
    box-sizing: border-box;
    display: block;
    padding: 0 10px;
    height: 26px;
    font: 600 12px "Open Sans", sans-serif;
    color: #0f65a5;
    cursor: pointer;
    background: #ebf6ff;
    border: none;
    border-radius: 40px;
  }
  .cosmic-heading {
    padding: 0;
    margin: 0;
    margin-top: 8px;
    font: 600 16px "Open Sans", sans-serif;
    color: #474e5c;
    white-space: pre-wrap;
  }
  .professor-info {
    padding: 0;
    margin: 0;
    margin-top: 4px;
    font: 400 14px "Open Sans", sans-serif;
    color: #474e5c;
    white-space: pre-wrap;
  }
  .cosmic-details-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 24px;
  }
  .budget-info-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 37.7%;
  }
  .price-label {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 600 14px "Open Sans", sans-serif;
    color: #474e5c;
    white-space: pre-wrap;
  }
  .project-info-card {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-top: 4px;
    font: 400 12px "Open Sans", sans-serif;
    color: #474e5c;
    white-space: pre-wrap;
  }
  .flex-column-center {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 42.23%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .vertical-info-panel {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 20.07%;
    padding-left: 15px;
  }
  .duration-label1 {
    flex: 0 0 auto;
    padding: 0;
    padding-right: 23px;
    margin: 0;
    font: 600 14px "Open Sans", sans-serif;
    color: #474e5c;
    white-space: pre-wrap;
  }
  .project-card-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 484px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 16px 44px;
    margin-left: 16px;
    background: white;
    border: 1px solid #ebebeb;
    border-radius: 8px;
  }
  .scientist-biopic-title-text-style {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    font: 600 16px/24px "Open Sans", sans-serif;
    color: #474e5c;
    text-align: left;
    white-space: pre-wrap;
  }
  .budget-card-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 30.27%;
  }
  .vertical-info-panel1 {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 28.07%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-column-centered {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 41.67%;
    padding-right: 24px;
    padding-left: 39px;
  }
  .film-details-container {
    flex: 0 0 auto;
    padding-top: 3px;
    margin-left: 18px;
  }
  .center-column-text-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 41.67%;
  }
  .duration-label2 {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-left: -43px;
    font: 600 14px "Open Sans", sans-serif;
    color: #474e5c;
    white-space: pre-wrap;
  }
  .duration-label {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-top: 4px;
    margin-left: -42px;
    font: 400 12px "Open Sans", sans-serif;
    color: #474e5c;
    white-space: pre-wrap;
  }
  #overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
  }

  .loader-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
  }
  .loader {
      border: 5px solid #f3f3f3;
      border-radius: 50%;
      border-top: 5px solid #3498db;
      width: 50px;
      height: 50px;
      animation: spin 1s linear infinite;
      margin-bottom: 10px;
  }
  @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }
  .filter-container2 {
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    max-height: auto;
  }
  .filter-container2.hidden {
      max-height: 0;
      transition: max-height 0.3s ease-in-out;
  }
  .svg-container1 {
      cursor: pointer;
      transition: transform 0.3s ease-in-out;
  }
  .svg-container1[data-expanded="true"] {
      transform: rotate(0deg);
  }
  .svg-container1[data-expanded="false"] {
      transform: rotate(180deg);
  }
  .faculty-development-wrap{top:50%;width:500px;max-width:calc(100vw - 50px);height:auto;overflow:hidden;border-radius:8px;transform:translate(50%,-50%)}.faculty-development-wrap.sidenav-in{right:50%}.faculty-development-wrap .development-info{padding:20px}.faculty-development-wrap .development-info .closebtn{width:35px;height:35px}
  @media screen and (max-width: 700px) {
    .cosmic-education-card {
      max-width: 100%;
    }
    .cosmic-education-card1 {
      flex-direction: column;
    }
    .project-card-container1 {
      margin-left: unset;
    }
    .sidebar-container {
      width: 100%;
    }
    .hierarchical-content-container {
      flex-direction: column;
      gap: 16px;
    }
    .project-details-container {
      display: block;
    }
    .info-card-container {
      min-width: unset;
    }
  }