/* style added by me */
section.section-inner
  {
    padding-top: 0 !important;
    min-height: 755px;
  }
/* section.section-inner:has(.search-container) {
  padding-top: 72px !important;
} */
.search-container {
  padding: 12px 16px;
  /* background-color: #fff; */
/*  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15), 0 4px 4px 0 rgba(0,0,0,0.05), 0 0 15px 0 rgba(26,16,59,0.1);*/
  /* position: sticky; */
  /* top: 88px;  */
  z-index: 2;
  margin: 0 auto;
  max-width: 926px;
  border-radius: 8px;
  border: 1px solid #2C2B2F;
  background: #FCFDFF; 
  height: 48px;   
}

#df-search-all-site div #search-inpu {
  background: #FCFDFF; 
  width: 100%;
}

#df-search-all-site div:nth-of-type(2)  {
  width: 90%;
}

/* .search-container .container .search-form {
  background: #fff;
} */

.search-container-header {
    margin: 50px auto 0;
    padding: 10px 0px;
    max-width: 926px;
    display: flex;
    justify-content: space-between;
}

.search-container-title {
    color: #211440;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.search-container-clear-btn {
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    color: #9050E9;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
}

.matching-results-header{
  color: #211440;  
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 12px 16px 16px 16px;
}

.trending-results-header{
  color: #211440;  
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 12px 16px 16px 16px;
}


.matching-results-row {
    padding: 0 16px;
}

.trending-results-row {
  padding: 0 16px;
}

