@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);@media screen and (min-width: 991px) {
  .content-description .special-margin {
    margin-left: 40%;
  }
}

@media screen and (min-width: 576px) {
  .content-description .special-font-size {
    margin: 10px 0;
    display: block;
    font-size: 30px;
    font-weight: bold;
  }
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-5 {
  margin-bottom: 50px;
}

.red {
  color: #f53232;
}

.no-content-text {
  padding: 40px;
  background-color: rgba(138, 194, 30, 0.1294117647);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
}

.theme-description {
  margin-bottom: 15px;
  padding: 15px;
  background-color: rgba(138, 194, 30, 0.1294117647);
  border-radius: 10px;
}

/*header*/

img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.image-fix-new {
  height: 25vw;
}

.padding-top-categry {
  padding-top: 10px;
}

.image-fix-content {
  height: 40vw;
}

.image-fix-height {
  width: 100%;
  max-height: 155px;
}

.header-size {
  font-size: large;
  font-weight: 600;
}

.dropdown-menu {
  min-width: 320px;
}

.display-flex {
  display: -webkit-box;
  display: flex;
}

.display-flex.half > div {
  width: 100%;
  padding: 15px;
}

.display-flex.padding-size > div {
  width: 100%;
  padding: 15px 15px 15px 40px;
}

@media screen and (max-width: 991px) {
  .display-flex.padding-size > div {
    padding: 15px 15px 15px 15px;
  }
}

@media screen and (max-width: 991px) {
  .display-flex.tablet-show-grid {
    display: grid;
  }
}

@media screen and (max-width: 766px) {
  .display-flex.mobile-grid {
    display: grid;
  }
}

.circle-radius {
  border-radius: 50%;
}

.margin-none-category {
  margin-bottom: 0;
}

.dflex-column-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.margin-both-header {
  margin-top: 50px;
  margin-bottom: 35px;
}

.margin-bottom-size {
  margin-bottom: 40px;
}

.display-inline {
  display: inline-block;
  vertical-align: middle;
}

.tablet-hide {
  display: block;
}

.font-size-fixed {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .tablet-hide {
    display: none;
  }
}

/*end header*/

.section-list {
  padding: 45px 15px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  display: none;
}

.content-description {
  padding-left: 0;
  padding-right: 0;
}

.content-description ol {
  padding-left: 15px;
}

.content-description li {
  list-style: inherit;
}

@media screen and (min-width: 576px) {
  .content-description li {
    margin-bottom: 10px;
  }
}

.content-description ul {
  padding-left: 15px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* content blade */

.sign-btn {
  text-decoration: none;
  background-color: var(--theme-main);
  padding: 15px 90px;
  border-radius: 8px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.015em;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .sign-btn {
    padding: 15px 65px;
  }
}

.main-title-image-container {
  padding: 30px 15px;
}

.main-title-image-container .text-content {
  align-self: center;
  z-index: 1;
}

.main-title-image-container .image .img-front {
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: -25px 25px 0 0 #d2ed9e;
}

.main-title-image-container .title {
  margin: 0;
  font-size: 54px;
  font-weight: bold;
  color: var(--theme-main);
  line-height: 70px;
}

.main-title-image-container .header {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
}

.main-title-image-container .content-description {
  margin: 25px 0;
  font-weight: normal;
}

.main-title-image-container .content-description p {
  line-height: 35px;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .main-title-image-container .image .img-front {
    box-shadow: -15px 15px 0 0 #d2ed9e;
  }

  .main-title-image-container .header {
    font-size: 20px;
    line-height: 27px;
  }

  .main-title-image-container .title {
    font-size: 32px;
    line-height: 43px;
  }

  .main-title-image-container .content-description p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 766px) {
  .main-title-image-container {
    padding: 0;
  }

  .main-title-image-container .text-content {
    padding: 50px 30px !important;
    text-align: center;
  }

  .main-title-image-container .image {
    padding: 0 !important;
    max-height: 300px;
  }

  .main-title-image-container .image .img-front {
    box-shadow: none;
  }

  .main-title-image-container .header {
    font-size: 16px;
    line-height: 24px;
  }

  .main-title-image-container .title {
    font-size: 28px;
    line-height: 38px;
  }

  .main-title-image-container .content-description p {
    font-size: 14px;
    line-height: 22px;
  }
}

/* end content blade */

/* partner blade */

h4.chead {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.015em;
  text-align: center;
}

.logo-list {
  text-align: center;
}

/* end partner blade */

/* plan blade */

h4.lhead {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.015em;
  text-align: left;
}

.pline {
  margin: 10px 0 20px;
  width: 66px;
  height: 5px;
  background: var(--theme-main);
}

.col-left-spacing {
  padding-left: 100px;
}

.pcontent {
  margin-bottom: 30px;
}

.pcontent > * {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}

/* end plan blade */

/* apply blade */

h4.ahead {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.015em;
  text-align: center;
}

.aline {
  margin: 10px auto 20px auto;
  height: 5px;
  width: 66px;
  border-radius: 0px;
  background: var(--theme-main);
}

.acontent {
  margin-bottom: 30px;
}

.acontent > * {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.015em;
  text-align: center;
}

/* end apply blade */

/* image people blade */

.image-container {
  position: relative;
}

.gallery {
  display: grid;
  grid-gap: 15px;
  grid-auto-rows: 150px;
}

.gallery__item {
  border: 1px solid #f7f7f7;
  border-radius: 3px;
}

.gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-view .owl-item {
  height: 150px;
}

.mobile-view .mobile-carousel-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-view.full-width .owl-stage-outer {
  margin-left: -15px;
  margin-right: -15px;
}

/* end image people blade */

/* category blade */

li.ca-content {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.015em;
  color: #000000;
  list-style: decimal inside;
  margin-left: 30%;
}

/* end category blade */

/* grant blade */

.gcontent {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.015em;
  color: var(--theme-main);
}

/* end grant blade */

/* image gallery blade */

.gallery_animal {
  display: grid;
  grid-template-columns: auto auto auto;
  position: relative;
  grid-gap: 15px;
}

.gallery__img_animal {
  -o-object-fit: cover;
     object-fit: cover;
}

/* end image gallery blade */

/* step blade */

.circle-radius {
  border-radius: 50%;
}

.circle-s {
  margin: auto;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--theme-main);
}

.here {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid var(--theme-main);
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  height: 100%;
}

.current-stage-label {
  margin: 30px 0 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: var(--theme-main);
}

div.line-shape {
  border: none;
  position: relative;
  text-align: center;
}

.img-step {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.step-content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.015em;
  list-style: decimal inside;
}

a.b-step {
  width: auto;
  padding: 10px 20px;
  font-style: normal;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.015em;
  color: #ffffff;
  background: var(--theme-main);
  border-radius: 6px;
}

.col-step-re {
  position: relative;
}

/* end step blade */

/* timeline */

.time-font {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
}

.span-font {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.015em;
}

.circle {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #cccccc;
}

.circle.show {
  background: var(--theme-main);
}

.line-horizontal {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  border-bottom: 2px solid #cccccc;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: calc(50% - 12.5px);
  width: 100%;
}

.line-horizontal.show {
  border-color: var(--theme-main);
}

.padding-timeline {
  padding: 0px 10%;
}

div.line-detect {
  border: none;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

/* end timeline */

@media screen and (max-width: 1193px) {
  .col-img-back {
    width: 400px;
    height: 400px;
  }
}

/* tablet */

@media screen and (max-width: 992px) {
  .section-list {
    padding: 15px;
  }

  /* content blade */

  h1.title {
    font-size: 32px;
    line-height: 44px;
  }

  h2.header {
    font-size: 20px;
    line-height: 27px;
  }

  h3.content {
    font-size: 16px;
    line-height: 23px;
  }

  a.sign {
    font-size: 12px;
    line-height: 16px;
  }

  .col-img-back {
    width: 282px;
    height: 282px;
  }

  /* end content blade */

  /* partner blade */

  h4.chead {
    font-size: 16px;
    line-height: 22px;
  }

  /* end partner blade */

  /* image people blade */

  /* end image people blade */

  /* plan blade */

  .col-left-spacing {
    padding-left: 0;
  }

  /* end plan blade */

  /* category blade */

  li.ca-content {
    margin-left: 0%;
  }

  /* end category blade */

  /* image gallery blade */

  .gallery_animal {
    grid-template-columns: auto auto;
  }

  /* end image gallery blade */

  /* step blade */

  .step-content {
    line-height: 30px;
  }

  .col-4 {
    position: relative;
  }

  /* end step blade */
}

@media screen and (max-width: 661px) {
  .col-img-back {
    width: 230px;
    height: 230px;
  }
}

/* small phone */

@media (max-width: 576px) {
  .margin-none-title {
    margin-top: 0;
    margin-bottom: 5px;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .margin-none-category {
    margin-top: 0;
    margin-bottom: 12px;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .font-size-fixed {
    font-size: 12px;
  }

  .margin-both-header {
    margin-bottom: 16px;
  }

  .margin-bottom-size {
    margin-bottom: 20px;
  }

  /* content blade */

  .img-front {
    margin-top: 0;
    margin-left: 0;
  }

  /* end content blade */

  /* plan blade */

  h4.lhead {
    font-size: 16px;
    line-height: 22px;
  }

  .pcontent > * {
    font-size: 12px;
    line-height: 24px;
  }

  /* end plan blade */

  /* apply blade */

  h4.ahead {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .aline {
    margin: unset;
  }

  .acontent > * {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }

  .gcontent {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0em;
  }

  /* end apply blade */

  /* category blade */

  li.ca-content {
    font-size: 12px;
    line-height: 10vw;
    margin-left: 0%;
  }

  .left-pl-spacing {
    margin-left: 3%;
  }

  /* end category blade */

  /* step blade */

  .step-content {
    font-size: 12px;
    line-height: 22px;
  }

  button.b-step {
    font-size: 14px;
    line-height: 19px;
  }

  /* end step blade */

  /* timeline blade */

  .span-font {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }

  .current-stage-label {
    margin: 20px 0 5px;
    font-size: 12px;
    text-align: left;
  }

  .time-font {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .line-horizontal {
    right: calc(100% - 5px);
  }

  .ht-owl-carousel .owl-size {
    margin-left: 15px;
  }

  .padding-timeline {
    padding: 0 10% 0 5%;
  }

  .circle {
    height: 20px;
    width: 20px;
  }

  div.line-detect {
    -webkit-box-pack: left;
            justify-content: left;
  }

  /* end timeline blade */
}

/* footer */

.font-size-footer {
  font-size: 16px;
}

.title-footer {
  font-style: normal;
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.625em;
  letter-spacing: -0.015em;
}

.content-footer {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3em;
  letter-spacing: -0.015em;
}

.privacy-footer {
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.3em;
  letter-spacing: -0.015em;
}

.padding-footer-all {
  padding: 5%;
}

.padding-footer {
  padding-right: 15%;
}

/* end footer */

/* support */

.grid_search {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}

.dropdown-toggle {
  position: relative;
}

.dropdown-toggle::after {
  position: absolute;
  right: 0%;
  bottom: 45%;
}

.height {
  height: 100vh;
}

.filter_input_form {
  position: relative;
  z-index: 1;
}

.filter_input_form .fa-search {
  position: absolute;
  top: 27.5px;
  left: 20px;
  color: #888888;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.filter_input_form .form-input {
  height: 55px;
  padding-left: 55px;
  padding-right: 200px;
}

.filter_input_form .form-input:focus {
  box-shadow: #888888;
  border: #888888 1px;
}

.filter_input_form .left-sect {
  position: relative;
  display: inline-block;
  width: calc(100% - 180px);
}

.filter_input_form .search {
  float: right;
  width: 170px;
  height: 55px;
}

.filter_input_form .search.mobile-search {
  display: none;
}

.filter_input_form .filter-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.filter_input_form .filter-dropdown .display {
  position: absolute;
  padding-right: 35px;
  height: 55px;
  width: 200px;
  top: 0;
  right: 0;
  line-height: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.filter_input_form .filter-dropdown .display .breakpoint {
  margin-right: 15px;
  border-left: solid 1px #888888;
  height: 55px;
}

.filter_input_form .filter-dropdown .display .fa.fa-angle-down {
  position: absolute;
  right: 10px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
}

.filter_input_form .filter-dropdown .display .mobile-display {
  font-size: 25px;
  color: var(--theme-main);
}

.filter_input_form .filter-dropdown .dropdown-list {
  margin-top: 70px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 5px 0px #ccc;
  background-color: white;
}

.filter_input_form .filter-dropdown .dropdown-list > ul {
  display: inline-block;
  width: calc(50% - 5px);
  vertical-align: top;
}

.filter_input_form .filter-dropdown .dropdown-list > ul > li label {
  padding-left: 15px;
  width: 90%;
  vertical-align: middle;
  line-height: 30px;
}

.filter_input_form .filter-dropdown .dropdown-list .filter-year {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .filter_input_form .form-input {
    padding-right: 60px;
  }

  .filter_input_form .filter-dropdown .display {
    padding-right: 20px;
    width: 60px;
  }

  .filter_input_form .filter-dropdown .dropdown-list > ul {
    width: 100%;
  }

  .filter_input_form .left-sect {
    width: 100%;
  }

  .filter_input_form .search {
    display: none;
  }

  .filter_input_form .search.mobile-search {
    display: block;
    width: 100%;
    float: unset;
  }
}

button.search {
  width: 100%;
  height: 85%;
  background-color: var(--theme-main);
  border-radius: 8px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.015em;
  color: #ffffff;
}

.status-project {
  position: absolute;
  top: 190px;
  left: 10px;
  width: auto;
  padding: 7px 12px;
  max-width: calc(100% - 20px);
  background: var(--theme-main);
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.015em;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
}

.tranform-move {
  -webkit-transform: translatey(-80%);
          transform: translatey(-80%);
}

/* end support */

/* support  project*/

.form-relative {
  position: relative;
}

.grid_support {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
}

.card-head {
  height: 180px;
}

.p-details {
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(136, 136, 136, 0.5333333333);
}

.card-footer {
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(136, 136, 136, 0.5333333333);
  border-top: none;
}

.spec span {
  font-size: 13px;
}

.spec h6 {
  font-size: 16px;
  font-weight: 500;
}

.line {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 0.2px;
}

.limit-word-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.limit-word-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.project-category {
  font-style: normal;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #888888;
}

.project-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.3em;
  letter-spacing: -0.015em;
}

.project-content {
  height: 66px;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: normal;
  letter-spacing: -0.015em;
  color: #888888;
  margin-bottom: 20px;
}

.bar-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 25px;
  letter-spacing: -0.015em;
  color: var(--theme-main);
}

.bont {
  font-weight: 700;
}

.progress-bar {
  background-color: var(--theme-main);
  max-width: 100%;
  border-radius: 50px;
}

.progress {
  height: 6px;
  margin-top: 8px;
  margin-bottom: 12px;
  border-radius: 50px;
}

.p-card {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 992px) {
  .p-card:hover {
    box-shadow: 0px 0px 5px 0px #b9b9b9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (max-width: 1200px) {
  .grid_support {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 992px) {
  .grid_support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  button.search {
    height: 100%;
  }
}

@media screen and (max-width: 576px) {
  .p-card:hover {
    -webkit-transform: none;
            transform: none;
  }

  .padding-top-categry {
    padding-top: 0px;
  }

  .grid_support {
    grid-template-columns: minmax(0, 1fr);
  }

  .status-project {
    width: auto;
    max-width: 100px;
    padding: 5px 10px;
    top: 100px;
    left: 60px;
  }

  .tranform-move {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .p-details {
    height: 120px;
  }

  .card-head {
    height: 120px;
    width: 100%;
  }

  .support-card-width {
    width: 120px;
  }

  .progress {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

/* end support project*/

/* Status */

/* header */

.topnav {
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid #d4d4d4;
}

.size-change {
  padding-left: 4em;
  padding-right: 4em;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 400;
}

.topnav a:hover {
  background-color: transparent !important;
  border-bottom: 1px solid var(--theme-main);
}

.selection-header-space {
  padding-left: 70px;
  padding-right: 70px;
}

.topnav .nav-item {
  margin-bottom: 1px;
}

.topnav .nav-item.active a {
  border-bottom: 1px solid var(--theme-main);
  color: var(--theme-main);
  font-weight: 700;
}

.final-report-tab-container {
  overflow-x: scroll;
}

.final-report-tab-container::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.final-report-tab-container::-webkit-scrollbar-track {
  background: transparent;
}

.final-report-tab-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #eeeeee;
}

.final-report-tab-container::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.final-report-tab-container .topnav {
  min-width: 100%;
}

.final-report-tab-container .topnav .nav-item {
  display: -webkit-inline-box;
  display: inline-flex;
}

.final-report-tab-content-container .sticky-box {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}

.final-report-tab-content-container .sticky-box.submit-button {
  display: block;
  padding: 10px 0;
  background-color: #ffffff;
  text-align: right;
}

.final-report-tab-content-container .sticky-box.submit-button button {
  margin: 0;
}

.final-report-tab-content-container .final-report-ordered-list {
  padding-left: 35px;
}

.final-report-tab-content-container .final-report-ordered-list li {
  list-style: lower-alpha;
}

.final-report-tab-content-container .final-report-ordered-list li li {
  list-style: lower-roman;
}

.table-final-report-project-info td {
  padding: 6px 0;
}

/* end header */

/* about */

.button-back {
  border-color: var(--theme-main);
  color: var(--theme-main);
  background: white;
  border-radius: 5px;
  text-transform: none;
  padding: 10px 20px;
  font-weight: 400;
}

.button-back:hover {
  color: var(--theme-main);
  background: white;
}

.header-about {
  margin-bottom: 20px;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.68em;
  letter-spacing: -0.015em;
  text-align: left;
}

.section-head {
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .section-head {
    padding: 0;
  }
}

@media screen and (max-width: 576px) {
  .section-head {
    font-size: 12px;
  }
}

.section-about {
  margin-top: 20px;
  position: relative;
}

.pending-box {
  position: relative;
  padding: 15px;
}

.pending-box.warning {
  box-shadow: 0 0 5px -2px #f0ad4e;
}

.pending-box.danger {
  box-shadow: 0 0 5px -2px #d9534f;
}

.pending-box .pending-label {
  position: absolute;
  right: 0;
  top: 0;
}

.section-top {
  margin-top: 50px;
}

/* end about */

/* comment */

.list {
  list-style: none;
  padding-left: 0%;
}

.button-load {
  padding: 13px 100px;
  border-radius: 6px;
  font-weight: 600;
  float: right;
  width: auto;
}

.padding-column-green {
  padding: 20px;
  background-color: #e9ffe3;
  color: var(--theme-main);
  font-size: 1em;
}

.icon-bar-circle {
  background-color: #e9ffe3;
  border-radius: 50%;
  padding: 15px;
  color: var(--theme-main);
}

.bottom-line {
  border-bottom: 1px solid #d1d1d1;
  padding: 4% 0%;
}

.padding-both-small {
  padding: 4% 0%;
}

.padding-down-small {
  padding-top: 2%;
}

.padding-none {
  padding: 0px;
}

.button-size {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 3% 0%;
  border-radius: 4px;
  font-weight: 600;
}

.sponsor-comment .card {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #cfcfcf;
}

.sponsor-comment .card .card-body .card-head {
  margin-bottom: 20px;
  height: auto;
}

.sponsor-comment .card .card-body .card-head .image {
  width: 50px;
  height: 50px;
  background-color: #f4f4f4;
  border-radius: 100%;
  vertical-align: middle;
}

.sponsor-comment .card .card-body .card-head .text {
  padding-left: 15px;
  vertical-align: middle;
}

.sponsor-comment .card .card-body .card-head .text .name {
  text-transform: capitalize;
}

.sponsor-comment .card .card-body .card-head .text .date {
  font-size: 14px;
  color: #7d7d7d;
}

.sponsor-comment .card .card-body .sponsor-amount {
  color: var(--theme-main);
  font-size: 20px;
  font-weight: bold;
}

.sponsor-comment .card .card-body .comment {
  margin-top: 10px;
}

#loading-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3803921569);
}

/* modal */

.padding-bottom-side {
  padding-bottom: 50px;
}

/*popup support*/

.font-change {
  font-size: 16px;
}

.content-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
}

.modal-button {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 3% 0%;
  border-radius: 4px;
  font-weight: 600;
}

/*end popup support*/

/* popup share */

#shareModal > .modal-dialog button.close {
  margin-right: 5px;
  font-size: 40px;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  #shareModal > .modal-dialog {
    width: 400px;
  }
}

#shareModal .video-header {
  margin: 0 0 30px 0;
}

#shareModal .share-icon-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 15px;
}

#shareModal .share-icon-container .icon .image {
  margin: auto;
  width: 55px;
  height: 55px;
}

#shareModal .share-icon-container .icon .title {
  margin: 15px 0;
  color: #545454;
  font-weight: bold;
}

.modal-header,
.modal-body {
  padding: 15px 40px;
}

@media screen and (max-width: 576px) {
  .modal-header,
  .modal-body {
    padding: 15px;
  }
}

#memberModal .modal-body .member {
  padding: 10px 0;
}

#memberModal .modal-body .member.remove {
  opacity: 0.5;
}

#memberModal .modal-body .member .image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #f9f9f9;
}

#memberModal .modal-body .member .text {
  padding-left: 10px;
  width: calc(100% - 75px);
}

#memberModal .modal-body .member .delete {
  cursor: pointer;
}

#memberModal .modal-body .member .delete:hover {
  color: #ff0000;
}

#memberModal .modal-body .memberDeleteButton {
  text-align: right;
}

#memberModal .modal-body .memberDeleteButton button {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid;
}

.background-img {
  position: relative;
  height: 400px;
  padding: 0;
}

.bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* end popup share */

/*end modal */

/* end comment */

/* video */

.project-details-content .group-container {
  margin-bottom: 5px;
  display: -webkit-box;
  display: flex;
}

.project-details-content .group-container .university {
  display: -webkit-inline-box;
  display: inline-flex;
  width: 100%;
  align-self: center;
}

.project-details-content .group-container .university > div {
  display: inline-block;
  align-self: center;
}

.project-details-content .group-container .university .image {
  width: 45px;
  height: 45px;
}

.project-details-content .group-container .university .padding-both {
  margin-top: 15px;
  margin-bottom: 15px;
}

.project-details-content .group-container .university .label {
  padding-left: 15px;
  width: calc(100% - 60px);
  text-align: left;
}