.matching-result-item a {
  color: var(--Foundation-Grey-G200, #2C2B2F);
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */

}

.matching-results {
    border-radius: 8px;
    /* border: 1px solid #CBCDD2; */
    background: var(--Gray-50, #F9FAFB);
/*    display: none;*/
    margin: 0 0 24px 0;
}

.trending-results {
    border-radius: 8px;
    border: 1px solid #CBCDD2;
    background: var(--Gray-50, #F9FAFB);
}

.matching-results-row .matching-result-item a {
    color: var(--Foundation-Grey-G200, #2C2B2F);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.matching-result-item {
    border-top: 1px solid #CBCDD2;
    padding: 16px 0px;
    width: 100%;  
    display: flex;  
    gap: 12px;
}

/*.matching-result-item-img {
    padding: 0 14px 0 5px;
    width: 5%;
}
*/
.no-matching-results {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-matching-results-title {
  color: var(--Foundation-Grey-G300, #010004);
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}

.no-matching-results-desc {
  color: var(--Foundation-Grey-G200, #2C2B2F);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  max-width: 413px;
  padding: 10px 0 32px;
  text-align: center;
}

.total-searches-count {
  padding-bottom: 0px;
  /* display: none; */
}

.total-searches-count .total_results {
    padding-bottom: 20px !important;
}

.df-search-all-site .matching-result-item-img {
  padding: 0 10px 0 10px;
}

/*.snet-search-tags ul li {
  border-radius: 44px; 
  border: 1px solid var(--Foundation-Grey-G100, #6C6B6D);
}*/

.snet-search-tags ul li a:not(.active) {
  color: #6C6B6D !important;
}

.user-card-heading .user-card-explore {
  color: #9050E9;
}

/*cards styling*/
/*.df-user-search-card-styling{
  padding: 0 !important;
}
.df-user-search-card-styling .df-user-card-post-img img{
  border-radius: 4px 4px 0 0 !important;
}
.df-user-search-card-styling .df-user-card-content-div{
  padding: 12px;
}*/
.df-user-search-card-styling .df-user-card-content-div-heading {
  color: #211440 !important;
  text-align: center !important;
  font-family: "DM Sans" !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  margin-bottom: 0 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden !important;
  padding: 12px 0 0 0 !important;
}
.df-user-search-card-styling .df-card-content-para {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: #2c2b2f !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-family: "DM Sans" !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  margin: 0 !important;
  min-height: 36px !important;
}
.df-user-card-ideas-spacing .df-card-content-para {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #2c2b2f !important;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "DM Sans" !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  margin: 0 !important;
  min-height: 36px !important;
}
.df-user-card-ideas-spacing .df-card-content-heading{
  height: 42px !important;
}

/* SINGLE CARDS */

.single-border-color{
  border: 1px solid #CBCDD2;
  background-color: #F9FAFB;
  padding: 0 16px 12px;
  border-radius: 8px;
  margin: 0 0 24px 0;
}


.single-border-color .df-user-card-grid .df-user-card-style .df-user-card-content-div .df-user-card-content-div-heading{
  font-size: 16px;
}
.single-border-color .df-user-card-grid .df-user-card-style .df-user-card-content-div .df-card-content-para{
  font-size: 12px;
}

.single-border-color .df-user-card-grid {
  padding-bottom: 0;
    word-break: break-all;
}

#df-banner ~ .df-header-primary ~ .search-container {
  top: 136px;
}
#df-banner ~ .df-header-primary ~ .search-container ~ .section-inner {
  padding-top: 12px !important;
}
.search-container .search-form {
  max-width: 926px; 
  margin: 0 auto;
}
.search-container .search-form form{
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 10px 20px; */
}
.search-container .search-form form .search-form-input{
  width: 100%;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: 0px;
  outline: none;
  padding: 0 0 0 8px;

}
.search-container .search-form form .search-form-input::placeholder {
  opacity: 1;
  color: #9B9B9B;
  text-transform: capitalize;
}
.search-form form .search-btn {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.09px;
  padding: 8px 32px;
  line-height: 21px;
  color: black;
  background: linear-gradient(180deg, #fdbf14 0%, #fd9542 50%, #fd9542 0%);
  border: none;
  border-radius: 3px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
.search-form form .search-btn:hover {
  color: #fff;
}

/* .search-form form div a.clear-btn {
  padding: 8px 21px 8px 21px;
  color: #fdbf14;
  font-family: inherit;
  font-size: 20px;
  border: 3px solid #fdbf14;
  border-radius: 25px;
  font-weight: 600;
  letter-spacing: 1.79px;
  line-height: 16px;
  margin-right: 0px;
  margin-left: 10px;
  background-color: transparent;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  text-decoration: none;
} */
/* .search-form form .clear-btn:hover{
  border: 3px solid #fd9542;
  background-color: #fd9542 !important;
  color: #ffffff;
  text-decoration: none !important;
} */

.search-form .clear-btn img {
  font-size: 24px;
  color: #7F1BA4;
  margin-right: 36px;
  position: relative;
  top: -2px;
}

.search-form form div #search-button[disabled] {
  background: #ccc !important;
  border-color: #ccc !important;
  color: #ffff;
  box-shadow: none;
}

.loadmore-btn {
  padding: 12px 21px 12px 21px;
  /* background: none !important; */
  color: #fdbf14;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  border: 3px solid #fdbf14;
  border-radius: 25px;
  font-weight: 600;
  letter-spacing: 1.79px;
  line-height: 16px;
  margin-right: 0px;
  margin-left: 10px;
  background-color: transparent;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.loadmore-btn:hover{
  border: 3px solid #fd9542;
  background-color: #fd9542 !important;
  color: #ffffff;
  text-decoration: none !important;
}

/* blogs/news post */

.inner-content .home-proposals {
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
  border: solid 1px #fff !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  background: #fafafa !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15),
    0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(26, 16, 59, 0.1) !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(0, 0, 0, 0.05),
    0 0 15px 0 rgba(26, 16, 59, 0.1) !important;
  min-height: 100px !important;
  margin-bottom: 30px !important;
}
.inner-content .home-proposals.haslink:hover {
  cursor: pointer !important;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05),
    0 8px 8px 0 rgba(0, 0, 0, 0.02), 0 0 25px 0 rgba(26, 16, 59, 0.05) !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05), 0 8px 8px 0 rgba(0, 0, 0, 0.02),
    0 0 25px 0 rgba(26, 16, 59, 0.05) !important;
  border: solid 1px #fafafa !important;
  background: #fff !important;
}
.inner-content .home-proposals.haslink:hover a.home-proposals_link {
  text-decoration: none !important;
}

.inner-content a:hover{
  text-decoration: none !important;
}
.inner-content h1.total_results {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.inner-content .home-proposals.haslink:hover h4.home-proposals_heading {
  color: #fd9542 !important;
}
.inner-content .home-proposals .home-proposals_brand {
  width: 100% !important;
  height: 200px !important;
  background-position: center center !important;
  border-radius: 1px !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-repeat: no-repeat !important;
}
.inner-content .home-proposals h4.home-proposals_heading {
  margin: 16px 24px 0 24px !important;
  color: #424242 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 32px !important;
  padding: 0 !important;
  transition: 0.3s ease-in-out !important;
}
.inner-content .home-proposals.haslink h4.home-proposals_heading:hover {
  color: #fd9542 !important;
}

.inner-content .home-proposals .card-date {
  margin: 16px 24px 0 24px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #858585;
  border-bottom: 1px solid #8860d0;
  padding-bottom: 7px;
}

section.section-inner .inner-content .snet-search-tags {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--snet-purple-secondary-color);
  margin-bottom: 0px;
  padding-bottom: 0;
}
section.section-inner .inner-content .snet-search-tags ul{
  padding-left: 0 !important;
  margin-left: 0 !important;
  padding-bottom: 12px;
}
section.section-inner .inner-content .snet-search-tags ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 12px;
}
.inner-content .snet-search-tags ul li a {
  display: inline-block;
  color: #6C6B6D;
  font-family: "DM Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 4px 8px;
  background-color: transparent;
  border-radius: 44px;
  border: 1px solid #6C6B6D;
  transition: 0.3s ease-in-out;
}
.inner-content .snet-search-tags ul li a.active {
  border: 1px solid #9050E9;
  background: #F4EEFD;
  color: #9050E9;
}
.df-search-post-type {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
  position: relative;
}

.df-search-post-type .close-icon {
  display: none; /* Hide by default */
  cursor: pointer;
}

.df-search-post-type.active .close-icon {
  display: inline-flex; /* Show only if anchor has .active */
}

/*.inner-content .snet-search-tags ul li a:hover {
    border: 1px solid #7F1BA4  !important;
    text-decoration: none !important;
}*/

/* snet-search-content-section-start */

.snet-search-content-section {
  /* padding: 64px 0 352px 0; */
  padding: 20px 0 0 0;
  background-color: var(--snet-bg-secondary);
  margin: 0 auto 10px;
  max-width: 926px;
}
.snet-search-content-section .search-content-box {
  max-width: 332px;
  margin: 0 auto;
  text-align: center;
}
.snet-search-content-section .search-content-box h3 {
  color: #9B9B9B;
  font-family: Inter;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 12px;
}
.snet-search-content-section .search-content-box p {
  color: #9B9B9B;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-bottom: 36px;
}
.snet-search-content-section .search-content-box a {
  display: inline-block;
  border: 2px solid #FD9E39;
  border-radius: 3px;
  color: #FD9E39;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.43px;
  line-height: 16px;
  padding: 10px 24px;
  text-decoration: none;
}

/* .snet-search-content-section .search-content-box a:hover {
   background-color: var(--snet-secondary-light-color);
  border: 2px solid var(--snet-primary-color);
  color: var(--snet-white-color);
  box-shadow: var(--snet-button-box-shadow);
} */

.no-results{
  padding: 64px 0 352px 0;
}
.no-results h3{
  color: #9B9B9B !important;
  -webkit-text-fill-color: #9B9B9B !important;
  font-family: Inter;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  padding: 32px 0 0 0;
}
.no-results p{
  color: #9B9B9B !important;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}


/* new css */
section {
  padding: 80px 0;
  background-color: #f4f8ff;
}
.df-search-card-wrapper {
  max-width: 926px;
  margin: 0 auto;
}
section.section-inner .inner-content .df-search-card-wrapper h1.total_results {
  color: #2B1665 !important;
  -webkit-text-fill-color: #2B1665;
}
section.section-inner .inner-content .df-search-card-wrapper h1.total_results span {
  font-weight: 400;
}
section.section-inner .df-search-card-wrapper .snet-search-tags > ul {
  margin-top: 12px;
  /* border-bottom: 1px solid #9A8EB8; */
}
.df-proposal-search-card {
  background-color: #ffff;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15), 0 4px 4px 0 rgba(0,0,0,0.05), 0 0 15px 0 rgba(26,16,59,0.1);
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}
.df-proposal-search-card:hover {
  box-shadow: 0 0 6px 4px rgba(127,27,164,0.24), 0 2px 4px 0 rgba(0,0,0,0.15), 0 4px 4px 0 rgba(0,0,0,0.05), 0 0 15px 0 rgba(26,16,59,0.1);
}
.df-proposal-search-card .search-card-content {
  padding: 20px 5px 24px 17px;
}
.df-proposal-search-card .search-card-content .tag {
  display: inline-block;
  color: #2B1665;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01px;
  line-height: 29px;
  padding: 2px 14px;
  border-radius: 19px;
  background-color: #E0E2F0;
  margin: 0 14px 14px 0;
}
.df-proposal-search-card .search-card-content h3 {
  color: #2B1665;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.52px;
  line-height: 32px;
  margin-bottom: 12px !important;
  padding-top: 0 !important;
  transition: 0.3s ease-in-out;
}
.df-proposal-search-card:hover .search-card-content h3 {
  color: #FD9E39;
}
.df-proposal-search-card .search-card-content .card-spec-grid {
  max-width: 330px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.df-proposal-search-card .search-card-content .card-spec-grid li,
.df-proposal-search-card .search-card-content .card-spec-grid li:last-of-type {
  margin-bottom: 0;
}
.df-proposal-search-card .search-card-content .card-spec-grid li.full-width {
  grid-column-start: 1;
  grid-column-end: 3;
}
.df-proposal-search-card .search-card-content .card-spec-grid .card-spec-box {
  display: block;
  height: 100%;
  padding: 12px;
  border-radius: 4px;
  background-color: #F1EFF8;
}
.df-proposal-search-card .search-card-content .card-spec-grid .card-spec-box small {
  display: inherit;
  color: #666666;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 8px;
}
.df-proposal-search-card .search-card-content .card-spec-grid .card-spec-box span {
  color: #212121;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}
.df-proposal-search-card .search-card-content .card-spec-grid li.full-width .card-spec-box span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.df-proposal-search-card .search-card-content span.date {
  display: inline-block;
  color: #858585;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
}
.df-proposal-search-card .search-card-content p {
  color: #424242;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
}
.df-proposal-search-card .proposal-profile-box {
  padding: 5px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #E4E2E2;
}
.df-proposal-search-card .proposal-profile-box .left-cont {
  display: flex;
  align-items: center;
  width: 62%;
}
.df-proposal-search-card .proposal-profile-box .left-cont .img-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(45deg, #FFCC3F, #FF00EA);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.df-proposal-search-card .proposal-profile-box .left-cont .img-box a{
  width: 36px;
  height: 36px;
}
.df-proposal-search-card .proposal-profile-box .left-cont .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.df-proposal-search-card .proposal-profile-box .left-cont .meta-box {
  width: calc(100% - 60px);
}
.df-proposal-search-card .proposal-profile-box .left-cont .meta-box .author-name {
  color: #010004;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: "Inter", sans-serif;
}
.df-proposal-search-card .proposal-profile-box .left-cont .meta-box .publish-date {
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
.df-proposal-search-card .proposal-profile-box .right-cont button {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01px;
  line-height: 29px;
  color: #7F1BA4;
  background-color: transparent;
  border: 0;
}
.df-proposal-search-card .search-card-img {
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.df-proposal-search-card .search-card-img img {
  width: 100%;
}
.df-proposal-search-card .search-card-img-content .tags-box {
  padding: 18px 0 0 17px;
}
.df-proposal-search-card .search-card-img-content .tags-box .tag {
  display: inline-block;
  color: #2B1665;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01px;
  line-height: 29px;
  padding: 2px 14px;
  border-radius: 19px;
  background-color: #E0E2F0;
  margin: 0 14px 14px 0;
}
.df-proposal-search-card .search-card-img-content .content-box {
  position: relative;
  padding: 56px 20px 36px 20px;
  text-align: center;
  z-index: 1;
}
.df-proposal-search-card .search-card-img-content .content-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.df-proposal-search-card .search-card-img-content .content-box h3 {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.52px;
  line-height: 32px;
  margin-bottom: 30px;
}
.df-proposal-search-card .search-card-img-content .content-box h3.text_white {
  -webkit-text-fill-color: unset !important;
  color: #FFFFFF !important;
}
.df-proposal-search-card .search-card-img-content .content-box span {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 28px;
  text-align: center;
  padding: 4px 62px;
  border-radius: 20px;
  background-color: #7F1BA4;
}
.df-proposal-search-card.search-card-style-2 .search-card-content {
  padding-top: 64px;
}

section.section-inner .inner-content .modal-body h1
{
  font-size: 48px;
  letter-spacing: -0.4px;
  margin-bottom: 0;
  padding: 0 0 0 0;
}
section.section-inner .inner-content .modal-body.rfp-modal-body h1 {
  font-size: 48px;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
  padding: 0 0 0 0;
}
section.section-inner .rfp-preview-modal .modal-header h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 24px;
  color: #212121;
  margin: 0;
  padding: 0 0 0 0;
}
.inner-page-content .snet-load-more-box .search-loadmore {
  margin: 30px 0 0 0;
}

.df-proposal-search-card .rfp-preview-modal .modal-body ul li a
{
  margin-right: 5px;
}

.df-proposal-search-card .rfp-preview-modal .modal-body .author-box .meta-box .author-name {
padding: 0px !important;
}

@media (min-width: 320px) and (max-width: 1199.98px) {
  #df-banner ~ .df-header-primary ~ .search-container {
    top: 120px;
  }
  .search-container {
    top: 72px;
  }
  section.section-inner {
    padding-top: 48px !important;
  }
  #df-banner ~ .df-header-primary ~ .search-container ~ .section-inner {
    padding-top: 90px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .df-proposal-search-card .search-card-content .card-spec-grid .card-spec-box {
      padding: 8px;
  }
  .df-proposal-search-card.search-card-style-2 .search-card-content {
      padding-left: 17px;
      padding-right: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .df-proposal-search-card a > .row {
      flex-direction: column-reverse;
  }
  .df-proposal-search-card .search-card-img img {
      border-radius: 6px 6px 0 0;
  }
  .df-proposal-search-card .search-card-content {
      padding: 20px 17px 24px 17px;
  }
  .df-proposal-search-card .search-card-content .card-spec-grid {
      max-width: 100%;
  }
  .df-proposal-search-card.search-card-style-2 a > .row {
      flex-direction: column;
  }
  .df-proposal-search-card.search-card-style-2 .search-card-content {
      padding-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .df-proposal-search-card a > .row {
      flex-direction: column-reverse;
  }
  .df-proposal-search-card .search-card-img img {
      border-radius: 6px 6px 0 0;
  }
  .df-proposal-search-card .search-card-content {
      padding: 20px 17px 24px 17px;
  }
  .df-proposal-search-card .search-card-content .card-spec-grid {
      max-width: 100%;
  }
  .df-proposal-search-card.search-card-style-2 a > .row {
      flex-direction: column;
  }
  .df-proposal-search-card.search-card-style-2 .search-card-content {
      padding-top: 20px;
  }
  .df-proposal-search-card .proposal-profile-box .left-cont {
      width: 70%;
  }
  .df-proposal-search-card .search-card-img-content .content-box span {
      padding: 4px 30px;
  }
  .df-proposal-search-card .search-card-content .card-spec-grid .card-spec-box {
      padding: 6px;
  }
  .df-proposal-search-card .search-card-content .card-spec-grid .card-spec-box small {
      margin-bottom: 4px;
  }
  .df-proposal-search-card .search-card-content .card-spec-grid .card-spec-box span {
      font-size: 14px;
  }
}
.df-progress{
/* position: relative; */
    width: auto;
    height: 40px;
   /* position: absolute; */
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.df-progress .df-progress-bar{
 display: inline-block;
    background-color: #FFF7F0;
    backdrop-filter: blur(2px);
    border-radius: 4px;
    border: 1px solid #FF7A00;
    color: #FF7A00;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 24px;
    padding: 7px 24px;
    text-align: center;
    font-family: "DM Sans";
}
.df-progress .df-progress-bar.state-1 {
    color: #0085FF;
    border: 1px solid #0085FF;
}
.df-progress .df-progress-bar.state-2 {
    color: #FF7A00;
    border: 1px solid #FF7A00;
}
.df-progress .df-progress-bar.state-3 {
    color: #9F00EA;
    border: 1px solid #9F00EA;
}
.df-progress .df-progress-bar.state-4 {
    color: #03A300;
    border: 1px solid #03A300;
}
.df-progress .df-progress-bar.state-5 {
    color: #D99500;
    border: 1px solid #D99500;
}
/*.buttons-box a.button{
color: #010004 !important;
}*/



.df-user-search-card-outer {   
    padding-top: 16px;
}

.user-three-grid-title{
  padding: 16px 12px;
  margin-top: 0px;
  border-radius: 8px;
  border: 1px solid #CBCDD2;
  background: var(--Gray-50, #F9FAFB);
}

.highlight {    
    background-color: #ffc966;
}

.user-three-grid-title .df-user-search-card-outer {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.user-three-grid-title .df-user-search-card-outer .df-user-card-style .user-profile-meta .df-user-nikename {
  font-size: 14px !important;
}
.user-three-grid-title .df-user-search-card-outer .df-user-card-style .user-profile-meta .df-username {
  font-size: 12px;
}

.user-three-grid-title #user-three-grid {
   color: rgb(144, 80, 233);
   float: right;
}

.rfp-container-three-grid .rfp-spec-box span {
  white-space: normal !important;
  word-break: break-all;
}

.single-border-color .df-user-card-grid .df-user-card-inner {
  word-break: break-all;
}

.unfounded-data-tab {
   padding-top: 45px;
   padding-bottom: 45px;
}

.df-user-search-card-outer .df-user-search-card {
    word-break: break-all;
}

.single-border-color .df-user-tab-card-entries .df-user-tab-card {
    word-break: break-all;
}

.add-border {
    border: 1px solid #CBCDD2;
}

.search-container {
  position: relative;
}

.matching-results {
  position: absolute;
  top: 47px;
  left: -1px;
  width: 100%;
}


.df-feed-user-follow-btn #dynamic-follow-button {
  color: #9050E9;
}