.project-details-content .group-container .university .label .group-name {
  color: #8d8d8d;
  font-size: 12px;
}

.project-details-content .group-container .university .label .name {
  color: #000000;
  font-size: 15px;
  white-space: break-spaces;
}

.project-details-content .group-container .member {
  float: right;
  align-self: center;
}

@media screen and (max-width: 576px) {
  .project-details-content .group-container {
    display: block;
  }

  .project-details-content .group-container .member {
    float: none;
  }
}

.content-relative {
  position: relative;
}

.content-relative .goal-amount {
  line-height: 2em;
}

.bar-funding {
  display: inline-block;
  padding: 7px 12px;
  background: var(--theme-main);
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid;
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: -0.015em;
}

.bar-size {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.font-l {
  font-weight: 600;
}

.font-xl {
  font-weight: 700;
}

.video-header {
  font-style: normal;
  font-size: 2em;
  letter-spacing: -0.015em;
}

.video-paragraph {
  font-style: normal;
  font-size: 1em;
  letter-spacing: -0.015em;
}

.video-paragraph.fund-approved {
  margin: 10px 0;
}

.paragraph-donate {
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: -0.015em;
}

.content-pecentage {
  font-style: normal;
  font-size: 1.2em;
  line-height: 25px;
  letter-spacing: -0.015em;
}

.video-middle {
  font-style: normal;
  font-size: 1.1em;
  letter-spacing: -0.015em;
}

.paragraph-content-head {
  font-style: normal;
  font-size: 1.3em;
  letter-spacing: -0.015em;
}

.video-content {
  font-style: normal;
  font-size: 0.9em;
  letter-spacing: -0.015em;
}

.position-left-bottom {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.line-spacing-xl {
  line-height: 2em;
}

.line-spacing-l {
  line-height: 1.5em;
}

.line-spacing-s {
  line-height: 1em;
}

.video-category {
  color: var(--theme-main);
}

.padding-top-button {
  padding-top: 2%;
}

.progress-height {
  height: 0.55em;
  border-radius: 50px;
  overflow: auto;
}

.button-list {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 6% 0%;
  border-radius: 4px;
  font-weight: 600;
}

.button-style-1 {
  color: #ffffff;
  background: var(--theme-main);
  border: 1px solid;
}

.button-none {
  width: 100%;
  padding: 2% 0%;
}

.padding-top-none {
  padding-top: 3%;
}

.button-style-none {
  color: #000000;
  background: #ffffff;
  border: none;
}

.button-style-2 {
  color: #ffffff;
  background: #2badd6;
  border: 1px solid;
}

.button-style-3 {
  background: #ffffff;
  border: 1px solid;
}

.fa.heart {
  margin-right: 10px;
}

.fa.heart.fa-heart {
  color: #ff0000;
}

.margin-right-button {
  margin-right: 20px;
}

.button-group {
  display: -webkit-box;
  display: flex;
}

.button-group button {
  margin-bottom: 14px;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: bold;
  width: auto;
}

.button-group.w-100 {
  display: block;
}

.button-group.w-100 button {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .button-group button {
    padding: 10px 14px;
  }
}

@media screen and (max-width: 992px) {
  .button-group button {
    padding: 10px 26px;
  }
}

@media screen and (max-width: 576px) {
  .button-group {
    display: block;
  }

  .button-group button {
    width: 100%;
  }
}

.padding-top-detail {
  padding-top: 0%;
}

/* end video */

@media screen and (max-width: 992px) {
  .padding-top-detail {
    padding-top: 2%;
  }

  .padding-top-status {
    margin-top: 28px;
  }

  .button-load {
    float: none;
  }

  .center-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }

  /* footer */

  .padding-footer-all {
    padding: 5% 0%;
  }

  /* end footer */
}

@media screen and (max-width: 766px) {
  .order-class-first {
    -webkit-box-ordinal-group: 2;
            order: 1;
    padding: 0;
  }

  .order-class-second {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media screen and (max-width: 576px) {
  .position-left-bottom {
    position: relative;
  }

  .project-grid-card-title {
    width: calc(100% - 22px);
  }

  .margin-right-button {
    margin-right: 0px;
  }

  .size-change {
    width: 50%;
  }

  .width-header {
    float: left;
  }

  .width-header {
    float: left;
  }

  .margin-t-small {
    margin-top: 10px;
  }

  .section-top {
    margin-top: 20px;
  }

  .padding-top-status {
    margin-top: 15px;
  }

  .width-content {
    width: calc(100% - 120px);
    float: right;
  }

  .bar-size {
    -webkit-box-pack: left;
            justify-content: left;
    -webkit-box-align: left;
            align-items: left;
  }

  /*popup support*/

  .content-center {
    width: 100%;
  }

  .image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 37%;
  }

  /*end popup support*/

  /* popup share */

  .font-change {
    font-size: 9px;
  }

  .share_links li {
    display: inline-block;
  }

  .share_icon-1 {
    margin: 0px;
    font-size: 2em;
    height: 40px;
    width: 40px;
  }

  .share_icon-2 {
    margin: 0px;
    font-size: 2em;
    height: 40px;
    width: 40px;
  }

  .share_icon-3 {
    font-size: 3.5em;
  }

  .background-img {
    height: 250px;
  }

  /* end popup share */

  /*footer*/

  .font-size-footer {
    font-size: 12px;
  }

  .padding-footer {
    padding-right: 0%;
  }

  .padding-footer-all {
    padding: 5% 7%;
  }

  /*end footer*/
}

/* End Status */

/* FAQS */

.accordion-button {
  padding: 20px;
  width: 100%;
  border: none;
  text-align: left;
  font-weight: 700;
  font-size: 1em;
  background: #f4f4f4;
}

.accordion-button .fa.fa-angle-up {
  float: right;
  font-size: 1.5em;
}

.accordion-button.collapsed .fa.fa-angle-up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 0 20px;
}

.accordion-item {
  margin-bottom: 3%;
  border: none;
}

.question {
  position: relative;
  background: #f4f4f4;
  margin: 0;
  padding: 24px;
  display: block;
  width: 100%;
  cursor: pointer;
}

.questions {
  display: none;
}

.padding-both-2 {
  padding: 2% 0% 3% 0%;
}

/* end FAQS */

/* owlcarousel */

.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

p {
  font-size: 1rem;
}

.padding {
  padding: 30px;
}

.owl-carousel .item {
  margin: 3px;
}

.item-img {
  display: block;
  width: 100%;
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.owl-carousel {
  margin-bottom: 15px;
}

.news-banner-carousel {
  margin-bottom: 15px;
}

/* end owlcarousel */

/* progress */

.progress-header {
  font-style: normal;
  font-size: 1.3em;
  letter-spacing: -0.015em;
}

.progress-button-next {
  background: #232323;
  border-radius: 6px;
  width: 15%;
  padding: 1.5% 0%;
  border: none;
}

.progress-button-back {
  background: white;
  border-radius: 6px;
  width: 15%;
  padding: 1.5% 0%;
  border: none;
}

.card-studentinfo {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(46, 53, 79, 0.11);
  width: 375px;
  margin: auto;
  margin-bottom: 5%;
}

/* University */

.padding-bottom-space {
  padding-bottom: 5px;
}

/* end University */

/* Organize */

.padding-left-abit {
  padding-left: 2%;
}

/*end Organize */

/* timeline form */

hr.table-seperator {
  margin: 31px 0;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
}

.action-cell {
  vertical-align: middle !important;
  text-align: center;
}

.btn-delete-row {
  margin: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  color: white;
  font-size: 13px;
  border-radius: 50%;
  background-color: red;
}

.btn-add-row {
  padding: 10px 20px;
  border: none;
  color: #ffffff;
  background-color: var(--theme-main);
  border-radius: 6px;
  text-transform: capitalize;
}

.btn-add-row:hover {
  color: #ffffff;
  background-color: var(--theme-main);
  opacity: 0.7;
}

/* end timeline form */

/* budget */

.gray-bg {
  background-color: #f4f4f4;
}

.application-notice {
  padding: 20px;
  border-radius: 7px;
}

/* end budget */

/* end stage */

.btn-pfh {
  padding: 10px 20px;
  color: #ffffff;
  background-color: var(--theme-main);
  border: 1px solid var(--theme-main);
  border-radius: 6px;
}

.btn-pfh.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-pfh.btn-white:hover {
  border-color: #d1d1d1;
}

.btn-pfh.btn-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-pfh.btn-black:hover {
  border-color: #d1d1d1;
}

/* end end stage */

@media screen and (max-width: 992px) {
  .card-studentinfo {
    width: 100%;
  }
}

/* end progress */

/* student panel */

.student-panel-container .title {
  font-weight: bold;
  text-transform: capitalize;
}

.student-panel-container .subline {
  color: #888888;
}

.student-panel-container .page-title {
  margin: 20px 0;
}

.student-panel-container .page-title .title {
  font-size: 30px;
}

.student-panel-container .page-title .subline {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .student-panel-container .page-title .title {
    font-size: 20px;
  }

  .student-panel-container .page-title .subline {
    font-size: 12px;
  }
}

.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}

.card .card-body {
  padding: 20px;
}

.card.shadow-card {
  box-shadow: 0px 4px 16px rgba(46, 53, 79, 0.11);
}

.student-panel-card {
  margin-bottom: 20px;
}

.student-panel-card .card-body {
  min-height: 190px;
}

@media screen and (max-width: 767px) {
  .student-panel-card .card-body {
    min-height: 160px;
  }
}

.student-panel-card .card-body .icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.student-panel-card .card-body .icon .image {
  width: 30px;
  height: 30px;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}

.student-panel-card .card-body .icon.bg-edit {
  background: #d5ff83;
}

.student-panel-card .card-body .icon.bg-heart {
  background: #ffbfbf;
}

.student-panel-card .card-body .icon.bg-upload {
  background: #becbf9;
}

.student-panel-card .card-body .icon.bg-award {
  background: #ffed8c;
}

.student-panel-card .card-body .icon.bg-group {
  background: #e3fff7;
}

.student-panel-card .card-body .icon.bg-bank {
  background: #f0b6ff;
}

.student-panel-card .card-body .icon.bg-link {
  background: #c7e4ff;
}

.student-panel-card .card-body .title {
  margin: 10px 0;
  font-size: 20px;
  line-height: 30px;
}

.student-panel-card .card-body .subline {
  font-size: 13px;
}

.student-panel-card .card-body .link-list {
  padding-left: 25px;
  font-size: 15px;
  line-height: 30px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0085ff;
}

.student-panel-card .card-body .link-list li {
  list-style: disc;
}

.student-panel-card .card-body .link-list a {
  color: #0085ff;
}

.student-panel-card .card-body.project-member {
  min-height: auto;
}

.student-panel-card .card-body.project-member > button {
  padding-left: 10px;
}

.student-panel-card .card-body.project-member .avatars {
  float: left;
}

@media screen and (max-width: 576px) {
  .student-panel-card .card-body.project-member .avatars {
    padding-left: 0;
  }
}

.student-panel-card .card-footer {
  padding: 15px;
  border: none;
  border-top: 1px solid rgba(136, 136, 136, 0.5333333333);
  color: #000000;
  background-color: transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.student-panel-card .card-footer .text {
  float: left;
}

.student-panel-card .card-footer .icon {
  float: right;
}

.student-panel-card .card-footer:hover {
  background-color: #f2f2f2;
}

.empty-link {
  text-decoration: none;
  color: #000000;
}

.empty-link-dashboard {
  text-decoration: none;
  color: #000000;
}

.empty-link-dashboard:hover {
  color: #000000;
}

.empty-link:hover {
  color: #000000;
}

.padding-bottom-panel {
  height: 100px;
}

/* Upload */

.drop-zone {
  max-width: 100%;
  height: 500px;
  padding: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  cursor: pointer;
  color: #cccccc;
  border: 4px dashed #009578;
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.save-button {
  padding: 5px 15px;
  width: 100%;
  color: #fff;
  background: var(--theme-main);
  border: none;
  border-radius: 6px;
}

/* end upload */

/* end student panel */

/*avatar*/

.avatars {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  float: right;
}

.avatar {
  position: relative;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-left: -10px;
  background-color: #f4f4f4;
}

.avatar:last-child {
  background-color: white;
}

.avatar img {
  width: 100%;
  display: block;
}

.more-avatar {
  color: var(--theme-main);
  font-size: 15px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.add-member-btn {
  float: right;
  cursor: pointer;
}

.add-member-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 576px) {
  .avatars {
    float: left;
    padding-left: 3.5%;
  }
}

/*end avatar*/

/* multi step progression */

@media screen and (max-width: 1023px) {
  .tablet-grid-order {
    display: grid;
  }

  .tablet-grid-order .order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .tablet-grid-order .order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.application-container {
  margin-bottom: 50px;
}

.application-container .title {
  font-weight: bold;
}

.application-container .main-title {
  font-size: 30px;
}

@media screen and (max-width: 576px) {
  .application-container .main-title {
    font-size: 20px;
  }
}

.application-container .subline {
  font-size: 13px;
  color: #888888;
}

.application-container .table-container {
  overflow-x: scroll;
}

.application-container .table-container::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.application-container .table-container::-webkit-scrollbar-track {
  background: transparent;
}

.application-container .table-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #eeeeee;
}

.application-container .table-container::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.application-container .table-container .table.table-condensed {
  min-width: 970px;
}

.application-container .application-form {
  margin: 40px 0;
}

.application-container .application-form .mb-25 {
  margin-bottom: 25px;
}

.radio-button-group.inline > div {
  margin-right: 20px;
  display: inline-block;
}

.radio-button-group.stacked > div {
  display: block;
}

.radio-button-group .radio-button .pfh-radio-btn {
  margin-right: 10px;
}

@media screen and (max-width: 425px) {
  .radio-button-group .radio-button label {
    font-size: 12px;
  }
}

.application-form-template-card {
  margin-top: 49px;
  padding: 15px;
}

.application-form-template-card .icon {
  margin-bottom: 15px;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #becbf9;
  border-radius: 100%;
}

.application-form-template-card .icon .image {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.application-form-template-card .download-link {
  color: #00b2ff;
  font-weight: normal;
  text-decoration: underline !important;
}

.progressbar {
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(15, minmax(0, 1fr));
  border-radius: 10px;
  background-color: #d3d3d3;
}

.progressbar li {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 10px;
}

.progressbar li .bubble {
  display: none;
  position: absolute;
  right: -14px;
  bottom: calc(100% + 7px);
  padding: 2px 5px;
  border-radius: 5px;
  background-color: var(--theme-main);
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  white-space: nowrap;
}

.progressbar li .bubble:after {
  content: "";
  position: absolute;
  left: calc(50% + 1px);
  bottom: -4px;
  border-top: 6px solid var(--theme-main);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.progressbar li.active {
  background-color: var(--theme-main);
}

.progressbar li.active .bubble {
  display: block;
}

.progressbar li.past {
  background-color: var(--theme-main);
}

/*end multi step progression */

/* edit proposal */

.is_editing_header {
  background-color: #f8f9fa;
}

.is_editing_header > .container {
  padding: 70px 15px;
}

.is_editing_header > .container .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

.is_editing_header > .container .subline {
  font-size: 15px;
}

@media screen and (min-width: 769px) {
  .is_editing_header > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .is_editing_header > .container .title {
    font-size: 30px;
  }

  .is_editing_header > .container .subline {
    font-size: 20px;
  }
}

.edit-content-button {
  margin-bottom: 15px;
  padding: 10px 20px;
  border: none;
  border-radius: 24px;
  box-shadow: 0px 8px 24px rgba(41, 44, 80, 0.12);
  font-size: 16px;
  color: var(--theme-main);
  background-color: #ffffff;
}

.edit-content-button .icon {
  margin-right: 10px;
}

.edit-content-button.p-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.project-details-content {
  overflow-x: scroll;
}

.project-details-content::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.project-details-content::-webkit-scrollbar-track {
  background: transparent;
}

.project-details-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #eeeeee;
}

.project-details-content::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.modal-rich-text-editor {
  margin: 15px auto;
  max-width: 768px;
}

.edit-proposal-save-bar {
  position: -webkit-sticky;
  position: sticky;
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
  background-color: #ffffff;
  z-index: 1;
}

.edit-proposal-save-bar .container {
  padding: 0;
}

.edit-proposal-save-bar .container .btn {
  margin-top: 0;
}

.edit-proposal-container {
  display: -webkit-box;
  display: flex;
}

.edit-proposal-container .left-sect {
  width: 25%;
  padding-right: 15px;
  border-right: 1px solid #d4d4d4;
  font-weight: bold;
}

.edit-proposal-container .left-sect .subline {
  padding: 20px 0;
  color: #888888;
  text-transform: uppercase;
}

.edit-proposal-container .left-sect .sect-list {
  position: -webkit-sticky;
  position: sticky;
  overflow-y: scroll;
  color: #000000;
}

.edit-proposal-container .left-sect .sect-list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.edit-proposal-container .left-sect .sect-list::-webkit-scrollbar-track {
  background: transparent;
}

.edit-proposal-container .left-sect .sect-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #eeeeee;
}

.edit-proposal-container .left-sect .sect-list::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.edit-proposal-container .left-sect .sect-list li {
  margin-left: 25px;
  padding: 5px 0;
  list-style: decimal;
}

.edit-proposal-container .left-sect .sect-list li a {
  color: #000000;
}

.edit-proposal-container .right-sect {
  width: 75%;
  padding-left: 20px;
}

.edit-proposal-container .right-sect .sect .title {
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

.edit-proposal-container .right-sect .sect .row > div {
  padding-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .edit-proposal-container {
    display: block;
  }

  .edit-proposal-container .right-sect {
    width: 100%;
    padding-left: 0;
  }
}

/* end edit proposal */

/* Final report */

.shape-content {
  margin: 20px 0;
  padding: 15px 20px;
  background: rgba(132, 191, 18, 0.15);
  border-radius: 16px;
}

.final-report-gallery {
  position: relative;
  max-height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.final-report-gallery .delete-gallery-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: white;
  line-height: 19px;
  background-color: red;
  border-radius: 100%;
  cursor: pointer;
}

.final-report-gallery .delete-gallery-image:hover {
  box-shadow: 0 0 10px -3px black;
}

.drop-file {
  max-width: 100%;
  height: 200px;
  padding: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  cursor: pointer;
  color: #cccccc;
  border: 4px dashed #009578;
  border-radius: 10px;
}

.drop-file--over {
  border-style: solid;
}

.drop-file__input {
  display: none;
}

.drop-file__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-file__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
}

/* end Final report */

/* News */

.card-borderless {
  border: none;
}

.news-container {
  padding-top: 40px;
}

.news-container .left-panel {
  width: 260px;
}

.news-container .left-panel .year-content {
  width: 160px;
  text-align: right;
}

.news-container .left-panel .year-content .anchor-list {
  margin: 35px 0;
}

.news-container .left-panel .year-content .anchor-list li {
  margin: 15px 0;
}

@media screen and (max-width: 992px) {
  .news-container .left-panel {
    width: 210px;
  }
}

.news-container .right-panel {
  width: calc(100% - 260px);
}

@media screen and (max-width: 576px) {
  .news-container .right-panel {
    width: 100%;
  }
}

.news-container .news-filter {
  margin-bottom: 20px;
}

.news-container .news-filter .filter_input_form {
  display: -webkit-inline-box;
  display: inline-flex;
  width: calc(100% - 108px);
}

.news-container .news-filter .button {
  display: -webkit-inline-box;
  display: inline-flex;
  float: right;
}

.news-container .news-filter .button .search-button {
  padding: 17px 25px;
  width: 100%;
  height: 100%;
  background: var(--theme-main);
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 6px;
}

.news-container .news-filter .news-search-input {
  padding-right: 20px;
}

.news-container .title {
  font-size: 20px;
  font-weight: bold;
}

.news-container .pointer {
  position: relative;
  width: 50px;
}

.news-container .news-banner .image {
  height: 360px;
}

.news-container .news-banner .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.news-container .news-banner .owl-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 10px;
}

.news-container .news-banner .owl-controls .owl-dot span {
  margin: 2px;
  background: rgba(255, 255, 255, 0.5803921569);
  border: 1px solid var(--theme-main);
}

.news-container .news-banner .owl-controls .owl-dot.active span,
.news-container .news-banner .owl-controls .owl-dot:hover span {
  background: var(--theme-main);
}

.news-container .mobile-show {
  position: relative;
  display: none;
}

.news-container .mobile-show .title {
  font-size: 20px;
  font-weight: bold;
}

.news-container .mobile-show .view-all-link {
  position: absolute;
  right: 0;
  bottom: 0;
}

.news-container .mobile-hide {
  display: block;
}

.news-container .tablet-show {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 576px) {
  .news-container .display-block-mobile {
    display: block;
  }

  .news-container .mobile-hide {
    display: none;
  }

  .news-container .mobile-show {
    display: block;
  }

  .news-container .tablet-show {
    display: none;
  }
}

.new-font-size {
  font-size: 16px;
}

.link-green {
  text-decoration: none;
  color: #000000;
}

.link-green:hover {
  color: var(--theme-main);
}

.link-green:hover .icon path {
  fill: var(--theme-main);
}

.latest-news-grid {
  margin: 25px 0 90px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}

.latest-news-grid .card-head {
  height: 200px;
}

.latest-news-grid .card-body {
  padding: 15px 0;
  height: 100px;
  overflow: hidden;
}

.latest-news-grid .card-body .title {
  margin-bottom: 15px;
  color: #000000;
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latest-news-grid .card-body .date {
  font-size: 14px;
}

.button-readmore {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: var(--theme-main);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent;
  border: 2px solid var(--theme-main);
  padding: 3.75px 14px;
  font-size: 1em;
  border-radius: 5px;
}

.button-readmore:hover {
  color: #fff;
  background-color: var(--theme-main);
  border-color: var(--theme-main);
}

.button-viewall:hover {
  color: var(--theme-main);
  border-bottom-color: var(--theme-main);
}

.news-card .card-header {
  height: 200px;
}

.news-card .card-header img {
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card .card-body {
  padding: 15px 0;
  height: 200px;
  width: calc(100% - 200px);
}

@media screen and (max-width: 576px) {
  .news-card .card-body {
    height: 170px;
  }
}

@media screen and (max-width: 992px) {
  .news-card .card-body {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .news-card .card-header {
    width: 200px;
  }

  .news-card .card-body {
    padding: 15px;
  }
}

.news-card .subline {
  font-size: 14px;
  color: #8a8a8a;
}

.news-card .title {
  margin-bottom: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-card .description {
  margin-bottom: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-owl-carousel .owl-controls .owl-nav {
  text-align: right;
}

.news-owl-carousel .owl-controls .owl-nav .owl-prev,
.news-owl-carousel .owl-controls .owl-nav .owl-next {
  background: none;
  color: #000000;
  border: 1px solid transparent;
}

.news-owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.news-owl-carousel .owl-controls .owl-nav .owl-next:hover {
  border-color: #000000;
}

@media screen and (min-width: 992px) {
  .news-owl-carousel .news-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.news-grid-container {
  padding: 15px;
}

.news-grid-container > .title {
  font-size: 25px;
  font-weight: bold;
  margin: 15px 0px;
}

.news-grid-container .view-all-news-grid {
  margin: 25px 0 90px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
}

.news-banner-details-container .banner {
  height: 40vw;
}

.news-banner-details-container .banner > img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  .news-banner-details-container {
    width: 100%;
    padding: 0;
  }
}

.news-details-container .body-content {
  padding: 20px 0 50px;
}

.news-details-container .body-content .text-area {
  margin-left: 110px;
}

.news-details-container .body-content .text-area .subline {
  margin: 20px 0;
  color: #888888;
}

.news-details-container .body-content .text-area .title {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

.news-details-container .body-content .sharebutton {
  float: left;
  width: 50px;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.news-details-container .body-content .sharebutton > .title {
  margin-bottom: 10px;
  text-align: center;
  color: #888888;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .news-details-container .body-content .sharebutton {
    float: right;
    width: auto;
    -webkit-transform: none;
            transform: none;
  }

  .news-details-container .body-content .text-area {
    margin-left: 0;
  }
}

@media screen and (max-width: 577px) {
  .news-details-container .body-content .sharebutton {
    float: none;
  }
}

@media screen and (max-width: 992px) {
  .latest-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-banner .image {
    height: 300px !important;
  }

  .news-grid-container .view-all-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 576px) {
  .latest-news-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .news-grid-container .view-all-news-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* end News */

/* past project */

.past-project.university-container {
  overflow: hidden;
}

.past-project.university-container .image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #f9f9f9;
}

.past-project.university-container .text {
  padding-left: 10px;
  text-align: left;
  line-height: 20px;
  width: calc(100% - 65px);
}

.past-project.university-container .text .title {
  color: #000000;
  font-size: 1em;
}

.past-project.university-container .text .subtitle {
  color: #888888;
  font-size: 13px;
}

.mark-container {
  width: 32px;
  position: absolute;
}

.winner-container {
  width: 32px;
  position: absolute;
  -webkit-transform: rotate(-45deg) translate(-15px, 22px);
          transform: rotate(-45deg) translate(-15px, 22px);
}

.mark-size {
  width: 5em;
  height: 5em;
}

.edit-size {
  width: 1.2em;
  height: 1.4em;
}

.crown-size {
  width: 1.2em;
  height: 1.2em;
}

.winner {
  color: #fff500;
}

.button-place {
  position: absolute;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.edit-video-button {
  background: #ffffff;
  border: none;
  height: auto;
  width: auto;
  padding: 2% 3%;
  box-shadow: 0px 8px 24px rgba(41, 44, 80, 0.12);
  border-radius: 24px;
  color: var(--theme-main);
}

@media screen and (max-width: 576px) {
  .edit-video-button {
    width: 200px;
    padding: 3% 5%;
  }

  .edit-content-button {
    width: auto;
    padding: 3% 4%;
  }

  .past-project.university-container .image-size {
    width: 25px;
    height: 25px;
  }

  .winner-container {
    width: 32px;
    position: absolute;
    -webkit-transform: rotate(-45deg) translate(-8px, 15px);
            transform: rotate(-45deg) translate(-8px, 15px);
  }
}

/* end past project */

/* happening */

.happening-container {
  padding: 30px 15px;
}

.happening-container .left-panel {
  position: -webkit-sticky;
  position: sticky;
  display: inline-block;
  width: 300px;
  height: calc(100vh - 140px);
  vertical-align: top;
  overflow-y: scroll;
  overflow-x: hidden;
}

.happening-container .left-panel::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.happening-container .left-panel::-webkit-scrollbar-track {
  background: transparent;
}

.happening-container .left-panel::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #eeeeee;
}

.happening-container .left-panel::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.happening-container .left-panel > div {
  padding: 0 15px;
  width: 300px;
}

.happening-container .left-panel > div .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-transform: capitalize;
}

.happening-container .left-panel > div .subline {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #878787;
}

.happening-container .left-panel > div .happening-listing .title {
  font-size: 15px;
}

.happening-container .left-panel > div .happening-listing ol {
  padding-left: 15px;
}

.happening-container .left-panel > div .happening-listing ol li {
  margin-bottom: 10px;
}

.happening-container .right-panel {
  padding: 0 20px;
  display: inline-block;
  width: calc(100% - 305px);
  vertical-align: top;
  border-left: 1px solid #c4c4c4;
}

.happening-container .right-panel > .title {
  display: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

.happening-container .right-panel .padding-column-green {
  margin-bottom: 25px;
  font-weight: bold;
}

.happening-container .right-panel .sect-break {
  margin: 40px 0;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
}

.happening-container .happening-sect .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .happening-container .left-panel {
    display: none;
  }

  .happening-container .right-panel {
    width: 100%;
    border-left: none;
  }

  .happening-container .right-panel > .title {
    display: block;
  }
}

/* end happening */

/* report */

.report-container {
  margin-bottom: -100px;
}

.report-container .slide-item {
  position: relative;
}

.report-container .slide-item .button-container {
  position: relative;
  padding: 50px 0;
  font-size: 16px;
}

.report-container .slide-item .button-container .button-report {
  margin-right: 20px;
  padding: 15px 25px;
  background: var(--theme-main);
  border-radius: 6px;
  border: none;
  color: #ffffff;
  text-transform: capitalize;
}

.report-container .slide-item .button-container .button-transparent {
  color: #0085ff;
}

.report-container .slide-item .button-container .button-transparent:hover {
  color: rgba(0, 132, 255, 0.5725490196);
}

.report-container .slide-item img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.report-card-grid {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 576px) {
  .report-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 991px) {
  .report-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.report-card {
  position: relative;
  padding: 25px;
}

.report-card .card-head {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 30px;
  height: 30px;
}

.report-card .card-body {
  margin-bottom: 20px;
  padding: 0;
}

.report-card .card-body .title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.report-card .card-body .subline {
  margin-bottom: 20px;
  font-size: 12px;
}

.report-card .link {
  position: absolute;
  bottom: 25px;
  font-size: 16px;
  color: #0085ff;
}

@media screen and (max-width: 576px) {
  .report-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .report-card .card-body {
    width: calc(100% - 50px);
  }
}

/* end report */

.irs--round .irs-bar {
  background-color: var(--theme-main);
}

.irs--round .irs-from,
.irs--round .irs-to {
  background-color: var(--theme-main);
}

.irs--round .irs-from:before,
.irs--round .irs-to:before {
  border-top-color: var(--theme-main);
}

.irs--round .irs-handle {
  top: 30px;
  width: 15px;
  height: 15px;
  border: 3px solid #ffffff;
  background-color: var(--theme-main);
  outline: 1px solid var(--theme-main);
  cursor: pointer;
}

.irs--round .irs-handle:hover,
.irs--round .irs-handle.state_hover {
  background-color: #a9d25a;
}

.email-background {
  background: linear-gradient(92.05deg, #051449 -2.29%, #006434 103.11%);
  text-align: center;
  padding: 20px 20px 30px 20px;
}

.email-background .email-head {
  color: white;
  margin-bottom: 15px;
}

.email-background .email-content {
  color: white;
  margin-bottom: 35px;
}

.email-background .button-email {
  padding: 12px 24px;
  width: auto;
  background: #13a1de;
  border-radius: 6px;
  color: white;
  text-transform: capitalize;
}

.overflow-x {
  overflow-x: auto;
}

.margin-bottom-happening {
  margin-bottom: 25px;
}

.supporter-width {
  max-width: 75%;
}

.percentages-width {
  max-width: calc(100% - 116px);
  overflow: hidden;
}

.project-image-container {
  width: 320px;
  height: 240px;
  max-width: 100%;
}

.table-min-width {
  min-width: 150px;
}

.pfh-form-checkbox {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.sticky-action {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  background-color: #ffffff;
  text-align: right;
}

.center-image {
  margin: auto;
  position: relative;
  width: 100px;
}

.center-image .image-circle-member {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
}

.center-image .image-circle-member.is-invalid {
  border: 1px solid #ff0000;
}

.center-image .upload-button-member {
  margin-bottom: 0;
  display: block;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.upload-button-member {
  display: -webkit-box;
  display: flex;
  position: absolute;
  bottom: -3px;
  right: 13px;
  height: 35px;
  width: 35px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
  background: var(--theme-main);
}

.upload-button-member:hover {
  background-color: rgba(196, 196, 196, 0.5333333333);
}

.upload-button-member:hover .edit {
  color: black;
}

.edit-agreement-member {
  -webkit-box-align: center;
          align-items: center;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  background: var(--theme-main);
  padding: 5px;
}

.edit-agreement-member:hover {
  background-color: rgba(196, 196, 196, 0.5333333333);
}

.edit-agreement-member:hover .edit {
  color: black;
}

.edit-member-table.table-container::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

.edit-member-table.table-container::-webkit-scrollbar-track {
  border-radius: 50px;
  background: rgba(204, 204, 204, 0.5333333333);
}

.edit-member-table.table-container::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: var(--theme-main);
}

.edit-member-table.table-container::-webkit-scrollbar-thumb:hover {
  background: #888888;
}

.edit-member-table.table-container #project-member-table .table-min-width {
  min-width: 200px;
  vertical-align: middle;
}

.edit-member-table.table-container #project-member-table .is_leader_checkbox_td {
  vertical-align: middle;
}

.edit-member-table.table-container #project-member-table .is_leader_checkbox_td .is_leader_checkbox {
  margin: 0 auto;
  height: 20px;
  width: 20px;
}

.edit-member-table.table-container #project-member-table .is_leader_checkbox_td .is_leader_checkbox:focus {
  box-shadow: none;
  outline: none;
}

.help {
  font-size: 12px;
  color: #545454;
}

.help .icon {
  margin-right: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 100px;
  background-color: #545454;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  vertical-align: middle;
}

.help .text {
  display: inline-block;
  vertical-align: middle;
}

.pfh-scope li {
  list-style: initial;
  margin-left: 2rem;
}

.pfh-scope li.decimal {
  list-style: decimal;
}

.pfh-scope .sponsored_by .organise {
  float: left;
}

.pfh-scope .sponsored_by .partner {
  float: right;
}

.pfh-scope .sponsored_by > * {
  width: 100%;
}

.pfh-scope .sponsored_by > * > .image .img {
  max-width: 136px;
  max-height: 64px;
}

.pfh-scope .timeline > * {
  min-width: 0;
}

.pfh-scope .timeline .timeline-vert {
  padding: 0 53px 0 85px;
}

.pfh-scope .timeline .timeline-card {
  overflow: visible;
}

.pfh-scope .timeline .timeline-card .pointer {
  position: absolute;
  left: -26px;
  top: 50%;
  width: 1px;
  height: calc(100% + 48px);
}

.pfh-scope .timeline .timeline-card .pointer::before {
  outline: 12px solid #f3f5f7;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pfh-scope .timeline .timeline-card:last-child .pointer {
  height: 0;
}

.pfh-scope .timeline.vertical .timeline-list {
  position: relative;
  grid-template-columns: 85px 12px auto;
}

.pfh-scope .timeline.vertical .timeline-list .pointer {
  width: 1px;
  justify-self: center;
}

.pfh-scope .timeline.vertical .timeline-list .pointer::before {
  margin-top: 0.5rem;
  outline: 12px solid #ffffff;
  -webkit-transform: translateX(calc(-50% + 1px));
          transform: translateX(calc(-50% + 1px));
}

.pfh-scope .timeline.vertical .timeline-list .images {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.pfh-scope .timeline.vertical .timeline-list .images .image {
  position: absolute;
  padding: 10px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.06);
}

.pfh-scope .timeline.vertical .timeline-list .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pfh-scope .timeline.vertical .timeline-list .images .image:nth-child(1) {
  right: 0;
  bottom: 170px;
  width: 229px;
  height: 172px;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}

.pfh-scope .timeline.vertical .timeline-list .images .image:nth-child(2) {
  right: 148px;
  bottom: 0;
  width: 300px;
  height: 225px;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}

.pfh-scope .timeline.vertical .timeline-list .images .image:nth-child(3) {
  right: 0;
  top: 30%;
  width: 274px;
  height: 205px;
  -webkit-transform: rotate(12deg) translateY(-50%);
          transform: rotate(12deg) translateY(-50%);
}

@media screen and (min-width: 1400px) {
  .pfh-scope .timeline.vertical .timeline-list .images {
    display: block;
  }
}

.pfh-scope .timetable {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(color-mix(in srgb, var(--theme-main), transparent 60%)));
  background-image: linear-gradient(to bottom, #ffffff, color-mix(in srgb, var(--theme-main), transparent 60%));
}

.pfh-scope .timetable .card {
  padding: 24px;
}

.pfh-scope .timetable .table table {
  width: 100%;
  min-width: 1024px;
}

.pfh-scope .timetable .table td {
  padding: 12px 16px;
  border: 1px solid #e0e2e5;
}

.pfh-scope .timetable .table thead {
  font-weight: bold;
}

.pfh-scope .timetable .table tbody {
  vertical-align: baseline;
}

.pfh-scope .filter-container .search-select {
  width: calc(50% - 8px);
}

.pfh-scope .filter-container .search-select[name=sort_filter] {
  margin-left: auto;
}

.pfh-scope .filter-container .search-box {
  -webkit-box-ordinal-group: 4;
          order: 3;
  width: 100%;
  max-width: unset;
}

.pfh-scope .filter-container .search-box .search-input {
  padding-right: 56px;
}

.pfh-scope .filter-container .search-box .search {
  position: absolute;
  display: block !important;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
}

.pfh-scope .filter-container .search-box .search .search-icon {
  width: 24px;
}

.pfh-scope .project-tabs .project-tab.tab-item[data-nav=supporter] {
  max-height: 600px;
}

.pfh-scope #shareModal {
  align-self: center;
  justify-items: center;
}

.pfh-scope #shareModal .modal-dialog {
  margin: 0;
  padding: 10px;
  width: 100%;
  max-width: 500px;
  -webkit-transform: none;
          transform: none;
}

.pfh-scope .student-panel-cards .card {
  min-height: 322px;
}

.pfh-scope .final-report-cards .card .name {
  width: calc(100% - 132px);
}

.pfh-scope .final-report-cards .card .delete {
  top: 12px;
  right: 12px;
}

.pfh-scope .judge-popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.pfh-scope .judge-popup.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pfh-scope .judge-popup .popup-header {
  padding: 12px 24px;
  border-bottom: 1px solid #EFF0F2;
}

.pfh-scope .judge-popup .popup-pages .popup-page-item {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.pfh-scope .judge-popup .popup-pages .popup-page-item.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pfh-scope .judge-popup .popup-pages .popup-page-item.prev {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

.pfh-scope .judge-popup .popup-pages .popup-page-item.next {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}

.pfh-scope .judge-popup .popup-content {
  padding: 24px;
  -webkit-box-flex: 1;
          flex: 1;
}

.pfh-scope .judge-popup .popup-footer > * {
  border-top: 1px solid #EFF0F2;
  padding: 12px 24px;
}

.pfh-scope .judge-popup #judging-admin {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 99;
  width: 40px;
  border: 1px solid #e0e2e5;
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
  box-shadow: 0 12px 24px -4px rgba(23, 23, 24, 0.0588235294);
}

.pfh-scope .judge-popup #judging-admin .icon-24 {
  top: 50%;
  right: 5px;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.pfh-scope .judge-popup #judging-admin.active .icon-24 {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pfh-scope .judge-popup #judging-admin-panel {
  top: 50%;
  right: -360px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  overflow: hidden;
  border: 1px solid #e0e2e5;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0 12px 24px -4px rgba(23, 23, 24, 0.0588235294);
}

.pfh-scope .judge-popup #judging-admin-panel.active {
  right: 0;
}

@media screen and (min-width: 600px) {
  .pfh-scope .sponsored_by > * {
    width: auto;
  }

  .pfh-scope .timeline .timeline-vert {
    padding: 0;
  }

  .pfh-scope .timeline .timeline-card {
    width: calc(50% - 32px);
  }

  .pfh-scope .timeline .timeline-card .pointer {
    height: 100%;
  }

  .pfh-scope .timeline .timeline-card:nth-of-type(odd) .pointer {
    left: unset;
    right: -33px;
  }

  .pfh-scope .timeline .timeline-card:nth-of-type(even) .pointer {
    left: -33px;
    right: unset;
  }

  .pfh-scope .timeline.vertical .timeline-list {
    grid-template-columns: 180px 12px auto;
  }

  .pfh-scope .judge-popup .popup-header {
    padding: 24px 32px;
  }

  .pfh-scope .judge-popup .popup-content {
    padding: 32px;
  }

  .pfh-scope .judge-popup .popup-footer > * {
    padding: 24px 32px;
  }
}

@media screen and (min-width: 1200px) {
  .pfh-scope .timeline > * {
    min-width: 0;
  }

  .pfh-scope .timeline .timeline-carousel {
    margin: 0;
  }

  .pfh-scope .timeline .timeline-carousel .owl-controls .owl-nav {
    margin: 0;
  }

  .pfh-scope .timeline .timeline-carousel .owl-item .timeline-card .pointer {
    left: 50%;
  }

  .pfh-scope .timeline .timeline-carousel .owl-item:nth-of-type(odd) .timeline-card .pointer {
    bottom: -33px;
  }

  .pfh-scope .timeline .timeline-carousel .owl-item:nth-of-type(even) .timeline-card {
    margin-bottom: 0;
  }

  .pfh-scope .timeline .timeline-carousel .owl-item:nth-of-type(even) .timeline-card .pointer {
    top: -33px;
  }

  .pfh-scope .timeline .timeline-carousel .owl-item:last-child .timeline-card .pointer {
    height: 0;
  }

  .pfh-scope .timeline .timeline-card {
    margin-bottom: 64px;
    width: auto;
  }

  .pfh-scope .timeline .timeline-card .pointer {
    position: absolute;
    top: unset;
    left: 50%;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-main)), to(transparent));
    background-image: linear-gradient(to right, var(--theme-main), transparent);
  }

  .pfh-scope .timeline .timeline-card:last-child .pointer {
    height: 1px;
  }

  .pfh-scope .filter-container .search-select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .pfh-scope .filter-container .search-box {
    -webkit-box-ordinal-group: unset;
            order: unset;
    width: unset;
  }
}

