body {
  overflow-x: hidden;
  background-color:  #F4F8FF;
    font-family: "DM Sans";
}
h1 
{
  color: #fff;
  font-family: "DM Sans";
  font-size: 56px;
  font-weight: 800;
  line-height: 60px;
 }
a:hover {
  color: unset;
}
.df-user-profile-edit-btn:hover {
  border-radius: 4px;
  border: 1px solid #bf9af2;
  background: #f9f5ff;
/*  padding: 6px 16px;*/
  color: #9050e9;
  
}
h1.gradient {
  color: #8860d0;
  background: linear-gradient(225deg, #32c5ff 0%, #b620e0 52%, #f7b500 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill: transparent;
}
@-webkit-keyframes hue {
  0% {
    background-position: 0% 0%;
  }
  20% {
    background-position: 80% 350%;
  }
  40% {
    background-position: 300% 70%;
  }
  60% {
    background-position: 170% 200%;
  }
  80% {
    background-position: 250% 70%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes hue {
  0% {
    background-position: 0% 0%;
  }
  20% {
    background-position: 80% 350%;
  }
  40% {
    background-position: 300% 70%;
  }
  60% {
    background-position: 170% 200%;
  }
  80% {
    background-position: 250% 70%;
  }
  100% {
    background-position: 0% 0%;
  }
}
h1.gradient_inner {
  display: inline-block;
  color: #8860d0;
  background-image: linear-gradient(
    225deg,
    #32c5ff 20%,
    #b620e0 50%,
    #f7b500 80%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill: transparent;
  line-height: 64px;
}
h1.purple {
  color: #8860d0;
}
h1.purple span {
  color: #010004;
}
h1.blog-title {
  margin: 0 0 32px 0 !important;
  padding: 0 !important;
}
h2,
h3,
h4 {
/*  font-family: "Inter", sans-serif;*/
  font-family: "DM Sans";
  font-size: 48px;
  font-weight: 800;
/*  letter-spacing: -0.8px;*/
  line-height: 60px;
}
h2.blog-title {
  font-family: "Inter", sans-serif !important;
  color: #010004 !important;
  font-weight: 600;
  font-size: 40px !important;
  line-height: 57px !important;
  text-align: left;
  margin-bottom: 21px !important;
  border-bottom: 1px solid #9a8eb8;
}
h2.gradient,
h3.gradient,
h4.gradient {
  background: linear-gradient(225deg, #32c5ff 0%, #b620e0 52%, #f7b500 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2.purple,
h3.purple,
h4.purple {
  color: #8860d0;
}
h2.purple span,
h3.purple span,
h4.purple span {
  color: #010004;
}
h2.black,
h3.black,
h4.black {
  color: #010004;
}
h2.black span,
h3.black span,
h4.black span {
  color: #fff;
}
h2.m-b,
h3.m-b,
h4.m-b {
  margin-bottom: 32px;
}
h3 {
  font-size: 40px;
  font-weight: 800;
/*  letter-spacing: -0.8px;*/
  line-height: 56px;
}
h4 {
  font-size: 32px;
  font-weight: 800;
/*  letter-spacing: -0.8px;*/
  line-height: 56px;
}
.h2-tagline {
  display: block;
  color: #010004;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
/*  letter-spacing: -0.33px;*/
  line-height: 30px;
  margin: 0 0 32px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}
span.tagline-big {
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
/*  letter-spacing: -0.2px;*/
  line-height: 34px;
  margin: 40px 0 0 0;
  padding: 0 56px 0 56px;
}
span.tagline-small {
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
/*  letter-spacing: -0.3px;*/
  line-height: 30px;
  margin: 32px 0 32px 0;
}
p {
   color: #424242;
  /*  font-family: "Open Sans", sans-serif;*/
  font-family: "DM Sans";
  font-size: 16px;
/*  letter-spacing: -0.26px;*/
  line-height: 28px;
}
p.white {
  color: #dedce3;
}
a.disabled,
button.disabled {
  color: #fff;
  background-color: #cccccc;
  background: #cccccc;
  border:none !important;
  pointer-events: none;
}
.deepfunding-navbar .navbar-brand {
  padding: 8px 0 8px 0;
  z-index: 1;
}
.deepfunding-navbar .navbar-brand img {
  max-width: 180px;
  display: block;
}
.deepfunding-navbar .menu-wrapper {
  display: flex;
  align-items: center;
}
.deepfunding-navbar.bgclass {
  background: #211440;
}

.deepfunding-navbar .navbar-nav .nav-item,
.deepfunding-navbar .navbar-nav .page_item {
  margin: 0 40px 0 0;
  padding: 0;
}
.deepfunding-navbar .navbar-nav .nav-item a,
.deepfunding-navbar .navbar-nav .page_item a,
.deepfunding-navbar .navbar-nav .menu-item a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.08px;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.deepfunding-navbar .navbar-nav .nav-item a.active,
.deepfunding-navbar .navbar-nav .page_item a.active,
.deepfunding-navbar .navbar-nav .menu-item a.active {
  color: #fd9542;
  border-bottom: solid 2px #fd9542;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.deepfunding-navbar .navbar-nav .nav-item a:hover,
.deepfunding-navbar .navbar-nav .page_item a:hover,
.deepfunding-navbar .navbar-nav .menu-item a:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fd9542;
}
.deepfunding-navbar .navbar-nav .nav-item:last-child,
.deepfunding-navbar .navbar-nav .page_item:last-child,
.deepfunding-navbar .navbar-nav .menu-item:last-child {
  margin-right: 0 !important;
}
.deepfunding-navbar .navbar-nav .nav-item.current_page_item a,
.deepfunding-navbar .navbar-nav .nav-item.current-menu-item a,
.deepfunding-navbar .navbar-nav .page_item.current_page_item a,
.deepfunding-navbar .navbar-nav .page_item.current-menu-item a,
.deepfunding-navbar .navbar-nav .menu-item.current_page_item a,
.deepfunding-navbar .navbar-nav .menu-item.current-menu-item a {
  color: #fd9542;
  border-bottom: solid 2px #fd9542;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.deepfunding-navbar .button.compact-pad {
  margin-right: 0;
} 


/*for mega menu*/
/*new mobile menu*/


.deepfunding-navbar .megamenu-main .megamenu-container {
  display: none;
}

.mobile_menu_dropdown {
  padding-left: 0;
}

.mobile_menu_dropdown ul {
  padding-left: 0;
}

.mega-menu.main-mega-menu.dropdown_menu > a {
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: white;
  letter-spacing: -0.5px;
  line-height: 24px;
  text-transform: capitalize;
  display: block;
  text-decoration: none;
  height: 40px;
  line-height: 65px;
}

.mega-menu.main-mega-menu.dropdown_menu {
  text-align: center;
}


.mega-menu.main-mega-menu.dropdown_menu > a > span::before {
  content: "";
  position: relative;
  top: -3px;
  box-sizing: content-box;
  display: inline-block;
  margin-left: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  transition: 0.3s ease-in-out;
  width: 8px;
  height: 8px;
}




.mega-menu.main-mega-menu.dropdown_menu > ul {
  border-top: 0;
  border-radius: 50px;
  padding: 0 25px;
  background-color: rgba(242,242,255,0.95);
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.3), 0 4px 4px 0 rgba(0,0,0,0.05), 0 0 15px 0 rgba(26,16,59,0.1);
 position :relative;
  z-index: 1;
  transform: scale(0.8);

  display:none;
}

.mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul {
    position: relative;
    display: block;
    height: 100%;
  }


.mega-menu.main-mega-menu.dropdown_menu > ul > li {
  margin-bottom: 10px;
  display: block !important;
}


.mega-menu.main-mega-menu.dropdown_menu ul li {
  list-style-type: none;
  margin-bottom: 10px;
  transition: 0.5s ease-in-out;
}

.mega-menu-box {
    padding-top: 20px;
    margin-bottom: 0;
  }

ul.mega-menu-list li a {
    color: #2B1665;
  font-size:16px;
  text-decoration: none;
  }

 .df-bubble-chat-box {
      position: fixed;
      bottom: 144px;
      right: 4px;
      display: none;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
      z-index: 9999;
    }
    .df-bubble-chat-box.show {
      opacity: 1;
      transform: translateY(0);
    }
    @keyframes bounceIn {
      0% {
        opacity: 0;
        transform: translateY(30px);
      }

      50% {
        opacity: 0.5;
        transform: translateY(-10px);
      }

      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .df-bubble-chat-box.bounce {
      animation: bounceIn 0.6s ease-out;
    }
    .df-bubble-chat-box .df-chat-box-inner {
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }
    .df-bubble-chat-box .df-chatbox-img-container {
      width: 57px;
      height: 57px;
      border-radius: 50%;
      background-color: #e1edfb;
      margin-bottom: 21px;
    }
    .df-bubble-chat-box .df-chatbox-img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }
    .df-chatbox-content-container-outer {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .df-chatbox-content-container-outer svg {
      position: relative;
    }
    .df-chatbox-content-container-outer .df-chatbox-content-inner {
      width: 216px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      gap: 9px;
      position: absolute;
      top: 43px;
      left: 3%;
      transform: translateX(50%);
    }
    .df-chatbox-content-inner .df-chatbox-content-heading {
      color: #170f49;
      font-family: "DM Sans";
      font-size: 15px;
      font-weight: 700;
      line-height: 18px;
      margin: 0;
    }
    .df-chatbox-content-inner .df-chatbox-content-para {
      color: #6f6c90;
      font-feature-settings: "liga" off, "clig" off;
      font-family: "DM Sans";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      margin: 0;
    }
    .df-chatbox-content-container-outer .df-chatbox-btn {
      width: 290px;
      height: 44px;
      border-radius: 52px;
      background: #9050e9;
      box-shadow: 0px 6px 18px 0px rgba(13, 66, 106, 0.14);
      color: #fff;
      text-align: center;
      font-family: "DM Sans";
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      border: none;
      position: absolute;
      top: 100%;
      right: 16px;
      cursor: pointer;
    }
    .df-logo-container {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 60px;
      height: 60px;
      cursor: pointer;
      background: #9050e9;
      filter: drop-shadow(0px 2px 14px rgba(74, 58, 255, 0.17));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .df-logo-container {
      transition: transform 0.3s ease-in-out;
    }
    .df-logo-container:hover {
      transform: scale(1.1);
    }

/*  global switcher  */

.globalswitcher{
  position: absolute;
}
.globalswitcher a {
  display: flex;
  width: 88px;
  height: 88px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #9050E9;
  background: #9050E9;
}
.logo-text{
  color: #FFF;
font-family: Orbitron;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 20px;
display: flex;
gap: 12px;
align-items: center;
}
.logo-text:hover{
  color: #FFF;
}
@media (max-width: 1199.98px){
  .logo-text{
/*    font-size: unset;*/
    font-size: 24px !important;
  }
  .deep-initiative-logo .logo-text{
    font-size: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .logo-text{
    font-size: 28px !important;
  }
}
.df-switch-tabs-wrapper{
  /* padding: 32px;
  border-radius: 16px; */
  background: #211440;
  position: sticky;
  top: 88px;
  z-index: 99999;
  display: none;
}
.df-switch-tabs-wrapper .df-switch-tabs {
  display: flex;
  gap: 24px;
  padding: 16px;
  border-bottom: 1px solid var(--Gray-700, #344054);
  background: rgba(19, 7, 45, 0.80);
  backdrop-filter: blur(37px);
  /* margin-bottom: 32px; */
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab {
  /* width: calc(31.6% - 0px); */
 width: calc(47% - 0px);
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button {
  padding: 20px 16px;
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button.active {
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: var(--Foundation-Violet-V50, #E9E7EC);
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button span {
  color: #B0A6C6;
  font-family: "DM Sans";
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button p {
  margin-bottom: 0;
  color: #98A2B3;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-align: initial;
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button.active span {
  color: var(--Foundation-Violet-V500, #120B29);
  font-family: Orbitron;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button.active p {
  color: var(--Gray-500, #667085);
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-align: initial;
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button .logo-text {
  color: var(--Gray-200, #EAECF0);
  font-family: Orbitron;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 83.333% */
  margin-bottom: 10px;
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button.active .logo-text {
  color: var(--Foundation-Violet-V500, #120B29);
  font-family: Orbitron;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 83.333% */
  margin-bottom: 10px;
}
.df-deep-apps{
  border-radius: 8px;
  border: 0.2px solid #FFF;
  background: #7F56D9;
  margin-top: 20px;
  padding: 20px 16px;
}
.df-apps{
  color: #FFF !important;
  border-bottom: none !important;
  gap: 12px;
  display: flex !important;
}

.df-switch-wrapper{
    display: flex;
    position: absolute;
}
.deep-initiative-logo{
    margin-bottom: 16px;
}
.deep-initiative-left{
  padding: 36px 32px;
  max-width: 373px;
  min-height: 282px;
  border: 1px solid #000;
  background: #14082E;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.deep-initiative-left::after {
  content: "";
  position: absolute;
  left: -47.164px;
  bottom: 0px;
  width: 443px;
  height: 158px;
  border-radius: 771px;
  background: linear-gradient(243deg, #32C5FF -1.39%, #B620E0 43.99%, #F7B500 87.13%);
  filter: blur(142px);
  z-index: 0;
  pointer-events: none; /* allow clicks to pass through */
}
.deep-initiative-left > * {
  position: relative;
  z-index: 1;
}
.deep-initiative-logo img{
    height: 50px;
}
.deep-initiative-left .initiative-description{
    color: #D2D6DD;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}
.deep-initiative-left .initiative-button{
    padding: 8px 24px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #BF9AF2;
    background: var(--Brand-50, #F9F5FF);
    color: #9050E9;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    margin-top: auto;
    width: fit-content;
}
.initiative-button:hover {
  color: #ffffff;
  border: 1px solid #BF9AF2;
  background: #9050E9;
}

/* end global switcher */



/*.floating-button {
  position: fixed;
  bottom: 12px;
  right: 3%;
  border-radius: 20px;
  background: linear-gradient(115deg, #7e2fd7 0%, #f96a70 40%);
  cursor: pointer;
  padding: 2px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.3), 0 4px 4px 0 rgba(0,0,0,0.05), 0 0 15px 0 rgba(26,16,59,0.1);
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.floating-button:hover{
  transform: scale(1.4);
  border-radius: 15px;
  background: linear-gradient(115deg, #7e2fd7 0%, #f96a70 40%);
}
.floating-button span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7F1BA4;
  color: white; 
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.floating-button:hover span {
  border-radius: 15px;
  background: linear-gradient(180deg, #fdbf14 0%, #fd9542 50%, #fd9542 0%);
}*/

.wpcf7-textarea{
  height: 224px !important;
}
.wpcf7-text, .wpcf7-textarea{
  border: solid 1px #fd9542 !important;
    outline: none;
box-sizing: border-box;
    height: 56px;
    outline: none;
    border-radius: 4px;
    margin: 0 0 24px 0;
    padding: 8px;
    border: solid 1px;
}
.wpcf7-submit
{
  display: inline-block;
    padding: 18px 20px 18px 20px;
    border-radius: 3px;
    border: none;
    outline: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdbf14), color-stop(50%, #fd9542), color-stop(0%, #fd9542));
    background: linear-gradient(180deg, #fdbf14 0%, #fd9542 50%, #fd9542 0%);
    color: #010004;
    background-size: 1px 120px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.09px;
    line-height: 21px;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
}

/* PROFILE PAGE CSS FOR BACKEND ONLY*/

.profile-page .container-prof {
            max-width: 900px;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin: auto;
        }
        .profile-page .profile-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .profile-page .profile-image {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .profile-page .profile-image img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
        }
        .profile-page .btn-profile {
            background: #ff758c;
            color: white;
            padding: 8px 15px;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            margin-top: 5px;
        }
        .profile-page .btn-profile:hover {
            background: #ff4b6e;
        }
        .profile-page .form-group-profile-page {
            margin-bottom: 15px;
        }
        .profile-page .label-profile-page {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .profile-page .input-profile-page, .profile-page .select-profile-page {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .profile-page .toggle-switch {
            display: flex;
            align-items: center;
        }
        .profile-page .toggle-switch input {
            margin-left: 10px;
        }
        .profile-page .skills-container {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        }
        .profile-page .skill-tag {
            background: #007bff;
            color: white;
            padding: 5px 10px;
            border-radius: 15px;
            font-size: 12px;
        }
        .profile-page .card {
            border: 1px solid #ddd;
            padding: 15px;
            border-radius: 8px;
            background: #f9f9f9;
            margin-bottom: 10px;
        }
        .profile-page .toggle-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 0;
        }
        /* ends */


@media (max-width: 991px) {
  .deepfunding-navbar .navbar-nav li {
    margin: 0 !important;
    padding: 0 !important;
  }
  .deepfunding-navbar .navbar-nav li a {
    margin: 0;
    display: block;
    padding: 5px 20px !important;
  }
}
/* New trasparent menu 13-january-25 CSS start */
.df-header-primary.df-transparent-header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 103;
}
.df-partners-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.df-header-primary:not(.df-transparent-header) {
  background-color: #211440;
/*  z-index: 1030;*/
  z-index: 1051;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.alert-band_container ~ .df-header-primary {
  top: 48px;
}
.alert-band_container ~ .valid-mail-section {
  top: 48px;
}
.alert-band_container ~ .deepfunding-dashboard{
  top: 48px;
}
.alert-band_container ~ .df-user-profile-detail-section{
  top: 48px;
}
.alert-band_container ~ .df-switch-tabs-wrapper{
  top: 136px;
}
.df-user-profile-detail-section{
  width: 100%;
}
.df-user-profile-detail-section .container-fluid {
  padding: 0px !important;
}
#gisLogin iframe .qJTHM .haAclf .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId{
  flex-grow: 0 !important;
}
#gisLogin .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb{
  gap:14px !important;
}
section.small_bottom:has(.df-header-primary:not(.df-transparent-header)) {
  padding-bottom: 0 !important;
}
.df-header-primary.sticky {
    background-color: #211440;
    height: 88px;
}
.alert-band_container ~ .df-header-primary.sticky {
  top: 136px;
}
.admin-bar .alert-band_container ~ .df-header-primary {
  top: 0px;
}
.admin-bar .alert-band_container ~ .df-header-primary.sticky {
  top: 120px;
}
.admin-bar .aware-project-top-bar {
  top: 114px !important;
}
.admin-bar .sticky-sidebar {
  top: 145px !important;
}
.df-header-primary .sb-header-container {
    height: 88px;
}
.df-header-primary.sticky .sb-header-container {
    height: 88px;
}
.df-header-primary .sb-menu {
    float: unset;
    text-align: center;
}
.df-header-primary .sb-menu .search-bar-box {
    display: none;
}
.df-header-primary .sb-menu > ul > li > a {
    font-family: "DM Sans", sans-serif;
    height: 88px;
    line-height: 88px;
    font-size: 16px;
    font-weight: 700;
    color: #A39EB2;
    padding: 0 20px;
    text-transform: none;
}
.df-header-primary .sb-menu > ul > li > a:hover {
    color: #ffff;
}
.df-header-primary.sb-header .sb-menu li:not(:last-child) a:hover, 
.df-header-primary.sb-header .sb-menu li:not(:last-child) a:focus, 
.df-header-primary.sb-header .sb-menu li:not(:last-child) a:active,
.df-header-primary .sb-menu > ul > li.active > a {
    color: #ffff;
}
.df-header-primary .sb-menu > ul > li > a > span::before {
    border-color: #A39EB2;
    margin-left: 4px;
    transition: 0.3s ease-in-out;
}
.df-header-primary .sb-menu > ul > li > a:hover > span::before,
.df-header-primary .sb-menu > ul > li.active > a > span::before {
    border-color: #ffff;
    transform: rotate(-45deg);
    top: 0;
}
.df-header-primary.sb-header .sb-menu ul li > ul {
    left: 20px;
    text-align: left;
    border-top: 0;
    padding: 24px;
    border-radius: 0px 0px 8px 8px;
}
.df-header-primary.sb-header .sb-menu ul li > ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 7, 45, 0.80);
    backdrop-filter: blur(37px);
    border-radius: 0px 0px 8px 8px;
}
.df-header-primary.sb-header .sb-menu ul li > ul li {
    margin-top: 8px;
}
.df-header-primary.sb-header .sb-menu ul li > ul li:first-child {
    margin-top: 0;
    list-style-type: none;
}
.df-header-primary.sb-header .sb-menu ul ul li:not(:last-child) a:hover, 
.df-header-primary.sb-header .sb-menu ul ul li:not(:last-child) a:focus, 
.df-header-primary.sb-header .sb-menu ul ul li:not(:last-child) a:active,
.df-header-primary.sb-header .sb-menu ul ul li:last-child a:hover {
    color: #ffff;
}
.df-header-primary .sb-menu ul ul li > a {
    font-weight: 500;
    padding: 12px;
    color: #E9E7EC;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
    transition: 0.3s ease-in-out;
}
.df-header-primary .sb-menu ul ul li > a span.mattermost {
  border-radius: 2px;
  background: #FFBC1F;
  margin-left: 8px;
  transition: 0.3s ease-in-out;
  }
  .df-header-primary .sb-menu ul ul li > a span.mattermost {
  border-radius: 2px;
  background: #FFBC1F;
  margin-left: 8px;
  transition: 0.3s ease-in-out;

  }
  .df-header-primary .sb-menu ul ul li > a span.mattermost.idea {
  border-radius: 2px;
  background: #FFBC1F;
  margin-left: 8px;
  transition: 0.3s ease-in-out;
  display: inline-block !important;
  padding: 2px 8px;
  color: #010004 !important;
  font-family: "DM Sans";
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 150% !important; /* 18px */
  text-transform: uppercase;
  }
  .df-header-primary .sb-menu ul ul li > a p {
  font-size: 11px;
  color: #ffff;
  }
  .df-header-primary .sb-menu ul ul li > a span.mattermost img{
     width: 63px;
    height: 18.059px;
    aspect-ratio: 63.00/18.06;
    vertical-align: middle;
  }
.df-header-primary .sb-menu ul ul li > a span.mm-text {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
}
.df-header-primary .sb-menu ul ul li > a:hover {
    color: #ffff;
    border-radius: 8px;
    background: #211440;
}
.df-header-primary .sb-menu ul ul li > a::before {
    background: #000;
}
.df-header-primary .sb-menu ul ul li > a svg {
    margin-left: 16px;
    transition: 0.3s ease-in-out;
}
.df-header-primary .sb-menu ul ul li > a:hover svg path {
    stroke: #ffff;
}
.df-header-primary .sb-menu > ul > li.df-list {
    float: right;
}
.df-header-primary .sb-menu > ul > li.df-list.logged-in {
  margin-top: 0;
}
.df-header-primary .sb-menu > ul > li.df-list a {
    display: inline-block;
}
.df-header-primary .sb-menu > ul > li.df-list a.search {
    padding: 0;
    color: #A39EB2;
}
.df-header-primary .sb-menu > ul > li.df-list a.search:hover {
    background-color: unset;
    color: #ffff;
}
.df-header-primary .sb-menu > ul > li.df-list a.search svg {
    margin-right: 6px;
}
.df-header-primary .sb-menu > ul > li.df-list a.search span {
  display: none;
}
.df-header-primary .sb-menu > ul > li.df-list a.search .menu-search-box,
.df-header-primary .mobile-logged-in a.search .menu-search-box {
  visibility: hidden;
  position: absolute;
  top: 88px;
  right: 0;
  padding: 10px;
  border-radius: 0 0 8px 8px;
  background: #211440;
  line-height: 40px;
  transform: translate(0px, -30px);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.df-header-primary .mobile-logged-in a.search .menu-search-box {
  top: 72px;
}
.df-header-primary .sb-menu > ul > li.df-list a.search.active .menu-search-box,
.df-header-primary .mobile-logged-in a.search.show .menu-search-box {
  visibility: visible;
  transform: translate(0px, 0px);
  opacity: 1;
}
.df-header-primary .sb-menu > ul > li.df-list a.search .menu-search-box input,
.df-header-primary .mobile-logged-in a.search .menu-search-box input {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 8px 16px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #211440;
  color: #fff;
}
.df-header-primary .sb-menu > ul > li.df-list a.search .menu-search-box input::placeholder,
.df-header-primary .mobile-logged-in a.search .menu-search-box input::placeholder {
  color: #A39EB2;
  opacity: 1;
}
.df-header-primary .sb-menu > ul > li.df-list a.search .menu-search-box input:focus-visible,
.df-header-primary .mobile-logged-in a.search .menu-search-box input:focus-visible {
  outline: none;
}
.df-header-primary .sb-menu > ul > li > a.sign-up {
    line-height: 20px;
    padding: 14px 24px;
    color: #ffff;
    height: auto;
    margin-left: 16px;
    transition: 0.3s ease-in-out;
}
.df-header-primary .sb-menu > ul > li:hover > a.sign-up {
    color: #ffff;
    border: 1px solid #BF9AF2;
    background: #9050E9;
}
.df-header-primary .sb-menu > ul > li > a.login {
    color: #9050E9;
    line-height: 20px;
    padding: 14px 24px;
    height: auto;
    margin-left: 16px;
}
.df-header-primary .sb-menu > ul > li:hover > a.login {
    color: #9050E9;
    border: 1px solid #BF9AF2;
    background-color: #F9F5FF;
}



/*  tinymce */
#replyInput_ifr{
  width: 100%;
  height: 80px !important;
  display: block;
  border: 1px solid #CBCDD2 !important;

}
.df-create-feed-div .mce-container-body div.mce-toolbar-grp{
   display:none !important;
}

.df-user-feed-comment-card .mce-container-body div.mce-toolbar-grp{
  display:none !important;
}

/* end */
.df-header-primary .sb-menu > ul > li > a.login:hover {
    color: #ffffff;
    border: 1px solid #BF9AF2;
    background: #9050E9;
}
.df-header-primary .sb-menu > ul > li.df-list.logged-in a.search svg {
  margin-right: 0;
}
.df-header-primary .sb-menu > ul > li.df-list.logged-in .df-notify-icon {
  padding: 0;
  margin: 0 24px;
  position: relative;
}
.df-header-primary .sb-menu > ul > li.df-list.logged-in .df-notify-icon .notify-count {
  position: absolute;
  top: 26px;
  right: -8px;
  border-radius: 4px;
  background: #FF3B30;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans";
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  padding: 0 4px;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list {
    width: 970px;
    left: unset;
    right: 0;
    border-top: 0;
    padding: 24px;
    border-radius: 0px 0px 8px 8px;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list.update-menu {
    width: 333px;
    right: unset;
    left: 20px;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container {
    width: 100%;
    padding: 0;
    text-align: left;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container .row > div {
    position: relative;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container .row > div::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #201142;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container .row > div:last-child::before {
    content: none;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container h5 {
    color: #A39EB2;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    padding: 12px;
    text-transform: uppercase;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container ul {
  padding-left: 0;
  list-style-type: none;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container ul li {
    margin-top: 8px;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container ul li:first-child {
    margin-top: 0px;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container ul li a {
    padding: 12px;
    color: #E9E7EC;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
    transition: 0.3s ease-in-out;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container ul li a:hover {
    border-radius: 8px;
    color: #ffff;
    background: #211440;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container ul li a span {
    display: block;
    color: #E9E7EC;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; 
    margin-top: 2px;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container ul.df-social-links {
    text-align: center;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container ul.df-social-links li a:hover {
    background: transparent;
} 
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container ul.df-social-links li a svg {
    margin-left: 0px;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container ul.df-social-links li a svg path {
    transition: 0.3s ease-in-out;
}
.df-header-primary .sb-menu > ul > li ul.mega-menu-list .mega-menu-container ul.df-social-links li a:hover svg path {
    fill: #ffff;
    stroke: unset;
}

@media (min-width: 1400px) {
    .df-container {
      max-width: 1280px;
    }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
.sb-header .logo {
    left: 60px;
  }
}
@media (min-width: 1400px) and (max-width: 1450px) {
  .sb-header .logo {
    left: 30px;
  }
}
@media(max-width: 1199.98px) {
.globalswitcher {
  display: none;
  }
  .deep .initiative-right{
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
    .df-about-content-wrapper .df-about-main-img-box {
        width: 546px;
    }
    .df-about-content-wrapper .df-about-content-box {
        width: calc(100% - 570px);
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab {
        width: calc(32.6% - 1px);
    }
}

@media (min-width: 320px) and (max-width: 1199.98px) {
    .df-header-primary,
    .df-header-primary.df-transparent-header {
/*      position: fixed;*/
      position: fixed !important;
      background-color: #13072D;
      width: 100%;
    }

 .df-switch-tabs {
    display: flex;
    gap: 24px;
    padding: 16px;
    padding-top: 0px;
/*    border-bottom: 1px solid var(--Gray-700, #344054);*/
    border-bottom: none !important;
    background: rgba(19, 7, 45, 0.80);
    backdrop-filter: blur(37px);
    position: absolute;
    margin-bottom: 32px;
    }
    .df-switch-tabs .df-switch-tab button.active {
    border-radius: 8px;
    border: 1px solid var(--Gray-600, #475467);
    background: rgba(249, 250, 251, 0.10);
    }
     .df-switch-tabs .df-switch-tab button .logo-text {
  color: #FFF!important;
  font-family: Orbitron!important;
  font-size: 20px !important;
  font-style: normal!important;
  font-weight: 700!important;
  line-height: 20px!important;
  margin-bottom: 10px!important;
  text-transform: none !important;
  text-align: initial;
  display: flex;
  gap: 12px;
}
   .df-switch-tabs .df-switch-tab button.active .logo-text {
  color: var(--Foundation-Violet-V500, #120B29);
  font-family: Orbitron;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}
/* .new-svg.active svg path {
  fill: white; 
} */
.df-switch-tabs .df-switch-tab button p {
  color: var(--Gray-500, #667085);
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-align: initial;
  padding-bottom: 0px;
}
.df-switch-tabs .df-switch-tab button {
  padding: 20px 16px 0px 16px;
  border-radius: 12px;
  border: 1px solid var(--Gray-600, #475467);
  width: 100%;

}
  .df-header-primary .logo {
    width: 270px;
  }
  .df-switch-tab{
    width: 100%;
  }


    .df-header-primary:has(.burger-menu.menu-open)::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #3C2D61;
      top: 88px;
    }
    .df-header-primary .burger-menu {
        top: 31px;
        width: 32px;
        height: 26px;
    }
    .df-header-primary .burger-menu .line-menu {
        background-color: #ffff;
    }
    .df-header-primary .burger-menu .line-menu.first-line {
        align-self: flex-end;
        width: 70%;
    }
    .df-header-primary .burger-menu.menu-open .line-menu.first-line {
        align-self: flex-start;
        width: 50%;
        transform: rotate(-90deg) translateX(5px);
    }
    .df-header-primary .burger-menu.menu-open .line-menu.last-line {
        transform: rotate(-90deg) translateX(-5px);
    }
    .df-header-primary:has(.burger-menu.menu-open) {
        height: 100vh;
        background-color: #13072D;
    }
    .df-header-primary:has(.burger-menu.menu-open)::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #3C2D61;
        top: 88px;
    }
    .df-header-primary:has(.burger-menu.menu-open) .sb-menu {
        position: relative;
        overflow: hidden;
    }
    .df-header-primary:has(.burger-menu.menu-open) .sb-menu::after {
        content: "";
        position: absolute;
        top: -1px;
        width: 90%;
        height: 1px;
        border-radius: 1026px;
        background: #FFF;
        filter: blur(20px);
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0.8;
        box-shadow: 0 0 28px 10px rgba(255, 255, 255, 0.3);
    }
    .df-header-primary .sb-menu .search-bar-box {
        display: block;
        position: relative;
        margin: 28px 0 8px 0;
    }
    .df-header-primary .sb-menu .search-bar-box::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        width: 98%;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.40) 50%, rgba(255, 255, 255, 0.00) 100%);
    }
    .df-header-primary .sb-menu .search-bar-box input {
        padding: 14px 16px 14px 44px;
        border-radius: 6px;
        border: 1px solid #3C2D61;
        background: #211440; 
        width: 100%;  
        color: #A39EB2;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px; 
    }
    .df-header-primary .sb-menu .search-bar-box input::placeholder {
        color: #A39EB2;
        opacity: 1;
    }
    .df-header-primary .sb-menu .search-bar-box input:focus-visible {
        outline: none;
    }
    .df-header-primary .sb-menu .search-bar-box svg {
        position: absolute;
        top: 18px;
        left: 16px;
    }
    .df-header-primary .sb-menu > ul > li {
        border-bottom: 1px solid#3C2D61;
    }
    .df-header-primary .sb-menu > ul > li > a {
        height: 60px;
        line-height: 60px;
        padding: 0;
        text-align: left;
        color: #A39EB2;
    }
    .df-header-primary .sb-menu > ul > li > a::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px; 
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTIuNjY2NiA2TDcuOTk5OTIgMTBMMy4zMzMyNSA2IiBzdHJva2U9IiNBMzlFQjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 22px;
        right: 0;
    }    
    .df-header-primary .sb-menu > ul > li > a.active {
        color: #ffff;
        border-bottom: 0;
    }
    .df-header-primary .sb-menu > ul > li > a.active::before {
        transform: rotate(180deg);
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTIuNjY2NiA2TDcuOTk5OTIgMTBMMy4zMzMyNSA2IiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
    }
    .df-header-primary .sb-menu > ul > li > a:hover {
        color: #A39EB2;
    }
    .df-header-primary .sb-menu > ul > li > a.sign-up {
        color: #ffff;
    }
    .df-header-primary .sb-menu > ul > li:first-child,
    .df-header-primary .sb-menu > ul > li:last-child {
        border-bottom: 0;
    }
    .df-header-primary .sb-menu > ul > li:last-child > a::before {
        content: none;
    }
    .df-header-primary .sb-menu > ul > li.df-list {
        float: unset;
        margin-top: 28px;
    }
    .df-header-primary .sb-menu > ul > li.df-list a {
        display: block;
        margin-left: 0;
        margin-top: 12px;
        text-align: center;
    }
    .df-header-primary .sb-menu > ul > li > .dropdown-plus {
        display: none;
    }
    .df-header-primary .sb-menu > ul > li.df-list a.search {
        display: none;
    }
    .df-header-primary .sb-menu > ul ul {
        padding-bottom: 20px;
    }
    .df-header-primary .sb-menu > ul ul li a {
        padding: 0;
        color: #E9E7EC !important;
        background-color: transparent;
        margin-top: 8px;
    }
    .df-header-primary .df-mega-menu-parent-items ul,
    .df-header-primary .df-mega-menu-child-items ul,
    .df-header-primary .mega-menu-sub-childs ul {
      padding-left: 0;
      list-style-type: none;
    }
    body .aware-project-top-bar {
    top: 72px !important;
    position: fixed !important;
    width: 100%;
  }
  .tabs-section ul.nav.nav-tabs {
    top: 72px !important;
  }
/*  CHANGES START*/
  section.df-hero-gradient-section{
/*    top: 72px !important;*/
    padding: 40px 0px 68px 0px !important;
  }
}
/*@media (min-width:230px) and (max-width:1199.98px){
  section.intro-pages{
    top: 0px !important;
  }
}*/
@media (max-width:768px){
  section.df-hero-gradient-section{
    top: 72px !important;
  }
}
@media (width:768px){
  section.df-hero-gradient-section{
    top: 0px !important;
  }
}


/*END*/
/* New trasparent menu 13-january-25 CSS end */

/* New Menu CSS start 
.deepfunding-megamenu-nav {
    padding: 7px 0;
}
.deepfunding-megamenu-nav .navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
}
.deepfunding-navbar .auth-btn-lg.df-list {
  z-index: 1;
}
.deepfunding-navbar .search {
  color: #fff;
  text-decoration: none;
  z-index: 1;
}
.deepfunding-navbar .sign-up,
.deepfunding-navbar .login {
  margin-left: 16px;
}
.deepfunding-navbar .button.compact-pad {
    margin-right: 0;
}
.button.compact-pad {
    padding: 10px 17px 10px 17px;
    font-size: 17px;
    letter-spacing: 0.7px;
    margin-right: 10px;
    margin-left: 20px;
}
.button.on-dark-bordered {
    padding: 8px 17px 8px 17px;
    background: none !important;
    color: #fdbf14;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    border: 3px solid #fdbf14;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin-right: 0px;
    margin-left: 10px;
}
.deepfunding-navbar .navbar-nav .menu-item {
    margin: 0 20px;
}
.deepfunding-navbar .navbar-nav .menu-item:last-child {
    margin-right: 20px !important;
}
.deepfunding-navbar .navbar-nav > .menu-item > a {
    display: inline-block;
    height: 72px;
    line-height: 72px;
}
.deepfunding-navbar .navbar-nav > .menu-item:hover > a {
    color: #fd9542;
}
.deepfunding-navbar .navbar-nav .menu-item a img {
    width: 14px;
    margin-left: 5px;
    filter: invert(1);
    transition: 0.1s all;
}
.deepfunding-navbar .navbar-nav .menu-item:hover a img {
    filter: invert(80%) sepia(27%) saturate(6947%) hue-rotate(335deg) brightness(110%) contrast(98%);
    transform: rotate(180deg);
}
.deepfunding-navbar .navbar-nav .menu-item.dropdown:hover > .dropdown-menu {
    top: 72px;
    left: 50%;
    transform: translate(-50%, 0%);
    min-width: 260px;
    padding: 2px;
    background: linear-gradient(145deg, #673af0 20%, #b620e0 50%, #f7b500 80%);
    border: 0;
    border-radius: 6px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.3), 0 4px 4px 0 rgba(0,0,0,0.05), 0 0 15px 0 rgba(26,16,59,0.1);
    animation: grow 0.3s ease-in-out;
}
.deepfunding-navbar .navbar-nav .menu-item.dropdown:hover > .dropdown-menu {
    display: block;
}
@keyframes grow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.deepfunding-navbar .navbar-nav .menu-item .dropdown-toggle::after {
    content: none;
}
.deepfunding-navbar .navbar-nav .menu-item .dropdown-menu ul {
    padding: 20px;
    background-color: #FAFAFA;
    border-radius: 6px;
    list-style-type: none;
}
.deepfunding-navbar .navbar-nav .menu-item .dropdown-menu ul li small {
    display: block;
    color: #666666;
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.deepfunding-navbar .navbar-nav .menu-item .dropdown-menu ul li a {
    color: #7F1BA4;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.19px;
    height: auto;
    line-height: 21px;
    padding: 11px 22px;
    border-radius: 6px;
    width: 220px;
    white-space: wrap;
}
.deepfunding-navbar .navbar-nav .menu-item .dropdown-menu ul li a:hover {
    background-color: #EBDCF1;
}
.deepfunding-navbar .navbar-nav .menu-item .dropdown-menu ul li:last-child a {
    margin-bottom: 0;
}
.deepfunding-navbar .navbar-nav .menu-item .dropdown-menu ul li a svg {
    margin-left: 0px;
    margin-top: -4px;
}
.deepfunding-navbar .navbar-nav .menu-item .dropdown-menu ul li a span {
    display: block;
    color: #666666;
    font-size: 12px;
    margin-top: 5px;
    line-height: 16px;
    font-family: "Open Sans";
    letter-spacing: 0;
}
.deepfunding-navbar .navbar-toggler .navbar-toggler-icon {
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background: url(../images/buttons/menu_open.svg) no-repeat center center;
}
.deepfunding-navbar .navbar-toggler .navbar-toggler-icon.opened {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: url(../images/buttons/menu_close.svg) no-repeat center center;
}
.deepfunding-navbar .navbar-nav .menu-item.dropdown:hover > .dropdown-menu.mega-dropdown-menu {
    display: flex;
}
.deepfunding-navbar .navbar-nav .menu-item.dropdown > .dropdown-menu.mega-dropdown-menu ul {
    min-width: 238px;
    border-radius: 0;
    border-right: 1px solid #D6D6D6;
}
.deepfunding-navbar .navbar-nav .menu-item.dropdown > .dropdown-menu.mega-dropdown-menu ul:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.deepfunding-navbar .navbar-nav .menu-item.dropdown > .dropdown-menu.mega-dropdown-menu ul:last-child {
    border-right: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.deepfunding-navbar .navbar-nav .menu-item.dropdown > .dropdown-menu.mega-dropdown-menu ul.social-icons-list {
  column-count: 2;
  min-width: 160px;
}
.deepfunding-navbar .navbar-nav .menu-item .mega-dropdown-menu .social-icons-list li {
  margin-bottom: 24px;
}
.deepfunding-navbar .navbar-nav .menu-item .mega-dropdown-menu .social-icons-list li a {
  width: 48px;
  height: 48px;
  background-color: #7F1BA4;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.deepfunding-navbar .navbar-nav .menu-item .mega-dropdown-menu .social-icons-list li a:hover {
  background-color: #9050E9;
}
.deepfunding-navbar .navbar-nav .menu-item .mega-dropdown-menu .social-icons-list li a img {
  filter: invert(0);
  transform: rotate(0);
  width: 30px;
  margin-left: 0;
}

*/
body {
  position: relative;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f4f8ff;
}
body ::-moz-selection {
  color: #fff;
  background: #8860d0;
}
body ::selection {
  color: #fff;
  background: #8860d0;
}

.df-dashboard-secondary-button{
  border: 1px solid #BF9AF2 !important;
  background-color: #F9F5FF !important;
  color: #9050E9 !important; 
  font-family: "DM Sans" !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  padding: 11px 24px;
  display: inline-block;
  border-radius: 4px;
  outline: none;
  background-size: 1px 120px;
  letter-spacing: -0.09px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  position: relative;
  z-index: 1;

}

.df-dashboard-secondary-button:hover{
  color: #fff !important;
  background-color: #9050E9 !important;
}

.view-rfp-proposal-link{
  border: 1px solid #2C2B2F !important;
  color: #2C2B2F !important;
  background-color: #fff !important;
}
.button {
  display: inline-block;
/*  padding: 18px 20px 18px 20px;*/
  padding: 16px 28px;
  border-radius: 8px;
  border: none;
  outline: none;
  background-color:#9050E9;
  /*background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdbf14),
    color-stop(50%, #fd9542),
    color-stop(0%, #fd9542)
  );
  background: linear-gradient(180deg, #fdbf14 0%, #fd9542 50%, #fd9542 0%);*/
  color: #fff;
  background-size: 1px 120px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.09px;
  line-height: 150%;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  position: relative;
  z-index: 1;
}

.button::before {  
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #271443 1.38%, #9050E9 100%);
    border-radius: 4px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.button:hover::before {
  opacity: 1;
}

.button.on-dark-bordered {
  padding: 8px 17px 8px 17px;
  background: none !important;
  color: #fdbf14;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  border: 3px solid #fdbf14;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-right: 0px;
  margin-left: 10px;
}
.button.compact-pad {
  padding: 10px 17px 10px 17px;
  font-size: 17px;
  letter-spacing: 0.7px;
  margin-right: 10px;
  margin-left: 30px;
}
.button.on-dark-bordered:hover {
  border: 3px solid #fd9542;
  background-color: #fd9542 !important;
  color: #ffffff;
}
.button:hover {
  background-position: 120px;
  color: #fff;
}
.button.btn-transparent,
.button.btn-transparent:link {
  background: none;
  color: #9050E9;
  font-size: 12px;
  line-height: 7px;
  text-align: center;
  border: 2px solid #9050E9;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 14px 49px 14px 49px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  width: 49%;
}
.button.btn-transparent:visited {
  background-color: #9050E9;
  color: #ffffff;
}
.button.btn-transparent:focus {
  color: #ffffff;
}
.button.btn-transparent:hover {
  color: #ffffff;
  background-color: #9050E9;
}
.button.btn-transparent:active {
  color: #ffffff;
}
.button.btn-inline {
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  padding: 0;
  color: #9050E9;
  background: none;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.resume-action-modal .button.btn-inline {
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  padding: 0;
  color: #212121;
  background: none;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.resume-action-modal .button.btn-inline:hover {
  color: #9050E9;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
select,
textarea {
  background: #fff;
  border: #979797;
  color: #010004;
  font-family: "Open Sans", sans-serif;
}
section {
  position: relative;
  min-height: 1px;
  padding: 128px 0 128px 0;
}
section.small_bottom {
  padding-bottom: 72px !important;
}
section.top {
  padding: 0 0 128px 0;
}
section.smallest {
  padding: 32px 0 32px 0 !important;
}
section.gradient {
  background: radial-gradient(circle at top, #1e1243 0.06%, #010004 100%);
}
section.gradient.rfp-banner-section {
  background: radial-gradient(circle at 50% -20%, #1e1243 6%, #010004 35%);
}
section.blue {
  padding: 48px 0 48px 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6d7bf0),
    color-stop(99.99%, #8860d0)
  );
  background: linear-gradient(180deg, #6d7bf0 0%, #8860d0 99.99%);
}
section.partners-section {
  padding: 128px 0 88px 0;
}
section.white {
  background: #fff;
}
section.grey {
  background: #E6E6E6;
}
section.offwhite {
  background: #dedce3;
}
.seperator {
  height: 128px;
  width: 100%;
}
@media (max-width: 991px) {
  .seperator {
    height: 128px;
  }
}
.seperator.banner {
  height: 2px;
  margin: 80px 0 80px 0;
  background: #1e1243;
}
.alert-band_container {
  height: 48px;
}
.alert-band_container .notification_link-cta {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: default;
}
.alert-band_container .close-notification {
  position: absolute;
  right: 10px;
  background: url("../images/buttons/x-circle-black.svg") no-repeat center
    center;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.alert-band_container .close-notification:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  background: url("../images/buttons/x-circle-white.svg") no-repeat center
    center;
}
.alert-band_container.red {
  background: #960018;
  background-image: linear-gradient(to right, #f7b500, #b620e0, #32c5ff);
}
.alert-band_container.red .message {
  padding: 10px 12px;
  font-family: "DM Sans", sans-serif;
}
.alert-band_container.red .message .anuc-icon {
  width: 34px;
  height: 26px;
  margin-right: 8px;
  margin-top: -4px;
}
.alert-band_container.red .message .chevron-icon {
  width: 44px;
  height: 26px;
  margin-top: -2px;
}
.alert-band_container.red .message .heading {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
.alert-band_container.red .message .text {
  font-weight: normal;
  margin-left: 8px;
  color: #ffff;
  font-size: 16px;
}
.alert-band_container .notification_link-cta .visit_btn {
  text-decoration: underline;
}
.alert-band_container.yellow {
  background: yellow;
}
.alert-band_container.yellow .message {
  padding: 12px;
}
.alert-band_container.yellow .message .heading {
  font-weight: bold;
}
.alert-band_container.yellow .message .text {
  font-weight: normal;
  margin-left: 8px;
}
.alert-band_container.blue {
  background: #4086ff;
}
.alert-band_container.blue .message {
  padding: 12px;
}
.alert-band_container.blue .message .heading {
  font-weight: bold;
  color: #fff;
}
.alert-band_container.blue .message .text {
  font-weight: normal;
  margin-left: 8px;
  color: #f1f1f1;
}
.alert-band_container.green {
  background: #138808;
}
.alert-band_container.green .message {
  padding: 12px;
}
.alert-band_container.green .message .heading {
  font-weight: bold;
  color: #fff;
}
.alert-band_container.green .message .text {
  font-weight: normal;
  margin-left: 8px;
  color: #f1f1f1;
}
.alert-band_container.hide {
  display: none;
}
.alert-band_container + section nav:first-child {
  top: 48px;
}
.alert-band_container + section nav:first-child #navbarExtra {
  top: 105px;
}
.alert-band_container + section nav:first-child #navbarExtra .megamenu-main {
  height: calc(100vh - 121px);
}
.inner-leftnav a.intro:hover,
.inner-leftnav a.intro.active{
  color: #212121 !important;
  line-height: 21px;
  font-size: 16px;

} 
.inner-leftnav a {
  position: relative;
  display: block;
  padding: 14px 23px;
  margin-bottom: 18px;
  color: #9B9B9B;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.inner-leftnav a:hover,
.inner-leftnav a.active {
  background: #ffff !important;
  color: #212121 !important;
  font-weight: 600;
}
.inner-leftnav a:hover::before,
.inner-leftnav a.active::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 100%;
  background-color: #9050E9;
}
.leftnavspacerdiv {
  visibility: hidden;
  height: 96px;
  background: red;
  width: 100%;
}
.roadmaps:first-of-type .leftnavspacerdiv_small,
.rules:first-of-type .leftnavspacerdiv_small,
.schedules:first-of-type .leftnavspacerdiv_small {
  visibility: hidden;
  height: 96px;
  background: yellow;
  width: 100%;
  content: " ";
}
.roadmaps .leftnavspacerdiv_small,
.rules .leftnavspacerdiv_small,
.schedules .leftnavspacerdiv_small {
  visibility: hidden;
  height: 96px;
  background: blue;
  width: 100%;
  content: " ";
}
.home-banner {
  margin-top: 160px;
}
#main-menu {
  /*  background: radial-gradient(circle at top, #1e1243 0.06%, #010004 100%);*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
section.gradient.rfp-banner-section #main-menu {
  background: none;
} 
section.gradient.rfp-banner-section #main-menu.bgclass {
  background: radial-gradient(circle at top, #1e1243 0.06%, #010004 100%);
}
.home-banner #main-banner {
  /*text-align: center !important;*/
}
.home-banner .text-xl-start {
  /*text-align: center !important;*/
  display: flex;
  gap:40px;
}
.home-banner .text-xl-start a:hover img {
  filter: invert(1);
}
.button.watch-video-2 {
  font-size: 16px;
  letter-spacing: 1.43px;
  padding: 16px 32px;
  text-transform: uppercase;
  margin-top: 10px;
  color: #9050E9;
  background: transparent;
  border: 2px solid #9050E9;
  margin-right: 20px;
}
.button.watch-video-2:hover {
  border: 2px solid #fd9542;
  background-color: #fd9542;
  color: #ffffff;
}
.home-banner .text-xl-start .watch-video{
  color: #9050E9;
  background: transparent;
  border: 2px solid #9050E9;
  margin-right: 20px;
}
.home-banner .text-xl-start .watch-video:hover {
  border: 2px solid #fd9542;
  background-color: #fd9542;
  color: #ffffff;
}
.home-banner .carousel-animated {
  margin-top: 0;
}
.home-banner .carousel-animated .tagline-big {
  text-align: left !important;
  margin-top: 24px;
}
.tagline-small pre span {
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important;
}
.home-details_wrapper .home-main-text p {
  color: #B6B2BC;
}
.main-banner_animated {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.9px;
  line-height: 60px;
  text-align: center;
  visibility: hidden;
}

.new_mailchimp_wrapper_content {
  display: flex;
  align-items: center;
  gap: 20px 60px;
  justify-content: center;
}
.new_mailchimp_wrapper_content h4 {
  line-height: 34px;
  font-size: 28px;
  margin-bottom: 0;
}
.new_mailchimp_wrapper_content h4 span {
  color: #ffff;
}
 .new_mailchimp_wrapper_content p {
  font-size: 20px;
  letter-spacing: -0.33px;
  line-height: 30px;
  color: #010004;
  margin-bottom: 0;
 }
.responsive-guide-partcipation_image {
  width: 95% !important;
  margin: 40px auto;
}
.home-main-text {
  color: #dedce3;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 28px;
}
.home-main-text.left {
  padding: 0 24px 0 0;
}
.home-main-text.right {
  padding: 0 0 0 24px;
}
.home-main-text p {
  color: #dedce3;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 28px;
}
.home-main-text p:last-of-type {
  margin: 0;
}
.home-main-text p a {
  color: #fd9542;
  font-weight: 600;
  text-decoration: none;
}
.home-main-text p a:hover {
  text-decoration: underline;
}
.home-main-text a {
  color: #fd9542;
  font-weight: 600;
  text-decoration: none;
}
.home-main-text a:hover {
  text-decoration: underline;
}
.get{
display:none;
}
.carousel-animated {
  margin: 40px 0 0 0;
}
.banner-carousel_animated {
  visibility: hidden;
    display:none;

}
.banner-carousel_animated h1:nth-child(2) {
  background: #8183ea;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-carousel_animated h1:nth-child(3) {
  background: #b620e0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-carousel_animated h1:nth-child(4) {
  background: #f3ab10;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-subscribe-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-subscribe-newsletter h4 {
  color: #010004;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.46px;
  line-height: 34px;
  margin: 0 16px 0 0;
  padding: 0;
}
.home-subscribe-newsletter h4 span {
  color: #fff;
}
.home-subscribe-newsletter input[type="text"] {
  width: 340px;
  height: 56px;
  padding: 0 16px;
  outline: none;
  border: none;
  border-radius: 3px;
}
.home-subscribe-newsletter input[type="text"]::-webkit-input-placeholder {
  color: #979797;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.3px;
  line-height: 22px;
}
.home-subscribe-newsletter input[type="text"]:-ms-input-placeholder {
  color: #979797;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.3px;
  line-height: 22px;
}
.home-subscribe-newsletter input[type="text"]::-ms-input-placeholder {
  color: #979797;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.3px;
  line-height: 22px;
}
.home-subscribe-newsletter input[type="text"]::placeholder {
  color: #979797;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.3px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .home-subscribe-newsletter {
    display: block;
  }
}
.cta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 32px 0;
}
.cta-item .cta-item_circle {
  height: 96px;
  width: 96px;
  min-width: 96px;
  background: transparent;
  border-radius: 50%;
  padding: 0px;
  margin: 0 24px 0 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cta-item .cta-item_circle .cta-item_circle_inner {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 96px;
  width: 96px;
  background: #fff;
  border-radius: 50%;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.cta-item .cta-item_text {
  padding: 8px 0 0 0;
}
.cta-item .cta-item_text h5 {
  color: #4fc7f7;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 26px;
}
.cta-item .cta-item_text p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 22px;
}
.cta-item:nth-child(1) .cta-item_text h5 {
  color: #4fc7f7;
}
.cta-item:nth-child(2) .cta-item_text h5 {
  color: #8183ea;
}
.cta-item:nth-child(3) .cta-item_text h5 {
  color: #b620e0;
}
.cta-item:nth-child(4) .cta-item_text h5 {
  color: #f3ab10;
}
.home-proposals {
  /*overflow: hidden;*/
  position: relative;
  width: 100%;
  border: solid 1px #fff;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fafafa;
  /*-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);
  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);*/
    border: 2px solid rgb(228, 233, 242);
  min-height: 100px;
  margin-bottom: 30px;
/*  height: 94%;*/
  display: flex;
  flex-direction: column;
}
.home-proposals.haslink:hover {
  cursor: pointer;
  /*-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);
  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);*/
  /*border: solid 1px #fafafa;
  background: #fff;*/
}
.home-proposals.haslink:hover a.home-proposals_link {
  text-decoration: none;
}

.home-proposals.haslink:hover h4.home-proposals_heading {
  color: #9050E9;
}
.home-proposals .home-proposals_brand .image-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-proposals .home-proposals_brand .image-box img{
  width: 100%;
  height: 200px;
/*  object-fit: cover;*/
  object-fit: fill;
  border-radius: 6px 6px 0px 0px;
  transition: 0.3s ease-in-out;
}
.home-proposals:hover .image-box img {
  transform: translate(0px, -4px) scale(1.01);
}



.home-proposals .home-proposals_brand {
  width: 100%;
  height: 200px;
  background-position: center center;
  border-radius: 1px;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  border-radius: 12px 12px 0 0;
}

.home-proposals h4.home-proposals_heading {
  margin: 16px 24px 0 24px;
  color: #424242;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
  padding: 0;
  transition: 0.3s ease-in-out;
}

.home-proposals.haslink h4.home-proposals_heading:hover {
  color: #9050E9;
}

.home-proposals .proposal-btn {
  padding: 12px 24px 2px 24px;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  min-height: 4rem;
}

.home-proposals .proposal-btn button {
  display: inline-block;
  font-size: 18px;
  line-height: 29px;
  color: #2b1665;
  background-color: rgba(43, 22, 101, 0.1);
  border-radius: 25px;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 4px 16px;
  border: 0;
}

.home-proposals.new-proposal-card h4.home-proposals_heading {
  color: #2b1665;
  max-height: 4rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*min-height: 4rem;*/
}

.home-proposals span.home-proposals_amount {
  display: block;
  margin: 0 0 6px 0;
  color: #8860d0 !important;
  font-weight: 600 !important;
}

.home-proposals span.home-proposals_amount strong {
  font-weight: 600 !important;
}

.home-proposals .home-proposals_text {
  margin: 0 24px;
  padding: 0;
  color: #424242;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 28px;
  max-height: 12rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
.home-proposals .home-proposals_text p {
  margin: 0 0 32px 0 !important;
  padding: 0;
  color: #858585;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 28px;
}

.home-proposals a.home-proposals_link:hover{
  text-decoration: underline;
}
.home-proposals a.home-proposals_link,
.home-proposals span.home-proposals_link {
  margin: 0 24px 14px 24px;
  display: inline-block;
  color: #7F1BA4;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: none;
}
.home-proposals span.home-proposals_link.no-preview,
.home-proposals span.home-proposals_link.no-longer-visible {
  color: #cccccc;
}
.home-proposals span.home-proposals_link {
  pointer-events: auto;
  cursor: pointer;
}
.home-proposals a.home-proposals_link:hover {
  text-decoration: underline;
}
.home-updates {
  overflow: hidden;
  width: 100%;
  border: solid 1px #fff;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fafafa;
  -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);
  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);
  min-height: 100px;
  padding: 24px;
}
.home-updates:hover {
  cursor: pointer;
  -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);
  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);
  border: solid 1px #fafafa;
  background: #fff;
}
.home-updates:hover h4.home-updates_heading {
  color: #fd9542;
}
.home-updates:hover a.home-updates_link {
  text-decoration: underline;
}
.home-updates .home-updates_image {
  height: 182px;
  width: 100%;
  border: none;
  background: transparent;
  border-radius: 2px;
}
.home-updates .home-updates_image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
.home-updates .home-updates_date {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  color: #858585;
  padding: 0;
  margin: 0 0 16px 0;
}
.home-updates .home-updates_divider {
  height: 1px;
  background: #979797;
  width: 100%;
  margin: 0 0 16px 0;
}
.home-updates h4.home-updates_heading {
  color: #424242;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin: 32px 0 8px 0;
  padding: 0;
}
.home-updates .home-updates_text,
.home-updates .home-updates_text p {
  margin: 0 0 32px 0 !important;
  padding: 0;
  color: #858585;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 28px;
}
.home-updates a.home-updates_link {
  color: #fd9542;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: none;
}
.home-updates a.home-updates_link:hover {
  text-decoration: underline;
}
.blog-updates_wrapper {
  text-decoration: none;
  outline: none;
}
.blog-updates_wrapper .blog-updates {
  overflow: hidden;
  width: 100%;
  border: solid 1px #fff;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fafafa;
  -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);
  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);
  min-height: 100px;
  margin-bottom: 30px;
}
.blog-updates_wrapper .blog-updates:hover {
  /*cursor: pointer;
  -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);
  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);
  border: solid 1px #fd9542;
  background: #fff;*/
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.blog-updates_wrapper .blog-updates:hover .blog-updates_image img {
    transform: translate(0px, -4px) scale(1.01);
}
.blog-updates_image img{
  transition: 0.3s ease-in-out;
  height: 100%;
}

.blog-updates_wrapper .blog-updates:hover h4.blog-updates_heading {
  color: #9050E9;
}
.blog-updates_wrapper .blog-updates .blog_inner {
  padding: 8px 24px 24px 24px;
}
.blog-updates_wrapper .blog-updates .blog-updates_image {
  position: relative;
  height: 220px;
  min-height: 210px;
  max-height: 240px;
  width: 100%;
  border: none;
  overflow: hidden;
  background: transparent;
  border-radius: 2px;
}

.blog-updates_wrapper .blog-updates .blog-updates_image .image-box {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.blog-updates_wrapper .blog-updates .blog-updates_image .image-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  transition: 0.3s ease-in-out;
}
.blog-updates_wrapper .blog-updates .blog-updates_image:hover .image-box img {
  transform: scale(1.4);
}
.blog-updates_wrapper .blog-updates .blog-updates_image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}

.blog-updates_wrapper .blog-updates .blog-updates_image .video-icon {
  position: absolute;
  top: 0%;
  left: 47%;
/*  transform: translate(-50%, -50%);*/
  width: 40px;
}
.blog-updates_wrapper .blog-updates .blog-updates_date {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  color: #858585;
  text-transform: capitalize;
  padding: 0;
  margin: 0 0 16px 0;
}
.blog-updates_wrapper .blog-updates .blog-updates_divider {
  height: 1px;
  background: #dedce3;
  width: 100%;
  margin: 0 0 16px 0;
}
.blog-updates_wrapper .blog-updates h4.blog-updates_heading {
  color: #424242;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin: 8px 0 8px 0;
  padding: 0;
}
.blog-updates_wrapper .blog-updates .blog-updates_text,
.blog-updates_wrapper .blog-updates .blog-updates_text p {
  margin: 0 !important;
  padding: 0;
  color: #858585;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 28px;
} /*tabs section css*/
.tabs-section ul.nav.nav-tabs {
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 4px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 15px 0 rgba(26, 16, 59, 0.03);
  border-top: solid 1px #cccccc;
  top: 88px;
  z-index: 12;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.filter-container {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.df-project-tabs + .tab-content .filter-container {
  padding-top: 0;
}
.filter-container #project-count {
  color: #9b9b9b;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.filter-container #proposal-count {
  color: #9b9b9b;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  position: absolute;
  top: 40px; /* Align to top */
  right: 0px; /* Align to right */
}

.filter-container #proposal-count.rfp-count {
  color: #9b9b9b;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  position: absolute;
  top: 65px; /* Align to top */
  right: 0px; /* Align to right */
}

.filter-container #proposals-count {
  color: #9b9b9b;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
position: absolute;
  top: 65px; /* Align to top */
  right: 25px; /* Align to right */
}

.filter-container #proposals-count-comp {
  color: #9b9b9b;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
position: absolute;
  top: 65px; /* Align to top */
  right: 25px; /* Align to right */
}

.section-ls-community a {
  text-decoration: none;
  color: #212121;
}
.status-round{
display:none;
}
.status-round span {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #00c48c;
  margin-bottom: 23px;
  display:none;
}
.load-more {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
.filter-container .reset.open-tabs{
  display: none;
}
.filter-container .reset {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
  color: #7f1ba4;
}
.filter-container form {
  display: flex;
}
.filter-container .form-group span {
  margin-right: 12px;
}
.filter-container .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
}
.filter-container .form-group::after {
  content: ''; 
  position: absolute;
  top: 58%;
  right: 53px;
  border-style: solid;
  border-width: 5px 5px 6px 6px;
  border-color: transparent #444 #444 transparent;
  transform: rotate(45deg);
}
.filter-container .form-group label {
  color: #9b9b9b;
  margin-bottom: 5px;
}
section.tabs-section {
  padding: 0px;
  background: #f4f8ff;
}
.tabs-section ul.nav.nav-tabs li {
  margin: 0 24px;
  display: block;
}
.tabs-section ul.nav.nav-tabs li a {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  color: #7f1ba4;
  font-size: 18px;
  font-weight: 400;
  line-height: 56px;
  text-decoration: none;
  color: #7f1ba4;
  border: 0;
  font-family: "Open Sans";
}
.tabs-section ul.nav.nav-tabs li a:hover {
  color: #9050E9;
}
.tabs-section ul.nav.nav-tabs li a.active {
  color: #2B1665;
  border-bottom: 0;
}
.tabs-section ul.nav.nav-tabs li a.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9050E9;
  background: linear-gradient(130deg, #32c5ff 20%, #b620e0 50%, #f7b500 80%);
}
.tabs-section ul.nav.nav-tabs li a.active {
  /*font-weight: 600;*/
  font-weight: bold;
}
.filter-container {
  position: relative; /* Ensure this container is the positioning context */
}

.filter-rfps_completed, .award_rfp_type, .filter-rfp-props, .filter-rfps, .filter-round-prop, .filter-round-fav, .filter-project-pool, .filter-fav-project-pool  {
        cursor: pointer;
        padding: 7px;
        
        transition: background-color 0.3s, color 0.3s; 
    }
    .filter-rfps_completed.selected,
    .filter-rfp-props.selecteds,
    .filter-rfps.selected,
    .filter-round-prop.selected,
    .filter-round-fav.selected,
    .filter-project-pool.selected,
    .filter-fav-project-pool.selected {
        color: #2B1665; 
        font-weight: 600;
        
    }
    .filter-rfps_completed:hover,
    .filter-rfp-props:hover,
    .filter-rfps:hover,
    .filter-round-prop:hover,
    .filter-round-fav:hover,
    .filter-project-pool:hover,
    .award_rfp_type:hover,
    .filter-fav-project-pool:hover {
        /*color: #2B1665; */
        color: #7F1BA4;
        
    }
.filter-container .form-group select {
  border: 2px solid #9a8eb8;
  padding: 12px;
  border-radius: 5px;
  margin-right: 36px;
  width: 208px;
  height: 48px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  appearance: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.filter-container .form-group select:disabled {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  pointer-events: none;
  cursor: none;
}




.filter-container .form-group .keyword_search {
/*  margin-right: 36px;*/
 margin-right: 0;
  width: 356px;
  height: 48px;
  font-family: "Inter", sans-serif;
  background-image: url("../images/search_icon.svg");
  background-position: 13px 12px;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 12px 20px 12px 48px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  color: #444444;
  font-size: 18px;
}
.filter-container .form-group .keyword_search::placeholder {
  font-size: 18px;
  color: #9B9B9B;
  opacity: 1;
}
.filter-container .form-group .keyword_search:focus {
  outline: none;
  border: 1px solid #7F1BA4;
  background-color: #ffff;
}

.form-group.search_field label {
  visibility: hidden;
}

.form-group.search_field{
  position: relative;
}

.form-group.search_field::after {
  content: "\2715";
  position: absolute;
  font-size: 12px;
  cursor: pointer;
  background: #7F1BA4;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  text-align: center;
  right: 50px;
  bottom: 13px;
  padding-left: 1px;
}


/* rfp voting buttons on detail page  */

.rfp-spec-content .voting-buttons {
    display: flex;
    gap: 8px;
    padding-top: 20px;
}

.rfp-spec-content .voting-buttons .upvote {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 1px solid #098322;
    border-radius: 4px;
    background-color: #f0fff3;
}

.rfp-spec-content .voting-buttons .upvote img {
    height: 17px;
    width: 16px;
}

.rfp-spec-content .voting-buttons .upvote p {
    font-family: 'DM Sans', sans-serif;
    color: #098322;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0;
    cursor: pointer;
}

.rfp-spec-content .voting-buttons .downvote {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 1px solid #ea0b0b;
    border-radius: 4px;
    background-color: #fff3f3;
}

.rfp-spec-content .voting-buttons .downvote img {
    height: 13px;
    width: 10px;
}

.rfp-spec-content .voting-buttons .downvote p {
    font-family: 'DM Sans', sans-serif;
    color: #ea0b0b;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    cursor: pointer;
}

/* end rfp voting buttons on detail page  */

/* rfp voting display on rfp dashboard  */

.prop-spec-grid li .dashboard-upvote {
    display: block;
    align-content: center;
    text-align: center;
    /* width: 33%; */
    border-right: 1px solid #E6E6E6;
}

.dashboard-upvote .upvote img, .dashboard-downvote .downvote img  {
  padding-right: 6px;
}

.upvote > span {
  color: #098322;
}

.dashboard-upvote .dashbboard-voting-p {
    color: #6C6B6D;
    font-family: "DM Sans";
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 0;
}



.prop-spec-grid li .dashboard-downvote {
    display: block;
    /* width: 33%; */
    align-content: center;
    text-align: center;
}

.downvote > span {
  color: #EA0B0B;
}

.dashboard-downvote .dashbboard-voting-p {
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

/* end rfp voting display dashboard  */





.open-project-buttons h4 {
  display: inline-block;
  padding-right: 15px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.open-project-buttons .submit-propsal {
  margin-right: 18px;
}
.reset a {
  color: #7f1ba4;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01px;
  line-height: 29px;
  text-decoration: none;
}
.open-project-buttons {
  padding: 24px 0 36px 0;
}
.open-project-buttons .filter-container {
  padding: 0;
}
.propsal-link {
  border-top: 1px solid #e4e2e2;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.completed-proposal-content .content-box.team-content {
  /*width: 250px;
  margin: 0 auto;
  text-align: center;*/
}

.completed-proposal-content .content-box.awarded-content {
  /*width: 300px;
  margin: 0 auto;
  text-align: center;*/
}

.completed-proposal-content.awarded-tab{
  padding: 36px 0 220px 0;
}
.completed-proposal-content {
  padding: 0px 0 100px 0;
}
.completed-proposal-content .content-box {
  /*width: 450px;
  margin: 0 auto;
  text-align: center;*/
}
.completed-proposal-content .content-box .main-heading {
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
  margin:  0px 0 12px 0;
  color: #9B9B9B;
  text-transform: none;
  border-bottom: 0;
}
.completed-proposal-content .content-box .txt {
  margin-bottom: 24px;
  color: #9B9B9B;
}
.completed-proposal-content .content-box .update-btn {
  margin-right: 18px;
} 

/*  for dashboard */

.alert-proposal-content .content-box {
/*  width: 450px;*/
  max-width: 512px;
  margin: 0 auto;
  text-align: center;
  padding:32px;
  background:#fff;
}
.alert-proposal-content .content-box .main-heading {
  /*font-size: 24px;
  line-height: 48px;
  font-weight: 600;
  margin:  0px 0 15px 0;
  color: #9B9B9B;*/
  color: #2C2B2F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 10px;
}
.alert-proposal-content .content-box .txt {
  margin: 0px;
  color: #6C6B6D;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.alert-proposal-content .content-box .update-btn {
  margin-right: 18px;
} 

.alert-proposal-content {
/*  padding: 50px 0 100px 0;*/
  padding: 80px 0 !important;
}
.proposals-list .alert-proposal-content .content-box h2,
.df-project-complete-detail-section .alert-proposal-content .content-box h2 {
  border-bottom: 0;
}

.df-dashboard-content .proposals-list .df-caught-all-notifications {
/*    padding: 20px 0px 100px 0;*/
  text-align: center;
  max-width: 512px;
  margin:80px auto;
  padding:32px;
  border-radius:12px;
  border: 1px solid #E9E7EC;
  background:#FFF;
}
.df-dashboard-content .proposals-list .df-caught-all-notifications h3 {
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
}
.df-dashboard-content .proposals-list .df-caught-all-notifications p {
    color: #6C6B6D;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}
/*project page ended*/

/*Global style for new style of deepfunding*/

.page-id-5511 {
  background-color: #13072D;
}



.df-theme-primary-btn {
  display: inline-block;
  color: #FFF;
  font-family: "DM Sans";
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  line-height: 150%;
  line-height: 20px;
  padding: 14px 24px;
  border-radius: 4px;
  border: 1px solid #BF9AF2;
  background: #9050E9;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  text-decoration: none;
/*  margin-bottom: 4px;*/
}

.partner-about-section .df-theme-secondary-btn {
  display: inline-block;
  color: #9050E9;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 14px 24px;
  border-radius: 4px;
  border: 1px solid #BF9AF2;
  background: #F9F5FF;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  text-decoration: none;
}

.partner-about-section .df-about-main-img-box {
  height: auto;
}

.df-theme-secondary-btn {
  display: inline-block;
  color: #9050E9;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 14px 24px;
  border-radius: 4px;
  border: 1px solid #BF9AF2;
  background-color: #F9F5FF;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.df-theme-secondary-btn:hover {
  color: #ffffff;
  border: 1px solid #BF9AF2;
  background: #9050E9;
}

.df-watch-video-btn {
  display: inline-block;
  position: relative;
  color: #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 14px 24px;
  border-radius: 4px;
  border: 1px solid #F9F5FF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  overflow: hidden;
}

.partner-hero-video-section .df-watch-video-btn {
  display: inline-block;
  position: relative;
  color: #9050E9;
  background-color: #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 14px 24px;
  border-radius: 4px;
  border: 1px solid #F9F5FF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  overflow: hidden;
}

.partner-hero-video-section .df-hero-video-container {
    position: relative;
    border-radius: 0;
    height: 850px;   
    overflow: hidden;
}
.partner-hero-video-section .df-hero-video-container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.df-watch-video-btn .btn-video-box-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%; 
    min-height: 100%; 
    object-fit: cover; 
    z-index: -1; 
}
/*.df-watch-video-btn .btn-video-box-outer video.btn-video {
    transform: scale(0.15);
}*/
.df-theme-primary-btn:hover::before {
  opacity: 1;
}

.df-theme-primary-btn:hover {
  color : #FFF;
}

.df-watch-video-btn:hover {
  color : #FFF;
}

.partner-hero-video-section .df-watch-video-btn:hover {
  color : #FFF;
  background : #9050E9;
}

.df-watch-video-btn svg {
  position: relative;
  top: -2px;
  margin-right: 4px;
}


.df-theme-primary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #271443 1.38%, #9050E9 100%);
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.df-large-cta-box {
  margin-top: 64px;
  text-align: center;
}
.partner-about-section .df-large-cta-box {
  margin-top: 34px;
  text-align: left;
  padding-bottom: 10px;
}

.partner-about-section .df-large-cta-box a:first-child {
  margin-right: 24px;
}

.partner-about-section .important-details-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.partner-about-section .important-details-list li img {   
    margin-right: 8px;
}
.partner-about-section .important-details-list li {   
    margin-bottom: 16px;
    color: var(--Foundation-Violet-V400, #150D2F);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.partner-about-section .partner-about-content-col {
    padding-right: 64px;
}

.df-sec-heading-box {
  text-align: center;
}
.df-sec-heading-box span {
  display: inline-block;
  color: #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 4px;
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.16) 100%);
  backdrop-filter: blur(2px);
  margin-bottom: 16px;
}

.df-sec-heading-box h2 {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

/* df-newsletter-section-start */
.df-newsletter-section {
    padding: 96px 0;
}
.df-newsletter-section .df-newsletter-content-box {
    position: relative;
    padding: 74px 54px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(218, 218, 218, 0.20);
    background: linear-gradient(180deg, #9050E9 0%, #1E0B47 100%), url("http://stg-deepfunding-staging.kinsta.cloud/wp-content/uploads/2025/01/df-newsletter-bg.png");
    background-blend-mode: screen;
    background-size: contain;
    transition: 0.3s ease-in-out;
}
.df-newsletter-section .df-newsletter-content-box:hover {
    border: 1px solid rgba(218, 218, 218, 0.60);
}
.df-newsletter-section .df-newsletter-content-box h2 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}
.df-newsletter-section .df-newsletter-content-box p {
    line-height: 22px; 
    max-width: 694px;
    margin: 0 auto;
    margin-bottom: 48px;
    color: #F0F0F0;
}
/* df-newsletter-section-end */


/* global style ends here */


/* df-hero-video-section-start */
.df-hero-video-section {
    padding: 88px 0 0 0;
}
.partner-hero-video-section {
  padding:0;
}
body:has(#df-banner) .df-hero-video-section {
    padding: 136px 0 0 0;
}
.df-hero-video-container {
    position: relative;
    height: 800px;
    border-radius: 32px;
/*    background: linear-gradient(0deg, rgba(4, 0, 14, 0.65) 0%, rgba(4, 0, 14, 0.65) 65%);*/
    overflow: hidden;
}
/*.df-hero-video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #04000e;
    opacity: 0.65;
}*/
.df-hero-video-container .df-hero-video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.df-hero-video-container video.main-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%; 
    min-height: 100%; 
    object-fit: cover; 
    z-index: -1; 
}
.df-hero-video-content .df-round-top-chip {
    margin-bottom: 16px;
}
.df-round-top-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 4px;
    background: linear-gradient(190deg, rgba(255, 19, 236, 0.32) 15.95%, rgba(255, 187, 1, 0.32) 83.22%);
    backdrop-filter: blur(2px);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.df-round-top-chip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(190deg, #FF13EC 15.95%, #FFBB01 83.22%);
    border-radius: 4px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.df-round-top-chip:hover::before {
    opacity: 1;
}
.partner-hero-video-section .df-round-top-chip {
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.16) 100%);
  backdrop-filter: blur(2px);
  margin-bottom: 24px;
}
.partner-hero-video-section .df-round-top-chip::before {
  content: none;
}
.partner-hero-video-section .df-round-top-chip small {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.partner-hero-video-section .df-hero-video-content h1 {
  max-width: 1000px;
}
.partner-hero-video-section .df-hero-video-content h1 span {
  background: linear-gradient(243deg, #FF13EC 15.95%, #FFBB01 83.22%);
  background-clip: text;
}
.df-round-top-chip .round-count {
    position: relative;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 12px; 
    letter-spacing: 0.06px;
    padding: 4px 8px;
    border-radius: 2px;
    background: linear-gradient(243deg, #FF13EC 15.95%, #FFBB01 83.22%);
}
.df-round-top-chip:hover .round-count {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.df-round-top-chip .round-count::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff;
    border-radius: 2px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.df-round-top-chip:hover .round-count::before {
    opacity: 1;
}
.df-round-top-chip small,
.df-round-top-chip a {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    line-height: 12px; 
    letter-spacing: 0.06px;
}
.df-round-top-chip a {
    padding: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.10);
}
.df-hero-video-content h1 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    max-width: 1134px;
    margin: 0 auto 32px auto;
}
.df-hero-video-content h1 span {
    background: linear-gradient(90deg, #FF13EC 0%, #FFBB01 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.df-hero-video-content p {
    max-width: 776px;
    margin: 0 auto 48px auto;
}
.df-hero-video-content .df-theme-primary-btn,
.df-hero-video-content .df-watch-video-btn {
    margin: 0 8px;
}
.df-hero-video-content .hero-btns-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-section p {
  color: #F0F0F0;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/* df-hero-video-section-end */

/* df-about-section-start */
.df-about-section {
    padding: 96px 0;
}
.df-about-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 34px;
}
.partner-about-section .df-about-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    margin-bottom: 34px;
}
.partner-about-section .df-about-content-wrapper h2 {
  color: #150D2F;
  font-family: "DM Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.df-about-content-wrapper .df-about-content-box {
    width: calc(100% - 594px);
}
.partner-about-section .df-about-content-box {
  width: 100%;
}
.df-about-section .df-about-content-box .title {
    display: inline-block;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 150%; 
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 4px;
    background: linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.16) 100%);
    backdrop-filter: blur(2px);
    margin-bottom: 20px;
}
.partner-about-section .df-about-content-box .title {
    display: inline-block;
    color: #1E1243;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 150%; 
    text-transform: uppercase;
    padding: 8px 16px;
    border: 1px solid #E9E7EC;
    border-radius: 4px;
    background: #E9E7EC;
    backdrop-filter: blur(2px);
    margin-bottom: 24px;
}
.partner-about-section .df-about-content-box .df-text-color-animate {
    color: #150D2F !important;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.partner-about-section .df-about-content-box .df-text-color-desc {
    color: #2C2B2F !important;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.df-about-section .df-about-content-box p {
    color: #3F3850;
    font-family: "DM Sans";
    font-size: 34px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}
.df-about-section .df-about-content-box p span.active  {
    color: #F0F0F0;
}
.df-about-content-wrapper .df-about-main-img-box {
    width: 570px;
    cursor: pointer;
}
.df-trust-factor-box {
    padding: 40px 0;
    border-radius: 16px;
    background: #211440;
    text-align: center;
    margin-top: 30px;
}
.df-trust-factor-box .trust-factor-count,
.df-trust-factor-box .trust-factor-count span {
    font-family: "DM Sans";
    font-size: 64px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
    background: linear-gradient(200deg, #FF13EC 15.95%, #FFBB01 83.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.df-trust-factor-box span {
    color: #F0F0F0;
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}
/* df-about-section-end */

/* df-key-benefits-section-start */
.df-key-benefits-section {
    padding: 96px 0;
    background: #211440;
}
.df-key-benefits-section .df-sec-heading-box {
    margin-bottom: 64px;
}
.df-key-benefits-section .df-sec-heading-box p {
    max-width: 640px;
    margin: 0 auto;
}
.df-key-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.df-key-benefits-box {
    padding: 16px;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #3C2D61;
    background: #13072D;
}
.df-key-benefits-box img {
    margin-bottom: 16px;
    width: 40px;
    height: 40px;
}
.df-key-benefits-box h4 {
    color: #E5E0EF;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 12px; 
}
.df-key-benefits-box p {
    color: #A79FB9;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
}
/* df-key-benefits-section-end */


/* df-how-it-works-section-start */
.df-how-it-works-section {
    padding: 96px 0;
}
.df-how-it-works-section .df-sec-heading-box {
    margin-bottom: 64px;
}
.df-how-it-works-section .df-sec-heading-box p {
    max-width: 888px;
    margin: 0 auto;
}
.df-working-tabs-wrapper {
    padding: 32px;
    border-radius: 16px;
    background: #211440;
}
.df-working-tabs-wrapper .df-working-tabs {
    display: flex;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #3C2D61;
    background: #13072D;
    margin-bottom: 32px;
}
.df-working-tabs-wrapper .df-working-tabs .df-working-tab {
    width: calc(32.6% - 0px);
}
.df-working-tabs-wrapper .df-working-tabs .df-working-tab button {
    width: 100%;
    height: 100%;
    padding: 24px;
    border-radius: 16px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease-in-out;
}
.df-working-tabs-wrapper .df-working-tabs .df-working-tab button:hover {
    background: #190C36;
}
.df-working-tabs-wrapper .df-working-tabs .df-working-tab button.active {
    background: #211440;
}
.df-working-tabs-wrapper .df-working-tabs .df-working-tab button span {
    color: #B0A6C6;
    font-family: "DM Sans";
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}
.df-working-tabs-wrapper .df-working-tabs .df-working-tab button.active span {
    color: #ffff;
}
.df-working-tabs-wrapper .df-working-tabs .df-working-tab button p {
    color: #9990AD;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; 
    margin-bottom: 0;
}
.df-working-tabs-wrapper .df-working-tabs .df-working-tab button.active p {
    color: #D6D0E3;
}
.df-working-tabs-wrapper .df-working-tab-pane.show {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 44px;
}
.df-working-tabs-wrapper .df-working-tab-pane .df-working-accordion {
    width: calc(53% - 22px);
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item {
    background-color: transparent;
    border: 0;
    margin-bottom: 0px;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button {
    position: relative;
    background-color: transparent;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s ease-in-out;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button.collapsed {
    padding: 24px 0;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:hover {
    padding: 24px 32px;
    border-radius: 16px;
    background: #190C36;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:not(.collapsed) {
    border-radius: 16px 16px 0 0;
    border: 0.5px solid #3C2D61;
    border-bottom: 0;
    background: #13072D;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button::after {
    background: unset;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button::before {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><g clip-path="url(%23clip0_3409_5017)"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.8248 18.3248C14.6061 18.5436 14.3094 18.6664 14 18.6664C13.6907 18.6664 13.394 18.5436 13.1752 18.3248L6.57535 11.725C6.46392 11.6174 6.37504 11.4887 6.3139 11.3463C6.25275 11.204 6.22057 11.0509 6.21922 10.896C6.21788 10.7411 6.24739 10.5874 6.30606 10.4441C6.36472 10.3007 6.45134 10.1704 6.56089 10.0609C6.67043 9.95134 6.80069 9.86472 6.94407 9.80605C7.08745 9.74739 7.24107 9.71788 7.39598 9.71922C7.55089 9.72057 7.70398 9.75275 7.84632 9.8139C7.98866 9.87504 8.11739 9.96392 8.22501 10.0753L14 15.8503L19.775 10.0753C19.9951 9.86283 20.2898 9.74524 20.5956 9.74789C20.9015 9.75055 21.1942 9.87325 21.4105 10.0896C21.6268 10.3059 21.7495 10.5985 21.7521 10.9044C21.7548 11.2103 21.6372 11.505 21.4247 11.725L14.8248 18.3248Z" fill="white"/></g><defs><clipPath id="clip0_3409_5017"><rect width="28" height="28" fill="white"/></clipPath></defs></svg>');
    position: absolute;
    top: calc(50% - 15px);
    right: 32px;
    font-size: 22px;
    color: #ffff;
    line-height: 28px;
    transition: 0.3s ease-in-out;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button.collapsed::before {
    right: 0;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:hover::before {
    right: 32px;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:not(.collapsed)::before {
    top: calc(50% - 22px);
    transform: rotate(180deg);
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button .icon-box {
    width: 52px;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button .meta-box {
    width: calc(100% - 72px);
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button .meta-box h4 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:not(.collapsed) h4 {
    background: linear-gradient(243deg, #FF13EC 15.95%, #FFBB01 83.22%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button .meta-box p {
    color: #D6D0E3;
    margin-bottom: 0;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 32px 24px 32px;
    border-radius: 0 0 16px 16px;
    border: 0.5px solid #3C2D61;
    border-top: 0;
    background: #13072D;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-collapse .accordion-body p {
    color: #9990AD;
    font-size: 16px;
    max-width: 496px;
    margin-bottom: 24px;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-collapse .accordion-body a {
    display: inline-block;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; 
    text-decoration: underline;
}
.df-working-tabs-wrapper .df-working-tab-pane .df-working-tab-img {
    width: calc(47% - 22px);
}
/* df-how-it-works-section-end */

/* df-awarded-projects-section-start */
.df-awarded-projects-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.df-awarded-projects-section::before {
    content: "";
    position: absolute;
    top: -200px;
    width: 60%;
    height: 200px;
    border-radius: 1026px;
    background: #FFF;
    filter: blur(102px);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.5;
}
.df-awarded-projects-section::after {
    content: "";
    position: absolute;
    bottom: -160px;
    width: 60%;
    height: 200px;
    border-radius: 1026px;
    background: linear-gradient(185deg, #32C5FF -1.39%, #B620E0 43.99%, #F7B500 87.13%);
    filter: blur(207px);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.4;
}
.df-awarded-projects-section .df-sec-heading-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px 120px;
    margin-bottom: 64px;
} 
.df-awarded-projects-section .df-sec-heading-box .sub-content {
    width: calc(100% - 375px);
    text-align: left;
}
.df-awarded-projects-section .df-sec-heading-box .sub-content span {
    margin-bottom: 16px;
}
.df-awarded-projects-section .df-sec-heading-box .sub-content p {
    margin-bottom: 0;
}
.df-awarded-project-gm-card {
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(8px);
    transition: 0.3s ease-in-out;
}
.df-awarded-project-gm-card::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 98%;
    height: 1px;
    background: linear-gradient(90deg, rgba(245, 34, 255, 0.00) 0%, #F522FF 50%, rgba(245, 34, 255, 0.00) 100%);
}
.df-awarded-project-gm-card:hover {
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.30);
}
.df-awarded-project-gm-card .awarded-project-gm-img-box {
    width: 100%;
    height: 240px;
    position: relative;
}
.df-awarded-project-gm-card .awarded-project-gm-img-box img {
    border-radius: 16px 16px 0 0;
    height: 100%;
    object-fit: cover;
}
.df-awarded-project-gm-card .awarded-project-gm-img-box .awarded-project-gm-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #00AB30;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
    padding: 8px 24px;
    border-radius: 4px;
    border: 1px solid #00AB30;
    background: #F4FFF7;
    backdrop-filter: blur(2px);
}
.df-awarded-project-gm-card .awarded-project-gm-content-box {
    position: relative;
    padding: 24px;    
}
.df-awarded-project-gm-card .awarded-project-gm-content-box::before,
.df-awarded-project-gm-card .awarded-project-gm-content-box::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -1px;
    width: 1px;
    height: 60%;
    opacity: 0;
    background: radial-gradient(rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0.1) 100%);
    transform: translate(0%, 0%);
    transition: 0.5s ease-in-out;
}
.df-awarded-project-gm-card .awarded-project-gm-content-box::after {
    top: unset;
    bottom: 1px;
    left: unset;
    right: -1px;
}
.df-awarded-project-gm-card:hover .awarded-project-gm-content-box::before,
.df-awarded-project-gm-card:hover .awarded-project-gm-content-box::after {
    opacity: 1;
    transform: translate(0%, 50%);
}
.df-awarded-project-gm-card:hover .awarded-project-gm-content-box::after {
    transform: translate(0%, -50%);
}
.df-awarded-project-gm-card .awarded-project-gm-content-box a:has(h3) {
  text-decoration: none;
}
.df-awarded-project-gm-card .awarded-project-gm-content-box h3 {
    color: #F9FAFB;
    font-family: "DM Sans";
    font-size: 28px;
    font-weight: 700;
    line-height: 36px; 
    margin-bottom: 28px;
    min-height: 72px;
}
.df-awarded-project-gm-card .awarded-project-gm-dtl-grid {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.12);
    margin-bottom: 28px;
}

.df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item-rfp {
  width: 100% !important;
}

.df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item {
    padding: 20px 24px;
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item:first-child,
.df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item:nth-child(2) {
    border-top: 0;
}
.df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item:first-child,
.df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item:nth-child(2n+1) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item small {
    display: block;
    color: #F0F0F0;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item span {
    display: block;
    color: #ffff;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.df-awarded-project-gm-card .awarded-project-gm-author-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.df-awarded-project-gm-card .awarded-project-gm-author-box .left-cont-box {
    display: flex;
    align-items: center;
    gap: 8px;
    width: calc(100% - 80px);
}
.df-awarded-project-gm-card .awarded-project-gm-author-box .left-cont-box .img-box {
    width: 44px;
    height: 44px;
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(243deg, #FF13EC 15.95%, #FFBB01 83.22%);
}
.df-awarded-project-gm-card .awarded-project-gm-author-box .left-cont-box .img-box img {
    border-radius: 50%;
}
.df-awarded-project-gm-card .awarded-project-gm-author-box .left-cont-box .meta-box {
    width: calc(100% - 52px);
}
.df-awarded-project-gm-card .awarded-project-gm-author-box .left-cont-box .meta-box span {
    display: block;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.df-awarded-project-gm-card .awarded-project-gm-author-box .left-cont-box .meta-box small {
    color: #D6D0E3;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.df-awarded-project-gm-card .awarded-project-gm-author-box .right-cont button {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px; 
    border: 0;
    text-decoration: underline;
    letter-spacing: 1px;
    padding: 0;
  background-color: transparent;
}
.df-awarded-projects-carousel.owl-theme .owl-dots {
    margin-top: 20px !important;
}
.df-awarded-projects-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #ffff;
    margin: 5px 3px;
}
.df-awarded-projects-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffff;
}
.df-awarded-projects-section .df-large-cta-box {
    display: none;
}
/* df-awarded-projects-section-end */

/* df-theme-testimonal-section-start */
.df-theme-testimonal-section {
    padding: 96px 0;
    overflow: hidden;
}
.df-theme-testimonal-section .df-sec-heading-box {
    margin-bottom: 64px;
}
.df-theme-testimonal-section .df-sec-heading-box p {
    max-width: 676px;
    margin: 0 auto;
}
.df-innovator-carousel-card .innovator-dtl-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    padding: 0 24px;
}
.df-innovator-carousel-card .innovator-dtl-box .img-box {
    width: 96px;
    height: 96px;
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(243deg, #FF13EC 15.95%, #FFBB01 83.22%);
}
.df-innovator-carousel-card .innovator-dtl-box .img-box img {
    border-radius: 50%;
    width: 88px;
    height: 88px;
    object-fit: cover;
}
.df-innovator-carousel-card .innovator-dtl-box .meta-box {
    width: calc(100% - 112px);
}
.df-innovator-carousel-card .innovator-dtl-box .meta-box span {
    display: block;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; 
    margin-bottom: 4px;
}
.df-innovator-carousel-card .innovator-dtl-box .meta-box small {
    color: #D6D0E3;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
.df-innovator-carousel-card .innovator-review-box {
    position: relative;
    padding: 24px;
    border-radius: 16px;
    background: #211440;
}
.df-innovator-carousel-card .innovator-review-box::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 58px;
    width: 24px;
    height: 24px;
    background-color: #211440;
    transform: rotate(45deg);
}
.df-innovator-carousel-card .innovator-review-box strong {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
.df-innovator-carousel-card .innovator-review-box p {
    font-style: italic;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 0 0;
}
.df-theme-innovator-carousel.owl-carousel{
  z-index: -1;
}
.df-theme-innovator-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.df-theme-community-card {
    position: relative;
    padding: 48px;
    border-radius: 16px;
    background: linear-gradient(131deg, rgba(255, 255, 255, 0.07) 0%, rgba(153, 153, 153, 0.14) 100%);
    margin-top: 96px;
    overflow: hidden;
}
.df-theme-community-card::before {
    content: "";
    position: absolute;
    top: -200px;
    width: 60%;
    height: 140px;
    border-radius: 1026px;
    background: #FFF;
    filter: blur(102px);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.df-theme-community-card::after {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1px;
    border-radius: 1026px;
    background: radial-gradient(rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 255, 255, 0.01) 100%);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
}
.df-theme-community-card .community-card-content h2 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}
.df-theme-community-card .community-card-content p {
    color: #F0F0F0;
    font-size: 18px;
    margin-bottom: 56px;
}
.df-theme-community-card .community-card-content a {
    margin-right: 20px;
}
.df-theme-community-card .community-video-box {
    width: 100%;
    height: 100%;
}
.df-theme-community-card .community-video-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.partner-pitch-deck-widget .community-video-box {
   text-align: right;
}
.partner-pitch-deck-widget .community-video-box img {
    height: auto;
    width: auto;
    object-fit: cover;
}

.df-theme-community-card .community-video-box iframe {
    border-radius: 8px;
}
.df-theme-community-card .df-community-actions-box {
    display: none;
    text-align: center;
    margin-top: 40px;
}
.df-theme-community-card .df-community-actions-box a {
    margin: 0 8px;
}
.df-theme-community-card .df-ellipse {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 1000px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.04);
    z-index: -1;
}
.df-theme-community-card .df-ellipse-2 {
    top: 270px;
    height: 600px;
    width: 60%;
} 
.df-theme-community-card .df-hover-state-indicator {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.df-theme-community-card:hover .df-hover-state-indicator {
  border: 1px solid rgba(255, 255, 255, 0.30);
}
.df-theme-community-card:hover .df-hover-state-indicator::before,
.df-theme-community-card:hover .df-hover-state-indicator::after {
    opacity: 1;
    transform: translate(0%, 50%);
}
.df-theme-community-card:hover .df-hover-state-indicator::after {
    transform: translate(0%, -50%);
}
/* df-theme-testimonal-section-end */

.df-hover-state-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.df-hover-state-indicator::before,
.df-hover-state-indicator::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -1px;
    width: 1px;
    height: 60%;
    opacity: 0;
    background: radial-gradient(rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0.1) 100%);
    transform: translate(0%, 0%);
    transition: 0.5s ease-in-out;
}
.df-hover-state-indicator::after {
    top: unset;
    bottom: 1px;
    left: unset;
    right: -1px;
}

/* df-blog-updates-section-start */
.df-blog-updates-section {
    padding: 96px 0;
    background: #211440;
}
.df-blog-updates-section .df-sec-heading-box {
    margin-bottom: 64px;
}
.df-blog-updates-section .df-sec-heading-box p {
    max-width: 676px;
    margin: 0 auto;
}
.df-blog-update-card {
    position: relative;
    border-radius: 16px;
    background: linear-gradient(131deg, rgba(255, 255, 255, 0.07) 0%, rgba(153, 153, 153, 0.14) 100%);
    overflow: hidden;
    transition: 0.3s ease-in-out;
    display: flex;
  flex-direction: column;
/*  height: 93%;*/
}
.df-blog-update-card:hover {
    transition: 0.3s ease-in-out;
}
.df-blog-update-card:hover::before {
    content: "";
    position: absolute;
    bottom: -160px;
    width: 60%;
    height: 200px;
    border-radius: 1026px;
    background: linear-gradient(243deg, #32C5FF -1.39%, #B620E0 43.99%, #F7B500 87.13%);
    filter: blur(400px);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}
.df-blog-update-card .blog-update-img-box {
   width: 100%; /* or set a fixed width if needed */
  height: 250px; /* or your desired fixed height */
  position: relative;
    /* height: 234px; */
    border-radius: 16px 16px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.df-blog-update-card:hover .blog-update-img-box {
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-bottom: 0;
}
.df-blog-update-card .blog-update-img-box img {
    border-radius: 16px 16px 0 0;
    height: 100%;
    width: 100%;
    transition: 0.3s ease-in-out;
}
.df-blog-update-card:hover .blog-update-img-box img {
    transform: scale(1.01);
}
.df-blog-update-card .blog-update-content-box {
    position: relative;
    padding: 20px;
    border-radius: 0 0 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-top: 0;
    transition: 0.3s ease-in-out;
    flex-grow: 1;
  display: flex;
  flex-direction: column;
}
}
.df-blog-update-card:hover .blog-update-content-box {
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-top: 0;
}
.df-blog-update-card .blog-update-content-box::before,
.df-blog-update-card .blog-update-content-box::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -1px;
    width: 1px;
    height: 60%;
    opacity: 0;
    background: radial-gradient(rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0.1) 100%);
    transform: translate(0%, 0%);
    transition: 0.5s ease-in-out;
}
.df-blog-update-card .blog-update-content-box::after {
    top: unset;
    bottom: 1px;
    left: unset;
    right: -1px;
}
.df-blog-update-card:hover .blog-update-content-box::before,
.df-blog-update-card:hover .blog-update-content-box::after {
    opacity: 1;
    transform: translate(0%, 50%);
}
.df-blog-update-card:hover .blog-update-content-box::after {
    transform: translate(0%, -50%);
}
.df-blog-update-card .blog-update-content-box small {
    display: inline-block;
    color: #EAECF0;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 8px; 
}
.df-blog-update-card .blog-update-content-box h4 {
    color: #F9FAFB;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px; 
    max-width: 340px;
    min-height: 44px;
    margin-bottom: 12px;
}
.df-blog-update-card .blog-update-content-box h4 a {
    color: #F9FAFB;
    text-decoration: none;
}
.df-blog-update-card .blog-update-content-box p {
    display: -webkit-box;
    color: #98A2B3;
    font-size: 14px;
    line-height: 20px; 
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.df-blog-update-card .blog-update-content-box a.blog-link {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; 
    text-decoration: underline !important;
     text-underline-offset: 4px;
    letter-spacing: 0.5px;
    padding-bottom: 4px;
       margin-top: auto;
/*  width: 25%;*/
}
/* df-blog-updates-section-end */

/* df-footer-section-start */

.df-footer-section ul li a span.ft-tag {
  border-radius: 2px;
  background: var(--Foundation-Yellow-Y300, #F3AB10);
  padding: 2px 8px;
  color: var(--Foundation-Grey-G300, #010004);
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  text-transform: uppercase;
  margin-left: 6px;
}

.df-footer-section {
    padding: 64px 0 48px;
    background: #1E0B47;
    margin-top: 80px;
/*    z-index: 1051;*/
}
.df-footer-section .logo {
    margin-bottom: 32px;
}
.df-footer-section p {
    color: #E9D7FE;
    font-size: 16px;
    line-height: 22px;
    max-width: 320px;
    margin-bottom: 32px;
}
.df-footer-section .social-links {
    margin-bottom: 32px;
    padding-left: 0;
}
.df-footer-section .social-links li {
    display: inline-block;
    margin-right: 20px;
}
.df-footer-section .social-links li a {
    margin-bottom: 0;
}
.df-footer-section .social-links li svg path {
    transition: 0.3s ease-in-out;
}
.df-footer-section .social-links li svg:hover path {
    fill: #ffffff;
}
.df-footer-section .df-snet-tag {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 4px;
    background: linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.16) 100%);
    backdrop-filter: blur(2px);
}
.df-footer-section .df-snet-tag a {
  text-decoration: none;
}
.df-footer-section .df-snet-tag span {
    background: linear-gradient(237deg, #FF00EA 49.52%, #FFCC3F 83.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.df-footer-section h6 {
    color: #AFB5D9;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px; 
    margin-bottom: 16px;
}
.df-footer-section ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.df-footer-section ul li a {
    display: inline-block;
    color: #E9D7FE;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px; 
    margin-bottom: 12px;
    text-decoration: none;
}
.df-footer-section ul li a:hover {
    color:#F4EEFD;
}
/* df-footer-section-end */

/* df-copyright-sections-start */
.df-copyright-section {
    background-color: #13072D;
    padding: 24px 0;
}
.df-copyright-section .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.df-copyright-section .content-box p {
    color: #D6BBFB;
    font-size: 16px;
    line-height: 24px; 
    margin-bottom: 0;
}
.df-copyright-section .content-box ul {
  padding-left: 0;
  margin-bottom: 0;
}
.df-copyright-section .content-box ul li {
    display: inline-block;
    margin-right: 8px;
}
.df-copyright-section .content-box ul li:last-child {
    margin-right: 0;
}
.df-copyright-section .content-box ul li a {
    color: #E9D7FE;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px; 
    text-decoration: none;
}
/* df-copyright-section-end */

/*blog page start*/
.blog-updates_wrapper .blog-updates a.blog-updates_link {
  color: #fd9542;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: none;
}
.blog-updates_wrapper .blog-updates a.blog-updates_link:hover {
  text-decoration: underline;
}
.df_faq .df-accordion-item {
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fafafa;
  -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);
  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);
  border: solid 1px #fff;
  margin: 0 0 4px 0;
}
.df_faq .df-accordion-item:hover a.home-updates_link {
  text-decoration: underline;
}
.df_faq .df-accordion-item h2 button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #424242;
}
.df_faq .df-accordion-item h2 button::after {
  background-image: url(../images/chevron-black-icon.png);
}
.df_faq .df-accordion-item h2 button:not(.collapsed)::after {
  background-image: url(../images/chevron-black-icon.png);
  transform: rotate(180deg);
}
.df_faq .df-accordion-item .accordion-body p {
  color: #858585;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 28px;
}
.df_faq .df-accordion-item .accordion-body a {
  color: #fd9542;
  font-weight: 600;
  text-decoration: none;
}
.df_faq .df-accordion-item .accordion-body a:hover {
  text-decoration: underline;
}
.df_faq .df-accordion-item .accordion-body h1,
.df_faq .df-accordion-item .accordion-body h2,
.df_faq .df-accordion-item .accordion-body h3,
.df_faq .df-accordion-item .accordion-body h4,
.df_faq .df-accordion-item .accordion-body h5,
.df_faq .df-accordion-item .accordion-body h6 {
  font-family: "Inter", sans-serif;
  color: #010004 !important;
  background: transparent;
  background-clip: initial;
  -webkit-text-fill-color: #010004;
  margin-bottom: 0;
  padding-bottom: 0;
}
.df_faq .df-accordion-item .accordion-body h1 {
  font-size: 48px;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 48px 0 0 0;
}
.df_faq .df-accordion-item .accordion-body h2 {
  font-size: 32px;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 40px 0 0 0;
}
.df_faq .df-accordion-item .accordion-body h2:first-of-type {
  padding-top: 0;
}
.df_faq .df-accordion-item .accordion-body h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding: 32px 0 0 0;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.df_faq .df-accordion-item .accordion-body h4 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 24px 0 0 0;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.df_faq .df-accordion-item .accordion-body h5 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 16px 0 0 0;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.df_faq .df-accordion-item .accordion-body h6 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 16px 0 0 0;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.df_faq .df-accordion-item .accordion-body ul,
.df_faq .df-accordion-item .accordion-body ol {
  margin: 20px 0 0 8px;
  font-size: 16px;
  color: #444;
  line-height: 1.75em;
  font-family: "Open Sans", sans-serif;
}
.df_faq .df-accordion-item .accordion-body ul li,
.df_faq .df-accordion-item .accordion-body ol li {
  margin: 0 0 4px 0;
}
.df_faq .df-accordion-item .accordion-body ul li:last-of-type,
.df_faq .df-accordion-item .accordion-body ol li:last-of-type {
  margin: 0 0 16px 0;
}
.df_faq .df-accordion-item .accordion-body ul ul,
.df_faq .df-accordion-item .accordion-body ul ol,
.df_faq .df-accordion-item .accordion-body ol ul,
.df_faq .df-accordion-item .accordion-body ol ol {
  margin-top: 4px;
}
.df_faq .df-accordion-item .accordion-button:not(.collapsed) {
  color: #010004;
  background: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.partners-wrapper {
  margin-bottom: 48px;
  display: block;
}
.partners-wrapper .img-partners {
  width: 240px;
}
footer {
  background: #010004;
  padding: 80px 0 0 0;
}
footer .copy-right {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
footer .copy-right p {
  margin-bottom: 0;
  color: #f4f8ff;
}
footer .copy-right .cooky-policy {
  margin-right: 20px;
  color: #f4f8ff;
}
footer .new_mailchimp_wrapper {
  position: relative;
}
footer .new_mailchimp_wrapper .new_mailchimp_wrapper_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: row;
  justify-content: center;
}
footer .new_mailchimp_wrapper .new_mailchimp_wrapper_content p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .filter-container .form-group select {
    width: 120px;
  }
}
@media (max-width: 575px) {
  footer .new_mailchimp_wrapper .new_mailchimp_wrapper_button {
    margin-left: 0;
  }
}
footer .footer-getstarted {
  padding: 40px;
  margin: 0 0 64px 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6d7bf0),
    color-stop(99.99%, #8860d0)
  );
  background: linear-gradient(180deg, #6d7bf0 0%, #8860d0 99.99%);
  border-radius: 3px;
}
footer .footer-getstarted h4 {
  color: #010004;
  font-family: "Inter", sans-serif;
  line-height: 30px;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.46px;
  line-height: 34px;
}
footer .footer-getstarted h4 span {
  color: #fff;
}
footer .footer-getstarted p {
  color: #010004;
  font-family: inter;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}
footer h6 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 32px 0;
  padding: 0;
}
@media (max-width: 767px) {
  footer h6 {
    margin: 20px 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer h6 {
    margin: 0 0 24px 0;
  }
}
footer .footer-projectpowered {
  font-family: "Inter", sans-serif;
  display: inline-block;
  color: #fafafa;
  border: 1px solid #4b5274;
  border-radius: 4px;
  font-size: 16px;
  background-color: #1d1824;
  margin: 32px 32px 32px 0;
  padding: 12px 16px 12px 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  text-transform: capitalize;
}
footer .footer-projectpowered span {
  color: #fd9542;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  margin: 0;
  padding: 0;
}
footer ul li a {
  color: #a679ae;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  letter-spacing: -0.07px;
  line-height: 14px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer ul li a:hover {
  color: #fd9542;
}
footer ul.footer-menu_social {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
footer ul.footer-menu_social li {
  float: left;
}
footer ul.footer-menu_social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7F1BA4;
  border-radius: 50%;
  margin: 0 15px 10px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 34px;
  width: 34px;
}
footer ul.footer-menu_social li a:hover {
  background-color: #fd9542;
}
footer ul.footer-menu_social li a img {
  filter: invert(1);
  width: 18px;
  height: 21px;
}
footer ul.footer-menu_social li a.twitter img {
  filter: none;
}
footer .seperator {
  height: 1px;
  width: 100%;
  background: #8860d0;
  margin-top: 50px;
}
footer .seperator.bgnone {
  background: transparent;
  margin: 48px 0 48px 0;
}
footer .copyright {
  color: #f4f8ff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  opacity: 0.5;
}
.inner-banner.contact-banner{
  margin-top:0px;
  text-align: center;
}
.inner-banner_text a{
  color: #F0F0F0;
}
.inner-banner {
  margin-top: 160px;
}
@media (max-width: 991px) {
  .inner-banner.small {
    margin-top: 24px;
  }
}
.inner-banner.blog-banner {
  margin-top: 96px;
}
.inner-banner .blog-back {
  color: #fd9542;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.inner-banner .blog-back:hover {
  text-decoration: underline;
}
.inner-banner .blog-back:hover::before {
  margin-right: 4px;
}
.inner-banner .blog-back::before {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  background-image: url(../images/accordion/arrow_yellow.svg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  margin-right: 12px;
  content: "";
}
.inner-banner_text,
.inner-banner_text p {
  font-size: 18px;
  color: #fff;
  line-height: 1.75em;
  font-family: "DM Sans";
  margin: 24px 0 0 0;
}
.inner-banner_text p span {
  font-family: "DM Sans";
}


/* df-proposal-counter-card-start */
.df-proposal-counter-card {
   /* max-width: 450px;
    min-height: 500px;*/
    text-align: center;
/*    margin-bottom: 30px;*/
}
.df-proposal-counter-card .proposal-counter-outer-box {
     /*min-height: 500px;*/
    min-height: auto;
    
    border-radius: 12px;
    background: linear-gradient(325deg, #32c5ff 0%, #b620e0 52%, #f7b500 95%);
    /*background: #ffff;*/
    padding: 2px;
/*  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);*/
    border: 2px solid #E4E9F2;
}
.df-proposal-counter-card .proposal-counter-inner-box {
    /* min-height: 500px;*/
    min-height: auto;
    border-radius: 20px;
    padding: 24px 9px;
    background: #100928;
}
.df-proposal-counter-card .proposal-counter-inner-box h2 {
    color: #F4F8FF;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0;
    margin-bottom: 0;
}
.df-proposal-counter-card .proposal-counter-inner-box > small {
  display: block;
  color: #F4F8FF;
  font-size: 12px;
  
  letter-spacing: 0;
  line-height: 24px;
}
.df-proposal-counter-card .proposal-counter-inner-box > small >span {
    color: #9050E9;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
.df-proposal-counter-card .proposal-detail-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
/*    padding: 15px 15px 21px 15px;*/
    margin: 0 25px;
    margin-top: 12px;
    border-radius: 6px;
    border: 2px solid #E6E6E6;
    background: #FFF;
    /*border: 1px solid #D0D0D0;
    border-width: 1px 0 1px 0;*/
    width: 100%;
}
.df-proposal-counter-card .proposal-detail-box .sub-box{
  width: 50%;
  border-right: 1px solid #010004;
}
.df-proposal-counter-card .proposal-detail-box .sub-box:last-child{
  border-right: none;
}
.df-proposal-counter-card .proposal-detail-box .sub-box small {
    color: #6C6B6D;
    font-family: "DM Sans";
    font-size: 11px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
}
.df-proposal-counter-card .proposal-detail-box .sub-box h4 {
    color: #010004;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 0;
}
.df-proposal-counter-card .proposal-detail-box .sub-box h4 span {
    font-size: 16px;
    font-weight: 500;
}
.df-proposal-counter-card .proposal-counter-inner-box > .button {
    margin-top: 24px;
    width: 100%;
}
/* df-proposal-counter-card-end */

/* df-proposal-counter-content-grid-start */
:root {

    --days: 0;
    --hours: 0;
    --minutes: 00;
    --seconds: 0;
    --grayish-blue: hsl(237, 18%, 59%);
    --desaturated-blue: hsl(236, 21%, 26%);
    --dark-blue-800: hsl(235, 16%, 14%);
    --dark-blue-900: hsl(234, 17%, 12%);
    --soft-red: hsl(345, 95%, 68%);
    --bg-clr-body: var(--dark-blue-800);
    --bg-clr-card: var(--desaturated-blue);
    --bg-clr-card-shadow: var(--dark-blue-900);
    --txt-clr-card: var(--soft-red);
    --txt-clr-card-title: var(--grayish-blue);
    --txt-size-card: 4.5rem;
} 
.df-proposal-counter-content-grid {
    display: grid;
/*    gap: 4px 63px;*/
    gap: 4px 35px;
    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
    margin: 0 25px;
    margin-top: 25px;
} 
.df-proposal-counter-content-grid .flip-card {
    --_flip-card-size: 110px;
    /*background: linear-gradient(to bottom, #2f3047 50%, var(--bg-clr-card) 0);*/
     background: #ffff;
     border: 2px solid rgba(214, 223, 238, 0.95);
  box-shadow: 0 0 16px 0 rgba(244,248,255,0.5);
    border-radius: 0.5rem;
    display: inline-flex;
    flex-direction: column;
    font-size: 56px;
    font-weight: 700;
    position: relative;
    perspective: 800px;
    perspective-orgin: center;
    height: var(--_flip-card-size);
/*    max-width: var(--_flip-card-size);*/
}
/*.df-proposal-counter-card.dashboard .df-proposal-counter-content-grid .df-flip-card-separator{
    color: #A39EB2;
    text-align: center;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
}*/
.df-proposal-counter-content-grid .flip-card::before,
.df-proposal-counter-content-grid .flip-card::after {
    --_pivot-pt-size: 8px;
    content: "";
    background: #A39EB2;
    border-radius: 50%;
    height: var(--_pivot-pt-size);
    width: var(--_pivot-pt-size);
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    z-index: 99;
}
.df-proposal-counter-content-grid .flip-card::before {
    top: 42%;
    right: -23px;
}
.df-proposal-counter-content-grid .flip-card::after {
    top: 56%;
    right: -23px;
}
.df-proposal-counter-content-grid .flip-card:nth-child(3):before,
.df-proposal-counter-content-grid .flip-card:nth-child(3)::after {
    content: none;
}
.df-proposal-counter-content-grid .flip-card .top::before {
    content: "";
    background: #fafafa;
    inset: 0;
    opacity: 1;
    border-bottom: 1px solid #D6DFEE;
}
.df-proposal-counter-content-grid .flip-card .time {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    z-index: -1;
}
.df-proposal-counter-content-grid .flip-card .top,
.df-proposal-counter-content-grid .flip-card .bottom {
    --_flip-speed: 450ms;
    background: #fff;
    display: flex;
    justify-content: center;
    position: absolute;
/*    overflow: hidden;*/
    height: 49%;
    width: 100%;
    transform-style: preserve-3d;
}
.df-proposal-counter-content-grid .flip-card .top[data-flip="true"] {
    animation: top-to-bottom var(--_flip-speed) ease-in;
}
.df-proposal-counter-content-grid .flip-card .bottom[data-flip="true"] {
    animation: bottom-to-top var(--_flip-speed) ease-out var(--_flip-speed);
}
.df-proposal-counter-content-grid .flip-card .top {
    border-radius: 6px 6px 0 0;
    transform-origin: bottom;
    background: #EEF3FB;
}
.df-proposal-counter-content-grid .flip-card .bottom {
    border-radius: 0 0 6px 6px;
    top: 50%;
    transform-origin: top;
}
.df-proposal-counter-content-grid .flip-card .top::after {
/*    top: 0%;*/
    top: 14px;
}
.df-proposal-counter-content-grid .flip-card .top::after,
.df-proposal-counter-content-grid .flip-card .top::before,
.df-proposal-counter-content-grid .flip-card .bottom::after {
    position: absolute;
    color: #8860d0;
    background: linear-gradient(243deg, #FF13EC 15.95%, #FFBB01 83.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill: transparent;
}
.df-proposal-counter-content-grid .flip-card .bottom::after {
/*    top: -100%;*/
    top: -80%;
}
.df-proposal-counter-content-grid .flip-card:nth-child(1) .top::after,
.df-proposal-counter-content-grid .flip-card:nth-child(1) .bottom::after {
    counter-reset: days var(--days);
    content: counter(days);
}
.df-proposal-counter-content-grid .flip-card:nth-child(2) .top::after,
.df-proposal-counter-content-grid .flip-card:nth-child(2) .bottom::after {
    counter-reset: hours var(--hours);
    content: counter(hours);
}
.df-proposal-counter-content-grid .flip-card:nth-child(3) .top::after,
.df-proposal-counter-content-grid .flip-card:nth-child(3) .bottom::after {
    counter-reset: minutes var(--minutes);
    content: counter(minutes);
}
.df-proposal-counter-content-grid .flip-card:nth-child(4) {
    display: none;
}
.df-proposal-counter-content-grid .card-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffff;
    justify-self: center;
    text-transform: capitalize;
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    color: #6C6B6D !important;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.df-proposal-counter-content-grid .card-title:nth-child(8) {
    display: none;
}
@keyframes top-to-bottom {
    100% {
        transform: rotateX(-90deg);
    }
}
@keyframes bottom-to-top {
    0% {
        transform: rotateX(90deg);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    }
    100% {
        transform: rotateX(0deg);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0);
    }
}

/* df-proposal-counter-content-grid-end */
.learn-more-section{
  padding: 0px 0 88px 0;
}
@media (max-width: 768px) {
  section.df-rule-guide-section{
padding: 24px 0 32px 0 !important;
  }
}
/* df-proposal-counter-list-box-start */
.df-proposal-counter-list-box {
    max-width: 736px;
    min-height: 198px;
    text-align: center;
    margin-bottom: 30px;
}
.df-proposal-counter-list-box.proposal-counter-completed {
    max-width: 500px;
}
.df-proposal-counter-list-box .proposal-counter-outer-box {
    min-height: 198px;
    padding: 2px;
    border-radius: 20px;
    background: linear-gradient(325deg, #32c5ff 0%, #b620e0 52%, #f7b500 95%);
}
.df-proposal-counter-list-box .proposal-counter-inner-box {
    min-height: 198px;
    border-radius: 20px;
    padding: 20px 24px;
    background: #100928;
}
.df-proposal-counter-list-box .proposal-counter-inner-box .df-round-proposal-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 20px;
}
.df-round-proposal-head .df-round-tag {
  border-radius: 4px;
  background: linear-gradient(243deg, rgba(255, 19, 236, 0.22) 15.95%, rgba(255, 187, 1, 0.22) 83.22%);
  backdrop-filter: blur(2px);
  padding: 3px 8px;
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
}
.df-round-proposal-head h2 {
  color: #fff;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 0;
}
.df-proposal-counter-list-box h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px;
    color: #F4F8FF;
}
.df-proposal-counter-list-box .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.df-proposal-counter-list-box.proposal-counter-completed .content-wrapper {
    justify-content: center;
}
.df-proposal-counter-list-box .content-wrapper .df-proposal-counter-content-grid {
    padding-left: 42px;
    margin: 0;
    min-width: 412px;
}
.df-proposal-counter-list-box .content-wrapper .sub-content-box small {
    display: block;
    color: #F4F8FF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 5px;
}

.df-proposal-counter-list-box .content-wrapper .sub-content-box span {
    display: block; 
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 12px;
    color: #9050E9;
    font-family: "Inter", sans-serif;
}
.df-proposal-counter-list-box .content-wrapper .sub-content-box .button {
    padding: 7px 35px;
}
.df-proposal-counter-list-box .content-wrapper .sub-content-box .button.round-complete {
 margin-top: 15px;
}
/* df-proposal-counter-list-box-end */

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .df-proposal-counter-list-box .content-wrapper .df-proposal-counter-content-grid {
        padding-left: 0;
        min-width: 370px;
    }
    .deepfunding-megamenu-nav .navbar-collapse {
      margin-right: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .df-proposal-counter-list-box .content-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .df-proposal-counter-list-box .content-wrapper .df-proposal-counter-content-grid {
        padding-left: 0;
        min-width: 370px;
    }
}

@media (min-width: 320px) and (max-width: 767.98px) {
    .df-proposal-counter-list-box .content-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .df-proposal-counter-list-box .content-wrapper .df-proposal-counter-content-grid {
        padding-left: 0;
        min-width: 370px;
    }
    .df-user-account-manage-section .df-manage-account-sidebar {
        height: auto !important;
        padding: 16px 16px !important;
    }
    .df-manage-account-sidebar .df-nav-tabs-outer .df-nav-tab-button{
        font-size: 14px;
    }
    .df-account-security-card {
        flex-wrap: wrap;
        gap: 10px 20px;
    }
    .df-account-security-card .df-account-security-card-heading {
        font-size: 20px;
    }
    .df-user-macard-style-inner{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .df-user-macard-style .df-user-walt-card-inner {
        max-width: 100%;
      }
}

@media (min-width: 320px) and (max-width: 407px) {
 .df-header-primary .logo {
    width: 182px;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
    .df-proposal-counter-list-box .content-wrapper {
        display: block;
        min-width: auto;
    }
     .df-hero-video-container .df-hero-video-content {
        padding: 48px 12px;
    }
    .df-hero-video-container {
        height: 568px;
        border-radius: 8px;
    }
    .df-round-top-chip .round-count,
    .df-round-top-chip small, 
    .df-round-top-chip a {
        font-size: 10px;
    }
    .df-hero-video-content h1 {
        font-size: 28px;
        line-height: 36px;
        max-width: 330px;
        margin-bottom: 20px;
    }
    .df-hero-video-content p {
        font-size: 16px;
        max-width: 320px;
        margin-bottom: 40px;
    }  
    .df-hero-video-content .hero-btns-box {
        flex-direction: column;
        gap: 16px;
    }
    .df-hero-video-content .df-theme-primary-btn, 
    .df-hero-video-content .df-watch-video-btn {
      min-width: 180px;
    }
    .df-proposal-counter-list-box .content-wrapper .df-proposal-counter-content-grid {
      min-width: unset;
      max-width: 344px;
      margin: 0 auto;
    }
}

@media (max-width: 420px) { 
    .df-proposal-counter-content-grid {
        gap: 8px 30px;
        margin: 0 5px;
        margin-top: 25px;
    }
    .df-proposal-counter-content-grid .flip-card::before,
    .df-proposal-counter-content-grid .flip-card::after {
        right: -32%;
    }
    .df-proposal-counter-card .proposal-detail-box {
        flex-direction: column;
        gap: 10px;
    }
    .deepfunding-navbar .search span {
      display: none;
    }

    .df-bubble-chat-box .df-chat-box-inner {
          align-items: center;
          flex-direction: column;
        }
        .df-bubble-chat-box .df-chatbox-img-container {
          margin-bottom: 10px;
        }
        .df-chatbox-content-container-outer .df-chatbox-content-inner {
          top: 64px;
          left: 17%;
          transform: translateY(50%);
        }
        .df-password-validation-label{
          font-size: 9px !important;
        }
}




section.section-inner {
  padding-top: 48px !important;
}
section.section-inner.no-padding {
  padding-top: 0 !important;
}
section.section-inner .inner-content p {
  font-size: 16px;
  color: #424242;
  line-height: 1.75em;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0 0 0;
}
section.section-inner .inner-content a {
   /*color: #fd9542;*/
  /*color:#7F1BA4;*/
   color:#7F1BA4 !important;
  font-weight: 600;
  text-decoration: none;
}
section.section-inner .inner-content a:hover {
  text-decoration: underline;
}
section.section-inner .inner-content h1,
section.section-inner .inner-content h2,
section.section-inner .inner-content h3,
section.section-inner .inner-content h4,
section.section-inner .inner-content h5,
section.section-inner .inner-content h6 {
  font-family: "Inter", sans-serif;
  color: #010004 !important;
  background: transparent;
  background-clip: initial;
  -webkit-text-fill-color: #010004;
  margin-bottom: 0;
  padding-bottom: 0;
}
section.section-inner .inner-content h1 {
  font-size: 48px;
  letter-spacing: -0.4px;
  margin: 0;
  /* padding: 48px 0 0 0; */
  padding: 0;
}
section.section-inner .inner-content h2 {
  font-size: 32px;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 40px 0 0 0;
}
section.section-inner .inner-content h2:first-of-type {
  padding-top: 0;
}
section.section-inner .inner-content h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding: 32px 0 0 0;
  font-weight: 600;
  letter-spacing: -0.4px;
}
section.section-inner .inner-content h4 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 24px 0 0 0;
  font-weight: 500;
  letter-spacing: -0.4px;
}
section.section-inner .inner-content h5 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 16px 0 0 0;
  font-weight: 500;
  letter-spacing: -0.4px;
}
section.section-inner .inner-content h6 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 16px 0 0 0;
  font-weight: 600;
  letter-spacing: -0.4px;
}
section.section-inner .inner-content ul,
section.section-inner .inner-content ol {
  margin: 20px 0 0 8px;
  font-size: 16px;
  color: #424242;
  line-height: 1.75em;
  font-family: "Open Sans", sans-serif;
}
section.section-inner .inner-content ul li,
section.section-inner .inner-content ol li {
  margin: 0 0 4px 0;
}
section.section-inner .inner-content ul li:last-of-type,
section.section-inner .inner-content ol li:last-of-type {
  margin: 0 0 16px 0;
}
section.section-inner .inner-content ul ul,
section.section-inner .inner-content ul ol,
section.section-inner .inner-content ol ul,
section.section-inner .inner-content ol ol {
  margin-top: 4px;
}
section.section-inner .inner-content blockquote {
  display: inline-block;
  width: 89%;
  background: #fafafa;
  padding: 24px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin: 32px 0 22px 0;
  font-family: "Open Sans", sans-serif;
  border: solid 1px #dedce3;
  font-weight: 500;
  padding-top: 0px;
}
section.section-inner .inner-content blockquote h1,
section.section-inner .inner-content blockquote h2,
section.section-inner .inner-content blockquote h3,
section.section-inner .inner-content blockquote h4,
section.section-inner .inner-content blockquote h5,
section.section-inner .inner-content blockquote h6 {
  padding: 0;
  margin: 0 0 16px 0;
}
section.section-inner .inner-content blockquote p {
  font-size: 15px;
}
section.section-inner .inner-content blockquote p:last-of-type {
  margin-bottom: 0;
}
.schedules {
  padding: 0;
  margin: 0 0 32px 0;
}
.schedules h2 {
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.65px;
  line-height: 60px;
}
.schedules .schedules_status {
  display: block;
  color: red;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 24px;
}
.schedules .schedules_status.ongoing {
  color: green !important;
}
.schedules .schedules_status.upcoming {
  color: #010004 !important;
}
.schedules .schedules_status.completed {
  color: #858585 !important;
}
.schedules div.blockquote {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 98%;
  background: #fff;
  padding: 24px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin: 16px 0 32px 0;
}
.schedules div.blockquote p {
  font-size: 15px;
}
.schedules div.blockquote p:last-of-type {
  margin-bottom: 0;
}
.schedules .schedules_description,
.schedules .schedules_description p {
  font-size: 14px;
  color: #444;
  line-height: 1.75em;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0 0 0;
}
.roadmaps {
  padding: 0 0 64px 0;
  margin: 0;
  border-bottom: solid 1px #858585;
}
.roadmaps:last-of-type {
  border-bottom: none;
}
.roadmaps h2 {
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.65px;
  line-height: 60px;
  line-height: 1.5em;
}
.roadmaps .roadmaps_status {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 24px;
  margin-top: 16px;
}
.roadmaps .roadmaps_status.ongoing {
  color: green !important;
}
.roadmaps .roadmaps_status.future {
  color: #010004 !important;
}
.roadmaps .roadmaps_status.done {
  color: #858585 !important;
}
.roadmaps .roadmaps_status + .roadmaps_description {
  margin-top: 32px;
}
.roadmaps div.blockquote {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 98%;
  background: #fafafa;
  border: solid 1px #dedce3;
  padding: 24px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin: 32px 0 32px 0;
  font-weight: 500;
}
.roadmaps div.blockquote p {
  font-size: 15px;
  font-weight: 500;
}
.roadmaps div.blockquote p:first-child {
  margin-top: 0 !important;
}
.roadmaps div.blockquote p:last-of-type {
  margin-bottom: 0 !important;
}
.roadmaps .roadmaps_description,
.roadmaps p {
  font-size: 14px;
  color: #444;
  line-height: 1.75em;
  font-family: "Open Sans", sans-serif;
}
.roadmaps .roadmaps_description:first-child,
.roadmaps p:first-child {
  margin-top: 0 !important;
}
.roadmaps .roadmaps_description:last-of-type,
.roadmaps p:last-of-type {
  margin-bottom: 0 !important;
}
.rules {
  padding: 0 0 64px 0;
  margin: 0;
  border-bottom: solid 1px #858585;
}
.rules h2 {
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.65px;
  line-height: 60px;
}
.rules div.blockquote {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 98%;
  background: #fafafa;
  padding: 24px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin: 16px 0 32px 0;
}
.rules div.blockquote p {
  font-size: 15px;
}
.rules div.blockquote p:last-of-type {
  margin-bottom: 0;
}
.rules .rules,
.rules .rules_description p,
.rules .rules_description ul,
.rules .rules_description ol {
  font-size: 14px;
  color: #444;
  line-height: 1.75em;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0 0 0;
}
.rules .rules_description h1,
.rules .rules_description h2,
.rules .rules_description h3,
.rules .rules_description h4,
.rules .rules_description h5,
.rules .rules_description h6 {
  font-family: "Inter", sans-serif;
  color: #010004 !important;
  background: transparent;
  background-clip: initial;
  -webkit-text-fill-color: #010004;
  margin-bottom: 0;
  padding-bottom: 0;
}
.rules .rules_description h1 {
  font-size: 48px;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 48px 0 0 0;
}
.rules .rules_description h2 {
  font-size: 32px;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 40px 0 0 0;
}
.rules .rules_description h2:first-of-type {
  padding-top: 0;
}
.rules .rules_description h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding: 32px 0 0 0;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.rules .rules_description h4 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 24px 0 0 0;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.rules .rules_description h5 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 16px 0 0 0;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.rules .rules_description h6 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 16px 0 0 0;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.rules .rules_description ul,
.rules .rules_description ol {
  margin: 20px 0 0 8px;
  font-size: 16px;
  color: #2C2B2F;
  line-height: 24px;
  font-family: "DM Sans";
}
.rules .rules_description ol {
  list-style-type: decimal;
}

.rules .rules_description ul li,
.rules .rules_description ol li {
  margin: 0 0 4px 0;
}
.rules .rules_description ul li:last-of-type,
.rules .rules_description ol li:last-of-type {
  margin: 0 0 16px 0;
}
.rules .rules_description ul ul,
.rules .rules_description ul ol,
.rules .rules_description ol ul,
.rules .rules_description ol ol {
  margin-top: 4px;
}
.rules .rules_description hr {
  background-color: #dedce3;
}
.rules .rules_description blockquote {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 98%;
  background: #fafafa;
  border: solid 1px #dedce3;
  padding: 24px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin: 32px 0 32px 0;
  font-weight: 500;
}
.rules .rules_description blockquote p {
  font-size: 15px;
  font-weight: 500;
}
.rules .rules_description blockquote p:first-child {
  margin-top: 0 !important;
}
.rules .rules_description blockquote p:last-of-type {
  margin-bottom: 0 !important;
}
.rules .rules_description .list-head{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
} 
.contact-wrapper.contact{
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background:  #FFF;
  max-width: 846px;
}
.contact-wrapper.contact .contact-forms{
  padding: 32px;
}
#section-contact .contact-wrapper.contact .snet-input_wrapper .snet-input_text {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  padding: 10px 14px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin-bottom: 0;
  height: 44px;
}
#section-contact .contact-wrapper.contact .snet-input_wrapper textarea.snet-input_text {
  height: 131px;
  resize: none;
}
#section-contact .contact-wrapper.contact .snet-input_wrapper{
  margin-bottom: 40px;
}
#section-contact .contact-wrapper.contact .snet-input_wrapper label {
  position: unset;
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  height: auto;
  padding: 0;
  margin-bottom: 6px;
}
#section-contact .contact-wrapper.contact .snet-input_wrapper input::placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
}
#section-contact .contact-wrapper.contact form .mail-now {
  width: 100%;
  margin-top: 40px;
}
#confirmationModal .modal-header{
border-bottom: 0px;
}
#confirmationModal .modal-content-img{
  text-align: center;
}
#confirmationModal h3{
  color: #211440;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#confirmationModal p{
  color: #2C2B2F;
text-align: center;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
 }
#section-contact .contact-wrapper.contact .contact-us-form {
  text-align: left;
}
.contact-wrapper.contact h2 {
  color: #211440;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}
.contact-wrapper {
  overflow: hidden;
  padding: 32px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .contact-wrapper {
    width: 96%;
  }
}
.contact-wrapper-minimal {
  position: relative;
  z-index: 2000;
  overflow: hidden;
  padding: 0 8px 32px 8px;
  border-radius: 16px;
  border: none;
  width: 575px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .contact-wrapper-minimal {
    width: 96%;
  }
}
.contact-wrapper-minimal input[type="text"],
.contact-wrapper-minimal input[type="email"] {
  height: 48px;
}
.contact-wrapper-minimal textarea {
  height: 128px;
}
#section-contact .snet-mediakit-message {
  padding: 8px;
  border-radius: 3px;
  width: 100%;
}
#section-contact .snet-mediakit-message a {
  margin-bottom: 0;
}
#section-contact .snet-bens-contact_content {
  margin-bottom: 64px;
}
#section-contact .snet-input_wrapper {
  position: relative;
}
#section-contact .snet-input_wrapper label {
  position: absolute;
  top: 14px;
  left: 4px;
  background: #fff;
  height: 25px;
  width: auto;
  padding: 0 4px 0 4px;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
#section-contact .snet-input_wrapper label.selected {
  top: -12px;
  padding: 4px;
}
#section-contact .snet-input_wrapper .snet-input_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  outline: none;
  border-radius: 4px;
  margin: 0 0 24px 0;
  padding: 8px;
  border: solid 1px;
}
#section-contact .snet-input_wrapper .snet-input_text:focus {
  border: solid 1px #D0D5DD !important;
  outline: none;
  border: 1px solid #fd9542;
}
#section-contact .snet-input_wrapper .snet-input_text.text-area {
  height: 224px;
}
.header-video_image {
  border-radius: 3px;
  cursor: pointer;
  background-size: contain !important;
  position: relative;
  background-position: center !important;
  width: 100%;
  height: 328px;
  background-repeat: no-repeat !important;
  -webkit-box-shadow: 0px 0px 4px #010004;
  box-shadow: 0px 0px 4px #010004;
  border: solid 1px #111;
}
.header-video_image::after {
  display: block;
  content: "";
  position: absolute;
  left: 47%;
  top: 45%;
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  width: 48px;
  height: 34px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABECAYAAAB+pTAYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuMTY0NzUzLCAyMDIxLzAyLzE1LTExOjUyOjEzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMyAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjEtMDQtMjdUMTY6MjA6MjgrMDU6MzAiIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTA0LTI3VDE2OjIyOjA1KzA1OjMwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA0LTI3VDE2OjIyOjA1KzA1OjMwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5MmI0NGI3LTQ1ZTAtNDZmYS05MzhlLWEwMzhhNjY5MjU4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OTJiNDRiNy00NWUwLTQ2ZmEtOTM4ZS1hMDM4YTY2OTI1ODYiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0OTJiNDRiNy00NWUwLTQ2ZmEtOTM4ZS1hMDM4YTY2OTI1ODYiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5MmI0NGI3LTQ1ZTAtNDZmYS05MzhlLWEwMzhhNjY5MjU4NiIgc3RFdnQ6d2hlbj0iMjAyMS0wNC0yN1QxNjoyMDoyOCswNTozMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjMgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aisHhQAACmNJREFUeAHtwduPndV9x+HPb631vvs0s2eY8YzPGGO3akovuEDJTZAl+gdgOU2bgELVpkhJJKqqUqQqbZNbclHAOAEX1ebgBBmROAkKCpECaiIFQhQluQjGoBQiwOAZ2+M57fO71rdjRsQWsQmu7fEedz9PeOmGG3hPkiO4FmtLOc0UaBc9qorEQpj34MAQCQcIQzUZNZ+oATUZo0ANqCq5aih3qpJVYjermakEVhKpbFgJKAtygxxTBi6YlAkC4AEPOMADHnBAABzLAmCAWFawLAERiEAEEhCBCCSgQNbFVAA9Qc+wLqgt1DFcG9QBtSVrILXNWxPRAFrCGi7FuazVWejUKk2gkcwtlmfnibUyRZZhYkmP+kiiszhEq9tBHkxG7sqAeE/gw7sF+LjgBiNtBsaBERNDyajxfi7Ra+eYASbEaQIMcYZYkgwQycBYASbOJsQyQ4hlBgaYIXEWkZyjU6uwpAUsOKX5YqhyQs69bdJLYC+AnnNeHTPjgwTOQ4DMchL/bMH9HehPERfETLxLfCgmVg2ZYVIFqACTMWTbScKkXUKAP9pqhP0pxXvMbFaIcwmcixmZdEuRioeSsU0M/AEJcZaUOE28x21sNuzfzXXv9M5/IaHvcA4hcUYEMudo93p/r2j7gkQywxADF868AFsXlQ6B/gVzX+V9Qi5+T0pkyf6mUNwnGWYGAjFwCdwNtDDuNxwgTgtDKjjLhigdFA4MxMClY0hxd1TvOfP+N0KcFgonzvJ1Bi4jo5d6+3zR+ZhJnBZyBQwjkrb0KHaCMXD5JB8+Ojwze1PW6f6CJaGjhGFg6QtgDFxeLkYWRobukvS3YARZJPGuvzYGVoS3nVjMMPWCb/aQt79IpXAdYmAlSHVztsPEj4KNJFT4v1Q0MDGwQqK/BexHQR0jmfuYDIyBlRC9J293Pjoyc4oQ20bK3Z/jhcTACrCYiM7/2ezYuAtFtVSylDaaGFhBybv1w3Oza4PrxTXyNi4GVooklrhOnk8GSWskjIEVt1ivTQR5JuknZqBE76238COjuNFRiJGrjYDQLSZDdH6NSxEw+kJRYJVKrH/qtoXG8z8tdQ6/Usm3XguVCsTI1UIGmCYDsnFE30idLvSKuH73HronT8R3/u1f5xrf+lbuu91KuG4LZDmkxGpngmRuPLhYjMmMvmGGul16b7xRKn/kI5Wtj32je/Kzd7ZO3vsf3e4PflDyUHabr4UsQEqsakljQWajon8IkHMgJZbl4zt25MM7dnSPf++77YUHH+gUzz5btiwruU2bMO9RSqxKZqNBok4/ESD+QA75xlt35nO37myfOnCg3dm/rxN/8uMylUruN24EM0hi9RAyNxxk1EkCoy8IIYQ4txEoVz7zmfLcrl2txQMHWr0Dj7Z7z/+sYvWhzK1bx7skVgNTGgqCqpkAY7XIgTW1WqX8uc9VFnbtanaeONjoPfKw6/7y11V3zUhwk5MggUQ/E1SDJZVlBqIvSCDxRxkwDGQTk9XFu/6x2rl1Z7P0xBON1sP7fe/lIxU/PuZtzRpICST6VDkIyoi+IS5M2SDvdpmfmKx2vvhF5Z/4q2bnwGMLrUcfDb1XXq35yUlzo6OQIn2oHASePiIunMtzRoHm3Jwtjo/Xyl/5Sip/+tPN1v79c81vHAi9V1+t+fXrzOp1iJE+4gPC008EiP+T6sgIpaJg7p13XGdycmjo7rtj5bbbms19/zXX/ObjWfHKq7WwaSNWrUGKIK40HwSOPiIujg+BsfXrac7PM//6615btw6P7L4/lm+7vdl86KG51pNPZumto1W/eTNWLkNKXEEuCNFPhAAB4mJU63VK1Spz09O0jh3z2Y03Dl+zb1+vescdrcZ/7p1rHvp2jlklXLsFUkTiigiI/iJAgLhoPgTGNmygubDA/NGj9FLKSjffnJV27IjDhw+35r9690z76afrrj4SMONKCKK/iEuvOjxMqVJhfnaWoiiwPBfegzkhkARmXAmB/yd8CFyzZk3v5IsvtqbuuSd1vvfdkolxv2ULpAQSV0IQ/UUsE5dU0X75SHPqvvvi7BMH82Jurh42bcLKFRQjV1JA9BcB4lKJnddeb0zdf3888dhjee/UTL20dh3ZxCTECDFypQUh+okQIC5S6k1NNY7de29x4uFHss701HA+MWGV7X+CYkSxoF8EQaKPiIuSipmZxtSePcX0vn2h/eabI/nYmKts3w4xkmJBn0kBEeknAsQFS+324tTXvtabfnCvb7z2P/V8uO4r27ZDSqiI9KkYhCIY/UJcGMXYmHrggWJq715rHD5cz2pDvrptO6SEYqTPFUGibcZq1Jze/3D32J49tvjrX9VCqRIq128DCcXIKtEJ+NBSrwBn9AMJEIjzap54/PHOsT1fd3M/e77mfZZVrtuGEIqJVaYVQC2M1aA989RT7XfuuZfZH/931eFKlS1bwTmUEquNMJylVlBRzGMOEP1AiBQjFoJjWXv2mR+23959H6eeeaZiUCpfuwXzHqUEKbIamSuInfJiAJtHol8oCVcqkU1MtJu/eal448tfjie/c6gkqJQ3bsayDFJCMbGaKTlkcT4YnEr0D8tzfLUafvvZO23hheez9tSx4fKGTbhSCcWIUuKqIMOFOBs6MJMDif5gIRDbbXfy+98fDSOjVK7bhlIkxchVJ3IyOGkmYfQLSYCRr9/AaYqRq1ISKmcngzOOSwxcASaOh1hk084XDKwwb9DpTgeUTkhKgGNg5QjMdDzguieEP2kwIQZWggGC1DU3Harlarfd7R6NKU2YGQOXXzLDp/R2JRbToYEQ9pITN4qBlVCYUY7x5bWLCyksxkjJeLGE3S4GVkJIkbbPf/7a8FrC2ixQxPRsOyYGVooRY+9ZqUtotZpIOmzJvyaz6xm47GQ2l4L9hCWhaSAzvOlglviSGLicjCUpHnKyaOYI8mVkoJgeJPW+BMbA5SGg8MaGufaearfHaSHvRE6T2VsR/6QpfZKBy0TQtZ9Ol0Z+5XOWiNCkw7vEEndXbuGTWUrIGLiExBIvKs3qP1ivhigAI9x0YpqzTB2vjXzid7X6t6spMnDpxJjIg/98fWM4QuwgloWxXsHZ2r3WIfJrbqetb0qJgUtDsn9C7LVMKCTeE3ifwjlyb4+bcUTSbuDj/J4BYuDDMEAo6c2sHD6vnp5GoARKhlgWOAclluiXGDdL+hRwB9gtoJKZIQkzQxIDS4wlBhJn6LfAI2a6zzkanEfgjzEdlAsHrd3ZINNN0cKN3rltMcXrnbl1wBgwAngMEGcYIJYZID6YAQkwwABxWciEYSA+mBlInEcC5jEaJM2hNINzvzM4gvFCQXrOJYcDJM4r8KEYpPQ2lp4qpKd8llN0u2R5GYMReRtOuJov0qgcFTNVJWokquatlETZkspmVhIqg0oGubAcyA0yQY7I8OZMZEkKBgHwgAcCEAAPeMADHhBnRCACEYhABCIQgQhEjMIl302owNQFukAXaANtsA7QFqntUmpgri1oGGoI1zJoRNOsiZaHBWFNxdih28HVhvBKRMD4cP4XT3RFqESI4OMAAAAASUVORK5CYII=);
  background-size: cover !important;
  /* -webkit-filter: grayscale(95%); */
  /* filter: grayscale(95%); */
  /* opacity: 0.8; */
  /* -webkit-transition: all 150ms ease-out; */
  /* transition: all 150ms ease-out; */
  z-index: 100;
}
.header-video_image:hover {
  -webkit-box-shadow: 0px 0px 8px #010004;
  box-shadow: 0px 0px 8px #010004;
}
.header-video_image:hover::after {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.header-video_image.watchvideo {
  height: 300px;
}
@media (max-width: 1199px) {
  .header-video_image.watchvideo {
    margin-top: 24px;
  }
}
@media (max-width: 1199px) {
  .tagline-big {
    padding-right: 0 !important;
  }
}
.post-count {
  color: #979797;
}
.inner-breadcrumb {
  font-family: "Open Sans", sans-serif;
  background: #fafafa;
  border: solid 1px #dedce3;
  padding: 12px 16px;
  border-radius: 3px;
  color: #979797;
  margin-bottom: 32px;
  font-size: 15px;
}
.inner-breadcrumb .author,
.inner-breadcrumb .date {
  font-size: 16px;
  color: #424242;
  text-transform: capitalize;
  margin: 0 24px 0 0;
}
.inner-breadcrumb .author img {
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.blog-main-image img {
  display: block;
  margin: 0 auto 48px auto;
  width: 100%;
}
.bf-blog_content a {
  color: #fd9542;
  font-weight: 600;
  text-decoration: none;
}
.bf-blog_content a:hover {
  text-decoration: underline;
}
/*.bf-blog_content table {
  width: 100%;
  margin: 24px auto;
}*/
.bf-blog_content table {
  width: 100%;
  margin: 0;
}
.bf-blog_content table tr {
  border-bottom: solid 1px #dedce3;
}
.bf-blog_content table tr td {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  padding: 8px;
}
.bf-blog_content table tr:nth-child(odd) {
  background: #fafafa;
}
.bf-blog_content h1,
.bf-blog_content h2,
.bf-blog_content h3,
.bf-blog_content h4,
.bf-blog_content h5,
.bf-blog_content h6 {
  font-family: "Inter", sans-serif;
  color: #010004 !important;
  background: transparent;
  background-clip: initial;
  -webkit-text-fill-color: #010004;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bf-blog_content h1:first-child,
.bf-blog_content h2:first-child,
.bf-blog_content h3:first-child,
.bf-blog_content h4:first-child,
.bf-blog_content h5:first-child,
.bf-blog_content h6:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.bf-blog_content h1 {
  font-size: 48px;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 48px 0 0 0;
}
.bf-blog_content h2 {
  font-size: 32px;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 40px 0 0 0;
}
.bf-blog_content h2:first-of-type {
  padding-top: 0;
}
.bf-blog_content h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding: 32px 0 0 0;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.bf-blog_content h4 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 24px 0 0 0;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.bf-blog_content h5 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 16px 0 0 0;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.bf-blog_content h6 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 16px 0 0 0;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.bf-blog_content p {
  font-size: 15px !important;
  color: #444;
  line-height: 1.75em;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0 0 0;
}
.bf-blog_content p:first-child {
  margin-top: 0 !important;
}
.bf-blog_content p:last-of-type {
  margin-bottom: 0 !important;
}
.bf-blog_content img {
  max-width: 100%;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.bf-blog_content ul,
.bf-blog_content ol {
  margin: 20px 0 0 8px;
  font-size: 15px !important;
  color: #444;
  line-height: 1.75em;
  font-family: "Open Sans", sans-serif;
}
.bf-blog_content ul li,
.bf-blog_content ol li {
  margin: 0 0 4px 0;
}
.bf-blog_content ul li:last-of-type,
.bf-blog_content ol li:last-of-type {
  margin: 0 0 16px 0;
}
.bf-blog_content ul ul,
.bf-blog_content ul ol,
.bf-blog_content ol ul,
.bf-blog_content ol ol {
  margin-top: 4px;
}
.bf-blog_content hr {
  background-color: #dedce3;
}
.bf-blog_content blockquote {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 98%;
  background: #fafafa;
  border: solid 1px #dedce3;
  padding: 24px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin: 32px 0 32px 0;
  font-weight: 500;
}
.bf-blog_content blockquote p {
  font-size: 16px;
  font-weight: 500;
}
.bf-blog_content blockquote p:first-child {
  margin-top: 0 !important;
}
.bf-blog_content blockquote p:last-of-type {
  margin-bottom: 0 !important;
}
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
}
#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}
#mc_embed_signup input {
  border: 1px solid #abb0b2;
  border-radius: 3px;
}
#mc_embed_signup input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
#mc_embed_signup input[type="radio"] {
  -webkit-appearance: radio;
}
#mc_embed_signup input:focus {
  border-color: #333;
}
#mc_embed_signup .button {
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  -webkit-transition: all 0.23s ease-in-out 0s;
  transition: all 0.23s ease-in-out 0s;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}
#mc_embed_signup .button:hover {
  background-color: #777;
}
#mc_embed_signup .small-meta {
  font-size: 11px;
}
#mc_embed_signup .nowrap {
  white-space: nowrap;
}
#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
}
#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}
* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
}
#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}
#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}
#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}
#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
  padding: 5px 0;
}
#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}
#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}
#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
  width: 30px;
}
#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
  display: none;
}
#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
#mc_embed_signup .clear {
  clear: both;
}
#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}
#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}
#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}
#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}
#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
#mc_embed_signup #mce-error-response {
  display: none;
}
#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}
#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}
#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}
#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}
#mc_embed_signup {
  background: #fff;
  clear: left;
  color: #010004;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: -0.1px;
  line-height: 28px;
  width: 95%;
}
#mc_embed_signup .mailchimp_wrapper_close {
  display: none;
}
#mc_embed_signup .mailchimp_wrapper_close a {
  margin-top: 24px;
  display: inline-block;
  padding: 18px 32px 18px 32px;
  border-radius: 3px;
  border: none;
  outline: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdbf14),
    color-stop(50%, #fd9542),
    color-stop(0%, #fd9542)
  );
  background: linear-gradient(180deg, #fdbf14 0%, #fd9542 50%, #fd9542 0%);
  color: #010004;
  background-size: 1px 120px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.09px;
  line-height: 21px;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#mc_embed_signup .mailchimp_wrapper_close a:hover {
  background-position: 120px;
  color: #fff;
}
#mc_embed_signup h2 {
  margin-top: 0 !important;
}
#mc_embed_signup label,
#mc_embed_signup strong {
  display: block;
  width: 100%;
  color: #010004;
  font-size: 15px;
  font-weight: 600;
}
#mc_embed_signup ul {
  display: block !important;
}
#mc_embed_signup ul li {
  cursor: pointer;
  padding: 0 !important;
}
#mc_embed_signup ul li label {
  font-weight: 400;
  margin-left: 8px;
}
#mc_embed_signup .button {
  display: inline-block;
  padding: 18px 32px 18px 32px;
  border-radius: 3px;
  border: none;
  outline: none;
  height: auto;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdbf14),
    color-stop(50%, #fd9542),
    color-stop(0%, #fd9542)
  );
  background: linear-gradient(180deg, #fdbf14 0%, #fd9542 50%, #fd9542 0%);
  color: #010004;
  background-size: 1px 120px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.09px;
  line-height: 21px;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#mc_embed_signup .button:hover {
  background-position: 120px;
  color: #fff;
}
#mc_embed_signup #mce-responses {
  text-align: center;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}
#mc_embed_signup #mce-responses .response {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100% !important;
}
.outer-faq-video {
  padding: 0 20px 20px 20px;
}
.accordion-item .accordion-button {
  position: relative;
}
.accordion-item .accordion-button .acr-video-icon {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(-50%, -50%);
}
.rules_description table {
  caption-side: bottom;
  border-spacing: 2px; /* border-collapse: inherit;    */
}
.rules_description table tbody,
.rules_description table td,
.rules_description table tfoot,
.rules_description table th,
.rules_description table thead,
.rules_description table tr {
  border-width: 1px;
}
.cur-schedule {
  margin-right: 5px;
}
section.section-inner .inner-content table p {
  margin-top: 0;
} 
 /*rounds summries tabs*/
.df-prpos-summmary-container .round-tabs {
  padding-top: 130px;
}
.df-prpos-summmary-container .main-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 61px;
  border-bottom: 1px solid #9a8eb8;
  margin-bottom: 36px;
}
.df-prpos-summmary-container .prposal-status {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #00c48c;
  margin-bottom: 23px;
}
.df-prpos-summmary-container .prposal-status span {
  color: #010004;
  margin-right: 5px;
}
.df-prpos-summmary-container p.txt {
  margin-bottom: 24px;
}
.df-prpos-summmary-container .extra-btns {
  margin-bottom: 48px;
}
.df-prpos-summmary-container .extra-btns a.button {
  margin-right: 15px;
}
.df-prpos-summmary-container .sub-title,
.df-prpos-summmary-container .dp-round-detail-box ul .dtl-item-box h4 {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-decoration: underline;
  margin-bottom: 7px;
  padding-left: 20px;
  margin-top: 50px;
}
.df-prpos-summmary-container .dp-round-detail-box {
  padding: 16px 20px;
  background-color: #ffff;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  margin-bottom: 23px;
}
.df-prpos-summmary-container .dp-round-detail-box ul {
  padding: 0;
  margin: 0;
}
.df-prpos-summmary-container .dp-round-detail-box ul .dtl-item-box {
  display: inline-block;
  margin-right: 50px;
}
.df-prpos-summmary-container .dp-round-detail-box ul .dtl-item-box:last-child {
  margin-right: 15px;
}
.df-prpos-summmary-container .dp-round-detail-box ul .dtl-item-box span,
.df-prpos-summmary-container .dp-round-detail-box ul .dtl-item-box h4 small {
  color: #858585;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.df-prpos-summmary-container .dp-round-detail-box ul .dtl-item-box h4 {
  margin: 0px;
  text-decoration: none;
  padding-left: 0;
}
.df-prpos-summmary-container .dp-round-detail-box ul .dtl-item-box h4 small {
  margin: 0 0 0 5px;
  font-weight: 400;
} /*round summries tabs*/ /*pool cards*/
.project-summary-content .sticky-top {
  top: 20px;
  padding-top: 130px;
}
.pool_card-container .pool-card {
  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);
  margin-bottom: 24px;
  border-radius: 6px;
  cursor: pointer;
}
.pool_card-container .pool-card:hover h3 {
  color: #9050E9 !important;
}
.pool_card-container .pool-card:hover .header-box:before {
  background-color: #9050E9 !important;
}
.pool_card-container .pool-card .header-box {
  position: relative;
  padding: 20px;
  background-color: #fafafa;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  border-radius: 6px 6px 0px 0px;
}
.pool-card.extra-color .sub-box h4 {
  text-transform: inherit;
}
.pool_card-container .pool-card .header-box:before {
  content: "i";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 24px;
  height: 24px;
  color: #ffff;
  background-color: #9050E9;
  border-radius: 50%;
  font-weight: 700;
}
.pool_card-container .pool-card.extra-color .header-box:before {
  background-color: #2b1665;
}
.pool_card-container .pool-card .header-box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #9050E9;
  margin-bottom: 0;
}
.pool_card-container .pool-card.extra-color .header-box h3 {
  color: #2b1665;
  font-weight: 600;
}
.pool_card-container .pool-card .content-box {
  background-color: #ffff;
  border-radius: 0px 0px 6px 6px;
}
.pool_card-container .pool-card .content-box .sub-box {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.pool_card-container .pool-card .content-box .sub-box:first-child {
  padding: 8px 0;
}
.pool_card-container .pool-card .content-box .sub-box span {
  font-size: 16px;
  line-height: 22px;
  color: #858585;
  width: 40%;
  text-align: center;
}
.pool_card-container .pool-card .content-box .sub-box h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
  color: #212121;
  margin-bottom: 0;
  width: 60%;
  text-align: center;
}
.pool_card-container .pool-card .content-box .sub-box:last-child h4 {
  text-transform: lowercase;
}
.pool_card-container a {
  text-decoration: none;
}
.pool_card-container .pool-card .content-box .sub-box h4 small {
  font-size: 16px;
  line-height: 22px;
  color: #858585;
}
.privacy-policy a {
/*  opacity: 0.5;*/
  color: #f4f8ff;
}
.df-prpos-summmary-container .voting_details {
  margin-top: 40px;
}
.deepfunding-navbar
  .megamenu-main
  .megamenu-boxs
  ul
  li#menu-item-2083.external-link::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}
.deepfunding-navbar
  .megamenu-main
  .megamenu-boxs
  ul
  li#menu-item-2080.external-link:after {
  right: 45px;
  content: "";
  position: absolute;
  top: 3px;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}
.deepfunding-navbar
  .megamenu-main
  .megamenu-boxs
  ul
  li#menu-item-2090.external-link:after {
  right: 18px;
  content: "";
  position: absolute;
  top: 3px;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}
.deepfunding-navbar
  .megamenu-main
  .megamenu-boxs
  ul
  li#menu-item-2089.external-link:after {
  right: 82px;
  content: "";
  position: absolute;
  top: 3px;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}
.deepfunding-navbar
  .megamenu-main
  .megamenu-boxs
  ul
  li#menu-item-2088.external-link:after {
  right: 40px;
  content: "";
  position: absolute;
  top: 3px;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}
.deepfunding-navbar
  .megamenu-main
  .megamenu-boxs
  ul
  li#menu-item-2098.external-link:after {
  right: 0px;
  content: "";
  position: absolute;
  top: 3px;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}
.faq-section {
  background-color: #f4f8ff;
}
.section-ls-community {
  position: relative;
  background-color: #f4f8ff;
  padding: 72px 0 42px 0;
}
.section-ls-community h2 {
  color: #212121;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  margin-bottom: 35px;
}
.section-ls-community .ls-content-box img {
  width: 110px;
  height: 110px;
  margin-bottom: 50px;
}
.section-ls-community .ls-content-box h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
section.section-inner .inner-content.schedule-content h2 {
  font-size: 24px;
  font-weight: 500;
}
section.section-inner .inner-content.schedule-content .schedule-heading h2 {
  font-size: 40px;
  font-weight: 600;
}
.dp-schedule-date-box span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 24px;
  font-family: inter;
}
.dp-schedule-date-box {
  padding: 10px 0;
}
.schedule-continer {
  padding-top: 90px;
} /*schedule page css*/
.section-inner.no-padding.schedule-section {
  background-color: #f4f8ff;
} /*schedule*/ /*new summary page*/
.proposal-summary-modal h4.op-title {
  margin: 16px 24px 0 24px;
  color: #424242;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
  padding: 0;
  transition: 0.3s ease-in-out;
}
.proposal-summary-modal .op-terms button {
  display: inline-block;
  font-size: 18px;
  line-height: 29px;
  color: #2b1665;
  background-color: rgba(43, 22, 101, 0.1);
  border-radius: 25px;
  margin-right: 8px;
  padding: 4px 16px;
  border: 0;
  margin-bottom: 8px;
}
.proposal-summary-modal .op-terms {
  padding: 12px 24px;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.proposal-summary-modal span.home-proposals_amount {
  display: block;
  margin: 0 24px;
  color: #8860d0 !important;
  font-weight: 600 !important;
}
.proposal-summary-modal span.home-proposals_amount strong {
  font-weight: 600 !important;
}
.proposal-summary-modal .op-cover-img {
  max-width: 100%;
  width: 100%;
  max-height: 250px;
}
.proposal-summary-modal .op-content {
  margin-top: 25px;
}
.proposal-summary-modal .op-content p {
  color: #666666;
}
.recommended-proposal-box {
  height: auto;
  width: 41%;
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #32c5ff, #b620e0, #b620e0, #f7b500) border-box;
  border-radius: 50em;
  border: 4px solid transparent;
  padding: 14px 7px;
  margin-top: 21px;
  border-radius: 11px;
  width: 49%;
}
.recommended-proposal-box .rpb-title {
  color: #4e4e4e;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  margin-bottom: 7px;
}
.recommended-proposal-box .rpb-lead {
  color: #4e4e4e;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
}
.recommended-proposal-box .rpb-anchor,
.recommended-proposal-box .rpb-anchor:link {
  font-family: Inter;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2px;
  color: #9050E9;
  text-align: center;
  display: block;
}
.recommended-proposal-box .rpb-anchor:visited,
.recommended-proposal-box .rpb-anchor:focus,
.recommended-proposal-box .rpb-anchor:hover,
.recommended-proposal-box .rpb-anchor:active {
  text-decoration: none;
  color: #9050E9;
}
.home-proposals.has-tag,
.home-proposals.has-tag .home-proposals_brand {
  /*overflow: visible;*/
}
.project-section .home-proposals_brand .df-proposal-tags,
.section-open-proposals .home-proposals_brand .df-proposal-tags,
.df-proposal-tags {
  position: unset;
  /*top: 30px;
  left: -20px;*/
}
.project-section .home-proposals_brand .proposal-tag, 
.section-open-proposals .home-proposals_brand .proposal-tag , 
.white .home-proposals_brand .proposal-tag {
  position: relative;
  padding: 2px 5px 2px 17px;
  color: #ffff;
  border-radius: 3px 3px 3px 0;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Inter;
  font-size: 12px;
  letter-spacing: 1.39px;
  width: fit-content;
}
.white  .home-proposals_brand .proposal-tag.peer {
  background-image: linear-gradient( 225deg, #32c5ff 20%, #b620e0 50%, #f7b500 80% );
  cursor: pointer;
}


.white  .home-proposals_brand .proposal-tag.status {
  background-image: linear-gradient(135deg, #00c48c 0%, #00c48c 100%);
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  letter-spacing: 1.39px;
  line-height: 15px;
  padding: 3px 5px 4px 15px;
  border-radius: 3px 3px 3px 0;
}
/*.project-section .home-proposals_brand .proposal-tag::before,
.section-open-proposals .home-proposals_brand .proposal-tag::before,
.df-proposal-tags .proposal-tag:before,
.df-proposal-tags .proposal-tag.status::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 19px 7px 0px;
  border-color: transparent #7f1ba4 transparent transparent;
}*/
.project-section .home-proposals_brand .proposal-tag.recommended,
.section-open-proposals .home-proposals_brand .proposal-tag.recommended,
.df-proposal-tags .proposal-tag.recommended {
  background-color: #8860d0;
  background-image: linear-gradient(
    225deg,
    #32c5ff 20%,
    #b620e0 50%,
    #f7b500 80%
  );
  cursor: pointer;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  color: #FFFFFF;
  padding: 6px 12px;
  border-radius: 4px;
}
.project-section .home-proposals_brand .proposal-tag.peer,
.df-proposal-tags .proposal-tag.peer {
/*  background-image: linear-gradient(
    225deg,
    #32c5ff 20%,
    #b620e0 50%,
    #f7b500 80%
  );
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  letter-spacing: 1.39px;
  line-height: 15px;
  padding: 3px 5px 4px 15px;
  border-radius: 3px 3px 3px 0;
  margin-bottom: 10px;*/
  position: relative;
}
.project-section .home-proposals_brand .proposal-tag.peer img,
.df-proposal-tags .proposal-tag.peer img {
  margin-left: 5px !important;
  margin-bottom: -2px !important;
}
/*.project-section .home-proposals_brand .proposal-tag.status,
.df-proposal-tags .proposal-tag.status {
  background-image: linear-gradient(135deg, #00c48c 0%, #00c48c 100%);
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  letter-spacing: 1.39px;
  line-height: 15px;
  padding: 3px 5px 4px 15px;
  border-radius: 3px 3px 3px 0;
}
.project-section .home-proposals_brand .proposal-tag.status::before,
.df-proposal-tags .proposal-tag.status::before {
  border-color: transparent #00c48c transparent transparent;
}*/
.project-section .home-proposals_brand .proposal-tag.presentation a,
.project-section .home-proposals_brand .proposal-tag.presentation a:link,
.section-open-proposals .home-proposals_brand .proposal-tag.presentation a,
.section-open-proposals .home-proposals_brand .proposal-tag.presentation a:link,
.df-proposal-tags .proposal-tag.presentation a,
.df-proposal-tags .proposal-tag.presentation a:link {
  text-decoration: none;
  color: #ffffff;
}
.project-section .home-proposals_brand .proposal-tag.presentation a:visited,
.project-section .home-proposals_brand .proposal-tag.presentation a:active,
.project-section .home-proposals_brand .proposal-tag.presentation a:focus,
.section-open-proposals .home-proposals_brand .proposal-tag.presentation a:visited,
.section-open-proposals .home-proposals_brand .proposal-tag.presentation a:active,
.section-open-proposals .home-proposals_brand .proposal-tag.presentation a:focus,
.df-proposal-tags .proposal-tag.presentation a:visited
.df-proposal-tags .proposal-tag.presentation a:active
.df-proposal-tags .proposal-tag.presentation a:focus {
  text-decoration: none;
  color: #ffffff;
}
/*.project-section .home-proposals_brand .proposal-tag.presentation,
.section-open-proposals .home-proposals_brand .proposal-tag.presentation,
.df-proposal-tags .proposal-tag.presentation {
  background-color: #8860d0;
  background-image: linear-gradient(225deg, #2e1c89 20%, #7f1ba4 100%);
  color: #FFFFFF;
  letter-spacing: 1.39px;
  line-height: 15px;
  padding: 3px 5px 4px 15px;
  border-radius: 3px 3px 3px 0;
}*/
.project-section .home-proposals_brand .proposal-tag.presentation img,
.section-open-proposals .home-proposals_brand .proposal-tag.presentation img,
.df-proposal-tags .proposal-tag.presentation img {
  margin-top: -3px;
}
.proposal-summary-modal .btn-transparent,
.proposal-summary-modal .btn-transparent:visited {
  background-color: #ffff;
  border: 2px solid #9050E9;
  color: #9050E9;
}
.proposal-summary-modal .btn-transparent:hover {
  background-color: #9050E9;
  color: #ffff;
  border: 2px solid #9050E9;
}
span.currency-symbol {
  position: absolute;
  /* right: 18px; */
  color: #666666;
  font-size: 16px;
  top: 16px;
  left: 6px;
  padding: 0px 5px;
  z-index: 1;
} 

/* === SPINNER CSS === */
.spin {
  position: absolute;
  display: inherit;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin: 0px auto;
  z-index: 9999;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(253, 158, 57, 0.15);
  border-right: 6px solid rgba(253, 158, 57, 0.15);
  border-bottom: 6px solid rgba(253, 158, 57, 0.15);
  border-top: 6px solid #9050E9;
  border-radius: 100%;
}
.spinner {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.9;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
} /*pool cards*/ /* responsive css new */
@media (min-width: 768px) and (max-width: 991.98px) {
  .alert-band_container .text-center {
    text-align: left !important;
  }
  .alert-band_container.red .message .anuc-icon {
    width: 34px;
    margin-right: 3px;
  }
  .alert-band_container .notification_link-cta {
    line-height: 27px;
  }
  .alert-band_container.red .message .chevron-icon {
    width: 40px;
    margin-top: -2px;
  }
  .alert-band_container.red .message .heading {
    font-size: 16px;
  }
  .alert-band_container.red .message .text,
  .alert-band_container .notification_link-cta .visit_btn {
    font-size: 14px;
  }
  .df-manage-account-sidebar .df-nav-tabs-outer{
        flex-direction: row;
    }
    .df-user-account-manage-section .df-manage-account-sidebar {
        height: auto !important;
        padding: 16px 16px !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .alert-band_container .text-center {
    text-align: left !important;
  }
  .alert-band_container.red .message {
    padding: 11px 0px;
  }
  .alert-band_container.red .message .anuc-icon {
    width: 30px;
    margin-right: 3px;
  }
  .alert-band_container.red .message .heading {
    font-size: 16px;
  }
  .alert-band_container.red .message .text,
  .alert-band_container .notification_link-cta .visit_btn {
    font-size: 14px;
  }
  .alert-band_container.red .message .chevron-icon {
    width: 30px;
  }
  .alert-band_container.red .message .text {
    margin-left: 3px;
  }
  .df-hero-video-container .df-hero-video-content {
        padding: 48px 12px;
    }
    .df-hero-video-container {
        height: 544px;
        border-radius: 8px;
    }
    .df-hero-video-content h1 {
        font-size: 28px;
        line-height: 36px;
        max-width: 360px;
        margin-bottom: 20px;
    }
    .df-hero-video-content p {
        font-size: 16px;
        max-width: 450px;
        margin-bottom: 40px;
    }  
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .alert-band_container {
    height: 61px;
  }
  .alert-band_container .text-center {
    text-align: left !important;
  }
  .alert-band_container.red .message {
    padding: 5px 0;
  }
  .alert-band_container.red .message .anuc-icon {
    width: 24px;
    height: 20px;
    margin-right: 5px;
  }
  .alert-band_container.red .message .heading {
    font-size: 16px;
  }
  .alert-band_container.red .message .text,
  .alert-band_container .notification_link-cta .visit_btn {
    font-size: 14px;
  }
  .alert-band_container.red .message .chevron-icon {
    width: 20px;
    margin-right: 10px;
  }
  .alert-band_container .close-notification {
    margin: 0;
  }
  .alert-band_container + section nav:first-child {
    top: 61px;
  }
  .footer-getstarted .new_mailchimp_wrapper_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  footer .new_mailchimp_wrapper .new_mailchimp_wrapper_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer-getstarted .new_mailchimp_wrapper .new_mailchimp_wrapper_button {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  footer .copy-right {
    flex-direction: column;
  }
  footer h6 {
    margin: 15px 0 20px 0;
  }
  footer .seperator {
    margin-top: 20px;
  }
  footer .footer-projectpowered {
    margin: 20px 20px 20px 0;
  }
  footer .footer-getstarted {
    padding: 20px;
  }
  footer .new_mailchimp_wrapper .new_mailchimp_wrapper_content {
    flex-direction: column;
  }
  footer .footer-getstarted h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  footer .footer-getstarted p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .tabs-section ul.nav.nav-tabs li {
    margin: 0 10px;
  }
  .pool_card-container .pool-card .header-box h3 {
    font-size: 18px;
  }
  .pool_card-container .pool-card .content-box .sub-box h4 {
    font-size: 18px;
  }
  .df-prpos-summmary-container .sub-title,
  .df-prpos-summmary-container .dp-round-detail-box ul .dtl-item-box h4 {
    font-size: 20px;
  }
  .df-prpos-summmary-container .main-heading {
    font-size: 24px;
  }
  .deepfunding-navbar .megamenu-main .megamenu-boxs {
    display: block;
    margin-bottom: 12px;
    width: 50%;
  } /* .deepfunding-navbar .megamenu-main {        height: calc(100vh - 350px);   }    */
  .deepfunding-navbar .megamenu-main .megamenu-boxs h3 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .deepfunding-navbar .megamenu-main .socialmedia-main ul li a {
    height: 40px;
    width: 40px;
  }
  .deepfunding-navbar #navbarExtra {
    bottom: auto;
  }
  .deepfunding-navbar .megamenu-main .megamenu-boxs ul li.external-link::after {
    right: 20px !important;
  }
  .deepfunding-navbar .megamenu-main .megamenu-boxs ul li a {
    font-size: 18px;
  }
  .section-ls-community .ls-content-box img {
    margin-bottom: 20px;
  }
  .filter-container {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  footer .new_mailchimp_wrapper .new_mailchimp_wrapper_content {
    flex-direction: column;
  }
  footer .new_mailchimp_wrapper .new_mailchimp_wrapper_button {
    margin: 0;
  }
  footer .footer-getstarted h4,
  footer .footer-getstarted p {
    margin-bottom: 10px;
  }
  footer .footer-getstarted p {
    margin-bottom: 20px;
  }
  footer .footer-getstarted {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  footer .footer-getstarted h4 {
    margin: 0 0 10px 0;
  }
  .button {
    padding: 14px 21px 14px 21px;
    font-size: 16px;
  }
  .pool_card-container .pool-card .header-box {
    padding: 15px 20px;
  }
  .pool_card-container .pool-card .header-box::before {
    top: 10px;
    right: 10px;
  }
  .pool_card-container .pool-card .content-box {
    padding: 5px;
  }
  .blog-updates_wrapper .blog-updates .blog-updates_image {
    min-height: 100px;
  }
  .deepfunding-navbar .megamenu-main .megamenu-boxs h3 {
    font-size: 30px;
  }
  .deepfunding-navbar .megamenu-main .megamenu-boxs ul li a {
    font-size: 18px;
  }
  .deepfunding-navbar .megamenu-main .megamenu-boxs ul li a:hover {
    color: #9050E9;
  }
  .deepfunding-navbar .megamenu-main .socialmedia-main ul li {
    padding: 0 10px;
  }
  .navbar-toggler.extra-menu-toggler {
    display: inline-block;
  }
  .proposal-summary-modal h4.op-title {
    margin: 16px 0px 0 0px;
  }
  .proposal-summary-modal .op-terms {
    padding: 12px 0;
  }
  .proposal-summary-modal span.home-proposals_amount {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1366px) {
  .pool_card-container .pool-card .header-box {
    padding: 15px 50px;
  }
  .blog-updates_wrapper .blog-updates .blog-updates_image {
    min-height: 150px;
  }
  .deepfunding-navbar .megamenu-main .megamenu-boxs h3 {
    font-size: 30px;
    padding: 0 20px;
  }
  .deepfunding-navbar .megamenu-main .megamenu-boxs ul li {
    margin: 0 0 10px;
    padding: 0 20px;
  }
  .df_faq .df-accordion-item h2 button {
    line-height: 30px;
    padding-right: 70px;
  }
  .accordion-item .accordion-button .acr-video-icon {
    right: 10px;
  }
  .deepfunding-navbar .megamenu-main .megamenu-boxs ul li a {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .home-proposals .proposal-btn button {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .recommended-proposal-box,
  .button.video-presentation-btn,
  .button.video-presentation-btn:link {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
  .recommended-proposal-box,
  .button.video-presentation-btn,
  .button.video-presentation-btn:link {
    width: 77%;
  }
}
@media screen and (min-width: 319px) and (max-width: 481px) {
  .recommended-proposal-box,
  .button.video-presentation-btn,
  .button.video-presentation-btn:link {
    width: 100%;
  }
  .button.video-presentation-btn,
  .button.video-presentation-btn:link {
    line-height: 14px;
  }
} /* aware-project-detail-section-start */
.aware-project-detail-section {
  padding: 36px 0 130px 0;
  background-color: #f4f8ff;
}
.aware-project-detail-section .aware-detail-main-content h2 {
  color: #010004;
  font-size: 40px;
  font-weight: 600;
  line-height: 61px;
  border-bottom: 1px solid #9a8eb8;
  margin-bottom: 24px;
  letter-spacing: -0.66px;
}
.aware-project-detail-section .overview-box {
  margin-bottom: 36px;
}
.aware-project-detail-section .overview-box .main-img {
  width: 100%;
}
.aware-project-detail-section .aware-detail-main-content h3 {
  font-size: 24px;
  line-height: 24px;
  color: #010004;
  font-weight: 600;
  margin-bottom: 24px;
}
.aware-project-detail-section .aware-detail-main-content .overview-box h3 {
  margin: 24px 0;
}
.aware-project-detail-section .overview-box .proposal-btn {
  margin-bottom: 12px;
}
.aware-project-detail-section .overview-box .proposal-btn button {
  display: inline-block;
  font-size: 18px;
  line-height: 29px;
  color: #2b1665;
  background-color: rgba(43, 22, 101, 0.1);
  border-radius: 25px;
  margin-right: 8px;
  padding: 4px 16px;
  border: 0;
}
.aware-project-detail-section .overview-box .status-list-detail {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 24px;
}
.aware-project-detail-section .overview-box .status-list-detail li {
  display: inline-block;
  margin-right: 36px;
}
.aware-project-detail-section .overview-box .status-list-detail li p {
  font-size: 16px;
  line-height: 29px;
  color: #2b1665;
  font-weight: 500;
  margin-bottom: 0;
}
.aware-project-detail-section .overview-box .status-list-detail li p span {
  color: #8860d0;
}
.aware-project-detail-section .aware-publish-services-box {
  margin-bottom: 18px;
}
.project-detail-overview .aware-project-description-box,
.aware-project-detail-section .aware-project-description-box {
  margin-bottom: 48px;
}
.project-detail-overview .aware-project-description-box h2,
.aware-project-detail-section .aware-project-description-box h2 {
  margin-bottom: 36px;
}
.project-detail-overview .aware-project-description-box p,
.aware-project-detail-section .aware-project-description-box p {
  margin-bottom: 36px;
}
.project-detail-overview .aware-project-description-box p a,
.aware-project-detail-section .aware-project-description-box p a {
  /*color: #9050E9;*/
  color: #7F1BA4;
  font-weight: 500;
  text-decoration: none;
}

.project-detail-overview .aware-project-description-box p a:hover,
.aware-project-detail-section .aware-project-description-box p a:hover {
  /*color: #9050E9;*/
  
  text-decoration: underline;
}
.aware-project-detail-section .aware-detail-main-content .show-all-btn-box {
  text-align: center;
}
.show-all-btn-box .show-all-btn {
  padding: 18px 65px 18px 65px;
}
.show-all-btn-box .show-all-btn img {
  width: 23px;
  margin-left: 12px;
  filter: invert(1);
}
.show-all-btn-box .show-all-btn:hover img {
  filter: invert(1);
}
.aware-project-detail-section .aware-status-report-box {
  margin-bottom: 48px;
}
.aware-project-detail-section .aware-status-report-box h2 {
  margin-bottom: 36px;
}
.aware-project-detail-section .aware-status-report-card {
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffff;
  margin-bottom: 24px;
}
.aware-project-detail-section .aware-status-report-card .report-card-header {
  background-color: #fafafa;
  text-align: center;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.aware-project-detail-section .aware-status-report-card .report-card-header h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 0;
}
.aware-project-detail-section .aware-status-report-card .report-card-body {
  padding: 8px 20px;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.aware-project-detail-section
  .aware-status-report-card
  .report-card-body:last-child {
  border-bottom: 0;
}
.aware-project-detail-section
  .aware-status-report-card
  .report-card-body-title {
  width: 140px;
}
.aware-project-detail-section
  .aware-status-report-card
  .report-card-body-title
  h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.aware-project-detail-section
  .aware-status-report-card
  .report-card-body-description {
  width: calc(100% - 140px);
}
.aware-project-detail-section
  .aware-status-report-card
  .report-card-body-description
  p {
  line-height: 20px;
}
.aware-project-detail-section
  .aware-status-report-card
  .report-card-body-description
  p:last-child {
  margin-bottom: 0;
}
.aware-project-detail-section
  .aware-status-report-card
  .report-card-body-description
  strong.success {
  color: #00c48c;
}
.aware-project-detail-section
  .aware-status-report-card
  .report-card-body-description
  strong.danger {
  color: #ef5265;
}
.aware-project-detail-section
  .aware-status-report-card
  .report-card-body-description
  strong.pending {
  color: #6236ff;
}
.aware-project-detail-section
  .aware-status-report-card
  .report-card-body-description
  strong.not-started {
  color: #666666;
}
.aware-project-detail-section
  .aware-status-report-card
  .report-card-body-description
  a {
  font-weight: 600;
  color: #9050E9;
  text-decoration: underline;
}
.aware-project-detail-section
  .aware-status-report-card
  .report-card-body-description
  .not-available {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #666666;
}
.no-lable-text h3 {
  display: none;
}

/*stats on overview-detail*/


.aware-project-detail-section .project-activity-summary-box {
    margin-bottom: 18px;
}
.aware-project-detail-section .project-summary-card {
    display: block;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    background-color: #FFFFFF;
    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-bottom: 30px;
}
.aware-project-detail-section .project-summary-card .heading {
    padding: 18px 10px;
    border-bottom: 1px solid #D8D8D8;
}
.aware-project-detail-section .project-summary-card .heading h4 {
    color: #2B1665;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0;
}
.aware-project-detail-section .project-summary-card:hover .heading h4 {
    color: #9050E9;
}
.aware-project-detail-section .project-summary-card .meta-box {
    padding: 18px 10px;
}
.aware-project-detail-section .project-summary-card .meta-box h3 {
    color: #212121;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 4.36px;
    line-height: 48px;
    margin-bottom: 12px;
}
.aware-project-detail-section .project-summary-card .meta-box span {
    color: #9B9B9B;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.67px;
    line-height: 16px;
}



/*stats ended*/


/*AI Services*/

.df-proposal-creation-section .services-table {
  position: relative;
  width: 100%;
  border-spacing: 20px;
  margin-bottom: 86px;
}
.df-proposal-creation-section .services-table tbody {
  display: block;
  padding: 25px 85px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  margin-bottom: 23px;
}
.df-proposal-creation-section .services-table tbody .df-form-control {
  position: relative;
  width: 100%;
  height: 56px;
  border: 0;
}
.df-proposal-creation-section .services-table tbody tr {
  margin-bottom: 30px;
  width: 100%;
  display: inline-table;
  vertical-align: top;
}
.df-proposal-creation-section .services-table tbody tr.for-budget {
  margin-bottom: 46px;
}
.df-proposal-creation-section .services-table tbody tr td {
  width: 50%;
}
.df-proposal-creation-section .services-table tbody tr td.df-title-heading {
  width: 20%;
}
.df-proposal-creation-section .services-table tbody tr td.df-title-input-box {
  width: 50%;
}
.df-proposal-creation-section .services-table tbody tr td:first-child {
  padding-right: 30px;
}
.df-proposal-creation-section .services-table tbody tr.for-budget td p {
  margin-bottom: 18px;
  line-height: 20px;
}
.df-proposal-creation-section .services-table tbody .field-input {
  position: absolute;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 56px;
  padding: 16px 14px;
  border-radius: 4px;
  border: 1.5px solid #7f1ba4;
  color: #212121;
  background: #ffff;
  transition: all 0.2s ease-in-out;
}
.df-proposal-creation-section .services-table tbody.default-milestone .field-input {
  background: #EEE;
  border: 1px solid #CCC;
  pointer-events: none;
}
.df-proposal-creation-section .services-table tbody .field-input.error {
  border: 1.5px solid #e67381;
}
.df__milestone_ad {
  text-align: center;
}
.df-proposal-creation-section
  .services-table
  tbody
  .for-textarea
  td:first-child {
  padding-right: 0;
}
.df-proposal-creation-section .services-table tbody .df-form-control.textarea {
  height: 150px;
}
.df-proposal-creation-section .services-table tbody textarea.field-input {
  height: 150px;
}
.df-proposal-creation-section .services-table tbody label {
  position: absolute;
  font-family: inherit;
  line-height: inherit;
  padding: 0 4px;
  background: linear-gradient(to bottom, #f6f6f6 57%, #ffff 43%);
  top: -12px;
  left: 16px;
  z-index: 5;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  transition: all 0.2s ease-in-out;
}
.df-proposal-creation-section
  .services-table
  tbody
  tr
  td.df-title-heading
  label {
  position: unset;
  padding: 0;
  background: none;
  margin-top: -8px;
  color: #9b9b9b;
  display: block;
  line-height: 19px;
  font-weight: 400;
}
.df-proposal-creation-section
  .services-table
  tbody
  tr
  td.df-title-heading
  .df__milestone_count {
  font-size: 20px;
  font-weight: 400;
}
.df-proposal-creation-section
  .services-table
  tbody
  .df-form-control
  .df-deliverable-title {
  position: relative;
  width: 180px;
  margin-right: 10px;
}
.df-proposal-creation-section
  .services-table
  tbody
  .df-form-control
  .df-deliverable-url {
  position: relative;
  width: calc(100% - 316px);
  margin-right: 10px;
}
.df-proposal-creation-section
  .services-table
  tbody
  .df-form-control
  .add__element {
  padding: 18px;
  color: #ffff;
  background: #00c48c;
}
.df-proposal-creation-section
  .services-table
  tbody
  .df-form-control
  .remove__element {
  padding: 18px;
  color: #ffff;
  background: #d0021b;
}
.df-proposal-creation-section
  .services-table
  tbody
  .df-form-control
  .remove__element.disabled {
  background: #cccccc;
}
.df-proposal-creation-section
  .services-table
  tbody
  tr.has-multiple
  td:first-child {
  padding-right: 0;
}
.df-proposal-creation-section .services-table tbody tr.has-multiple td p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #212121;
}
.df-proposal-creation-section .services-table tbody tr.rg-actions {
  margin: 30px 0 0 0;
}
.df-proposal-creation-section
  .services-table
  tbody
  tr.rg-actions
  td:first-child {
  padding-right: 0;
  text-align: left;

}
.df-proposal-creation-section
  .services-table
  tbody
  tr.rg-actions
  td
  .add__group {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  padding: 17px 30px;
/*  position: absolute;*/
  position: unset;
/*  bottom: -66px;*/
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  text-transform: uppercase;
/*  max-width: 450px;*/
  min-width: unset !important;
  letter-spacing: 1.43px;
  border-radius: 4px;
  border: 1px solid var(--Foundation-Indigo-I100, #BF9AF2);
  background: var(--Foundation-Indigo-I300, #9050E9);
}

.df-proposal-creation-section .services-table tbody tr.rg-actions td {
  display: flex;
  justify-content: space-between;
  width: 100%;
}


.df-proposal-creation-section
  .services-table
  tbody
  tr.rg-actions
  td
  .remove__group {
  font-size: 16px;
  line-height: 16px;
  color: #d0021b;
  background: transparent;
  border: 0;
/*  padding: 17px 30px;*/
  padding: 0px; 
/*  margin: 0 10px;*/
  margin: 0;
  font-weight: 600;
  letter-spacing: 1.43px;
  text-transform: uppercase;
}
.df-proposal-creation-section
  .services-table
  tbody
  tr.rg-actions
  td
  .remove__group.disabled {
  color: #cccccc;
}
.df-proposal-creation-section .services-table tbody tr.hide_service {
  display: none;
}
.df-proposal-creation-section .services-table tbody tr.hide_exsting {
  display: none;
}
.df-proposal-creation-section .services-table tbody tr td.hide_service{
 display: none;

}
.df-proposal-creation-section .services-table tbody tr td.hide_exsting{
   display: none;
}


/* ends*/
.aware-project-detail-section .aware-milestones-box {
  margin-bottom: 48px;
}
.aware-project-detail-section .aware-milestones-box .aware-round-detail-box {
  padding: 16px 20px;
  background-color: #ffff;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  margin-bottom: 23px;
}
.aware-project-detail-section .aware-milestones-box .aware-round-detail-box ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
span.allowed-amount {
  position: relative;
  top: 55px;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.39px;
  line-height: 16px;
  margin-top: 6px;
  padding-left: 12px;
}
.aware-project-detail-section
  .aware-milestones-box
  .aware-round-detail-box
  ul
  .dtl-item-box {
  display: inline-block;
  margin-right: 50px;
  text-align: left;
}
.aware-project-detail-section
  .aware-milestones-box
  .aware-round-detail-box
  ul
  .dtl-item-box:last-child {
  margin-right: 0;
}
.aware-project-detail-section
  .aware-milestones-box
  .aware-round-detail-box
  ul
  .dtl-item-box
  span {
  color: #858585;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.aware-project-detail-section
  .aware-milestones-box
  .aware-round-detail-box
  ul
  .dtl-item-box
  h4 {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.aware-project-detail-section .aware-project-team {
  margin-bottom: 48px;
}
.aware-project-detail-section .aware-project-team h2 {
  margin-bottom: 36px;
}
.aware-project-detail-section .project-team-detail-card {
  display: flex;
  margin-bottom: 24px;
}
.aware-project-detail-section .project-team-detail-card .profile-box {
  width: 214px;
}
.aware-project-detail-section .project-team-detail-card .profile-box img {
  width: 100%;
  height: 100%;
}
.aware-project-detail-section
  .project-team-detail-card
  .profile-box
  .about-profile {
  padding: 8px 20px;
  background-color: #ffff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.aware-project-detail-section
  .project-team-detail-card
  .profile-box
  .about-profile
  h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #2b1665;
  margin-bottom: 0;
}
  .aware-project-detail-section
  .project-team-detail-card
  .profile-box
  .about-profile
  span {
  color: 16px;
  line-height: 29px;
  color: #2b1665;
}
.aware-project-detail-section .project-team-detail-card .description-detail {
  width: calc(100% - 238px);
  margin-left: 24px;
}
.aware-project-detail-section .project-team-detail-card .description-detail p {
  margin-bottom: 36px;
}
.aware-project-detail-section .project-team-detail-card .description-detail a {
  font-weight: 600;
  color: #9050E9;
  text-decoration: none;
}
.aware-project-detail-section .aware-project-links-box h2 {
  margin-bottom: 36px;
}
.aware-project-detail-section
  .aware-project-links-box
  .aware-status-report-card:last-child {
  margin-bottom: 0;
}
.aware-project-detail-section .project-presentation-sidebar h2 {
  color: #010004;
  font-size: 40px;
  font-weight: 600;
  line-height: 61px;
  border-bottom: 1px solid #9a8eb8;
  margin-bottom: 36px;
  letter-spacing: -0.66px;
}
.project-presentation-sidebar p {
  text-align: center;
  color: #9B9B9B;
}
.project-presentation-sidebar h3 {
  text-align: center;
  color:#9B9B9B;
  font-size:24px;
  font-weight: 600;
}
.project-presentation-sidebar .project-presentaion-list-wrap {
  width: 416px;
}
.aware-project-detail-section
  .blog-updates_wrapper
  .blog-updates
  .blog-updates_date {
  margin-bottom: 0;
}
.project-presentation-sidebar .show-all-btn-box {
  text-align: center;
}
.aware-project-top-bar {
  position: relative;
  padding: 5px 20px;
  background-color: #ffff;
  text-align: center;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.15);
  z-index: 102;
}
.aware-project-top-bar-content {
  position: relative;
}
.aware-project-top-bar .top-bar-heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 56px;
  color: #222222;
  margin-bottom: 0;
}
.top-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 00px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.top-btn .back-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-top: 2px;
  background-color: #7f1ba4;
  transition: 0.3s ease-in-out;
}
.top-btn:hover .back-icon {
  background-color: #9050E9;
}
.top-btn .back-icon img {
  width: 10px;
  filter: invert(1);
  transform: rotate(180deg);
}
.top-btn span {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #7f1ba4;
  transition: 0.3s ease-in-out;
}
.top-btn:hover span {
  color: #9050E9;
  transition: 0.3s ease-in-out;
}
/*.top-btn .back-icon img {
  transform: rotate(90deg);
  width: 10px;
  filter: invert(1);
  margin-left: -2px;
}*/
.back-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 00px;
  display: flex;
  align-items: center;
}
.back-btn .back-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  margin-top: 2px;
  background-color: #7f1ba4;
  transition: 0.3s ease-in-out;
}
.back-btn:hover .back-icon {
  background-color: #9050E9;
}
.back-btn .back-icon img {
  transform: rotate(90deg);
  width: 10px;
  filter: invert(1);
  margin-left: -2px;
}
.back-btn span {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #7f1ba4;
  transition: 0.3s ease-in-out;
}
.back-btn:hover span {
  color: #9050E9;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .aware-project-detail-section .project-presentation-sidebar h2 {
    font-size: 34px;
  }
  .project-presentation-sidebar .project-presentaion-list-wrap {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .aware-project-detail-section
    .aware-milestones-box
    .aware-round-detail-box
    ul
    .dtl-item-box {
    margin-right: 30px;
  }
  .project-presentation-sidebar .project-presentaion-list-wrap {
    width: 100%;
  }
  .df-manage-account-sidebar .df-nav-tabs-outer .df-nav-tab-button{
        padding: 8px 8px;
        gap: 8px;
    }
}
@media (max-width: 991.98px) {
  .project-presentation-sidebar {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aware-project-top-bar {
    text-align: left;
  }
  .aware-project-top-bar .top-bar-heading {
    padding-left: 80px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .aware-project-detail-section
    .aware-milestones-box
    .aware-round-detail-box
    ul {
    text-align: left;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .aware-project-detail-section {
    padding: 30px 0 50px;
  }
  .aware-project-top-bar {
    padding: 5px 0;
  }
  .aware-project-top-bar {
    text-align: left;
  }
  .aware-project-top-bar .top-bar-heading {
    padding-left: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px !important;
  }
  .aware-project-top-bar-content .rfp-submission-buttons {
    right: 35px !important;
  }
  .aware-project-top-bar-content .rfp-submission-buttons a {
    padding: 10px !important;
    font-size: 12px !important;
  }

  .aware-project-detail-section
    .aware-milestones-box
    .aware-round-detail-box
    ul {
    text-align: left;
  }
  .aware-project-detail-section .aware-status-report-card .report-card-body {
    flex-direction: column;
  }
  .aware-project-detail-section
    .aware-status-report-card
    .report-card-body-title {
    margin-bottom: 10px;
  }
  .aware-project-detail-section
    .aware-status-report-card
    .report-card-body-title,
  .aware-project-detail-section
    .aware-status-report-card
    .report-card-body-description {
    width: 100%;
  }
  .aware-project-detail-section .project-team-detail-card {
    flex-direction: column;
  }
  .aware-project-detail-section .project-team-detail-card .description-detail {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .project-presentation-sidebar .project-presentaion-list-wrap {
    width: 100%;
  }
}
.aware-rfp-description-box a {
  color: #7F1BA4;
}


.aware-rfp-description-box .content-list{
  width: 350px;
  background-color: white;
  padding: 20px;

}
.aware-rfp-description-box .rfp-head {
  font-size: 40px !important;
}
.df-project-complete-detail-section .project-detail-overview .aware-rfp-description-box .content-list h3{
  margin-bottom: 5px;
  color:#858585;
  font-size: 16px;
  font-weight: 500;
}
.aware-rfp-description-box .content-list ul {
  padding-left: 1rem
}
.aware-rfp-description-box .content-list ul li{
  list-style-type: none;
  font-weight: 600;
}


.aware-rfp-description-box .content-list ul li a:hover{
  
  color:#9050E9;
}

/*.project-detail-overview .aware-rfp-description-box >div*/


.project-detail-overview .aware-project-description-box > div,
.aware-project-detail-section .aware-project-description-box > div
 {
  display: none;
}
.project-detail-overview .aware-project-description-box > div:nth-child(2),
.project-detail-overview .aware-project-description-box > div:nth-child(3),
.project-detail-overview .aware-project-description-box > div:nth-child(4),
.project-detail-overview .aware-project-description-box > .show-all-btn-box,
.aware-project-detail-section .aware-project-description-box > div:nth-child(2),
.aware-project-detail-section .aware-project-description-box > div:nth-child(3),
.project-detail-overview .aware-project-description-box > div:nth-child(4),
.aware-project-detail-section .aware-project-description-box .show-all-btn-box
 {
  display: block;
}

/*.project-detail-overview .aware-rfp-description-box > div:nth-child(2),
.project-detail-overview .aware-rfp-description-box > div:nth-child(3),
.project-detail-overview .aware-rfp-description-box > div:nth-child(4),
.project-detail-overview .aware-rfp-description-box .show-all-btn-box*/


.project-detail-overview .aware-project-description-box > .show-meta-block,
.aware-project-detail-section
  .aware-project-description-box
  > .show-meta-block {
  display: block;
}

.project-detail-overview .aware-rfp-description-box > .show-meta-block{
  display: block;
}

.aware-project-detail-section .aware-status-report-box > div {
  display: none;
}
.aware-project-detail-section .aware-status-report-box > div:nth-child(2),
.aware-project-detail-section .aware-status-report-box > div:nth-child(3),
.aware-project-detail-section .aware-status-report-box > div:nth-child(4),
.aware-project-detail-section .aware-status-report-box > .show-all-btn-box {
  display: block;
}
.aware-project-detail-section .aware-status-report-box > .show-report-card {
  display: block;
}
.aware-project-detail-section .aware-milestones-box > div {
  display: none;
}
.aware-project-detail-section .aware-milestones-box > div:nth-child(2),
.aware-project-detail-section .aware-milestones-box > div:nth-child(3),
.aware-project-detail-section .aware-milestones-box > div:nth-child(4),
.aware-project-detail-section .aware-milestones-box > div:nth-child(5),
.aware-project-detail-section .aware-milestones-box > .show-all-btn-box {
  display: block;
}
.aware-project-detail-section .aware-milestones-box > .show-milestone-card {
  display: block;
}
.project-presentation-sidebar
  .project-presentaion-list-wrap
  .blog-updates_wrapper {
  display: none;
}
.project-presentation-sidebar
  .project-presentaion-list-wrap
  .blog-updates_wrapper:nth-child(1),
.project-presentation-sidebar
  .project-presentaion-list-wrap
  .blog-updates_wrapper:nth-child(2),
.project-presentation-sidebar
  .project-presentaion-list-wrap
  .blog-updates_wrapper:nth-child(3) {
  display: block;
}
.project-presentation-sidebar
  .project-presentaion-list-wrap
  .show-blog-updates {
  display: block;
} /* aware-project-detail-section-end */



/*blog post discussion */

.blog-post-discussion-section .edit-btn-box {
  display: none;
}


.blog-post-discussion-section .vote-cell {
  display: none;
}

.df-project-complete-detail-section.aware-project-detail-section.blog-post-discussion-section {
  padding: 50px;
  background: #F1F5FD;
}


.df-project-complete-detail-section.aware-project-detail-section.rfp-discussion-section {
  padding: 0 !important;
}

/*section end here*/


.aware-project-description-box img {
  max-width: 100%;
}
.inner-page-updates {
  background-color: #f1f5fd;
}
.section-news-announcements .section-header,
.section-townhall-recordings .section-header,
.section-awarded-projects .section-header,
.section-open-proposals .section-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #010004;
  padding-top: 17px;
  margin-bottom: 33px;
}
.section-news-announcements .section-header{
  align-items: center;
}
.section-open-proposals .section-content {
  text-align: center;
}

.section-news-announcements .section-header .section-title,
.section-townhall-recordings .section-header .section-title,
.section-awarded-projects .section-header .section-title,
.section-open-proposals .section-header .section-title {
  font-family: "Inter", sans-serif;
  color: #010004 !important;
  font-weight: 600;
  font-size: 40px;
  line-height: 77px;
  text-align: left;
  margin-bottom: 0;
}
.section-news-announcements .section-header .section-btn,
.section-townhall-recordings .section-header .section-btn,
.section-awarded-projects .section-header .section-btn,
.section-open-proposals .section-header .section-btn {
  height: 61px;
  margin-top: 9px;
}
.section-news-announcements .section-header .section-btn, 
.section-townhall-recordings .section-header .section-btn, 
.section-awarded-projects .section-header .section-btn, 
.section-open-proposals .section-header .section-btn{
  height: 46px !important;
}
.section-news-announcements .section-content .home-proposals_brand,
.section-awarded-projects .section-content .home-proposals_brand {
  position: relative;
}
.section-news-announcements .section-content img.video-icon,
.section-awarded-projects .section-content img.video-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 80px;
  top: 46%;
  left: 46%;
}
.section-news-announcements .section-content .home-proposals_heading,
.section-awarded-projects .section-content .home-proposals_heading {
  font-size: 21px;
  line-height: 33px;
  text-align: left;
  margin-bottom: 0px;
}
.section-news-announcements .section-content .card-date,
.section-awarded-projects .section-content .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-awarded-projects .proposal-btn {
  margin-top: 7px;
}
.section-awarded-projects .proposal-btn button {
  font-weight: normal;
}
.section-awarded-projects .project-assigned {
  margin: 16px 24px 0 24px;
}
.section-awarded-projects .project-assigned strong {
  font-size: 16px;
  line-height: 29px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  color: #8860d0;
}
.section-news-announcements .section-content .prop_content {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #424242;
  margin-top: 17px;
}
.section-news-announcements .section-content .propsal-link {
  border-top: none;
  margin-top: auto;
}
.section-news-announcements .section-content .home-proposals_link {
  margin: 0 24px 21px 24px;
} /*---------------- blog detail section -----------------*/
.blog-detail-inner {
  max-width: 925px;
  margin: 0 auto;
}
.blog-detail-section .inner-content .bf-blog_content p,
.blog-detail-section .inner-content .bf-blog_content ol li span,
.blog-detail-section .inner-content .bf-blog_content ul li span {
  font-size: 16px !important;
   color: #424242;
}
.blog-detail-section .inner-content .bf-blog_content h2:first-of-type {
  padding-top: 40px;
}
.blog-detail-section .inner-content .bf-blog_content h2 {
  font-size: 24px;
}
.blog-detail-section .inner-content .bf-blog_content h2 span {
  font-weight: 500 !important;
}
.blog-detail-section .inner-breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-detail-section .inner-breadcrumb .inner-breadcrumb_author-detail {
  display: flex;
  align-items: center;
}
.blog-detail-section .inner-breadcrumb .inner-breadcrumb_author-detail span {
  font-size: 16px;
  color: #9b9b9b;
  margin-right: 8px;
}
.blog-detail-section .inner-breadcrumb .inner-breadcrumb_author-detail small {
  font-size: 16px;
  color: #010004;
  font-weight: 500;
  margin-right: 36px;
}
.blog-detail-section .inner-breadcrumb .inner-breadcrumb-menu_social {
  margin: 0;
  display: flex;
  align-items: center;
}
.blog-detail-section .inner-breadcrumb_social .inner-breadcrumb-menu_social li {
  display: inline-block;
  margin-bottom: 0;
}
.blog-detail-section
 .inner-breadcrumb_social
 .inner-breadcrumb-menu_social
  li:last-child {
  margin-bottom: 0;
}
.blog-detail-section
 .inner-breadcrumb_social
 .inner-breadcrumb-menu_social
  li
  span {
  font-size: 16px;
  color: #9b9b9b;
  margin-right: 14px;
}
.blog-detail-section .inner-breadcrumb_social
 .inner-breadcrumb-menu_social
  li
  a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1da1f2;
  border-radius: 50%;
  margin: 0 14px 0px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 34px;
  width: 34px;
}

.blog-detail-section
  .inner-breadcrumb_social
  .inner-breadcrumb-menu_social
  li
  a {
  background-color: #7F1BA4;
}
.blog-detail-section
  .inner-breadcrumb_social
  .inner-breadcrumb-menu_social
  li
  a:hover {
  background-color: #fd9542;
}
.blog-detail-section
  .inner-breadcrumb_social
  .inner-breadcrumb-menu_social
  li:last-child
  a {
  margin-right: 0;
}
.blog-detail-section
  .inner-breadcrumb_social
  .inner-breadcrumb-menu_social
 li a img{
 
  filter: invert(1);
  width: 18px;
  height: 18px;
}

.blog-detail-section
  .inner-breadcrumb_social
  .inner-breadcrumb-menu_social
  li:nth-child(3) a img {
  filter: none; 
  width: 18px;
  height: 18px;
}
.aware-project-top-bar {
  top: 88px !important;
}
.alert-band_container ~ .df-header-primary ~ .aware-project-top-bar {
  top: 136px !important;
}
.alert-band_container + .gradient + .aware-project-top-bar {
  top: 120px;
}
.alert-band_container + .gradient + .tabs-section .nav.nav-tabs {
  top: 120px;
}
.alert-band_container
  + .gradient
  + .aware-project-top-bar
  + .inner-page-content {
  padding-top: 60px;
}
.alert-band_container
  + .gradient
  + .schedule-section
  .inner-page-content
  .sticky-top {
  top: 50px;
}
.alert-band_container
  + .gradient
  + .tabs-section
  .nav.nav-tabs
  ~ .inner-page-content
  .project-summary-content
  .sticky-top {
  top: 80px;
}
.alert-band_container
  + .gradient
  + .aware-project-top-bar
  + .blog-detail-section {
  padding-top: 100px !important;
}
.alert-band_container
  + .gradient
  + .aware-project-top-bar
  + .aware-project-detail-section {
  margin-top: 50px;
}
.alert-band_container ~ .df-header-primary ~ .aware-project-top-bar ~ .inner-page-content {
  padding-top: 30px;
}
.completed-proposal-content.minimal {
  padding: 3px 0 48px 0;
}
.completed-proposal-content.minimal .content-box {
  max-width: 100%;
}
.completed-proposal-content.minimal .content-box img {
  max-width: 216px;
}
.completed-proposal-content.minimal .content-box .main-heading {
  margin: 24px 0;
  font-size: 28px;
  line-height: 40px;
}
.completed-proposal-content.minimal .content-box p {
  margin-bottom: 0;
}
.completed-proposal-content.minimal .content-box a {
  color: #9050E9;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 1199.98px) {
  .aware-project-top-bar .back-btn span {
    display: none;
  }
  .aware-project-top-bar .top-btn span {
    display: none;
  }
  body:has(#df-banner) .df-hero-video-section {
      padding: 120px 0 0 0;
  }

}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-detail-section .inner-breadcrumb .inner-breadcrumb_author-detail small {
    margin-right: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .blog-detail-section .inner-breadcrumb {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-detail-section .inner-breadcrumb .inner-breadcrumb-menu_social {
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .blog-detail-section .inner-breadcrumb .inner-breadcrumb_author-detail {
    display: block;
  }
} /* df-signup-section-start */
.alert-band_container ~ section.df-signup-section,
.alert-band_container ~ .df-agreement-section {
  padding: 48px 0 172px 0;
}
.alert-band_container ~ section.df-signup-section {
  padding: 0 0 100px 0;
  height: calc(100% - 48px);
}
.df-signup-section,
.valid-mail-section{
  position: relative;
  background: #13072D !important;
  overflow: hidden;
}
.df-signup-section,
.df-agreement-section {
  padding: 0px 0 80px 0;
}
.df-signup-section {
  position: relative;
  padding: 0px 0 100px 0;
  overflow: hidden;
  min-height: 100vh;
  max-height: 100%;
}
.df-login-section {
  min-height: 100vh;
  max-height: 100%;
} 

/*.alert-band_container ~ .df-login-section {
  height: calc(100vh - 48px);
} */
.df-login-section .top-navbar {
  margin-bottom: 40px;
} 
.df-signup-section:has(.df-mail-validation.active) {
  height: 100vh;
}
.valid-mail-section:has(.df-reset-password.active),
.valid-mail-section:has(.df-reset-password-link-sent.active),
.valid-mail-section:has(#df-update-password) {
  height: 100vh;
}
.df-signup-section::after,
.valid-mail-section::after {
  content: "";
  position: absolute;
  bottom: -223px;
  left: 0;
  right: 0;
  max-width: 1192px;
  height: 243px;
  margin: 0 auto;
  border-radius: 1192px;
  background: linear-gradient(243deg, #32C5FF -1.39%, #B620E0 43.99%, #F7B500 87.13%);
  filter: blur(500px);
  opacity: 0.5;
}
.df-signup-section .top-navbar,
.df-agreement-section .top-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.df-signup-section .top-navbar .logo-box,
.df-agreement-section .top-navbar .logo-box {
  width: 196px;
}
.df-signup-section .top-navbar .logo-box img,
.df-agreement-section .top-navbar .logo-box img {
  width: 100%;
}
.df-signup-section .top-navbar .get-started-box p,
.df-agreement-section .top-navbar .get-started-box p {
  font-size: 16px;
  line-height: 22px;
  color: #b6b2bc;
  margin-bottom: 0;
}
.df-signup-section .top-navbar .get-started-box p a,
.df-agreement-section .top-navbar .get-started-box p a {
  color: #9050E9;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: none;
}
.df-signup-section .signup-content-box .gradient-text,
.df-login-section.valid-mail-section .gradient-text  {
  display: inline-block;
  font-size: 64px;
  font-weight: 700;
  line-height: 82px;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #FF13EC 0%, #FFBB01 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.df-login-section.valid-mail-section .gradient-text {
  margin-bottom: 16px;
}
.df-signup-section .signup-content-box p {
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 32px;
  font-weight: 400;
}
.df-signup-section .signup-content-box ul {
  padding-left: 0;
  list-style-type: none;
}
.df-signup-section .signup-content-box ul li {
  position: relative;
  font-family: "DM Sans";
  display: flex;
  align-items: first baseline;
  gap: 8px;
  margin-bottom: 12px;
}
.df-signup-section .signup-content-box ul li span.list-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #9050E9;
  background: #9050E9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.df-signup-section .signup-content-box ul li span {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #F0F0F0;
  width: calc(100% - 24px);
}
.df-signup-section .df-register-form {
  position: relative;
  max-width: 628px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
  z-index: 1;
}
.df-signup-section .df-register-form .form-control.user-name-control {
  margin-bottom: 0;
}
.df-signup-section .df-register-form span.title {
  display: block;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  font-family: "DM Sans";
  color: #F9FAFB;
  margin-bottom: 24px;
}
.df-signup-section .df-register-form .browse-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #9050E9;
  font-weight: 600;
  padding: 10px 16px;
  margin-top: 12px;
  border: 1px solid #9050E9;
  background-color: transparent;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.df-signup-section .df-register-form .browse-btn:hover {
  background-color: #9050E9;
  color: #ffff;
}
.df-signup-section .df-register-form .browse-btn img {
  width: 26px;
  margin-right: 10px;
}
.df-signup-section .df-register-form .form-separator {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  padding: 24px 0;
}
.df-signup-section .df-register-form .form-separator::before,
.df-signup-section .df-register-form .form-separator::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 46%;
  height: 1px;
  background-color: #d6d6d6;
}
.df-signup-section .df-register-form .form-separator::after {
  left: unset;
  right: 0;
}
.df-signup-section .df-register-form .input-field {
  margin-bottom: 24px;
  text-align: left;
  position: relative;
}
.df-signup-section .df-register-form .input-field > div {
  position: relative;
}
.df-signup-section .df-register-form .input-field > div > i {
  position: absolute;
  bottom: 20px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #A39EB2;
}
.df-signup-section .df-register-form .input-field .msg-wrapper {
  padding-left: 0px;
  font-family: Inter;
}
.df-signup-section .df-register-form .input-field .validation-list {
  margin-top: 16px;
  padding-left: 0;
}
.df-signup-section .df-register-form .input-field .validation-list .validation-items {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.df-signup-section .df-register-form .validation-item {
  margin-bottom: 12px;
}
.df-signup-section .df-register-form .validation-item:last-child {
  margin-bottom: 0;
}
.df-signup-section .df-register-form .validation-item label {
  position: relative;
}
.df-signup-section .df-register-form .validation-item label input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s;
}
.df-signup-section .df-register-form .validation-item label span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.df-signup-section .df-register-form .validation-item label span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 12px 3px 1px;
  border: 1px solid #A39EB2;
  border-radius: 4px;
  background-color: #443A63;
  width: 16px;
  height: 16px;
  vertical-align: top;
  transition: border-color 0.2s, background-color 0.2s;
}
.df-signup-section .df-register-form .validation-item label input:checked + span::before {
  border-color: #E9E7EC;
}
.df-signup-section .df-register-form .validation-item .validation-item-text {
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #E9E7EC;
}
.df-signup-section .df-register-form .validation-item label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 8px;
  height: 5px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  transform: translate(3px, 4px) rotate(-45deg);
}
.df-signup-section .df-register-form .validation-item label input:checked + span::after {
  border-color: #E9E7EC;
}
.df-signup-section .df-register-form .input-field span {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.df-signup-section .df-register-form .input-field .hint-text {
  color: #ffff;
  padding-left: 0;
}
.df-signup-section .df-register-form .input-field .success {
  color: #00c48c;
}
.df-signup-section .df-register-form .input-field .msg-wrapper .error {
  color: #F04438;
  padding-left: 0;
}
.df-signup-section .df-register-form .input-field .extra-text {
  display: block;
  font-style: italic;
  color: #9b9b9b;
  margin-top: 16px;
}
.df-signup-section .df-register-form .form-control {
  position: relative;
  width: 100%;
  height: 48px;
  border: 0;
  margin-bottom: 2px;
}
.df-signup-section .df-register-form .form-control:focus {
  box-shadow: none;
}
.df-signup-section .df-register-form .form-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  font-family: "DM Sans";
  margin-bottom: 6px;
  color: #E9E7EC;
}
.df-signup-section .df-register-form .form-control .eye-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  filter: invert(96%) sepia(3%) saturate(7%) hue-rotate(20deg) brightness(92%)
    contrast(78%);
}
.df-signup-section .df-register-form .form-input {
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 40px;
  padding: 9px 14px;
  border-radius: 4px;
  border: 1px solid #443A63;
  color: #E9E7EC;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.input-field .form-input:focus,
.input-field .form-input:active {
  border-color: #D6BBFB;
}
/*.input-field .form-input:focus {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F4EBFF;
}*/
.input-field .form-input:disabled {
  border: 1px solid #D0D5DD;
  background: #F9FAFB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.df-signup-section .df-register-form .form-input.error {
  border: 1.5px solid #e67381;
}
.df-signup-section .df-register-form .form-input:disabled {
  border: 1px solid #D0D5DD;
  background: #F9FAFB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.df-signup-section .df-register-form .input-field:has(.form-input.error)::before {
  content: "";
  position: absolute;
  top: 43px;
  right: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9987 5.33325V7.99992M7.9987 10.6666H8.00536M14.6654 7.99992C14.6654 11.6818 11.6806 14.6666 7.9987 14.6666C4.3168 14.6666 1.33203 11.6818 1.33203 7.99992C1.33203 4.31802 4.3168 1.33325 7.9987 1.33325C11.6806 1.33325 14.6654 4.31802 14.6654 7.99992Z' stroke='%23F04438' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
} 
.df-signup-section .df-register-form .input-field:has(input[type="password"].form-input.error)::before {
  content: none;
}
.df-signup-section .df-register-form .form-input::-moz-placeholder {
  opacity: 0;
  color: #667085;
}
.df-signup-section .df-register-form .form-input:-ms-input-placeholder {
  opacity: 0;
  color: #667085;
}
.df-signup-section .df-register-form .form-input::placeholder {
  opacity: 0;
  color: #667085;
}
.df-signup-section .df-register-form .form-input:focus {
  outline: none;
}
.df-signup-section .df-register-form .form-input:focus ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 5;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  transition: all 0.2s ease-in-out;
}
.df-signup-section
  .df-register-form
  .form-input:not(:-moz-placeholder-shown).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.df-signup-section
  .df-register-form
  .form-input:not(:-ms-input-placeholder).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.df-signup-section
  .df-register-form
  .form-input:not(:placeholder-shown).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.df-signup-section .df-register-form .df-form .df-theme-primary-btn,
.df-signup-section .df-register-form .df-form .df-theme-primary-btn {
  width: 100%;
}
.df-signup-section .df-register-form .df-form .df-theme-primary-btn.disabled,
.df-signup-section .df-register-form .df-form .df-theme-primary-btn.disabled:hover {
  background: #d1b7f6;
  border-color: #bd99f1;
  cursor: not-allowed;
}
.df-signup-section .df-register-form .df-form .df-theme-primary-btn.disabled:hover::before {
  content: none;
}
#gisRegister iframe {
  margin: 0 auto;
}
#captchaContactUs {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.df-signup-section .df-register-form .df-form #captchaRegister > div {
  margin: 0 auto;
}
.df-login-section .df-register-form .df-form #captchaLogin > div {
  margin: 0 auto;
}

.df-error-alert {
  background-color: #fde5e8;
  border: 1px solid #e67381;
  border-radius: 2px;
  height: auto;
  padding: 13px 20px;
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 24px;
  text-align: left;
}
.df-password-error{
  background-color: transparent;
  border: none;
  padding: 0;
  color: #FF3B30;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  height: none;
  margin-bottom: 0;
}
.df-success-alert {
  background-color: #e7fff8;
  border: 1px solid #00c48c;
  border-radius: 2px;
  height: auto;
  padding: 13px 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 24px;
  text-align: left;
}

#email-verification-box .df-mail-validation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 44px));
}
#email-verification-box .df-mail-validation.active,
 .valid-mail-section .df-mail-validation.active{
  display: block;
}
#email-verification-box .df-mail-validation .main-heading h6 {
  margin-bottom: 0;
}
#email-verification-box .df-form {
  width: 100%;
}
#email-verification-box .df-mail-validation .df-form .input-field {
  margin: 24px 0;
}
#gisRegister, #gisLogin {
  height: 40px;
  /*display: flex;
  justify-content: center;*/
}
#gisRegister iframe, #gisLogin iframe {
  margin: 0% 10% 0% 14% !important;
  /*width: calc(100% - 24%) !important;
  max-width: calc(100% - 24%) !important;*/
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #gisRegister iframe, #gisLogin iframe {
    margin: 0% 2% 0% 14% !important;
    /*width: calc(100% - 16%) !important;
    max-width: calc(100% - 16%) !important;*/
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .df-signup-section {
    height: 100%;
  }
  .df-login-section {
    height: 100%;
  }
  .alert-band_container ~ section.df-signup-section,
  .alert-band_container ~ section.df-login-section {
    height: calc(100% - 48px);
  }
  #gisRegister iframe, #gisLogin iframe {
    /*margin: 0% 2% 0% 14% !important;
    width: calc(100% - 16%) !important;
    max-width: calc(100% - 16%) !important;*/
    margin: unset !important;
  }
  #gisRegister iframe{
    margin: 0% 2% 0% 14% !important;
  }

}
@media (min-width: 320px) and (max-width: 991.98px) {
  .df-signup-section .df-register-form {
    max-width: 628px;
    margin: 0 auto;
    margin-top: 30px;
  }
  #video-modal .modal-body iframe {
    height: 300px;
  } 
  .df-signup-section {
    height: 100%;
  }
  .df-login-section {
    height: 100%;
  }
  .alert-band_container ~ section.df-signup-section,
  .alert-band_container ~ section.df-login-section {
    height: calc(100% - 48px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .df-signup-section .signup-content-box {
    padding-left: 34px;
  }
  #gisRegister iframe, #gisLogin iframe {
    /*margin: 0% 2% 0% 14% !important;
    width: calc(100% - 16%) !important;
    max-width: calc(100% - 16%) !important;*/
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .df-signup-section {
    padding-bottom: 60px;
  }
  .valid-mail-section .top-navbar {
    margin-bottom: 60px;
  }
  .alert-band_container ~ section.df-signup-section {
    padding: 0 0 60px 0;
    height: calc(100% - 48px);
  }
  #gisRegister iframe, #gisLogin iframe {
    /*margin: 0% 5% 0% 5% !important;
    width: calc(100% - 10%) !important;
    max-width: calc(100% - 10%) !important;*/
    margin: 0% 5% 0% 5% !important;
  }
}
@media (max-width: 575.98px) {
    .deep-initiative-left{
      width: 110%;
      margin-left: -20px;
      margin-bottom: 24px;
      max-width: unset;
      min-height: unset;
  }

  .df-signup-section {
    padding: 50px 0;
  }
  .df-signup-section .signup-content-box p {
    width: 100%;
  }
  .df-signup-section .top-navbar .get-started-box p span {
    display: none;
  }
  .df-signup-section .df-register-form {
    width: 100%;
    max-width: 450px;
    padding: 20px;
  }
  .df-signup-section {
    padding-bottom: 60px;
  }
  .valid-mail-section .top-navbar {
    margin-bottom: 60px;
  }
  .alert-band_container ~ section.df-signup-section {
    padding: 0 0 60px 0;
    height: calc(100% - 48px);
  }
  .df-login-section .main-heading h1.gradient-text {
    font-size: 42px;
    line-height: 54px;
  }
  #gisRegister iframe, #gisLogin iframe {
    /*margin: 0% 5% 0% 5% !important;
    width: calc(100% - 10%) !important;
    max-width: calc(100% - 10%) !important;*/
    margin: unset !important;
  }
} 
@media (min-width: 380px) and (max-width: 459.99px){
  #gisRegister iframe, #gisLogin iframe{
    margin: 0% 5% 0% -12% !important;
    transform: scale(0.85);
    transform-origin: center;
/*    width: 400px !important;*/
  }
}
@media (min-width: 320px) and (max-width: 379.99px){
  #gisRegister iframe, #gisLogin iframe{
    margin: 0% 5% 0% -12% !important;
    transform: scale(0.85);
    transform-origin: center;
    width: 340px !important;
  }
}
/* df-signup-section-end */ 

/* df-login-section-start */
.alert-band_container ~ section .df-login-section {
  padding: 80px 0;
}
.df-login-section {
  padding: 40px 0;
}
.df-login-section .top-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.df-login-section .top-navbar .logo-box {
  width: 196px;
}
.df-login-section .top-navbar .logo-box img {
  width: 100%;
}
.df-login-section .top-navbar .get-started-box p {
  font-size: 16px;
  line-height: 22px;
  color: #b6b2bc;
  margin-bottom: 0;
}
.df-login-section .top-navbar .get-started-box p a {
  color: #9050E9;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: none;
}
.df-login-section .main-heading {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}
.df-login-section .main-heading h1.gradient-text {
  display: inline-block;
  font-size: 64px;
  font-weight: 700;
  line-height: 82px;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #FF13EC 0%, #FFBB01 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.df-login-section .df-register-form {
  max-width: 628px;
  min-height: 580px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
  margin: 0 auto;
}
.df-login-section .df-register-form .df-form {
  text-align: center;
}
.df-login-section .df-register-form span.title {
  display: block;
  font-family: "DM Sans";
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #F9FAFB;
  margin-bottom: 24px;
}
.df-login-section .df-register-form .df-theme-primary-btn {
  display: block;
  width: 100%;
}
.df-login-section .df-register-form .df-theme-primary-btn:disabled {
  background: #d1b7f6;
  border-color: #bd99f1;
  cursor: not-allowed;
}
.df-login-section .df-register-form .df-theme-primary-btn:disabled:hover::before {
  content: none;
}
.df-login-section .df-register-form .browse-btn:hover {
  background-color: #9050E9;
  color: #ffff;
}
.df-login-section .df-register-form .browse-btn img {
  width: 26px;
  margin-right: 10px;
}
.df-login-section .df-register-form .form-separator {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  padding: 24px 0;
}
.df-login-section .df-register-form .form-separator::before,
.df-login-section .df-register-form .form-separator::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 44%;
  height: 1px;
  background-color: #ffffff;
}
.df-login-section .df-register-form .form-separator::after {
  left: unset;
  right: 0;
}
.df-login-section .df-register-form .input-field {
  position: relative;
  margin-bottom: 24px;
  text-align: left;
}
.df-login-section .df-register-form .input-field .hint-text {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  padding-left: 20px;
}
.df-login-section .df-register-form .input-field.d-flex {
  justify-content: space-between;
  align-items: center;
}
.df-login-section .form-check {
  padding-left: 0;
}
.df-login-section .df-checkbox {
  position: absolute;
  opacity: 0;
}
.df-login-section .df-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.df-login-section .df-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 4px;
}
.df-login-section .df-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.df-login-section .df-checkbox:checked + label:before {
  background: #9050E9;
  border: 2px solid #9050E9;
}
.df-login-section .df-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.df-login-section .df-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.df-login-section .df-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.df-login-section .input-field.d-flex a.blue-link {
  font-size: 14px;
  line-height: 20px;
  color: #7f1ba4;
  text-decoration: none;
}
.df-login-section .input-field.d-flex a.blue-link:hover {
  color: #9050E9;
}
.df-login-section .df-register-form .form-control {
  position: relative;
  width: 100%;
  height: 48px;
  border: 0;
  margin-bottom: 5px;
}
.df-login-section .df-register-form .form-control:focus {
  box-shadow: none;
}
.df-login-section .df-register-form .form-label {
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #E9E7EC;
  margin-bottom: 6px;
}
.df-login-section .df-register-form .input-field .eye-icon {
  position: absolute;
  top: 52px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #A39EB2;
}
.df-login-section .df-register-form .form-input {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 44px;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #443A63;
  color: #E9E7EC;
  background: transparent;
}
.df-login-section .df-register-form .form-input:focus,
.df-login-section .df-register-form .form-input:active {
  border-color: #D6BBFB;
}
.df-login-section .df-register-form .form-input:disabled {
  border: 1px solid #D0D5DD;
  background: #F9FAFB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.df-login-section .df-register-form .form-input.error {
  border: 1px solid #FDA29B;
}
.df-login-section .df-register-form .input-field:has(.form-input.error)::before {
  content: "";
  position: absolute;
  top: 44px;
  right: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9987 5.33325V7.99992M7.9987 10.6666H8.00536M14.6654 7.99992C14.6654 11.6818 11.6806 14.6666 7.9987 14.6666C4.3168 14.6666 1.33203 11.6818 1.33203 7.99992C1.33203 4.31802 4.3168 1.33325 7.9987 1.33325C11.6806 1.33325 14.6654 4.31802 14.6654 7.99992Z' stroke='%23F04438' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
} 
.df-login-section .df-register-form .input-field:has(input[type="password"].form-input.error)::before {
  content: none;
}
.df-login-section .df-register-form .form-input::-moz-placeholder {
  opacity: 1;
  color: #667085;
}
.df-login-section .df-register-form .form-input:-ms-input-placeholder {
  opacity: 1;
  color: #667085;
}
.df-login-section .df-register-form .form-input::placeholder {
  opacity: 1;
  color: #667085;
}
.df-login-section .df-register-form .form-input:focus {
  outline: none;
}
.df-login-section .df-register-form .form-input:focus ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 5;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  transition: all 0.2s ease-in-out;
}
.df-login-section
  .df-register-form
  .form-input:not(:-moz-placeholder-shown).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.df-login-section
  .df-register-form
  .form-input:not(:-ms-input-placeholder).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.df-login-section
  .df-register-form
  .form-input:not(:placeholder-shown).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.df-login-section .df-register-form .input-field .msg-wrapper {
  padding-left: 0px;
}
.df-login-section .df-register-form .input-field span {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.df-login-section .df-register-form .input-field .hint-text {
  color: #666666;
}
.df-login-section .df-register-form .input-field .success {
  color: #00c48c;
}
.df-login-section .df-register-form .input-field .msg-wrapper .error {
  color: #F04438;
  padding-left: 0;
}
.df-login-section .df-register-form .input-field .extra-text {
  display: block;
  font-style: italic;
  color: #9b9b9b;
  margin-top: 16px;
}

.df-login-section .df-register-form .forget-pass {
  margin: 16px 0 0 0;
  width: 100%;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #EAEAEA;
  text-align: center;
}
.df-login-section .df-register-form .forget-pass span {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #EAEAEA;
}
.df-login-section .df-register-form .forget-pass a.blue-link {
  font-weight: 700;
  color: #BF9AF2;
  margin-left: 8px;
  text-decoration: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .df-login-section .main-heading h1.gradient-text {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px){
    .deep-initiative-left{
        margin-bottom: 24px;
        max-width: unset;
        min-height: unset;
    }
}
@media (max-width: 575.98px) {
  .df-login-section {
    padding: 80px 0;
  }
  .df-login-section .top-navbar .get-started-box p span {
    display: none;
  }
  .df-login-section .df-register-form {
    padding: 20px;
  }
  .df-login-section .main-heading h1.gradient-text {
    font-size: 42px;
    line-height: 54px;
  }
}

 /* df-login-section-end */ /* valid-mail-section-start */
.heading-reset_password {
  text-align: center;
}
.heading-reset_password h3 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
}
.valid-mail-section .df-mail-validation,
.valid-mail-section .df-reset-password,
.valid-mail-section .df-reset-password-link-sent,
.valid-mail-section .df-profile-validation {
  display: none;
  max-width: 628px;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.valid-mail-section .top-navbar {
  display: flex;
  height: 88px;
  padding: 20px 80px !important; 
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  margin-bottom: 80px;
}
.df-login-section.valid-mail-section .top-navbar {
  margin-bottom: 40px;
}
.valid-mail-section .top-navbar:has(~ .df-login-section) {
  margin-bottom: 0;
}
.valid-mail-section .top-navbar .logo-box {
  width: 196px;
}
.valid-mail-section .top-navbar .logo-box img {
  width: 100%;
}
.valid-mail-section .top-navbar .get-started-box p {
 color: #EAEAEA;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0;
}
.valid-mail-section .top-navbar .get-started-box p a {
  color: #BF9AF2;
  font-weight: 700;
  margin-left: 12px;
  text-decoration: none;
}
/* -- new added  */
.valid-mail-section .validation-form h1,
.valid-mail-section  .df-reset-password .heading-forgot_password h1 {
  color: #F9FAFB;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */  
  text-transform: none;
  align-self: stretch;
}
.valid-mail-section  .df-reset-password .heading-forgot_password h1,
.valid-mail-section  .df-reset-password-link-sent .heading-forgot_password h1 {
  text-align: left;
}

.valid-mail-section #df-forgot-password-form .form-control{
  display: flex;
  flex-direction: column;
  gap:0px;
  background-color: transparent;
}  
.valid-mail-section .df-profile-validation .validation-form {
 
  border-radius: 4px;
  padding: 0px;
  
}
.valid-mail-section .df-profile-validation {
  padding: 24px;
}
.valid-mail-section .df-profile-validation .main-heading h1 {
  margin-bottom: 24px;
}
.df-profile-validation .input-field .form-control.user-name-control{
  margin-bottom: 5px;
} 
.df-profile-validation .radio-group {
  margin-top: 24px;
  color:#E9E7EC;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  
}
.df-profile-validation .radio-group .radio-group-items{
  margin: 6px 0 24px 0;
  padding: 10px 14px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #443A63;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #E9E7EC;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.df-profile-validation .radio-group .radio-group-items input{
  width: 10.667px;
  height: 10.667px;
  margin-right: 12px;
}
.df-profile-validation .radio-group .radio-group-items input:checked {
  fill: #F4EEFD;
  stroke-width: 1px;
  stroke: #9050E9;
  /*width: 16px;
  height: 16px;*/
}
.df-profile-validation .radio-group-items label {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.df-profile-validation .radio-group-items label:last-child {
  margin-bottom: 0;
}
.df-profile-validation .radio-group-items label input[type="radio"] {
  display: none;
}
.df-profile-validation .radio-group-items label .radio-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #A39EB2;
  background-color: #443A63;
  position: relative;
  margin-right: 12px;
}
.df-profile-validation .radio-group-items label .radio-circle::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease-in-out;
}
.df-profile-validation .radio-group-items label input[type="radio"]:checked + .radio-circle {
  border-color: #9050E9;
  background-color: #F4EEFD;
}
.df-profile-validation .radio-group-items label input[type="radio"]:checked + .radio-circle::before {
  transform: translate(-50%, -50%) scale(1);
  background-color: #9050E9;
}
.df-profile-validation .radio-group-items label .radio-label {
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #E9E7EC;
}
.df-profile-validation .create-account-profile-btn {
  width: 100%;
}
.df-profile-validation .create-account-profile-btn:disabled {
  background: #d1b7f6;
  border-color: #bd99f1;
  cursor: not-allowed;
}
.df-profile-validation .create-account-profile-btn:disabled:hover::before {
  content: none;
}
.df-profile-validation .radio-group #otherTextField{
  margin-top:8px;
}
.df-profile-validation .radio-group #otherTextField input{
  width: 100%;
  height: 44px;
  background: transparent;
  border: navajowhite;
  color: #E9E7EC;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 10px 14px;
  line-height: 150%; /* 24px */
  border-radius: 4px;
  border: 1px solid #443A63;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.df-profile-validation .radio-group #otherTextField input:focus-visible {
  outline: 0;
}

.loading_container { 
  text-align: center;
  padding: 56px;
  width:  680px;
  border-radius: 10px;
}
.accountCreationModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  border: 1px solid  #E6E6E6;
   background: #FFF;
  z-index: 10000;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loading_container img {
  margin-bottom: 12px;
  animation: spin 2s linear infinite;
  width: 120px;
  height: 120px;
}

.loading_container p {
  color: #2C2B2F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.loading_container h5{
  color: #211440;
text-align: center;
font-family: "DM Sans";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 31.2px */
}
.valid-mail-section .validation-form {
  padding: 24px;  
}
.valid-mail-section .validation-form .input-field .hint-text span {
  color: #BF9AF2;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 27px */
}
.agreement{
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  padding: 16px;
  color:  #E9E7EC;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 24px;
  text-align: left;
}
.agreement a {
  color:  #BF9AF2;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration: unset;
}
.otp-input-fields {
  display: flex;
  gap: 8px;
}
.otp-input-fields input {
    border-radius: 8px;
    border: 1px solid #A39EB2;
    background: #443A63;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #E9E7EC;
    text-align: center;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding: 8px;
    width: 100%;
    max-width: 84px;
    height: 64px;
}
.otp-input-fields input:focus-visible {
  outline: 0;
}
.otp-input-fields input:focus,
.otp-input-fields input:active {
  border-color: #D6BBFB;
}
.otp-input-fields input[type="number"]::-webkit-inner-spin-button,
.otp-input-fields input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* For Firefox */
.otp-input-fields input[type="number"] {
    -moz-appearance: textfield;
}
.otp-input-fields span.otp-dash {
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  color: #D0D5DD;
}
.valid-mail-section .validation-form .validate-code-btn {
  width: 100%;
}
.valid-mail-section .validation-form .resend-verification-email:disabled{

   color: #d1b7f6;
  
}
.valid-mail-section .validation-form .resend-verification-email:disabled:hover{
   cursor: not-allowed;
  }
#resend-timer{
  color: #E9E7EC;
  padding: 20px;
  float: right;
  font-size: 18px;
  font-weight: 600;
}
.valid-mail-section .validation-form .validate-code-btn:disabled,
.valid-mail-section .validation-form .validate-code-btn:disabled:hover {
  background: #d1b7f6;
  border-color: #bd99f1;
  cursor: not-allowed;
}
.valid-mail-section .validation-form .validate-code-btn:disabled:hover::before {
  content: none;
}


.valid-mail-section .validation-form .resend-code-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.valid-mail-section .validation-form .resend-code-box .hint-text {
  color: #EAEAEA;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.valid-mail-section .validation-form .resend-code-box .hint-text button {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #BF9AF2;
  font-weight: 700;
  margin-left: 12px;
}
.valid-mail-section .validation-form .resend-code-box .hint-text button.disabled {
  color: #ccc;
}
.valid-mail-section .validation-form .back-reg-link {
  color: #BF9AF2;
  font-weight: 700;
  text-decoration: unset;
  max-width: 100px;
  display: block;
  margin: 20px auto 0 auto;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}
/*------------*/

.valid-mail-section .main-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.valid-mail-section .main-heading h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #ffff;
  margin-bottom: 12px;
}
.df-login-section.valid-mail-section .gradient-text {
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  display: inline-block;
  background: linear-gradient(225deg, #32c5ff 0%, #b620e0 52%, #f7b500 95%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*.valid-mail-section .validation-form {
  max-width: 450px;
  margin: 0 auto;
  background-color: #ffff;
  border-radius: 4px;
  padding: 37px 40px 27px 40px;
}*/

.valid-mail-section .validation-form h6 {
  color: #E9E7EC;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  align-self: stretch;
}
.valid-mail-section .validation-form h6 span {
  text-transform: lowercase;
  color: #E9E7EC;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.valid-mail-section .validation-form p {
  font-size: 13px;
  color: #666;
  margin-bottom: 30px;
  line-height: 21px;
}
.valid-mail-section .validation-form .input-field {
  position: relative;
  margin-bottom: 24px;
  text-align: left;
}
.valid-mail-section .validation-form .input-field .hint-text {
  color: #EAEAEA;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.valid-mail-section .validation-form .input-field.d-flex {
  justify-content: space-between;
  align-items: center;
}
.valid-mail-section .validation-form .form-control {
  position: relative;
  width: 100%;
  height: 48px;
  border: 0;
  background-color: transparent;
}
.valid-mail-section .validation-form .form-control:focus {
  box-shadow: none;
}
.valid-mail-section .validation-form .form-label {
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 0px;
  color: #E9E7EC;
  margin-bottom: 6px;
}
.valid-mail-section .validation-form .form-control .eye-icon {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 30px;
  filter: invert(96%) sepia(3%) saturate(7%) hue-rotate(20deg) brightness(92%)
    contrast(78%);
  z-index: 1;
  cursor: pointer;
}
.valid-mail-section  .df-reset-password,
.valid-mail-section  .df-reset-password-link-sent,
.valid-mail-section  #df-update-password {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 44px));
}
.valid-mail-section  #df-update-password {
  width: 628px;
}
.valid-mail-section  #df-update-password h1 {
  margin-bottom: 24px;
}
.valid-mail-section  .df-reset-password p,
.valid-mail-section  .df-reset-password-link-sent p,
.valid-mail-section  #df-update-password p {
  color: #E9E7EC;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 24px;
}
.valid-mail-section  .df-reset-password .df-theme-primary-btn,
.valid-mail-section  .df-reset-password-link-sent .df-theme-primary-btn {
  width: 100%;
  text-align: center;
}
.valid-mail-section  .df-reset-password .df-theme-primary-btn:disabled {
  background: #d1b7f6;
  border-color: #bd99f1;
  cursor: not-allowed;
}
.valid-mail-section  .df-reset-password .df-theme-primary-btn:disabled:hover::before {
  content: none;
}
.valid-mail-section  .df-reset-password .back-main-link,
.valid-mail-section  .df-reset-password-link-sent .back-main-link {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; 
  color: #BF9AF2;
  text-decoration: none;
}
.valid-mail-section  .df-reset-password-link-sent .back-main-link {
  margin-top: 0;
}
.valid-mail-section  .df-reset-password-link-sent .back-main-link {
  background: transparent;
  padding: 0;
  border: 0;
}
.valid-mail-section  .df-reset-password-link-sent .back-main-link.disabled {
  color: #ccc;
}
.valid-mail-section  #df-update-password .input-field i {
  position: absolute;
  top: 52px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #A39EB2;
}
.valid-mail-section  #df-update-password .input-field 
#modal-cropper-image {
  max-width: 100%;
  width: 500px;
  height: 400px;
  display: none;
}
span#zoom-out {
  margin-right: 10px;
}
span#zoom-out i {
  font-size: 18px;
  color: #7f1ba4;
}
span#zoom-in {
  margin-left: 10px;
}
span#zoom-in i {
  font-size: 18px;
  color: #7f1ba4;
} /* .cr-slider::-moz-range-track {    background: #7F1BA4;    border-radius: 16px;}.cr-slider::-webkit-slider-thumb {    -webkit-appearance: none;    appearance: none;    background-color:#7F1BA4;    border-radius: 50%;    border: 2px solid #7F1BA4;    box-shadow: -407px 0 0 400px #7F1BA4;}.cr-slider::-moz-range-thumb {    height: 15px;    width: 15px;    background-color: #fff;    border-radius: 50%;    border: 1px solid #f50;    box-shadow: -407px 0 0 400px #f50;}*/
.valid-mail-section .validation-form .form-input {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 44px;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #443A63;
  color: #E9E7EC;
  background: transparent;
}
.valid-mail-section .validation-form .form-input::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.valid-mail-section .validation-form .form-input:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.valid-mail-section .validation-form .form-input::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.valid-mail-section .validation-form .form-input:focus {
  outline: none;
}
.valid-mail-section .validation-form .form-input:focus,
.valid-mail-section .validation-form .form-input:active,
.df-profile-validation .radio-group #otherTextField input:focus,
.df-profile-validation .radio-group #otherTextField input:active {
  border-color: #D6BBFB;
}
.valid-mail-section .validation-form .form-input:focus ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 5;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  transition: all 0.2s ease-in-out;
}
.valid-mail-section
  .validation-form
  .form-input:not(:-moz-placeholder-shown).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.valid-mail-section .validation-form .extra-text {
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #A39EB2;
}
/*.valid-mail-section
  .validation-form
  .form-input:not(:-ms-input-placeholder).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.valid-mail-section
  .validation-form
  .form-input:not(:placeholder-shown).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.valid-mail-section .validation-form .input-field .count-down {
  position: absolute;
  top: 7px;
  right: 6px;
  z-index: 1;
}
.valid-mail-section .validation-form .input-field .count-down .timer {
  position: relative;
  font-size: 23px;
  font-weight: 600;
  color: #747474;
  padding: 0px 7px;
}*/
.valid-mail-section .validation-form .resend-code-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.valid-mail-section .validation-form .resend-code-box .df-theme-primary-btn {
  width: 100%;
}
.valid-mail-section .validation-form .resend-code-box .df-theme-primary-btn:disabled,
#df-update-password .validation-form .resend-code-box .df-theme-primary-btn:disabled,
.valid-mail-section .validation-form .resend-code-box .df-theme-primary-btn:disabled:hover {
  background: #d1b7f6;
  border-color: #bd99f1;
  cursor: not-allowed;
}
.valid-mail-section .validation-form .resend-code-box .df-theme-primary-btn:disabled:hover::before,
#df-update-password .validation-form .resend-code-box .df-theme-primary-btn:disabled:hover::before {
  content: none;
}
.valid-mail-section .validation-form .resend-code-box .reset-cancel-pswd {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #ffff;
  text-decoration: none;
}
#df-update-password .validation-form .resend-code-box .reset-cancel-pswd {
  color: #BF9AF2;
}
.resend-code-box .resend-verification-email {
  background: transparent;
  color: #BF9AF2;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  text-transform: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  #passwordConfirmationModal .modal-dialog {
    max-width: 628px;
  }
}
#passwordConfirmationModal .modal-dialog .modal-header {
  border-bottom: 0;
}
#passwordConfirmationModal .modal-dialog .modal-body {
  text-align: center;
  padding: 7px 56px 56px 56px;
}
#passwordConfirmationModal .modal-dialog .modal-body h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: #211440;
  margin-bottom: 8px;
}
#passwordConfirmationModal .modal-dialog .modal-body p {
  color: #2C2B2F;
}
#passwordConfirmationModal .modal-dialog .modal-body .df-theme-primary-btn {
  width: 100%;
}

@media (max-width: 575.98px) {
  .valid-mail-section {
    padding: 50px 0;
  }
  .df-signup-section.valid-mail-section {
    padding: 0px 0 50px 0;
  }
  .valid-mail-section .top-navbar {
    margin-bottom: 50px;
    padding: 20px 12px !important;
  }
  .df-signup-section .signup-content-box .gradient-text {
    font-size: 42px;
    line-height: 54px;
  }
  .valid-mail-section .top-navbar .get-started-box p span {
    display: none;
  }
  .valid-mail-section .validation-form {
    padding: 20px;
  }
  .valid-mail-section .validation-form .resend-code-box {
    flex-direction: column;
  }
  .valid-mail-section .validation-form .resend-code-box .resend-code {
    margin-bottom: 20px;
  }
} /* valid-mail-section-end */ /* df-agreement-section-start */
.df-agreement-section {
  background: radial-gradient(circle at top, #1e1243 0.06%, #010004 100%);
  display: none;
}
.df-agreement-section .title-content {
  text-align: center;
  margin-bottom: 24px;
}
.df-agreement-section .title-content h1 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  background: linear-gradient(225deg, #32c5ff 0%, #b620e0 52%, #f7b500 95%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.df-agreement-section .title-content p {
  font-size: 20px;
  line-height: 28px;
  color: #ffff;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.df-agreement-section .main-content-box {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 36px;
  max-width: 930px;
  margin: 0 auto;
}
.df-agreement-section .main-content-box .heading-box {
  border-bottom: 1px solid #f5f7f8;
  padding: 0 20px;
}
.df-agreement-section .main-content-box .heading-box h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #212121;
  margin-bottom: 0;
}
.df-agreement-section .main-content-box .description-content {
  padding: 14px 20px 30px 20px;
  margin-bottom: 36px;
}
.df-agreement-section .main-content-box .description-box {
  height: 320px;
  overflow: auto;
  padding: 16px 20px 16px 10px;
  background-color: #f6f6f6;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  margin-bottom: 36px;
  overflow-y: scroll;
  scrollbar-color: #9b9b9b transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
.df-agreement-section .main-content-box .description-box::-webkit-scrollbar {
  width: 10px;
}
.df-agreement-section
  .main-content-box
  .description-box::-webkit-scrollbar-thumb {
  background-color: #9b9b9b;
  border-radius: 10px;
  margin-right: 10px;
}
.df-agreement-section .main-content-box .description-box p {
  font-size: 14px;
  color: #666;
  line-height: 21px;
}
.df-agreement-section .main-content-box .description-box p:last-child {
  margin-bottom: 0;
}
.df-agreement-section .main-content-box .agreement-check-box {
  padding-left: 20px;
}
.df-agreement-section
  .main-content-box
  .agreement-check-box
  .form-check-input[type="checkbox"] {
  margin-right: 15px;
}
.df-agreement-section .main-content-box .df-checkbox {
  position: absolute;
  opacity: 0;
}
.df-agreement-section .main-content-box .df-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.df-agreement-section .main-content-box .df-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 4px;
}
.df-agreement-section .main-content-box .df-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.df-agreement-section .main-content-box .df-checkbox:checked + label:before {
  background: #9050E9;
  border: 2px solid #9050E9;
}
.df-agreement-section .main-content-box .df-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.df-agreement-section .main-content-box .df-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.df-agreement-section .main-content-box .df-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.df-agreement-section .buttons-box {
  text-align: center;
}
.df-agreement-section .buttons-box .cancel-button {
  color: #9050E9;
  background: transparent;
  border: 1px solid transparent;
  margin-right: 20px;
} /* df-agreement-section-end */ /* df-proposal-section-start */
.df-proposal-section {
  padding: 40px 0 80px 0;
  background-color: #f4f8ff;
}
.df-proposal-section .about-proposal-list {
  display: grid;
  column-gap: 24px;
  row-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 0;
  margin-bottom: 30px;
  width: fit-content;
}
.df-proposal-section .about-proposal-list li {
  list-style-type: none;
  grid-column: span 1;
  width: 214px;
}
.df-proposal-section .about-proposal-list li a {
  text-decoration: none;
  color: #212121;
}
.df-proposal-section .about-proposal-box {
  background-color: #ffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 20px 10px 28px 10px;
  border-radius: 4px;
  width: 214px;
  height: 190px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.df-proposal-section .about-proposal-box .img-box {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-upload-wrap .image_preview {
  display: none;
}
.df-proposal-section .about-proposal-box .img-box img {
  width: 100%;
  height: 100%;
}
.photos-btns-container {
  display: none;
/*  margin-top: 15px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.df-proposal-section .about-proposal-box h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  color: #7f1ba4;
  margin-bottom: 0;
}
.df-proposal-section .about-proposal-box:hover h3 {
  color: #9050E9;
}
.df-proposal-section .proposals-list h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  border-bottom: 1px solid #9a8eb8;
  margin-bottom: 36px;
}
.df-proposal-section .proposals-list .proposal-item {
  padding: 28px 26px 32px 36px;
  background-color: #ffff;
  border-radius: 4px;
  display: flex;
  margin-bottom: 24px;
}
.btn.button.df-delete-proposal {
  border: 2px solid rgba(251, 207, 214, 0.4);
  position: inside;
  border-radius: 3px;
  background: linear-gradient(180deg, #e67381 0%, #ff617c 100%);
  color: #010004;
  padding:18px 20px 18px 20px;
  transition: 0.3s ease-in-out;
}
.btn.button.df-delete-proposal:hover {
  
  border: 2px solid #D0021B;
  border-radius: 3px;
  background: linear-gradient(180deg, #e67381 0%, #ff617c 100%);
  color: #fff;
}

.df-proposal-section .proposals-list .proposal-card {
  width: 372px;
  margin-right: 30px;
}
.df-proposal-section .proposals-list .proposal-card .home-proposals {
  margin-bottom: 0;
}
.df-proposal-section .proposals-list .proposal-detail-box {
/*  width: calc(100% - 402px);*/
}
.df-proposal-section .proposals-list .proposal-detail-box h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.df-proposal-section .proposals-list .proposal-detail-box h4 span {
  font-size: 18px;
  font-weight: 600;
  margin-left: 18px;
}
.df-proposal-section .proposals-list .proposal-detail-box h4 span.submit {
  color: #00c48c;
}
.df-proposal-section
  .proposals-list
  .proposal-detail-box
  h4.admin_restricted
  span.submit {
  color: #ef5265;
}
.df-proposal-section
  .proposals-list
  .proposal-detail-box
  h4.decline_funding
  span.submit {
  color: #ef5265;
}
.df-proposal-section
  .proposals-list
  .proposal-detail-box
  h4.incomplete
  span.submit {
  color: #f18d5a;
}
.df-proposal-section
  .proposals-list
  .proposal-detail-box
  h4
  span.submit.incomplete {
  color: #f18d5a;
}
.df-proposal-section .proposals-list .proposal-detail-box h4 span.draft {
  color: #f18d5a;
}
.df-proposal-section .proposals-list .proposal-detail-box h4 span.decline {
  color: #ef5265;
}
.df-proposal-section .proposal-detail-box .nav-pills {
  margin-bottom: 24px;
  display: flex;
  gap:32px;
  border-bottom: ;
  border-bottom: 1px solid #E6E6E6;
}
.df-proposal-section .proposal-detail-box .nav-pills .nav-item {
  margin-right: 36px;
}
.df-proposal-section .proposal-detail-box .nav-pills .nav-item .nav-link {
  position: relative;
  /*font-size: 20px;
  line-height: 24px;
  color: #7F1BA4;
  background-color: #ffff;
  border-radius: 0;
/*  padding: 0 20px 13px 20px;*/
  color:#979698;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  padding: 0px;
  background-color: transparent;
   border-radius: 0;
/*  border-bottom: 3px solid transparent;*/
  cborder-bottom: 1x solid transparent;
}
.df-proposal-section .proposal-detail-box .nav-pills .nav-item .nav-link.active {
/*  font-weight: 600;*/
  color: #9050E9;
  border-bottom: 1px solid #9050E9;
}
/*.df-proposal-section .proposal-detail-box .nav-pills .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9050E9;
  background: linear-gradient(130deg, #32c5ff 20%, #b620e0 50%, #f7b500 80%);
}*/
.df-proposal-section .proposal-detail-box .tab-content {
  padding-bottom: 24px;
  border-bottom: 1px solid #9a8eb8;
  margin-bottom: 24px;
}
.df-proposal-section .proposal-detail-box .tab-content .details-grid {
  display: grid;
  /*column-gap: 4px;
  row-gap: 4px;*/
  grid-template-columns: repeat(2, 1fr);
  padding:12px;
  border-radius:8px;
  border: 1px solid #E9E7EC;
  background:#F4F8FF;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid{
  display: flex;
  flex-direction: column;
  gap: 10px;
} 
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid .df-details-grid-outer{
  display: flex;
  flex-direction: row;
  gap:40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E7EC;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid .df-details-grid-outer:last-child{
  padding-bottom: 0;
  border-bottom: none;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid-item{
  width: 100%;
}
.df-proposal-section .proposal-detail-box .tab-content .details-grid-item {
  grid-column: span 1;
/*  padding: 8px 12px;*/
  padding:10px 0;
/*  background-color: #fafafa;*/
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E9E7EC;
  justify-content: space-between;
} 
.df-proposal-section .proposal-detail-box .tab-content .details-grid-item:nth-child(-n+2){
  padding-top: 0;
}
.df-proposal-section .proposal-detail-box .tab-content .details-grid-item:nth-last-child(-n+2){
  border-bottom: none;
  padding-bottom: 0;
}
.df-proposal-section .proposal-detail-box .tab-content .details-grid-item span {
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  display: inline-block;
  width: 110px;
  margin-right: 20px;
}
.df-proposal-section .proposal-detail-box .tab-content .details-grid-item a {
  text-decoration: none;
}
.df-proposal-section
  .proposal-detail-box
  .tab-content
  .details-grid-item
  small {
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  display: inline-block;
}
.df-proposal-section
  .proposal-detail-box
  .tab-content
  .details-grid-item
  strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #212121;
}

.df-proposal-section
  .proposal-detail-box
  .tab-content
  .details-grid-item .count-bigger
 {
  font-size: 22px;
  
}
.star-icon {
  cursor: pointer;
}
.df-proposal-section
  .proposal-detail-box
  .tab-content
  .details-grid-item
  .rating {
  display: flex;
  align-items: center;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid-item .rating{
  gap: 8px;
}
.df-proposal-section
  .proposal-detail-box
  .tab-content
  .details-grid-item
  .rating
  .rating-imgs {
  margin-top: -5px;
  margin-right: 10px;
}
.df-proposal-section
  .proposal-detail-box
  .tab-content
  .details-grid-item
  .rating
  .rating-imgs
  .fa-star-o {
  color: #cccccc;
}
.df-proposal-section
  .proposal-detail-box
  .tab-content
  .details-grid-item
  .rating
  .rating-imgs
  .colored {
  color: #ffc200;
}
.df-proposal-section
  .proposal-detail-box
  .tab-content
  .details-grid-item
  strong.extra {
  color: #7f1ba4;
}
.df-proposal-section .proposal-detail-box .details-btns .button {
  margin-right: 24px;
}
.df-proposal-section .proposal-detail-box .details-btns a:last-child {
  margin-right: 0;
}
.df-proposal-section .proposal-detail-box .details-btns .delete-button {
  background: transparent;
  color: #FF3B30;
  text-transform: uppercase;
}
.df-proposal-section .proposal-detail-box .details-btns .delete-team-btn {
  background: transparent;
  color: #FF3B30;
  text-transform: uppercase;
}

/*LogIn modal user-search*/
.df-logIn-modal-dialog{
  max-width: 628px !important;
}
.df-logIn-modal-content{
  padding: 32px !important; 
  border-radius: 16px !important;
  border: 1px solid #CBCDD2;
  background: #FFF; 
}
.df-logIn-modal-content .df-logIn-modal-header{
 /* padding: 0!important;
  border-bottom: none !important;*/
}
.df-logIn-modal-content .df-modal-header{
  padding: 0!important;
}
.df-logIn-modal-content .df-modal-body {
  padding: 24px 0 0 0;
}
.df-logIn-modal-content .df-logIn-modal-title{
  color: #211440;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; 
  text-transform: capitalize !important;
}
.df-modal-body .df-form {
  width: 100%;
}
.df-modal-body .haAclf{
  padding: 0;
  width: 100%;
}

.df-modal-body #gsi_242950_208816{
  width: 100%;
  margin: 0 !important;
}
 .df-modal-body .nsm7Bb-HzV7m-LgbsSe
 {
  width: 100% !important;
  max-width: unset !important;
  margin:0 !important;
 }
.df-modal-body iframe{
  margin: 0 !important;
  width: 100% !important;
  max-width: unset !important;
}

.df-modal-body .form-separator {
  position: relative;
  display: block;
  color:  #6C6B6D;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  padding: 24px 0;
}
.df-modal-body .form-separator::before{
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 46%;
  height: 1px;
  background-color: #6C6B6D;
}
.df-modal-body .form-separator::after {
  content: ""; 
  position: absolute;
  top: 35px;
  left: unset;
  right: 0;
  width: 46%;
  height: 1px;
  background-color: #6C6B6D;
}
.df-modal-body .input-field {
  margin-bottom: 24px;
  text-align: left;
  position: relative;
}
.df-modal-body .last-input-feild-margin{
  margin-bottom: 0 !important;
}
.df-modal-body .df-forgot-pass-link{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  text-align: right;
  margin-top: 6px;
  display: block;
}
.df-modal-body .input-field > div {
  position: relative;
}

.df-modal-body .form-label {
  color: #1E1243;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 6px;
}
.df-modal-body .form-input {
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  width: 100%;
  height: 44px;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #979698;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: all 0.2s ease-in-out;
}
.df-modal-body .agreement{
  background: #FAF6FF !important;
  color: #2C2B2F !important;
  margin-top: 24px !important;
}
.df-modal-body .agreement a{
  color: #9050E9 !important;
}
.df-modal-body .form-input:focus{
  box-shadow: none;
  outline: none;
  border: 1px solid #979698;
}
.df-modal-body .df-signup-link{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
  text-align: center;
  margin-top: 12px;
}
.df-modal-body .df-signup-link a{
  color: #9050E9;
  font-weight: 700;
  padding-left: 12px;
}
.df-modal-body .form-input::placeholder {
  opacity: 0;
  color: #667085;
}
.df-modal-body .input-field > div > i {
  position: absolute;
  bottom: 20px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #A39EB2;
}
.df-modal-body .input-field .validation-list {
  margin-top: 16px;
  padding-left: 0;
}

.df-modal-body .validation-items {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.df-modal-body .validation-item {
  margin-bottom: 12px;
}
.df-modal-body .validation-item:last-child {
  margin-bottom: 0;
}

.df-modal-body .input-field span {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.df-modal-body .df-theme-primary-btn {
  width: 100%;
  margin-top: 24px;
}
.share-post-btn{
  color: #FFF;

/* DM Sans/Action/A2/Bold */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
}
.df-modal-body .df-theme-primary-btn.disabled{
  background: #d1b7f6;
  border-color: #bd99f1;
  cursor: not-allowed;
}
#logInmodal .msg-wrapper .error {
  color: #b00020;
}


/* Intrp rfp page image modal*/
.snet-blog-img-modal .modal-content {
  border-radius: 24px;
  background-color: #FAFAFA;
  box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
}
.snet-blog-img-modal .modal-content .modal-header {
  padding: 20px 30px;
}
.snet-blog-img-modal .modal-content .modal-header h1 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 24px;
  color: #212121;
}
.snet-blog-img-modal .modal-content .modal-header .btn-close {
  color: rgba(0,0,0,0.87);
}
.snet-blog-img-modal .modal-body {
  padding: 0;
}
.snet-blog-img-modal .modal-body img {
  width: 100%;
}


.snet-theme-modal .modal-footer {
  padding: var(20);
  justify-content: center;
}

.snet-theme-modal .modal-footer p {
    margin: 0;
    padding: 0px 74px 24px 74px;
    width: 100%;
}

.snet-blog-img-modal .modal-footer {
  flex-direction: column;
  justify-content: center;
  padding: 10px 27px 20px;
}
.snet-blog-img-modal .modal-footer p {
  width: 100%;
  padding: 0;
  margin: 0 auto 20px auto;
}
.snet-blog-img-modal .modal-footer button {
  padding: 18px 30px;
}


.rules_description .image_caption {
  font-size: 14px;
  padding: 12px;
  border-radius: 10px;
  background-color: #FFFFFF;
  line-height: 28px;
  text-wrap: auto !important;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .df-proposal-section
    .proposal-detail-box
    .tab-content
    .details-grid-item
    .rating
    .rating-imgs
    img {
    width: 14px;
  }
  .df-dashboard-sidebar .sidebar-inner-content {
    top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .df-proposal-section .proposals-list .proposal-card {
    width: 290px;
    margin-right: 15px;
  }
  .df-proposal-section .proposals-list .proposal-detail-box {
    width: calc(100% - 305px);
  }
  .df-proposal-section
    .proposal-detail-box
    .tab-content
    .details-grid-item
    small {
    display: none;
  }
  .df-header-primary .logo {
    float: left;
    padding: 28px 40px 28px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .df-proposal-section .about-proposal-list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .df-proposal-section .about-proposal-list li {
    width: 100%;
  }
  .df-proposal-section .about-proposal-box {
    width: 100%;
  }
  .df-proposal-section
    .proposal-detail-box
    .tab-content
    .details-grid-item
    .rating
    .rating-imgs
    img {
    width: 15px;
  }
  .df-header-primary .logo {
    float: left;
    padding: 28px 40px 28px 0;
  }
  .valid-mail-section .top-navbar {
    margin-bottom: 70px;
    padding: 20px 30px !important;
  }
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .df-proposal-section .proposals-list .proposal-item {
    flex-direction: column;
    padding: 28px 26px 32px 26px;
  }
  .df-proposal-section .proposals-list .proposal-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .df-proposal-section .proposals-list .proposal-detail-box {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .df-proposal-section .about-proposal-list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .df-proposal-section .about-proposal-list li {
    width: 100%;
  }
  .df-proposal-section .about-proposal-box {
    width: 100%;
  }
  .df-proposal-section .proposal-detail-box .tab-content .details-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .valid-mail-section .top-navbar {
    margin-bottom: 70px;
    padding: 20px 30px !important;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .df-proposal-section .about-proposal-list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .df-proposal-section .about-proposal-list li {
    width: 100%;
  }
  .df-proposal-section .proposals-list .proposal-item {
    padding: 28px 26px 20px 26px;
  }
  .df-proposal-section .about-proposal-box {
    width: 100%;
    height: 100%;
  }
  .df-proposal-section .about-proposal-box .img-box {
    margin-bottom: 15px;
  }
  .df-proposal-section .proposal-detail-box .tab-content .details-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .df-proposal-section .proposals-list h2 {
    font-size: 32px;
  }
  .df-proposal-section .proposal-detail-box .nav-pills {
    flex-direction: column;
  }
  .df-proposal-section .proposal-detail-box .nav-pills .nav-item {
    margin-right: 0px;
  }
  .df-proposal-section .proposal-detail-box .nav-pills .nav-item .nav-link {
    border-bottom: 0;
    border-left: 3px solid transparent;
    padding: 13px 20px 13px 20px;
  }
  .df-proposal-section
    .proposal-detail-box
    .nav-pills
    .nav-item
    .nav-link.active {
    border-bottom: 0;
    border-left: 3px solid #9050E9;
  }
  .df-proposal-section .proposal-detail-box .details-btns .button {
    margin-bottom: 10px;
  }
} /* df-proposal-section-end */ 


/* account-section new start */
.df-user-account-manage-section{
    padding-bottom: 75px;
    padding-top: 0 !important;
}
.df-user-account-manage-section .df-manage-account-sidebar{
    position: sticky;
    top: 90px;
    height: 692px;
    background-color:#FFF;
    padding: 32px 16px;
    border-right: 1px solid#E6E6E6;
}
.df-manage-account-sidebar .df-nav-tabs-outer{
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}
.df-manage-account-sidebar .df-nav-tabs-outer .df-nav-tab-button{
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    background: none;
    border: none;
    color:#6C6B6D;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}
.df-manage-account-sidebar .df-nav-tabs-outer .df-nav-tab-button.active{
    border-radius: 6px;
    background: #9050E9;
    color: #F4EEFD;
}
.df-manage-account-sidebar .df-nav-tabs-outer .df-nav-tab-button:hover{
    border-radius: 6px;
    background: #9050E9;
    color: #F4EEFD;
}
.df-nav-tab-button.df-account-security:hover img, .df-nav-tab-button.df-account-security.active img {
    content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/security.svg');
  }
  .df-nav-tab-button.df-security:hover img, .df-nav-tab-button.df-security.active img {
    content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/lock_open.svg');
  }
  .df-nav-tab-button.df-profile-walt:hover img, .df-nav-tab-button.df-profile-walt.active img {
    content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/perm_identity\(1\).svg');
  }
  .df-nav-tab-button.df-notifications:hover img, .df-nav-tab-button.df-notifications.active img {
    content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/notification_important\(1\).svg');
  }
/* right-col */
.df-account-security-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 24px;
}
.df-account-security-card .df-account-security-card-heading{
    margin: 0;
    padding: 0;
    color: #211440;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
}
.df-account-security-card a{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    color:#9050E9;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}
.df-user-macard-style{
    background: #FCFDFF;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.df-user-macard-style .df-user-manage-details{
    padding-top: 0px;
    
}
.df-user-manage-details .df-user-profile-input{
    position: relative;
}
.df-user-profile-input .df-svg-eye-icon {
    position: absolute;
    right: 14px;
    top: 42px;
    cursor: pointer;
  }
.df-user-profile-input .df-password-popup{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: absolute;
  top: 37px;
  z-index: 9;
/*  display: none;*/
  transform: translate(50%);
}

.df-password-popup .df-password-svg-wrapper{
  position: relative;
}
.df-password-svg-wrapper .df-password-svg-line{
  position: absolute;
  left: 6px;
  top: 9px;
  stroke-width: 7px;
  width: 4px;
}
.df-password-popup .msg-wrapper{
  padding: 10px 14px !important;
  border-radius: 4px;
  border: 1px solid var(--Foundation-Grey-G50, #E6E6E6);
  background: #FFF;
  margin:0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap:8px;
}
.df-password-popup .msg-wrapper .df-password-validation{
  color: #211440;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
}
.df-password-validation-label{
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; 
  width: 100%;
}
.df-password-validation-item{
  width: 100%;
}
.df-validation-checkbox{
  border: 1px solid #E6E6E6 !important;
  background-color: #FFF !important;
}
.df-password-popup .msg-wrapper .df-password-validation-list{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.df-user-macard-style .df-manage-account-card-heading{
    margin: 0;
    padding: 0;
    color: #211440;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 150%; 
}
.df-user-macard-style-inner{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.df-user-macard-style .df-user-macard-inner-content .df-manage-account-card-paragraph{
    margin: 0;
    padding: 10px 0 0 0;
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
}
.df-form-buttons .df-secondary-button{
    padding: 11px 24px !important;
}
.df-tab-content .tab-pane:not(.active) {
    display: none !important;
  }

.df-user-macard-style .df-user-walt-card-inner{
    max-width: 78%;
    /*display: flex;
    flex-direction: column;
    gap:30px;*/
}
.df-user-walt-card-inner .df-card-walt-para{
    color: #6C6B6D;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 6px 0 0 0;
  }
  .df-user-walt-card-inner .df-card-walt-para a{
    color:#6C6B6D;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .df-user-macard-style .df-user-profile-walt-card-input{
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
  }
  .df-user-profile-walt-card-input .df-svg-copy-icon{
    position: absolute;
    right: 14px;
    top: 38px;
    cursor: pointer;
  }
  .df-account-notification-section{
    border: none !important;
    padding: 0 !important;
  }
  .df-user-notification-tab-content{
    margin-top: 12px;
  }
  .df-user-notification-tab-content-inner{
    gap: 20px;
  }
  .df-user-detail-tabs .df-custom-navtabs .nav-link:not(.active):hover {
/*    border-bottom: 3px solid transparent;*/
  }
/*Modals*/
  .df-mail-modal-dialog{
    max-width: 647px;
  }
  .df-modal-body .df-email-content-para{
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
  }
  #email-verification-box .df-form {
    width: 100%;
    }
    #email-verification-box .df-mail-validation .df-form .input-field {
    margin: 24px 0;
    }
    .df-otp-input-field-outer {
    position: relative;
    text-align: left;
    margin-top: 20px;
    }
    .otp-input-fields {
    display: flex;
    gap:8px;
    }
    .df-otp-input-feilds{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        
    }
    .df-otp-input-field-outer .df-otp-user-details{
        padding-top: 0px;
        padding-bottom: 32px;
    }
    .otp-input-fields input[type="number"] {
    -moz-appearance:textfield;
    }
    .df-otp-input-feilds input{
    border: 1px solid #E6E6E6 !important;
    background: #FAFAFA !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    color:  #2C2B2F !important;
    }

    .otp-input-fields input {
    border-radius:8px;
    border: 1px solid #A39EB2;
    background:#443A63;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #E9E7EC;
    text-align: center;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding:8px;
    width: 100%;
    max-width: 84px;
    height: 64px;
    }
    .otp-input-fields span.otp-dash {
    font-family: "Inter";
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    color: #D0D5DD;
    }
    #resend-timer {
    color: #E9E7EC;
    padding:20px;
    float: right;
    font-size: 18px;
    font-weight: 600;
    }
    .valid-mail-section .validation-form .resend-code-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:16px;
    align-self: stretch;
    }
    .valid-mail-section .validation-form .resend-code-box .hint-text {
    color: #EAEAEA;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
    }
    .valid-mail-section .validation-form .back-reg-link {
    color: #BF9AF2;
    font-weight: 700;
    text-decoration:unset;
    max-width: 100px;
    display: block;
    margin:20px auto 0 auto;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    }
    .df-resend-code-box{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        gap: 12px;
        margin-top: 32px;
    }
      .df-resend-code-box .df-validate-code-btn, .df-resend-code-box .df-verify-new-email{
          width: 100%;
        }
      .df-otp-input-field-outer .df-resend-code-box .df-theme-primary-btn:hover::before {
          opacity: 0;
        }
        .df-resend-code-box .df-validate-code-btn.disabled, .resend-code-box .df-verify-new-email.disabled{
          background:#d1b7f6;
          border: 1px solid #BF9AF2;
          cursor: not-allowed;
        }


      /* .df-resend-code-box .df-validate-code-btn:disabled:hover,
       .df-resend-code-box .df-verify-new-email:disabled:hover {
        background: #d1b7f6;
        border-color: #bd99f1;
        cursor: not-allowed;
       }
       .df-resend-code-box .df-validate-code-btn:disabled:hover::before,
       .df-resend-code-box .df-verify-new-email:disabled:hover::before {
        content: none;
      }*/
    .df-resend-code-box .df-hint-text{
        display: flex;
        align-items: center;
        gap: 12px;
        color: #6C6B6D;
        font-family: "DM Sans";
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        margin: 0;
        padding: 0;
    }


    .df-resend-code-box .df-resend-verify-email{
        background: none;
        border: none !important;
        color: #9050E9 !important;
        font-family: "DM Sans";
        font-size: 16px !important;
        font-weight: 700;
        line-height: 150%; 
        text-transform: none;
        cursor: pointer;
    }
    .resend-code-box .resend-verification-email {
        background:transparent;
        background-color: transparent;
        color: #BF9AF2;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-transform: none;
        cursor: pointer;
    }
    .valid-mail-section .validation-form .resend-code-box .hint-text {
        color: #EAEAEA;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 0;
    }
    .df-otp-input-field-outer .df-otp-countdown{
        display: none;
    }

    .df-otp-input-field-outer .df-resend-code-box .resend-verification-email.disabled{
      cursor: not-allowed;
      color:#d1b7f6;
    }
/* account-section new end */

/* profile new css start */
 .df-user-profil-meta-ul ul{
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style-type: none !important;
}
a{
  text-decoration: none !important;
}
.df-user-profile-detail-banner {
  height: 207px;
  background: url(../imgs/user-profile-detail-banner-bg.png) lightgray 50% /
    cover no-repeat;
  padding : 0;
}
.df-user-profile-detail-banner img{
  width: 100%;
  height: 100%;
}
/*dummy-sections*/
.df-dummy-section-img{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.df-dummy-section-img .df-dummy-skill-section{
  padding: 16px;
  object-fit: cover;
}
.df-dummy-section-img img{
  padding-top: 16px;
  object-fit: cover;
}
.df-user-profile-details .skill-dropdown {
  position: relative;
}
.df-user-profile-details .dropdown-arrow {
  position: absolute;
  top: 16px;
  right: 14px;
}

.df-dropdown.skill-dropdown svg.dropdown-arrow {
  transition: 0.3s all ease-in-out;
}
.df-dropdown.skill-dropdown.active svg.dropdown-arrow {
  transform: rotate(180deg);
}

/* df-user-profile-detail-section-start */

.author .df-user-profile-detail-section {
   padding: 0;
   padding-bottom: 80px;
}

/*#userBannerImage {
  width: 100%;

}
*/


.container-heatmap {
    display: flex;
    padding-bottom: 15px;
}

.days-container {
    padding-top: 26px;
    padding-right: 10px;
}

.days {
    font-size: 10px;
    margin: -3px 0;
    color: rgba(0, 0, 0, 0.50);
}



.experience-block.collapsed .experience-row:not(:first-of-type) {
	display: none;
}

#about-textarea {
  resize: none;        
  outline: none; 	
  width: 100%;
  height: 350px;
  background: #fafafa;
}

#about-textarea:focus {
  border: none;
}



section.df-user-profile-detail-section {
  padding-top: 24px;
}

.df-user-profile-detail-section {
  background-color: #f4f9ff;
  padding-bottom: 80px;
}
.df-user-detail-main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: -40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
}
.df-user-detail-main-content .df-user-profile-content {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.df-user-detail-main-content .df-user-profile-content .user-profile-img {
  width: 168px;
  height: 168px;
  background: linear-gradient(90deg, #f3ab10 0%, #b620e0 49.57%, #32c5ff 100%);
  /*border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;*/
}
.df-user-detail-main-content .df-user-profile-content .user-profile-img img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}
.df-user-detail-main-content .df-user-profile-content .df-user-profile-img img{
  width: 160px;
  height: 160px;
}
.df-user-detail-main-content .df-user-profile-content .user-profile-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .df-user-nikename {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #010004;
  margin-bottom: 8px;
}

.df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .df-user-nikename a{

  color: #010004;
  
}
.df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .df-user-nikename
  .user-tag {
  color: #027648;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 4px 8px;
  border-radius: 24px;
  border: 0.2px solid #027648;
  background: #e2f6f3;
  backdrop-filter: blur(2px);
}
.df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .df-username {
  display: inline-block;
  color: #010004;
  font-family: "Inconsolata", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  padding: 2px 8px;
  border-radius: 2px;
  background: #e6e6e6;
}
.df-user-detail-main-content .df-user-profile-content .user-profile-meta ul {
  margin-top: 12px;
}
.df-user-detail-main-content .df-user-profile-content .user-profile-meta ul li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 16px 4px 0;
  font-size: 14px;
  font-weight: 400;
  color: #2c2b2f;
  line-height: 21px;
}
.df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .user-external-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #5b92f5;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .user-external-link
  a,
.df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .user-external-link
  a:hover {
  color: #5b92f5;
}
.df-user-detail-main-content .df-user-group-buttons {
  display: flex;
  gap: 12px;
}
.df-user-detail-main-content .df-user-group-buttons .df-theme-primary-btn {
  display: flex;
  gap: 8px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
}
.df-user-detail-main-content .df-user-group-buttons .df-theme-primary-btn a{
  color: #fff !important;
}
.df-user-detail-main-content .df-user-group-buttons .df-theme-primary-btn.df-follow-me.disabled {
  position: relative;
  }
.df-theme-primary-btn.df-follow-me.disabled::before{
  display: none !important;
    content: none !important;
}

.df-user-detail-main-content .df-user-group-buttons .df-theme-primary-btn.disabled:hover .df-not-follow-tooltiptext {
   visibility: visible;
    opacity: 1;
}

.df-not-follow-tooltiptext {
    font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  width: max-content;
  max-width: 374px;
  background-color: #747474;
  color: #fff;
  text-align: left;
  padding:15px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 10px);
  transform: translate(-50%, 0%);
  border-radius:4px;
  text-transform: initial;
  box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.df-user-detail-main-content .df-user-group-buttons .more-actions {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #2c2b2f;
  background: #fff;
  position: relative;
}
.df-more-actions-dropdown-menu {
  position: absolute;
  right: -1px;
  top: 39px;
  border: 1px solid #cbcdd2;
  border-radius: 6px;
  background: #fff;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  z-index: 99;
  width: 147px;
}
.df-more-actions-comment-dropdown{
  width: 169px;
  right: 4px;
  top: 41px;
}
.df-more-actions-dropdown-menu .df-more-actions-dropdown-item{
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
  gap: 8px;
  width: 100% !important;
}

.df-more-actions-dropdown-menu .df-more-actions-dropdown-item span {
  color: #2c2b2f;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.df-more-actions-dropdown-item:not(:last-child) {
  border-bottom: 1px solid #cbcdd2;
  padding-bottom: 10px;
}
.df-more-actions-dropdown-menu.show{
  display: flex;
}
.df-user-detail-main-content .df-user-detail-right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.df-user-detail-main-content .df-user-follow-details {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.df-user-detail-main-content .df-user-follow-details span {
  color: #6c6b6d;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}
.df-user-detail-main-content .df-user-follow-details .follow-count {
  color: #010004;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin-right: 4px;
  text-transform: uppercase;
}
.df-user-detail-main-content .df-user-follow-details > div {
  display: inline-flex;
  align-items: center;
}
.df-user-detail-main-content .df-user-follow-details .follow-count-divider {
  width: 1px;
  height: 16px;
  background-color: #e6e6e6;
}
/*.df-user-card-style {
  padding: 32px 16px;
  border-radius: 8px;
  border: 1px solid #cbcdd2;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 24px;
}*/
.df-user-card-style.df-user-feed-menu {
  border-radius: 8px;
border: 1px solid #CBCDD2;
background: rgba(255, 255, 255, 0.70);
  margin-top: 0px;
}
.df-user-card-style ul{
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style-type: none !important;
}
.df-user-profile-card{
/*  padding: 16px;*/
  padding: 16px 16px 0px 16px;
  margin-top: 24px;
}
.df-user-profile-card:first-child {
  margin-top: 0px;
}
.user-card-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 8px;
}
.user-card-title {
  color: #979698;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}
.df-user-card-style .user-card-tags {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
/*  padding: 16px 0;*/
}
.df-user-card-style .user-card-tags li a {
  display: block;
  padding: 4px 8px;
  color: #5b92f5;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 24px;
  background: #eff4fe;
}
.df-user-card-style .user-card-tags li a:hover {
  color: #5b92f5;
}
.df-user-card-style .user-card-list-count li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.df-user-card-style .user-card-list-count li:last-child {
  margin-bottom: 0;
}
.df-user-card-style .user-card-list-count li span {
  color: #2c2b2f;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.df-user-card-style .user-card-list-count li .list-count {
  font-weight: 600;
}
.df-user-card-style .user-card-detail-content > li {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}
.df-user-card-style .user-card-detail-content > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.df-user-card-style .user-card-detail-content li .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 4px;
}
.df-user-card-style .user-card-detail-content .sub-content li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.df-user-card-style .user-card-detail-content .sub-content li span {
  color: #323232;
}

/*RFp new card style*/

.df-user-content-proposal-box  .prop-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  border-radius:6px;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0 !important;
}
.df-user-content-proposal-box  .prop-spec-grid li{
  /*display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;*/
   padding: 8px !important;
   margin-bottom: 0 !important;
}
.prop-spec-grid li.full-width {
  grid-column-start: 1;
  grid-column-end: 3;
  border-right: none !important;
}
.df-user-content-proposal-box  .prop-spec-grid li:nth-child(1) {
  border-right:1px solid #e6e6e6;
}
.df-user-content-proposal-box  .prop-spec-grid li:nth-child(3) {
  border-top:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
}
.df-user-content-proposal-box  .prop-spec-grid li:nth-child(4) {
  border-top:1px solid #e6e6e6;
}
/*.df-user-content-proposal-box .prop-spec-grid .prop-spec-box {
  display: block;
  height: 100%;
  padding: 12px;
  border-radius: 4px;
}*/

.df-user-content-proposal-box  .prop-spec-grid .prop-spec-box small {
  display: inherit;
  color: #6c6b6d;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.df-user-content-proposal-box .prop-spec-grid .prop-spec-box span {
  color: #2c2b2f;
  font-family: "DM Sans";
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
  appearance: none;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  width: 97px;
  display: inline-block;*/
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
}

/*RFP & Ideas-start*/
.df-user-detail-tabs {
  padding: 12px 32px;
}

.df-new-user-card img{
  object-fit: cover;
}
.df-new-user-detail-card{
  padding: 166px 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
  text-align: center;
}
/*.df-new-user-detail-card div{
  width: 100%;
}*/
.df-new-user-detail-card-heading{
  color: #2C2B2F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
}
.df-new-user-detail-card-span{
  color: #6C6B6D;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; 
  padding-top: 2px;
}
.df-user-detail-tabs .df-custom-navtabs {
   align-items: center;
  gap: 32px;
  --bs-nav-tabs-border-width: 0px !important;
  --bs-nav-tabs-border-color: transparent !important;
  border:none;
}
.df-user-detail-tabs .df-custom-navtabs .nav-link {
  color:#979698;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  padding: 0px 4px 2px 4px;
/*  border-bottom: 3px solid transparent;*/
  border-top:0;
  border-left:0;
  border-right:0;
}

.df-user-detail-tabs .df-custom-navtabs .nav-link.active {
  color: #9050e9;
  border-bottom: 3px solid #9050e9;
  border-top:0;
  border-left:0;
  border-right:0;
}
.df-user-detail-tabs .df-custom-navtabs .nav-link:not(.active):hover {
/*  border-bottom: 3px solid transparent; */
}

.df-user-card-style .user-card-heading .user-card-explore {
  font-family: "DM Sans";
  color: #9050e9;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
}
.df-user-tab-card-entries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
}
.df-user-tab-card-bottom-style{
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.df-user-tab-card-entries .df-user-tab-card {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 8px;
  border: 2px solid #e4e9f2;
  background: #eef3fb;
}
.df-user-tab-card .df-user-tab-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.df-user-tab-card-content .df-status-tab-btn {
  display: flex;
  padding: 4px 9px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #ff7a00;
  background: #fffbf6;
  backdrop-filter: blur(2px);
  color: #ff7a00;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
.df-user-tab-card-content .df-status-feadback-btn {
  color: #ff006b !important;
  border: 1px solid #ff006b !important;
  background: #fff1f7 !important;
}
.df-user-tab-card-content .df-tab-card-btn-inner {
  padding: 4px 9px;
  border-radius: 4px;
  background: linear-gradient(
      90deg,
      rgba(255, 19, 236, 0.07) 0.04%,
      rgba(255, 187, 1, 0.07) 98.79%
    ),
    #fff;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  backdrop-filter: blur(2px);
}
.df-tab-card-btn-inner .df-awarded-btn {
  background: linear-gradient(95deg, #f900e5, #e4a700) !important;
  background-clip: text !important;
  color: transparent !important;
}
.df-user-tab-card-content .df-tab-card-awarded-btn {
  padding: 1px;
  background: linear-gradient(95deg, #f900e5, #e4a700);
  border-radius: 4px;
}
.df-user-tab-card-content .df-card-content-heading {
   text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #211440;
  text-overflow: ellipsis;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}


.df-user-card-heading-spacing {
  padding-top: 12px;
}
.df-card-content-para {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #2c2b2f ;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  min-height: 36px;
}
.df-user-tab-card-categories {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 4px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  width: 100%;
}
.df-user-tab-card-categories .df-discussion-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-bottom: 4px;
}
.df-user-tab-card-categories .df-discussion-category:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.df-discussion-category .df-upvote {
  display: flex;
  align-items: center;
  gap: 4px;
}
.df-discussion-category .df-category-voting-title {
  color: #2c2b2f;
  font-family: "DM Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
}
.df-discussion-category .df-category-voting-style1 {
  color: #098322;
}
.df-discussion-category .df-category-voting-style2 {
  color: #ea0b0b;
}
.df-discussion-category .df-category-voting-p {
  color: #6c6b6d;
  font-family: "DM Mono";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
/*RFP & Ideas-end*/
/*Team-start*/
/* .df-user-tab-card-top-img{
    height: 48px;
}
.df-user-teams-card{
  border-radius: 8px;
  border: 2px solid #e4e9f2;
} */

.df-user-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
}
.df-user-card-grid .df-user-card-inner {
  padding: 0;
  position: relative;
  background-color: #eef3fb;
  margin: 0;
  border: 2px solid #e4e9f2 !important;
  border-radius: 8px;
  background: #eef3fb;
}
.df-user-card-inner .df-user-card-div-img {
  height: 48px;
}
.df-user-card-inner .df-user-card-div-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.df-user-card-inner .df-user-card-content-div {
  display: flex;
  padding: 48px 0px 16px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.df-user-card-inner .df-user-card-profile-container {
  width: 76px;
  height: 76px;
  border-radius: 320px;
  position: absolute;
  top: 10px;
  right: 50%;
  transform: translateX(50%);
}
.df-user-card-inner .df-user-card-profile-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df-user-card-content-div .df-user-card-content-div-heading {
  color: #211440;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}
.df-user-card-total-users .df-user-card-total-users-span {
  color: #2c2b2f;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.df-user-card-content-div .df-user-card-total-users {
  display: flex;
  align-items: center;
  gap: 6px;
}
.df-user-card-style .df-user-card-post-img {
  height: 104px;
  width: 100%;
}
.df-user-card-style .df-user-card-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.df-user-card-content-div .df-user-text-alignment {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: start !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.df-user-card-grid .df-user-card-margin {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #eef3fb;
  border: 1px solid #e4e9f2 !important;
}
.df-recent-post-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

/*contribution card*/
.df-contribution-card-style{
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #cbcdd2;
  background: rgba(255, 255, 255, 0.7);
}
.df-user-card-style .df-user-card-contribution-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e9e7ec;
  width: 100%;
}
.df-user-card-style .df-user-card-contribution-content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.df-user-card-contribution-content .df-user-card-contribution-heading {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-start;
}
.df-user-card-contribution-heading .df-user-card-contribution-title {
  color: #010004;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.df-user-card-contribution-content .df-user-card-contribution-para {
  color: #2c2b2f;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.df-user-card-contribution-content .df-user-card-contribution-heading span {
  color: #2c2b2f;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
/* round-propsal*/
.df-detail-link a {
  text-decoration: none;
}
.df-user-card-inner .df-user-round-proposal-img {
  height: 98px !important;
}
.df-user-card-inner .df-user-round-proposal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.df-user-card-content-div-desc .df-user-card-content-div-desc-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #211440;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 150%;
  text-decoration: none;
  min-height: 41px;
}
.df-user-card-inner .df-user-card-content-div-desc {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  background-color: #eef3fb;
}
.df-user-card-content-div-desc .df-user-round-proposal {
  color: #211440;
  font-family: "DM Sans";
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
.df-user-card-content-div-desc  .df-user-content-proposal-box{
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
/*.df-user-card-content-div-desc .df-user-content-proposal-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.df-user-card-content-div-desc .df-user-content-proposal-box-grid-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
}*/
.df-user-content-proposal-box-grid .df-round-proposal-inner-section {
  display: flex;
  padding: 8px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
}
.df-user-content-proposal-box-grid
  .df-round-proposal-inner-section:nth-child(1) {
  border-right: 1px solid #e6e6e6;
}
.df-user-content-proposal-box-grid
  .df-round-proposal-inner-section:nth-child(3) {
  grid-column: span 2;
  border-top: 1px solid #e6e6e6;
}
.df-user-content-proposal-box-grid
  .df-round-proposal-inner-section-div:nth-child(1) {
  border-right: 1px solid #e6e6e6;
}
.df-user-content-proposal-box-grid
  .df-round-proposal-inner-section-div:nth-child(3) {
  grid-column: span 1;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.df-user-content-proposal-box-grid
  .df-round-proposal-inner-section-div:nth-child(4) {
  border-top: 1px solid #e6e6e6;
}
.df-round-proposal-inner-section .df-section-title {
  color: #6c6b6d;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
.df-section-wrap {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
}
.df-round-proposal-inner-section .df-section-para {
  color: #2c2b2f;
  font-family: "DM Sans";
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
}

/* Modals */
/* following-popup */
.df-modal-dialog {
  max-width: 660px !important;
/*  width: 100%;*/
}
.df-modal-body .df-popup-sorting-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.df-modal-body .df-popup-search-box {
  position: relative;
}
.df-popup-search-box input {
  padding: 10px 12px 10px 40px;
  border: 2px solid #ccc;
  border-radius: 8px;
  border: 1px solid #cbcdd2;
  background: rgba(255, 255, 255, 0.7);
  outline: none;
  color: #6c6b6d;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  appearance: none;
}
.df-popup-search-box input::-webkit-search-cancel-button {
  display: none;
}
.df-popup-search-box svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: gray;
  pointer-events: none;
}
.df-popup-sort-dropdown-section {
  display: flex;
  align-items: center;
  gap: 16px;
}
.df-popup-sort-dropdown-section .df-popup-sort-label {
  color: #2c2b2f;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.df-popup-sort-dropdown-section .df-popup-sort-dropdown {
  position: relative;
}
.df-popup-sort-dropdown select {
  padding: 10px 40px 10px 12px;
  font-size: 16px;
  font-family: "DM Sans";
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid #cbcdd2;
  background: rgba(255, 255, 255, 0.7);
}
.df-popup-sort-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,%3Csvg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12.6663 6.5L7.99967 10.5L3.33301 6.5" stroke="%232C2B2F" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: cover;
  transform: translateY(-50%);
  pointer-events: none;
}
.df-popup-followers-outer-div {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12px;
  gap: 16px;
  overflow-y: hidden;
  scrollbar-width: none;
  max-height: 290px;
/*  padding-right: 5px;*/
}
.df-modal-body .df-popup-followers-outer-div {
  overflow-y: scroll;
  scrollbar-width: none;
}
.df-popup-followers-outer-div .df-popup-followers-inner-div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.df-popup-followers-outer-div .df-popup-followers-inner-div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.df-popup-followers-inner-div .df-popup-follower-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.df-popup-follower-container .df-popup-follower-img {
  width: 40px;
  height: 40px;
}
.df-popup-follower-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.df-popup-follower-container .df-popup-follower-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  overflow-wrap: anywhere;
}
.df-popup-follower-desc .df-popup-desc-heading-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.df-popup-desc-heading-container .df-popup-desc-name {
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  text-transform: none;
}
.df-popup-desc-heading-container .df-popup-desc-name a {
  text-decoration: none;
  color: #010004;
  /*font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
  text-transform: lowercase;*/
}
.df-popup-follower-desc .df-popup-desc-username {
  color: #6C6B6D;
  font-family: "Inconsolata";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.df-user-feeds-blogs{
  padding: 16px;
}
/* unfollow-popup */
.df-modal-body .df-popup-unfollow-tab-alert {
  border-radius: 8px;
  border: 1px solid #fadd9d;
  background: #fef7e7;
  padding: 12px;
  margin-top: 14px;
}
.df-popup-unfollow-tab-alert .df-popup-unfollow-tab-alert-content {
  color: #94680a;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.df-user-profile-follow-btn {
  border-radius: 4px;
  background: #9050E9;
  padding: 6px 16px;
  color: #fff;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  cursor: pointer;
  border: none;
  display: none;
}

/* profile new css end*/

/* edit-profile new css start */

.df-user-profile-edit-section {
  padding: 24px 0 0px 0;
}

.df-user-profile-edit-section .df-user-profile-edit-style {
  height: 184px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  width: 100%;
/*  margin-top: 60px;*/
}
@media (max-width:1199.98px){
  .df-user-profile-edit-section .df-user-profile-edit-style{
    margin-top: 60px;
  }
}
@media (max-width:992px){
  .df-user-profile-card:first-child {
  margin-top: 24px;
}
}
.df-user-profile-detail-section.edit-user-profile {
  padding: 0;
  padding-bottom : 80px;
}

.df-user-profile-edit-style .df-edit-banner-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  color: #9050e9;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/*.df-user-profile-detail-banner .df-user-profile-edit-style {
  background: none;
}*/

#bannerUpload {
  display: none;
}
.df-profile-edit-card-title {
  color: #2c2b2f !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 150% !important;
}
.df-user-profile-card .df-user-profile-edit-content {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-top: 8px;
}
.df-user-profile-content .user-profile-img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(90deg, #f3ab10 0%, #b620e0 49.57%, #32c5ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-initials{
 /* width: 160px;
  height: 160px;*/
   width: 96%;
  height: 96%;
  background: #E9E7EC;
  color: #211440;
  font-family: "DM Sans";
  font-size: 58px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:50%;
  text-transform: uppercase;
}
.user-initials:hover{
  color: #211440;
}

.edit-profile{
  width: 80px;
  height: 80px;
  object-fit: cover;
  font-size: 26px
}
.df-rfp-profile-box{
  width: 100% !important;
  height: 100% !important;
  font-size: 12px !important;
}
.df-user-profile-card .df-user-profile-content .user-profile-img img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
}

.df-user-profile-edit-content .df-user-profile-meta {
  display: flex;
  align-items: center;
  gap: 18px;
}
.df-user-profile-edit-btn {
/*  border-radius: 4px;*/
/*  border: none;*/
  background: rgba(255,255,255,0.70);
/*  padding: 6px 16px;*/
  color: #9050e9;
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #bf9af2;
  background: #f9f5ff;
  padding: 6px 16px;
}
.df-follow-me-feeds{
  background: none;
  border: none;
}
.df-follow-me-feeds:hover{
  background: none;
  border: none;
}
/*#df-follow-me {
    background: none;
    border: none;
}*/
.df-user-profile-edit-btn:hover {
  color: #9050e9;
}
#imageUpload {
  display: none;
}
.df-user-profile-content .df-user-profile-remove-btn {
  background: none;
  border: none;
  color: #2c2b2f;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.df-user-profile-content .df-user-profile-remove-btn.disabled{
  pointer-events: none;
}
/*dummy-sections*/
.df-dummy-section-img-style .df-dummy-skill-section {
  object-fit: cover;
}
.df-dummy-section-img-style img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.df-dummy-section-img-style .df-dummy-skill-section {
  padding: 0 30px !important;
}
.df-dummy-section-img-style .df-dummy-experience-section {
  padding: 0 30px !important;
}
.df-dummy-section-img-style .df-dummy-education-section {
  padding: 0 40px !important;
}
.df-section-add-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  background: none;
  color: #9050e9;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 12px 0 0 0;
}

/*about*/

.df-user-profile-about p{
  color: var(--Foundation-Grey-G200, #2C2B2F);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 0px;
}
.df-user-heading-about span{
  text-transform: none;
  color:  #344054 !important;
  font-family: "DM Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 150% !important; /* 24px */
}
.df-user-card-about{
  border-radius: 4px;
  border: 1px solid  #E6E6E6 !important;
  background: #FAFAFA !important;
  padding: 10px 14px;
/* border: 1px solid var(--Foundation-Grey-G100, #6C6B6D); */
}
.df-user-card-about.active-border {
border: 1px solid  #6C6B6D !important;
}

.df-user-about{
  padding-top: 16px;
}

/*user-details*/
.df-user-profile-details {
  width: 100%;
  padding-top: 8px;
}
.df-user-profile-details .df-user-profile-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding-bottom: 20px;
}
.df-user-profile-details .df-user-profile-input.last-input{
  margin-bottom: 24px;
}
.df-user-profile-details .df-user-profile-input:last-child {
  padding-bottom: 0;
}
.df-labels {
  color: #211440;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.df-user-profile-input input,
.df-user-profile-input select {
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  font-family: "DM Sans";
  cursor: pointer;
}
.df-user-profile-input .df-wallet-password-input{
  padding-right: 43px !important;
}
.df-user-profile-input select { 
  appearance: none;
}

.df-user-profile-input input[type="text"]::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
   
}
.df-user-profile-input .form-control:focus {
  box-shadow: none;
  border-color: #bf9af2 !important;
}
.df-user-profile-detail-selection {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  margin: 24px 0;
  width: 100%;
}
.df-user-profile-detail-selection-content h4{
  letter-spacing: normal;
}
.df-user-profile-detail-selection-content h4,
.df-user-profile-detail-selection-content p {
  margin-bottom: 0;
}
.df-user-profile-detail-selection-content .df-selection-content-para {
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.df-account-notification-section .df-overall-selection-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px 14px;
  gap:10px;
  border-radius:8px;
  border:1px solid #CBCDD2;
  background:rgba(255, 255, 255, 0.70);
}
.df-overall-selection-btn span{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.df-user-profile-detail-slection-btn .form-check-input {
  width: 44px !important;
  height: 24px !important;
  border: none !important;
  padding: 2px !important;
  border-radius: 12px !important;
  background-color: #ccc;
}
.df-user-profile-detail-slection-btn .form-switch .form-check-input:checked {
  background-color: #9050e9 !important;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.form-switch .form-check-input:not(:checked):focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}
.df-user-profile-detail-slection-btn .form-check-input:focus {
  box-shadow: none !important;
}

.df-user-profile-card .user-notification-card-heading {
  margin-bottom: 0 !important;
}
.df-user-profile-input-details .df-user-card-notification {
  margin-bottom: 0;
}
/*right-section*/
.df-user-profile-card .df-user-profile-skill-section {
/*  border-bottom: 1px solid #e6e6e6;*/
  width: 100%;
  padding-bottom: 4px;
}
.df-user-experience{
  border-bottom: none !important;
}
.df-user-experience-card{
  padding: 16px 16px 0px 16px;
}
.df-user-profile-card .df-user-card-tags{
  padding: 16px 0;
}
.df-user-profile-card .user-card-tags a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #3d48ff !important;
  background: #f0f1ff !important;
   text-decoration: none;
}

#df-list li {
  list-style: none;
}


.form-check-input {
  cursor: pointer;
}

.btn-profile {
   text-decoration: none;
}

.df-dropdown {
  position: relative;
  width: 100%;
}
.df-dropbtn {
  width: 100%;
  display: flex;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  color: #979698;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
}
.df-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 4px;
  border: 1px solid#E6E6E6;
  background: #fafafa;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  padding: 16px 14px;
  z-index: 1;
}
.df-dropdown-content .df-dropdown-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #eaecf0 transparent;
}
.df-dropdown-checkbox::-webkit-scrollbar {
  width: 6px;
}
.df-dropdown-checkbox::-webkit-scrollbar-thumb {
  background-color: #eaecf0;
  background: url('data:image/svg+xml;utf8,<svg width="6" height="137" viewBox="0 0 6 137" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="6" height="68.5" rx="3" fill="#EAECF0"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.df-dropdown-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2c2b2f;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
}
.df-dropdown.active .df-dropdown-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

 .df-custom-checkbox {
  appearance: none;
  width: 18px !important;
  height: 18px !important;
  border-radius: 4px !important;
  border: 1px solid #e6e6e6;
  background: #fff;
  position: relative !important;
  cursor: pointer !important;
  padding: 0 !important;
}
.df-custom-checkbox:checked {
  background-color: #f4eefd !important;
  border: 1px solid #9050e9 !important;
}
.df-custom-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 3.5L4.5 9L2 6.5" stroke="%239050E9" stroke-width="1.6666" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}
/*experince-card*/
.df-user-profile-experience-section .df-profile-edit-card-explore {
  color: #9050e9 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 150% !important;
}
.df-user-profile-card .df-user-experince-card-outer {
/*  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding-top: 16px;*/
  width: 100%;
  
}

.df-user-experience-card {
    padding: 16px 16px 0px 16px;
}

.df-user-experince-card-outer .df-user-profile-experience-card, .df-user-experince-card-outer .df-user-profile-education-card {
 margin-top: 0;
  display: flex;
  padding: 16px 0px 16px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
  border-top: 1px solid #e6e6e6;
  background: rgba(255, 255, 255, 0.7);
}
.df-user-profile-experience-card .df-user-experince-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.df-user-profile-experience-card, .df-user-profile-education-card {
  position: relative;
}

.df-experience-flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  /* padding: 16px 0; */
}

.df-experience-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.df-user-experince-list .df-user-experince-heading {
  color: #2c2b2f;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
}
.df-user-experince-list .df-user-experince-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.df-user-experince-list .df-user-experince-content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}

.df-user-experince-list {
  display: flex;
  flex-direction: column;
}

.df-user-experince-heading {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #2c2b2f;
}

.df-user-experince-content p {
  font-size: 12px;
  margin: 0;
  color: #6c6b6d;
}

.df-experience-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.df-experience-icon{
  padding: 12px;
  border-radius: 4px;
  border: 1px solid  #EAECF0;
  background: #F2F4F7;
}

.df-experience-date {
  font-size: 12px;
  margin: 0;
  color: #6c6b6d;
  color: #98A2B3;
  font-family: Inconsolata;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 22px;
}

.df-user-profile-experience-card .df-user-experince-btn,
.df-user-profile-education-card .df-user-experince-btn
{
  position: absolute;
  top: 20px;
  /* right: 12px; */
  background: none;
  color: #9050e9;
  font-size: 14px;
  font-weight: 700;
  border: none;
  padding: 0;
  cursor: pointer;
}
.df-profile-manage-content{
  border-bottom: 1px solid #e6e6e6;
}
.df-user-card-style {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #cbcdd2;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 24px;
}

.df-user-experince-content .df-content-experince-title {
  color: rgba(0, 0, 0, 0.5);
}
.df-user-experince-content .df-content-experince-title-content {
  color: #323232;
}
.df-user-experince-btn {
  color: #9050e9;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  border: none;
  background: none;
  padding: 0;
}
.df-user-profile-content-selection {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.df-user-profile-content-selection .df-user-profile-detail-selection {
  margin: 0;
}
.df-user-profile-content-selection .df-user-tab-alert {
  border-radius: 8px;
  border: 1px solid #abe7ff;
  background: #ebf9ff;
  padding: 12px;
}
.df-user-tab-alert .df-user-tab-alert-content {
  color: #1f789c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

/*modal sections*/
/*experince-model*/
.df-modal-content {
  padding: 16px !important;
  border-radius: 12px !important;
  display: flex;
  gap: 16px;
}
.df-modal-content .df-modal-header {
  border-bottom: none;
  padding: 0;
}
.df-modal-header .df-modal-heading {
  width: 100%;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #e6e6e6;
}
.df-modal-close {
  width: 20px;
  height: 20px;
  border-radius: 120px;
  background: #e6e6e6;
  padding: 5px;
  cursor: pointer;
}
.df-modal-content .df-modal-body {
  padding: 0 !important;
}
.df-modal-body .df-user-profile-details .df-modal-input {
  padding-bottom: 24px !important;
}
.df-user-profile-details .df-input-lastchild {
  padding-bottom: 0 !important;
}
.df-modal-user-detail .df-modal-input-chechbox {
  padding-top: 10px;
}
.df-modal-user-detail .df-form-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}
.df-form-buttons .df-modal-btn {
  background: none;
  border: none;
  color: #2c2b2f;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.df-form-buttons .delete-edu{
  color: #FF3B30;
}
.exp-modal .df-modal-btn , #addExperienceModal .df-modal-btn , #AddEducationalModal .df-modal-btn   {
   color: #FF3B30;
}

.df-modal-secondary {
  padding: 6px 16px;
  border-radius: 4px;
  border: 1px solid#BF9AF2;
  background: #9050e9;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.df-modal-user-detail .df-date-input-container {
  position: relative;
}
/*svg*/
.select-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.select-container select {
  width: 100%;
  padding-right: 40px;
}
.df-date-input-container .svg-wrapper1 {
  position: absolute;
  right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  pointer-events: none;
}
.df-date-input-container .svg-wrapper2 {
  position: absolute;
  right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  pointer-events: none;
}

.dropdown-container {
  position: relative;
  width: 100%;
}
.main-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: white;
}
.main-input:focus{
  border: 1px solid #2C2B2F;
  box-shadow: none;
  outline: none;
}
.dropdown-content {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  padding: 10px 14px;
  display: none;
  z-index: 100;
  width:100%;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.year-dropdown {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}
.month-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 16px;
}
.month-tab {
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #2C2B2F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background 0.2s;
}
.month-tab.selected {
  background: #9050E9;
  color: #fff;
}
.month-tab.disabled {
color: #98A2B3;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .df-user-profile-edit-btn.df-follow-me {
    font-size: 12px;
    padding: 4px 10px;
    white-space: nowrap;
  }
  .df-popup-desc-name a {
    font-size: 13px;
  }
  .df-popup-desc-username {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .df-profile-page .df-avatar {
  width: 30px !important;
  height: 30px !important;
}
.df-profile-page .df-name {
  font-size: 12px !important;
}
   .df-popup-followers-inner-div {
/*    flex-direction: column;*/
    align-items: flex-start; /* Optional: aligns content to the left */
  }

  .df-popup-follower-container,
  .df-user-profile-detail-btn {
/*    width: 100%;*/
  }
    .df-follow-me {
    padding: 6px 16px !important;
  }
}

.df-date-button-outer{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.df-year-dropdown-svg{
  position: absolute;
  right: 22px;
  top: 20px;
}
.df-date-span{
  color: var#2C2B2F;
  font-family: "DM Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}
/*savechanges-model*/
.df-save-modal-content .df-modal-close-position {
  position: absolute;
  right: 22px;
  top: 22px;
}
.df-save-modal-content {
  padding: 56px !important;
}
.df-save-modal-content .df-save-modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.df-save-modal-body .df-save-modal-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.df-save-modal-inner .df-save-modal-heading {
  color: #211440;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0;
}
.df-save-modal-inner .df-save-modal-para {
  color: #2c2b2f;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
/*delete-modal*/
.df-delete-modal-content {
  padding: 24px !important;
  gap: 30px !important;
  max-height: 555px;
}
.df-delete-modal-heading {
  border-bottom: 1px solid #979698 !important;
}
.df-delete-modal-heading .df-delete-modal-title {
  color: #211440 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
}
.df-modal-body .df-delete-modal-para {
  margin-bottom: 0;
  color: #2c2b2f;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
.df-modal-body .df-delete-btn-grp {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}
.df-delete-btn-grp .df-delete-btn {
  border-radius: 4px;
  background: #ff3b30;
  border: none;
  padding: 11px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.df-delete-btn-grp .df-cancel-btn {
  border: none;
  background: none;
  color: #9050e9;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
/*leave-team-modal*/
.df-leaveteam-dialog{
  max-width: 647px;
}
/* edit-profile new css end */

/* profile-account-section-start */
.profile-account-section {
  padding: 36px 0;
  background-color: #f4f8ff;
}
.profile-account-section .profile-account-card {
  max-width: 688px;
  margin: 0 auto;
  background-color: #ffff;
  border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.profile-account-section .profile-card-header {
  padding: 0 20px;
  border-bottom: 1px solid #f5f7f8;
}
.profile-account-section .profile-card-header h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #212121;
  margin-bottom: 0;
}
.profile-account-section .profile-card-body {
  padding: 24px 20px 40px 20px;
}
.profile-account-section .profile-card-body .prf-body-content {
  max-width: 450px;
  margin: 0 auto;
}
.profile-account-section .profile-card-body .prf-body-content p {
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9b;
  margin-bottom: 50px;
}
.profile-account-section .profile-card-body .prf-body-content p a {
  font-weight: 600;
  color: #9050E9;
  text-decoration: none;
}
.profile-account-section .profile-card-body .prf-body-content p.walt-para {
  font-size: 14px;
  line-height: 24px;
  color: #9b9b9b;
  margin-bottom: 30px;
}
.profile-account-section .profile-card-body .profile-box {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.profile-account-section .profile-card-body .profile-img {
  width: 78px;
  height: 78px;
  margin-right: 16px;
}
.profile-account-section .profile-card-body .profile-img img {
  width: 100%;
  border-radius: 50%;
}
.profile-account-section .profile-card-body .profile-cont h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: rgba(1, 0, 4, 0.87);
  margin-bottom: 20px;
}
.profile-account-section
  .profile-card-body
  .profile-cont
  .photos-btns
  .remove-photo-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  color: #9050E9;
  padding: 10px 18px;
  border: 2px solid #9050E9;
  border-radius: 3px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.profile-account-section
  .profile-card-body
  .profile-cont
  .photos-btns
  .remove-profile-photo-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  color: #9050E9;
  padding: 10px 18px;
  border: 2px solid #9050E9;
  border-radius: 3px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.profile-account-section
  .profile-card-body
  .profile-cont
  .photos-btns
  .remove-profile-photo-btn.disabled {
  color: #cccccc;
  border-color: #cccccc;
  background-color: #fff;
  cursor: default;
}
.profile-account-section
  .profile-card-body
  .profile-cont
  .photos-btns
  .add-user-photo-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  color: #9050E9;
  padding: 10px 18px;
  border: 2px solid #9050E9;
  border-radius: 3px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-right: 20px;
}
#upload-profile-image {
  display: none;
}
.profile-account-section
  .profile-card-body
  .profile-cont
  .photos-btns
  .add-photo-btn {
  width: 147px;
}
.profile-account-section
  .profile-card-body
  .profile-cont
  .photos-btns
  .add-photo-btn::-webkit-file-upload-button {
  visibility: hidden;
}
.profile-account-section
  .profile-card-body
  .profile-cont
  .photos-btns
  .add-photo-btn::before {
  content: "add photo";
  display: inline-block;
  color: #9050E9;
  background: transparent;
  border: 1px solid #9050E9;
  border-radius: 3px;
  padding: 7px 14px;
  line-height: 14px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.profile-account-section
  .profile-card-body
  .profile-cont
  .photos-btns
  .add-photo-btn:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.profile-account-section
  .profile-card-body
  .profile-cont
  .photos-btns
  .add-photo-btn {
  margin-right: 18px;
}
.profile-account-section .profile-card-body .form-control {
  position: relative;
  width: 100%;
  height: 56px;
  border: 0;
}
.profile-account-section .profile-card-body .form-control:focus {
  box-shadow: none;
}
.profile-account-section .profile-card-body .form-control.textarea-box {
  height: 150px;
}
.profile-account-section .profile-card-body .form-control.textarea-box textarea {
  height: 100%;
}
.profile-account-section .profile-card-body .form-control.textarea-box textarea ~ label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
}
.profile-account-section .profile-card-body .form-label {
  position: absolute;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  left: 16px;
  top: 12px;
  padding: 0 4px;
  color: #212121;
  background: #ffff;
  transition: all 0.3s ease;
}
.profile-account-section .profile-card-body .form-control .eye-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  filter: invert(96%) sepia(3%) saturate(7%) hue-rotate(20deg) brightness(92%)
    contrast(78%);
}
.profile-account-section .profile-card-body .form-input {
  position: absolute;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 100%;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1.5px solid #7f1ba4;
  color: #212121;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.profile-account-section .profile-card-body .form-input::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.profile-account-section .profile-card-body .form-input:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.profile-account-section .profile-card-body .form-input::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.profile-account-section .profile-card-body .form-input:focus {
  outline: none;
}
.profile-account-section .profile-card-body .form-input:focus ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 5;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  transition: all 0.2s ease-in-out;
}
.profile-account-section
  .profile-card-body
  .form-input:not(:-moz-placeholder-shown).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.profile-account-section
  .profile-card-body
  .form-input:not(:-ms-input-placeholder).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.profile-account-section
  .profile-card-body
  .form-input:not(:placeholder-shown).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.aware-project-top-bar-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aware-project-top-bar .top-bar-heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 56px;
  color: #222222;
  margin-bottom: 0;
  max-width: 340px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aware-project-top-bar-content .rfp-submission-buttons{
  position: absolute;
  right: 90px;
}

.aware-project-top-bar-content .rfp-submission-buttons .none {
	display: none;
}

.aware-project-top-bar-content .rfp-submission-buttons a{
  display: inline-block;
  padding: 12px 30px 12px 30px;
  border-radius: 3px;
  border: none;
  outline: none;
  /*background: linear-gradient(180deg, #fdbf14 0%, #fd9542 50%, #fd9542 0%);
  color: #010004;*/
  background-size: 1px 120px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.09px;
  line-height: 21px;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease-out;
}
.aware-project-top-bar-content .rfp-submission-buttons a:hover{
color: #ffff;
  }
.profile-account-section .profile-card-body .form-input.disabled {
  border: 1px solid #ccc;
  color: #ccc;
}
.profile-account-section .profile-card-body .form-input.disabled ~ label {
  color: #ccc;
}
.profile-account-section .profile-card-body .input-field .hint-text {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  padding-left: 20px;
}
.profile-account-section .profile-card-body .input-field {
  margin-bottom: 50px;
  text-align: left;
}
.profile-account-section .profile-card-body .input-field .hint-text small {
  color: #00c48c;
  margin-left: 10px;
}
.profile-account-section .profile-card-body .input-field p {
  margin-top: 4px;
}
.profile-account-section .profile-card-body .input-field.verify-mail p {
  margin-top: 12px;
}
.profile-account-section .profile-card-body .input-field-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 24px;
}
.profile-account-section .profile-card-body .input-field-group .input-field {
  margin-bottom: 0;
}
.profile-account-section .profile-card-body .input-field-group p {
  grid-column: span 2;
}
.profile-account-section .profile-card-body .update-account-box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 36px;
}
.profile-account-section
  .profile-card-body
  .update-account-box
  .delete-user-account-btn {
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  color: #d0021b;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
}
.profile-account-section .profile-card-body .alert {
  margin-bottom: 24px;
}
.update-profile-box {
  text-align: center;
}
#df-user-profile-settings-form .input-field .form-input.disabled {
  border: 1px solid rgba(25,25,25,0.32);
  border-radius: 4px;
  background-color: #F8F8F8;
}

#df-user-profile-settings-form .input-field .form-control {
  position: relative;
  display: inline-block;
}
#df-user-profile-settings-form .input-field #copy-button{
  color:#CCCCCC;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}
#df-user-profile-settings-form .input-field .form-control .form-label {
  color: #212121;
}
#df-user-profile-settings-form p a {
  font-weight: 600;
  color: #9050E9;
  text-decoration: none;
}





/*feeds page*/
/*.df-header-primary ~ .df-user-feeds-detail-section{
  top: 72px;
}
.alert-band_container ~ .df-user-feeds-detail-section{
  top: 48px;
}*/
.df-user-feeds-detail-section{
  padding: 24px 0 !important;
}
.df-user-feeds-detail-section .user-profile-img{
  width: 77px !important;
  height: 77px !important;
}
.df-user-feeds-detail-section .user-initials{
  width: 65px;
  height: 65px;
  font-size: 28px;
}
.df-user-feeds-detail-section .df-user-feed-card-style{
  margin-top: 0;
  padding: 0;
  margin-bottom: 20px;
}
.button svg{
  margin-right: 12px;
}
.df-user-feeds-detail-section .df-user-feed-card-style .df-user-detail-main-content{
  width: 100%;
  margin-top: -33px;
  border-bottom: 0;
  margin-bottom: 0;
  gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px;
}
.df-user-feed-card-style .df-user-detail-main-content ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  gap: 6px;
}
.df-user-feed-card-style .df-feed-profile-banner{
  height: 64px;
  border-radius: 8px;
  width: 100%;
}
.df-user-feed-card-style .df-feed-profile-banner img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.df-user-feed-card-style .df-user-detail-main-content ul svg{
  width: 14px;
  height: 14px;
}
.df-user-feeds-detail-section .df-user-feed-card-style .df-user-detail-right-content{
  border-top: 1px solid #CBCDD2;
}
.df-user-feeds-detail-section .df-user-feed-card-style .df-user-detail-right-content .df-user-follow-details{
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  cursor: pointer;
}
.df-user-follow-details #followers_count{
  color: #010004;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  text-transform: uppercase;
}

.df-user-follow-details #following_count{
  color: #010004;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  text-transform: uppercase;
}

.df-user-follow-details > div{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #6C6B6D;
  text-align: center;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.df-user-feeds-detail-section .df-user-follow-details .follow-count-divider{
  width: 1px;
  height: 16px;
  background-color: #e6e6e6;
}

.df-user-feed-card-style .df-user-detail-main-content .df-user-profile-content{
  width: 100%;
  gap: 10px;
}

.df-user-feed-card-style .df-user-detail-main-content .user-profile-meta .df-user-nikename{
  margin-bottom: 4px;
  font-size: 14px;
}

.df-user-feed-card-style .df-user-detail-main-content .user-profile-meta .df-username{
  font-size: 11px;
  padding: 2px 6px;
}
.df-user-feed-members{
  margin-top: 0px !important;
  padding: 16px;
}

.df-user-feeds-detail-section .df-user-feeds-blogs .user-card-heading{
  margin-bottom: 12px;
}

.df-user-feed-card-style .df-user-detail-main-content .df-user-follow-details{
  margin-top: 0;
}

.df-user-feed-card-style .df-user-detail-main-content .df-user-follow-details > div {
  display: inline-flex;
  align-items: center;
}
.df-user-feeds-detail-section .df-user-card-style .df-feed-menu-list li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 12px;
/*  padding: 8px 12px;*/
}
.df-user-feeds-detail-section .df-user-card-style .df-feed-menu-list li:first-child{
  margin-top: 0;
}
.df-user-feeds-detail-section .df-user-card-style .df-feed-menu-list span{
/*  color: #6C6B6D;*/
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.df-user-feeds-detail-section .df-user-card-style .df-feed-menu-list img {
  width: 18px;
  height: 18px;
}
.df-feeds-dashboard-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0 !important;
  gap: 10px;
}
.df-feeds-dashboard-card .df-feeds-header{
/*  width: calc(100% - 247px);*/
    width: calc(100% - 257px);
}
.df-feeds-dashboard-card .create-new-post{
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
/*  gap: 12px;*/
  width: 237px;
}
/*LOGIN PAGE OVERLAY*/
/*PROFILE ICON OVERLAY*/
body.profile-icon-overlay::before{
   content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 103;
  pointer-events: none;
}
/*body.modal-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  pointer-events: none;
}*/

/* If Bootstrap backdrop exists, hide it to prevent doubling */
/*.modal-backdrop {
  opacity: 0 !important;
}*/

/*LOGIN PAGE OVERLAY END*/
.df-feeds-dashboard-card .df-feeds-header .df-feeds-card-header{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.df-feeds-header .df-feeds-card-header h2{
  color: #211440;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
}
.df-feeds-dashboard-card .df-feeds-header p{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 0;
}
.df-feeds-header-outer .card-header h2{
  font-size: 28px !important;
}
.df-user-feed-tabs{
  padding: 8px !important;
}
.df-user-feed-tabs .df-custom-feed-tabs{
 display: flex;
 align-items: center;
 justify-content: center;
 border-bottom: none;
}
.df-user-feed-tabs .df-custom-feed-tabs button{
  width: 50%;
  background: transparent;
}
.df-user-feed-tabs .df-custom-feed-tabs .nav-link.active {
  color: #E9E7EC;
  background: #1E1243;
  padding: 10px 16px;
}
.df-user-feed-tabs .df-custom-feed-tabs .nav-link:not(.active):hover {
  border:none;
}
.df-user-feed-tabs .df-custom-feed-tabs .nav-link{
  padding: 10px 16px;
  color: #7D7692;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; 
  border-radius: 6px;
  border: none;
}

.df-user-feed-tabs .user-card-heading h3{
  font-size: 18px !important;
}
.df-user-search-feild-outer{
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  padding-top: 20px;
}
.df-user-search-feild-outer .df-user-search-feild{
  position: relative;
  width: 80%;
}
.df-user-search-feild-outer .df-user-search-feild input{
  padding: 12px 16px 12px 48px;
  border-radius: 8px;
  border: 1px solid #CBCDD2;
  background: #FCFDFF;
  width: 100%;
  color: #979698;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
/*  height: 48px;*/
}

.df-user-search-feild-outer .df-user-search-feild input:focus{
  box-shadow: none;
  outline: none;
}

.df-user-search-feild-outer .df-user-search-feild svg{
  position: absolute;
  left: 16px;
  top: 26%;
}
.df-user-filter-tag-container{
  position: relative !important;
  cursor: pointer;
}

.df-user-search-feild-outer .df-user-filter-tag{
  padding: 4px 24px;
 border-radius: 8px;
 border: 1px solid var(--Foundation-Grey-G100, #6C6B6D);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 48px;
  cursor: pointer;
}
.df-no-results{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #E9E7EC;
  background: #FFF;
}
.df-no-results h3{
  margin:0 ;
  color: #2C2B2F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; 
  padding-top: 10px;
}
.df-no-results p{
  margin:0;
  color: #979698;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 413px;
  padding-top: 10px;
}
.df-user-filter-tag-container .df-tag-filter-dropdown{
  position: absolute;
  top: 61px;
  right: 0px;
  width: 517px;
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
  padding: 24px;
/*  display: none;*/
}

.df-user-filter-tag-container .hide-dropdown{
  display: none;
}

.tags-group.collapsed .filter-tag:nth-child(n+6) {
  display: none;
}

.tags-group .show-all {
  cursor: pointer;	
	color: var(--Foundation-Indigo-I300, #9050E9);
	font-family: "DM Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 21px */
	padding: 3px 0px;
}


.df-dropdown-scrollable-content{
   max-height: 400px; 
  overflow-y: auto;
  scrollbar-width: thin; 
  scrollbar-color: #bbb transparent;
  padding-right: 16px;
}

.df-dropdown-scrollable-content .df-filter-header{
  color: #211440;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
  padding-bottom: 38px;
}
.df-dropdown-scrollable-content .df-filter-tag-search-input{
  position: relative;
  margin-top: 12px;
}
.df-filter-tag-search-input input{
  border-radius: 8px;
  border: 1px solid #CBCDD2;
  background: #FCFDFF;
  padding: 8px 8px 8px 40px;
  width: 100%;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.df-filter-tag-search-input input:focus{
  box-shadow: none;
  outline: none;
  border: 1px solid #2C2B2F;
}
.df-filter-tag-search-input .search-input-svg{
  position: absolute;
  left: 16px;
  bottom: 12px;

}
.df-tag-filter-dropdown .tags-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.df-filter-search-inner-tags {
  border-radius: 24px;
  border: 1px solid #9050E9;
  background: #F4EEFD;
  color: #9050E9;
  font-family: "DM Mono";
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  padding: 4px 8px;
  margin-right: 6px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.df-remove-tag {
  margin-left: 2px;
  cursor: pointer;
  font-weight: bold;
}

#tag-search-dropdown.active {
  display: block;
}

.df-tag-filter-dropdown .filter-tag {
  padding: 4px 8px;
  border-radius: 44px;
  border: 1px solid #6C6B6D;
  margin-bottom: 8px;
  color: #6C6B6D;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;  
  cursor: pointer;
  user-select: none;
}
.filter-tag.selected {
  background: #f9f5ff;
  border-color: #9050E9;
  color: #9050E9;
  
}
.df-tag-filter-dropdown .df-post-selct-tag{
  color: #211440;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin: 0;
}
.df-tag-filter-dropdown .df-post-tag-container {
  padding: 6px;
  border: 1px solid var(--Gray-100, #F2F4F7);
  background: var(--Gray-50, #F9FAFB);
  margin-top: 12px;
}
.df-tag-filter-dropdown h4 {
  color: #211440;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}
/* Webkit-based browsers (Chrome, Edge, Safari) */
.df-dropdown-scrollable-content::-webkit-scrollbar {
  width: 8px !important;
}

/* Hide arrow buttons */
.df-dropdown-scrollable-content::-webkit-scrollbar-button {
  display: none !important;
  height: 0 !important;
}

/* Track (background of scrollbar) */
.df-dropdown-scrollable-content::-webkit-scrollbar-track {
  background: transparent;
}

/* Thumb - same style for default, hover, and active */
.df-dropdown-scrollable-content::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 6px;
  border: none; /* Make sure no border affects size */
   box-shadow: inset 0 10px 0 transparent, inset 0 -10px 0 transparent;
}

/* Ensure same style on hover and dragging */
.df-dropdown-scrollable-content::-webkit-scrollbar-thumb:hover,
.df-dropdown-scrollable-content::-webkit-scrollbar-thumb:active {
  background-color: #bbb; /* Same color to prevent visual change */
  border: none;
   box-shadow: inset 0 10px 0 transparent, inset 0 -10px 0 transparent;
}

.df-dropdown-scrollable-content .df-filter-tag-container{
  margin-top: 12px !important;
  padding-top: 12px !important;
  border-top: 1px solid #F2F4F7 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  background: none !important;
}
.df-filter-tag-search-input-conatiner{
  position: relative !important;
}
.df-filter-tag-search-input-dropdown {
  position: absolute !important;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  box-shadow: 0px 1px 10px 0px rgba(16, 24, 40, 0.11);
  padding: 10px 14px;
  z-index: 1000;
  display: none;
}
.df-filter-tag-search-input-dropdown .df-dropdown-checkbox{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-height: 88px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #eaecf0 transparent;
}
.df-filter-tag-search-input-dropdown .df-user-profile-edit-btn{
  background: none;
  border: none;
  padding: 0;
}

/* .df-filter-tag-search-input input:focus .df-filter-tag-search-input-dropdown {
      display: block;
    } */
.df-filter-select-btn{
  width: 100%;
  margin-top: 10px;
}

.df-filter-select-btn:disabled{
  border-radius: 4px;
  border: 1px solid #BF9AF2 !important;
  background: #D1B7F6;
  color: #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.df-filter-actions{
  /* display: flex; */
  align-items: center;
  gap: 20px;
  display: none;
  margin-top: 10px;
}
.df-filter-actions .df-filter-clear-btn{
  color: #F63D68;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; 
  height: 52px;
  width: 30%;
  background: none;
  border: none;
}
.df-filter-actions .df-filter-select-btn{
  padding: 14px 32px;
  height:52px;
  width: 70%;
  margin-top: 0;
}
.df-user-search-feild-outer .df-user-filter-tag span{
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.df-user-tag-feild-outer{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 12px;
  gap: 12px;
}

.df-user-tag-feild-outer #statictagList{
  width: 100%;
}

.df-user-tag-feild-outer ul{
  list-style-type: none;
  margin-bottom: 0;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.df-filter-tag-container .df-post-date-tag-wrapper{
  position: relative;
  width: 100%;
  margin-top: 12px;
  display: none;
}
.df-post-date-tag-wrapper .df-post-date-tag-svg{
  position: absolute;
  z-index: 12;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.df-post-date-tag-wrapper .df-post-date-tag-input{
  padding: 10px 42px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FCFDFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  position: relative;
  gap: 8px;
}
.df-post-date-tag-input .df-post-date-tag-placeholder {
  color: #667085;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  width: 87%;
}
.df-post-date-tag-input .df-date-tag-dropdown-arrow{
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.df-user-tag-feild-outer #dynamicTagList > li{
   display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 24px;
  border: 1px solid  #9050E9;
  background:  #F4EEFD;
}

.df-user-tag-feild-outer #dynamicTagList > li > a{
  color:  #9050E9;
  font-family: "DM Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
}
/* date-range-modal */
input#daterange {
  display: none;
}
.df-dateModal-content .df-modal-header{
  border-bottom: none;
}
.df-dateModal-content .df-modal-body{
  padding: 0 24px;
}
/* Your daterangepicker styles remain unchanged */
.daterangepicker {
  border-radius: none !important;
  box-shadow: none !important;
  border: none !important;
  position: static !important;
  margin-top: 0 !important;
}
.daterangepicker::before{
  display: none !important;
}
.daterangepicker::after{
  display: none !important;
}
.daterangepicker td.off{
  opacity: 0;
  pointer-events: none;
}
.daterangepicker .drp-calendar {
  max-width: 100% !important;
  float: left !important;
}
.daterangepicker .drp-calendar.left {
  width: 50% !important;
  padding: 0 12px 0 0 !important;
}
.daterangepicker .drp-calendar.right {
  width: 50% !important;
  padding: 0 0 0 12px !important;
}
.daterangepicker .calendar-table {
  border: none !important;
}
.daterangepicker .drp-calendar.left .calendar-table {
  padding-right: 0 !important;
}
.daterangepicker table {
  border-collapse: collapse !important;
}
.daterangepicker table thead th.month{
  padding: 8px 0px !important;
}
.daterangepicker table thead th {
  padding: 5px 0 !important;
}
.daterangepicker.show-calendar .drp-buttons {
	display: block;
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	right: 0;
	padding-top: 14px;
	border-top: 1px solid lightgray;
}
.daterangepicker .drp-selected {
	display: inline-block;
	color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
	padding-right: 8px;
	position: absolute;
  left: 0px;
  top: 22px;
}
.daterangepicker .drp-buttons .btn-default {
	background: transparent;
	color: #2C2B2F;
	position: absolute;
  bottom: -21px;
  right: 84px;
  padding: 8px 0px !important;
}

.daterangepicker select.monthselect, 
.daterangepicker select.yearselect {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.0036 9.1697C16.8162 8.98345 16.5628 8.87891 16.2986 8.87891C16.0344 8.87891 15.781 8.98345 15.5936 9.1697L12.0036 12.7097L8.46361 9.1697C8.27625 8.98345 8.0228 8.87891 7.75861 8.87891C7.49442 8.87891 7.24097 8.98345 7.05361 9.1697C6.95988 9.26266 6.88549 9.37326 6.83472 9.49512C6.78395 9.61698 6.75781 9.74769 6.75781 9.8797C6.75781 10.0117 6.78395 10.1424 6.83472 10.2643C6.88549 10.3861 6.95988 10.4967 7.05361 10.5897L11.2936 14.8297C11.3866 14.9234 11.4972 14.9978 11.619 15.0486C11.7409 15.0994 11.8716 15.1255 12.0036 15.1255C12.1356 15.1255 12.2663 15.0994 12.3882 15.0486C12.51 14.9978 12.6206 14.9234 12.7136 14.8297L17.0036 10.5897C17.0973 10.4967 17.1717 10.3861 17.2225 10.2643C17.2733 10.1424 17.2994 10.0117 17.2994 9.8797C17.2994 9.74769 17.2733 9.61698 17.2225 9.49512C17.1717 9.37326 17.0973 9.26266 17.0036 9.1697Z" fill="%232C2B2F"/></svg>') no-repeat right 10px center;
  padding: 10px 30px 10px 16px !important;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  margin: 0 4px !important;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px !important;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer !important;
}

.daterangepicker select.monthselect:focus,
.daterangepicker select.yearselect:focus {
  outline: none;
  border-color: #E6E6E6;
  background: #fff
  url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.0036 9.1697C16.8162 8.98345 16.5628 8.87891 16.2986 8.87891C16.0344 8.87891 15.781 8.98345 15.5936 9.1697L12.0036 12.7097L8.46361 9.1697C8.27625 8.98345 8.0228 8.87891 7.75861 8.87891C7.49442 8.87891 7.24097 8.98345 7.05361 9.1697C6.95988 9.26266 6.88549 9.37326 6.83472 9.49512C6.78395 9.61698 6.75781 9.74769 6.75781 9.8797C6.75781 10.0117 6.78395 10.1424 6.83472 10.2643C6.88549 10.3861 6.95988 10.4967 7.05361 10.5897L11.2936 14.8297C11.3866 14.9234 11.4972 14.9978 11.619 15.0486C11.7409 15.0994 11.8716 15.1255 12.0036 15.1255C12.1356 15.1255 12.2663 15.0994 12.3882 15.0486C12.51 14.9978 12.6206 14.9234 12.7136 14.8297L17.0036 10.5897C17.0973 10.4967 17.1717 10.3861 17.2225 10.2643C17.2733 10.1424 17.2994 10.0117 17.2994 9.8797C17.2994 9.74769 17.2733 9.61698 17.2225 9.49512C17.1717 9.37326 17.0973 9.26266 17.0036 9.1697Z" fill="%232C2B2F"/></svg>')
  no-repeat right 10px center;
  background-color: #fff;
}
.daterangepicker th.available:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
}
.daterangepicker .calendar-table .next span {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.99717 12.9998L14.5872 12.9998L11.2872 16.2898C11.0989 16.4781 10.9931 16.7335 10.9931 16.9998C10.9931 17.2661 11.0989 17.5215 11.2872 17.7098C11.4755 17.8981 11.7309 18.0039 11.9972 18.0039C12.2635 18.0039 12.5189 17.8981 12.7072 17.7098L17.7072 12.7098C17.7982 12.6147 17.8696 12.5026 17.9172 12.3798C18.0172 12.1364 18.0172 11.8633 17.9172 11.6198C17.8696 11.4971 17.7982 11.3849 17.7072 11.2898L12.7072 6.28982C12.6142 6.19609 12.5036 6.12169 12.3818 6.07092C12.2599 6.02015 12.1292 5.99402 11.9972 5.99402C11.8652 5.99402 11.7345 6.02015 11.6126 6.07092C11.4907 6.12169 11.3801 6.19609 11.2872 6.28982C11.1934 6.38278 11.1191 6.49338 11.0683 6.61524C11.0175 6.7371 10.9914 6.8678 10.9914 6.99981C10.9914 7.13183 11.0175 7.26253 11.0683 7.38439C11.1191 7.50625 11.1934 7.61685 11.2872 7.70981L14.5872 10.9998L6.99717 10.9998C6.73196 10.9998 6.4776 11.1052 6.29007 11.2927C6.10253 11.4802 5.99717 11.7346 5.99717 11.9998C5.99717 12.265 6.10253 12.5194 6.29007 12.7069C6.4776 12.8945 6.73196 12.9998 6.99717 12.9998Z" fill="%232C2B2F"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  position: absolute;
  right: -4px;
  top: 18px;
}
.daterangepicker .calendar-table .prev span {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.0028 11.0002H9.41283L12.7128 7.71019C12.9011 7.52188 13.0069 7.26649 13.0069 7.00019C13.0069 6.73388 12.9011 6.47849 12.7128 6.29019C12.5245 6.10188 12.2691 5.99609 12.0028 5.99609C11.7365 5.99609 11.4811 6.10188 11.2928 6.29019L6.29283 11.2902C6.20179 11.3853 6.13042 11.4974 6.08283 11.6202C5.98281 11.8636 5.98281 12.1367 6.08283 12.3802C6.13042 12.5029 6.20179 12.6151 6.29283 12.7102L11.2928 17.7102C11.3858 17.8039 11.4964 17.8783 11.6182 17.9291C11.7401 17.9798 11.8708 18.006 12.0028 18.006C12.1348 18.006 12.2655 17.9798 12.3874 17.9291C12.5093 17.8783 12.6199 17.8039 12.7128 17.7102C12.8066 17.6172 12.8809 17.5066 12.9317 17.3848C12.9825 17.2629 13.0086 17.1322 13.0086 17.0002C13.0086 16.8682 12.9825 16.7375 12.9317 16.6156C12.8809 16.4937 12.8066 16.3831 12.7128 16.2902L9.41283 13.0002H17.0028C17.268 13.0002 17.5224 12.8948 17.7099 12.7073C17.8975 12.5198 18.0028 12.2654 18.0028 12.0002C18.0028 11.735 17.8975 11.4806 17.7099 11.2931C17.5224 11.1055 17.268 11.0002 17.0028 11.0002Z" fill="%232C2B2F"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  position: absolute;
  left: -4px;
  top: 18px;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border: none !important;
  padding: 0 !important;
  width: 24px;
  height: 24px;
  display: inline-block !important;
  transform: none !important;
  -webkit-transform: none !important;
}
.daterangepicker .calendar-table td{
  color: #2C2B2F !important;
  text-align: center !important;
  font-family: "DM Sans" !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  min-width: 44px !important;
  width: 44px !important;
}
.daterangepicker th.day {
  color: #9050E9;        
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.daterangepicker td.available:hover {
  background: #eee;
  border-radius: 8px;
}
.daterangepicker td.in-range {
  background: #F4EEFD !important;
  color: #2C2B2F !important;
  border-radius: 0 !important;
}
.daterangepicker td.start-date, .daterangepicker td.start-date:hover {
  background: #9050E9!important;
  color: #fff !important;
  border-radius: 8px 0 0 8px !important;
}
.daterangepicker td.end-date, .daterangepicker td.end-date:hover {
  background: #9050E9 !important;
  color: #fff !important;
  border-radius: 0 8px 8px 0 !important;
}
.daterangepicker .calendar-table th{
  color: #2C2B2F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
.daterangepicker .drp-buttons {
  border: none;
  padding: 15px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.daterangepicker .drp-buttons .btn {
  border-radius: 8px !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  font-family: "Inter" !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 20px !important;
}
.daterangepicker .drp-buttons .btn-primary {
    border: 1px solid #9050E9 !important;
  background: #9050E9 !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff !important;
  position: absolute !important;
  right: 0 !important;
  padding: 8px 16px !important;
}
.daterangepicker .calendar {
  margin: 10px 0;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  text-align: center !important;
  height: 44px !important;
  line-height: 44px !important;
}
.daterangepicker .right .prev {
  display: none !important;
}
.daterangepicker .left .next {
  display: none !important;
}

.df-date-dialog{
  max-width: 724px !important;

}
.df-dateModal-content{
  height: 562px !important;
  padding: 24px !important;
  gap: 12px !important;
}
.df-dateModal-content .user-card-title{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize !important;
}
.df-dateModal-content .df-modal-heading{
  border-bottom: none !important;
  padding-bottom: 0px !important;
}
.df-user-tag-feild-outer ul > li > a{
  color: #6C6B6D;
  font-family: "DM Mono";
  font-size: 12px;
  font-weight: 500;
  line-height: 150%; 
  text-align: center;
  padding: 4px 8px;
  border-radius: 44px;
  border: 1px solid #6C6B6D;
}
.df-user-tag-feild-outer .df-user-input-tags{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.df-user-input-tags #tagList{
  display: none;
  flex-wrap: wrap;
} 
#clearTagsBtn{
  color: #F63D68 !important;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  background: transparent;
  padding: 0;
  border:none;
}
#tagList li > a.selected{
  color: #9050E9;
  border: 1px solid #9050E9;
  background: #F4EEFD;
} 
.df-user-tag-feild-outer .df-user-post-sort-dropdown{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
}
.df-user-post-sort-dropdown select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #6c6b6d;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  border: none;
  background: transparent;
  padding: 0 2px 0 0;
}
/*.df-user-post-sort-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M12.6654 6L7.9987 10L3.33203 6' stroke='%236C6B6D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: cover;
  transform: translateY(-50%);
  pointer-events: none;
}*/
.df-sort-dropdown-custom-arrow {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* so it doesn't block clicks */
}
.df-user-feed-post-card{
  padding: 20px;
  background: #FCFDFF;
}
.df-more-actions-dropdown-item .df-report-post{
  color: #FF5C5C !important;
}

.df-user-feed-post-outer .df-feed-post-user{
   display: flex;
   flex-direction: row;
   /* align-items: center; */
   justify-content: space-between;
}

.df-feed-post-user .df-feed-post-user-left{
  display: flex;
  gap:8px;
  align-items: center;
  justify-content: flex-start;
}
.df-feed-post-user-left .df-feed-post-user-img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.df-feed-post-user-img .user-initials{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 16px;
}
.df-feed-post-user-img img{
  width:100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.df-feed-post-user-left .df-feed-post-user-details{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
} 
.df-feed-post-user-details .df-feed-post-user-fullname{
 display: flex;
 align-items: center;
 justify-content: flex-start;
 gap:8px;
}
.df-feed-post-user-fullname h4{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}
.df-feed-post-user-fullname a{
  text-decoration: none;
  color: #2C2B2F;
}

.df-feed-post-user-fullname span{
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  gap: 4px;
  align-items: center;
}
.df-feed-post-user-details .df-feed-post-user-name{
  display: flex;
  align-items: center;
  gap: 8px;
}
.df-feed-post-user-name span{
  color: #6C6B6D;
  font-family: "Inconsolata";
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
}
.df-feed-post-user-name a{
  color: #9050E9;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
}
.df-feed-post-user .df-feed-user-right{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
}
.df-feed-post-user-actions{
  position: relative;
  cursor: pointer;
}
.df-feed-post-user-actions .df-more-actions-dropdown-menu{
  right: 9px;
  top: 28px;
  z-index: 10;
}
.df-feed-post-user-actions .df-feed-post-user-actions-svg{
  margin-top: -9px;
}
.df-user-feed-post-outer .df-adminpost-notifi-heading{
  padding: 20px 0px 20px 0px ;
/*  margin-bottom: 20px;*/
/*  border-bottom: 1px solid #CBCDD2;*/
}
.df-user-feed-post-outer .df-adminpost-notifi-image-heading img{
margin: 16px 0px 20px 0px;
height: 272px;
align-self: stretch;
width: 100%;
border-radius: 11px;
}
.df-user-feed-post-outer .df-user-feed-post-desc{
/*  padding: 20px 0px 16px 0px ;*/
  margin-bottom: 20px;
  border-bottom: 1px solid #CBCDD2;
}
.df-user-feed-post-outer .auto-generated{
    padding: 8px 0px 20px 0px ;
}
.df-user-feed-post-desc h3{
  color: #010004;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; 
  margin: 0;
}
/*.df-user-feed-upvotes-desc{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}*/
.df-user-feed-upvotes-desc .rfp-category{
  flex-wrap: nowrap;
  gap: 10px 0px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  background-color: #FAFAFA;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
}
.df-user-feed-upvotes-desc .discussion {
  display: block;
  width: 33%;
  align-content: center;
}
.df-user-feed-upvotes-desc .discussion > span {
  color: rgb(44, 43, 47);
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.df-user-feed-upvotes-desc .dashbboard-voting-p {
  color: rgb(108, 107, 109) !important;
  font-family: "DM Mono" !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  padding-bottom: 0 !important;
}
.df-user-feed-upvotes-desc .dashboard-upvote {
  display: block;
  align-content: center;
  width: 33%;
  border-right: 1px solid #E6E6E6;
}
.df-user-feed-upvotes-desc .dashboard-downvote {
  display: block;
  width: 33%;
  align-content: center;
  border-right: 1px solid #E6E6E6;
}
.df-user-feed-upvotes-desc .upvote > span,.df-user-feed-upvotes-desc .downvote > span {
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 600;
  color: #2C2B2F;
  line-height: 150%;
}
.df-user-feed-upvotes-desc .upvote > span {
  color: #098322 !important;
}
.df-user-feed-upvotes-desc .downvote > span {
  color: #EA0B0B !important;
}
.df-user-feed-post-desc .df-adminpost-notifi-heading{
  font-weight: 400;
}


.df-adminpost-notifi-heading.auto-generated {
  font-size: 16px;
  font-weight: 400p !important;
}

.df-user-feed-post-desc .df-adminpost-notifi-heading a{
  color: #9050E9;
  font-family: "DM Sans";
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 150%; 
   text-transform: none; !important;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none !important;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  text-underline-position: from-font !important;
}
.df-user-feed-post-desc .df-adminpost-notifi-heading span.important{
  color: #00BD08;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.df-adminpost-notifi-heading {
    all: unset; /* Reset all inherited styles */
    display: block; /* So it behaves like a div */
  }
.df-user-feed-post-desc .df-admin-heading-space{
  padding-bottom: 20px;
}
.df-user-feed-post-desc.auto-generated .df-adminpost-notifi-heading {
    padding: 0; /* Remove padding */
    margin: 0;  /* Optional: also remove margin */
    font-size: 16px;
}
.df-user-feed-post-desc p{
  color: #010004;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; 
  margin: 0;
 /* padding-top: 6px;
  padding-bottom: 16px;*/
}
.df-user-feed-post-desc .df-user-feed-simple-card-para{
  padding-bottom: 0;
}
.df-user-feed-post-desc li{
  list-style-type: disc;
  margin-left: 10px;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.df-user-feed-post-desc li::marker{
  font-size: 10px;
}
.df-user-feed-post-desc .df-feed-para-list{
  padding: 0;
}
.df-user-feed-post-desc a{
 color: #9050E9 !important;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: auto !important;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  text-underline-position: from-font !important;
}
.df-feed-post-user-interaction{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.df-feed-post-user-interaction  .df-feed-post-user-interaction-inner{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.df-feed-post-user-interaction-inner a{
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6C6B6D;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}
.df-feed-admin-card-sapcing{
  margin-top: 8px;
}
.df-feed-admin-card{
  margin-top: 20px;
  padding: 8px;
  border-radius: 8px;
  background: linear-gradient(243deg, rgba(255, 19, 236, 0.20) 15.95%, rgba(255, 187, 1, 0.20) 83.22%), #FFF;
}
.df-feed-admin-card .df-feed-admin-card-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.df-feed-admin-card-header span{
  color: #010004;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.df-user-feed-post-outer .df-feed-desc-img{
  height: 320px;
  width: 100%;
  padding-bottom: 20px;
}
.df-feed-desc-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
  cursor: pointer;
}
.df-user-feed-post-desc .extra-content {
  display: none;
}
.df-user-feed-post-desc .show-more{
  cursor: pointer;
  color: #9050E9;
  font-family: "DM Sans";
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  padding-top: 8px;
}
.df-user-feed-post-card .df-feed-user-actions{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CBCDD2;
  margin-bottom: 16px;
}
.df-feed-user-actions .df-feed-user-actions-img{
  width: 24px;
  height: 24px;
}
.df-feed-user-actions-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 112px;
}
.df-feed-user-actions .df-feed-user-action{
  color: var(--Foundation-Grey-G200, #2C2B2F);
font-family: "DM Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
}
.df-feed-user-actions .df-feed-user-action a{
 color: var(--Foundation-Grey-G300, #010004);
font-family: "DM Sans";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 18px */
/*  padding-right: 5px;*/
}
.df-user-feed-post-desc .df-user-feed-youtube-link{
  padding-top: 10px;
}
.df-user-feed-youtube-link .df-user-feed-youtube-div{
  margin-top: 10px;
  border-radius: 12px;
  background: #F3F3F4;
  padding: 12px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 12px;
}
.df-user-feed-youtube-div .df-user-feed-youtube-img{
  width: 165px;
  height: 101px;
}
.df-user-feed-youtube-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.df-user-feed-youtube-div .df-user-feed-post-desc{
  width: calc(100% - 177px);
  border: none;
  padding: 0;
  margin: 0;
}
.df-user-feed-post-desc .df-user-feed-youtube-link-desc{
  padding-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.df-user-card-style .df-feed-blog-section{
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E6E6E6;
}
.df-user-card-style .df-feed-blog-section:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.df-feed-blog-section .df-feed-blog-img{
  width: 76px;
  height: 57px;
} 
.df-feed-blog-section .df-feed-blog-img img{
  width: 100%;
  height:100%;
  object-fit: cover;
  border-radius: 4px;
}
.df-feed-blog-section .df-feed-blog-desc{
  width: calc(100% - 84px);
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
}
.df-feed-blog-desc h4{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #010004;
  text-overflow: ellipsis;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}
.df-feed-blog-desc a{
  color: #9050E9;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
}

.df-feeds-dashboard-card .df-feed-post-card-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.df-feed-post-card-header h2{
  color: #211440;
  font-family: "DM Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin:0;
}
.df-feed-post-card-header a{
  color: #9050E9 !important;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}

.df-user-card-style .df-feed-post-details{
  width: 100%;
}
.df-feed-post-details .df-feed-post-input-div{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding-bottom: 24px;
}
.df-feed-post-input-div input, select{
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  box-shadow: 0px 1px 2px 0px rgba(16,24,40,0.05);
}
.df-feed-post-input-div input[type="text"]::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.df-feed-post-input-div .form-control:focus {
  box-shadow: none;
  border-color: #E6E6E6 !important;
}
.df-feed-post-input-div .df-post-input-feild{
  width: 100%;
  min-height: 24px;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  box-sizing: border-box;
  overflow-y: visible;
  overflow-x: hidden;
  word-break: break-word;
  resize: none;
} 
.df-feed-post-input-div #postImagesContainer{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#postImagesContainer div > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.df-feed-post-input-div .tox-tinymce{
  width: 100% !important;
}
.tox .tox-toolbar__group {
  padding: 0 !important;
}
.df-post-input-feild a{
  color: #9050E9;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: auto !important;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  text-underline-position: from-font !important;
}
.df-feed-post-input-div .df-labels{
  display: flex;
  align-items: center;
  gap: 6px;
  align-self: stretch;
}
.df-feed-post-input-div .df-labels svg{
  cursor: pointer;
}
.df-feed-post-input-div .df-post-input-feild[contenteditable="true"]:empty:before {
  content: 'Post Description';
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.df-feed-post-input-div .df-post-input-feild:focus{
  box-shadow: none;
  border-color: #E6E6E6 !important;
  outline: none;
}
.df-post-input-feild img {
      /*max-width: 100%;
      height: auto;*/
  width: 100%;
  height: 100%;
  display: block;
  margin: 12px 0 0 0;
  border-radius: 11px;
  object-fit: cover;
}

.df-post-svg-container {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
  flex-direction: row;
  gap: 6px;
}

.df-post-svg-item {
  background: white;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.image-wrapper {
  position: relative;
  display: inline-block;
}
.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* center vertically */
  margin: 0 auto; /* center horizontally */
}

/* Modal base style */
.modal-content {
  border-radius: 16px;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
/*  text-align: center;*/
/*  min-width: 551px;*/
  margin: auto;
}

/* Modal header and close button */
.modal-header {
  border: none;
  justify-content: flex-end;
  padding: 0;
  position: relative;
}

.btn-close {
 border-radius: 120px;
background-color: var(--Foundation-Grey-G50, #E6E6E6);
  padding: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

/* Icon */
.modal-content-img img {
  width: 160px;
  height: 160px;
  margin-bottom: 40px;
  margin-top: -33px;
}
.modal-body{
  padding: 0px !important;
}
/* Title */
.modal-body h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 8px;
}

/* Subtitle */
.modal-body p {
  font-size: 16px;
  color: #4F4F4F;
  margin-bottom: 40px;
}

/* Primary button */
.login-btn {
  display: inline-block;
  background-color: #6A35FF;
  color: #fff;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  text-decoration: none;
}

/* Signup prompt */
.account-login-url {
  font-size: 14px;
  color: #333;
}

.account-login-url a {
  color: #6A35FF;
  font-weight: 600;
  margin-left: 6px;
  text-decoration: none;
}


*/
.df-user-feed-members .df-popup-followers-outer-div{
  padding-top: 12px;
}
.df-popup-follower-img .user-initials {
  width: 26px !important;
  height: 40px !important;
}
.df-popup-followers-outer-div .df-popup-follower-img{
   width: 40px !important;
  height: 40px !important;
}
.df-feed-post-input-div .df-post-tag-select-wrapper{
  position: relative;
  width: 100%;
}

.df-post-tag-select-wrapper .df-post-tag-input {
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  position: relative;
  gap: 8px;
}
.df-post-tag-input .df-post-tag-placeholder{
  color: #979698;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.df-post-tag-input .df-post-dropdown-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.df-post-tag-input .tag {
  border-radius: 44px;
  border: 1px solid #E6E6E6;
  color: #6C6B6D;
  font-family: "DM Mono";
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  padding: 4px 8px;
  align-items: center;
  background: #E6E6E6;
}
.tag .close {
  margin-left: 8px;
  cursor: pointer;
  margin-top: -3px;
}
.df-post-tag-select-wrapper .df-post-dropdown{
  display: none;
  position: absolute;
  top: 97%;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
  padding: 10px 14px;
}
.custom-tooltip-style .tooltip{
  width: 600px !important;
}
.custom-tooltip-style .tooltip-inner {
  border-radius: 6px;
  border: 1px solid #A39EB2;
  background:#7D7692;
  color: #FFF;
  font-family: "DM Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}

.custom-tooltip-style .tooltip-arrow {
  display: none !important; 
}


.df-post-dropdown .df-post-selct-tag{
  color: #211440;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin: 0;
}
.df-post-dropdown .df-post-tag-container{
  padding: 6px;
  border: 1px solid var(--Gray-100, #F2F4F7);
  background: var(--Gray-50, #F9FAFB);
  margin-top: 12px;
}
.df-post-dropdown.show {
  display: block;
}

.df-post-dropdown h4 {
  color: #211440;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}

.df-post-dropdown .tags-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.df-post-dropdown .tag {
  padding: 4px 8px;
  border-radius: 44px;
  border: 1px solid #6C6B6D;
  color: #211440;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 8px;
  cursor: pointer;
  user-select: none;
}

.df-post-dropdown .tag.selected {
  background: #f9f5ff;
  border-color: #9050E9;
  color: #9050E9;
}
.df-post-dropdown .df-post-select-btn{
  margin-top: 24px;
}

.df-feed-post-details .df-food-post-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
}
.df-food-post-footer div{
  cursor: pointer;
}
.image-upload-icon {
      cursor: pointer;
    }

/*user-search-style*/
.df-user-search-description{
  padding: 20px 0;
}
.df-user-search-description h4{
  color: #211440;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; 
  margin-bottom: 0;
}
.df-user-search-description p{
  padding-top:6px;
  margin-bottom: 0;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.df-user-search-card-outer{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.df-user-search-card{
  background: #FCFDFF;
  padding: 20px;
  margin-top: 0;
}
.df-user-search-card .user-profile-img{
  width: 60px !important;
  height: 60px !important;
}
.df-user-search-card .user-profile-img .user-initials {
  width: 55px !important;
  height: 55px !important;
  font-size: 24px;
}
.df-user-search-card .user-profile-img img{
  width: 55px !important;
  height: 55px !important;
}
.df-user-search-card .df-feed-user-follow-btn{
  border-radius: 4px;
  border: 1px solid #BF9AF2;
  background: #F9F5FF;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap:6px;
  margin-top: 8px;
}
.df-feed-user-follow-btn a{
  text-decoration: none !important;
  color: #9050E9 !important;
  font-family: "DM Sans" !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 150% !important;
}

.df-user-search-card .df-user-detail-main-content{
   margin-top: 0;
   padding-bottom: 12px;
}
.df-user-search-card .df-user-follow-details{
  margin-top: 0;
}
.df-user-search-card .df-user-profile-content {
  align-items: center;
}
.df-user-search-card .df-user-profil-meta-ul{
  display:flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.df-user-search-card .df-user-nikename{
  color: #010004;
  font-family: "DM Sans" !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 150% !important;
  margin-bottom: 0 !important;
  padding: 0!important;
  letter-spacing: unset !important;
}
.df-user-search-card .df-username{
  color: #010004;
  font-family: "Inconsolata", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2px 8px;
  border-radius: 2px;
  background: #E6E6E6;
}
.df-user-search-card .df-feed-user-deatils{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 8px 0 0 0 !important;
}
.df-feed-user-deatils li{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 !important;
  gap: 4px;
}
.df-feed-user-ativities{
  width: calc(100% - 76px);
}


/*feed-comment-section*/
.df-user-feed-comment-card{
  margin-top: 12px;
}
.df-feed-interaction-comment-section{
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
} 
.df-user-feed-post-card .df-user-feed-comment-post-section{
  display: flex;
   align-items: center;
  gap: 16px;
}
.df-user-feed-comment-post-section .df-user-comment-post-img-container{
  width: 40px;
  height: 40px;
}
.df-user-comment-post-img-container .df-user-comment-post-img .user-initials{
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
  border-radius: 200px;
  border: 2px solid #DBDBDB;
  background: #E9E7EC;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  color: #1E1243;
  text-align: center;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.df-user-comment-post-img-container .df-user-comment-post-img img {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
}


 .df-post-comment-container {
  width: calc(100% - 56px);
  border-bottom: 1px solid #ccc;
/*  padding: 10px 0px;*/
/*  padding-bottom:10px;*/
  position: relative;
  transition: all 0.3s ease;
  border-radius: 3px;
  border: 1px solid #CBCDD2;
  background: rgba(255, 255, 255, 0.70);
  height: 50px;
}
.df-post-comment-container .tox-tinymce{
  width: 100% !important;
   border: 0px !important
}
.df-post-comment-container .tox .tox-edit-area__iframe{
  background: rgba(255, 255, 255, 0.70) !important;
}

.df-post-comment-container .tox .tox-edit-area::before {
  border: 0px !important
}
.df-post-comment-container.active {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.70);
  border-radius: 3px;
  border-radius: 3px
}

.df-post-comment-container .df-comment-box-input-wrapper {
  display: flex;
  position: relative;
}

.df-comment-box-input-wrapper .df-post-comment-box-input {
  flex: 1;
  min-height: 24px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  outline: none;
  border: none;
  resize: none;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  background: transparent;
  word-wrap: break-word;
  white-space: pre-wrap;
}

/*.df-post-comment-box-input:empty::before {
  content: 'Share your Thoughts..';
  color: #aaa;
}*/

.df-post-comment-box-input[contenteditable="true"]:empty::before {
  content: "Share your Thoughts..";
  color: #aaa;
  pointer-events: none;  /* avoids blocking typing */
  display: block;
}

.df-comment-box-input-wrapper .icon {
  position: absolute;
  top: 4px;
  right: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.df-post-comment-container.active .icon {
  top: auto;
  bottom: -51px;
  left: 0;
  right: auto;
  position: absolute;
}

.df-post-comment-container .reply-actions {
  display: none;
  justify-content: flex-end;
  align-items: center;
  margin-top: -128px;
  margin-right: 12px;
}

.df-post-comment-container.active .reply-actions {
  display: flex;
}

.reply-actions .df-feed-post-comment {
  padding: 6px 16px;
  top: 85px !important;
}

.fb-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  margin: 20px auto;
  font-family: sans-serif;
}
 
.fb-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
 
.fb-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
  background-color: #ccc;
}
 
.fb-header-info {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
}
 
.fb-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 
/* Skeleton Styles */
.skeleton {
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
}
.skeleton::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 1.2s infinite;
}
 
.skeleton-line {
  height: 14px;
  width: 100%;
}
 
.skeleton-line.short {
  width: 30%;
}
 
.skeleton-line.thinner {
  height: 10px;
  width: 40%;
}
@keyframes shimmer {
  0% {
    left: -150px;
  }
  100% {
    left: 100%;
  }
}


/*feed-commnet-section*/

/*.df-feed-post-comment-section{
  margin-top: 20px;

}*/
.df-feed-post-comment-section .df-feed-users-section-outer{
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
}
.df-feed-users-section-outer .df-feed-user-comment-section{
  display: flex;
  gap: 8px;
  flex-direction: column;
/*  margin-top: 20px;*/
}
.df-feed-user-comment-section .df-feed-user-details{
  display: flex;
  gap: 8px;
  align-items: center;
}
.df-feed-user-details .df-feed-user-img{
  width: 32px;
  height: 32px;
}
.df-feed-user-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.df-feed-user-details .df-feed-user-desc{
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  gap: 7px;
}
.df-feed-user-desc a{
  color: #2C2B2F !important;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}
.df-feed-user-desc span{
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.df-feed-user-comment-section .df-feed-user-comment-deatils{
  display: flex;
  gap: 10px;
  margin-left: 40px;
  flex-direction: column;
}
.df-feed-user-comment-deatils p{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.df-feed-post-user-interaction-dtails .df-user-interaction-dots{
  padding: 8px;
  border-radius: 8px;
  background: #F5F5F5;
  width: 36px;
  height: 36px;
}

/*.df-feed-users-section-outer .df-feed-user-comment-section:nth-child(2){
  margin-left: 40px; 
}
.df-feed-users-section-outer .df-feed-user-comment-section:nth-child(3) {
  margin-left: 80px; 
}*/
.df-feed-comment-section-outer{
  position: relative !important;
}
.df-save-svg-container{
  cursor: pointer;
}
.save-toggle {
  margin-top: -9px; 
}
.df-comment-alerts{
  position: absolute;
  bottom: 31px;
  right: 25px;
}
.df-comment-reply{
  margin-top: 20px;
}
/*.df-alert-box {
  border-radius: 6px;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 14px 16px;
  margin-bottom: 0;
  width: 577px;
}*/

.df-alert-box {
  border-radius: 6px;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05);
  position: fixed; 
  bottom: 20px; 
  left: 50%; 
  transform: translateX(-50%); 
  padding: 14px 16px;
  margin-bottom: 0;
  width: 577px;
  z-index: 9999; 
}

.df-alert-box div{
  display: flex;
  align-items: center;
  gap: 10px;
}
.df-alert-box div > span{
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 150%
}
.df-successfull-alert{
  background: #F6FFF5;
}
.df-successfull-alert div > span{
  color: #038A00;
}
.df-error-alert-box{
  background: #FFF6F6;
}
.df-error-alert-box div > span{
  color: #FF3B30;
}
.df-copy-alert-box{
  background: #EDF6FF;
}
.df-copy-alert-box div > span{
  color: #0085FF;
}
.alert-close-icon {
  position: absolute;
  top: 42%;
  right: 14px;  
  cursor: pointer;
}


/*feed-comment-end*/
/*feeds end*/


/*feeds Responsive*/
@media(max-width:350px){
  .df-user-filter-tag-container .df-tag-filter-dropdown {
    width: 277px;
  }
  .df-comment-box-input-wrapper .df-post-comment-box-input {
    font-size: 12px;
  }
  .df-comment-box-input-wrapper .icon {
    gap: 3px;
  }
  .df-comment-box-input-wrapper .icon svg{
    width: 14px;
    height: 14px;
  }
}
@media(min-width:351px) and (max-width: 400px){
  .df-user-filter-tag-container .df-tag-filter-dropdown {
    width: 320px;
  }
}
@media(max-width:380px){
  .df-user-feed-post-card {
/*    margin-top: 10px;*/
    margin-top: 20px;
    padding: 16px;
  } 
  .df-feed-post-user .df-feed-post-user-left {
    gap: 5px;
  }
  .df-feed-post-user-left .df-feed-post-user-img {
    width: 35px;
    height: 35px;
  }
  .df-feed-post-user-left .df-feed-post-user-details {
    gap: 2px;
  }
  .df-feed-post-user-details .df-feed-post-user-fullname {
    gap: 3px;
  }
  .df-feed-post-user-fullname h4 {
    font-size: 12px;
  }
  .df-user-feed-post-desc h3 {
    font-size: 12px;
  }
  .df-user-feed-post-desc p {
    font-size: 12px;
/*    padding-bottom: 12px;*/
  }
  .df-user-feed-post-desc a {
    font-size: 12px;
  }
  .df-user-feed-post-desc .df-adminpost-notifi-heading a {
    font-size: 12px !important;
  }
  .df-user-feed-post-desc .df-adminpost-notifi-heading span {
    font-size: 12px;
  }
  .df-user-feed-post-desc .df-adminpost-notifi-heading a {
    font-size: 12px !important;
  }
  .df-feed-post-user-fullname span {
    font-size: 10px;
  }
  .df-feed-post-user-name span {
    font-size: 11px;
  }
  .df-feed-post-user-name a {
    font-size: 11px;
  }
  .df-feed-post-user .df-feed-user-right {
    gap: 3px;
  }
  .df-save-svg-container svg{
    width: 12px;
    height: 12px;
  }
  .df-feed-post-user-actions svg{
    width: 12px;
    height: 12px;
  }
  .df-user-feed-post-outer .df-user-feed-post-desc {
/*    padding: 16px 0;*/
    margin-bottom: 16px;
  }
  .df-feed-post-user-interaction-inner a {
    font-size: 12px;
  }
  .df-feed-post-user-interaction-inner a svg{
    width: 16px;
    height: 16px;
  }
  .df-user-feed-upvotes-desc .rfp-category{
    padding: 4px 2px;
  }
  .df-user-feed-upvotes-desc .dashbboard-voting-p {
    font-size: 10px !important;
    padding-top: 0px;
  }
  .df-user-feed-upvotes-desc .upvote img, .df-user-feed-upvotes-desc .downvote img{
    padding-right: 3px;
  }
  .df-user-feed-upvotes-desc .upvote > span, .df-user-feed-upvotes-desc .downvote > span {
    font-size: 10px;
  }
  .df-user-feed-upvotes-desc .discussion > span {
    font-size: 12px;
  }


}
@media(min-width:401px) and (max-width: 470px){
  .df-user-filter-tag-container .df-tag-filter-dropdown {
    width: 350px;
  }
}
@media(max-width: 470px){
  .df-dropdown-scrollable-content .df-filter-header {
    padding-bottom: 16px;
  }
  .df-filter-tag-search-input .search-input-svg {
    left: 7px;
    bottom: 11px;
    width: 14px;
    height: 14px;
  }
  .df-user-filter-tag-container .df-tag-filter-dropdown {
    padding: 16px;
  }
  .df-filter-tag-search-input input {
    padding: 8px 8px 8px 26px;
    font-size: 12px;
  }
  .df-tag-filter-dropdown .tags-group {
    gap: 2px 6px;
  }
  .df-post-date-tag-input .df-post-date-tag-placeholder {
    font-size: 11px;
  }
  .df-filter-actions .df-filter-select-btn {
    padding: 10px 32px;
    height: 42px;
    font-size: 12px;
  }
  .df-filter-actions .df-filter-clear-btn {
    height: 42px;
    font-size: 12px;
  }
  .df-filter-select-btn:disabled {
    font-size: 12px;
    height: 42px;
  }

  .df-feed-user-comment-deatils p {
    font-size: 12px;
  }
  .df-feed-post-user-interaction .df-feed-post-user-interaction-inner {
    gap: 9px;
  }
  .df-user-feed-comment-card .df-feed-post-user-interaction-inner a {
    gap: 3px;
  }
  .df-post-comment-container {
    padding: 10px 7px;
  }
  .df-feed-post-user-interaction-dtails .df-user-interaction-dots {
    padding: 4px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
  }
  .df-feed-user-desc a{
    font-size: 14px;
  }
  .df-feed-user-desc span {
    font-size: 10px;
  }
  .df-feed-users-section-outer .df-feed-user-comment-section:nth-child(2) {
    margin-left: 11px;
  }
  .df-feed-users-section-outer .df-feed-user-comment-section:nth-child(3) {
    margin-left: 22px;
  }
  .df-user-feed-comment-card .df-feed-post-user-interaction-inner a {
    font-size: 12px;
  }
  .df-user-feed-comment-card .df-feed-post-user-interaction-inner a svg{
    width: 16px;
    height: 16px;
  }
  .df-post-date-tag-wrapper .df-post-date-tag-svg {
    left: 9px;
    width: 15px;
    height: 15px;
  }
  .df-post-date-tag-wrapper .df-post-date-tag-input {
    padding: 10px 10px 10px 27px;
  }
  .df-post-date-tag-input .df-post-date-tag-placeholder {
    width: 100%;
  }
  .df-post-date-tag-input .df-date-tag-dropdown-arrow {
    right: 5px;
  }
  .df-post-date-tag-input .df-date-tag-dropdown-arrow svg{
    width: 12px;
    height: 12px;
  }
}
@media(min-width:471px) and (max-width: 575.98px){
  .df-user-filter-tag-container .df-tag-filter-dropdown {
    width: 400px;
  }
   .df-post-date-tag-input .df-post-date-tag-placeholder {
    width: 100%;
  }
}
@media(max-width: 575.98px){
  .df-user-feeds-detail-section .df-user-feed-card-style .df-user-detail-main-content {
    margin-top: -47px;
  }
  .df-feeds-dashboard-card{
    flex-direction: column;
    align-items: flex-start;
  }
  .df-feeds-dashboard-card .df-feeds-header{
    width: 100%;
  }
  .df-feeds-dashboard-card .create-new-post {
    padding: 13px 17px;
    width: 100%;
  }
  .df-feeds-header .df-feeds-card-header h2 {
    font-size: 20px;
    font-style: normal;
  }
  .df-feeds-header .df-feeds-card-header h2 svg{
    width: 25px;
    height: 25px;
  }
  .df-user-feed-tabs .df-custom-feed-tabs .nav-link {
    font-size: 12px;
  }
   .df-user-search-feild-outer .df-user-search-feild input {
    padding: 12px 16px 12px 28px;
    height: 45px;
    font-size: 12px;
  }
  .df-user-search-feild-outer .df-user-filter-tag {
    padding: 4px 12px !important;
    height: 45px;
  }
  .df-user-search-feild-outer .df-user-search-feild svg {
    left: 8px;
    top: 32%;
    width: 16px;
    height: 16px;
  }
  .df-user-search-feild-outer .df-user-filter-tag svg{
    width: 16px;
    height: 16px;
  }
  .df-user-search-feild-outer .df-user-filter-tag span {
    font-size: 13px;
  }
   .df-user-tag-feild-outer {
/*    flex-wrap: wrap;*/
    flex-direction: column;
    align-items: flex-start;
    
  }
  .df-user-tag-feild-outer .df-user-post-sort-dropdown {
     width: unset; 
  }
  .df-sort-dropdown-custom-arrow {
/*    left: 93px;*/
  }
  .df-user-tag-feild-outer .df-user-input-tags {
    width: 100%;
  }
  .df-user-feed-youtube-link .df-user-feed-youtube-div {
    flex-direction: column;
  }
  .df-user-feed-youtube-div .df-user-feed-youtube-img {
    width: 100%;
    height: 158px;
  }
  .df-user-feed-youtube-div .df-user-feed-post-desc {
    width: 100%;
  }
  .df-user-feed-youtube-link .df-user-feed-post-desc {
    padding: 0;
    margin-bottom: 0;
  }
  .df-user-feed-members .df-popup-desc-name a {
    font-size: 14px;
  }
  .df-dateModal-content {
    height: 633px !important;
    gap: 2px !important;
  }
  .daterangepicker {
    width: 100% !important;
  }
  .df-dateModal-content .df-share-modal-close {
    width: 26px !important;
    height: 26px !important;
    padding: 6px !important;
  }
  .daterangepicker .drp-calendar {
    max-width: 100% !important;
    float: unset !important; 
  }
  .daterangepicker .drp-calendar.left {
    width: 100% !important;
    padding: 0 0 5px 0 !important;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    width: 100%;
  }
  .daterangepicker .calendar-table table {
    width: 100%;
  }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    padding: 5px 30px 5px 16px !important;
  }
  .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-size: 12px !important;
    line-height: 24px !important;
    min-width: 35px !important;
    width: 38px !important;
  }
  .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    text-align: center !important;
    height: 27px !important;
  }
  .daterangepicker .calendar-table .prev span {
    top: 16px;
  }
  .daterangepicker .calendar-table .next span {
    top: 262px;
  }
  .daterangepicker .drp-calendar.right {
    width: 100% !important;
    padding: 0 !important;
  }
  .daterangepicker .drp-buttons .btn {
    font-size: 12px !important;
  }
  .daterangepicker.show-calendar .drp-buttons {
    top: 87%;
  }
  .daterangepicker table thead th.month {
     padding: 5px 0 !important; 
  }
  .daterangepicker .drp-buttons .btn-primary {
    padding: 6px 13px !important;
    bottom: -58px;
  }
  .daterangepicker .drp-buttons .btn-default {
    bottom: -59px;
    right: 76px;
    padding: 6px 0px !important;
  }
}

@media(min-width:576px) and (max-width: 767.98px){
  .df-user-filter-tag-container .df-tag-filter-dropdown {
    width: 423px;
  }
  .df-post-date-tag-input .df-post-date-tag-placeholder {
    width: 100%;
  }
  .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    line-height: 43px !important;
    min-width: 37px !important;
    width: 37px !important;
    height: 43px !important;
  }
  .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    top: 26px;
  }

}
@media(max-width: 767.98px){
  .df-user-feed-members {
    margin-top: 20px !important;
  }
  .df-user-post-sort-dropdown select {
    font-size: 14px;
  }
}

@media(min-width:320px) and (max-width: 991.98px){
  .df-show-feed-div{
    margin-top: 20px;
  }
  .df-feed-comment-section-outer {
    margin-top: 20px;
  }

}
@media(min-width:992px) and (max-width:1199.98px){
  .df-user-tag-feild-outer .df-user-post-sort-dropdown {
    width: 26%;
  }
  .df-user-feed-card-style .df-user-detail-main-content .df-user-profile-content {
    gap: 4px;
  }
  .df-user-filter-tag-container .df-tag-filter-dropdown {
    width: 423px;
  }
  .df-user-feed-members .df-popup-desc-name{
    font-size: 12px;
  }
  .df-user-feed-youtube-div .df-user-feed-post-desc h3 {
    font-size: 13px;
  }
  .df-feed-blog-section .df-feed-blog-img {
    width: 59px;
    height: 51px;
  }
  .df-feed-blog-desc h4 {
    line-height: 15px;
  }
  .df-feed-blog-section .df-feed-blog-desc {
    width: calc(100% - 67px);
    gap: 2px;
  }
  .df-feeds-dashboard-card .create-new-post {
    width: 192px;
  }
  .df-feeds-dashboard-card .df-feeds-header {
    width: calc(100% - 202px);
  }
  .df-feeds-header .df-feeds-card-header h2 {
    font-size: 22px;
  }
}
@media(min-width:320px) and (max-width:1199.98px){

 .df-user-feeds-detail-section {
    padding: 112px 0 !important;
  }

}








@media (max-width: 768px) {
  .df-modal-dialog {
    max-width: 95%;
  }
  .df-leaveteam-dialog{
    max-width: 95%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .profile-account-section
    .profile-card-body
    .profile-cont
    .photos-btns
    .add-photo-btn {
    width: 127px;
    margin-right: 10px;
  }
  .profile-account-section
    .profile-card-body
    .profile-cont
    .photos-btns
    .add-photo-btn::before {
    padding: 5px 10px;
  }
  .profile-account-section
    .profile-card-body
    .profile-cont
    .photos-btns
    .remove-photo-btn {
    padding: 5px 10px;
  }

}
@media (max-width: 575.98px) {
  .profile-account-section .profile-card-body .profile-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .profile-account-section .profile-card-body .profile-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .profile-account-section
    .profile-card-body
    .profile-cont
    .photos-btns
    .add-photo-btn {
    margin-bottom: 10px;
  }
  .profile-account-section
    .profile-card-body
    .profile-cont
    .photos-btns
    .remove-photo-btn {
    padding: 9px 22px;
  }
  .profile-account-section .profile-card-body .update-account-box {
    flex-direction: column;
  }
  .profile-account-section
    .profile-card-body
    .update-account-box
    .delete-account-btn {
    margin-bottom: 20px;
  }
   /* banner */
  .df-detail-banner-style{
    height: 145px;
  }
  .df-user-detail-left-content {
/*    width: 100%;*/
  }
  .df-user-detail-main-content .df-user-profile-content .user-profile-meta {
    /*display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;*/
  }
  .user-profile-meta ul {
    text-align: center;
    margin-top: 0 !important;
  }
  .df-user-detail-main-content
    .df-user-profile-content
    .user-profile-meta
    ul
    li:last-child {
    margin-right: 0;
  }
  .df-user-detail-main-content .df-user-profile-content {
    /*align-items: center;
    flex-direction: column;*/
    margin-top: 10px;
  }
  .df-user-detail-main-content
    .df-user-profile-content
    .user-profile-meta
    .df-user-nikename {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .df-user-detail-main-content .df-user-detail-right-content {
    align-items: center;
    width: 100%;
  }
  /* tab */
  .df-user-detail-tabs .df-custom-navtabs {
    gap: 16px;
  }
  .df-user-detail-tabs {
    padding: 11px 0px 0px 0px;
  }
  .df-user-detail-tabs .df-custom-navtabs .nav-link {
    font-size: 12px;
    padding: 0px;
  }
  /* rfp ideas */
  .df-user-tab-card-entries {
    grid-template-columns: repeat(1, 1fr);
  }
  .df-user-tab-card-categories {
    padding: 6px;
    gap: 4px;
  }
  /* teams */
  .df-user-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .df-modal-dialog {
    max-width: 95%;
  }
  /* Contribution section */

  .df-user-card-contribution-heading .df-user-card-contribution-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 81px);
  }
  .df-user-card-contribution-content .df-user-card-contribution-heading {
    width: 100%;
  }
  /* followers popupmodel */
  .df-delete-modal-content {
    gap: 24px !important;
/*    max-height: 750px;*/
    overflow-y: scroll;
  }
  .df-modal-body .df-popup-sorting-section {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .df-modal-body .df-popup-search-box {
    width: 100%;
  }
  .df-popup-search-box input {
    width: 100%;
    padding: 5px 12px 5px 40px;
  }

  .df-popup-sort-dropdown-section {
    width: 100%;
  }
  .df-popup-sort-dropdown-section .df-popup-sort-dropdown {
    width: calc(100% - 66px);
  }
  .df-popup-sort-dropdown select {
    width: 100%;
    padding: 5px 40px 5px 12px;
  }
  .df-popup-followers-outer-div .df-popup-followers-inner-div {
    padding-bottom: 8px;
  }
 /* .df-user-profile-detail-btn .df-user-profile-edit-btn {
    padding: 6px;
    font-size: 10px;
  }*/
  .df-popup-desc-heading-container .df-popup-desc-name {
    font-size: 10px;
  }
  .df-popup-desc-heading-container a {
    font-size: 10px;
  }
  .df-popup-follower-desc .df-popup-desc-username {
    font-size: 10px;
  }
  /*dummy-sections*/
  .df-dummy-section-img .df-dummy-skill-section {
    width: 100%;
    height: 100%;
  }
  .df-dummy-section-img img {
    width: 100%;
    height: 100%;
  }
  .df-user-profile-card .df-user-profile-content {
    flex-direction: column;
  }
  .df-user-profile-card .df-user-experince-card-outer {
    grid-template-columns: repeat(1, 1fr);
  }
  .df-delete-modal-heading .df-delete-modal-title {
    font-size: 14px !important;
  }
  .df-modal-body .df-delete-modal-para {
    font-size: 14px;
  }
  .df-otp-input-feilds{
        gap: 6px;
        margin-bottom: 20px;
    }
    .df-otp-input-feilds input{
        font-size: 13px;
        height: 38px;
    }
    .df-otp-dash{
        font-size: 36px !important;
    }
    .df-resend-code-box .df-hint-text{
        font-size: 14px;
    }
    .df-resend-code-box .df-resend-verify-email{
        font-size: 12px !important;
    }
    .df-resend-code-box .df-validate-code-btn{
        font-size: 14px;
    }
}
@media (min-width: 456px) and (max-width: 575.98px) {
  
  /* rfp ideas */
  .df-user-tab-card-entries {
    grid-template-columns: repeat(2, 1fr);
  }
  .df-user-content-proposal-box .prop-spec-grid .prop-spec-box span{
    font-size: 11px;
  }
  /* teams */
  .df-user-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  }

@media (max-width: 400px) {
  .profile-account-section
    .profile-card-body
    .profile-cont
    .photos-btns
    .add-photo-btn,
  .profile-account-section
    .profile-card-body
    .profile-cont
    .photos-btns
    .remove-photo-btn {
    display: block;
  }
  .profile-account-section
    .profile-card-body
    .profile-cont
    .photos-btns
    .add-photo-btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
} /* profile-account-section-end */ /* password-security-section-start */
.password-security-section {
  padding: 36px 0 100px 0;
  background-color: #f4f8ff;
}
.password-security-section .password-security-card {
  max-width: 688px;
  margin: 0 auto;
  background-color: #ffff;
  border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.password-security-section .password-security-card .password-security-header {
  padding: 0 20px;
  border-bottom: 1px solid #f5f7f8;
}
.password-security-section
  .password-security-card
  .password-security-header
  h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #212121;
  margin-bottom: 0;
}
.password-security-section .password-security-card .password-security-body {
  padding: 30px 20px 40px 20px;
}
.password-security-section
  .password-security-card
  .password-security-body
  .password-security-content {
  max-width: 450px;
  margin: 0 auto;
}
.password-security-section
  .password-security-card
  .password-security-body
  .input-field {
  margin-bottom: 24px;
  text-align: left;
}
.password-security-section .password-security-card .df-form .form-control {
  position: relative;
  width: 100%;
  height: 48px;
  border: 0;
}
.password-security-section
  .password-security-card
  .df-form
  .form-control:focus {
  box-shadow: none;
}
.password-security-section .password-security-card .df-form .form-label {
  position: absolute;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  left: 16px;
  top: 12px;
  padding: 0 4px;
  color: #212121;
  background: #ffff;
  transition: all 0.3s ease;
}
.password-security-section
  .password-security-card
  .df-form
  .form-control
  .eye-icon {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 30px;
  filter: invert(96%) sepia(3%) saturate(7%) hue-rotate(20deg) brightness(92%)
    contrast(78%);
  z-index: 1;
  cursor: pointer;
}
.password-security-section .password-security-card .df-form .form-input {
  position: absolute;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: auto;
  padding: 12px 50px 12px 20px;
  border-radius: 4px;
  border: 1.5px solid #7f1ba4;
  color: #212121;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.password-security-section
  .password-security-card
  .df-form
  .form-input::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.password-security-section
  .password-security-card
  .df-form
  .form-input:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.password-security-section
  .password-security-card
  .df-form
  .form-input::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.password-security-section .password-security-card .df-form .form-input:focus {
  outline: none;
}
.password-security-section
  .password-security-card
  .df-form
  .form-input:focus
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 5;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  transition: all 0.2s ease-in-out;
}
.password-security-section
  .password-security-card
  .df-form
  .form-input:not(:-moz-placeholder-shown).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.password-security-section
  .password-security-card
  .df-form
  .form-input:not(:-ms-input-placeholder).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.password-security-section
  .password-security-card
  .df-form
  .form-input:not(:placeholder-shown).form-input:not(:focus)
  ~ .form-label {
  top: -12px;
  left: 16px;
  z-index: 9;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.password-security-section
  .password-security-card
  .df-form
  .input-field
  .hint-text {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  padding-left: 20px;
}
.password-security-section .password-security-card .df-form .input-field {
  margin-bottom: 24px;
  text-align: left;
}
.password-security-section
  .password-security-card
  .df-form
  .input-field
  .hint-text
  small {
  color: #00c48c;
  margin-left: 10px;
}
.password-security-section .password-security-card .df-form .df-alerts {
  margin-top: 55px;
}
.password-security-section
  .password-security-card
  .df-form
  .update-password-box {
  text-align: center;
  margin-top: 36px;
} /* password-security-section-end */ /* df-notification-section-start */
.df-notification-section {
  padding: 36px 0 100px 0;
  background-color: #f4f8ff;
}
.df-notification-section .notification-card {
  max-width: 688px;
  margin: 0 auto;
  background-color: #ffff;
  border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.df-notification-section .notification-card .notification-card-header {
  padding: 0 20px;
  border-bottom: 1px solid #f5f7f8;
}
.df-notification-section .notification-card .notification-card-header h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #212121;
  margin-bottom: 0;
}
.df-notification-section .notification-card .notification-card-body {
  padding: 36px 118px 44px 118px;
}
.df-notification-section .form-check {
  padding-left: 0;
  margin-bottom: 28px;
}
.df-notification-section .df-checkbox {
  position: absolute;
  opacity: 0;
}
.df-notification-section .df-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #212121;
}
.df-notification-section .df-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 4px;
}
.df-notification-section .df-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.df-notification-section .df-checkbox:checked + label:before {
  background: #9050E9;
  border: 2px solid #9050E9;
}
.df-notification-section .df-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.df-notification-section .df-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.df-notification-section .df-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.df-notification-section .notification-card .notification-card-body .df-form p {
  font-size: 14px;
  color: #9b9b9b;
  margin-bottom: 36px;
}
.df-notification-section
  .notification-card
  .notification-card-body
  .button-box {
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .df-notification-section .notification-card .notification-card-body {
    padding: 36px 50px 44px 50px;
  }
  /* profile */
  .df-user-detail-main-content
    .df-user-profile-content
    .user-profile-meta
    ul
    li {
    margin: 0 6px 4px 0;
    font-size: 12px;
  }
  .df-user-detail-main-content .df-user-detail-right-content {
    align-items: flex-start;
  }
  /* tab */
  .df-user-detail-tabs .df-custom-navtabs {
    gap: 20px 25px;
  }
  .df-user-detail-tabs {
    padding: 11px 17px 0px 17px;
  }
  .df-user-detail-tabs .df-custom-navtabs .nav-link {
    font-size: 13px;
    padding: 0px;
  }

  /* rfp ideas */
  .df-user-tab-card-entries {
    grid-template-columns: repeat(2, 1fr);
  }
  .df-user-tab-card-categories {
    padding: 4px;
    gap: 4px;
  }
  .df-user-tab-card-categories .df-discussion-category {
    padding-right: 4px;
  }
  /* teams */
  .df-user-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .df-modal-dialog {
    max-width: 95%;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .df-notification-section .notification-card .notification-card-body {
    padding: 36px 20px 44px 20px;
  }
} /* df-notification-section-end */
.df-login-section.valid-mail-section .df-mail-validation,
.df-login-section.valid-mail-section .df-reset-password {
  margin: 0 auto;
}
h3.special-lead {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 33px;
} /* df-project-complete-detail-section-start */
.df-project-complete-detail-section {
  padding: 99px 0 80px 0;
  background-color: #f4f8ff;
}
.df-project-complete-detail-section h2 {
  color: #010004;
  font-size: 40px;
  font-weight: 600;
  line-height: 61px;
  border-bottom: 1px solid #9a8eb8;
  letter-spacing: -0.66px;
  margin-bottom: 36px;
}
.df-project-complete-detail-section .project-detail_about-box .content-box .author-box .author-detail h6 a{
  color: #7f1ba4 !important;
}

.df-project-complete-detail-section .meta-company-name h2 {
  font-size: 20px;
}

.df-project-complete-detail-section .project-detail_about-box {
  margin-bottom: 36px;
}
.df-project-complete-detail-section
  .project-detail_about-box
  .content-box
  .author-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.df-project-complete-detail-section .project-detail_about-box .img-box {
  position: relative;
  height: 178px;
  z-index: 1;
}
.df-project-complete-detail-section .project-detail_about-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.df-project-complete-detail-section
  .project-detail_about-box
  .img-box
  .proposal-tag {
  position: relative;
  padding: 2px 5px 2px 17px;
  color: #ffff;
  border-radius: 3px 3px 3px 0;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Inter;
  font-size: 12px;
  letter-spacing: 1.39px;
}*/
.df-project-complete-detail-section
  .project-detail_about-box
  .img-box
  .proposal-tag::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0px;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 19px 7px 0px;
  border-color: transparent #7f1ba4 transparent transparent;
}
.df-project-complete-detail-section
  .project-detail_about-box
  .img-box
  .proposal-tag.recommended {
  background-color: #8860d0;
  background-image: linear-gradient(
    225deg,
    #32c5ff 20%,
    #b620e0 50%,
    #f7b500 80%
  );
  cursor: pointer;
}
.df-project-complete-detail-section
  .project-detail_about-box
  .img-box
  .proposal-tag.presentation
  a,
.df-project-complete-detail-section
  .project-detail_about-box
  .img-box
  .proposal-tag.presentation
  a:link {
  text-decoration: none;
  color: #ffffff;
}
.df-project-complete-detail-section
  .project-detail_about-box
  .img-box
  .proposal-tag.presentation
  a:visited,
.df-project-complete-detail-section
  .project-detail_about-box
  .img-box
  .proposal-tag.presentation
  a:active,
.df-project-complete-detail-section
  .project-detail_about-box
  .img-box
  .proposal-tag.presentation
  a:focus {
  text-decoration: none;
  color: #ffffff;
}
.df-project-complete-detail-section
  .project-detail_about-box
  .img-box
  .proposal-tag.presentation {
  background-color: #8860d0;
  background-image: linear-gradient(225deg, #2e1c89 20%, #7f1ba4 100%);
}
.df-project-complete-detail-section
  .project-detail_about-box
  .img-box
  .proposal-tag.peer {
  background-image: linear-gradient(
    225deg,
    #32c5ff 20%,
    #b620e0 50%,
    #f7b500 80%
  );
  cursor: pointer;
}
.df-project-complete-detail-section .project-detail_about-box .img-box .proposal-tag.status {
  background-image: linear-gradient(135deg, #00c48c 0%, #00c48c 100%);
  cursor: pointer;
}
.df-project-complete-detail-section .project-detail_about-box .img-box .proposal-tag.status:before {
  border-color: transparent #00c48c transparent transparent;
}
.df-project-complete-detail-section .project-detail_about-box .img-box .proposal-tag img {
  width: 16px;
}
.df-project-complete-detail-section .project-detail_about-box .img-box .proposal-tag
{
  width: fit-content;
}
.df-project-complete-detail-section
  .project-detail_about-box
  .content-box
  .author-box
  .author-img {
  margin-right: 12px;
}
.df-project-complete-detail-section
  .project-detail_about-box
  .content-box
  .author-box
  .author-img
  img {
  border-radius: 50%;
  max-width: 40px;
}
.df-project-complete-detail-section
  .project-detail_about-box
  .content-box
  .author-box
  .author-detail
  h6 {
  font-size: 14px;
  line-height: 17px;
  color: #7f1ba4;
  margin-bottom: 0;
}
.df-project-complete-detail-section
  .project-detail_about-box
  .content-box
  .author-box
  .author-detail
  small {
  font-size: 10px;
  line-height: 14px;
  color: #9b9b9b;
  text-transform: uppercase;
}
.df-project-complete-detail-section .project-detail_about-box .content-box h1 {
  font-size: 40px;
  line-height: 48px;
  color: #010004;
  font-weight: 400;
  letter-spacing: -0.76px;
  word-break: break-word;
}
.df-project-complete-detail-section .project-detail_about-box .rfp-prop-rating{
color: #858585;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    margin-bottom: 0px;
}
.df-project-complete-detail-section .project-detail_about-box .rfp-expert-rating{
  display: flex;
  align-items: center;
}
.df-project-complete-detail-section .project-detail_about-box .rfp-expert-rating .no-rating{
  font-size: 24px;
  font-weight: 500;
  margin-left: 16px;
}
.df-project-complete-detail-section .project-extra-detail-box {
  background-color: #f8f8f8;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.df-project-complete-detail-section .project-extra-detail-box .buttons-box {
  text-align: center;
}
.df-project-complete-detail-section
  .project-extra-detail-box
  .buttons-box
  button {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  color: #2b1665;
  background-color: rgba(43, 22, 101, 0.1);
  border-radius: 25px;
  margin-right: 8px;
  padding: 4px 16px;
  border: 0;
  margin-bottom: 8px 
}
.df-project-complete-detail-section
  .project-extra-detail-box
  .status-list-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0 10px 0;
}
.df-project-complete-detail-section
  .project-extra-detail-box
  .status-list-detail
  span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #2b1665;
  margin-right: 24px;
}
.df-project-complete-detail-section
  .project-extra-detail-box
  .status-list-detail
  h2 {
  font-size: 32px;
  line-height: 34px;
  color: #220d3a;
  font-weight: 500;
  margin-bottom: 0;
  border-bottom: 0;
}
.df-project-complete-detail-section
  .project-extra-detail-box
  .status-list-detail
  h2
  sub {
  font-size: 16px;
  font-weight: 400;
  bottom: 0;
}
.df-project-complete-detail-section .project-extra-detail-box .rating-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.df-project-complete-detail-section
  .project-extra-detail-box
  .rating-box
  .rating {
  display: flex;
  align-items: center;
}
.df-project-complete-detail-section .project-extra-detail-box .rating-box span {
  font-size: 16px;
  line-height: 22px;
  color: #858585;
  margin-right: 12px;
}
.df-project-complete-detail-section
  .project-extra-detail-box
  .rating-box
  .rating
  img {
  margin: 0 2px;
}
.df-project-complete-detail-section
  .project-extra-detail-box
  .rating
  .fa-star-o {
  color: #cccccc;
}
.df-project-complete-detail-section .project-extra-detail-box .rating span {
  font-size: 12px;
  line-height: 16px;
  color: #9b9b9b;
  letter-spacing: 2px;
  margin-left: 5px;
}
.df-project-complete-detail-section
  .project-extra-detail-box
  .rating
  span
  strong {
  font-size: 22px;
  letter-spacing: 2px;
  color: #212121;
  margin: 0 2px 0 5px;
}
.df-project-complete-detail-section
  .project-extra-detail-box
  .rating-box
  .reputation {
  margin-left: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
  color: #9b9b9b;
  letter-spacing: 2px;
}
.df-project-complete-detail-section .df-project-tabs {
  border-bottom: 1px solid #9a8eb8;
  margin-bottom: 48px;
}
.df-project-complete-detail-section .rfp-detail-box .df-project-tabs {
  margin-bottom: 36px;
}
.df-project-complete-detail-section .df-project-tabs .df-project-nav-link {
  font-size: 18px;
  line-height: 24px;
  color: #7f1ba4;
  width: 197px;
  padding: 0 0 20px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.df-project-complete-detail-section .df-project-tabs .df-project-nav-link:hover {
  color: #7f1ba4 !important;
}
.df-project-complete-detail-section
  .df-project-tabs
  .df-project-nav-link.active {
  color: #9050E9;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #9050E9;
}
.df-project-complete-detail-section .project-detail-overview .extra-description {
  margin-bottom: 60px;
}
.df-project-complete-detail-section .project-detail-overview.rfp-overview .extra-description {
  margin-bottom: 38px;
}
.df-project-complete-detail-section
  .project-detail-overview
  .project-description-box {
  margin-bottom: 48px;
}

.project-detail-overview .aware-project-description-box .meta-company-name {
  color: #858585;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.26px;
  line-height: 28px;
}

.df-project-complete-detail-section .project-detail-overview h3 {
  font-size: 24px;
  line-height: 32px;
  color: #010004;
  font-weight: 600;
  margin-bottom: 24px;
/*  margin-top: 24px;*/
}

.df-project-complete-detail-section .project-detail-overview .meta-company-name:first-child h3 {
  margin-top: 0;
}

.df-project-complete-detail-section
  .project-detail-overview
  .project-description-box
  p {
  margin-bottom: 36px;
}
.df-project-complete-detail-section
  .project-detail-overview
  .project-description-box
  p
  a {
  color: #9050E9;
  font-weight: 500;
}
.df-project-complete-detail-section
  .project-detail-overview
  .project-description-box
  .show-all-btn-box {
  text-align: center;
}
.df-project-complete-detail-section
  .project-detail-overview
  .aware-project-description-box
  .show-all-btn-box {
  text-align: center;
}
.df-project-complete-detail-section
  .project-description-box
  .show-all-btn-box
  .show-all-btn {
  padding: 18px 65px 18px 65px;
}
.df-project-complete-detail-section
  .project-description-box
  .show-all-btn-box
  .show-all-btn
  img {
  width: 23px;
  margin-left: 12px;
}
.df-project-complete-detail-section
  .project-description-box
  .show-all-btn-box
  .show-all-btn:hover
  img {
  filter: invert(1);
}
.df-project-complete-detail-section .project-status-report-box {
  margin-bottom: 48px;
}
.df-project-complete-detail-section .project-status-report-box h2 {
  margin-bottom: 36px;
}
.df-project-complete-detail-section .project-status-report-card {
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffff;
  margin-bottom: 24px;
}
.df-project-complete-detail-section
  .project-status-report-card
  .report-card-header {
  background-color: #fafafa;
  text-align: center;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.df-project-complete-detail-section
  .project-status-report-card
  .report-card-header
  h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0;
}
.df-project-complete-detail-section
  .project-status-report-card
  .report-card-body {
  padding: 8px 20px;
  display: flex;
  gap: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.df-project-complete-detail-section
  .project-status-report-card
  .report-card-body:last-child {
  border-bottom: 0;
}
.df-project-complete-detail-section
  .project-status-report-card
  .report-card-body-title {
  width: 140px;
}
.df-project-complete-detail-section
  .project-status-report-card
  .report-card-body-title
  h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.df-project-complete-detail-section
  .project-status-report-card
  .report-card-body-description {
  width: calc(100% - 140px);
}
.df-project-complete-detail-section
  .project-status-report-card
  .report-card-body-description
  p {
  line-height: 20px;
  word-break: break-all;
}
.df-project-complete-detail-section
  .project-status-report-card
  .report-card-body-description
  strong {
  color: #666666;
}
.df-project-complete-detail-section
  .project-status-report-card
  .report-card-body-description
  strong.complete {
  color: #00c48c;
}
.df-project-complete-detail-section
  .project-status-report-card
  .report-card-body-description
  strong.incomplete {
  color: #6236ff;
}
.df-project-complete-detail-section
  .project-status-report-card
  .report-card-body-description
  p:last-child {
  margin-bottom: 0;
}
.df-project-complete-detail-section
  .project-status-report-card
  .report-card-body-description
  a {
  font-weight: 600;
  color: #7F1BA4;
  text-decoration: underline;
}
.df-project-complete-detail-section .project-presentation-sidebar h2 {
  margin-bottom: 36px;
}
.df-project-complete-detail-section .df-recommended-box {
  padding: 16px 10px;
  text-align: center;
  margin-bottom: 30px;
  background: linear-gradient(#f4f8ff, #f4f8ff) padding-box,
    linear-gradient(to right, #32c5ff, #b620e0, #f7b500) border-box;
  border-radius: 10px;
  border: 4px solid transparent;
  margin-bottom: 30px;
}
.df-project-complete-detail-section .df-recommended-box h5 {
  font-size: 18px;
  line-height: 21px;
  color: #4e4e4e;
  margin-bottom: 0;
}
.df-project-complete-detail-section .df-recommended-box i {
  font-size: 14px;
  line-height: 19px;
  color: #4e4e4e;
  margin: 20px 0;
  display: inline-block;
}
.df-project-complete-detail-section .df-recommended-box p {
  font-size: 16px;
  line-height: 16px;
  color: #9050E9;
  margin-bottom: 0;
}
.df-project-complete-detail-section .project-milestones-box {
  margin-bottom: 48px;
}
.df-project-complete-detail-section
  .project-milestones-box
  .project-round-detail-box {
  padding: 16px 20px;
  background-color: #ffff;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  max-width: 690px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.df-project-complete-detail-section
  .project-milestones-box
  .project-round-detail-box
  ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.df-project-complete-detail-section
  .project-milestones-box
  .project-round-detail-box
  ul
  .dtl-item-box {
  display: inline-block;
  margin-right: 50px;
  text-align: left;
}
.df-project-complete-detail-section
  .project-milestones-box
  .project-round-detail-box
  ul
  .dtl-item-box:last-child {
  margin-right: 0;
}
.df-project-complete-detail-section
  .project-milestones-box
  .project-round-detail-box
  ul
  .dtl-item-box
  span {
  color: #858585;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.df-project-complete-detail-section
  .project-milestones-box
  .project-round-detail-box
  ul
  .dtl-item-box
  h4 {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 0;
}
.df-project-complete-detail-section
  .project-milestones-box
  .project-round-detail-box
  ul
  .dtl-item-box
  h4
  sub {
  font-size: 16px;
  font-weight: 400;
  color: #858585;
  bottom: 0;
  margin-left: 5px;
}
.df-project-complete-detail-section .project-team-detail-card {
  display: flex;
  max-width: 925px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.df-project-complete-detail-section .project-team-detail-card .profile-box {
  width: 214px;
}
.df-project-complete-detail-section .project-team-detail-card .profile-box img {
  width: 100%;
}
.df-project-complete-detail-section
  .project-team-detail-card
  .profile-box
  .about-profile {
  padding: 8px 20px;
  background-color: #ffff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.df-project-complete-detail-section
  .project-team-detail-card
  .profile-box
  .about-profile
  h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #2b1665;
  margin-bottom: 0;
}
.df-project-complete-detail-section
  .project-team-detail-card
  .profile-box
  .about-profile
  span {
  color: 16px;
  line-height: 29px;
  color: #2b1665;
}
.df-project-complete-detail-section
  .project-team-detail-card
  .description-detail {
  width: calc(100% - 238px);
  margin-left: 24px;
}
.df-project-complete-detail-section
  .project-team-detail-card
  .description-detail
  p {
  margin-bottom: 36px;
}
.df-project-complete-detail-section
  .project-team-detail-card
  .description-detail
  a {
  font-weight: 600;
  color: #9050E9;
  text-decoration: none;
}
.contact-wrapper .contact-us-form {
  text-align: center;
}
.contact-wrapper .contact-us-form #captchaContactUs div {
  margin: 0 auto;
}
/*New revenu fields*/
.df-custom-row {
  margin-bottom: 16px;  
}
.df-custom-row.save_revenue_field {
  align-items: center;
}
.df-custom-row .form-control label {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
}
.content-selectbox {
  border: 1px solid #7f1ba4 !important;
}

.hide-element {
  display: none !important;
}
.df-custom-row h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0,0,0,0.87);
    margin-bottom: 32px;
}
.df-custom-row.services-detail-row h3 {
    margin-bottom: 24px;
}
.df-custom-row p {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 20px !important;
}
.df-custom-row p a {
    font-weight: 500;
    color: #7F1BA4;
    text-decoration: none;
}
.df-custom-row .text {
    font-size: 18px !important;
    color: #000000 !important;
    padding-left: 32px !important;
    text-align: left !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
}
.df-custom-select {
    position: relative;
    width: 100%;
    height: 56px;
    border: 0;
    margin-bottom: 20px;
}
.df-custom-select.input {
    width: 214px;
}
.df-custom-select.small-select {
    width: 113px;
}
.df-custom-select select,
.df-custom-select input {
  position: absolute;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 56px;
  padding: 12px 14px;
  border-radius: 4px;
  border: 1.5px solid #7f1ba4;
  color: #212121;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.2s ease-in-out;
}
.df-custom-select input {
    width: 214px;
}
.df-custom-select::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 11px;
    top: 46%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
    transition: background-color 0.4s;
    background: linear-gradient(135deg, transparent 50%, #444 50%);
    z-index: 99;
}
.df-custom-select:has(select:focus)::before {
  z-index: 99;
}
.df-custom-select.input::before {
  content: none;
}
.df-custom-select span {
    position: absolute;
    font-family: inherit;
    line-height: inherit;
    padding: 0 4px;
    background: #ffff;
    top: -22px;
    left: 16px;
    z-index: 102;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    transition: all 0.2s ease-in-out;
}
.df-custom-select .df-currency-type {
    position: absolute;
    top: 18px;
    left: unset;
    right: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}
.df-custom-row .desc {
    font-size: 18px !important;
    color: #666666 !important;
    padding: 0 32px 0 30px !important;
    line-height: 24px !important;
}
.df-custom-row .form-check-inline {
    padding-left: 0;
    margin-right: 50px;
    margin-bottom: 20px;
}
.df-custom-row .form-check-inline > span {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}
.df-custom-row .form-check-inline > span .extra-txt {
    font-weight: 400;
}
.df-custom-row .form-check-custom-detail {
    cursor: pointer;
}  
.df-custom-row .form-check-custom-detail input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}  
.df-custom-row .form-check-custom-detail span {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 13px;
    border: 2px solid #737373;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 200ms ease;
}  
.df-custom-row .form-check-custom-detail.with-icon-side span {
    width: 21px;
    height: 21px;
    margin-bottom: -4px;
    margin-right: 5px;
}  
.df-custom-row .form-check-custom-detail span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #3e3e3e;
    opacity: 0;
    transition: opacity 200ms ease;
}  
.df-custom-row .form-check-custom-detail.with-icon-side span:before {
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px;
}  
.df-custom-row .form-check-custom-detail input:checked + span:before {
    background-color: #7F1BA4;
}  
.df-custom-row .form-check-custom-detail input:checked + span {
    border: 2px solid #7F1BA4;
}
.df-custom-row .form-check-custom-detail input:checked + span:before {
    opacity: 1;
}  

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .df-project-complete-detail-section
    .project-detail_about-box
    .content-box
    h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .df-project-complete-detail-section .project-detail_about-box .img-box {
    height: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .df-project-complete-detail-section .project-extra-detail-box {
    padding: 25px 8px;
  }
  .df-project-complete-detail-section
    .project-extra-detail-box
    .rating-box
    .reputation {
    padding: 8px;
    margin-left: 10px;
  }
  .df-project-complete-detail-section
    .project-detail_about-box
    .content-box
    h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .df-project-complete-detail-section .project-detail_about-box .img-box {
    height: 200px;
  }
  .df-user-profile-edit-btn {
    padding: 6px 10px;
  }
  .df-section-add-btn{
    font-size: 11px;
  }
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .df-project-complete-detail-section .project-detail_about-box .img-box {
    margin-bottom: 20px;
  }
  .df-project-complete-detail-section .project-detail_about-box {
    margin-bottom: 10px;
  }
  .df-project-complete-detail-section .project-extra-detail-box {
    margin-bottom: 30px;
  }
  .df-project-complete-detail-section .project-presentation-sidebar {
    margin-top: 0;
  }
  .df-project-complete-detail-section
    .project-milestones-box
    .project-round-detail-box {
    max-width: 100%;
  }
  .df-new-user-detail-card {
    padding:0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .df-project-complete-detail-section .df-project-tabs .df-project-nav-link {
    width: 200px;
    padding: 10px;
  }
  /* profile */
  .df-user-detail-main-content .df-user-detail-right-content {
    align-items: flex-start;
  }
  .df-user-tab-card-entries {
    grid-template-columns: repeat(2, 1fr);
  }
  /* teams */
  .df-user-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .df-dummy-section-img-style .df-dummy-skill-section {
    padding:0 144px !important;
  }
  .df-dummy-section-img-style .df-dummy-education-section {
    padding: 0 144px !important;
  }
  .df-dummy-section-img-style .df-dummy-experience-section {
    padding: 0 105px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .df-project-complete-detail-section .df-project-tabs {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .df-project-complete-detail-section .df-project-tabs .df-project-nav-link {
    border-radius: 0;
    border-bottom: 0;
    text-align: left;
    padding: 8px 14px;
    width: auto;
  }
  .df-project-complete-detail-section
    .df-project-tabs
    .df-project-nav-link.active {
    border-bottom: 0;
    border-left: 2px solid #9050E9;
  }
  .df-project-complete-detail-section
    .project-milestones-box
    .project-round-detail-box
    ul
    .dtl-item-box {
    margin-right: 30px;
  }
  
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .df-project-complete-detail-section .df-project-tabs {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .df-project-complete-detail-section .df-project-tabs .df-project-nav-link {
    border-radius: 0;
    border-bottom: 0;
    text-align: left;
    padding: 8px 14px;
    width: auto;
  }
  .df-project-complete-detail-section
    .df-project-tabs
    .df-project-nav-link.active {
    border-bottom: 0;
    border-left: 2px solid #9050E9;
  }
  .df-project-complete-detail-section
    .project-status-report-card
    .report-card-body {
    flex-direction: column;
  }
  .df-project-complete-detail-section
    .project-status-report-card
    .report-card-body-title {
    margin-bottom: 10px;
  }
  .df-project-complete-detail-section
    .project-status-report-card
    .report-card-body-title,
  .df-project-complete-detail-section
    .project-status-report-card
    .report-card-body-description {
    width: 100%;
  }
  .df-project-complete-detail-section .project-extra-detail-box {
    padding: 15px 8px;
  }
  .df-project-complete-detail-section
    .project-extra-detail-box
    .rating-box
    .reputation {
    margin-left: 10px;
    padding: 8px;
  }
  .df-project-complete-detail-section .project-detail-overview h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .df-project-complete-detail-section
    .project-milestones-box
    .project-round-detail-box
    ul {
    text-align: left;
  }
  .df-project-complete-detail-section .project-team-detail-card {
    flex-direction: column;
  }
  .df-project-complete-detail-section
    .project-team-detail-card
    .description-detail {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .df-project-complete-detail-section
    .project-team-detail-card
    .description-detail
    p {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .df-project-complete-detail-section
    .project-extra-detail-box
    .buttons-box
    button {
    margin-bottom: 10px;
  }
  .df-project-complete-detail-section
    .project-extra-detail-box
    .status-list-detail {
    flex-direction: column;
    margin: 10px 0;
  }
  .df-project-complete-detail-section
    .project-extra-detail-box
    .status-list-detail
    span {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .df-project-complete-detail-section .project-extra-detail-box .rating-box {
    flex-direction: column;
  }
  .df-project-complete-detail-section
    .project-extra-detail-box
    .rating-box
    .rating {
    margin-bottom: 10px;
  }
} /* df-project-complete-detail-section-end */ /* user dropdown menu css start */
.df-header-primary .df-user-dropdown {
  display: inline-block;
  height: 88px;
  line-height: 99px;
  align-content: center;
}
.df-header-primary .df-user-dropdown .user-action {
  padding: 0;
  border-radius: 50%;
  /*  height: 82px;*/
  width: 32px !important;
  height: 32px !important;
}
.df-header-primary .df-user-dropdown .user-action img {
  position: relative;
  top: 28px;
  width: 32px;
  height: 32px;
  outline: 2px solid #fff;
  border-radius: 50%;
}
.deepfunding-navbar .df-user-dropdown .dropdown-item i {
  font-size: 16px;
  min-width: 22px;
}
.deepfunding-navbar .df-user-dropdown .nav-item.open > a {
  background: none !important;
}
.df-header-primary .df-user-dropdown .dropdown-menu {
  max-width: 247px;
  padding: 24px;
  border-radius: 0px 0px 8px 8px;
  background: rgba(19, 7, 45, 0.80);
  backdrop-filter: blur(37px);
  transform: translate(-215px, 88px) !important;
}
.df-header-primary .df-user-dropdown .dropdown-menu[data-bs-popper] {
  top: calc(100% + 6px);
  left: unset;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.df-header-primary .df-user-dropdown .dropdown-toggle::after {
  content: none;
}
.df-header-primary .df-user-dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #777;
  padding: 12px;
  line-height: 21px;
  font-family: "DM Sans";
  text-transform: capitalize;
}

/* .df-header-primary .df-user-dropdown .dropdown-menu .dropdown-item:hover,
.df-header-primary .df-user-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
} */

.df-header-primary .df-user-dropdown .dropdown-menu .dropdown-item:hover{
    border-radius: 8px;
    color: #ffff;
    background: #211440;
}


.df-header-primary .df-user-dropdown .dropdown-menu .dropdown-item span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #E9E7EC;
}
.df-header-primary .df-user-dropdown .dropdown-menu .dropdown-item:last-child {
  border-top: 1px solid #201142;
}
.df-header-primary .df-user-dropdown .dropdown-menu .dropdown-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.df-header-primary .df-user-dropdown .user-profile-box {
  padding: 0px 0px 6px 0px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #201142;
}
.df-header-primary .df-user-dropdown .user-profile-box .user-img-box {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  position: relative;
}
.df-header-primary .df-user-dropdown .user-profile-box .user-img-box a {
  padding: 0;
  width: 100%;
  height: 100%;
}
.df-header-primary .df-user-dropdown .user-profile-box .user-img-box img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid #FFF;
}
.df-header-primary .df-user-dropdown .user-profile-box .user-detail-box {
  width: calc(100% - 52px);
  display: flex;
  flex-direction: column;
}
.df-header-primary .df-user-dropdown .user-profile-box .user-detail-box h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "DM Sans";
  color: #E9E7EC;
  margin-bottom: 2px;
  margin-top: -2px;
}
.df-header-primary .df-user-dropdown .user-profile-box .user-detail-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #A39EB2;
  margin-bottom: 2px;
  word-break: break-all;
}
.df-header-primary .df-user-dropdown .user-profile-box .user-detail-box a {
  font-size: 14px;
  font-weight: 700;
  font-family: "DM Sans";
  line-height: 21px;
  color: #9050E9;
  padding: 0;
  text-decoration: none;
} /* user dropdown menu css end */ /* df-proposal-creation-section-start */
.df-proposal-creation-section {
  background-color: #f4f8ff;
  padding: 50px 0 80px 0;
}
.alert-band_container ~ .df-proposal-creation-section {
  padding-top: 100px;
}
@media (max-width: 1199.98px){
  .alert-band_container ~ .df-proposal-creation-section {
  padding-top: 230px;
  }
  .df-proposal-creation-section {
  padding: 165px 0 80px 0;
}
}
.df-proposal-creation-section .proposal-create-page {
  display: none;
}
.amount-error {
  display: none;
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  line-height: 16px;
  /* right: -90px; */
  right: 2px;
  color: red;
}
.df-proposal-creation-section .proposal-creation-container .main-heading {
  color: #212121;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 48px;
/*  text-align: center;*/
  margin-bottom: 16px;
}
.df-proposal-creation-section .proposal-creation-container .text {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
/*  text-align: center;*/
  margin-bottom: 48px;
}



.df-proposal-creation-section .proposal-creation-container .warning-text p  {
  color: #666666;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 48px;
}


.df-proposal-creation-section .proposal-creation-container #df-progressbar {
/*  width: 557px;*/
  margin: 0 auto;
  display: flex;
  counter-reset: step;
  margin-bottom: 56px;
  /* padding-left: 0; */
}
.df-proposal-creation-section .proposal-creation-container #df-progressbar li {
  width: 25%;
  text-align: center;
  list-style-type: none;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span {
  display: block;
  position: relative;
  letter-spacing: 0.13px;
  text-align: left;
  padding: 0 10px;

  color: var(--Foundation-Grey-G75, #979698);

/* DM Sans/Action/A1/Bold */
font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 27px */
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.active {
/*  color: #212121;*/
  color: var(--Foundation-Violet-V300, #1E1243);

/* DM Sans/Action/A1/Bold */
font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 27px */
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.success {
  cursor: pointer;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span::before {
  content: counter(step);
  counter-increment: step;
  width: 28px;
  height: 28px;
/*  display: flex;*/
  justify-content: center;
  align-items: center;
/*  background-color: #9b9b9b;*/
  border-radius: 25px;
  margin: 0 auto;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  margin-right: 6px;

  color: var(--Foundation-Violet-V300, #979698);

/* DM Sans/Action/A1/Bold */
font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 27px */
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.active::before {
  color: #1E1243;
    color: var(--Foundation-Violet-V300, #1E1243);

/* DM Sans/Action/A1/Bold */
font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 27px */
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.success {
/*  color: #7f1ba4;*/
color: var(--Foundation-Violet-V300, #1E1243);
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.success::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
    bottom: 17px;
    border-radius: 40px;    
    padding: 10px 18px;
/*  background-color: #00c48c;*/
color: var(--Foundation-Violet-V300, #1E1243);

}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.success.edit-step::before {
  background-color: #9b9b9b;
  border-radius: 40px;
  padding: 10px 12px;
}
.df-proposal-creation-section .proposal-creation-container #df-progressbar li span.success::after{
  /* color: var(--Foundation-Violet-V300, #1E1243); */
  background-color: #9050E9 !important;
}


/* .df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.success::after {
  background-color: black !important;
} */

/*#df-progressbar li span.success::after{
  background-color: black;
}*/


.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.ready::before {
  background-color: #f18d5a !important;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.active.success.edit-step::before {
  background-color: #7f1ba4;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.success.edit-step.active.edit::before {
  background-color: #f18d5a;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.edit-step.error::before {
  background-color: #ef5265 !important;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.edit::before {
  content: "\f304";
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #f18d5a;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.error::before {
  content: "\21";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
/*  background-color: #ef5265;*/
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.process::before {
  content: "\f254";
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #f18d5a;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span::after {
  content: "";
  width: 92%;
  height: 1px;
  background: #9b9b9b;
  position: absolute;
  /*left: -38%;
  top: 13px;*/
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li:first-child
  span::after {
  content: none;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.success.edit-step {
  color: #7f1ba4;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.process.edit-step {
  color: #9b9b9b;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.active.edit-step {
  color: #212121;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.success.edit.edit-step {
  color: #212121;
}
.df-proposal-creation-section .proposal-creation-container .creation-step-box {
  width: 925px;
  margin: 0 auto;
}
.alert.alert-danger.df-danger-alert.step-alert-1 {
  margin-top: 15px;
}
.msg-wrapper .success {
  color: #00c48c;
  font-size: 12px;
  letter-spacing: 0.39px;
  line-height: 16px;
  margin-top: 6px;
  padding-left: 12px;
}
.msg-wrapper .error {
  color: #b00020;
  font-size: 12px;
  letter-spacing: 0.39px;
  line-height: 16px;
  margin-top: 6px;
  padding-left: 12px;
}
.msg-wrapper .team-error .error {
  color: #D0021B;
  font-size: 12px;
  letter-spacing: 0.39px;
  line-height: 16px;
  margin-top: 6px;
  padding-left: 12px;
}
.df-proposal-creation-section
  .creation-step-box
  .form-control.form-select-dropdown {
  padding: 0;
}
.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container {
  position: relative;
}
.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container
  .select {
  position: relative;
  background: transparent;
  height: 56px;
  width: 100%;
}
.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container
  .select::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 11px;
  top: 46%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  cursor: pointer;
  transition: background-color 0.4s;
  background: linear-gradient(135deg, transparent 50%, #444 50%);
}
.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container.active
  .select::after {
  background: linear-gradient(135deg, #444 50%, transparent 50%);
}

/* .df-proposal-creation-section .creation-step-box .form-control .select-container .select::after {
  pointer-events: none;
} */



.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container
  .select
  input {
/*  position: absolute;*/
 /* position: relative; */
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 56px;
  /* padding: 12px 20px; */
  padding: 12px 40px 12px 20px;  /* Increase padding-right to accommodate the arrow */
  border-radius: 4px;
  border: 1.5px solid #7f1ba4;
  color: rgba(0, 0, 0, 0.87);
  background: transparent;
  transition: all 0.2s ease-in-out;
  text-align: left; /* Ensures text stays left-aligned */
  direction: ltr;
}
.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container
  .option-container {
  display: none;
  position: absolute;
  top: 18px;
  width: 100%;
  background: #ffff;
  transition: 0.4s;
  border-radius: 4px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px,
    rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container.active
  .option-container {
  display: block;
  z-index: 6;
}
.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container
  .option-container
  .option {
  position: relative;
  padding-left: 30px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container
  .option-container
  .option.selected::before {
  content: "";
  background-image: url(../imgs/tick.svg);
  position: absolute;
  top: 14px;
  left: 8px;
  width: 14px;
  height: 20px;
  z-index: 9999;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container
  .option-container
  .option:first-child {
  border-radius: 4px 4px 0px 0;
}
.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container
  .option-container
  .option:hover {
  background: #fafafa;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background: #fafafa;
  color: #7F1BA4;
}

.select2-container--default .select2-results__option--selected.select2-results__option--highlighted {
    background-color: #ddd;
    color: #7F1BA4;
}
.select2-container--default .select2-results__option--selected{
  background-color: #E0E2F0;
}
/* Target selected items in Select2 dropdown */
.select2-results__option.select2-results__option--selected {
    position: relative; 
    padding-right: 20px; 
     pointer-events: none; 
}

.select2-results__option.select2-results__option--selected::after {
    content: '×'; 
    position: absolute;
    top: 50%;
    right: 13px; 
    transform: translateY(-50%); 
    font-size: 26px;
    color: #2B1665; 
    cursor: pointer; 
     pointer-events: auto; 
}
.select2-results__option.select2-results__option--selected:hover::after {
    color: #7F1BA4; 
}

.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container
  .option-container
  .option
  label {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #444444;
  cursor: pointer;
}
.df-proposal-creation-section
  .creation-step-box
  .form-control
  .select-container
  .option-container
  .option:hover
  label {
  color: #9050E9;
}
.df-proposal-creation-section
  .proposal-creation-container
  .creation-step-box
  .form-control {
  position: relative;
  width: 100%;
  height: 56px;
  border: 0;
}
.edit-step {
  cursor: pointer;
}



.df-proposal-creation-section
  .proposal-creation-container
  .creation-step-box
  .form-input {
  position: absolute;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 56px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1.5px solid #7f1ba4;
  color: #212121;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

.df-proposal-creation-section .proposal-creation-container .creation-step-box .design-input {
  padding-left: 50px;
}

.df-proposal-creation-section
  .proposal-creation-container
  .creation-step-box
  .form-input::placeholder {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0.15px;
  line-height: 24px;
  opacity: 1;
}
.df-proposal-creation-section .proposal-creation-container .form-label {
  position: absolute;
  font-family: inherit;
  line-height: inherit;
  /*padding: 0 4px;
  background: #ffff;
  top: -12px;
  left: 16px;*/
  top: -25px;
  left: 0px;
  z-index: 5;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  color: #212121;
  transition: all 0.2s ease-in-out;
}
.df-proposal-creation-section
  .proposal-creation-container
  .form-control
  .char-limit {
  position: absolute;
  /* bottom: -20px; */
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  /* left: 38px; */
  top: -22px;
  right: 10px;
}
.df-proposal-creation-section
  .proposal-creation-container
  .form-control
  .max-label {
  position: absolute;
  /* bottom: -20px; */
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  top: -22px;
  right: 95px;
}

.df-proposal-creation-section
  .proposal-creation-container
  .form-control
  .int-label {
 position: absolute;
  bottom: -20px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  left: 125px;
}
.df-proposal-creation-section
  .proposal-creation-container
  .form-control
  .char-limit
  small {
  color: #00c48c;
  margin-left: 5px;
}
.df-proposal-creation-section
  .proposal-creation-container
  .creation-step-box
  .form-control.textarea {
  height: 150px;
}
.df-proposal-creation-section
  .proposal-creation-container
  .creation-step-box
  textarea.form-input {
  height: 150px;
}
.df-proposal-creation-section .proposal-setup-wrapper {
  border-radius: 12px;
  border: 2px solid #E4E9F2;
  background: #EEF3FB;
  padding: 32px;
}
.df-proposal-creation-section .proposal-setup-wrapper .proposal-setup-header {
/*  padding: 0px 23px;*/
  border-bottom: 1px solid #f5f7f8;
  padding-bottom: 4px;
}
.df-proposal-creation-section
  .proposal-setup-wrapper
  .proposal-setup-header
  h3 {
 /* color: #212121;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 50px;*/
  margin-bottom: 0;

 color: #211440;

/* DM Sans/Heading/H5/Bold */
font-family: "DM Sans";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 41.6px */
}
.df-proposal-creation-section .proposal-setup-wrapper .proposal-setup-body {
/*  padding: 15px 23px 46px 23px;*/
}
.df-proposal-creation-section
  .proposal-setup-wrapper
  .proposal-setup-body
  .overview-box {
  margin-bottom: 40px;
}
.df-proposal-creation-section
  .proposal-setup-wrapper
  .proposal-setup-body
  input:focus-visible,
.df-proposal-creation-section
  .proposal-setup-wrapper
  .proposal-setup-body
  textarea:focus-visible {
  outline: none;
}
.df-proposal-creation-section
  .proposal-setup-wrapper
  .proposal-setup-body
  .round-row {
  margin-bottom: 32px;
}
.df-proposal-creation-section
  .proposal-setup-wrapper
  .proposal-setup-body
  .name-row {
  margin-bottom: 46px;
}
.df-proposal-creation-section
  .proposal-setup-wrapper
  .proposal-setup-body
  .name-row
  .msg-wrapper {
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.39px;
  line-height: 16px;
  margin-top: 6px;
/*  padding-left: 12px;*/
}
.df-proposal-creation-section
  .proposal-setup-wrapper
  .proposal-setup-body
  .description {
  margin-bottom: 56px;
  /*font-size: 14px;
  line-height: 24px;
  color: #666666;*/
  color: var(--Foundation-Grey-G100, #6C6B6D);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
 /* border-bottom: 1px solid var(--Foundation-Grey-G75, #979698);
  padding-bottom: 10px;*/
}
.df-proposal-creation-section
  .proposal-setup-wrapper
  .proposal-setup-body
  .txt {
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9b;
  margin-bottom: 0;
}
.df-proposal-creation-section .profile-img-box {
  margin-bottom: 36px;
}
.df-proposal-creation-section .profile-img-box h3 {
  color: rgba(0, 0, 0, 0.87);
  font-family: Inter;
  /* font-size: 20px; */
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
}
.df-proposal-creation-section .project-tags h3 {
  color: rgba(0, 0, 0, 0.87);
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
}
.df-proposal-creation-section .project-tags .tags-field-box {
  margin-bottom: 24px;
}
.df-proposal-creation-section .project-tags .select2 {
  width: 100% !important;
}
.df-proposal-creation-section .project-tags .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #7F1BA4;
  border-radius: 4px;
  padding: 0;
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-selection--multiple {
  line-height: 57px;
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-selection--multiple::before {
  content: "+";
  position: absolute;
  top: -4px;
  right: 15px;
  font-size: 40px;
  color: #7F1BA4;
  line-height: 57px;
  cursor: pointer;
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-selection--multiple {
  border-color: #7F1BA4;
  padding: 0;
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.df-proposal-creation-section .project-tags .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  line-height: 30px;
  margin-bottom: 0;
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-search--inline .select2-search__field {
  width: 100%;
  height: 57px;
  margin: 0px;
  line-height: 57px;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: rgba(0,0,0,0.87);
  font-family: "Open Sans";
  cursor: pointer;
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: rgba(0,0,0,0.87);
  opacity: 1;
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-selection--multiple .select2-selection__choice {
  vertical-align: top;
  line-height: 30px;
  padding: 4px 24px 4px 14px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01px;
  line-height: 29px;
  border-radius: 19px;
  background-color: #E0E2F0;
  border-color: #E0E2F0;
  color: #2B1665;
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  border-color: #7F1BA4;
  color: #7F1BA4;
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-selection--multiple .select2-selection__choice button {
  border-right: 0;
  left: unset;
  right: 4px;
  font-size: 26px;
  font-weight: 300;
  top: 3px;
  color: #2B1665;
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-selection--multiple .select2-selection__choice:hover button {
  color: #7F1BA4;
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-selection--multiple .select2-selection__choice button:hover {
  background-color: transparent;
}
.df-proposal-creation-section .proposal-video-box h3 {
  color: rgba(0, 0, 0, 0.87);
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
}
.df-proposal-creation-section .proposal-video-box p {
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9b;
}
/* feedback form image upload */
.df-feedback-modal .modal-dialog .modal-header h3 {
  text-transform: inherit;
}
.df-feedback-modal .modal-body .field-container  p {
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9b;
}
.df-feedback-modal .modal-body .field-container .image-upload-wrap img {
  width: 100%;
  max-width: 100%;
}
.df-feedback-modal .modal-body .field-container .file-upload-content {
  display: none;
  text-align: center;
}
.df-feedback-modal .modal-body .field-container .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0; /* width: 100%;    height: 100%;    */
  outline: none;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.df-feedback-modal .modal-body .field-container .image-upload-wrap {
  border: 2px dashed #7f1ba4;
  position: relative;
  margin-bottom: 12px;
  padding: 20px 24px;
  background: #f8f8f8;
  cursor: pointer;
  border-radius: 10px;
}
.df-feedback-modal .modal-body .field-container
  .image-upload-wrap
  .change-img-text {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 10px;
  background-color: #f1f1f1;
  border-radius: 3px;
  line-height: 16px;
  cursor: pointer;
}
.df-feedback-modal .modal-body .field-container
  .image-upload-wrap
  .change-img-text
  label {
  position: relative;
  color: #232323;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  cursor: pointer;
}
.df-feedback-modal .modal-body .field-container
  .image-upload-wrap
  .change-img-text
  input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 227px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.df-feedback-modal .modal-body .field-container
  .image-upload-wrap
  .change-img-text
  input[type="file"]:hover {
  cursor: pointer;
}
.df-feedback-modal .modal-body .field-container .image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}
.df-feedback-modal .modal-body .field-container .drag-text {
  text-align: center;
  padding: 18px 32px;
}
.df-feedback-modal .modal-body .field-container .drag-text img {
  width: 40px;
  margin-bottom: 10px;
  filter: invert(17%) sepia(78%) saturate(3576%) hue-rotate(277deg)
    brightness(81%) contrast(98%);
}
.df-feedback-modal .modal-body .field-container .drag-text p {
  font-size: 14px;
  line-height: 18px;
  color: #9b9b9b;
  margin-bottom: 20px;
}
.df-feedback-modal .modal-body .field-container .drag-text p a {
  color: #7f1ba4;
  text-decoration: none;
}
.df-feedback-modal .modal-body .field-container .drag-text span {
  font-size: 12px;
  line-height: 18px;
  color: #9b9b9b;
  display: block;
  padding: 0 20px;
}
.df-feedback-modal .modal-body .field-container .file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}
.df-feedback-modal .modal-body .field-container .remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}
.df-feedback-modal .modal-body .field-container .remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}
.df-feedback-modal .modal-body .field-container  .remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}
.df-feedback-modal .modal-body .field-container #file-list .file-entry{
  padding: 4px 12px;
  background-color: #E0E2F0;
  color: #2B1665;
  font-size: 18px;
  line-height: 29px;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
}
.df-feedback-modal .modal-body .field-container #file-list .file-entry + .file-entry {
  margin-top: 12px;
}
.df-feedback-modal .modal-body .field-container #file-list .file-entry .file-info {
  color: #2B1665;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01px;
  line-height: 29px;
  width: calc(100% - 20px);
  word-break: break-all;
}
.df-feedback-modal .modal-body .field-container #file-list .file-entry .file-info span {
  font-weight: 600;
}
.df-feedback-modal .modal-body .field-container #file-list .file-entry .remove-file-btn {
  line-height: 10px;
}

.df-feedback-modal .modal-body .field-container #file-list .file-entry span image{
  height: 20px;
  }

/* feedback image upload ends */
.df-proposal-creation-section .profile-img-box p {
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9b;
}
.df-proposal-creation-section .profile-img-box .image-upload-wrap img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}
.df-proposal-creation-section .profile-img-box .file-upload-content {
  display: none;
  text-align: center;
}
.df-proposal-creation-section .profile-img-box .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0; /* width: 100%;    height: 100%;    */
  outline: none;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.df-proposal-creation-section .profile-img-box .image-upload-wrap {
  border: 2px dashed #7f1ba4;
  position: relative;
  margin-bottom: 12px;
/*  padding: 20px 164px;*/
  background: #f8f8f8;
  cursor: pointer;
  border-radius: 10px;
}
.df-proposal-creation-section
  .profile-img-box
  .image-upload-wrap
  .change-img-text {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 10px;
  background-color: #f1f1f1;
  border-radius: 3px;
  line-height: 16px;
  cursor: pointer;
}
.df-proposal-creation-section
  .profile-img-box
  .image-upload-wrap
  .change-img-text
  label {
  position: relative;
  color: #232323;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  cursor: pointer;
}
.df-proposal-creation-section
  .profile-img-box
  .image-upload-wrap
  .change-img-text
  input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 227px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.df-proposal-creation-section
  .profile-img-box
  .image-upload-wrap
  .change-img-text
  input[type="file"]:hover {
  cursor: pointer;
}
.df-proposal-creation-section .profile-img-box .image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}
.df-proposal-creation-section .profile-img-box .drag-text {
  text-align: center;
  padding: 95px 32px;
}
.df-proposal-creation-section .profile-img-box .drag-text img {
  width: 40px;
  margin-bottom: 10px;
  filter: invert(17%) sepia(78%) saturate(3576%) hue-rotate(277deg)
    brightness(81%) contrast(98%);
}
.df-proposal-creation-section .profile-img-box .drag-text p {
  font-size: 14px;
  line-height: 18px;
  color: #9b9b9b;
  margin-bottom: 20px;
}
.df-proposal-creation-section .profile-img-box .drag-text p a {
  color: #7f1ba4;
  text-decoration: none;
}
.df-proposal-creation-section .profile-img-box .drag-text span {
  font-size: 12px;
  line-height: 18px;
  color: #9b9b9b;
  display: block;
  padding: 0 20px;
}
.df-proposal-creation-section .profile-img-box .file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}
.df-proposal-creation-section .profile-img-box .remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}
.df-proposal-creation-section .profile-img-box .remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}
.df-proposal-creation-section .profile-img-box .remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}
.df-proposal-creation-section .funding-pool-box h3 {
  /* color: rgba(0, 0, 0, 0.87);
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0; */  
  margin-bottom: 12px;
  color: #211440 !important;  
  font-family: "DM Sans" !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 130% !important; 
}
.df-proposal-creation-section .funding-pool-box p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 36px;
}
.df-proposal-creation-section .funding-pool-box .amount-row {
  margin-top: 48px;
  margin-bottom: 58px;
}
.df-proposal-creation-section .funding-pool-box .df-danger-alert {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.df-proposal-creation-section .proposal-footer-buttons {
  margin-top: 68px;
  text-align: center;
  justify-content: space-between;
  display: flex;
  max-width: 965px;
  margin: 68px auto 0 auto;
}
.error-editor-container {
  border: 1px solid red !important;
}
.df-proposal-creation-section .proposal-footer-buttons .finish-step-btn {
  color: #9050E9;
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 24px;
  background-color: transparent;
  padding: 20px 26px;
  border: 2px solid #9050E9;
  border-radius: 3px;
}
.df-proposal-creation-section .proposal-footer-buttons .finish-step-btn:hover,
.df-proposal-creation-section .proposal-footer-buttons .finish-step-btn2:hover,
.df-proposal-creation-section .proposal-footer-buttons .rfp-finish-step-btn:hover,
.df-proposal-creation-section .proposal-footer-buttons .rfp-finish-step-btn2:hover{
  background-color: #9050E9;
  border: 2px solid #9050E9;
  color:#FFFFFF;
}

.df-proposal-creation-section .proposal-footer-buttons .finish-step-btn2 {
  color: #9050E9;
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 24px;
  background-color: transparent;
  padding: 20px 26px;
  border: 2px solid #9050E9;
  border-radius: 3px;
}
.df-proposal-creation-section .proposal-footer-buttons .rfp-finish-step-btn {
  color: #9050E9;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
/*  text-transform: uppercase;*/
  margin: 0 24px;
  background-color: transparent;
/*  padding: 20px 26px;*/
  padding: 14px 16px;
  border: 2px solid #9050E9;
  border-radius: 4px;
  margin-left: 0;
}
.df-proposal-creation-section .proposal-footer-buttons .rfp-finish-step-btn2 {
  color: #9050E9;
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 24px;
  background-color: transparent;
  padding: 20px 26px;
  border: 2px solid #9050E9;
  border-radius: 3px;
}
.df-proposal-creation-section .proposal-footer-buttons .rfp-submit-step-btn {
  display: none;
  margin: 0 24px;
}
#page2 .clear-rfp-button{
  display: none;
}
.df-proposal-creation-section .proposal-footer-buttons .cancel-edit-btn {
  color: #9050E9;
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 24px;
  background-color: transparent;
  padding: 20px 26px;
  border: 2px solid #9050E9;
  border-radius: 3px;
}

.df-proposal-creation-section .proposal-footer-buttons .next-step-btn {
  margin: 0 24px;
}
.df-proposal-creation-section .proposal-footer-buttons .previous-step-btn {
  color: #9050E9;
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 24px;
  background-color: transparent;
  border: 0;
  display: none;
}
.df-proposal-creation-section .proposal-footer-buttons .continue-btn {
  margin: 0 24px;
}
.df-proposal-creation-section .proposal-footer-buttons .submit-step-btn {
  display: none;
  margin: 0 24px;
}
.df-proposal-creation-section .funding-pool-box .df-pool-table thead th,
 #poolModal .df-pool-table thead th
 {
  color: #212121;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
  padding: 3px 16px;
  width: 260px;
}
.df-proposal-creation-section
  .funding-pool-box
  .df-pool-table.table,
 #poolModal .df-pool-table.table
  > :not(:first-child) {
  border-top: 0;
}
.df-proposal-creation-section .funding-pool-box .df-pool-table tbody,
 #poolModal .df-pool-table tbody
 {
  background-color: #fafafa;
}
.df-proposal-creation-section .funding-pool-box .df-pool-table tbody tr,
 #poolModal .df-pool-table tbody tr
{
  border-bottom: 1px solid #cccccc;
}
.df-proposal-creation-section .funding-pool-box .df-pool-table tbody tr.active,
 #poolModal .df-pool-table tbody tr.active
 {
  background-color: rgba(127, 27, 164, 0.15);
}
.pool_row:hover {
  background-color: rgba(127, 27, 164, 0.15);
  cursor: pointer;
}
label.form-check-custom.success.with-icon-side i {
  display: none;
}
.df-proposal-creation-section .funding-pool-box .df-pool-table tbody td,
.df-proposal-creation-section .funding-pool-box .df-pool-table tbody th {
  padding: 4px 16px;
  vertical-align: middle;
}
 #poolModal .df-pool-table tbody td,
 #poolModal.df-pool-table tbody th {
  padding: 4px 5px;
  vertical-align: middle;
  text-align: center;
}
 #poolModal
  .df-pool-table
  tbody
  th
  .th-wrapper,
 #poolModal .df-pool-table tbody th {
  width: 320px;
  display: flex;
  align-items: center;
  border-bottom: 0;
  /*height: 56px;*/
  height:auto;
}
.df-proposal-creation-section
  .funding-pool-box
  .df-pool-table
  tbody
  th
  .th-wrapper,
.df-proposal-creation-section .funding-pool-box .df-pool-table tbody th {
  width: 320px;
  display: flex;
  align-items: center;
  border-bottom: 0;
  height: 56px;
}
.df-proposal-creation-section .funding-pool-box .df-pool-table tbody th span,
 #poolModal .df-pool-table tbody th span
 {
  color: #212121;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
 #poolModal
  .df-pool-table
  tbody
  td
  .text-secondary,
 #poolModal
  .df-pool-table
  tbody
  td
  .description {
  color: #212121;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}
.df-proposal-creation-section
  .funding-pool-box
  .df-pool-table
  tbody
  td
  .text-secondary,
.df-proposal-creation-section
  .funding-pool-box
  .df-pool-table
  tbody
  td
  .description {
  color: #212121;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}
.df-proposal-creation-section
  .funding-pool-box
  .df-pool-table
  tbody
  td
  .description,
 #poolModal 
.df-pool-table
  tbody
  td
  .description
   {
  color: #7f1ba4;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.df-proposal-creation-section
  .funding-pool-box
  .df-pool-table
  tbody
  td
  .description:hover,
   #poolModal .df-pool-table
  tbody
  td
  .description:hover,
   {
    color: #9050E9;
  }
.df-proposal-creation-section .funding-pool-box .form-check-custom,
 #poolModal .form-check-custom
{
  cursor: pointer;
}
.df-proposal-creation-section .funding-pool-box .form-check-custom input,
 #poolModal .form-check-custom input
 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.df-proposal-creation-section .funding-pool-box .form-check-custom span,
 #poolModal .form-check-custom span
 {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  border: 2px solid #737373;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 200ms ease;
}
 #poolModal
  .form-check-custom.with-icon
  span,
 #poolModal
  .form-check-custom.with-icon-side
  span {
  width: 21px;
  height: 21px;
  margin-bottom: -4px;
  margin-right: 12px;
}
.df-proposal-creation-section
  .funding-pool-box
  .form-check-custom.with-icon
  span,
.df-proposal-creation-section
  .funding-pool-box
  .form-check-custom.with-icon-side
  span {
  width: 21px;
  height: 21px;
  margin-bottom: -4px;
  margin-right: 12px;
}
.df-proposal-creation-section .funding-pool-box .form-check-custom span:before,
 #poolModal .form-check-custom span:before
 {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #3e3e3e;
  opacity: 0;
  transition: opacity 200ms ease;
}
 #poolModal.form-check-custom.with-icon
  span:before,
#poolModal
  .form-check-custom.with-icon-side
  span:before {
  top: 2px;
  left: 2px;
  width: 13px;
  height: 13px;
}
.df-proposal-creation-section
  .funding-pool-box
  .form-check-custom.with-icon
  span:before,
.df-proposal-creation-section
  .funding-pool-box
  .form-check-custom.with-icon-side
  span:before {
  top: 2px;
  left: 2px;
  width: 13px;
  height: 13px;
}
.df-proposal-creation-section
  .funding-pool-box
  .form-check-custom.success
  span:before,
 #poolModal .form-check-custom.success
  span:before
   {
  background-color: #7f1ba4;
}
.df-proposal-creation-section
  .funding-pool-box
  .form-check-custom
  input:checked
  + span,
 #poolModal .form-check-custom
  input:checked
  + span
   {
  border: 2px solid #7f1ba4;
}
.df-proposal-creation-section
  .funding-pool-box
  .form-check-custom
  input:checked
  + span:before,
 #poolModal .form-check-custom
  input:checked
  + span:before
  {
  opacity: 1;
}
.df-proposal-creation-section .proposal-content-box {
  width: 925px;
  margin: 0 auto;
}
.df-proposal-creation-section .proposal-content-box .proposal-content-wrapper {
  /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.2);*/
    margin-top: 20px;
    border-radius: 12px;
    border: 2px solid #E4E9F2;
    background: #EEF3FB;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-header {
/*  padding: 0px 23px;*/
  padding: 32px 32px 0px 32px;
  border-bottom: 1px solid #f5f7f8;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-header
  h3 {
  color: #2B1665;
  font-family: Inter;
  font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.52px;
    line-height: 32px;
    margin-bottom: 13px;
    max-width: 300px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body {
  /*  padding: 36px 23px 26px 23px;*/
    /* padding: 0px 32px 32px 32px; */
}

.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .form-control.df-proposal-textbox.no-lable-text {
  margin-bottom: 18px;
}

.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  input:focus-visible,
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  textarea:focus-visible {
  outline: none;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  p {
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .form-control .df-message-box {
  height: auto;
}
/*.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body p.message-desc.df-warning
{
  color: #e30000;
}*/
.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .df-message-box p.message-desc {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0px;
}

.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .message-content {
  margin: 0 32px 30px 30px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
}

.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .df-message-box .message-content {
  padding: 0;
}

.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .message-content .left-icon {
  display: none;
}


.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .alert-box .message-content {
  background-color: #fdf3e5;
  border: 1px solid #f18d5a;
  border-radius: 2px;
  /*margin-top: 25px;*/
  margin: 0 32px 30px 30px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
}

.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .alert-box .message-content .left-icon {
  display: inherit;
}



.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .alert-box .message-content .left-icon {
  width: 22px;
  margin-right: 16px;
}
.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .alert-box .message-content .right-description {
  width: calc(100% - 38px);
}
.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .alert-box .right-description p.message-desc
{
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 0;
  color: #666666;
}
.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body p.message-desc a {
  color: #7F1BA4;
  font-weight: 600;
  text-decoration: none;
}

.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  .form-control.df-proposal-textbox {
    margin-bottom: 60px;
    padding: 0;
  }

  .df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  .form-control.df-proposal-textbox input {
     position: relative !important;
    
  }
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  .form-control {
  position: relative;
  width: 100%;
  height: 56px;
  border: 0;
  background-color: transparent;
  z-index: 100;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  .form-control.df-textarea {
  height: 230px;
  margin-bottom: 80px;
  padding: 0;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  .form-control.df-textarea
  iframe
  .mce-content-body {
  padding: 0px 20px;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  .form-control.df-textarea
  textarea.alert-field {
  border: 1px solid #ef5265;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  .form-control.df-textarea
  .mce-tinymce {
  border-radius: 4px;
  overflow: hidden;
  border: 0 solid #7f1ba4;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  .form-control.df-textarea
  .mce-edit-area {
  padding: 0 15px;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  .form-control.df-textarea
  .msg-wrapper {
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.39px;
  line-height: 16px;
  margin-top: 6px;
  padding-left: 12px;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  .form-input {
  position: absolute;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 56px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1.5px solid #7f1ba4;
  color: #212121;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  textarea.form-input {
  height: 150px;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  .df-textarea
  .form-label {
  position: unset;
  padding: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  font-family: inter;
  line-height: inherit;
  z-index: 5;
  color: #212121;
  transition: all 0.2s ease-in-out;
}
.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .no-tooltip .form-label {
  font-size: 18px;
  font-weight: 400;
  padding-left: 32px;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-body
  .df-textarea
  .char-limit {
  position: absolute;
  bottom: -26px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  left: 10px;
}
.df-proposal-creation-section .milestone-budget-box {
  width: 925px;
  margin: 0 auto;
}
.milestone-table input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} /* Firefox */
.milestone-table input[type="number"] {
  -moz-appearance: textfield;
}
.df-proposal-creation-section
  .milestone-budget-box
  .proposal-milestone-wrapper {
  /*border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.2);*/
    border-radius: 12px;
    border: 2px solid #E4E9F2;
    background: #EEF3FB;
}
.df-proposal-creation-section
  .proposal-milestone-wrapper
  .proposal-milestone-header {
  padding: 32px 32px 0px 32px;
  border-bottom: 1px solid #f5f7f8;
}
.df-proposal-creation-section
  .proposal-milestone-wrapper
  .proposal-milestone-header
  h3 {
  letter-spacing: 0;
  margin-bottom: 0;
  color: #211440;
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
}
.df-proposal-creation-section
  .proposal-milestone-wrapper
  .proposal-milestone-body {
  padding: 15px 0 0px 0;
}
.df-proposal-creation-section
  .proposal-milestone-wrapper
  .proposal-milestone-body
  p {
  margin-bottom: 50px;
  color: var(--Foundation-Grey-G100, #6C6B6D);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.df-proposal-creation-section .milestone-table {
  position: relative;
  width: 100%;
  border-spacing: 20px;
  margin-bottom: 86px;
}
.df-proposal-creation-section .milestone-table tbody {
  display: block;
  /* padding: 25px 85px; */
  /* background-color: #f6f6f6; */
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  margin-bottom: 23px;
  position: relative;
}
.df-proposal-creation-section .milestone-table tbody .df-form-control {
  position: relative;
  width: 100%;
  height: 56px;
  border: 0;
}
.df-proposal-creation-section .milestone-table tbody tr {
  margin-bottom: 50px;
  width: 100%;
  display: inline-table;
}
.df-proposal-creation-section .milestone-table tbody tr.for-budget {
  margin-bottom: 80px;
}
.df-proposal-creation-section .milestone-table tbody tr td {
  width: 50%;
}
.df-proposal-creation-section .milestone-table tbody tr td.df-title-heading {
  width: 20%;
}
.df-proposal-creation-section .milestone-table tbody tr td.df-title-input-box {
/*  width: 80%;*/
}
.df-proposal-creation-section .milestone-table tbody tr td:first-child {
  /* padding-right: 30px; */
}
.df-proposal-creation-section .milestone-table tbody tr.for-budget td p {
  margin-bottom: 18px;
  line-height: 20px;
}
.df-proposal-creation-section .milestone-table tbody .field-input {
  position: absolute;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 56px;
  padding: 16px 14px;
  border-radius: 4px;
  border: 1.5px solid #7f1ba4;
  color: #212121;
  background: #ffff;
  transition: all 0.2s ease-in-out;
}
.df-proposal-creation-section .milestone-table tbody.default-milestone .field-input {
  background: #EEE;
  border: 1px solid #CCC;
  pointer-events: none;
}
.df-proposal-creation-section .milestone-table tbody .field-input.error {
  border: 1.5px solid #e67381;
}
.df__milestone_ad {
  text-align: center;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  .for-textarea
  td:first-child {
  padding-right: 0;
}
.df-proposal-creation-section .milestone-table tbody .df-form-control.textarea {
  height: 150px;
}
.df-proposal-creation-section .milestone-table tbody textarea.field-input {
  height: 150px;
}
.df-proposal-creation-section .milestone-table tbody label {
  position: absolute;
  font-family: inherit;
  line-height: inherit;
  padding: 0 4px;
  /* background: linear-gradient(to bottom, #f6f6f6 57%, #ffff 43%); */
  top: -24px;
  left: -3px;
  z-index: 5;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  transition: all 0.2s ease-in-out;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  tr
  td.df-title-heading
  label {
  position: unset;
  padding: 0;
  background: none;
  margin-top: -8px;
  color: #9b9b9b;
  display: block;
  line-height: 19px;
  font-weight: 400;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  tr
  td.df-title-heading
  .df__milestone_count {
  font-size: 20px;
  font-weight: 400;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  .df-form-control
  .df-deliverable-title {
  position: relative;
  width: 180px;
  margin-right: 10px;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  .df-form-control
  .df-deliverable-url {
  position: relative;
  width: calc(100% - 316px);
  margin-right: 10px;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  .df-form-control
  .add__element {
  padding: 18px;
  color: #ffff;
  background: #00c48c;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  .df-form-control
  .remove__element {
  padding: 18px;
  color: #ffff;
  background: #d0021b;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  .df-form-control
  .remove__element.disabled {
  background: #cccccc;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  tr.has-multiple
  td:first-child {
  padding-right: 0;
}
.df-proposal-creation-section .milestone-table tbody tr.has-multiple td p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #212121;
}
.df-proposal-creation-section .milestone-table tbody tr.rg-actions {
  margin: 30px 0 0 0;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  tr.rg-actions
  td:first-child {
  padding-right: 0;
  text-align: left;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  tr.rg-actions
  td
  .add__group {
  font-size: 16px;
  line-height: 16px;
  color: #9050E9;
  border: 2px solid #9050E9;
  border-radius: 3px;
  background: transparent;
  padding: 17px 30px;
  /*position: absolute;
  bottom: -66px;
  left: 0;
  right: 0;*/
  margin: 0;
  text-transform: uppercase;
  max-width: 450px;
  letter-spacing: 1.43px;
}
.df-proposal-creation-section .milestone-table tbody tr.rg-actions td {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  tr.rg-actions
  td
  .remove__group {
  font-size: 16px;
  line-height: 16px;
  color: #d0021b;
  background: transparent;
  border: 0;
  padding: 0px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1.43px;
  text-transform: uppercase;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  tr.rg-actions
  td
  .remove__group.disabled {
  color: #cccccc;
}
.df-proposal-creation-section .milestone-budget-box .df-danger-alert {
  margin: 20px 0;
}
.df-proposal-creation-section .proposal-submition-box {
  width: 925px;
  margin: 0 auto;
}
.df-proposal-creation-section
  .proposal-submition-box
  .proposal-submition-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 24px;
}
.df-proposal-creation-section .proposal-submition-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #212121;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 70px;
}
.df-proposal-creation-section .proposal-submition-wrapper .submittion-points {
  display: flex;
}
.df-proposal-creation-section
  .proposal-submition-wrapper
  .submittion-points
  .left-img {
  width: 228px;
  height: 236px;
  margin: 0 47px 0 25px;
  padding: 23px 0;
}
.df-proposal-creation-section
  .proposal-submition-wrapper
  .submittion-points
  .left-img
  img {
  width: 100%;
  height: 100%;
}
.df-proposal-creation-section
  .proposal-submition-wrapper
  .submittion-points
  .right-points {
  width: calc(100% - 300px);
}
.df-proposal-creation-section
  .proposal-submition-wrapper
  .submittion-points
  .right-points
  li {
  position: relative;
  margin-left: 20px;
}
.df-proposal-creation-section
  .proposal-submition-wrapper
  .submittion-points
  .right-points
  li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: -18px;
  background-color: #666;
  border-radius: 50%;
}
.df-proposal-creation-section
  .proposal-submition-wrapper
  .submittion-points
  .right-points
  li
  p {
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  margin-bottom: 12px;
}



/* RFP cards */


.df-rfp-card {
    border-radius: 6px;
    background-color: #FFFFFF;
    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-bottom: 32px;
    height: calc(100% - 30px);
}
.df-rfp-card.df-rfp-card-update {
    border-radius: 12px;
    border: 2px solid #E4E9F2;
    background: #EEF3FB;
    box-shadow: unset;
}
.df-rfp-card a {
    text-decoration: none !important;
/*    color: #2C2B2F ;*/
}
.df-rfp-card .author-detail a h6, .df-rfp-card .author-detail h6 a{
  margin-bottom: 0px;
  color: #2C2B2F 
}
.df-rfp-card .rfp-header-box {
    position: relative;
    padding: 24px 24px 48px 24px;
    background-image: url(http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/Project-default-img.png);
    width: 100%;
    height: 145px;
    color: #2B1665;
    background-position: center center;
    border-radius: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px 6px 0 0;
} 
.df-rfp-card.df-rfp-card-update .rfp-header-box {
    height: 158px;
    padding: 16px 16px 56px 16px;
    text-align: center;
}
.rfp-proposal-card .rfp-header-box {
    height: 200px;
    background-image: url(../imgs/project-presentation-1.png);
    transition: 0.3s ease-in-out;
}
.df-rfp-card.progress-grid .rfp-header-box {
    padding: 48px 24px 24px 24px;
    height: 145px;
}

.df-rfp-card.rfp-proposal-card .rfp-header-box {
  height: 212px;
  padding: 0;
}

/*.df-rfp-card .rfp-header-box h3 {
  color: #2B1665;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.52px;
    line-height: 32px;
    margin-bottom: 13px;
    max-width: 100%;
    display: flex;
    align-items: center;
    height: 64px;
    max-width: 320px;

}*/


.df-rfp-card .rfp-header-box h3 {
  color: #2B1665;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.52px;
  line-height: 32px; 
  margin-bottom: 13px;
  max-width: 320px; 
   overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.df-rfp-card.df-rfp-card-update .rfp-header-box h3 {
  max-width: 100%;
  font-weight: 700;
  margin-bottom: 24px;
}

.df-rfp-card .rfp-header-box .df-proposal-tags {
    top: 15px;
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .df-progress {
    position: relative;
    width: auto;
    height: 40px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .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-rfp-card.df-rfp-card-update .rfp-header-box .df-progress .progress-bar.completed {
    text-align: center;
    background-color: #00C48C;
    padding-left: 0;
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .df-progress .expire-date {
    position: absolute;
    right: 13px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.15px;
    line-height: 28px;
    text-shadow: 0 0 1px rgba(0,0,0,0.25);
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .df-progress .df-progress-bar.state-1 {
  color: #0085FF;
  border: 1px solid #0085FF;
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .df-progress .df-progress-bar.state-2 {
  color: #FF7A00;
  border: 1px solid #FF7A00;
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .df-progress .df-progress-bar.state-3 {
  color: #9F00EA;
  border: 1px solid #9F00EA;
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .df-progress .df-progress-bar.state-4 {
  color: #03A300;
  border: 1px solid #03A300;
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .df-progress .df-progress-bar.state-5 {
  color: #D99500;
  border: 1px solid #D99500;
}
.rfp-proposal-card .rfp-header-box {
  padding: 0;
}
.rfp-proposal-card .image-box {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.rfp-proposal-card .image-box img {
  width: 100%;
  height: 212px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  transition: 0.3s ease-in-out;
}
.rfp-proposal-card:hover .image-box img {
/*  transform: scale(1.4);*/
  transform: translate(0px, -4px) scale(1.01);
}

.rfp-preview-modal .modal-body .df-progress .df-progress-bar.state-1 {
  /*background: linear-gradient(222.25deg, #32C5FF 0%, #B620E0 51.26%, #F7B500 100%);*/
   color: #0085FF;
  border: 1px solid #0085FF;
}
.rfp-preview-modal .modal-body .df-progress .df-progress-bar.state-2 {
  /*background-color: #00C48C;*/
  color: #FF7A00;
  border: 1px solid #FF7A00;
}
.rfp-preview-modal .modal-body .df-progress .df-progress-bar.state-3 {
  /*background-color: #00C48C;*/
  color: #9F00EA;
  border: 1px solid #9F00EA;
}
.rfp-preview-modal .modal-body .df-progress .df-progress-bar.state-4 {
  /*background-color: #00C48C;*/
  color: #03A300;
  border: 1px solid #03A300;
}
.rfp-preview-modal .modal-body .df-progress .df-progress-bar.state-5 {
  /*background-color: #32C5FF;*/
  color: #D99500;
  border: 1px solid #D99500;
}
/*=======================================*/
.proposal-card .prop-content-box {
    padding: 24px;
    /*border-bottom: 1px solid #E4E2E2;*/
}
.proposal-card .prop-spec-grid {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 12px;
}

.proposal-card .prop-spec-grid .prop-spec-box {
    display: block;
    height: 100%;
    padding: 12px;
    border-radius: 4px;
    background-color: #F1EFF8;
}

.proposal-card .prop-spec-grid li.full-width{
  grid-column-start: 1;
  grid-column-end: 3;
}
.proposal-card .prop-spec-grid .prop-spec-box small {
    display: inherit;
    color: #666666;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 8px;
}
.proposal-card .prop-spec-grid .prop-spec-box span {
    color: #212121;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    appearance: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 269px;
    display: inline-block;
}
.proposal-card .prop-profile-box {
  padding: 5px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #e4e2e2;
}
/*.proposal-card .prop-profile-box .view-proposal:hover{
  color:#9050E9;
}*/

.proposal-card .prop-profile-box .left-cont {
  display: flex;
  align-items: center;
}
.proposal-card .prop-profile-box .img-box {
    width: 48px;
    height: 48px;
    margin-right: 12px;
}
.proposal-card .prop-profile-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}
.proposal-card .prop-profile-box .meta-box {
/*    width: calc(100% - 60px);*/
}
.proposal-card .prop-profile-box .meta-box .author-name {
    color: #010004;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20.8px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
}
.proposal-card .prop-profile-box .meta-box .publish-date {
    color: #858585;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    font-family: "Inter", sans-serif;
}
.proposal-card .prop-profile-box .right-cont .no-preview  button
 {
  color: #cccccc;
}
.proposal-card .prop-profile-box .right-cont .no-preview  button:hover{
 color: #cccccc;
  }
.proposal-card .prop-profile-box .right-cont button {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01px;
  line-height: 29px;
  color: #7F1BA4;
  background-color: transparent;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #9050E9;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.btn-close{
  border-bottom: 0px !important;
}
.proposal-card .prop-profile-box .right-cont .team-preview {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01px;
  line-height: 29px;
  /*color:#9050E9;*/
  background-color: transparent;
/*  border: 0;*/
}
/*.proposal-card .prop-profile-box .right-cont button:hover{
  color:#9050E9;
}*/
.df-dashboard-content .counter-modules .proposal-counter-inner-box {
  background: #ffff;
  padding: 24px 42px;
}
.df-dashboard-content .counter-modules .df-proposal-counter-card .proposal-counter-inner-box {
  padding: 24px 30px 24px 40px;
}
.df-dashboard-content .counter-modules .df-proposal-counter-card .proposal-counter-inner-box  .df-round-proposal-outer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom:12px;
  border-bottom: 1px solid #E6E6E6;
  gap: 8px;
}
.df-dashboard-content .counter-modules .df-proposal-counter-card .proposal-counter-inner-box  .df-round-proposal-outer .df-round-proposal-calendar-outer{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: #F5F5F5;
}
.df-round-proposal-outer .df-round-proposal-calendar-outer .df-calendar-svg{
  border-radius: 4px;
  background: #E9E7EC;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.df-dashboard-content .counter-modules .df-proposal-counter-card .proposal-counter-inner-box  .df-round-proposal-outer .df-round-proposal-calendar-outer .df-round-proposal-calendar-div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1px;
}
.df-round-proposal-calendar-div .df-round-proposal-expiry-date{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
}
.df-round-proposal-calendar-div .df-round-proposal-expiry-time{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
}
.df-dashboard-content .counter-modules  .df-proposal-counter-card .proposal-counter-inner-box h2 {
  color: #2C2B2F;
/*  font-family: "DM Sans";*/
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  border-bottom: 0;
/*  margin-bottom: 12px;*/
}
.proposal-counter-inner-box .df-proposal-counter-title-outer{
  padding-top: 12px;
  padding-bottom: 8px;
}
.df-dashboard-content .counter-modules .df-proposal-counter-card .proposal-counter-inner-box .df-proposal-counter-title{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 12px;
  padding-bottom: 8px;
}
.df-round-proposal-next-phase{
  display: flex;
  align-items: center;
  gap: 4px;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  padding-top: 6px;
}
.df-dashboard-content .counter-modules .df-proposal-counter-card.review-card .proposal-counter-inner-box h2 {
  line-height: 48px;
  margin-bottom: 12px;
}
.df-dashboard-content .counter-modules  .df-proposal-counter-card.review-card .proposal-counter-inner-box p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
}
.df-dashboard-content .counter-modules .df-proposal-counter-card{
  text-align: left;
}

.df-proposal-counter-card.dashboard .proposal-counter-outer-box {
  background: #ffff;
  padding: 0;
}
.df-dashboard-content .counter-modules .df-proposal-counter-card.dashboard .proposal-counter-inner-box {
/*  padding: 24px 42px;*/
  padding: 16px;
}
.df-dashboard-content .counter-modules .df-proposal-counter-card.dashboard .proposal-counter-inner-box .df-round-proposal-head .df-round-tag{
  border-radius: 4px;
  background: linear-gradient(243deg, rgba(255, 19, 236, 0.22) 15.95%, rgba(255, 187, 1, 0.22) 83.22%);
  backdrop-filter: blur(2px);
  padding: 3px 8px;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
}

.df-dashboard-content .counter-modules .df-proposal-counter-card.dashboard .proposal-counter-inner-box .df-round-proposal-head{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}
.df-proposal-counter-card.dashboard .df-proposal-counter-content-grid {
  margin: 0;
/*  margin-top: 25px;*/
}
.df-proposal-counter-card.dashboard .df-proposal-counter-content-grid .flip-card::before,
.df-proposal-counter-card.dashboard .df-proposal-counter-content-grid .flip-card::after {
  background: #A39EB2;
}
.df-proposal-counter-card.dashboard .df-proposal-counter-content-grid .flip-card .top{
  background: #EEF3FB;
} 
.df-proposal-counter-card.dashboard .df-proposal-counter-content-grid .flip-card .bottom {
  background: #FFF;
/*  box-shadow: 0 0 16px 0 rgba(244,248,255,0.5);*/
}
.df-proposal-counter-card.dashboard .df-proposal-counter-content-grid .card-title {
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  bottom: 16px;
  margin:0 auto;
  left: 0;
  right: 0;
}
.df-proposal-counter-card.dashboard .proposal-counter-inner-box > small {
  color: #2B1665;
  font-family: "Open Sans";
}
.df-proposal-counter-card.dashboard .proposal-detail-box {
  margin: 0;
  margin-top: 12px;
  text-align: center;
}
.df-proposal-counter-card.dashboard .proposal-detail-box .sub-box:after{
  border-right: ;
}
/*.df-proposal-counter-card.dashboard .proposal-detail-box .sub-box small {
  color: #6C6B6D;
  font-family: "DM Sans";
}*/
/*.df-proposal-counter-card.dashboard .proposal-detail-box .sub-box h4 {
  color: #2B1665;
  font-family: "Open Sans";
}
*/
/*=============================*/
.df-rfp-card .rfp-content-box {
    padding: 24px;
    border-bottom: 1px solid #E4E2E2;
}
.df-rfp-card.df-rfp-card-update .rfp-content-box {
  padding: 16px 16px 20px 16px;
  border-bottom: 0;
}
.df-rfp-card.rfp-proposal-card {
  border: 2px solid #E4E9F2;
  background: #EEF3FB;
}
.df-rfp-card.rfp-proposal-card .rfp-content-box {
    height: calc(100% - 285px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
}
.df-rfp-card.rfp-proposal-card.df-rfp-proposal-update .rfp-content-box {
  height: calc(100% - 256px);
}
.df-rfp-card.rfp-proposal-card.df-rfp-proposal-update .rfp-spec-grid li:first-child .rfp-spec-box, 
.df-rfp-card.rfp-proposal-card.df-rfp-proposal-update .rfp-spec-grid li:nth-child(2n+1) .rfp-spec-box {
  border-right: 1px solid #E6E6E6;
}
.df-rfp-card.rfp-proposal-card.df-rfp-proposal-update .rfp-spec-grid li:last-child .rfp-spec-box {
  border-bottom-right-radius: 8px;
}
.df-rfp-card.rfp-proposal-card.df-rfp-proposal-update .rfp-spec-grid li:nth-child(3) .rfp-spec-box {
  border-bottom-right-radius: 0px;
}
.df-rfp-card .rfp-content-box .title {
    color: #2B1665;
    font-family: Inter;
    font-size: 18px !important;
    font-weight: 700;
    letter-spacing: -0.52px;
    line-height: 32px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}
.df-rfp-card.rfp-proposal-card .rfp-content-box .title {
  margin-bottom: 16px;
}
.rfp-detail-link:hover .rfp-content-box .title {
/*    color: #9050E9;*/
}
.df-rfp-card .rfp-spec-grid {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    padding-left: 0;
/*    margin-bottom: 12px;*/
  margin-bottom: 0;
}
.df-rfp-card .rfp-spec-grid li.full-width {
  grid-column-start: 1;
  grid-column-end: 3;
}
.df-rfp-card .rfp-spec-grid .rfp-spec-box {
    display: block;
    height: 100%;
    padding: 12px;
    border-radius: 4px;
    background-color: #F1EFF8;
}
.df-rfp-card.df-rfp-card-update .rfp-spec-grid {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  gap: 0;
}
.df-rfp-card.rfp-proposal-card .rfp-spec-grid {
  gap: 4px;
  border: 0;
} 
.df-rfp-card.df-rfp-card-update .rfp-spec-grid .rfp-spec-box {
  padding: 16px;
  border-top: 1px solid #E6E6E6;
  border-radius: 0;
  background-color: #ffff;
}
.df-rfp-card.df-rfp-card-update .rfp-spec-grid li:first-child .rfp-spec-box {
  border-top-left-radius: 8px;
}
.df-rfp-card.df-rfp-card-update .rfp-spec-grid li:nth-child(2) .rfp-spec-box {
  border-top-right-radius: 8px;
}
.df-rfp-card.df-rfp-card-update .rfp-spec-grid li:nth-last-child(2) .rfp-spec-box {
  border-bottom-left-radius: 8px;
}
.df-rfp-card.rfp-proposal-card .rfp-spec-grid li:nth-last-child(2) .rfp-spec-box {
  border-bottom-left-radius: 0px;
}
.df-rfp-card.df-rfp-card-update .rfp-spec-grid li:last-child .rfp-spec-box {
  border-bottom-right-radius: 8px;
}
.df-rfp-card.df-rfp-card-update .rfp-spec-grid li:first-child .rfp-spec-box,
.df-rfp-card.df-rfp-card-update .rfp-spec-grid li:nth-child(2) .rfp-spec-box {
  border-top: 0;
}
.df-rfp-card.df-rfp-card-update .rfp-spec-grid li:first-child .rfp-spec-box,
.df-rfp-card.df-rfp-card-update .rfp-spec-grid li:nth-child(2n+1) .rfp-spec-box {
  border-right: 1px solid #E6E6E6;
}
.df-rfp-card.rfp-proposal-card .rfp-spec-grid li:nth-child(3) .rfp-spec-box {
  border-right: 0;
  border-bottom-left-radius: 8px;
}
.df-rfp-card .rfp-spec-grid li:nth-child(3) .rfp-spec-box span{
  appearance: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 350px;
  display: block;
}
.rfp-container-three-grid .rfp-content-box{
  padding: 12px !important;
}
.rfp-container-three-grid .rfp-spec-grid{
  margin:0 !important;
  background: #fff;
  width: 100%;
}
.rfp-container-three-grid .df-rfp-card{
  margin-bottom: 0 !important;
  height: unset;
}
.rfp-container-three-grid .rfp-spec-grid li{
  margin-bottom: 0 !important;
  padding: 8px;
}
.rfp-container-three-grid .rfp-spec-grid li:nth-child(1) {
   border-right:1px solid #e6e6e6;
}
.rfp-container-three-grid .rfp-spec-grid li:nth-child(3) {
  border-top:1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.rfp-container-three-grid .rfp-spec-grid li:nth-child(4) {
  border-top: 1px solid #e6e6e6;
}
.rfp-container-three-grid .rfp-spec-box{
  padding: 0!important;
  background: none !important;
  border: none !important;
}
.rfp-container-three-grid h3{
  font-size: 13px !important;
}
.rfp-container-three-grid .df-progress-bar{
  font-size: 12px !important;
}
.rfp-container-three-grid .rfp-content-box small{
  color: #6C6B6D !important;
  font-family: "DM Mono", monospace !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 130% !important;
}
.rfp-container-three-grid .rfp-content-box span{
  color: #2C2B2F !important;
  font-family: "DM Sans" !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 130% !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.df-project-complete-detail-section .rfp-spec-grid li:nth-child(3) .rfp-spec-box span{
   appearance: none;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
  max-width: 280px;
  display: inline-block;
}
.df-rfp-card .rfp-spec-grid .rfp-spec-box small {
  display: inherit;
  color: #666666;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 8px;
}
.df-rfp-card.df-rfp-card-update .rfp-spec-grid .rfp-spec-box small {
  color: #6C6B6D;
  margin-bottom: 6px;
  line-height: 18px;
  font-family: "DM Sans";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 130px;
  display: block;
  min-width: 100%;
}
.df-rfp-card .rfp-spec-grid .rfp-spec-box span {
    color: #212121;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
}
.df-rfp-card.df-rfp-card-update .rfp-spec-grid .rfp-spec-box span {
  font-size: 18px;
  font-weight: 700;
  font-family: "DM Sans";
  color: #2C2B2F;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  display: block;
  min-width: 100%;
}
.df-rfp-card .rfp-spec-grid .rfp-spec-box span.submit {
    color: #8860D0;
    text-transform: uppercase;
}
.df-rfp-card .rfp-content-box .button {
  padding: 8px 20px;
  width: 100%;
}
.df-rfp-card .rfp-profile-box {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*flex-wrap: wrap;*/
  gap: 10px;
}
.df-rfp-card.df-rfp-card-update .rfp-profile-box {
  padding: 0 16px 16px 16px;
}
.df-rfp-card .rfp-profile-box .left-cont {
  display: flex;
  align-items: center;
  width: 69%;
}
.df-rfp-card .rfp-profile-box .img-box {
    width: 48px;
    height: 48px;
    margin-right: 12px;
}
.df-rfp-card.rfp-proposal-card .rfp-profile-box .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-rfp-card.rfp-proposal-card .rfp-profile-box .img-box a{
  width: 36px;
  height: 36px;
}
.df-rfp-card.df-rfp-card-update .rfp-profile-box .img-box {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.df-rfp-card .rfp-profile-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
      border-radius: 50%;
}
.df-rfp-card .rfp-profile-box .meta-box {
    width: calc(100% - 60px);
}
.df-rfp-card.df-rfp-card-update .rfp-profile-box .meta-box {
  width: calc(100% - 48px);
}
.df-rfp-card.rfp-proposal-card .rfp-profile-box .meta-box {
    line-height: 11px;
}
.df-rfp-card .rfp-profile-box .meta-box .author-name {
    /*color: #010004;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20.8px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    appearance: none;
    margin-bottom: 0;
}
.df-rfp-card.df-rfp-card-update .rfp-profile-box .meta-box .author-name a{
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  font-family: "DM Sans";
  color: #2C2B2F !important;
  margin-bottom: 0px;
}
/*.df-rfp-card.rfp-proposal-card .rfp-profile-box .meta-box .author-name a{
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans";
  margin-bottom: 2px;
  line-height: 20.8px;
}*/
.df-rfp-card .rfp-profile-box .meta-box .publish-date {
    color: #858585;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    font-family: "Inter", sans-serif;
}
.df-rfp-card.df-rfp-card-update .rfp-profile-box .meta-box .publish-date {
  font-size: 12px;
  line-height: 18px;
  color: #6C6B6D;
  font-family: "DM Sans";
}
.df-rfp-card.rfp-proposal-card .rfp-profile-box .meta-box .publish-date {
  font-size: 10px;
  line-height: 15px;
  color: #9B9B9B;
  font-family: "Open Sans";
  text-transform: uppercase;
}
.df-rfp-card .rfp-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-rfp-card.df-rfp-card-update .rfp-profile-box .right-cont button {
  font-weight: 700;
  line-height: 20px;
  font-family: "DM Sans";
  padding: 0 0 4px 0;
  border-bottom: 1px solid #9050E9;
  color: #9050E9;
}
.df-rfp-card .rfp-profile-box .right-cont button:hover {
  color:#9050E9;
}

.df-rfp-card.df-rfp-card-update .rfp-profile-box .right-cont button:hover {
  color:#9050E9;
}

/* df-rfp-proposal-update css */
.df-rfp-card.df-rfp-proposal-update {
  border-radius: 12px;
  border: 2px solid #E4E9F2;
  background: #EEF3FB;
  box-shadow: unset;
  height: calc(100% - 32px);
  position: relative;
}
.df-rfp-card.df-rfp-proposal-update:hover {
  transition: 0.3s ease-in-out;
}
/*.df-rfp-card.df-rfp-proposal-update:hover::before {
  content: "";
  position: absolute;
  bottom: -160px;
  width: 60%;
  height: 200px;
  border-radius: 1026px;
  background: linear-gradient(243deg, #32C5FF -1.39%, #B620E0 43.99%, #F7B500 87.13%);
  filter: blur(400px);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}*/

.df-rfp-card.rfp-proposal-card.df-rfp-proposal-update .rfp-content-box::before{
  content: "";
  position: absolute;
  top: 1px;
  left: -1px;
  width: 1px;
  height: 60%;
  opacity: 0;
  background: radial-gradient(rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0.1) 100%);
  transform: translate(0%, 0%);
  transition: 0.5s ease-in-out;
}

.df-rfp-card.df-rfp-proposal-update:hover .rfp-content-box::before {
  opacity: 1;
  transform: translate(0%, 50%);
}
.df-rfp-card.df-rfp-proposal-update .rfp-header-box {
  height: 200px;
  padding: 0;
  background-image: none;
}
.df-rfp-card .rfp-header-box .df-expert-review-tag-outer {
  position: unset;
  /*top: 16px;
  left: 16px;*/
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid rgb(255, 0, 107);
  background: linear-gradient(90deg, rgba(255, 19, 236, 0.07) 0.04%, rgba(255, 187, 1, 0.07) 98.79%), rgb(255, 255, 255);
}
.df-rfp-card .rfp-header-box .df-expert-review-tag-outer .df-expert-review-tag {
  background: linear-gradient(95deg, #f900e5, #e4a700) !important;
  background-clip: border-box;
  background-clip: text !important;
  color: transparent !important;
  cursor: pointer;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  border-radius: 4px;
  margin-bottom: 0px;
  padding: 0;
}
.df-rfp-card.df-rfp-proposal-update .rfp-header-box .image-box {
  height: 200px;
}
.df-rfp-card.df-rfp-proposal-update .rfp-header-box .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.df-rfp-card.df-rfp-proposal-update .rfp-content-box {
  padding: 16px 16px 20px 16px;
  border-bottom: 0;
}
.df-rfp-card.df-rfp-proposal-update .rfp-content-box .title {
  min-height: 64px;
}
.df-rfp-card.df-rfp-proposal-update .rfp-spec-grid {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  gap: 0;
}
.df-rfp-card.df-rfp-proposal-update .rfp-spec-grid .rfp-spec-box {
  padding: 16px;
  border-top: 1px solid #E6E6E6;
  border-radius: 0;
  background-color: #ffff;
}
.df-rfp-card.df-rfp-proposal-update .rfp-spec-grid li:first-child .rfp-spec-box, 
.df-rfp-card.df-rfp-proposal-update .rfp-spec-grid li:nth-child(2) .rfp-spec-box {
  border-top: 0;
}
.df-rfp-card.df-rfp-proposal-update .rfp-spec-grid li:first-child .rfp-spec-box {
  border-top-left-radius: 8px;
}
.df-rfp-card.df-rfp-proposal-update .rfp-spec-grid li:nth-child(2) .rfp-spec-box {
  border-top-right-radius: 8px;
}
.df-rfp-card.df-rfp-proposal-update .rfp-spec-grid li:first-child .rfp-spec-box, 
.df-rfp-card.df-rfp-proposal-update .rfp-spec-grid li:nth-child(2n+1) .rfp-spec-box {
  border-right: 1px solid #E6E6E6;
}
.df-rfp-card.df-rfp-proposal-update .rfp-spec-grid li:nth-child(3) .rfp-spec-box {
  border-right: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.df-rfp-card.df-rfp-proposal-update .rfp-spec-grid .rfp-spec-box small {
  color: #6C6B6D;
  margin-bottom: 6px;
  line-height: 18px;
  font-family: "DM Sans";
}
.df-rfp-card.df-rfp-proposal-update .rfp-spec-grid .rfp-spec-box span {
  font-size: 16px;
  font-weight: 700;
  font-family: "DM Sans";
  color: #2C2B2F;
  line-height: 24px;
}
.df-rfp-card.df-rfp-proposal-update .rfp-profile-box {
  padding-top: 0;
}
.df-rfp-card.df-rfp-proposal-update .rfp-profile-box .img-box {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.df-rfp-card.df-rfp-proposal-update .rfp-profile-box .meta-box {
  width: calc(100% - 48px);
}
.df-rfp-card.df-rfp-proposal-update .rfp-profile-box .meta-box .author-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  font-family: "DM Sans";
 
  margin-bottom: 0px;
}
.df-rfp-card.df-rfp-proposal-update .rfp-profile-box .meta-box .author-name a{
   color: #2C2B2F !important;
}
.df-rfp-card.df-rfp-proposal-update .rfp-profile-box .meta-box .publish-date {
  font-size: 12px;
  line-height: 18px;
  color: #6C6B6D;
  font-family: "DM Sans";
}
.df-rfp-card.df-rfp-proposal-update .rfp-profile-box .right-cont button {
  font-weight: 700;
  line-height: 20px;
  font-family: "DM Sans";
  padding: 0 0 4px 0;
  border-bottom: 1px solid #9050E9;
  color: #9050E9;
}


.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card h4.home-proposals_heading{
  max-height: 5rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin:0;
  padding:16px 16px 0 16px;
  background:#EEF3FB;
}
 .df-rfp-card h4.home-proposals_heading:hover,
 .deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card h4.home-proposals_heading:hover
  {
/*  color: #fd9542;*/
}

 
/*Rfp Card end here*/

/*RFP detail pages here*/


.rfp-detail-section {
  padding: 99px 0 80px 0;
  background-color: #f4f8ff;
}
.rfp-detail-section .rfp-content-box .author-box {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.rfp-detail-section .rfp-content-box .author-box .author-img {
  margin-right: 12px;
}
.rfp-detail-section .rfp-content-box .author-box .author-img img {
  border-radius: 50%;
  max-width: 40px;
}
.rfp-detail-section .rfp-content-box .author-detail h6 {
  font-size: 14px;
  line-height: 17px;
  color: #7f1ba4;
  margin-bottom: 0;
}
.rfp-detail-section .rfp-content-box .author-detail small {
  font-size: 10px;
  line-height: 14px;
  color: #9b9b9b;
  text-transform: uppercase;
}
.rfp-detail-section .rfp-content-box h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.67px;
  line-height: 48px;
  color: #010004;
}
.rfp-detail-section .rfp-spec-content {
  padding: 18px 59px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.rfp-detail-section .rfp-spec-grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.rfp-detail-section .rfp-spec-grid .rfp-spec-box {
  display: block;
  height: 100%;
  padding: 12px;
  border-radius: 4px;
  background-color: #F1EFF8;
}
.rfp-detail-section .rfp-spec-grid .rfp-spec-box small {
  display: inherit;
  color: #666666;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 8px;
}
.rfp-detail-section .rfp-spec-grid .rfp-spec-box span {
  color: #212121;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}
.rfp-detail-section .rfp-spec-grid .rfp-spec-box span.submit {
  color: #8860D0;
  text-transform: uppercase;
}
.rfp-detail-section .aware-rfp-description-box .meta-company-name h3 {
  margin-top: 24px;
}
.rfp-detail-section .aware-rfp-description-box .meta-company-name:first-child h3 {
  margin-top: 0;
}
.rfp-detail-section .aware-rfp-description-box .meta-company-name {
  color: #424242;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.26px;
  line-height: 28px;
}
.rfp-detail-section .aware-rfp-description-box .meta-company-name table,
.rfp-detail-section .aware-rfp-description-box .meta-company-name table tbody,
.rfp-detail-section .aware-rfp-description-box .meta-company-name table tr,
.rfp-detail-section .aware-rfp-description-box .meta-company-name table td {
  display: block;
  width: 100%;
}
.rfp-detail-section .aware-rfp-description-box .meta-company-name b {

}
.df-project-tabs {
  margin-top: 20px;
}
.df-project-tabs .df-project-nav-item {
  margin: 0 24px;
}
.df-project-tabs .df-project-nav-item:first-child {
  margin-left: 0;
}
.df-project-tabs .df-project-nav-item:last-child {
  margin-right: 0;
}
.df-project-tabs .df-project-nav-item .df-project-nav-link {
  position: relative;
  width: auto;
  font-weight: 400;
  padding: 10px 0 20px 0;
  overflow: visible;
  font-family: "Open Sans";
}
.df-project-tabs .df-project-nav-item .df-project-nav-link.active {
  color: #2B1665;
  font-weight: 700;
  border-bottom: 0;
}
.df-project-tabs .df-project-nav-item .df-project-nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9050E9;
  background: linear-gradient(130deg, #32c5ff 20%, #b620e0 50%, #f7b500 80%);
}
.rfp-detail-section .rfp-overview-section ul li a {
  color: #2B1665;
  font-family: "Inter", sans-serif;
}
.rfp-detail-section .rfp-overview-section ul li a:hover {
  color: #7F1BA4;
}
.rfp-detail-section .df-proposal-counter-card .proposal-counter-outer-box {
  background: #ffff;
  padding: 0;
  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);
}
.rfp-detail-section .df-proposal-counter-card .proposal-counter-inner-box {
  background: #ffff;
  padding: 24px 42px;
}
.rfp-detail-section .df-proposal-counter-card.review-card .proposal-counter-inner-box {
  padding: 24px 30px 24px 40px;
}
.rfp-detail-section .df-proposal-counter-card .proposal-counter-inner-box h2 {
  font-size: 32px;
  color: #2B1665;
  line-height: 38px;
  border-bottom: 0;
  margin-bottom: 24px;
}
.rfp-detail-section .df-proposal-counter-card.review-card .proposal-counter-inner-box h2 {
  line-height: 48px;
  margin-bottom: 12px;
}
.rfp-detail-section .df-proposal-counter-card.review-card .proposal-counter-inner-box p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
  color:#212121;
}
.rfp-detail-section .df-proposal-counter-content-grid {
/*  gap: 4px 63px;*/
  margin: 24px 0 0 0;
}
.rfp-detail-section .df-proposal-counter-content-grid .flip-card {
  background: #ffff;
  box-shadow: 0 0 16px 0 rgba(244,248,255,0.5);
}
.rfp-detail-section .df-proposal-counter-content-grid .flip-card .top{
  background-color: #EEF3FB;
}
.rfp-detail-section .df-proposal-counter-content-grid .flip-card .bottom {
  /*height: 50%;
  background-color: #E4E2EA;*/
}
.rfp-detail-section .df-proposal-counter-content-grid .flip-card .top::before {
  border-bottom: 1px solid #D6DFEE;
}
.rfp-detail-section .df-proposal-counter-content-grid .flip-card::before, 
.rfp-detail-section .df-proposal-counter-content-grid .flip-card::after {
  background: #E4E2EA;
}
.rfp-detail-section .df-proposal-counter-content-grid .card-title {
  color: #2B1665;
}
.rfp-detail-section .df-proposal-counter-card .proposal-counter-inner-box > small {
  font-weight: 400;
  color: #2B1665;
}
.rfp-overview-section ul {
  padding-left: 0;
}
.rfp-overview-section ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.rfp-overview-section ul li span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01px;
  line-height: 29px;
  color: #9B9B9B;
}
.rfp-overview-section ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01px;
  line-height: 29px;
  color: #7F1BA4;
  padding: 4px 15px;
  border-radius: 19px;
  text-decoration: none;
  background-color: #E0E2F0;
  border: 1px solid #E0E2F0;
  transition: 0.3s ease-in-out;
}
.rfp-overview-section ul li a:hover {
    border: 1px solid #7F1BA4;
}
  /*RFP page end here*/
/* RFP Proposal Page*/
.df-project-complete-detail-section .prop-spec-content {
  padding: 18px 40px;
  
}

.df-project-complete-detail-section .rfp-spec-content {
  padding: 18px 60px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.rfp-detail-section .rfp-spec-content {
  padding: 18px 60px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.df-project-complete-detail-section .rfp-spec-grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.df-project-complete-detail-section .rfp-spec-grid .rfp-spec-box {
  display: block;
  height: 100%;
  padding: 10px;
  border-radius: 4px;
  background-color: #F1EFF8;
}
.df-project-complete-detail-section .rfp-spec-grid .full-width .rfp-spec-box span a{
  text-decoration: none;
  cursor: pointer;
 color:#7F1BA4;
}
.df-project-complete-detail-section .rfp-spec-grid .full-width {
  grid-column-start: 1;
  grid-column-end: 3;
}
.df-project-complete-detail-section .rfp-spec-grid .rfp-spec-box small {
  display: inherit;
  color: #666666;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 8px;
}
.df-project-complete-detail-section .rfp-spec-grid .rfp-spec-box span {
  color: #212121;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}
.df-project-complete-detail-section .rfp-spec-grid .rfp-spec-box span.submit {
  color: #8860D0;
  text-transform: uppercase;
}

.project-detail-overview ul {
  /*padding-left: 0;*/
}
.project-detail-overview ul li {
    /*display: inline-block;*/
}

.project-detail-overview ul li span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01px;
    line-height: 29px;
    color: #424242;
}

.project-detail-overview ul li span.lead-time {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01px;
    line-height: 29px;
    color: #9B9B9B;
    display: inline-block;
}

.project-detail-overview ul.rfp_tags li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.01px;
    line-height: 29px;
    color: #2B1665;
    padding: 4px 15px;
    border-radius: 19px;
    text-decoration: none;
    background-color: #E0E2F0;
    border: 1px solid #E0E2F0;
    transition: 0.3s ease-in-out;
}
.project-detail-overview ul.rfp_tags li a:hover {
    color: #7F1BA4;
    border: 1px solid #7F1BA4;
    text-decoration: none;
}
.project-detail-overview ul li a{
  text-decoration: none;
}

.project-detail-overview ul li a:hover {
  text-decoration: underline;

}
.df-project-complete-detail-section .rfp-guideline {
  display: flex;
  gap:30px;
}
.df-project-complete-detail-section .rfp-guideline .df-rfp-card {
  width: 440px;
  height: 100%;
}
.df-project-complete-detail-section .rfp-guideline .prp-content {
  width: calc(100% - 370px);
}

.df-project-complete-detail-section .prop-details-soon{
  display: flex !important;
  align-items: center;
  flex-direction: row;
  gap: 0 43px;
  padding: 30px 24px;
  background-color: #DEEAFF;
  border: 1px solid #4086FF;
  border-radius: 6px;
}

.df-project-complete-detail-section .prop-details-soon .soon-image{
  /*width: 200px*/
}
.df-project-complete-detail-section .prop-details-soon .soon-text {
  width: calc(100% - 219px);
}
.df-project-complete-detail-section .prop-details-soon .soon-text h3{
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 0 12px 0;
  color: #010004;
}
.df-project-complete-detail-section .prop-details-soon .soon-text p {
  margin-bottom: 0;
  text-align: left;
  line-height: 21px;
  font-size: 16px;
}

 /* adding new css */
 
/* CSS for both #progressModal and #progressModalTeam */

#progressModal .modal-dialog,
#progressModalTeam .modal-dialog {
  max-width: 680px;
}

#progressModal .modal-dialog .modal-header,
#progressModalTeam .modal-dialog .modal-header {
  /*padding: 22px 25px;
  justify-content: center;*/
  display: none;
}

#progressModal .modal-dialog .modal-header .modal-title,
#progressModalTeam .modal-dialog .modal-header .modal-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #212121;
}

#progressModal .modal-dialog .modal-body,
#progressModalTeam .modal-dialog .modal-body {
/*  padding: 20px 22px 66px 22px;*/
  text-align: center;
  padding: 56px;
}

#progressModal .modal-dialog .modal-body .spin,
#progressModalTeam .modal-dialog .modal-body .spin {
  position: unset;
  margin-bottom: 30px;
  border-top: 6px solid #4086ff;
  border-right: 6px solid #4086ff;
  border-bottom: 6px solid #4086ff;
  border-left: 6px solid transparent;
}

#progressModal .modal-dialog .modal-body p,
#progressModalTeam .modal-dialog .modal-body p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 0;
}
#progressModal .modal-header{
border-bottom: 0px;
}
#progressModal .modal-content-img{
text-align: center;
}
#progressModal .modal-content-img img{
height: 120px;
}
#progressModal h3{
  color: #211440;
  text-align: center;
  font-family: "DM Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 130%; 
  padding-top: 12px;
  padding-bottom: 8px;
  margin-bottom: 0;
}
#progressModal p{
  color:#2C2B2F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.df-confirmation-modal .modal-dialog {
  max-width: 800px;
}

#whitlist_notify .modal-dialog {
  max-width: 570px;
}

#whitlist_notify .contact_us {
  color: #9050E9;
  text-decoration: none;
}

#whitlist_notify .contact_us:hover {
  color: #9050E9;
}


.df-confirmation-modal .modal-dialog .modal-header {
  padding: 20px 30px;
}
.df-confirmation-modal .modal-dialog .modal-header .btn-close {
  opacity: 1;
}
.df-confirmation-modal .modal-dialog .modal-header .modal-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #212121;
}
.df-confirmation-modal .modal-dialog .modal-body {
  padding: 25px 30px 36px 30px;
}
.df-confirmation-modal .modal-dialog .modal-body .alert-box {
  background-color: #fdf3e5;
  border: 1px solid #f18d5a;
  border-radius: 2px;
  margin-top: 25px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
}
span.df-search-spinner i {
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
}
.df-search-spinner {
  position: absolute;
  right: 10px;
  top: 14px;
  font-size: 15p;
  display: none;
}
.df-search-spinner .fa.fa-spinner {
  font-size: 18px;
  opacity: 0.6;
}
.df-confirmation-modal.finsh_later_modal .modal-dialog .modal-body .alert-box {
  margin-top: 30px;
}
.df-confirmation-modal .modal-dialog .modal-body .alert-box .left-icon {
  width: 22px;
  margin-right: 16px;
}
.df-confirmation-modal .modal-dialog .modal-body .alert-box .right-description {
  width: calc(100% - 38px);
}
.df-confirmation-modal
  .modal-dialog
  .modal-body
  .alert-box
  .right-description
  p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 0;
  color: #666666;
}

.df-delete-team:hover{
  border: 2px solid #D0021B;
  border-radius: 3px;
  background: linear-gradient(180deg, #e67381 0%, #ff617c 100%);
  color: #fff;
}
.df-delete-team{
  border: 2px solid rgba(251, 207, 214, 0.4);
  background: linear-gradient(180deg, #E67381 0%, #FF617C 100%);
  color: #010004;
}
.df-confirmation-modal .modal-dialog .modal-body i {
  color: #666666;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.29px;
}
.df-confirmation-modal .modal-dialog .modal-footer {
  border-top: 0;
  padding: 30px 30px 40px 30px;
  justify-content: center;
}
.df-confirmation-modal .modal-dialog .modal-footer .df-cancel-btn {
  color: #9050E9;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 45px;
}
.aware-project-top-bar .df-submit-btn-box {
  position: absolute;
  top: 4px;
  right: 0px;
}
.aware-project-top-bar .df-submit-btn-box .submit-updates-btn,
.aware-project-top-bar .df-submit-btn-box .rfp-submit-updates-btn {
  padding: 13.5px 32px 13.5px 32px;
}
.cancel-edit-btn {
  color: #9050E9;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
}
section.gradient.p-b-none {
  padding-bottom: 0 !important;
}
.df-proposal-creation-section
  .proposal-setup-wrapper
  .proposal-setup-body
  .video-row {
  margin-top: 30px;
}

/* proposal project team css */
.msg-wrapper {
    color: #666666;
    font-size: 12px;
    letter-spacing: 0.39px;
    line-height: 16px;
    margin-top: 6px;
}
.msg-wrapper .hint-text {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
/*    padding-left: 17px;*/
}
.msg-wrapper .success {
    color: #00c48c;
    font-size: 12px;
    letter-spacing: 0.39px;
    line-height: 16px;
    margin-top: 6px;
    padding-left: 12px;
}
.msg-wrapper .error {
    color: #b00020;
    font-size: 12px;
    letter-spacing: 0.39px;
    line-height: 16px;
    margin-top: 6px;
    padding-left: 12px;
}
.df-proposal-creation-section .project-team-box {
    width: 925px;
    margin: 0 auto;
}
.df-proposal-creation-section .project-team-box .proposal-project-team-wrapper {
    /*border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.14), 0 1px 3px 0 rgba(0,0,0,0.2);*/
    border-radius: 12px;
    border: 2px solid #E4E9F2;
    background: #EEF3FB;
}
.df-proposal-creation-section .proposal-project-team-wrapper .proposal-project-team-header {
    padding: 32px 32px 0px 32px;
    border-bottom: 1px solid #F5F7F8;
}
.df-proposal-creation-section .proposal-project-team-wrapper h3 {
    letter-spacing: 0;
    margin-bottom: 0;
    color: #211440;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
}
.df-proposal-creation-section .proposal-project-team-body {
    padding: 15px 32px 46px 32px;
}
.df-proposal-creation-section .proposal-project-team-body p {
    margin-bottom: 36px;
    color: var(--Foundation-Grey-G100, #6C6B6D);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.df-proposal-creation-section .proposal-project-team-body .project-team-table {
  position: relative;
    width: 100%;
    border-spacing: 20px;
    margin-bottom: 86px;
}
.df-proposal-creation-section .proposal-project-team-body .project-team-table tbody {
    display: block;
    padding: 25px 85px;
    background-color: #F1F1F1;
    border: 1px solid #F6F6F6;
    border-radius: 4px;
    margin-bottom: 23px;
}
.df-proposal-creation-section .project-team-table tbody tr {
    display: block;
    width: 100%;
}
.df-proposal-creation-section .project-team-table tbody .pt-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.df-proposal-creation-section .project-team-table .default-team > tr:first-child {
    display: flex;
    flex-direction: column;
    gap: 0px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 32px;
}
.df-proposal-creation-section .project-team-table tbody .pt-group.align-center {
    align-items: center;
}
.df-proposal-creation-section .project-team-table tbody tr td {
    width: 100%;
    display: block;
}
.df-proposal-creation-section .project-team-table .profile-box {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.df-proposal-creation-section .project-team-table .profile-box .profile-img {
    width: 78px;
    height: 78px;
    margin-right: 8px;
}
.df-proposal-creation-section .project-team-table .profile-box .profile-img img {
    width: 100%;
    border-radius: 50%;
}
.df-proposal-creation-section .project-team-table .profile-box .profile-cont {
    width: calc(100% - 86px);
}
.df-proposal-creation-section .project-team-table .profile-box .profile-cont .name {
    margin-bottom: 0;
    color: var(--Foundation-Grey-G300, #010004);
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
}
.df-proposal-creation-section .project-team-table .profile-box .profile-cont .name.account-pending {
    color: rgba(155,155,155,0.87);
}
.df-proposal-creation-section .project-team-table .profile-box .profile-cont .photos-btns {
    margin-top: 12px;
}
.df-proposal-creation-section .project-team-table .profile-box .profile-cont .photos-btns #upload-profile-image {
    display: none;
}
.df-proposal-creation-section .project-team-table .profile-box .profile-cont .photos-btns .add-user-photo-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    color: #9050E9;
/*    padding: 10px 8px;*/
    padding: 8px 16px;
    border: 2px solid #9050E9;
    font-family: "Open Sans";
    border-radius: 3px;
    letter-spacing: 1.3px;
    text-transform: capitalize;
    margin-right: 20px;
}
.df-proposal-creation-section .project-team-table .profile-box .profile-cont .photos-btns .remove-profile-photo-btn {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.43px;
    line-height: 16px;
    color: #9050E9;
    font-family: "Open Sans";
    text-transform: capitalize;
    text-decoration: none;
}
.df-proposal-creation-section .project-team-table p {
    letter-spacing: 0.25px;
    margin-bottom: 32px;
    color: var(--Foundation-Grey-G100, #6C6B6D);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.df-proposal-creation-section .project-team-table .df-form-control {
    position: relative;
    width: 100%;
    border: 0;
    margin-bottom: 36px;
}
.df-proposal-creation-section .project-team-table label {
/*    position: absolute;*/
    font-family: inherit;
    line-height: 14px;
   /* padding: 0 4px;
    background: linear-gradient(to bottom, #F1F1F1 57%, #ffff 43%);*/
    top: -8px;
    left: 8px;
    z-index: 5;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    transition: all 0.2s ease-in-out;
}
.df-proposal-creation-section .project-team-table .field-input {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    z-index: 1;
    resize: none;
    width: 100%;
    height: 56px;
    padding: 12px 18px;
    border-radius: 4px;
    border: 1.5px solid #7F1BA4;
    color: #212121;
    background: #ffff;
    transition: all 0.2s ease-in-out;
}
.df-proposal-creation-section .project-team-table .field-input placeholder {
    color: rgba(0,0,0,0.87);
    opacity: 1;
}
.df-proposal-creation-section .project-team-table .field-input.disabled {
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
}
.df-proposal-creation-section .project-team-table .field-input.disabled::placeholder {
    color: rgba(0,0,0,0.87);
    opacity: 1;
}
.df-proposal-creation-section .project-team-table .field-input.df-textarea {
    height: 160px;
}
.df-proposal-creation-section .project-team-table .field-input.df-textarea::placeholder {
    color: #9B9B9B;
    opacity: 1;
}
.df-proposal-creation-section .project-team-table .members-display-order {
    display: flex;
    margin-bottom: 36px;
}
.df-proposal-creation-section .project-team-table .members-display-order .df-form-control {
    width: 110px;
    margin-right: 16px;
    margin-bottom: 0;
}
.df-proposal-creation-section .project-team-table .members-display-order .order-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: calc(100% - 126px);
    margin-top: auto;
}
.df-proposal-creation-section .project-team-table .members-display-order .order-buttons button {
    padding: 14px;
    border: 2px solid #9050E9;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.43px;
    line-height: 16px;
    text-align: center;
    color: #9050E9;
    text-transform: capitalize;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.df-form-control .team-role .in-team-role > .msg-wrapper{
    position: absolute;
    left: 80%;
    bottom: 70%;
}
.df-proposal-creation-section .project-team-table .members-display-order .order-buttons button.disabled {
    color: #CCCCCC;
    border: 2px solid #CCCCCC !important;

}
.df-proposal-creation-section .project-team-table .members-display-order .order-buttons button img {
    filter: invert(60%) sepia(52%) saturate(1334%) hue-rotate(359deg) brightness(103%) contrast(103%);
    width: 20px;
}
.df-proposal-creation-section .project-team-table .members-display-order .order-buttons button.disabled img {
    filter: invert(71%) sepia(96%) saturate(0%) hue-rotate(183deg) brightness(102%) contrast(81%);
}
.df-proposal-creation-section .project-team-table .members-display-order .order-buttons button span {
    display: block;
    margin-top: 5px;
}
.df-proposal-creation-section .project-team-table .members-display-order .order-buttons button.order-up img {
    transform: rotate(180deg);
}
.df-proposal-creation-section .project-team-table .member-delete-btn-box {
    margin-top: 5px;
    text-align: center;
}
.df-proposal-creation-section .project-team-table .member-delete-btn-box .member-delete-btn {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.43px;
    line-height: 16px;
    color: #D0021B;
    text-align: center;
    text-transform: uppercase;
}
.df-proposal-creation-section .project-team-table .member-delete-btn-box .member-delete-btn.disabled {
    color: #CCCCCC;
}
.df-proposal-creation-section .proposal-project-team-body .add-member-btn-box {
  margin: 16px 0 24px 0;
  text-align: center;
  position: absolute;
  bottom: -66px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-transform: uppercase;
  min-width: 450px;
  letter-spacing: 1.43px;
}
.df-proposal-creation-section .proposal-project-team-body .add-member-btn-box .add-member-btn {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.43px;
    line-height: 16px;
    color: #9050E9;
    font-family: Inter;
    padding: 17px 112px;
    border: 2px solid #9050E9;
    border-radius: 3px;
    background-color: #FFFFFF;
    text-transform: uppercase;
}
.df-proposal-creation-section .proposal-project-team-body .invite-member-box {
    margin-bottom: 36px;
}

/* View Job Board Card CSS */
.df-view-job-board-card {
    padding: 83px 23px;
    border-radius: 6px;
    background-color: #E8E2F6;
    box-shadow: 0 2px 4px 0 rgba(173,180,180,0.24);
    text-align: center;
}
.df-view-job-board-card svg {
    width: 120px;
    height: 110px;
    margin: 0 auto;
}
.df-view-job-board-card h3 {
    color: #2B1665;
    font-size: 24px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.52px;
    line-height: 32px;
    text-align: center;
    margin: 24px 0;
}
.df-view-job-board-card p {
    color: #010004;
    font-size: 20px;
    letter-spacing: -0.33px;
    line-height: 30px;
    margin-bottom: 36px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .button.compact-pad {
    margin-right: 0;
  }
  .deepfunding-navbar .navbar-nav .menu-item {
    margin-right: 20px;
  }
  .df-rfp-card .rfp-profile-box .meta-box .publish-date {
    font-size: 12px;
  }
  .df-signup-section .df-register-form {
    margin-top: 30px;
  }
   /* rfp ideas */
  .df-user-tab-card-entries {
    grid-template-columns: repeat(2, 1fr);
  }
  .df-user-profile-edit-btn {
    padding: 6px 10px;
  }
  /* teams */
  .df-user-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*.modal{
  background-color: rgba(0, 0, 0, 0.5);
}*/
@media (min-width: 320px) and (max-width: 1199.98px) {
  .df-proposal-creation-section
    .proposal-creation-container
    .creation-step-box {
    width: 100%;
  }
  .df-proposal-creation-section .proposal-content-box {
    width: 100%;
  }
  .df-proposal-creation-section .milestone-budget-box {
    width: 100%;
  }
  .df-proposal-creation-section .proposal-submition-box {
    width: 100%;
  }
  .mega-menu.main-mega-menu.dropdown_menu > ul {
    background-color: #ffff;
  }
  .mega-menu.main-mega-menu.dropdown_menu > a {
    height: auto;
    transition: 0.3s ease-in-out;
  }
  .mega-menu.main-mega-menu.dropdown_menu > a.active {
    color: #fd9542;
  }
  .mega-menu.main-mega-menu.dropdown_menu > a.active > span::before {
    top: 2px;
    transform: rotate(-45deg);
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul.single-menu {
    width: 260px;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul {
    width: 80%;
    margin: 0 auto;
    transform: scale(1);
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul li {
    margin-bottom: 0;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul li small {
    display: block;
    color: #666666;
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0 11px;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul li a {
    display: block;
    color: #7F1BA4;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.19px;
    height: auto;
    line-height: 28px;
    padding: 11px;
    border-radius: 6px;
    width: 100%;
    white-space: wrap;
    text-align: left;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul li a:hover {
    background-color: #EBDCF1;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul li a span {
    display: block;
    color: #424242;
    font-size: 12px;
    margin-top: 5px;
    line-height: 16px;
    font-family: "Open Sans";
    letter-spacing: 0;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul .no-gutters .col-12 {
    border-right: 1px solid #eee;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul .no-gutters .col-12:last-child {
    border-right: 0;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul .mega-menu-box {
    padding-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .df-proposal-creation-section
    .proposal-creation-container
    .creation-step-box
    .form-control {
    margin-bottom: 20px;
  }
  .df-proposal-creation-section
    .proposal-creation-container
    .creation-step-box
    .form-control.extra-margin {
    margin-bottom: 35px;
  }
  .df-proposal-creation-section
    .proposal-setup-wrapper
    .proposal-setup-body
    .txt {
    margin-bottom: 0;
  }
  .df-proposal-creation-section .milestone-table tbody {
    padding: 20px;
  }
  .df-proposal-creation-section
    .proposal-submition-wrapper
    .submittion-points
    .left-img {
    margin: 0 27px 0 0px;
  }
  .df-proposal-creation-section
    .proposal-submition-wrapper
    .submittion-points
    .right-points {
    width: calc(100% - 255px);
  }
}


@media (min-width: 320px) and (max-width: 767.98px) {
  .df-proposal-creation-section .proposal-creation-container #df-progressbar {
    width: 100%;
  }
  .df-proposal-creation-section .proposal-footer-buttons .finish-step-btn,
  .df-proposal-creation-section .proposal-footer-buttons .continue-btn,
  .df-proposal-creation-section .proposal-footer-buttons .previous-step-btn {
    margin: 0 15px;
  }
  .df-proposal-creation-section .milestone-table tbody tr td {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .df-proposal-creation-section .milestone-table tbody tr td:first-child {
    padding-right: 0;
  }
  .df-proposal-creation-section .milestone-table tbody tr td:last-child {
    margin-bottom: 0;
  }
  .df-proposal-creation-section
    .milestone-table
    tbody
    .df-form-control.df-deliverable {
    height: auto;
  }
  .df-proposal-creation-section
    .milestone-table
    tbody
    .df-form-control
    .df-deliverable-title,
  .df-proposal-creation-section
    .milestone-table
    tbody
    .df-form-control
    .df-deliverable-url {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .df-proposal-creation-section
    .milestone-table
    tbody
    tr.rg-actions
    td
    .remove__group {
    margin-bottom: 10px;
  }
  .df-proposal-creation-section .milestone-table tbody tr.rg-actions td .add__group {
    min-width: 100%;
  }
  .df-proposal-creation-section .proposal-submition-wrapper .submittion-points {
    flex-direction: column;
  }
  .df-proposal-creation-section
    .proposal-submition-wrapper
    .submittion-points
    .left-img {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .df-proposal-creation-section
    .proposal-submition-wrapper
    .submittion-points
    .left-img
    img {
    width: auto;
    height: auto;
  }
  .df-proposal-creation-section
    .proposal-submition-wrapper
    .submittion-points
    .right-points {
    width: 100%;
  }
  .df-proposal-creation-section .proposal-project-team-body .add-member-btn-box {
    min-width: 100%;
  }
  .df-rfp-card.df-rfp-card-update .rfp-header-box {
    padding: 12px 12px 46px 12px;
    height: 120px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-header-box h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-header-box .df-progress {
    bottom: 12px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-header-box .df-progress .df-progress-bar {
    height: 34px;
    padding: 6px 24px;
    line-height: 18px;
    font-size: 14px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-content-box {
    padding: 12px 12px 16px 12px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-spec-grid .rfp-spec-box {
    padding: 12px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-spec-grid .rfp-spec-box small {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
  }
  .df-rfp-card.df-rfp-card-update .rfp-spec-grid .rfp-spec-box span {
    font-size: 14px;
    line-height: 18px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-profile-box {
    padding: 0 12px 12px 12px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-profile-box .img-box {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-profile-box .meta-box {
    width: calc(100% - 38px);
    line-height: 14px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-profile-box .meta-box .author-name {
    font-size: 14px;
    line-height: 18px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-profile-box .meta-box .publish-date {
    font-size: 10px;
    line-height: 14px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-profile-box .right-cont button {
    font-size: 14px;
    padding-bottom: 2px;
  }
  .df-user-profile-input .df-password-popup{
    top: 72px;
    transform: none;
  }
  .df-password-popup .msg-wrapper .df-password-validation{
    font-size: 10px;
  }
  .df-password-popup .df-password-svg-wrapper{
    display: none;
  }
  /* new */
      .df-mail-modal-dialog{
        max-width: 95%;
      }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-expand-lg .navbar-toggler.extra-menu-toggler {
    margin-left: 0;
  }
  .deepfunding-navbar .button.on-dark-bordered {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .df-proposal-creation-section .proposal-footer-buttons .finish-step-btn {
    margin: 0 5px 10px 5px;
  }
  .df-proposal-creation-section .proposal-footer-buttons .continue-btn {
    margin: 0 5px 10px 5px;
  }
  .df-proposal-creation-section .proposal-footer-buttons .previous-step-btn {
    margin: 0 5px 10px 5px;
  }
  .df-proposal-creation-section
    .milestone-table
    tbody
    tr.rg-actions
    td
    .remove__group {
    padding: 17px 20px;
    margin: 0 0 10px 0;
  }
  .df-proposal-creation-section
    .milestone-table
    tbody
    tr.rg-actions
    td
    .add__group {
    padding: 17px 20px;
    margin: 0;
  }
  .df-confirmation-modal .modal-dialog .modal-body .alert-box {
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .df-pool-description .modal-dialog .modal-content {
    margin: 0 20px;
  }
} /* df-proposal-creation-section-end */ /* df-pool-description-start */
.df-pool-description .modal-dialog {
  max-width: 800px;
}
.df-pool-description .modal-dialog .modal-header {
  padding: 20px 30px;
}
.df-pool-description .modal-dialog .modal-header h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #212121;
}
.df-pool-description .modal-dialog .modal-header .btn-close {
  opacity: 1;
}
.df-pool-description .modal-dialog .modal-header .btn-close:focus {
  box-shadow: none;
}
.df-pool-description .modal-dialog .modal-body {
  padding: 20px 30px;
}
.df-pool-description .modal-dialog .modal-footer {
  justify-content: center;
}
.df-pool-description .modal-dialog .modal-footer .btn-close {
  width: auto;
  opacity: 1;
}
.df-pool-description .modal-dialog .modal-footer .btn-close:focus {
  box-shadow: none;
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .df-pool-description .modal-dialog .modal-header {
    padding: 20px;
  }
  .df-pool-description .modal-dialog .modal-body {
    padding: 20px;
  }
} /* df-pool-description-end */
.submission-mode-points {
  display: none;
}
ul.submission-mode-points.current-round {
  list-style: none;
}
.df-project-complete-detail-section .discussion-content-wrapper {
  width: 925px;
  margin: 0 auto;
}
.reply-option .reply-active {
  display: none; /* Initially hide the reply-active image */
}
.reply-option:hover .reply-active {
  display: inline-block; /* Show the reply-active image on hover */
}
.reply-option:hover .reply-inactive {
  display: none; /* Hide the reply-inactive image on hover */
}
.df-project-complete-detail-section
  .comment-box
  .comment-botm-side
  .reply-option:hover
  i,
.df-project-complete-detail-section
  .comment-box
  .comment-botm-side
  .reply-option:hover
  span {
  color: #9050E9;
}

.df-project-complete-detail-section .post-comment-area .profile-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.df-project-complete-detail-section
  .post-comment-area
  .profile-box
  .left-content {
  display: flex;
  align-items: center;
}
.df-project-complete-detail-section
  .post-comment-area
  .profile-box
  .left-content
  h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 0;
  letter-spacing: 0;
}
.df-project-complete-detail-section .post-comment-area .profile-box .img-box {
  width: 78px;
  height: 78px;
  margin-right: 8px;
}
.df-project-complete-detail-section
  .post-comment-area
  .profile-box
  .img-box
  img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.df-project-complete-detail-section
  .post-comment-area
  .profile-box
  .edit-btn-box
  .edit-btn {
  display: inline-block;
  color: #9050E9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-align: center;
  padding: 10px 12px;
  border: 2px solid #9050E9;
  border-radius: 3px;
  background-color: #ffffff;
  text-transform: uppercase;
  font-family: "Inter";
  text-decoration: none;
}
.df-project-complete-detail-section .post-comment-area .comment-type-area {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 36px;
}
.df-project-complete-detail-section
  .post-comment-area
  .comment-type-area
  textarea {
  height: 126px;
  width: 100%;
  border-radius: 4px 4px 0 0;
  padding: 12px 18px;
  resize: none;
}
.df-project-complete-detail-section
  .post-comment-area
  .comment-type-area
  textarea:focus-visible {
  outline: none;
}
.df-project-complete-detail-section
  .post-comment-area
  .comment-type-area
  textarea::placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.df-project-complete-detail-section
  .post-comment-area
  .comment-type-area
  .comment-post-area {
  border-top: 1px solid #cccccc;
  border-radius: 0 0 4px 4px;
  background-color: #fafafa;
  padding: 12px 18px;
}
.df-project-complete-detail-section
  .comment-type-area
  .comment-post-area
  .cancel-comment-btn {
  background-color: transparent;
  border: 0;
  color: #9050E9;
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-transform: uppercase;
  margin-left: 47px;
  text-decoration: none;
}
.df-project-complete-detail-section
  .comment-type-area
  .comment-post-area
  .post-comment-btn.disabled {
  background: #cccccc;
  color: #fff;
  cursor: default;
}
.df-project-complete-detail-section
  .comment-type-area
  .comment-post-area
  .cancel-comment-btn.disabled {
  color: #cccccc;
}
.df-project-complete-detail-section .sort-comments-box {
  margin-bottom: 36px;
}
.df-project-complete-detail-section .sort-comments-box .title {
  color: #9b9b9b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 6px;
}
.df-project-complete-detail-section .sort-comments-box .sort-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.df-project-complete-detail-section .sort-comments-box .sort-box .left-meta {
  display: flex;
  align-items: center;
}
.df-project-complete-detail-section .sort-comments-box .sort-box select {
  height: 48px;
  width: 238px;
  border: 1px solid #7f1ba4;
  border-radius: 6px;
  background-color: #ffffff;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  box-shadow: none;
}
.df-project-complete-detail-section .sort-comments-box .sort-box select option {
  font-weight: 400;
}
.df-project-complete-detail-section .sort-comments-box .sort-box .reset-btn {
  color: #cccccc;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}
.df-project-complete-detail-section
  .sort-comments-box
  .sort-box
  .reset-btn.disabled {
  color: #cccccc;
  cursor: default;
}
.df-project-complete-detail-section .sort-comments-box .sort-box span {
  color: #9b9b9b;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}
.df-project-complete-detail-section .comments-lists-wrapper .comments {
  padding-left: 0;
  list-style-type: none;
}
.df-project-complete-detail-section .comments-lists-wrapper .comment-box {
  display: flex;
  padding: 15px 22px 20px 15px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comment-box
  .vote-cell {
  display: flex;
  flex-direction: column;
  background-color: rgba(43, 22, 101, 0.05);
  height: 100px;
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
}
.df-vote-spinner {
  position: absolute;
  right: 10px;
  top: 38px;
  font-size: 15p;
  display: none;
}
span.df-vote-spinner i {
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
}
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comment-box
  .vote-cell
  .vote-up,
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comment-box
  .vote-cell
  .vote-down {
  padding: 6px 13px;
  border: 0;
  border-radius: 8px;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comment-box
  .vote-cell
  .vote-up.active {
  background-color: rgba(0, 196, 140, 0.2);
}
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comment-box
  .vote-cell
  .vote-up.active
  i {
  color: rgba(0, 196, 140, 1);
}
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comment-box
  .vote-cell
  .vote-down.active {
  background-color: rgba(43, 22, 101, 0.2);
}
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comment-box
  .vote-cell
  .vote-down.active
  i {
  color: rgba(43, 22, 101, 1);
}
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comment-box
  .vote-cell
  .vote-up:hover
  i,
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comment-box
  .vote-cell
  .vote-down:hover
  i {
  color: #9050E9;
}
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comment-box
  .vote-cell
  i {
  color: #2b1665;
  font-size: 20px;
}
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comment-box
  .vote-cell
  .vote-count {
  color: #2b1665;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
}
.df-project-complete-detail-section .comment-box .comment-meta {
  width: calc(100% - 61px);
}
.df-project-complete-detail-section .comment-box .comment-meta .profile-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.df-project-complete-detail-section
  .comment-box
  .comment-meta
  .profile-box
  .profile {
  display: flex;
  align-items: center;
}
.df-project-complete-detail-section
  .comment-box
  .comment-meta
  .profile-box
  .profile
  .img-box {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}
.df-project-complete-detail-section
  .comment-box
  .comment-meta
  .profile-box
  .profile
  .img-box
  img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.df-project-complete-detail-section
  .comment-box
  .comment-meta
  .profile-box
  .profile
  a {
  text-decoration: none;
}
.df-project-complete-detail-section
  .comment-box
  .comment-meta
  .profile-box
  .profile
  .name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: rgba(1, 0, 4, 0.87);
  margin: 0 12px 0 0;
}
.df-project-complete-detail-section
  .comment-box
  .comment-meta
  .profile-box
  .profile
  .post_author_badge {
  font-size: 10px;
  line-height: 11px;
  color: #9b9b9b;
  text-transform: uppercase;
}
.df-project-complete-detail-section
  .comment-box
  .comment-meta
  .profile-box
  .profile
  .date {
  color: #6e6e6e;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
}
.df-project-complete-detail-section
  .comment-box
  .comment-meta
  .profile-box
  .more-options
  i {
  font-size: 20px;
  color: #7f1ba4;
  cursor: pointer;
  padding: 0 10px;
}
.df-project-complete-detail-section
  .comment-box
  .comment-meta
  .profile-box
  .more-options
  i::after {
  content: none;
}
.df-project-complete-detail-section
  .comment-box
  .comment-meta
  .profile-box
  .dropdown-menu {
  position: absolute;
  inset: unset !important;
  transform: unset !important;
  top: 25px !important;
  right: 0 !important;
}
.df-project-complete-detail-section
  .comment-box
  .comment-meta
  .profile-box
  .dropdown-menu
  li:hover {
  background-color: rgba(43, 22, 101, 0.05);
}
.df-project-complete-detail-section
  .comment-box
  .comment-meta
  .profile-box
  .dropdown-menu
  li
  .dropdown-item:active {
  background-color: #9050E9;
}
.df-project-complete-detail-section .comment-box .comment-meta .text {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
.df-project-complete-detail-section .comment-box .comment-botm-side {
  display: flex;
  align-items: center;
}
.df-project-complete-detail-section
  .comment-box
  .comment-botm-side
  .reply-option {
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.df-project-complete-detail-section .comment-box .comment-botm-side a {
  text-decoration: none;
}
.df-project-complete-detail-section
  .comment-box
  .comment-botm-side
  .reply-option
  span {
  color: #7f1ba4;
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.43px;
  line-height: 16px;
  margin-left: 8px;
}
.comment-reply-section #respond {
  margin-top: 30px;
}
.df-project-complete-detail-section
  .comment-box
  .comment-botm-side
  .proposer-like {
  border-radius: 3px;
  color: #2b1665;
  font-family: Inter;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.39px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 4px 7px;
  background: #e4e2ea;
  border: 2px solid;
  border-image: linear-gradient(45deg, #8860d0, #32c5ff, #b620e0, #f7b500) 1;
} /*.df-project-complete-detail-section .comment-box .comment-botm-side .proposer-like::after {  content: "";  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  z-index: -1;  margin: -5px;  border-radius: inherit;  background-image: linear-gradient(45deg, #8860d0, #32c5ff, #b620e0, #f7b500);}*/
.df-project-complete-detail-section
  .comment-box
  .comment-botm-side
  .proposer-like
  i {
  font-size: 16px;
  margin-right: 5px;
}
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comments
  .comment
  .children {
  padding-left: 100px;
  list-style-type: none;
}
.df-project-complete-detail-section
  .comments-lists-wrapper
  .comments
  .comment
  .children
  .children {
  padding-left: 0;
}
.df-project-complete-detail-section
  .discussion-content-wrapper
  .load-more-comments-box {
  margin-top: 50px;
  text-align: center;
}
.df-project-complete-detail-section
  .discussion-content-wrapper
  .load-more-comments-box
  i {
  margin-right: 10px;
  animation: rotateSpinner 1.5s linear infinite;
}
@keyframes rotateSpinner {
  to {
    transform: rotate(360deg);
  }
}
.df-project-complete-detail-section
  .discussion-content-wrapper
  .login-signup-area {
  padding: 0 0 36px 0;
}
.df-project-complete-detail-section
  .discussion-content-wrapper
  .login-signup-area
  .description {
  max-width: 356px;
  margin: 0 auto;
  color: #666666;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33px;
  margin-bottom: 24px;
  text-align: center;
}
.df-project-complete-detail-section
  .discussion-content-wrapper
  .login-signup-area
  .button-wrapper {
  text-align: center;
}
.df-project-complete-detail-section
  .discussion-content-wrapper
  .login-signup-area
  .button-wrapper
  .button {
  margin: 0 16px;
}
.df-project-complete-detail-section
  .discussion-content-wrapper
  .login-signup-area
  .button-wrapper
  .log-in,
.df-project-complete-detail-section
  .discussion-content-wrapper
  .login-signup-area
  .button-wrapper
  .log-in:hover {
  background: transparent;
  color: #9050E9;
  border: 2px solid #9050E9;
  padding: 16px 32px 16px 32px;
}



/*login page new css*/
.left-side-links-section .section .section-title {
    display: flex;            
}
.left-side-text-login-wrapper {    
    margin-right: 126px;
}
.left-side-text-login {
  padding-top: 68px;
}
.left-side-text-login-wrapper .main-heading {
    text-align: left;
    margin-bottom: 20px;
}
.left-side-text-login-wrapper .main-heading .gradient-text {
    display: inline-block;
    font-size: 64px;
    font-weight: 700;
    line-height: 82px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #FF13EC 0%, #FFBB01 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.left-side-heading-desc {
    color: #F0F0F0;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 48px;
}
.left-side-links-section{        
    border-top: 1px solid #FFFFFF33;        
}

.section-title .title {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
}

.section-title .dash {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    margin: 0 12px;
}
   
.section .section-desc {
    color: rgba(255, 255, 255, 0.62);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    padding-top: 5px;
}

.left-side-links-section .section {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 24px;
    padding-top: 24px;
}

/* login right side form styling  */
/* .right-side-form-wrapper{
    margin-top: 49px;
} */

.right-side-form-wrapper #forget-btn-design{
    color: var(--Foundation-Indigo-I50, #F4EEFD);        
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    text-align: right;
    margin-bottom: 24px;
    margin-top: -18px;
}
.right-side-form-wrapper #forget-btn-design a{
    color: var(--Foundation-Indigo-I50, #F4EEFD);  
}

.login-form-cols-wrapper {
  padding-top: 49px;
}


/*register page new css*/
.register-form-cols-wrapper {
  padding-top: 44px;
}









.deepfunding-navbar .megamenu-main .auth-btn-lg {
  display: none;
}
.df-confirmation-modal.delete-account-modal
  .modal-dialog
  .modal-body
  .alert-box {
  margin-bottom: 0;
  margin-top: 30px;
}
button#delete_account_btn {
  background: transparent;
  border: none;
  color: #d0021b;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
button.btn.button.df-delete-account {
  background: #e67381;
}
.heading-forgot_password {
  display: none;
  margin-bottom: 8px;
  text-align: center;
}
.heading-forgot_password h1 {
  font-size: 32px;
} /*css cropper */
.cropper-img,
.img-preview {
  width: 100%;
  text-align: center;
  height: 344px;
}
.cropper-img img {
  max-width: 100%;
}
.zoom-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.zoom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.zoom-range:hover {
  opacity: 1;
}
.zoom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #7f40b9;
  cursor: pointer;
}
.zoom-range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04aa6d;
  cursor: pointer;
}
.profile-cont-img .photos-btns {
/*  margin-right: 27px;*/
  align-items: center;
  display: flex;
  flex-direction: revert;
  justify-content: center;
}
.profile-cont-img .add-photo-btn {
  width: 119px;
  margin-right: 27px;
}
.profile-cont-img .photos-btns .add-photo-btn::before {
  content: "add image";
  display: inline-block;
  color: #9050E9;
  background: transparent;
  border: 1px solid #9050E9;
  border-radius: 3px;
  padding: 7px 14px;
  line-height: 14px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.profile-cont-img .remove-photo-btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  color: #FFF;
}
.profile-cont-img .add-profile-photo-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  color: #9050E9;
  padding: 8px 16px;
  border: 2px solid #9050E9;
  border-radius: 3px;
  letter-spacing: 1.3px;
/*  text-transform: uppercase;*/
  margin-right: 20px;
  width: 130px;
  text-align: center;
  background: #fff;
}
.profile-cont-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.resume-action-modal .modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.resume-action-modal input {
  border-radius: 3px;
}
.resume-action-modal .modal-content {
  border-radius: 5px;
  border: none;
}
.resume-action-modal .modal-content .can-toggle {
  text-align: right;
}
.resume-action-modal .modal-header {
  border-radius: 4px 4px 0 0;
  padding: 20px 30px;
  border-bottom: 1px solid #e2e2e2;
}
.resume-action-modal .modal-header h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.36px;
}
.resume-action-modal .modal-header .close {
  /*color:#fff;   */
  opacity: 0.6;
}
.resume-action-modal .form-group {
  position: relative;
  overflow: hidden;
  clear: both;
}
.resume-action-modal .form-group label {
  font-weight: 500;
}
.resume-action-modal .form-group .toggle.btn-sm {
  min-width: 80px;
  min-height: 30px;
}
.resume-action-modal .form-group .select2-container {
  width: 100% !important;
}
.resume-action-modal .modal-content .modal-body {
  padding: 36px 56px;
}
.resume-action-modal .modal-content .modal-body .company-search-toggle {
  margin: 20px 0 10px 0;
  position: relative;
  overflow: hidden;
} /*.resume-action-modal .modal-content .modal-body .company-search-toggle .toggle-group label {    width:auto;    margin-bottom:0;}*/
.resume-action-modal .modal-content .modal-body textarea:focus {
  box-shadow: none;
  border-color: #ccc;
}
.resume-action-modal .modal-content .modal-footer .btn-default {
  margin-top: 0;
}
.resume-action-modal .modal-content .modal-footer {
  border-top: none;
  padding: 0 0 12px 0;
}
.resume-action-modal .modal-content .modal-footer .button {
  margin: 0 30px;
}
.resume-action-modal .modal-content .modal-footer .reset-cancel {
  color: #9050E9;
}
.image-upload-wrap .profile-cont-img .proposal-hero-image {
  width: auto;
}
.resume-action-modal .croppie-container .cr-slider-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 60px;
}
.resume-action-modal .croppie-container .cr-slider-wrap .zoom-out,
.resume-action-modal .croppie-container .cr-slider-wrap .zoom-in {
  cursor: pointer;
}
.resume-action-modal .croppie-container .cr-slider::-moz-range-thumb {
  background: #7f1ba4;
}
.resume-action-modal .croppie-container .cr-slider::-moz-range-track {
  background: #7f1ba4;
  border-radius: 6px;
} /*processModal*/
#processModal .modal-dialog {
  max-width: 350px;
  margin: 20px auto;
}
#processModal .modal-dialog .modal-header {
  padding: 22px;
  justify-content: center;
}
#processModal .modal-dialog .modal-header .modal-title {
  color: #212121;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.36px;
  line-height: 24px;
  text-align: center;
}
#processModal .modal-dialog .modal-body {
  padding: 36px 22px 28px 22px;
  text-align: center;
}
#processModal .modal-dialog .modal-body .modal-description {
  margin-bottom: 32px;
}
.df-project-complete-detail-section
  .discussion-content-wrapper
  .login-signup-area {
  padding: 0 0 36px 0;
}

.df-reviews-content-wrapper {
  margin: 0 auto;
  max-width: 925px;
}
.df-project-complete-detail-section
  .df-reviews-content-wrapper
  .login-signup-area {
  padding: 0 0 36px 0;
}
.df-project-complete-detail-section
  .df-reviews-content-wrapper
  .login-signup-area
  .description {
  max-width: 356px;
  margin: 0 auto;
  color: #666666;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33px;
  margin-bottom: 24px;
  text-align: center;
}
.df-project-complete-detail-section
  .df-reviews-content-wrapper
  .login-signup-area
  .button-wrapper {
  text-align: center;
}
.df-project-complete-detail-section
  .df-reviews-content-wrapper
  .login-signup-area
  .button-wrapper
  .button {
  margin: 0 16px;
}
.df-reviews-content-wrapper .heading-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  border-bottom: 1px solid #9a8eb8;
}
.df-reviews-content-wrapper .heading-box h2 {
  margin-bottom: 0;
  border-bottom: 0;
}
.df-reviews-content-wrapper .heading-box .peer-review-btn {
  padding: 8px 32px 7px 32px;
}
.df-reviews-content-wrapper .profile-box {
  display: flex;
  align-items: center;
}
.df-reviews-content-wrapper .profile-box .img-box {
  width: 78px;
  height: 78px;
}
.df-reviews-content-wrapper .profile-box .img-box img {
  width: 100%;
  border-radius: 50%;
  max-width: 100%;
}
.df-reviews-content-wrapper .profile-box h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 0 0 0 8px;
}
.df-reviews-content-wrapper .review-box {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  cursor: pointer;
}
.df-reviews-content-wrapper .review-box .review-rating {
  padding: 24px 17px;
  background-color: #fafafa;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 4px 4px 0 0;
}
.df-reviews-content-wrapper .review-box .review-rating span {
  margin-right: 8px;
  color: #858585;
}
.df-reviews-content-wrapper .review-box .review-rating i {
  font-weight: 500;
  color: #858585;
}
.df-reviews-content-wrapper .review-box .review-textarea textarea {
  background-color: #ffffff;
  padding: 15px 17px;
  height: 81px;
  width: 100%;
  resize: unset;
  cursor: pointer;
}
.df-review-modal .modal-body .field-container .tox-tinymce {
  border: 1px solid #7f1ba4;
  border-radius: 4px;
  height: 300px !important;
}
.df-reviews-content-wrapper .review-box .review-textarea textarea::placeholder {
  color: #9b9b9b;
}
.df-reviews-content-wrapper
  .review-box
  .review-textarea
  textarea:focus-visible {
  outline: none;
}
.df-reviews-content-wrapper .sort-comments-box {
  margin-top: 36px;
}
.df-reviews-content-wrapper .sort-comments-box.review-sorting {
  display: none;
}

.df-reviews-list-wrapper {
  padding-left: 0;
}
.df-reviews-list-wrapper > li {
  list-style-type: none;
   position: relative;
}
.df-review-box {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}

.df-review-box .df-review-meta {
  padding-top: 22px;
}

.profile-review-content {
  position: relative;
  height: auto;
  overflow: hidden;
  transition: height 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  padding: 20px;
  max-height: 181px;
}


.profile-review-content.profile-review-content-toggle {
  height: auto;
  max-height: none;
  padding-bottom: 30px;
}

.df-review-box.df-review-box-toggle .profile-review-content {
  height: 100%;
  height: auto;
  max-height: none;
  padding-bottom: 30px;
}

.profile-review-content .read-more-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #7f1ba4;
  font-family: "Open Sans";
  letter-spacing: 1.4px;
  padding: 35px 12px 17px; 
  margin-left: -20px;
  border: 0;
  border-radius: 0 0 4px 4px;
  text-decoration: none;
  background: linear-gradient( 180deg, rgba(255, 255, 255, 0.85) 0%, #fafafa 100% );
}
.profile-review-content.profile-review-content-toggle .read-more-btn {
  padding-top: 17px;
}

.df-review-box .vote-cell {
  display: flex;
  flex-direction: column;
  background-color: rgba(43, 22, 101, 0.05);
  height: 100px;
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
}
.df-review-box .vote-cell .vote-up,
.df-review-box .vote-cell .vote-down {
  padding: 6px 13px;
  border: 0;
  border-radius: 8px;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.df-review-box .vote-cell .vote-up.active {
  background-color: rgba(0, 196, 140, 0.2);
}
.df-review-box .vote-cell .vote-up.active i {
  color: rgba(0, 196, 140, 1);
}
.df-review-box .vote-cell .vote-down.active {
  background-color: rgba(43, 22, 101, 0.2);
}
.df-review-box .vote-cell .vote-down.active i {
  color: rgba(43, 22, 101, 1);
}
.df-review-box .vote-cell .vote-up:hover i,
.df-review-box .vote-cell .vote-down:hover i {
  color: #9050E9;
}
.df-review-box .vote-cell i {
  font-size: 20px;
  color: #2b1665;
}
.df-review-box .vote-cell .vote-count {
  color: #2b1665;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
}
.df-review-box .df-review-meta .profile-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.df-review-box .df-review-meta .profile-box .profile {
  display: flex;
  align-items: center;
}
.df-review-box .df-review-meta .profile-box .profile .img-box {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}
.df-review-box .df-review-meta .profile-box .profile .img-box img {
  width: 100%;
  height: 100%;
}
.df-review-box .df-review-meta .profile-box .profile .name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: rgba(1, 0, 4, 0.87);
  margin: 0 12px 0 0;
}
.df-review-box .df-review-meta .profile-box .profile .date {
  color: #6e6e6e;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
}
.df-review-box .df-review-meta .profile-box .more-options i {
  font-size: 20px;
  color: #7f1ba4;
  cursor: pointer;
  padding: 0 10px;
}
.df-review-box .df-review-meta .profile-box .more-options i::after {
  content: none;
}
.df-review-box .df-review-meta .profile-box .dropdown-menu {
  position: absolute;
  inset: unset !important;
  transform: unset !important;
  top: 25px !important;
  right: 0 !important;
}
.df-review-box .df-review-meta .profile-box .dropdown-menu li:hover {
  background-color: rgba(43, 22, 101, 0.05);
}
.df-review-box
  .df-review-meta
  .profile-box
  .dropdown-menu
  li
  .dropdown-item:active {
  background-color: #9050E9;
}
.df-review-box .df-review-meta h6 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 12px;
}
.df-review-box .df-review-meta p {
  color: #000;
  margin-bottom: 20px;
}
.df-review-box .df-review-meta p:last-child {
  margin-bottom: 0;
}
.df-review-box .df-rating-content {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 24px;
  width: fit-content;

}
.df-review-box .df-rating-content .overall-rating {
  text-align: center;
  margin-right: 14px;
}
.df-review-box .df-rating-content .overall-rating p {
  font-size: 16px;
  line-height: 22px;
  color: #858585;
  margin-bottom: 0;
}
.df-review-box .df-rating-content .overall-rating h3 {
  font-size: 48px;
  font-weight: 500;
  color: #212121;
  margin: 8px 0;
  line-height: 46px;
}
.df-review-box .df-rating-content .overall-rating i.fa-star {
  color: #ffc200;
}
.df-review-box .df-rating-content .overall-rating i.fa-star-o {
  color: #cccccc;
  font-weight: 500;
}
.df-review-box .df-rating-content .listed-rating {
  column-count: 1;
  text-align: right;
  list-style: none;
}
.df-review-box .df-rating-content .listed-rating li {
  display: block ruby;
  margin-left: 10px;
}
.df-review-box .df-rating-content .listed-rating .rating {
  display: flex;
  align-items: center;
}
.df-review-box .df-rating-content .listed-rating .rating span {
  color: #858585;
  margin-right: 8px;
}
.df-review-box .df-rating-content .listed-rating .rating i.fa-star {
  color: #ffc200;
  margin: 0 2px;
}
.df-review-box .df-rating-content .listed-rating .rating i.fa-star-o {
  color: #cccccc;
  font-weight: 500;
  margin: 0 2px;
}
.df-review-box .df-rating-content .listed-rating .rating strong {
  font-size: 22px;
  font-weight: 600;
  color: #212121;
  margin-left: 8px;
}
.df-review-box .owner-reply-option {
  display: none;
  text-align: center;
}
.df-review-box .owner-reply-option .owner-reply-btn {
  background-color: transparent;
  border: 0;
}
.df-review-box .owner-reply-option .owner-reply-btn.disabled img {
  filter: invert(100%) sepia(14%) saturate(0%) hue-rotate(291deg) brightness(105%) contrast(89%);
}
.df-review-box .owner-reply-option span {
  color: #7F1BA4;
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.43px;
  margin-left: 8px;
}
.df-review-box .owner-reply-option .owner-reply-btn.disabled span {
  color: #cccccc;
}

.community-rating-stats {
  display: none;
}

.df-rating-chart-box {
  border-radius: 4px;
  background-color: #ffffff;
  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-bottom: 24px;
}
.df-rating-chart-box .rating-chart-header {
  background-color: #fafafa;
  padding: 18px 20px;
  text-align: center;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #d8d8d8;
}
.df-rating-chart-box .rating-chart-header h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #2b1665;
  margin-bottom: 0;
/*  transition: 0.3s ease-in-out;*/
}
.df-rating-chart-box:hover .rating-chart-header h4 {
  color: #ffc200;
}
.df-rating-chart-box .rating-chart-header h4 img {
  margin-left: 4px;
/*  transition: 0.3s ease-in-out;*/
}
.df-rating-chart-box:hover .rating-chart-header h4 img {
  filter: invert(55%) sepia(52%) saturate(3334%) hue-rotate(359deg) brightness(103%) contrast(103%);
}
.df-rating-chart-box .rating-chart-body {
  padding: 18px 20px;
  text-align: center;
}
.df-rating-chart-box .rating-chart-body .rating-points {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 4.36px;
  line-height: 44px;
  color: #212121;
  margin-bottom: 0;
}
.df-rating-chart-box .rating-chart-body .rating {
  padding: 10px 0 0px 0;
}
.df-rating-chart-box .rating-chart-body .rating .fa-star {
  color: #ffc200;
}
.df-rating-chart-box .rating-chart-body .rating .fa-star-half-o {
  color: #ffc200;
}
.df-rating-chart-box .rating-chart-body .rating .fa-star-o {
  color: #cccccc;
  font-weight: 500;
}
.df-rating-chart-box .rating-chart-body .reviews {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 16px;
  color: #9b9b9b;
}
.df-rating-chart-box .rating-chart-body .rating-list {
  margin: 24px 0 0 0;
  padding-left: 0;
  list-style-type: none;
}
.df-rating-chart-box .rating-chart-body .rating-list li {
  margin-bottom: 10px;
}
.df-rating-chart-box .rating-chart-body .rating-list li:last-child {
  margin-bottom: 0px;
}
.df-rating-chart-box .rating-chart-body .rating-list li > div {
  display: flex;
  align-items: center;
}
.df-rating-chart-box .rating-chart-body .rating-list li > div span {
  font-size: 16px;
  color: #212121;
}
.df-rating-chart-box .rating-chart-body .rating-list li > div span i {
  font-size: 14px;
  margin-left: 5px;
}
.df-rating-chart-box .rating-chart-body .rating-list li > div .progress {
  width: 245px;
  height: 7px;
  margin: 0 15px 0 25px;
}
.df-rating-chart-box .rating-chart-body .rating-list li > div .progress-bar {
  background: linear-gradient(225deg, #32c5ff 0%, #b620e0 51.26%, #f7b500 100%);
}
.df-rating-chart-box .rating-chart-body .rating-list li > div small {
  font-size: 14px;
  color: #9b9b9b;
}
.df-rating-small-chart .rating-chart-header {
  padding: 18px 10px;
  position: relative;
}
.df-rating-small-chart .rating-chart-header i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
} /* df-review-modal css */
.df-review-modal .modal-dialog {
  margin-top: 86px;
  max-width: 800px;
}
.df-review-modal .modal-dialog .modal-header {
  padding: 20px 30px;
  border-bottom: 1px solid #e2e2e2;
}
.df-review-modal .modal-dialog .modal-header h3 {
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 24px;
}

.df-review-modal.df-feedback-modal .modal-dialog .modal-body p {
  color: #424242;
  font-size: 16px;
  letter-spacing: 0.29px;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 24px;
}
.df-feedback-modal .modal-dialog .modal-header h3{
  margin-left: -27px;
}
.df-feedback-modal .modal-body .select-choices{
  margin-top: 8px !important;
}

.df-review-modal .modal-dialog .modal-header h3 span {
  margin-right: 5px;
}
.df-review-modal .modal-dialog .modal-header .btn-close {
  opacity: 1;
}
.df-review-modal .modal-dialog .modal-header .btn-close:focus {
  box-shadow: none;
}
.df-review-modal .modal-dialog .modal-header .btn-close:focus-visible {
  outline: none;
}
.df-review-modal .modal-body {
  padding:  36px 56px;
}
.df-feedback-modal .modal-body {
  padding:  16px 56px 45px;
}
.df-review-modal .modal-body > span {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  color: #858585;
}
.df-review-modal .modal-body .profile-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.df-review-modal .modal-body .profile-box .left-cont {
  display: flex;
  align-items: center;
}
.df-review-modal .modal-body .profile-box .img-box {
  width: 76px;
  height: 76px;
  margin-right: 10px;
}
.df-review-modal .modal-body .profile-box .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  max-width: 100%;
}
.df-review-modal .modal-body .profile-box h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
}
.df-review-modal .modal-body .profile-box .edit-profile-btn {
  font-size: 16px;
  font-weight: 600;
  color: #9050E9;
  text-transform: uppercase;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-align: center;
  padding: 9px 12px;
  border: 2px solid #9050E9;
  border-radius: 3px;
  font-family: Inter;
}
.df-review-modal .modal-body .overall-rating-box {
  display: flex;
  /*align-items: center;*/
  margin-bottom: 0px;
}
.df-review-modal .modal-body .overall-rating-box .left-meta {
  margin-right: 100px;
}
.df-review-modal .modal-body .overall-rating-box .left-meta span {
  color: #9b9b9b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 6px;
}
.df-review-modal .modal-body .overall-rating-box .df-proposal-field-tooltip .df-proposal-field-tooltiptext{
  font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    /*visibility: hidden;*/
    width: max-content;
    max-width: 374px;
    background-color: #747474;
    color: #fff;
    text-align: left;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 4px;
    text-transform: initial;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.df-review-modal .modal-body .overall-rating-box .left-meta span.error {
  color: #b00020;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.df-review-modal .modal-body .overall-rating-box .left-meta .rating > div {
  display: flex;
  align-items: center;
}
.df-review-modal
  .modal-body
  .overall-rating-box
  .left-meta
  .rating
  > div
  .star-count {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 16px;
  color: #212121;
  margin: 0 0 0 10px;
}
.df-review-modal .modal-body .overall-rating-box .left-meta .rating strong {
  display: none;
}
.df-review-modal
  .modal-body
  .overall-rating-box
  .left-meta
  .rating
  .fas.fa-star {
  color: #9050E9;
  margin-right: 3px;
  font-size: 20px;
}
.df-review-modal
  .modal-body
  .overall-rating-box
  .left-meta
  .rating
  .far.fa-star {
  font-weight: 500;
  color: #cccccc;
  font-size: 20px;
  margin-right: 3px;
}
.show-review-info {
  cursor: pointer;
}
.show-review-info2 {
  cursor: pointer;
}
.df-review-modal .modal-body .overall-rating-box .left-meta .rating input {
  width: 0;
}
.df-review-modal .modal-body .overall-rating-box .left-meta .rating strong {
  font-size: 24px;
  margin-left: 5px;
  font-weight: 600;
}
.df-review-modal .modal-body .overall-rating-box .right-meta {
  display: flex;
  align-items: center;
}
.df-review-modal .modal-body .overall-rating-box .right-meta span {
  font-size: 18px;
  color: #7f1ba4;
  font-family: Inter;
  margin-left: 10px;
}
.df-review-modal .modal-body .listed-rating-list {
  /*margin-bottom: 30px;
  padding: 0;
  margin-bottom: 0;
  column-count: 2;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Distribute items evenly */
  margin-bottom: 30px;
  padding: 0;
}
.df-review-modal .modal-body .listed-rating-list li {
  /*display: inline-block;
  margin-bottom: 47px;*/
  flex: 1 1 calc(50% - 20px);
  display: inline-block;
  margin-bottom: 47px;
  box-sizing: border-box;
}
.df-review-modal .modal-body .listed-rating-list li span {
  color: #9b9b9b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.heading-box .show-review-info {
  color: #7F1BA4;
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px;
}
.df-reviews-content-wrapper .heading-box .show-review-info {
  margin-bottom: 0;
  display: inline-block;
  margin-left: 36px;
}
.df-reviews-content-wrapper .heading-box .show-review-info img {
  margin-right: 10px;
}
.df-review-modal .modal-body .listed-rating-list li span.error {
  color: #b00020;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.df-review-modal .modal-body .listed-rating-list li .rating {
  margin-top: 8px;
}
.df-review-modal .modal-body .listed-rating-list li .rating .review {
  display: flex;
  align-items: center;
}
.df-review-modal .modal-body .listed-rating-list li .rating .star-count {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 16px;
  color: #212121;
  margin: 0 0 0 10px;
}
.df-review-modal .modal-body .listed-rating-list li .rating strong {
  display: none;
}
.df-review-modal .modal-body .listed-rating-list li .rating input {
  display: none;
}
.df-review-modal .modal-body .listed-rating-list li .rating .fas.fa-star {
  color: #9050E9;
  font-size: 20px;
}
.df-review-modal .modal-body .listed-rating-list li .rating .far.fa-star {
  color: #cccccc;
  font-size: 20px;
}
.df-review-modal .modal-body .field-container {
  margin-bottom: 20px;
 
}
.df-review-modal .modal-body .select-choices {
  margin-top: 30px;
 width: 330px;
}

#peer-review-modal .modal-body .field-container.message-div {
  display: none;
}
.df-review-modal .modal-body .field-container .form-control {
  position: relative;
  width: 100%;
  height: 56px;
  border: 0;
}


.alert-box.rating-warning {
  background-color: #fdf3e5;
  border: 1px solid #f18d5a;
  border-radius: 2px;
  margin-top: 25px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
}

.alert-box.rating-warning .left-icon {
  width: 22px;
  margin-right: 16px;
}

.alert-box.rating-warning .right-description {
  width: calc(100% - 38px);
}

.alert-box.rating-warning .right-description p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 0;
  color: #666666;
}


.counter_btns {
  margin-left: 10px;
}

.counter_btns button {
  color: #7F1BA4;
  background: transparent;
  border: 2px solid #7F1BA4;
  border-radius: 3px;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 7px;
  font-weight: 700;
  font-family: Inter;
}

.counter_btns button:disabled {
  color: #cccccc; 
  border-color: #cccccc; 
  cursor: not-allowed; 
}


.df-review-modal .modal-body .field-container .df-textarea .mce-tinymce {
  border-radius: 4px;
  overflow: hidden;
  border: 0 solid #7f1ba4;
}

.df-review-modal .modal-body .field-container .form-input,
.df-review-modal .modal-body .field-container textarea,
.df-feedback-modal .modal-body .field-container select
 {
  position: absolute;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 56px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1.5px solid #7f1ba4;
  color: #212121;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease-in-out;
 }
.df-review-modal .modal-body .field-container .form-input:focus-visible,
.df-review-modal .modal-body .field-container textarea:focus-visible {
  outline: none;
}
.df-review-modal .modal-body .field-container .form-label {
  position: absolute;
  font-family: inherit;
  line-height: inherit;
  padding: 0 4px;
  background: #ffff;
  top: -12px;
  left: 16px;
  z-index: 5;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  transition: all 0.2s ease-in-out;
}
.df-review-modal .modal-body .field-container .msg-wrapper {
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.39px;
  line-height: 16px;
  margin-top: 6px;
  padding-left: 12px;
}
.msg-wrapper {
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.39px;
  line-height: 16px;
  margin-top: 6px;
  /* padding-left: 12px; */
}
.df-review-modal .modal-body .field-container .form-floating span {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 12px;
  display: inline-block;
}
.df-review-modal .modal-body .field-container .form-floating textarea {
  position: unset;
  width: 100%;
  height: 200px;
}
.df-review-modal .modal-body .modal-button-box {
  margin-top: 36px;
  text-align: center;
}
.df-review-modal .modal-body .modal-button-box .button {
  margin: 0 30px;
}
.df-review-modal .modal-body .modal-button-box .submit-btn {
  padding: 18px 33px 18px 33px;
}
.df-review-modal .modal-body .modal-button-box .cancel-btn {
  background: transparent;
  color: #9050E9;
  padding: 0;
  border: 0;
  text-transform: uppercase;
}
.df-feedback-modal .modal-body .field-container {
  margin-bottom: 30px;
}
.df-feedback-modal .modal-body .select-choices {
  position: relative;
}
.df-feedback-modal .modal-body .select-choices::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, transparent 50%, #444 50%);
  z-index: 1;
  transform: rotate(135deg);
}
/* Owner reply */
.review-owner-reply-section .field-container .df-textarea{
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 36px;
  border: 1px solid #7F1BA4;
  border-radius: 4px;
}
.review-owner-reply-section .field-container .df-textarea .tox-tinymce {
  border-radius: 4px 4px 0 0;
  border: 0;
}
.review-owner-reply-section .field-container .df-textarea .review-reply-post{
  border-top: 1px solid #cccccc;
  border-radius: 0 0 4px 4px;
  background-color: #fafafa;
  padding: 12px 18px;
}
.review-owner-reply-section .field-container .df-textarea .review-reply-post .cancel-owner-reply-button,
.review-owner-reply-section .field-container .df-textarea .review-reply-post .cancel-owner-reply-button:hover {
  background: transparent;
  color: #9050E9;
  text-transform: uppercase;
}
.df-review-box .add-reply-bottom-side{
  display: flex;
  align-items: center;
  justify-content: center;
}
.df-review-box .add-reply-bottom-side a{
  text-decoration: none;
}
.df-review-box .add-reply-bottom-side .reply-option {
  margin-right: 24px;
    display: flex;
    align-items: center;
}
.df-review-box .add-reply-bottom-side .reply-option span
{
  color: #7f1ba4;
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.43px;
    line-height: 16px;
    margin-left: 8px;
}
.df-review-box
.add-reply-bottom-side
.add-reply-bottom-side
.review-reply-link
.reply-option:hover
  i,
.df-review-box
.add-reply-bottom-side
.add-reply-bottom-side
.review-reply-link
  .reply-option:hover
  span {
  color: #9050E9;
}
.df-review-box .df-review-meta .read-reply-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #7f1ba4;
    font-family: "Open Sans";
    letter-spacing: 1.4px;
    padding: 12px;
    margin-left: -20px;
    border: 0;
    border-radius: 0 0 4px 4px;
    text-decoration: none;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.85) 0%, #fafafa 100% );
}
.df-review-box .df-review-meta .show_owner_reply  small {
  font-size: 10px;
  line-height: 14px;
  color: #9b9b9b;
  text-transform: uppercase;
  position: absolute;
  bottom: 15%;
  width: 100%;
  left: 10%;
  top: 36%;
}

.show_owner_reply {
  position: relative;
}



 /* df-peer-review css */
.df-peer-review-box {
  margin: 30px 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.df-peer-review-box .peer-review-header {
  position: relative;
  background-color: #fafafa;
  border-radius: 4px 4px 0 0;
  padding: 18px 20px;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
}
.df-peer-review-box .peer-review-header .action_container {
  top: 16px;
  right: 20px;
}
.df-peer-review-box .peer-review-header .action_container .button {
  padding: 7px 32px 8px 32px;
}

.df-review-box .expert-review-header {
  position: relative;
  background-color: #fafafa;
  border-radius: 4px 4px 0 0;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
}



.df-peer-review-box .peer-review-header h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b1665;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
}

.df-review-box .expert-review-header h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b1665;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
}
.df-peer-review-box .peer-review-header h3 img {
  margin-left: 12px;
}
.df-peer-review-box .peer-review-header i.kebab-menu {
  position: absolute;
  right: 25px;
  color: #7f1ba4;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.df-peer-review-box .peer-review-body {
  position: relative;
  padding: 20px;
  /*height: 155px;*/
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.df-peer-review-box .peer-review-body-toggle {
  height: 100%;
}
.df-peer-review-box .df-rating-content {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 24px;
}
.df-peer-review-box .df-rating-content .overall-rating {
  text-align: center;
  margin-right: 14px;
}
.df-peer-review-box .df-rating-content .overall-rating p {
  font-size: 16px;
  line-height: 22px;
  color: #858585;
  margin-bottom: 0;
}
.df-peer-review-box .df-rating-content .overall-rating h3 {
  font-size: 48px;
  font-weight: 500;
  color: #212121;
  margin: 8px 0;
  line-height: 46px;
  letter-spacing: 4.36px;
  display: inline-block;
  vertical-align: middle;
}
.df-peer-review-box .df-rating-content .overall-rating img {
  width: 35px;
  height: 35px;
}
.df-peer-review-box .df-rating-content .overall-rating .rating img {
  width: 24px;
  height: 24px;
}
.df-peer-review-box .df-rating-content .overall-rating i.fa-star {
  color: #ffc200;
}
.df-peer-review-box .df-rating-content .overall-rating i.fa-star-o {
  color: #cccccc;
  font-weight: 500;
}
.df-peer-review-box .df-rating-content .listed-rating {
  column-count: 1;
  text-align: right;
  list-style: none;
}
.df-peer-review-box .df-rating-content .listed-rating li {
  display: block ruby;
  margin-left: 10px;
}
.df-peer-review-box .df-rating-content .listed-rating .rating {
  display: flex;
  align-items: center;
}
.df-peer-review-box .df-rating-content .listed-rating .rating span {
  color: #858585;
  margin-right: 8px;
}
.df-peer-review-box .df-rating-content .listed-rating .rating i.fa-star {
  color: #ffc200;
  margin: 0 2px;
}
.df-peer-review-box .df-rating-content .listed-rating .rating i.fa-star-o {
  color: #cccccc;
  font-weight: 500;
  margin: 0 2px;
}
.df-peer-review-box .df-rating-content .listed-rating .rating strong {
  font-size: 22px;
  font-weight: 600;
  color: #212121;
  margin-left: 8px;
}
.df-peer-review-box .peer-review-body h6 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.df-peer-review-box .peer-review-body p {
  color: #000;
}
.df-peer-review-box .peer-review-body .read-more-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #7f1ba4;
  font-family: "Open Sans";
  letter-spacing: 1.4px;
  padding: 12px;
  margin-left: -20px;
  border: 0;
  border-radius: 0 0 4px 4px;
  text-decoration: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.85) 0%,
    #fafafa 100%
  );
}
.df-peer-review-box .peer-review-body .read-more-btn i {
  margin-left: 10px;
} 
.df-reviews-content-wrapper .no_review_allowed p {
  text-align: center;
  font-size: 24px;
  width: 400px;
  margin: 0 auto;
  color: #777;
  line-height: 36px;
}
/* fd-project-status-content-css */
.df-project-complete-detail-section .aware-status-report-box .show-all-btn-box {
  margin-top: 36px;
  text-align: center;
  margin-bottom: 48px;
}
.show-all-btn-box {
  margin-top: 36px;
  text-align: center;
  margin-bottom: 48px;
}
.fd-project-status-content {
  margin-bottom: 48px;
}
.fd-project-status-content .project-status-detail {
  background-color: #ffff;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 24px;
}
.fd-project-status-content .project-status-detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
.fd-project-status-content .project-status-detail ul li span sub {
  font-size: 16px;
  line-height: 22px;
  color: #858585;
  bottom: 0;
}
.fd-project-status-content .project-status-detail ul li h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #212121;
  margin: 5px 0 0 0;
}
.fd-project-status-content .project-status-detail ul li > span {
  color: #858585;
  font-size: 16px;
  line-height: 22px;
}
.fd-project-status-content .project-status-detail ul li h4 span {
  margin-left: 5px;
  font-weight: 400;
}
.fd-project-status-content .project-status-detail ul li h4.complete {
  color: #00c48c;
}
.fd-project-status-content .project-status-detail ul li h4.incomplete {
  color: #6236ff;
}
.project-funding-schedule {
  width: 688px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #ffff;
  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);
}
.project-funding-schedule .project-schedule-header {
  position: relative;
  background-color: #fafafa;
  padding: 0 20px;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #d8d8d8;
}
.project-funding-schedule .project-schedule-header h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #212121;
  margin-bottom: 0;
  text-align: center;
}
.project-funding-schedule .project-schedule-header a {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #9050E9;
  font-weight: 600;
  text-decoration: none;
}
.project-funding-schedule .project-schedule-body {
  position: relative;
  padding-bottom: 50px;
  max-height: 202px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.project-funding-schedule .schedule-body-toggle {
  max-height: 100% !important;
}
.project-funding-schedule .project-schedule-body table tr {
  border-bottom: 1px solid #d8d8d8;
}
.project-funding-schedule .project-schedule-body table td {
  width: 20%;
  padding: 8px 0;
}
.project-funding-schedule .project-schedule-body table td:first-child {
  width: 30%;
}
.project-funding-schedule .project-schedule-body table td .milestone {
  font-size: 18px;
  line-height: 24px;
  color: #212121;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 20px;
}
.project-funding-schedule .project-schedule-body table td strong {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding-left: 6px;
}
.project-funding-schedule .project-schedule-body table td strong.budget {
  color: #666666;
}
.project-funding-schedule .project-schedule-body table td strong.complete {
  color: #00c48c;
}
.project-funding-schedule .project-schedule-body table td strong.incomplete {
  color: #6236ff;
}
.project-funding-schedule .project-schedule-body table td span {
  font-size: 16px;
  line-height: 20px;
  padding-left: 30px;
}
.project-funding-schedule .project-schedule-body .view-more-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #7f1ba4;
  font-family: "Open Sans";
  letter-spacing: 1.4px;
  padding: 17px;
  border: 0;
  border-radius: 0 0 4px 4px;
  text-decoration: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.85) 0%,
    #fafafa 100%
  );
}
.df-project-services-sidebar p {
  text-align: center;
  color:#666666;
}
.df-project-services-sidebar .project-services-card {
  display: block;
  padding: 20px;
  border-radius: 6px;
  background-color: #ffffff;
  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-bottom: 24px;
  cursor: pointer;
}
.df-project-services-sidebar .project-services-card span {
  color: #858585;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 24px;
}
.df-project-services-sidebar .project-services-card h4 {
  color: #2b1665;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 12px 0 16px 0;
}
.df-project-services-sidebar .project-services-card a {
  font-size: 16px;
  color: #9050E9;
  font-weight: 600;
  text-decoration: none;
} /*star rating*/ /*! * bootstrap-star-rating v4.0.3 * http://plugins.krajee.com/star-rating * * Author: Kartik Visweswaran * Copyright: 2013 - 2017, Kartik Visweswaran, Krajee.com * * Licensed under the BSD 3-Clause * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md */
.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff; /*  background: transparent url('../images/rating-loading.gif') top left no-repeat;*/
  border: none;
} /* * Stars & Input */
.rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.rating-container .rating-input {
  position: absolute;
  cursor: pointer;
  width: auto;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.rating-disabled .rating-input,
.rating-disabled .rating-stars {
  cursor: not-allowed;
}
.rating-container .star {
  display: inline-block;
  margin: 0 3px;
  text-align: center;
}
.rating-container .empty-stars {
  color: #aaa;
}
.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #fde16d;
  white-space: nowrap;
  overflow: hidden;
}
.rating-rtl {
  float: right;
}
.rating-animate .filled-stars {
  transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
}
.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}
.rating-rtl.is-star .filled-stars {
  right: 0.06em;
}
.rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em;
} /** * Sizes */
.rating-xl {
  font-size: 4.89em;
}
.rating-lg {
  font-size: 3.91em;
}
.rating-md {
  font-size: 3.13em;
}
.rating-sm {
  font-size: 2.5em;
}
.rating-xs {
  font-size: 2em;
}
.rating-xl {
  font-size: 4.89em;
} /** * Clear */
.rating-container .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
}
.clear-rating-active {
  cursor: pointer !important;
}
.clear-rating-active:hover {
  color: #843534;
}
.rating-container .clear-rating {
  padding-right: 5px;
} /** * Caption */ /* extend support to BS4 */
.rating-container .caption .label {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 3px;
  font-weight: 400;
}
.rating-container .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
}
.rating-container .caption {
  margin-left: 5px;
  margin-right: 0;
}
.rating-rtl .caption {
  margin-right: 5px;
  margin-left: 0;
} 
.df-proposal-field-tooltip {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.milestone-tooltip {
  margin-left: 10px;
}

.df-proposal-field-tooltip:hover {
  cursor: pointer;
}
.df-proposal-field-tooltip img {
  margin-top: -3px;
}
.df-proposal-field-tooltip:hover img {
  filter: invert(0%) sepia(52%) saturate(1334%) hue-rotate(359deg) brightness(103%) contrast(103%);
}
.df-proposal-field-tooltip .df-proposal-field-tooltiptext {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  visibility: hidden;
  width: max-content;
/*  min-width: 210px;*/
  max-width: 374px;
  background-color: #747474 ;
  color: #fff;
  text-align: left;
  padding: 15px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 4px;
  text-transform: initial;
  box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.df-proposal-field-tooltip:hover .df-proposal-field-tooltiptext {
  visibility: visible;
}

.hide-area
{
  display: none;
}
#revenue_mode_field
{
  border: 1px solid #7f1ba4;
}
.rev_select
{
  border: 1px solid #7f1ba4 !important;
}

/* rfp-preview-modal-start */
.rfp-preview-modal .modal-header {
    padding: 25px 32px; 
    border-bottom: 1px solid #E2E2E2;
}
.rfp-preview-modal .modal-header h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 24px;
    color: #212121;
}
.rfp-preview-modal .modal-header .btn-close {
    opacity: 1;
}
.rfp-preview-modal .modal-header .btn-close:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239050E9'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.rfp-preview-modal .modal-header .btn-close:focus {
    box-shadow: none;
}
.rfp-preview-modal .modal-body {
    padding: 18px 32px 46px 32px;
}
.rfp-preview-modal .modal-body .author-box {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
}
.rfp-preview-modal .modal-body .author-box .img-box {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.rfp-preview-modal .modal-body .author-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.rfp-preview-modal .modal-body .author-box .meta-box .author-name {
    color: #7F1BA4;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 6px;
    font-family: "Inter", sans-serif;
}
.rfp-preview-modal .modal-body .author-box .meta-box .designation {
    display: block;
    color: #9B9B9B;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 12px;
    font-family: "Open Sans";
    text-transform: uppercase;
}
.rfp-preview-modal .modal-body .rfp-prop-rating{
  color: #858585;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 19px;
    font-family: "Inter", sans-serif;
    margin-bottom: 16px;
}
.rfp-preview-modal .modal-body .rfp-expert-rating{
  display: flex;
  align-items: center;
}
.rfp-preview-modal .modal-body .rfp-expert-rating .no-rating{
  font-size: 22px;
  line-height: 16px;
  font-weight: 600;
  margin-left: 16px;
  letter-spacing: 2px;
}
.rfp-preview-modal .modal-body h1 {
    color: #010004;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.67px;
    line-height: 48px;
    margin-bottom: 24px;
    text-transform: none;
    max-width: 800px;
}
.rfp-preview-modal .modal-body .df-progress {
    position: relative;
   /* height: 28px;
    border-radius: 25px;
    background-color: #cccccc;
    margin-bottom: 30px;
    width: 320px;*/
    width: auto;
    height: 40px;
    /*position: absolute;*/
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.rfp-preview-modal .modal-body .df-progress .df-progress-bar {
    /*background-color: #7F1BA4;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 28px;
    padding-left: 16px;
    text-align: center;
    text-shadow: 0 0 1px rgba(0,0,0,0.25);*/
    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";
}
.rfp-preview-modal .modal-body .df-progress .expire-date {
    position: absolute;
    right: 13px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.15px;
    line-height: 28px;
    text-shadow: 0 0 1px rgba(0,0,0,0.25);
}
.rfp-preview-modal .modal-body .prop-tags ul{
  padding-left: 0;
  }
.rfp-preview-modal .modal-body ul{
  padding-left: 0;
  }
  
.rfp-preview-modal .modal-body ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.rfp-preview-modal .modal-body ul li span {
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    letter-spacing: -0.01px;
    line-height: 29px;
    color: #9B9B9B;
}
.rfp-preview-modal .modal-body ul li a {
  font-family: "Inter", sans-serif;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.01px;
    line-height: 29px;
    color: #2B1665;
    padding: 4px 15px;
    border-radius: 19px;
    text-decoration: none;
    background-color: #E0E2F0;
    border: 1px solid #E0E2F0;
    transition: 0.3s ease-in-out;
}
.rfp-preview-modal .modal-body ul li a:hover {
    border: 1px solid #7F1BA4;
    color: #7F1BA4;
    text-decoration: none;
}
.rfp-preview-modal .modal-body p {
    color: #424242;
    margin-top: 20px;
}
.rfp-preview-modal .modal-body .buttons-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 24px;
    margin-top: 48px;
}
.rfp-preview-modal .modal-body .buttons-box .close-btn {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.43px;
    font-family: "Inter", sans-serif;
    line-height: 16px;
    color: #9050E9;
    padding: 0;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
}

.rfp-preview-modal .modal-body .expert-rating {
    display: flex;
    gap:15px;
}
.rfp-preview-modal .modal-body .expert-rating .rating {
  width: 200px;
}
.rfp-preview-modal .modal-body .expert-rating .prop-tags {
  width: calc(100% - 215px);
}

/* rfp-preview-modal-end */


/* shareprofile-modal start*/
.df-share-modal-dialog {
  max-width: 456px !important;
}
.df-share-modal-close{
  width: 32px !important;
  height: 32px !important;
  padding:8px !important;
}
.df-shareprofile-modal-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.df-shareprofile-modal-inner .df-shareprofile-content-heading {
  padding: 0;
  margin: 0;
  color: #2c2b2f;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
.df-shareprofile-modal-inner .df-share-profile-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: 100%;
}
.df-share-profile-icon-grid .df-share-profile-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.df-share-profile-outer .df-share-profile-icon-background{
  display: flex;
  width: 72px;
  height: 72px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius:50%;
}
.df-share-profile-outer span{
  color:#2C2B2F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.df-share-profile-outer .df-share-profile-twitter-bg-color{
  background-color: #E8F7FF;
}
.df-share-profile-outer .df-share-profile-whatsapp-bg-color{
  background-color: #E9FBF1;
}
.df-share-profile-outer .df-share-profile-linkedin-bg-color{
  background-color: #E5F6FF;
}
.df-share-profile-outer .df-share-profile-facebook-bg-color{
  background-color: #E8F1FE;
}
.df-share-profile-outer .df-share-profile-instagram-bg-color{
  background-color: #FFEBF0;
}
.df-share-profile-outer .df-share-profile-telegram-bg-color{
  background-color: #E6F3FA;
}
.df-share-profile-outer .df-share-profile-gmail-bg-color{
  background-color: #FFDEDB;
}
.df-share-profile-outer .df-share-profile-messenger-bg-color{
  background-color: #E7F3FF;
}





.df-share-profile-or {
    display: flex;
    width: 100%;
    justify-content: space-around;
/*    margin: 17px 0;*/
}

.or-section-lines {
  border-top: 1px solid #E6E6E6;
  min-width: 45%;
  transform: translateY(50%);
}

.df-share-profile-copy-link {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.df-share-profile-copy-link span {
  font-size: 14px;
  font-weight: 600;
  font-family: "DM Sans";
  padding-bottom: 6px;
}

.copy-link-parent-input {
    /*border: 1px solid #E6E6E6;
    background-color: #FAFAFA;*/
    position: relative;  
/*    height: 45px;  */
}

.copy-link-parent-input .copy-icon {
    position: absolute;
    right: 14px;
    top: 11px;   
    cursor: pointer;
}

#copy-icon {
    padding:10px 46px 10px 14px;
    width: 100%;
    border-radius:4px;
    border: 1px solid #E6E6E6;
    background:#FAFAFA;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}


/* shareprofile-modal end*/





/* reportprofile-modal start*/
.df-report-modal-dialog{
  max-width: 630px !important;
}
.df-report-modal-content{
  gap: 23px !important;
}
.df-report-modal-inner{
  gap: 16px !important;
}
.df-custom-report-checkbox{
  width: 16px !important;
  height: 16px !important;
}
.df-report-buttons{
    margin-top: 24px;
}

.df-report-profile-checks div {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.df-report-profile-checks div label {
    padding-left: 8px;
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.df-report-form {
  width: 100%;
}

.report-text-area {
  padding:10px 14px;
  border-radius:4px;
  border:1px solid #e6e6e6;
  background:#fafafa;
  font-family: "DM Sans";
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.report-text-area::placeholder{
  color: #979698;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; 
}
/* reportprofile-modal end*/















  
/** * Print */ /* responsive css */


@media (min-width: 1400px) {
    .df-container {
      max-width: 1280px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .df-about-content-wrapper .df-about-main-img-box {
        width: 546px;
    }
    .df-about-content-wrapper .df-about-content-box {
        width: calc(100% - 570px);
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab {
        width: calc(32.6% - 1px);
    }
  .df-rating-chart-box .rating-chart-body .rating-list li > div .progress {
    width: 180px;
  }
  .df-rating-small-chart .rating-chart-header h4 {
    font-size: 20px;
  }
  .df-rating-small-chart .rating-chart-body {
    padding: 18px 15px;
  }
  .df-project-complete-detail-section .df-project-tabs .df-project-nav-link {
    width: 180px;
  }
  .rfp-detail-section .rfp-spec-content {
    padding: 18px 30px;
  }
  .rfp-detail-section .df-proposal-counter-card .proposal-counter-inner-box {
    padding: 24px 20px;
  }
  .rfp-detail-section .df-proposal-counter-content-grid {
    gap: 4px 35px;
  }
  .rfp-detail-section .df-proposal-counter-content-grid .flip-card::before, 
  .rfp-detail-section .df-proposal-counter-content-grid .flip-card::after {
    right: -25px;
  }
  .df-rfp-card .rfp-spec-grid li:nth-child(3) .rfp-spec-box span {
    width: 100%;
  }
  .df-rfp-card.rfp-proposal-card .rfp-spec-grid li .rfp-spec-box span {
    max-width: 115px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-spec-grid .rfp-spec-box {
    padding: 12px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-spec-grid .rfp-spec-box small {
    max-width: 92px;
    font-size: 12px;
  }
  .df-rfp-card.df-rfp-card-update .rfp-spec-grid .rfp-spec-box span {
    max-width: 92px;
    font-size: 14px;
    line-height: 18px;
  } 
}

.deepfunding-navbar .extra-menu-toggler:focus {
  box-shadow: none;
}
.navbar-expand-lg #navbarExtra.navbar-collapse:not(.show) {
  display: none !important;
}

.deepfunding-navbar .megamenu-main .socialmedia-main {
display: none;
}
.deepfunding-navbar #navbarExtra{
  display: none;
}
@media (min-width: 320px) and (max-width: 1199.98px) {
  .df-project-complete-detail-section .discussion-content-wrapper {
    width: 100%;
  }
  .navbar-expand-lg #menu-main-navigation {
    display: none !important;
  }
  .project-funding-schedule {
    width: 100%;
  }
  .deepfunding-navbar .main-menu-toggler {
    display: none;
  }
  .home-banner .df-proposal-counter-card {
    margin: 50px auto 30px;
  }

  .df-header-primary .sb-menu .search-bar-box {
        display: block;
        position: relative;
        margin: 28px 0 8px 0;
    }
    .df-header-primary .sb-menu .search-bar-box::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        width: 98%;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.40) 50%, rgba(255, 255, 255, 0.00) 100%);
    }
    .df-header-primary .sb-menu .search-bar-box input {
        padding: 14px 16px 14px 44px;
        border-radius: 6px;
        border: 1px solid #3C2D61;
        background: #211440; 
        width: 100%;  
        color: #A39EB2;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px; 
    }
    .df-header-primary .sb-menu .search-bar-box input::placeholder {
        color: #A39EB2;
        opacity: 1;
    }
    .df-header-primary .sb-menu .search-bar-box input:focus-visible {
        outline: none;
    }
    .df-header-primary .sb-menu .search-bar-box svg {
        position: absolute;
        top: 18px;
        left: 16px;
    }

/* new mega menu css start */
.deepfunding-navbar #navbarExtra {
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top, #1e1243 0.06%, #010004 100%);
  padding: 0;
  height: auto !important;
  display: block;
}
.deepfunding-navbar.deepfunding-megamenu-nav.bgclass {
  background: radial-gradient(circle at top, #1e1243 0.06%, #010004 100%);
}
.deepfunding-navbar .megamenu-main .megamenu-container{
  display: block;
}

.deepfunding-navbar .megamenu-main {
  display: block;
  padding: 0;
  width: 100%;
  height: calc(100vh - 70px);
  overflow: auto;
}


.deepfunding-navbar .megamenu-main .megamenu-boxs {
  display: block;
  margin-bottom: 12px;
}
.deepfunding-navbar .megamenu-main .megamenu-boxs h3 {
  display: block;
  color: #9050E9;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 46px;
  margin: 0 0 30px;
  background-image: linear-gradient(
    225deg,
    #f7b500 38%,
    #b620e0 75%,
    #32c5ff 92%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.deepfunding-navbar .megamenu-main .megamenu-boxs ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.deepfunding-navbar .megamenu-main .megamenu-boxs ul li {
  display: block;
  padding: 0;
  margin: 0 0 30px;
}
.deepfunding-navbar .megamenu-main .megamenu-boxs ul li a {
  display: block;
  padding: 0;
  color: #ebe9f3;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.29px;
  line-height: 32px;
}
.deepfunding-navbar .megamenu-main .megamenu-boxs ul li a:hover {
  color: #9050E9 !important;
}
.deepfunding-navbar .megamenu-main .megamenu-boxs ul li:hover:after {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
    brightness(104%) contrast(97%);
}
.deepfunding-navbar .megamenu-main .socialmedia-main {
  
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 0px 0 40px 0;
}
.deepfunding-navbar .megamenu-main .socialmedia-main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 40px 0 0 0;
  border-top: 1px solid #2b2c2c;
}
.deepfunding-navbar .megamenu-main .socialmedia-main ul li {
  display: block;
  padding: 0 29px;
}
.deepfunding-navbar .megamenu-main .socialmedia-main ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 62px;
  width: 62px;
  background-color: #1da1f2;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.deepfunding-navbar
  .megamenu-main
  .megamenu-boxs
  ul
  li#menu-item-2083.external-link:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}

.deepfunding-navbar
  .megamenu-main
  .megamenu-boxs
  ul
  li#menu-item-2718.external-link:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}


.deepfunding-navbar .megamenu-main .socialmedia-main ul li a img {
  width: 60%;
  filter: invert(1);
}
.deepfunding-navbar .megamenu-main .socialmedia-main ul li a[title="Twitter"] img {
  filter: invert(0);
}
.deepfunding-navbar .megamenu-main .socialmedia-main ul li a:hover {
  background-color: #9050E9;
}
.deepfunding-navbar .megamenu-main .products-list {
  max-width: 1260px;
  margin: 0 auto;
  border-top: 1px solid #2b2c2c;
}
.deepfunding-navbar .megamenu-main .products-list h3 {
  color: #9050E9;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.25px;
  line-height: 29px;
  margin-top: 34px;
}
.deepfunding-navbar .megamenu-main .products-list ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.deepfunding-navbar .megamenu-main .products-list ul li {
  list-style: none;
  position: relative;
}
.deepfunding-navbar .megamenu-main .products-list ul li.menu-item-1297:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/ai-marketplace-icon.svg) center center no-repeat;
}
.deepfunding-navbar .megamenu-main .products-list ul li.menu-item-1298:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/AGI-Staking-icon.svg) center center no-repeat;
}
.deepfunding-navbar .megamenu-main .products-list ul li.menu-item-1299:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/AI-Publisher.svg) center center no-repeat;
}
.deepfunding-navbar .megamenu-main .products-list ul li.menu-item-1300:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/developer-portal-icon.svg) center center no-repeat;
}
.deepfunding-navbar .megamenu-main .products-list ul li.menu-item-1301:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/bridge-suspension.svg) center center no-repeat;
}
.deepfunding-navbar .megamenu-main .products-list ul li a {
  margin: 0 0 0 54px;
  color: #ebe9f3;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.25px;
  line-height: 29px;
}
.deepfunding-navbar .megamenu-main .products-list ul li :hover a {
  color: #9050E9;
} /*header #megamenu .megamenu-main .products-list ul li.menu-item-1297:hover::after {    background: url(../images/ai-marketplace-color-icon.svg) center center no-repeat;}header #megamenu .megamenu-main .products-list ul li.menu-item-1298:hover::after {    background: url(../images/AGI-Staking-color-icon.svg) center center no-repeat;}header #megamenu .megamenu-main .products-list ul li.menu-item-1299:hover::after {    background: url(../images/AI-Publisher-color.svg) center center no-repeat;}header #megamenu .megamenu-main .products-list ul li.menu-item-1300:hover::after {    background: url(../images/developer-portal-color-icon.svg) center center no-repeat;}header #megamenu .megamenu-main .products-list ul li.menu-item-1301:hover::after {    background: url(../images/bridge-suspension-color.svg) center center no-repeat;}*/
ul#menu-products li:hover {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
    brightness(104%) contrast(97%);
}
.deepfunding-navbar .megamenu-main .megamenu-boxs ul li {
  position: relative;
}
.deepfunding-navbar .megamenu-main .megamenu-boxs ul li.menu-item-615:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0px;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}
.deepfunding-navbar .megamenu-main .megamenu-boxs ul li.menu-item-628:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 94px;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}
.deepfunding-navbar .megamenu-main .megamenu-boxs ul li.menu-item-629:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 132px;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}
.deepfunding-navbar .megamenu-main .megamenu-boxs ul li.menu-item-630:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 152px;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}
.deepfunding-navbar .megamenu-main .megamenu-boxs ul li.menu-item-633:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 158px;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}
.deepfunding-navbar .megamenu-main .megamenu-boxs ul li.menu-item-634:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 158px;
  height: 32px;
  width: 32px;
  background: url(../images/link-right.png) center center no-repeat;
}
.deepfunding-navbar .megamenu-main .socialmedia-main .cookies a {
  position: relative;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  color: #d62020;
  border: 1px solid #dacc0b;
  border-radius: 5px;
  background-color: #fff15f;
  padding: 13px;
  margin-bottom: 12px;
}
.deepfunding-navbar
  .megamenu-main
  .socialmedia-main
  .cookies
  a:first-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
} /* new mega menu css end */

}


/* newsletter modal */

 .modal-container.df-newsletter {
        background-color: rgba(0, 0, 0, 0.05); /* Slightly shaded background to give a modal feel */
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        margin-bottom: 20px;
       max-width: 700px;
    margin: 1.75rem auto;

    }

    .modal-content.df-newsletter {
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .modal-header.df-newsletter {
        border-bottom: 2px solid #f0f0f0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .modal-title.df-newsletter {
        font-size: 1.5rem;
        color: #333;
    }

    .modal-body.df-newsletter {
        font-size: 1rem;
        color: #555;
    }
  #mc-embedded-subscribe
  {
    margin: 1em 0 1em 0 !important;
  }
    /* Optional: Add some spacing between the modal and the page content */
    .df-hero-gradient-section {
        padding-top: 40px;
    }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .df-working-tabs-wrapper .df-working-tabs .df-working-tab button p {
    font-size: 14px;
  }
  
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .df-project-complete-detail-section .df-project-tabs .df-project-nav-link {
    width: 180px;
    padding: 10px;
  }
  .df-reviews-content-wrapper .profile-box .img-box {
    width: 50px;
    height: 50px;
  }
  .df-review-box .df-rating-content .listed-rating {
    column-count: 1;
    list-style: none;
  }
  .df-rating-chart-box .rating-chart-body .rating-list li > div .progress {
    width: 120px;
  }
  .df-peer-review-box .df-rating-content .listed-rating {
    column-count: 1;
  }
  .navbar-toggler.extra-menu-toggler {
    display: inline-block;
  }
  .rfp-detail-section .rfp-spec-content {
    padding: 5px;
  } 
  .rfp-detail-section .df-proposal-counter-card .proposal-counter-inner-box {
    padding: 24px 10px;
  }
  .rfp-detail-section .df-proposal-counter-content-grid {
    margin: 25px 0 0 0;
    gap: 4px 34px;
  }
  .rfp-detail-section .df-proposal-counter-content-grid .flip-card::before, 
  .rfp-detail-section .df-proposal-counter-content-grid .flip-card::after {
    right: -24px;
  }
  .df-hero-video-content h1 {
      font-size: 50px;
        max-width: 900px;
    }
    .df-about-content-wrapper .df-about-main-img-box {
        width: 456px;
    }
    .df-about-content-wrapper .df-about-content-box {
        width: calc(100% - 480px);
    }
    .df-about-section .df-about-content-box p {
      font-size: 26px;
    }
    .df-trust-factor-box .trust-factor-count, 
    .df-trust-factor-box .trust-factor-count span {
      font-size: 46px;
    }
    .df-trust-factor-box span {
      font-size: 18px;
    }
    .df-working-tabs-wrapper .df-working-tabs {
        margin-bottom: 16px;
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab {
        width: calc(32.6% - 2px);
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab button span {
        font-size: 24px;
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab button {
        padding: 24px 16px;
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab button p {
        font-size: 12px;
        line-height: 150%;
    }
    .df-working-tabs-wrapper .df-working-tab-pane.show {
        gap: 16px;
    }
    .df-working-tabs-wrapper .df-working-tab-pane .df-working-accordion,
    .df-working-tabs-wrapper .df-working-tab-pane .df-working-tab-img {
        width: calc(50% - 8px);
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button .icon-box {
        display: none;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button .meta-box h4 {
        font-size: 24px;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button.collapsed {
        padding: 16px 0;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button,
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:hover {
        padding: 16px 20px;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0 20px 16px 20px;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:hover::before,
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button::before {
        right: 20px;
    }
    .df-innovator-carousel-card .innovator-dtl-box .img-box {
        width: 70px;
        height: 70px;
    }
    .df-innovator-carousel-card .innovator-dtl-box .img-box img {
        width: 66px;
        height: 62px;
    }
    .df-innovator-carousel-card .innovator-dtl-box .meta-box small {
        font-size: 14px;
    }
    .df-innovator-carousel-card .innovator-review-box::before {
        left: 45px;
    }
    .df-theme-community-card {
        padding: 30px;
    }
    .df-theme-community-card .community-card-content h2 {
        font-size: 40px;
    }
    .df-theme-community-card .community-card-content p {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .df-theme-community-card .community-card-content a {
        margin-right: 10px;
        font-size: 14px;
    }
    /* .df-blog-update-card .blog-update-img-box {
        height: 190px; 
    } */
    .footer-about-content {
        display: flex;
        gap: 0 100px;
    }
    .df-newsletter-section .df-newsletter-content-box h2 {
      font-size: 38px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-content-box h3 {
      font-size: 24px;
     }
    .df-rfp-card.rfp-proposal-card .rfp-spec-grid li .rfp-spec-box span {
      max-width: 150px;
      width: 100%;
    } 
    .df-rfp-card.df-rfp-card-update .rfp-header-box .df-progress {
      height: 32px;
    }
    .df-rfp-card.df-rfp-card-update .rfp-header-box .df-progress .df-progress-bar {
      font-size: 12px;
      line-height: 18px;
      padding: 6px 12px;
    }
    .df-rfp-card.df-rfp-card-update .rfp-spec-grid .rfp-spec-box {
      padding: 12px;
    }
    .df-rfp-card.df-rfp-card-update .rfp-spec-grid .rfp-spec-box small {
      max-width: 82px;
      font-size: 12px;
    }
    .df-rfp-card.df-rfp-card-update .rfp-spec-grid .rfp-spec-box span {
      max-width: 82px;
      font-size: 14px;
      line-height: 18px;
    } 
    .df-new-user-detail-card {
         padding: 0; 
      }

}
@media (min-width: 320px) and (max-width: 991.98px) {
  .df-project-complete-detail-section
    .discussion-content-wrapper
    .login-signup-area
    .button-wrapper
    .log-in,
  .df-project-complete-detail-section
    .discussion-content-wrapper
    .login-signup-area
    .button-wrapper
    .log-in:hover {
    padding: 12px 21px 12px 21px;
  }
  .deepfunding-navbar .container {
    position: relative;
  }
  .df-confirmation-modal .modal-content {
    margin: 0 20px;
  }
  .resume-action-modal .croppie-container .cr-boundary {
    width: 100%;
  }
  .resume-action-modal .modal-content .modal-footer .button {
    margin: 0 20px;
  }
  .df-reviews-content-wrapper .profile-box {
    margin-bottom: 20px;
  }
  .rfp-detail-section .rfp-spec-content {
    margin-top: 10px;
  }
  .rfp-preview-modal .modal-body .expert-rating {
    flex-direction: column;
  }
  .rfp-preview-modal .modal-body .expert-rating .rating,
  .rfp-preview-modal .modal-body .expert-rating .prop-tags {
    width: 100%;
  }
   .df-about-content-wrapper {
        flex-direction: column;
        gap: 32px;
    }
    .df-about-content-wrapper .df-about-main-img-box {
        width: 100%;
    }
    .df-about-content-wrapper .df-about-main-img-box img {
        width: 100%;
    }
    .df-about-content-wrapper .df-about-content-box {
        width: 100%;
    }
    .df-awarded-projects-section .df-sec-heading-box {
        flex-direction: column;
    }
    .df-awarded-projects-section .df-sec-heading-box .sub-content {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .df-rating-chart-box .rating-chart-body .rating-list li > div {
    padding-left: 150px;
  }
  .df-review-modal .modal-dialog {
    max-width: 740px;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul .no-gutters .col-12:nth-child(2) {
    border-right: 0;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul .no-gutters .col-12:nth-child(3) {
    border-left: 1px solid #eee;
  }
  .df-feedback-modal .modal-body .select-choices {
    width: 301px;
  }
   .df-hero-video-content h1 {
        font-size: 38px;
        line-height: 58px;
        max-width: 730px;
    }
    .df-hero-video-content p {
        max-width: 730px;
    }
    .df-about-content-wrapper {
        margin-bottom: 0;
    }
    .df-about-section .row {
        justify-content: center;
    } 
    .df-key-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .df-working-tabs-wrapper {
        padding: 20px;
    }
    .df-working-tabs-wrapper .df-working-tabs {
        padding: 16px;
        margin-bottom: 16px;
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab {
        width: 100%;
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab button {
        padding: 16px;
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab button p {
        max-width: 330px;
        margin: 0 auto;
    }
    .df-working-tabs-wrapper .df-working-tab-pane.show {
        flex-direction: column;
        gap: 16px;
    }
    .df-working-tabs-wrapper .df-working-tab-pane .df-working-accordion,
    .df-working-tabs-wrapper .df-working-tab-pane .df-working-tab-img,
    .df-working-tabs-wrapper .df-working-tab-pane .df-working-tab-img img {
        width: 100%;
    }
    .df-awarded-project-gm-card .awarded-project-gm-img-box {
        height: 200px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-img-box .awarded-project-gm-tag {
        padding: 4px 16px;
        font-size: 14px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-content-box h3 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 14px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item {
        padding: 14px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item small {
        font-size: 12px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item span {
        font-size: 14px;
        line-height: 18px;
        margin-top: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .df-awarded-project-gm-card .awarded-project-gm-author-box .left-cont-box .img-box {
        width: 36px;
        height: 36px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-author-box .left-cont-box .meta-box {
        width: calc(100% - 44px);
    }
    .df-awarded-project-gm-card .awarded-project-gm-author-box .left-cont-box .meta-box span {
        font-size: 14px;
        line-height: 16px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-author-box .left-cont-box .meta-box small {
        font-size: 10px;
        line-height: 14px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-author-box .right-cont span {
        font-size: 14px;
    }
    .df-innovator-carousel-card .innovator-dtl-box .img-box {
        width: 76px;
        height: 76px;
    }
    .df-innovator-carousel-card .innovator-dtl-box .img-box img {
        width: 70px;
        height: 69px;
    }
    .df-innovator-carousel-card .innovator-dtl-box .meta-box small {
        font-size: 14px;
    }
    .df-innovator-carousel-card .innovator-review-box::before {
        left: 48px;
    } 
    .df-theme-community-card .community-card-content {
        text-align: center;
        margin-bottom: 32px;
    }
    .df-theme-community-card .community-card-content h2 {
        font-size: 38px;
        max-width: 330px;
        margin: 0 auto 16px auto;
    }
    .df-theme-community-card .community-card-content a {
        display: none;
    }
    .df-theme-community-card .community-video-box {
        height: auto;
        text-align: center;
    }
    .df-theme-community-card .df-community-actions-box {
        display: block;
    }
    .df-blog-updates-section .df-sec-heading-box {
        margin-bottom: 40px;
    }
    .df-blog-update-card {
        margin-top: 24px;
    }
    /* .df-blog-update-card .blog-update-img-box {
        height: 200px;
    } */
    .df-awarded-projects-section .df-large-cta-box {
        display: block;
    }
    .df-awarded-projects-section .df-sec-heading-box {
        gap: 0;
    }
    .df-awarded-projects-section .df-sec-heading-box .button-box .df-theme-primary-btn {
        display: none;
    }
    .df-newsletter-section .df-newsletter-content-box h2 {
        font-size: 28px;
    }
    .footer-about-content {
      display: flex;
      gap: 0px 40px;
    }
    .df-about-section .df-about-content-box p {
      font-size: 26px;
    }
    .df-trust-factor-box {
      padding: 24px 0;
    }
    .df-trust-factor-box .trust-factor-count, 
    .df-trust-factor-box .trust-factor-count span {
      font-size: 36px;
      margin-bottom: 6px;
    }
    .df-trust-factor-box span {
      font-size: 14px;
    }
    .df-sec-heading-box h2 {
      font-size: 38px;
    }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .df-hero-video-section {
    padding: 62px 0 0 0;
  }
  .df-about-content-wrapper .df-about-main-img-box img {
    border-radius: 8px;
  }
  .project-funding-schedule .project-schedule-body table td span {
    padding-left: 0;
  }
  .fd-project-status-content .project-status-detail ul {
    display: block;
  }
  .fd-project-status-content .project-status-detail ul li {
    display: inline-block;
    margin: 0 50px 20px 0;
  }
  .fd-project-status-content .project-status-detail ul li:last-child {
    margin-bottom: 0;
  }
  .df-feedback-modal .modal-body .select-choices {
    width: 100%;
  } 
  .df-about-section .df-about-content-box .title {
      font-size: 12px !important;
      padding: 6px 12px;
      margin-bottom: 16px;
  }
  .df-about-section .df-about-content-box p {
      font-size: 20px;
      line-height: 30px;
  }
  .df-about-content-wrapper {
      margin-bottom: 20px;
  }
  .df-trust-factor-box {
      padding: 16px 0;
      margin-top: 12px;
  }
    .df-trust-factor-box .trust-factor-count, .df-trust-factor-box .trust-factor-count span {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 4px;
    }
    .df-trust-factor-box span {
        font-size: 16px;
        line-height: 24px;
    }
    .df-large-cta-box {
        margin-top: 40px;
    }
    .df-key-benefits-section {
        padding: 56px 0;
    }
    .df-sec-heading-box span {
        font-size: 12px !important;
        padding: 6px 12px;
        margin-bottom: 16px;
    }
    .df-sec-heading-box h2 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 1px;
        max-width: 400px;
        margin: 0 auto 16px auto;
    }
    .df-sec-heading-box p {
        font-size: 16px;
        line-height: 24px;
    }
    .df-key-benefits-section .df-sec-heading-box {
        margin-bottom: 32px;
    }
    .df-key-benefits-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }
    .df-key-benefits-box {
        padding: 12px;
    }
    .df-key-benefits-box img {
      width: 32px;
      height: 32px;
    }
    .df-key-benefits-box h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .df-how-it-works-section {
        padding: 56px 0;
    }
    .df-how-it-works-section .df-sec-heading-box {
        margin-bottom: 40px;
    }
    .df-working-tabs-wrapper {
        padding: 12px;
        border-radius: 8px;
    }
    .df-working-tabs-wrapper .df-working-tabs {
        padding: 8px;
        border-radius: 8px;
        margin-bottom: 32px;
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab {
        width: 100%;
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab button {
        padding: 8px;
        border-radius: 6px;
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab button span {
        font-size: 16px;
    }
    .df-working-tabs-wrapper .df-working-tabs .df-working-tab button p {
        font-size: 12px;
        line-height: 18px;
        max-width: 270px;
        margin: 0 auto;
    }
    .df-working-tabs-wrapper .df-working-tab-pane.show {
        flex-direction: column;
        gap: 32px;
    }
    .df-working-tabs-wrapper .df-working-tab-pane .df-working-accordion,
    .df-working-tabs-wrapper .df-working-tab-pane .df-working-tab-img,
    .df-working-tabs-wrapper .df-working-tab-pane .df-working-tab-img img {
        width: 100%;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item {
        margin-bottom: 6px;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button.collapsed {
        padding: 8px 0 12px 0;
        border-radius: 6px 6px 0 0;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:not(.collapsed) {
        border-radius: 6px 6px 0 0;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:hover,
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button {
        padding: 8px 8px 12px 8px;
        border-radius: 6px;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button::before,
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:hover::before {
        right: 8px;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button .icon-box {
        display: none;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button .meta-box h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2px;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button .meta-box p {
        font-size: 14px;
        line-height: 21px;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-collapse .accordion-body {
        border-radius: 0 0 6px 6px;
        padding: 0 8px 8px 8px;
    }
    .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 12px;
    }
    .df-awarded-projects-section {
        padding: 64px 0;
    }
    .df-awarded-projects-section::before,
    .df-awarded-projects-section::after {
        height: 160px;
    }
    .df-awarded-projects-section .df-sec-heading-box {
        gap: 0;
        margin-bottom: 40px;
    }
    .df-awarded-projects-section .df-sec-heading-box .button-box .df-theme-primary-btn {
        display: none;
    }
    .df-awarded-project-gm-card {
        border-radius: 8px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-img-box {
        height: 200px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-img-box img {
        border-radius: 8px 8px 0 0;
    }
    .df-awarded-project-gm-card .awarded-project-gm-content-box h3 {
        font-size: 18px;
        line-height: 24px;
        max-width: 330px;
        min-height: 52px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-content-box {
        padding: 12px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-dtl-grid {
        border-radius: 6px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item {
        padding: 8px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item small {
        font-size: 12px;
        line-height: 16px;
    }
    .df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item span {
        font-size: 14px;
        line-height: 18px;
    }
    .df-awarded-projects-section .df-large-cta-box {
        display: block;
    } 
    .df-theme-testimonal-section {
        padding: 56px 0;
    }
    .df-theme-testimonal-section .df-sec-heading-box {
        margin-bottom: 32px;
    }
    .df-innovator-carousel-card .innovator-dtl-box {
        margin-bottom: 32px;
    }
    .df-innovator-carousel-card .innovator-dtl-box .img-box {
        width: 56px;
        height: 56px;
    }
    .df-innovator-carousel-card .innovator-dtl-box .img-box img {
        width: 50px;
        height: 49px;
    }
    .df-innovator-carousel-card .innovator-dtl-box .meta-box {
        width: calc(100% - 68px);
    }
    .df-innovator-carousel-card .innovator-dtl-box .meta-box span {
        font-size: 18px;
        line-height: 24px;
    }
    .df-innovator-carousel-card .innovator-dtl-box .meta-box small,
    .df-innovator-carousel-card .innovator-review-box p {
        font-size: 14px;
        line-height: 21px;
    }
    .df-innovator-carousel-card .innovator-review-box {
        padding: 12px;
        border-radius: 8px;
    }
    .df-innovator-carousel-card .innovator-review-box::before {
        left: 40px;
    }
    .df-innovator-carousel-card .innovator-review-box strong {
        font-size: 16px;
        line-height: 24px;
    }
    .df-theme-innovator-carousel .owl-item {
        opacity: 0;
    }
    .df-theme-innovator-carousel .owl-item.active {
        opacity: 1;
    }
    .df-theme-community-card {
        margin-top: 56px;
        padding: 12px;
        border-radius: 8px;
    }
    .df-theme-community-card .community-card-content {
        text-align: center;
    }
    .df-theme-community-card .community-card-content h2 {
        font-size: 24px;
        line-height: 32px;
        max-width: 300px;
        margin: 0 auto 16px auto;
    }
    .df-theme-community-card .community-card-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }
    .df-theme-community-card .community-card-content a {
        display: none;
    }
    .df-theme-community-card .community-video-box {
        height: auto;
    }
    .df-theme-community-card .df-community-actions-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .df-blog-updates-section {
        padding: 56px 0; 
    }
    .df-blog-updates-section .df-sec-heading-box {
        margin-bottom: 8px;
    }
    .df-blog-update-card {
        margin-top: 24px;
    }
    /* .df-blog-update-card .blog-update-img-box {
        height: 196px;
    } */
   /* .df-blog-update-card .blog-update-img-box img {
        object-fit: cover;
    }*/
    .df-blog-update-card .blog-update-content-box {
        padding: 12px;
    }
    .df-newsletter-section {
        padding: 56px 0;
    } 
    .df-newsletter-section .df-newsletter-content-box {
        padding: 56px 12px;
        border-radius: 8px;
    }
    .df-newsletter-section .df-newsletter-content-box h2 {
        font-size: 24px;
    }
    .df-newsletter-section .df-newsletter-content-box p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .partner-ft-banner .df-newsletter-content-box .partner-ft-btn-1,
    .partner-ft-banner .df-newsletter-content-box .df-subscription {
      margin-top: 20px;
      display: inline-block;
    }
    .df-footer-section {
        padding: 32px 0;
    }
    .df-footer-section .logo {
        margin-bottom: 20px;
    }
    .df-footer-section p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .df-footer-section .social-links {
        margin-bottom: 20px;
    }
    .df-footer-section .social-links li svg {
        width: 20px;
        height: 20px;
    }
    .df-footer-section .df-snet-tag {
        font-size: 14px;
        padding: 6px 12px;
        margin-bottom: 8px;
    }
    .df-footer-section h6 {
        font-size: 12px;
        margin-top: 24px;
    }
    .df-footer-section ul li a {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .df-footer-section ul li:last-child a {
        margin-bottom: 0;
    }
    .df-copyright-section {
        padding: 16px 0;
    }
    .df-copyright-section .content-box {
        flex-direction: column;
    }
    .df-copyright-section .content-box p {
        font-size: 14px;
    }
    .df-copyright-section .content-box ul li a {
        font-size: 12px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .df-project-complete-detail-section .post-comment-area h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 54px;
  }
  .df-project-complete-detail-section
    .comments-lists-wrapper
    .comments
    .comment
    .children {
    padding-left: 50px;
  }
  .deepfunding-navbar .megamenu-main .megamenu-boxs {
    width: 50%;
  }
  .deepfunding-navbar .menu-wrapper .auth-btn-lg {
    display: none;
  }
  .deepfunding-navbar .megamenu-main .auth-btn-lg {
    display: block;
    border-top: 1px solid #2b2c2c;
    text-align: center;
    padding-top: 30px;
  }
  .deepfunding-navbar .megamenu-main .megamenu-container {
    border: 0;
  }
  .df-reviews-content-wrapper .heading-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .df-reviews-content-wrapper .heading-box .peer-review-btn {
    margin: 10px 0;
  }
  .df-review-box .df-rating-content .listed-rating {
    column-count: 1;
    list-style: none;
  }
  .df-rating-chart-box .rating-chart-body .rating-list li > div {
    padding-left: 70px;
  }
  .df-review-modal .modal-dialog {
    margin: 20px;
  }
  .df-review-modal .modal-body {
    padding: 30px;
  }
  .df-peer-review-box .df-rating-content .listed-rating {
    column-count: 1;
  }
  .df-peer-review-box .df-rating-content .overall-rating {
    margin-right: 5px;
  }
  .df-project-tabs .df-project-nav-item {
    margin: 0;
  }
  .df-project-tabs .df-project-nav-item .df-project-nav-link {
    padding: 15px;
  }
  .df-project-tabs .df-project-nav-item .df-project-nav-link.active {
    border-left: 0;
  }
  .df-project-tabs .df-project-nav-item .df-project-nav-link.active::before {
    bottom: unset;
    top: 0;
    width: 2px;
    height: 100%;
  }
  .df-review-modal .modal-body .overall-rating-box {
    justify-content: center;
  }
  /*.df-review-modal .modal-body .listed-rating-list {
    column-count: 1;
  }*/
  .df-review-modal .modal-body .listed-rating-list li {
     flex: 1 1 100%;
    /*margin: 0 auto;*/
    margin-bottom: 20px;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul .no-gutters .col-12:nth-child(2) {
    border-right: 0;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul .no-gutters .col-12:nth-child(3) {
    border-left: 1px solid #eee;
  }
  .deepfunding-navbar .megamenu-main .socialmedia-main ul li {
    padding: 0 18px;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .df-project-complete-detail-section h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .df-project-complete-detail-section .post-comment-area .profile-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .df-project-complete-detail-section
    .post-comment-area
    .profile-box
    .left-content {
    margin-bottom: 10px;
  }
  .df-project-complete-detail-section .sort-comments-box .sort-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .df-project-complete-detail-section .sort-comments-box .sort-box .left-meta {
    margin-bottom: 10px;
  }
  .df-project-complete-detail-section .sort-comments-box .sort-box select {
    margin-right: 8px;
  }
  .df-project-complete-detail-section
    .comments-lists-wrapper
    .comments
    .comment
    .children {
    padding-left: 0;
  }
  .df-project-complete-detail-section
    .comment-type-area
    .comment-post-area
    .cancel-comment-btn {
    margin-left: 15px;
  }
  .df-project-complete-detail-section .post-comment-area h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
  }
  .df-project-complete-detail-section .comments-lists-wrapper .comment-box {
    flex-direction: column;
    position: relative;
  }
  .df-project-complete-detail-section
    .comments-lists-wrapper
    .comment-box
    .vote-cell {
    width: 46px;
    margin-right: 0;
    margin-bottom: 10px;
    position: absolute;
    top: 15px;
    right: 22px;
  }
  .df-project-complete-detail-section .comment-box .comment-meta {
    width: 100%;
  }
  .df-project-complete-detail-section .comment-box .comment-meta .profile-box {
    align-items: flex-start;
    padding-right: 56px;
  }
  .df-project-complete-detail-section
    .comment-box
    .comment-meta
    .profile-box
    .profile {
    flex-direction: column;
    align-items: flex-start;
  }
  .df-project-complete-detail-section
    .comment-box
    .comment-meta
    .profile-box
    .profile
    .name {
    margin: 10px 0;
  }
  .df-project-complete-detail-section .comment-box .comment-botm-side {
    flex-direction: column;
    align-items: flex-start;
  }
  .df-project-complete-detail-section
    .comment-box
    .comment-botm-side
    .proposer-like {
    margin-top: 10px;
  }
  .alert-band_container + section nav:first-child #navbarExtra {
    top: 118px;
  }
  .deepfunding-navbar .megamenu-main .megamenu-boxs h3 {
    font-size: 24px;
  }
  .navbar-expand-lg .navbar-toggler.extra-menu-toggler {
    margin-left: 0;
  }
  .deepfunding-navbar .button.on-dark-bordered {
    margin: 0;
  }
  .deepfunding-navbar .menu-wrapper .auth-btn-lg {
    display: none;
  }
  .deepfunding-navbar .megamenu-main .auth-btn-lg {
    display: block;
    border-top: 1px solid #2b2c2c;
    text-align: center;
    padding-top: 30px;
  }
  .deepfunding-navbar .megamenu-main .megamenu-container {
    border: 0;
  }
  .deepfunding-navbar .df-user-dropdown .user-action {
    margin-left: 10px;
  }
  .deepfunding-navbar .navbar-brand {
    margin-right: 0;
  }
  .df-confirmation-modal .modal-content {
    margin: 0;
  }
  .resume-action-modal .modal-content .modal-body {
    padding: 30px;
  }
  .df-project-complete-detail-section .project-presentation-sidebar h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .df-reviews-content-wrapper .heading-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .df-reviews-content-wrapper .heading-box .peer-review-btn {
    margin: 10px 0;
  }
  .df-review-box {
    flex-direction: column;
    position: relative;
    padding: 15px;
  }
  .df-review-box .vote-cell {
    width: 46px;
    margin-right: 0;
    margin-bottom: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .df-review-box .df-review-meta {
    width: 100%;
  }
  .df-review-box .df-review-meta .profile-box {
    align-items: flex-start;
    padding-right: 56px;
  }
  .df-review-box .df-review-meta .profile-box .profile {
    flex-direction: column;
    align-items: flex-start;
  }
  .df-review-box .df-review-meta .profile-box .profile .name {
    margin: 10px 0;
  }
  .df-review-box .df-rating-content .listed-rating {
    column-count: 1;
    list-style: none;
  }
  .df-review-modal .modal-dialog {
    margin: 10px;
  }
  .df-review-modal .modal-dialog .modal-header {
    padding: 20px;
  }
  .df-review-modal .modal-body {
    padding: 20px;
  }
  .df-review-modal .modal-body .profile-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .df-review-modal .modal-body .profile-box .left-cont {
    margin-bottom: 10px;
  }
  .df-review-modal .modal-body .overall-rating-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .df-review-modal .modal-body .overall-rating-box .left-meta {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .df-review-modal .modal-body .overall-rating-box .left-meta input {
    display: none;
  }
  .df-review-modal .modal-body .modal-button-box .button {
    margin: 0px 12px;
  }
  .df-peer-review-box .df-rating-content .listed-rating {
    column-count: 1;
  }
  .df-peer-review-box .df-rating-content .overall-rating {
    margin-right: 5px;
  }
  .project-funding-schedule .project-schedule-body table td:first-child,
  .project-funding-schedule .project-schedule-body table td {
    width: 48%;
    display: inline-block;
  }
  .project-funding-schedule .project-schedule-body table td strong,
  .project-funding-schedule .project-schedule-body table td span {
    padding-left: 20px;
    display: block;
  }
  .project-funding-schedule .project-schedule-header h4 {
    text-align: left;
  }
  .filter-container form {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .filter-container .form-group select {
    margin-right: 20px;
  }
  .profile-account-section .profile-card-body .input-field-group .input-field {
    grid-column: span 2;
    margin-bottom: 34px;
  }
  .rfp-preview-modal .modal-header {
      padding: 20px;
  }
  .rfp-preview-modal .modal-body {
      padding: 20px;
  }
  .rfp-preview-modal .modal-body h1 {
      font-size: 32px;
  }
  .rfp-detail-section .rfp-content-box h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .df-project-tabs .df-project-nav-item {
    margin: 0;
  }
  .df-project-tabs .df-project-nav-item .df-project-nav-link {
    padding: 15px;
  }
  .df-project-tabs .df-project-nav-item .df-project-nav-link.active {
    border-left: 0;
  }
  .df-project-tabs .df-project-nav-item .df-project-nav-link.active::before {
    bottom: unset;
    top: 0;
    width: 2px;
    height: 100%;
  }
  .rfp-detail-section .rfp-spec-content {
    padding: 18px 20px;
  }
  .rfp-detail-section .df-proposal-counter-card .proposal-counter-inner-box {
    padding: 24px 20px;
  }
  .rfp-detail-section .df-proposal-counter-content-grid .flip-card::before, 
  .rfp-detail-section .df-proposal-counter-content-grid .flip-card::after {
    right: -38px;
  }
  .df-review-modal .modal-body .overall-rating-box {
    justify-content: center;
    align-items: center;
  }
  /*.df-review-modal .modal-body .listed-rating-list {
    column-count: 1;
  }*/
  .df-review-modal .modal-body .listed-rating-list li {
     flex: 1 1 100%;
    /*margin: 0 auto;*/
    margin-bottom: 20px;
  }
  .mega-menu.main-mega-menu.dropdown_menu a.menu_expander.active ~ ul .no-gutters .col-12 {
    border-right: 0;
  }
  .deepfunding-navbar .megamenu-main .socialmedia-main ul li {
    padding: 0 10px;
  }
  .deepfunding-navbar .megamenu-main .socialmedia-main ul li a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 400px) {
  .df-review-box .df-rating-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .df-review-box .df-rating-content .overall-rating {
    margin: 0 0 10px 0;
  }
  .df-review-box .df-rating-content .listed-rating {
    text-align: left;
    padding-left: 0;
  }
  .df-review-box .df-rating-content .listed-rating li {
    margin-left: 0;
  }
  .df-rating-chart-box .rating-chart-body .rating-list li > div .progress {
    width: calc(100% - 130px);
  }
  .df-peer-review-box .df-rating-content {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  .df-peer-review-box .df-rating-content .listed-rating {
    text-align: left;
    margin-top: 10px;
    padding-left: 0;
  }
  .df-peer-review-box .df-rating-content .listed-rating li {
    margin-left: 0;
  }
  .project-funding-schedule .project-schedule-header a {
    position: unset;
    display: block;
    margin-bottom: 10px;
  }
  .rfp-preview-modal .modal-body .progress {
    width: 100%;
  }
  .rfp-detail-section .rfp-spec-content {
    padding: 5px;
  }
  .df-user-macard-style .df-user-walt-card-inner {
    max-width: 100%;
    
  }
}

.df-member-invite-alert {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    margin-bottom: 36px;
}
.df-member-invite-alert.pending {
    border: 1px solid #4086FF;
    border-radius: 2px;
    background-color: #DEEAFF;
}
.df-member-invite-alert.accepted {
    border: 1px solid #00C48C;
    border-radius: 2px;
    background-color: #E7FFF8;
}
.df-member-invite-alert.declined {
    border: 1px solid #E67381;
    border-radius: 2px;
    background-color: #FDE5E8;
}
.df-member-invite-alert.expired {
    border: 1px solid #F18D5A;
    border-radius: 2px;
    background-color: #FDF3E5;
}
.df-member-invite-alert .icon-box {
    margin-right: 12px;
}
.df-member-invite-alert .icon-box img {
    width: 24px;
    height: 24px;
}
.df-member-invite-alert.pending .icon-box img {
    filter: invert(49%) sepia(60%) saturate(3485%) hue-rotate(202deg) brightness(99%) contrast(106%);
}
.df-member-invite-alert.accepted .icon-box img {
    filter: invert(50%) sepia(78%) saturate(1647%) hue-rotate(125deg) brightness(97%) contrast(101%);
}
.df-member-invite-alert.declined .icon-box img {
    filter: invert(11%) sepia(78%) saturate(5640%) hue-rotate(345deg) brightness(89%) contrast(113%);
}
.df-member-invite-alert.expired .icon-box img {
    filter: invert(80%) sepia(43%) saturate(4118%) hue-rotate(1deg) brightness(107%) contrast(102%);
}
.df-member-invite-alert .meta {
    width: calc(100% - 36px);
}
.df-member-invite-alert .meta strong {
    font-weight: 700;
}
.df-member-invite-alert .meta span,
.df-member-invite-alert .meta strong {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
}
.df-member-invite-alert .meta span a {
    color: #9050E9;
    font-weight: 700;
    text-decoration: none;
}
.secondry-df-button{
        background: #F9F5FF;
        color: #9050E9;
        border: 1px solid #BF9AF2;
   }
   
    .deepfunding-dashboard.df-proposal-section .proposal-detail-box .details-btns .button{
       margin-right: 0px;
   }
   .deepfunding-dashboard.df-proposal-section .proposal-detail-box .details-btns .df-delete-user-proposal{
      background: none;
      padding: 0;
      text-transform: capitalize;
   }
   .deepfunding-dashboard.df-proposal-section .proposal-detail-box .details-btns .delete-team-btn{
      background: none;
      padding: 0;
      text-transform: capitalize !important;
   }
  .deepfunding-dashboard.df-proposal-section .proposal-detail-box .details-btns .draft-proposal-delete{
    background:none;
    padding:0;
    text-transform: capitalize;
  }
  .deepfunding-dashboard.df-proposal-section .proposal-detail-box .details-btns .df-delete-rejected{
    background:none;
    padding:0;
    text-transform: capitalize;
  }
  .deepfunding-dashboard.df-proposal-section .proposal-detail-box .details-btns .df-delete-offline-proposal{
    background:none;
    padding:0;
    text-transform: capitalize;
  }
  .deepfunding-dashboard.df-proposal-section .proposal-detail-box .details-btns .edit-button{
        border: 1px solid #BF9AF2;
    }

@media (min-width: 320px) and (max-width: 991.98px) {
    .df-proposal-creation-section .project-team-box {
        width: 100%;
    }
    .df-proposal-creation-section .proposal-project-team-body .project-team-table tbody {
        padding: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .df-proposal-creation-section .project-team-table .profile-box .profile-img {
        width: 60px;
        height: 60px;
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-cont {
        width: calc(100% - 70px);
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-cont .photos-btns .add-user-photo-btn {
        font-size: 14px;
        padding: 6px 6px;
        margin-right: 5px;
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-cont .photos-btns .remove-profile-photo-btn {
        font-size: 14px;
    }
    .df-proposal-creation-section .project-team-table .members-display-order .order-buttons button {
        padding: 6px 4px;
    }
}
@media (min-width: 320px) and (max-width: 767.98px) {
    .df-proposal-creation-section .project-team-table tbody .pt-group {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .df-proposal-creation-section .proposal-project-team-body .add-member-btn-box .add-member-btn {
        padding: 17px 50px;
    }
}
@media (min-width: 320px) and (max-width: 575.98px) {
    .df-proposal-creation-section .proposal-project-team-body .add-member-btn-box .add-member-btn {
        width: 100%;
        padding: 17px 10px;
    }
    .df-proposal-creation-section .project-team-table .members-display-order .order-buttons button {
        padding: 6px 2px;
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-img {
        width: 60px;
        height: 60px;
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-cont {
        width: calc(100% - 68px);
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-cont .photos-btns .add-user-photo-btn {
        font-size: 12px;
        padding: 6px;
        margin-right: 5px;
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-cont .photos-btns .remove-profile-photo-btn {
        font-size: 12px;
    }
    .home-banner .text-xl-start {
      flex-wrap: wrap;
      gap: 20px;
    }
    .home-banner h1 {
      font-size: 40px;
    }
    .home-banner .text-xl-start .watch-video {
      margin-top: 20px;
    }
}
@media (max-width: 400px) {
    .df-proposal-creation-section .project-team-table .members-display-order {
        flex-direction: column;
        gap: 36px;
    }
    .df-proposal-creation-section .project-team-table .members-display-order .df-form-control {
        width: 100%;
        margin-right: 0;
    }
    .df-proposal-creation-section .project-team-table .members-display-order .order-buttons {
        width: 100%;
    }
    .df-proposal-creation-section .proposal-project-team-body .project-team-table tbody {
        padding: 20px 10px;
    }
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .df-proposal-creation-section .project-team-box {
        width: 100%;
    }
    .df-proposal-creation-section .proposal-project-team-body .project-team-table tbody {
        padding: 20px;
    }
     
      .df-dashboard-main-card .card-header {
        padding:5px 20px !important;
      }
      .deepfunding-dashboard .df-notification-toggle {
        padding: 0 20px;
      }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .df-proposal-creation-section .project-team-table .profile-box .profile-img {
        width: 60px;
        height: 60px;
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-cont {
        width: calc(100% - 70px);
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-cont .photos-btns .add-user-photo-btn {
        font-size: 14px;
        padding: 6px 6px;
        margin-right: 5px;
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-cont .photos-btns .remove-profile-photo-btn {
        font-size: 14px;
    }
    .df-proposal-creation-section .project-team-table .members-display-order .order-buttons button {
        padding: 6px 4px;
    }
}
@media (min-width: 320px) and (max-width: 767.98px) {
    .df-proposal-creation-section .project-team-table tbody .pt-group {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .df-proposal-creation-section .proposal-project-team-body .add-member-btn-box .add-member-btn {
        padding: 17px 50px;
    }
}
@media (min-width: 320px) and (max-width: 575.98px) {
    .df-proposal-creation-section .proposal-project-team-body .add-member-btn-box .add-member-btn {
        width: 100%;
        padding: 17px 10px;
    }
    .df-proposal-creation-section .project-team-table .members-display-order .order-buttons button {
        padding: 6px 2px;
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-img {
        width: 60px;
        height: 60px;
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-cont {
        width: calc(100% - 68px);
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-cont .photos-btns .add-user-photo-btn {
        font-size: 12px;
        padding: 6px;
        margin-right: 5px;
    }
    .df-proposal-creation-section .project-team-table .profile-box .profile-cont .photos-btns .remove-profile-photo-btn {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    .df-proposal-creation-section .project-team-table .members-display-order {
        flex-direction: column;
        gap: 36px;
    }
    .df-proposal-creation-section .project-team-table .members-display-order .df-form-control {
        width: 100%;
        margin-right: 0;
    }
    .df-proposal-creation-section .project-team-table .members-display-order .order-buttons {
        width: 100%;
    }
    .df-proposal-creation-section .proposal-project-team-body .project-team-table tbody {
        padding: 20px 10px;
    }
}


.df-team-cards-wrapper {
    width: 926px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.df-project-team-card {
    border-radius: 6px;
    background-color: #FFFFFF;
    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);
    cursor: pointer;
}
.df-project-team-card.pending-team-member {
  cursor: not-allowed;
}
.df-project-team-card .fill-card {
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.df-project-team-card .main-content {
    padding: 24px;
}
.df-project-team-card .main-content .prf-img-box {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
.df-project-team-card .main-content .prf-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: linear-gradient(130deg, #32c5ff 20%, #b620e0 50%, #f7b500 80%);
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
}
.df-project-team-card .fill-card:hover .main-content .name {

color: #7F1BA4;
}
.df-project-team-card .main-content .name {
    color: #7F1BA4;
    font-size: 24px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.52px;
    line-height: 32px;
    text-align: center;
    margin: 12px 0;
}
.df-project-team-card.pending-team-member .main-content .name {
  color: #CCCCCC;
}
.df-project-team-card .main-content .designation {
    display: block;
    color: #2B1665;
    font-size: 18px;
    letter-spacing: -0.39px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
    font-family: "Inter";
}
.df-project-team-card .main-content p {
   color: #424242;
    font-size: 14px;
    letter-spacing: -0.01px;
    line-height: 26px;
    margin-bottom: 0;
    height: 130px;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}
.df-project-team-card .view-profile-box {
    padding: 16px 24px;
    border-top: 1px solid #E4E2E2;
}
.df-project-team-card .view-profile-box span {
    color: #7F1BA4;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01px;
    line-height: 29px;
}
.df-project-team-card.pending-team-member .view-profile-box span {
  color: #cccccc;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .df-team-cards-wrapper {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .df-view-job-board-card {
        padding: 43px 23px;
    }
}
@media (min-width: 576px) and (max-width: 991.98px){
  .aware-project-top-bar-content .rfp-submission-buttons{
    right: 44px !important;
  }
  .aware-project-top-bar .top-bar-heading{
    padding-left: 0 !important;
    font-size: 21px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .df-project-team-card .main-content .prf-img-box {
        width: 130px;
        height: 130px;
    }
    /* For View Job Board Card */
    .df-view-job-board-card {
        padding: 35px 23px;
    }
    .df-view-job-board-card h3 {
        margin: 10px 0;
    }
    .df-view-job-board-card p {
        font-size: 16px;
    }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .df-team-cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .df-view-job-board-card {
        padding: 35px 23px;
    }
    .df-view-job-board-card h3 {
        margin: 10px 0;
    }
    .df-view-job-board-card p {
        font-size: 16px;
    }
  .profile-project-details {
    grid-template-columns: repeat(1, 1fr);
  }
  /*.project-presentation-sidebar .card-title {
    font-size: 11px;
    margin-bottom: 0;
  }*/
  /*.df-proposal-counter-content-grid .flip-card {
    font-size: 27px;
  }*/
  .project-presentation-sidebar .flip-card::after, .project-presentation-sidebar .flip-card::before {
    right: -25px !important;
  }
}
.initially-hidden {
   /* display: none;   */
}
.df-project-team-profile .main-content .prf-img-box img {
  object-fit: cover;
  border-radius: 50%;
  background: linear-gradient(130deg, #32c5ff 20%, #b620e0 50%, #f7b500 80%);
  max-width: 165px;
  padding: 5px;
  box-sizing: border-box;
}
.df-project-team-profile .main-content {
  text-align: center;
  margin-bottom: 24px;
}
.df-project-team-profile .main-content .name {
  color: #2B1665;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.52px;
  line-height: 32px;
  text-align: center;
  margin: 24px 0 13px 0;
}
.df-project-team-profile .main-content .designation{
  color: #2B1665;
  font-size: 18px;
  font-family: Inter;
  letter-spacing: -0.39px;
  line-height: 24px;
  padding-right: 3px;
}
.df-project-team-profile .main-content .pr-platform{
  color: #7F1BA4;
  font-size: 18px;
  font-family: Inter;
  letter-spacing: -0.39px;
  line-height: 24px;
  padding-left: 3px;
}
.cat-description .description-title {
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 24px;
}
.cat-description p {
  margin-bottom: 24px;
}


#review-info-modal .cat-description {
  color: #858585;
}

#review-info-modal .cat-description p {
  margin-bottom: 10px;
}

.profile-description {
  text-align: center;
}
.profile-project-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 6px;
  border: 1px solid #E4E2E2;
  background-color: #FAFAFA;
  cursor: pointer;
  padding: 16px 25px 21px 25px;
}
.profile-project-details h3{
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: 24px;
  margin-bottom: 12px;
}
.profile-project-details ul{
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.profile-project-details a{
  color: #7F1BA4;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  font-family: Inter;
  margin-bottom: 12px;
  display: inline-block;
}
.df-member-invite-alert.pending.after-submit.edit.initially-hidden{
display: none;
}
.df-member-invite-alert.pending.sent.edit.initially-hidden{
display: none;
}
.df-member-invite-alert.declined.edit.initially-hidden{
display: none;
}
.df-member-invite-alert.accepted.edit.initially-hidden{
display: none;
}
.df-member-invite-alert.expired.edit.initially-hidden{
display: none;
}
.df-proposal-creation-section .project-team-table tbody tr td.hide-invite
{
  display: none;
}
.df-proposal-creation-section .project-team-table tbody tr.hide-invite
{
  display: none;
}
.df-proposal-section .proposal-detail-box .invite-box {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.df-proposal-section .proposal-detail-box .invite-box h3 {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 12px;
}
.df-proposal-section .proposal-detail-box .invite-box p {
    color: #666666;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}
.df-proposal-section .proposal-detail-box .invite-box .buttons-box {
    margin-top: 55px;
    display: flex;
    gap: 10px 36px;
    flex-wrap: wrap;
    justify-content: center;
}
/*.df-proposal-section .proposal-detail-box .invite-box .buttons-box .decline-btn:hover{
  border: 2px solid #D0021B;
  border-radius: 3px;
  background: linear-gradient(180deg, #e67381 0%, #ff617c 100%);
  color: #fff;
}*/
.df-proposal-section .proposal-detail-box .invite-box .buttons-box .decline-btn {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    /* padding: 11px 24px; */
    padding: 16px 24px;
    border: 1px solid #FF3B30;
    border-radius: 4px;
    background: #FF3B30;
    color: #fff;
}
.df-proposal-section .proposal-detail-box .invite-box .buttons-box .invite-accept-btn {
    font-size: 18px;
}

/*notifications*/
.deepfunding-navbar .navbar-nav .nav-item, .deepfunding-navbar .navbar-nav .page_item,
.deepfunding-navbar .navbar-nav .menu-item .bell{
    align-items: center !important;
}
.deepfunding-navbar .navbar-nav .nav-item, .deepfunding-navbar .navbar-nav .page_item,
.deepfunding-navbar .navbar-nav .menu-item .bell .nav-link {
    color: inherit;
    font-size: 0.875rem;
}
.deepfunding-navbar .navbar-nav .nav-item, .deepfunding-navbar .navbar-nav .page_item, 
.deepfunding-navbar .navbar-nav .menu-item .bell .nav-link {
    padding-right: 0;
    padding-left: 0;
}
 .navbar-nav .menu-item .bell .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.dropdown-toggle {
    white-space: nowrap;
}
.navbar-nav .menu-item .notification-click i {
    font-size: 24px;
    margin: 0;
}
.navbar-nav .menu-item .notification-click .dropdown-toggle::after {
    border: none;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.fa-bell:before {
    content: "\f0f3";
}
.navbar-nav .navbar-dropdown {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    background-color: #fff;
}
.navbar-nav  .dropdown-menu {
    border: none;
    -webkit-box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
    -moz-box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.dropdown-menu.show {
    display: block;
}
.navbar-nav .dropdown-menu {
    /*position: static;*/
    float: none;
}
.navbar-nav .navbar-dropdown .notification-title {
    padding: 20px;
    margin-bottom: 0;
}
.navbar-nav .navbar-dropdown ul {
    padding: 0;
    list-style: none;
}
.navbar-nav  .navbar-dropdown .notifications {
    max-height: 450px;
    overflow-y: scroll;
    background-color: #f8f9fa;
}
.navbar-nav .notification-click li p {
    margin-bottom: 0;
}
.navbar-nav .notification-click li a span {
    font-weight: 500;
    color: #242424;
}
.navbar-nav .notification-click li p span.time {
    font-size: 10px;
    display: block;
    color: #777;
    text-transform: uppercase;
    margin-top: 5px;
}
.navbar-nav .notification-click li a span {
    font-weight: 500;
    color: #242424;
}
.navbar-nav .navbar-dropdown .dropdown-item {
    color: #777;
    white-space: normal;
    display: block !important;
    font-size: 14px;
}
.navbar-nav .navbar-dropdown .dropdown-item {
    margin-bottom: 0;
    padding: 0.65rem 1.5rem;
}
.dropdown-menu-right{
  position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /*display: none;*/
    float: left;
    min-width: 20rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f3f3f3;
    border-radius: 0.25rem;
}
.dropdown-toggle {
    white-space: nowrap;
}
a.menu-item.dropdown-toggle.notification-click::after {
    color: #ffffff;
}
.dropdown-menu-right .dropdown-item.active, .dropdown-item:active {
    /*color: #fff;*/
    text-decoration: none;
/*    background-color: #eaecef;*/
background: none;
}

/*.df-proposal-creation-section .proposal-creation-container .warning-text p  {
  color: #666666;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 48px;
}*/

.action_container
{
  float: right;
  position: absolute;
  right: 10px;
  top: 8px;
}
/*notifications*/

.df-header-primary .sb-menu > ul > li.df-list .df-notification-toggle:has(.df-notify-btn) {
    display: inline-block;
    position: relative;
    top: -5px;
    line-height: 77px;
}
.df-notification-toggle .df-notify-btn {
    position: relative;
    background-color: transparent;
    padding: 0;
    border: 0;
}
.df-notification-toggle .df-notify-btn .df-notification-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 2px 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 14px;
    font-family: "Inter", sans-serif;
    border-radius: 5px;
    color: #ffff;
    min-width: 24px;
    background-color: #D0021B;
}
.df-notification-toggle .df-notify-btn::after {
    content: none;
}
.df-notification-toggle .df-notify-btn img {
    width: 20px;
/*    filter: invert(1);*/
}
.df-notification-toggle .df-notification-toggle-menu {
    top: calc(100% + 12px);
    min-width: 450px;
    left: unset;
    right: -10px;
    padding: 20px;
    border: 0;
    border-radius: 4px;
    background-color: #FAFAFA;
    box-shadow: 0 8px 10px 2px rgba(0,0,0,0.12);
    max-height: 70vh;
    overflow-y: auto;
    inset: unset !important;
    top: 82px !important;
    right: 0 !important;
    transform: unset !important;
}
.df-notification-toggle-menu .df-notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D6D6D6;
    padding: 17px 26px;
    height: 60px;
}

.df-notification-toggle-menu .df-notification-header h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(1,0,4,0.87);
    margin-bottom: 0;
    letter-spacing: 0;
}
.df-notification-toggle-menu .df-notification-header .header-content {
    display: flex;
    align-items: center;
    gap: 10px 24px;
}
.df-notification-toggle-menu .df-notification-header .header-content button {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #7F1BA4;
    background-color: transparent;
    border: 0;
    letter-spacing: 0.25px;
    font-family: "Open Sans";
}
.df-notification-toggle-menu .df-notification-header .header-content button[disabled] {
    color: #CCCCCC;
}
.df-notification-toggle-menu .df-notification-header .header-content a:has(img) {
  line-height: 24px;
}
.df-notification-toggle-menu .df-notification-header .header-content a img {
    width: 24px;
    filter: invert(14%) sepia(96%) saturate(3718%) hue-rotate(280deg) brightness(83%) contrast(93%);
}
.df-notification-toggle-menu .df-notification-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 10px 22px 26px;
    border-bottom: 1px solid #D6D6D6;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.df-notification-toggle-menu li:last-child .df-notification-box {
    border-bottom: 0;
}
.df-notification-toggle-menu .df-notification-box .unread-notification {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 10px;
    height: 10px;
    background-color: #098321;
    border-radius: 50%;
}
.df-notification-toggle-menu .df-notification-box:hover {
    background-color: rgba(127,27,164,0.15);
}
.df-notification-toggle-menu .df-notification-box .user-content-box .user-img-box.admin-tag {
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    background-color: #DEEAFF;
    border-radius: 35px;
    text-align: center;
    padding: 10px;
}
.df-notification-toggle-menu .df-notification-box .user-content-box .user-img-box.round-tag {
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    background: linear-gradient(225deg, #32C5FF 0%, #B620E0 51.26%, #F7B500 100%);
    border-radius: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}
.df-notification-toggle-menu .df-notification-box .user-content-box .user-img-box.round-tag img.emoji{
 height: 30px !important;
    width: 30px !important; 
}
.df-notification-toggle-menu .df-notification-box .user-content-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.df-notification-toggle-menu .df-notification-box .user-content-box .user-img-box {
    width: 50px;
    height: 50px;
}
.df-notification-toggle-menu .df-notification-box .user-content-box .user-img-box img {
    border-radius: 50%;
}
.df-notification-toggle-menu .df-notification-box .user-content-box .user-meta-box {
    width: calc(100% - 60px);
}
.df-notification-toggle-menu .df-notification-box .user-content-box .user-meta-box h5 {
    color: rgba(1,0,4,0.87);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0;
    margin-top: 5px;
}
.df-notification-toggle-menu .df-notification-box .user-content-box .user-meta-box p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
}
.df-notification-toggle-menu .df-notification-box .user-content-box .user-meta-box p small {
  color: #6E6E6E;
}
.df-notification-toggle-menu .df-notification-box .user-content-box .user-meta-box span small {
    color: #6E6E6E;
}
.df-notification-toggle-menu .df-notification-box .project-img-box {
    display: flex;
    align-items: center;
    gap: 4px;
}
.df-notification-toggle-menu .df-notification-box .project-img-box .img-box {
    width: 92px;
    height: 50px;
}
.df-notification-toggle-menu .df-notification-box .project-img-box .df-more {
    width: 22px;
    filter: invert(14%) sepia(96%) saturate(3718%) hue-rotate(280deg) brightness(83%) contrast(93%);
  visibility: hidden;
}
.df-notification-toggle-menu .df-all-notification-box {
    padding: 13px 24px;
    text-align: center;
    border-top: 1px solid #D6D6D6;
    box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.1);
    line-height: 24px;
}
.df-notification-toggle-menu .df-all-notification-box a {
    color: #9050E9;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.43px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
.df-notification-toggle-menu .df-caught-all-notifications {
    padding: 150px 30px;
    text-align: center;
}
.df-notification-toggle-menu .df-caught-all-notifications h3 {
    color: #212121;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 48px;
    margin: 12px 0;
}
.df-notification-toggle-menu .df-caught-all-notifications p {
    color: #666666;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

/* df-notifications-section-start */
.df-notifications-section {
    padding: 96px 0 185px 0;
    background-color: #F4F8FF;
}
.df-notifications-content {
    max-width: 688px;
    margin: 0 auto;
}
.df-notifications-content .df-all-notifications-list .df-notification-boxes{
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom:1px solid rgba(0, 0, 0, 0.16);
}
.df-notifications-content .df-all-notifications-list .df-notification-boxes .df-notification-box{
  padding:16px 12px;
  border-radius:8px;
  border-bottom:0;
  gap:14px;
  flex-direction: column;
  align-items: flex-start;
}
.df-notifications-content .df-all-notifications-list .df-notification-boxes .df-notification-box.active {
  background: rgba(0, 0, 0, 0.06);
}
.df-notifications-content .df-all-notifications-list .df-notification-boxes .df-notification-box .unread-notification {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 10px;
  height: 10px;
  background-color: #098321;
  border-radius:50%;
}
.df-notifications-content .df-all-notifications-list .df-notification-boxes .df-notification-box .user-content-box {
  align-items: center;
  gap:8px;
}
.df-notifications-content .df-all-notifications-list .df-notification-boxes .df-notification-box .user-content-box .user-img-box {
  width: 40px;
  height: 40px;
}
.df-notifications-content .df-all-notifications-list .df-notification-boxes .df-notification-box .user-content-box .user-img-box.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df-notifications-content .df-all-notifications-list .df-notification-boxes .df-notification-box .user-content-box .user-meta-box {
  width: calc(100% - 45px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.df-notifications-content .df-all-notifications-list .df-notification-boxes .df-notification-box .user-meta-box h5 {
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 0;
}
.df-notifications-content .df-all-notifications-list .df-notification-boxes .df-notification-box .user-meta-box small {
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
 .df-notifications-content .df-all-notifications-list .df-notification-boxes .df-notification-box p {
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin:0;
}
.df-notifications-content .df-notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #9A8EB8;
    margin-bottom: 24px;
}
.df-notifications-content .df-notification-header h3 {
    color: #010004;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.66px;
    line-height: 61px;
    margin-bottom: 0;
}
.df-notifications-content .df-notification-header .header-content {
    display: flex;
    align-items: center;
    gap: 10px 24px;
    padding-right: 35px;
}
.df-notifications-content .df-notification-header .header-content button {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #7F1BA4;
    background-color: transparent;
    border: 0;
    letter-spacing: 0.25px;
    font-family: "Open Sans";
}
.df-notifications-content .df-notification-header .header-content button[disabled] {
  color: #CCCCCC;
}
.df-notifications-content .df-notification-header .header-content a img {
    width: 24px;
    filter: invert(14%) sepia(96%) saturate(3718%) hue-rotate(280deg) brightness(83%) contrast(93%);
}
.df-notifications-content .filter-container {
    padding: 0;
    margin-bottom: 24px;
}
.df-notifications-content .filter-container form {
    align-items: flex-end;
}
.df-notifications-content .filter-container .form-group select {
    border: 1px solid #7F1BA4;
}
.df-notifications-content .filter-container .form-group select option:hover {
  color: #9050E9;
  font-size: 18px;
  padding: 10px 20px;
  background-color: #FAFAFA;
  box-shadow: 0 0 10px 100px #000 inset;
}
.df-notifications-content .filter-container .form-check {
    margin-bottom: 12px;
}
.df-notifications-content .filter-container .form-check input:focus {
    box-shadow: none;
}
.df-notifications-content .filter-container .form-check label {
    color: #666666;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
}
.df-all-notifications-list {
    background-color: #ffff;
    list-style: none;
/*     padding-left: 0;*/
    padding: 16px;
}
.df-all-notifications-list .df-notification-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    border-bottom: 1px solid #D6D6D6;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.df-all-notifications-list li:last-child .df-notification-box {
    border-bottom: 0;
}
.df-all-notifications-list .df-notification-box .unread-notification {
    position: absolute;
    top: 44px;
/*    left: 10px;*/
    width: 8px;
    height: 8px;
    background-color: #7F1BA4;
    border-radius: 50%;
}
.df-all-notifications-list .df-notification-box:hover {
    background-color: rgba(127,27,164,0.15);
}
.df-all-notifications-list .df-notification-box .user-content-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.df-all-notifications-list .df-notification-box .user-content-box .user-img-box {
    width: 50px;
    height: 50px;
}
.df-all-notifications-list .df-notification-box .user-content-box .user-img-box img {
    border-radius: 50%;
}
.df-all-notifications-list .df-notification-box .user-content-box .user-meta-box {
  width: calc(100% - 55px);
}
.df-all-notifications-list .df-notification-box .user-content-box .user-meta-box h5 {
    color: rgba(1,0,4,0.87);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0;
    margin-top: 5px;
}
.df-all-notifications-list .df-notification-box .user-content-box .user-meta-box p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
}
.df-all-notifications-list .df-notification-box .user-content-box .user-meta-box p small,
.df-all-notifications-list .df-notification-box .user-content-box .user-meta-box span small {
    color: #6E6E6E;
}
.df-all-notifications-list .df-notification-box .project-img-box {
    display: flex;
    align-items: center;
    gap: 4px;
}
.df-all-notifications-list .df-notification-box .project-img-box .img-box {
    width: 92px;
    height: 50px;
}
.df-all-notifications-list .df-notification-box .project-img-box .df-more {
    width: 22px;
    filter: invert(14%) sepia(96%) saturate(3718%) hue-rotate(280deg) brightness(83%) contrast(93%);
}
.df-all-notifications-list .df-all-notification-box {
    padding: 24px;
    text-align: center;
    border-top: 1px solid #D6D6D6;
    box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.1);
}
.df-notifications-content .df-all-notification-box {
    padding: 24px;
    text-align: center;
    border-top: 1px solid #D6D6D6;
    box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.1);
}
.df-notifications-content .df-all-notification-box a {
    color: #9050E9;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.43px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
.df-notifications-content .df-caught-all-notifications {
    padding: 60px 0px;
    text-align: center;
    max-width: 338px;
    margin: 0 auto;
}
.df-notifications-content .df-caught-all-notifications h3 {
    color: #212121;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 48px;
    margin: 12px 0;
}
.df-notifications-content .df-caught-all-notifications p {
    color: #666666;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}
/* df-notifications-section-end */


/* responsive css */
@media (min-width: 320px) and (max-width: 575.98px) {
    /*.df-notification-toggle {
        margin: 0 10px;
    }*/

    .deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu{
      width: unset;
    }
    .df-notification-toggle .df-notification-toggle-menu {
        min-width: 100%;
        width: calc(100vw - 20px);
        right: -60px !important;
    }
    .df-notification-toggle-menu .df-notification-header {
        padding: 14px;
        align-items: flex-end;
    }
    .df-notification-toggle-menu .df-notification-header .header-content {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .df-notification-toggle-menu .df-notification-box {
        padding: 14px 10px 14px 26px;
        flex-wrap: wrap;
        gap: 10px;
    }
    .df-notification-toggle-menu .df-notification-box .unread-notification {
        top: 36px;
    }
    .df-notification-toggle-menu .df-caught-all-notifications {
        padding: 100px 20px; 
    }
    .df-notification-toggle-menu .df-caught-all-notifications h3 {
        font-size: 24px;
    }
    /* All notification responsive css  */
    .df-notifications-content .filter-container form {
        flex-wrap: wrap;
        gap: 10px;
    }
    .df-notifications-content .df-notification-header {
        padding: 14px 0;
        align-items: flex-end;
        gap: 10px;
    }
    .df-notifications-content .df-notification-header h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .df-notifications-content .df-notification-header .header-content {
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-right: 0;
    }
    .df-all-notifications-list .df-notification-box {
        padding: 14px 10px 14px 26px;
        flex-wrap: wrap;
        gap: 10px;
    }
    .df-all-notifications-list .df-notification-box .unread-notification {
        top: 36px;
    }
    .df-notifications-content .df-caught-all-notifications {
        padding: 100px 20px; 
    }
    .df-notifications-content .df-caught-all-notifications h3 {
        font-size: 24px;
    }
    .df-notifications-content .df-caught-all-notifications {
        padding: 60px 0px;
    }
}
@media (max-width: 400px) {
  .navbar-expand-lg .navbar-toggler.extra-menu-toggler {
    padding: 5px 0 0 0;
  }
  /*.df-notification-toggle {
    margin: 0 5px;
  }*/
  .deepfunding-navbar .df-user-dropdown .user-action {
    margin-left: 5px;
  }
}
.df-all-notifications-list .df-notification-box .user-content-box .user-img-box.admin-tag {
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    background-color: #DEEAFF;
    border-radius: 35px;
    text-align: center;
    padding: 10px;
}
.df-all-notifications-list .df-notification-box .user-content-box .user-img-box.round-tag {
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    background: linear-gradient(225deg, #32C5FF 0%, #B620E0 51.26%, #F7B500 100%);
    border-radius: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
.df-all-notifications-list .df-notification-box .user-content-box .user-img-box.round-tag img.emoji{
 height: 30px !important;
    width: 30px !important; 
}

ul.df-notifications-list{
  list-style-type: none;
}
/*height: 50px;
    width: 50px;
    background: linear-gradient(225deg, #32C5FF 0%, #B620E0 51.26%, #F7B500 100%);
    border-radius: 35px;
    text-align: center;
    padding: 10px;*/

/* Notifications Settings*/
.df-notification-setting-wrapper {
    /*padding: 36px 0 66px 0;*/
    background-color: #F4F8FF;
}
.df-notification-setting-content {
    max-width: 688px;
    margin: 0 auto;
    background-color: #ffff;
    border-radius: 4px;
}
.df-notification-setting-content .title-box {
    border: 1px solid #F5F7F8;
    padding: 13px 20px;
}
.df-notification-setting-content h5 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
}
.df-notification-setting-content .notification-setting-body {
    padding: 24px 20px 42px 20px;
}
.df-notification-setting-content .notification-setting-body h5 {
    margin-bottom: 12px;
    line-height: 24px;
}
.df-notification-setting-content .notification-setting-body p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
}
.df-notification-setting-content .notification-setting-body p span {
    color: #9050E9;
}
.df-notification-setting-list {
    max-width: 451px;
    margin: 24px auto 48px auto;
    background-color: #FAFAFA;
    border-top: 1px solid #CCCCCC;
}
.df-notification-setting-list.notify-custom-margin {
    margin-bottom: 36px;
}
.df-notification-setting-list .df-notification-setting-box {
    display: flex;
    align-items: flex-start;
    gap: 15px 27px;  
    padding: 20px;
    border-bottom: 1px solid #CCCCCC;
}
.df-notification-setting-list .df-notification-setting-box .meta-box h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    color: #212121;
    margin-bottom: 0;
}
.df-notification-setting-list .df-notification-setting-box .meta-box p {
    line-height: 20px;
}
.df-notification-setting-list .df-notification-setting-box .switch-btn {
    padding: 0;
    position: relative;
    border: none;
    height: 14px;
    width: 34px;
    border-radius: 25px;
    color: #6b7381;
    background: rgba(0,0,0,0.38);
}
.df-notification-setting-list .df-notification-setting-box .switch-btn.active {
    background: rgba(127,27,164,0.38);
}
.df-notification-setting-list .df-notification-setting-box .switch-btn:focus {
    box-shadow: none;
}
.df-notification-setting-list .df-notification-setting-box .switch-btn > .handle {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.18);
    transition: left 0.25s;
}
.df-notification-setting-list .df-notification-setting-box .switch-btn.active > .handle {
    background: #7F1BA4;
}
.df-notification-setting-list .df-notification-setting-box .switch-btn.active > .handle {
    left: 17px;
    transition: left 0.25s;
}
.df-notification-setting-content .notification-setting-body .setting-btn-box {
    text-align: center;
}

.df-notifications-list {
  padding-left: 0;
}
.df-notification-toggle-menu .df-notification-box:hover .project-img-box .df-more {
  visibility: visible;
}

#are_you_bringing_any_new_services_to_the_platform_ {
  display: none;
}
#will_you_be_using_any_ai_services_already_existing_on_the_platfrom_today {
  display: none;
}

.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .pool_description .modal-body p {
  color: #666666;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0.29px;
  line-height: 26px;
}

.df-proposal-creation-section .proposal-submition-wrapper .submittion-points .right-points li {
  position: relative;
  margin-left: 20px;
  list-style: none;
}

.view-proposal-tab:hover {
  color: #fd9542;
  text-decoration: none;
}
.df-project-complete-detail-section .project-detail-overview a.view-team-btn{
  color: #9050E9;
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.43px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    background-color: transparent;
    padding: 10px 26px;
    border: 2px solid #9050E9;
    border-radius: 3px;
}
/* Styling for pagination */
.fl-navigation {
  padding: 10px 0 10px 0px;
  text-align: center;
}

.fl-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fl-navigation li {
  display: inline;
/*  margin: 0 5px;*/
}

.fl-navigation a {
  text-decoration: none;
  /*padding: 5px 10px;
  border: 1px solid #9050E9;
  color: #9050E9;
  background: transparent;*/
  /*background-color: #f9f9f9;
  color: #333;*/
  padding: 2px 10px;
  color: #979698;
  font-family: "DM Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* ----- updated ---- */
  padding: 4px 10.5px;
  font-size: 13px;
  border-radius: 500px !important;
}

.fl-navigation a:hover {
  /*background-color: #ddd;*/

}

.fl-navigation .active a {
  border-radius: 4px;
  background: #E9E7EC;
  color: #2C2B2F;
}
.edit-button{
 /*display: none;*/
}

/* deepfunding-dashboard-start */
.deepfunding-dashboard {
/*    padding-top: 40px;*/
    padding-top: 0px;
    height: 100vh;
}
.deepfunding-dashboard .df-dashboard-wrapper {
    display: flex;
    gap: 0 24px;
}
.df-dashboard-sidebar .sidebar-inner-content {
    position: sticky;
/*    top: 112px;*/
    top:88px;
    width: 273px;
/*    height: auto;*/
    height: 692px;
    padding: 32px 16px;
/*    padding: 20px 10px 120px 20px;
    border-radius: 6px;*/
    background: #fff;
    border-right: 1px solid #E6E6E6;
/*    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.3), 0 4px 4px 0 rgba(0,0,0,0.05), 0 0 15px 0 rgba(26,16,59,0.1);*/
/*    height: calc(100vh - 140px);*/
}


.df-user-card-style ul li.active {
/*  background-color: #9050E9;
  border-radius: 6px;*/
/*  background-image: linear-gradient( 225deg, #32c5ff 20%, #b620e0 50%, #f7b500 80% );*/
}
.df-user-card-style ul li.active a{
/*   color: #F4EEFD !important;*/
}
.df-user-card-style ul {
    margin-bottom: 24px;
    padding: 0;
}
.df-user-card-style ul li {
/*    margin-bottom: 8px;*/
    list-style-type: none;
    display: flex;
/*    padding-left: 10px;*/
    transition: 0.5s ease-in-out;
    border-radius: 6px;
}
.df-user-card-style ul li a {
    display: block;
    color: #6C6B6D;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 150%; 
    letter-spacing: -0.17px;
    padding: 2px;
    border-radius: 6px;
    background-color: transparent;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.df-feed-menu-list{
/*  min-height: 692px;*/
}


/*.df-user-feed-menu ul li:hover {
    background-color: #9050E9;
    border-radius: 6px;
}*/
/*.df-feed-user-deatils li:hover,
.df-feed-user-deatils li:hover svg,
.df-feed-user-deatils li:hover path {
  background: none !important;
  color: inherit !important;
  fill: inherit !important;
  text-decoration: none !important;
}*/

/*.df-user-card-style ul li:hover a{
    color: #F4EEFD !important;
}
.df-user-card-style ul li:active a{
    color: #F4EEFD !important;
}
.user-card-tags li:hover{
  background-color: #9050E9;
    border-radius: 6px;
}*/



.dashboard-menu-list.df-feed-menu-list li {
  position: relative;
}

.dashboard-menu-list.df-feed-menu-list li img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  transition: opacity 0.3s ease;
}
.df-user-card-style.df-user-feed-menu h3{
color: #979698;
font-family: "DM Sans";
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 19.5px */
text-transform: uppercase;
}
/*.dashboard-menu-list.df-feed-menu-list li:hover img,
.dashboard-menu-list.df-feed-menu-list li.active img {
  opacity: 0; */
  /* Hide the default icon */
/*}*/

/*.dashboard-menu-list.df-feed-menu-list li.Feeds:hover::before,
.dashboard-menu-list.df-feed-menu-list li.Feeds.active::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/Dahsboard_icon(1).svg') no-repeat center;
  background-size: contain;
}

.dashboard-menu-list.df-feed-menu-list li.News:hover::before,
.dashboard-menu-list.df-feed-menu-list li.News.active::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/Awarded_icon(2).svg') no-repeat center;
  background-size: contain;
}

.dashboard-menu-list.df-feed-menu-list li.ProjectUpdates:hover::before,
.dashboard-menu-list.df-feed-menu-list li.ProjectUpdates.active::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/proposal_icon(1).svg') no-repeat center;
  background-size: contain;
}

.dashboard-menu-list.df-feed-menu-list li.ProposalVideos:hover::before,
.dashboard-menu-list.df-feed-menu-list li.ProposalVideos.active::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/RFPTeams_icon(1).svg') no-repeat center;
  background-size: contain;
}
*/









.df-dashboard-sidebar h6 {
    color: #979698;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.df-dashboard-sidebar ul {
    margin-bottom: 24px;
    padding: 0;
}
.df-dashboard-sidebar ul li {
    margin-bottom: 8px;
    list-style-type: none;
    display: flex;
    padding-left: 10px;
    transition: 0.5s ease-in-out;
    border-radius: 6px;
}
.df-dashboard-sidebar ul li a {
    display: block;
    color: #6C6B6D;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 150%; 
    letter-spacing: -0.17px;
    padding: 2px;
    border-radius: 6px;
    background-color: transparent;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}


.df-dashboard-sidebar ul li:hover {
    background-color: #9050E9;
    border-radius: 6px;
    cursor: pointer;
}
.df-dashboard-sidebar ul li:hover a{
    color: #F4EEFD;
}
li.awardedproposal:hover img,
li.awardedproposal.active img
 {
        content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/Awarded_icon(2).svg'); /* Change to your hover image */
 }
 li.activity:hover img,
li.activity.active img
 {
        content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/Dahsboard_icon(1).svg'); /* Change to your hover image */
 }

li.myproposal:hover img,
li.myproposal.active img
 {
        content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/dashboard-proposal-white(1).svg'); /* Change to your hover image */
 }
 li.rfpideation:hover img,
li.rfpideation.active img
 {
        content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/proposal_icon(1).svg'); /* RFPTeams_icon(1).svg */
 }

li.rfps:hover img,
li.rfps.active img
 {
        content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/RFPTeams_icon(1).svg'); /* RFPTeams_icon(1).svg */
 }

 
 li.team-member:hover img,
li.team-member.active img
 {
        content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/Pteams_icon(1).svg'); /* Change to your hover image */
 }
 li.rfp-team:hover img,
li.rfp-team.active img
 {
        content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/icon_RFP_teams.svg'); /* Change to your hover image */
 }

 li.team-invite:hover img,
li.team-invite.active img
 {
        content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/Tinvites(1).svg'); /* Change to your hover image */
 }

 li.account-settingz:hover img,
li.account-settingz.active img
 {
        content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/icon_user_settings.svg'); /* Change to your hover image */
 }

 li.user-profilez:hover img,
li.user-profilez.active img
 {
        content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/icon_user_profile.svg'); /* Change to your hover image */
 }

.df-dashboard-sidebar ul li.active {
    background-color: #9050E9;
    border-radius: 6px;
/*    background-image: linear-gradient( 225deg, #32c5ff 20%, #b620e0 50%, #f7b500 80% );*/
}
.df-dashboard-sidebar ul li.active a{
   color: #F4EEFD !important;
}
.df-dashboard-sidebar ul li a span {
    display: block;
    padding: 8px 7px;
    border-radius: 4px;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}
/* .df-dashboard-sidebar ul li a:hover span {
    background-color: #EBDCF1;
}
.df-dashboard-sidebar ul li a.active span {
    background-color: #EBDCF1;
} */
.df-dashboard-sidebar .sidebar-top-content {
/*  height: 50vh;*/
  overflow-y: auto;
  scrollbar-color: #EBDCF1 transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
/*  padding-right: 10px;*/
}
.df-dashboard-sidebar .setting-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: #fff;
    width: 100%;
}
.df-dashboard-sidebar .setting-box ul {
    margin-bottom: 0;
}
.df-dashboard-sidebar .setting-box ul li {
    margin-bottom: 0;
}
.df-dashboard-sidebar .setting-box ul li a {
    padding: 12px 0;
    display: flex;
    align-items: center;
}
.df-dashboard-sidebar .setting-box ul li a:hover {
    background-color: transparent;
}
.df-dashboard-sidebar .setting-box ul li a img {
    margin-right: 10px;
}
.deepfunding-dashboard .df-dashboard-content {
/*    width: calc(100% - 300px);*/
    width: calc(100% - 297px);
    padding-top: 32px;
}

.deepfunding-dashboard .df-dashboard-content .df-dashboard-main-card .ideas-list .idea-dashboard .rfp-idea-entries{
    padding: 0px;
}
.deepfunding-dashboard .df-dashboard-content .df-dashboard-main-card .ideas-list .idea-dashboard .rfp-idea-entries .row{
  gap: 24px 0;
  padding: 0 24px;
}
.deepfunding-dashboard .df-dashboard-content .df-dashboard-main-card .ideas-list .idea-dashboard .rfp-idea-entries .rfp-idea-card{
  margin-top: 0px;
}
.deepfunding-dashboard .df-dashboard-content .df-dashboard-main-card .ideas-list .idea-dashboard .rfp-idea-entries .rfp-idea-card .rfp-idea-card-content h4.heading-text{
  color: #211440;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 1;
  overflow:hidden;
  text-overflow: ellipsis;
}
.deepfunding-dashboard .df-dashboard-content .df-dashboard-main-card .ideas-list .idea-dashboard .rfp-idea-entries .rfp-idea-card .rfp-idea-card-content .body-text{
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 2;
  overflow:hidden;
  text-overflow: ellipsis;
  min-height: 42px;
  margin: 0;
}
.deepfunding-dashboard .df-dashboard-content .df-dashboard-main-card .ideas-list .idea-dashboard .rfp-idea-entries .rfp-idea-card .rfp-category .discussion > span{
  color: #2C2B2F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.deepfunding-dashboard .df-dashboard-content .df-dashboard-main-card .ideas-list .idea-dashboard .rfp-idea-entries .rfp-idea-card .rfp-category .dashbboard-voting-p{
  color: #6C6B6D;
  font-family: "DM Mono";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%; 
}
.deepfunding-dashboard .df-dashboard-content .df-dashboard-main-card .ideas-list .idea-dashboard .rfp-idea-card .status-btn.status1{
  color: #FF006B;
  border: 1px solid #FF006B;
  background: #FFF1F7;
}
.deepfunding-dashboard .df-dashboard-content .df-dashboard-main-card .ideas-list .idea-dashboard .rfp-idea-card .status-btn{
  padding: 6px 12px;
}
.deepfunding-dashboard .df-dashboard-content .df-dashboard-main-card .ideas-list .idea-dashboard .rfp-idea-card .status-btn.status3{
  color: #FF006B;
  border: 1px solid #FF006B;
  background: linear-gradient(90deg, rgba(255, 19, 236, 0.07) 0.04%, rgba(255, 187, 1, 0.07) 98.79%), #FFF;
}
.df-dashboard-main-card {
    /*border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.07), 0 2px 1px -1px rgba(0,0,0,0.07), 0 1px 3px 0 rgba(0,0,0,0.1);*/
    margin-bottom: 36px;
/*    margin-top: 44px;*/
}

.df-dashboard-main-card .card-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
/*    gap: 10px 20px;*/
    padding: 0px;
/*    background-color: #ffff;*/
    background-color: transparent;
/*    border-bottom: 1px solid #D8D8D8;*/
    border-bottom: none;
}
.df-dashboard-main-card .card-header h2 {
    color: #211440;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.66px;
    margin-bottom: 0;
}


.df-dashboard-main-card .card-header .submission-buttons:first-child a {
  margin-right: 20px;
}
.df-dashboard-main-card .card-header .submission-buttons a {
  padding: 13px 20px;
}
.df-dashboard-main-card .card-body {
/*    padding: 24px 32px;*/
  padding: 0;
  padding-bottom: 0;
  width: 100%;
}
.df-dashboard-main-card .card-body .df-dashboard-proposal-tabs {
  margin-bottom: 0;
  display: flex;
  gap:32px;
}

/*dashboard carousel*/
.df-dashboard-main-card .card-body .counter-modules .idea-compaign{
  margin-bottom: 48px;
}
.idea-compaign .carousel-indicators {
  bottom: -34px;
  margin:0;
}
.idea-compaign .carousel-indicators .active {
  opacity: 1 !important;
}
.idea-compaign .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 3px;
  /* height: 3px !important; */
  padding: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: black;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  opacity: .5;
  transition: opacity .6s ease;
  /* height: 25px; */
}
.idea-compaign .idea-campigan-bannar {
  position: relative;
  width: 100%;
  /* height: 381px; */
/*  margin-top: 24px;*/
  border-radius: 16px;
  border: 2px solid #E4E9F2;
  background: linear-gradient(123deg, rgba(216, 249, 255, 0.00) 1.55%, #D8F9FF 97.41%), #FFF;
}
.idea-compaign .idea-campigan-bannar .banner-breadcrumb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #E4E9F2;
}
.idea-compaign .lable-tag {
  display: flex;
  align-items: center;
  gap: 6px 16px;
  flex-wrap: wrap;
  border-bottom-left-radius: 12px;
}
.idea-compaign .bannar-content {
  position: relative;
  max-width: 576px;
  padding: 20px 16px;
  z-index: 1;
}
.idea-compaign .bannar-content .bannar-essentials {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.idea-compaign .bannar-content .bannar-essentials .slogan {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #1e1243;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
.idea-compaign .bannar-essentials h6 {
  font-family: 'DM Sans', sans-serif;
  color: #1E1243;
  font-weight: 600;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0%;
  margin-bottom: 0;
}
.idea-compaign .bannar-essentials .heading-span {
  font-family: 'DM Sans', sans-serif;
  color: #1E1243;
  font-weight: 600;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0%;
  color: #9050E9;
}
.idea-compaign .idea-submission-btn {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.idea-compaign .df-theme-primary-btn {
  z-index: 0;
}
.idea-compaign .idea-submission-btn .learn-more-btn {
  background: transparent;
}
.idea-compaign .idea-campigan-bannar .idea-bannar-left-img {
  position: absolute;
  right: 50px;
  bottom: 2px;
}
.idea-compaign .idea-campigan-bannar .idea-bannar-left-img img {
    width: 145px;
    mix-blend-mode: multiply;
}
.idea-compaign  .idea-submission-btn .learn-more-btn:hover {
  background: #9050E9;
}
.df-dashboard-main-card .card-body .counter-modules
{
  /*display: grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px;*/
/*  gap: 20px;
    margin-top: 36px;*/
    margin-top: 24px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #E4E9F2;
    background: #FFF;
}
.df-dashboard-main-card .card-body .counter-modules .row{
  gap: 15px 0;
}
.df-dashboard-main-card .card-body .counter-modules .proposals-counter{
/*  width: 450px;*/
}

.df-dashboard-main-card .card-body h4 {
    color: #010004;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 24px;
    margin-bottom: 24px;
}
.df-dashboard-main-card .card-body p {
/*    max-width: 925px;*/
    max-width: 628px;
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    padding-top: 8px;
    margin:0;
}
.df-dashboard-main-card .card-body .df-dashboard-para{
    max-width: 100%;
}
.df-dashboard-main-card .card-body p .df-dashboard-para-link{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto;
  text-underline-position: from-font;

}
.df-dashboard-main-card .card-body .df-dashboard-para-spacing{
   padding-bottom: 16px;
   border-bottom: 1px solid #979698;
   margin-bottom: 24px;
}
.df-dashboard-main-card .card-body .submission-buttons{
  padding-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #979698;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.df-dashboard-main-card .summary-box {
    max-width: 925px;
    margin-top: 48px;
}
.df-dashboard-main-card .summary-box h2 {
    color: #010004;
    font-family: Inter;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.66px;
    line-height: 61px;
    border-bottom: 1px solid #9A8EB8;
    margin-bottom: 36px;
}
.df-dashboard-main-card .project-summary-card {
    display: block;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    background-color: #FFFFFF;
    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-bottom: 30px;
}
.df-dashboard-main-card .project-summary-card .heading {
    padding: 18px 10px;
    border-bottom: 1px solid #D8D8D8;
}
.df-dashboard-main-card .project-summary-card .heading h4 {
    color: #2B1665;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}
.df-dashboard-main-card .project-summary-card:hover .heading h4 {
    color: #9050E9;
}
.df-dashboard-main-card .project-summary-card .meta-box {
    padding: 18px 10px;
}
.df-dashboard-main-card .project-summary-card .meta-box h3 {
    color: #212121;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 4.36px;
    line-height: 48px;
    margin-bottom: 12px;
}
.df-dashboard-main-card .project-summary-card .meta-box span {
    color: #9B9B9B;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.67px;
    line-height: 16px;
}
.deepfunding-dashboard .df-notification-toggle {
    margin: 0 0 30px 0;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu {
    /*max-width: 450px;
    min-width: 100%;
    border-radius: 6px;*/
    border-radius: 12px;
    border: 2px solid #E4E9F2;
    background: #FFF;
    padding: 16px;
    box-shadow: none;
    max-height: 100%;
    overflow-y: unset;
    min-width: 100%;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-notification-box{
  padding: 16px 12px;
  border-radius:8px;
  border-bottom:0;
  gap:14px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;  
  
}




.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-notification-box.active{
  background: rgba(0, 0, 0, 0.06);
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-notification-box .user-content-box .user-meta-box{
  width: calc(100% - 45px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-notification-box .user-content-box .user-img-box .img-fluid{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-notification-box .user-content-box .user-meta-box h5{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 0;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-notification-box .user-content-box .user-meta-box small{
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-notification-box p{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-notification-header{
  padding:0;
  height: unset;
  border-bottom:none;
  padding-bottom: 24px;
  flex-wrap: wrap;
  gap:10px 0;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-rfp-avilable-posts-outer{
  border-radius:4px;
  border:1px solid #EAECF0;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-rfp-avilable-posts-outer .df-rfp-avilable-posts-header{
  padding: 12px 24px;
  border-bottom:1px solid #EAECF0;
  background: #F5F5F5;
  border-radius: 4px 4px 0 0;
  display: flex;
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-rfp-avilable-posts-outer .df-rfp-avilable-posts-header .rfp-header-content-1{
  width: 75%;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-rfp-avilable-posts-outer .df-rfp-avilable-posts-header .rfp-header-content-2{
  width: 25%;
}

.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-rfp-avilable-posts-outer .df-rfp-post-lists{
  list-style-type: none;
  padding:0;
}

#rfp-posts-wrapper .null-state-active-rfp {
    padding: 60px 45px;
    text-align: center;
}
#rfp-posts-wrapper .null-state-active-rfp span:nth-of-type(1) {
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
}
#rfp-posts-wrapper .null-state-active-rfp span:nth-of-type(2) {
    color: #6C6B6D;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;    
}





.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-rfp-avilable-posts-outer .df-rfp-post-lists li{
  padding: 16px 24px;
  border-bottom: 1px solid #E9E7EC;
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-rfp-avilable-posts-outer .df-rfp-post-lists li:last-child{
  border-bottom: 0px;
}

.df-rfp-avilable-posts-outer .df-rfp-post-lists .rfp-list-box{
  display: flex;
}
.df-rfp-avilable-posts-outer .df-rfp-post-lists .rfp-list-box .rfp-list-box-1{
  width: 75%;
}
.df-rfp-avilable-posts-outer .df-rfp-post-lists .rfp-list-box .rfp-list-box-1 a{
  color: #2C2B2F !important;
}
.df-rfp-avilable-posts-outer .df-rfp-post-lists .rfp-list-box .rfp-list-box-2{
  width:25%;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-news-list{
  height: unset;
  overflow-y: unset;
  list-style-type: none;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-news-list .df-news-box{
  padding: 16px 12px;
  border-radius: 8px;
  border-bottom: 0;
  gap: 10px;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-news-list .df-news-box.active{
  background: rgba(0, 0, 0, 0.06);
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-news-list .df-news-box .user-content-box{
  padding: 0;
  width: calc(100% - 120px);
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-news-list .df-news-box .user-content-box h5{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 2;
  overflow:hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-news-list li{
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-news-list li:last-child{
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-all-notification-box{
  margin-top: 20px;
  padding: 0;
  width: 100%;
  border-top: none;
  box-shadow: none;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-all-notification-box .df-rfp-page-numbers-outer{
  display: flex;
  justify-content: center;
  gap: 2px;
  align-items: baseline;
}

.df-all-notification-box .df-rfp-page-numbers-outer .rfp-page-numbers{
  text-decoration: none !important;
  color: #979698 !important;
  text-align: center;
  font-family: "DM Sans" !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  padding: 2px 10px !important;
  border-radius: 4px !important;
  transition: background-color 0.2s ease;
}
.df-all-notification-box .df-rfp-page-numbers-outer .rfp-page-link.current {
  color: #2C2B2F !important;
  background: #E9E7EC;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-all-notification-box .rfp-page-align-right{
  text-align: right;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-all-notification-box .rfp-page-align-left{
  text-align: left;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-all-notification-box a{
  color: #9050E9;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-news-list .df-news-box .user-content-box p{
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%; 
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-news-list .df-news-box .project-img-box{
  width: 110px;
  height: 80px;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-news-list .df-news-box .project-img-box .img-box{
  width: 100%;
  height: 100%;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-news-list .df-news-box .project-img-box .img-box .img-fluid{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:6px;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-notification-header .header-content button{
  padding: 0;
  color: #9050E9;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.deepfunding-dashboard .df-notification-toggle .df-notification-toggle-menu .df-notification-header .header-content a{
  text-decoration: none;
  color: #9050E9;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.deepfunding-dashboard .df-notification-toggle-menu .df-notification-header h4 {
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
}

.dropdown-menu .df-notification-header {
  padding:0;
  height: unset;
  border-bottom:none;
  padding-bottom: 24px;
}
.dropdown-menu .df-notification-header h4 {
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.dropdown-menu .df-notification-header .header-content button {
  padding:0;
  color: #9050E9;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.dropdown-menu .df-all-notification-box {
  margin-top: 20px;
  padding:0;
  width: 100%;
  border-top:none;
  box-shadow: none;
}
.dropdown-menu .df-all-notification-box a{
  color: #9050E9;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}
.df-menu-notifications .df-notification-boxes {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.df-menu-notifications .df-notification-box.active {
  background: rgba(0, 0, 0, 0.06);
}
.df-menu-notifications .df-notification-boxes:last-child {
  border-bottom:none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.df-menu-notifications .df-notification-box .user-content-box {
  align-items: center;
  gap:8px;
}
.df-menu-notifications .df-notification-box p {
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin:0;
}
.df-notification-box p span{
  font-weight: 600;
}
.df-menu-notifications .df-notification-box .user-content-box .user-img-box {
  width: 30px;
  height: 30px;
}
.df-menu-notifications .df-notification-box .user-content-box .user-img-box .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df-menu-notifications .df-notification-box .user-content-box .user-meta-box {
  width: calc(100% - 38px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2;
}
.df-menu-notifications .df-notification-box .user-content-box .user-meta-box h5 {
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 0;
}
.df-menu-notifications .df-notification-box .user-content-box .user-meta-box small {
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.df-menu-notifications .df-notification-box{
    /*height: 391px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;*/
    padding:16px 12px;
    border-radius:8px;
    border-bottom:0;
    gap:14px;
    flex-direction: column;
    align-items: flex-start;
}
.deepfunding-dashboard .df-notification-toggle .df-notifications-list .df-notification-boxes{
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.deepfunding-dashboard .df-notification-toggle .df-notifications-list .df-notification-boxes:last-child{
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.deepfunding-dashboard .df-notification-toggle-menu .df-notification-box .user-content-box .user-img-box{
  width: 40px;
  height: 40px;
}
.deepfunding-dashboard .df-notification-toggle-menu .df-notification-box .user-content-box {
    align-items: center;
    gap: 8px;
}
.deepfunding-dashboard .df-notification-toggle .df-notifications-list::-webkit-scrollbar {
    width: 0;
}

.deepfunding-dashboard .df-notification-toggle .df-notification-box .project-img-box .df-more {
    visibility: hidden;
}
.df-news-toggle .df-news-list {
  padding-left: 0;
  height: 391px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.df-news-toggle .df-news-list .df-news-box {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D6D6D6;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.df-news-toggle .df-news-list .df-news-box:hover {
  background-color: rgba(127,27,164,0.15);
}
.df-news-toggle .df-news-list .df-news-box .project-img-box {
  width: 186px;
}
.df-news-toggle .df-news-list .df-news-box .user-content-box {
  width: calc(100% - 186px);
  padding: 8px 24px;
}
.df-news-toggle .df-news-list .df-news-box .user-content-box h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(1,0,4,0.87);
  margin-bottom: 4px;
}
.df-news-toggle .df-news-list .df-news-box .user-content-box p {
  font-size: 14px;
  line-height: 24px;
  color: #6e6e6e;
  margin-bottom: 0;
}
.df-dashboard-proposal-tabs {
/*    margin: 28px 0 4px 0;*/
    margin: 24px 0 !important;
   border-bottom: 1px solid #E6E6E6;
   display: flex;
    gap:32px;
    width: 100%;
}
.df-dashboard-proposal-tabs .df-proposal-nav-link {
  position: relative;
    color: #979698;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /*padding: 20px 0;
    margin: 0 18px;*/
    padding: 0px;
    border: 0;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
}
.df-dashboard-proposal-tabs .df-proposal-nav-link:hover,.df-dashboard-proposal-tabs .df-proposal-nav-link:visited {
    border-bottom: 1px solid transparent;
/*    color: #9050E9;*/
}
.df-dashboard-proposal-tabs .df-proposal-nav-link.active {
    color: #9050E9;
/*    font-weight: 600;*/
    background-color: transparent;
    border-bottom: 1px solid #9050E9 !important;
    border: 0;
}

/*.df-dashboard-proposal-tabs .df-proposal-nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9050E9;
  background: linear-gradient(130deg, #32c5ff 20%, #b620e0 50%, #f7b500 80%);
}*/

.df-dashboard-proposal-tabs .df-proposal-nav-item:first-child .df-proposal-nav-link {
  margin-left: 0;
}
.df-dashboard-proposal-tabs .df-proposal-nav-item:last-child .df-proposal-nav-link {
  margin-right: 0;
}

.deepfunding-dashboard.df-proposal-section .proposals-list {
    padding-bottom: 12px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-item {
    border: 1px solid #E8E2F6;
    margin-bottom: 0;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    border: 2px solid #E4E9F2;
    background: #FFF;
    margin-bottom: 24px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-item:last-child{
  margin-bottom: 0px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-item .proposal-detail-box{
   width: calc(100% - 448px);
/*  width: 100%;*/
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-item .proposal-detail-box .tab-content{
  padding-bottom: 36px;
  margin-bottom: 0;
  border-bottom: 0;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card {
    width: 432px;
/*    width: 100%;*/
    margin-right: 0px;
    border-radius: 12px;
    border: 2px solid #E4E9F2;
    background: #EEF3FB;
    /*    background-color: #fafafa;*/
    /*    margin-right: 24px;*/
    /*-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);
    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);*/
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-profile-box{
    border-top: 0;
    padding: 4px 16px 16px 16px;
    }
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-profile-box .right-cont span.home-proposals_link{
    margin: 0;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-profile-box .right-cont button{
    color: #9050E9;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    }
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-profile-box .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;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-profile-box .img-box div{
  width: 36px;
  height: 36px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-profile-box .img-box img{
    width: 37px;
    height: 37px;
    border-radius: 50%;
    object-fit: cover;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-profile-box .meta-box{
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-profile-box .meta-box .author-name a{
  color: #2C2B2F !important;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
} 
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-profile-box .meta-box .publish-date{
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .home-proposals {
    overflow: visible;
    box-shadow: none;
    border: none;
    background: none;
}
.df-all-proposals-tags-outer .df-expert-review-tag-outer{
  position: unset;
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid #ff006b;
  background: linear-gradient(90deg, rgba(255, 19, 236, 0.07) 0.04%, rgba(255, 187, 1, 0.07) 98.79%), #FFF;
  margin-bottom: 0 !important;
}
.df-all-proposals-tags-outer {
   position: absolute; 
   top: 16px; 
   left: 16px; 
   display: flex;
  gap:10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.df-all-proposals-tags-outer .df-presentation-tag-outer {
  position: unset;
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid #7f1ba4;
  background-image: linear-gradient(225deg, #2e1c89 20%, #7f1ba4 100%);
}
.df-all-proposals-tags-outer .df-presentation-tag-outer .df-presentation-tag{
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  color: #fff;
}
.df-expert-review-tag-outer .df-expert-review-tag{
  background:linear-gradient(95deg, #f900e5, #e4a700) !important;
  background-clip: border-box;
  background-clip: text !important;
  color: transparent !important;
  cursor: pointer;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  border-radius:4px;
  margin-bottom: 0px;
  padding: 0;
}
.df-expert-review-tag-outer .proposal-tag.presentation{
  
  color: #FFFFFF;
  /*background:linear-gradient(95deg, #f900e5, #e4a700) !important;
  background-clip: border-box;
  background-clip: text !important;
  color: transparent !important;*/
  cursor: pointer;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  border-radius:4px;
  margin-bottom: 0px;
  padding: 0;
}
.df-all-proposals-tags-outer .df-completed-tag-outer{
  position: unset;
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid #038A00;
  background: #F6FFF5;
}
.df-completed-tag-outer .df-completed-tag{
  color: #038A00 !important;
  font-family: "DM Sans" !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 150%; 
  border-radius:4px;
  margin-bottom: 0px;
  padding: 0;
  background: none !important;
}

.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .home-proposals h4.home-proposals_heading {
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    margin:0;
    padding: 16px 16px 0 16px;
    background: #EEF3FB;
    max-height: 5rem;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-content-box{
  padding: 16px;
  background: #EEF3FB;
} 
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-content-box .prop-spec-grid{
  gap: 0;
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  border-radius:6px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-content-box .prop-spec-grid li:nth-child(1) {
  border-right: 1px solid #e6e6e6;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-content-box .prop-spec-grid li:nth-child(3) {
  border-top:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-content-box .prop-spec-grid li:nth-child(4) {
  border-top: 1px solid #e6e6e6;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-content-box .prop-spec-grid .prop-spec-box{
  border-radius: 0px;
  background-color: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap:6px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-content-box .prop-spec-grid .prop-spec-box small{
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 130%; 
  margin-bottom: 0;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-content-box .prop-spec-grid .prop-spec-box span{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 130%; 
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box .details-btns{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:20px 12px;
  flex-wrap: wrap;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box h4{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 130%; 
  margin-bottom: 24px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box h4 span{
    color: #000;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    padding: 6px 12px;
    border-radius: 4px;
    margin-left: 16px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box h4 .df-proposal-submitted-tag {
    color: #0085FF !important;
    border: 1px solid #0085FF;
    background: #EDF6FF;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box h4 .df-draft-proposal-tag {
    color: #FF7A00 !important;
    border: 1px solid #FF7A00;
    background: #FFFBF6;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box h4 .df-admin-restricted-tag {
    color: #6C6B6D !important;
    border: 1px solid #979698;
    background: #E6E6E6;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box h4 .df-decline-funding-tag {
    color: #FF3B30 !important;
    border: 1px solid #FF3B30;
    background: #FFEEED;
}
/*.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box h4 span {
    text-transform: capitalize;
    font-weight: 600;
}*/
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid-item span {
    width: 50%;
    color: #6C6B6D;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-right: 0px;
}
.df-proposal-section .proposal-detail-box .tab-content .details-grid-item strong{
    width: 50%;
    color: #1E1243;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    text-align: right;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid-item .rating .rating-imgs {
/*    margin-right: 5px;*/
    margin-right: 0px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:4px;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid-item .rating .rating-imgs img {
  width: 16px;

}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid-item .rating .rating-imgs img.emoji {
  margin-bottom: -4px !important;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid-item small {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
}
.deepfunding-dashboard.df-proposal-section .about-proposal-list {
    padding: 0 33px;
    margin-top: 121px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card {
    width: 432px;
    margin: 0px;
    border-radius:12px;
    border:2px solid #E4E9F2;
    background:#EEF3FB;
    /*height: 100%;
    margin: 0 30px 0 0;*/
    box-shadow: none;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-header-box {
    padding: 40px 24px;
    background-image: url(http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/Project-default-img.png);
    width: 100%;
    height: 200px;
/*    height: 145px;*/
    color: #2B1665;
    background-position: center center;
    border-radius: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px 6px 0 0;
}   

.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-content-box{
  padding:16px;
  background:#EEF3FB;
  border-bottom: 0;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-header-box h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.52px;
    line-height: 32px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-spec-grid {
    gap:0;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    border-radius:6px;
    background-color: #fff;
    border:1px solid #e6e6e6;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-spec-grid li:nth-child(1) {
   border-right:1px solid #e6e6e6;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-spec-grid li:nth-child(3) {
  border-top:1px solid #e6e6e6;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-spec-grid .rfp-spec-box {
    border-radius:0px;
    background-color: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap:6px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-spec-grid .rfp-spec-box small{
    color: #6C6B6D;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-spec-grid .rfp-spec-box span{
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-profile-box {
  border-top:0;
  padding:4px 16px 16px 16px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-profile-box .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;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-profile-box .img-box div{
  width: 36px;
  height: 36px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-profile-box .img-box img {
  width: 37px;
  height: 37px;
  border-radius:50%;
  object-fit: cover;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-profile-box .meta-box {
  display: flex;
  flex-direction: column;
  gap:3px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-profile-box .meta-box .author-name{
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-profile-box .meta-box .author-name a{color: #2C2B2F;}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-profile-box .meta-box .publish-date {
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-profile-box .right-cont button {
  color: #9050E9;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding:0 0 4px 0;
  border-bottom:1px solid #9050E9;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-content-box p {
    font-size: 14px;
    letter-spacing: -0.01px;
    line-height: 26px;
    color: #424242;
    margin-bottom: 0;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-content-box .progress {
    height: 28px;
    border-radius: 25px;
    background-color: #cccccc;
    margin-bottom: 12px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-content-box .progress .progress-bar {
    width: 33.34%;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 28px;
    text-shadow: 0 0 1px 0 rgba(0,0,0,0.25);
} 
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-content-box .steps-title {
    display: flex;
    margin-bottom: 12px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-content-box .steps-title li {
    width: 33.34%;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.13px;
    line-height: 20px;
    color: #212121;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-content-box .progress .progress-bar.progress-success {
    background-color: #7F1BA4;
} 
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box {
/*    max-width: 550px;*/
      margin: 0;
      text-align: unset;
      max-width: 100%;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box > p {
    /*max-width: 450px;
    margin: 0 auto;*/
    color: #6C6B6D;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
    padding-top: 6px;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box h3{
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box .conditions-btn {
    font-size: 16px;
    margin: 36px 0;
    color: #9050E9;
    background: transparent;
    border: 2px solid #9050E9;
    text-transform: uppercase;
    letter-spacing: 1.43px;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box ul {
    text-align: left;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box ul li input {
    margin-right: 15px;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box ul li input:focus {
    box-shadow: none;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box ul li label {
    font-size: 14px;
    color: #212121;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box .buttons-box {
    margin-top: 32px;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
}
/* deepfunding-dashboard-end */
#open-project-tab #proposal-count {
  font-size: 16px;
  line-height: 22px;
  color: #9B9B9B;
  margin-bottom: 0px;
  text-align: right;
  display: block;
}

#awarded-project-tab #proposal-count {
  font-size: 16px;
  line-height: 22px;
  color: #9B9B9B;
  margin-bottom: 20px;
  text-align: right;
  display: block;
}

#awarded-project-tab #project-count {
  font-size: 16px;
  line-height: 22px;
  color: #9B9B9B;
  margin-top: 40px;
  text-align: right;
  display: block;
}

/*RFP PROPOSAL SUBMISSION*/
.df-proposal-creation-section .proposal-item {
    margin-bottom: 0;
    background-color: #ffff;
    display: flex;
    gap: 30px;
    padding: 0px 23px;
}
.df-proposal-creation-section .proposal-content-box .proposal-content-header h3 p {
 background-color: #ffff;
}
.df-proposal-creation-section .proposal-content-box .proposal-content-header.rfp-form-header {
   /* padding: 0px 23px;
   background-color: #ffff;
   box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.2); */
}

.df-proposal-creation-section .proposal-content-box .proposal-content-header .proposal-item h3
{
  color: #2B1665;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.52px;
  line-height: 32px;
  margin-bottom: 0;
  /*border-bottom: 1px solid #f5f7f8;*/
  padding: 0px 0px;
}
.df-proposal-creation-section .proposal-content-box .proposal-content-header .proposal-item h3.text_white{
  color:#fff;
}
.df-proposal-creation-section .proposal-content-box .proposal-content-header h3
{
  /*color: #212121;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 50px;*/
  margin-bottom: 0;
  /*border-bottom: 1px solid #f5f7f8;*/
  padding: 0px 0px;
  color: #211440;
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
}
.df-proposal-creation-section .proposal-detail-box .nav-pills {
    margin-bottom: 24px;
  }
.df-proposal-creation-section.proposal-detail-box .nav-pills .nav-item {
    margin-right: 36px;
}
.df-proposal-creation-section .proposal-detail-box .nav-pills .nav-item .nav-link {
  position: relative;
  color: #7F1BA4;
  margin: 0 16px;
}
.df-proposal-creation-section .proposal-detail-box .nav-pills .nav-item:first-child .nav-link {
  margin-left: 0;
}
.df-proposal-creation-section .proposal-detail-box .nav-pills .nav-item:last-child .nav-link {
  margin-right: 0;
}
.df-proposal-creation-section .proposal-detail-box .nav-pills .nav-item .nav-link.active {
    font-weight: 700;
    color: #9050E9;
}
.df-proposal-creation-section .proposal-detail-box .nav-pills .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9050E9;
/*  background: linear-gradient(130deg, #32c5ff 20%, #b620e0 50%, #f7b500 80%);*/
}
.df-proposal-creation-section .proposal-detail-box .nav-pills .nav-item .nav-link {
    font-size: 16px;
    line-height: 24px;
    color: #979698;
    background-color: #ffff;
    border-radius: 0;
    padding: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

.df-proposal-creation-section  .proposal-detail-box .tab-content {
    padding-bottom: 24px;
    border-bottom: 1px solid #9a8eb8;
    margin-bottom: 24px;
}
.df-proposal-creation-section  .proposal-detail-box .tab-content .details-grid {
    display: flex;
    flex-direction: column;
    column-gap: 4px;
    row-gap: 4px;
    width: 400px;
    /*grid-template-columns: repeat(2, 1fr);*/
}
.df-proposal-creation-section .proposal-detail-box .tab-content .details-grid-item {
  grid-column: span 1;
  padding: 8px 12px;
  background-color: #F1EFF8;
  display: flex;
  align-items: center;
}
.df-proposal-creation-section .proposal-detail-box .tab-content .details-grid-item span {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  min-width: 200px;
}
.df-proposal-creation-section .proposal-detail-box .tab-content .details-grid-item strong {
  /*font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #212121;*/
  color: var(--Foundation-Violet-V300, #1E1243);
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
}

.df-proposal-creation-section .funding-pool-box .details-btns .clear-rfp-button {
    background: transparent;
    color: #b00020;
    text-transform: uppercase;
}
#poolModal .cancel_rfp {
    color: #9050E9;
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.43px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 24px;
    background-color: transparent;
    border: 0;
    
}
.select_rfp{
  width: 325px;
  padding: 15px 32px 15px 32px;
  margin-bottom: 40px;
}
.rfp-active
   {
    text-decoration: none;
    color: #7F1BA4;
   font-family: Open Sans Semibold;
    font-weight: 600;

}
.active-rfp-div a.rfp-active:hover
{
  color: rgb(253, 158, 57);
}
.pool-rfp{
    border-top: none;
}
.df-proposal-creation-section .rfp-content h3{
  color: rgba(0, 0, 0, 0.87);
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 12px;
}
/* rfp-pool-modal-start */
.rfp-pool-modal .modal-header {
  padding: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.rfp-pool-modal .modal-header .btn-close {
  opacity: 0.87;
}
.rfp-pool-modal .modal-header p {
  font-size: 20px;
  line-height: 24px;
  color: #212121;
}
.rfp-pool-modal .modal-body {
  padding: 36px 23px 24px 23px;
}
#poolModal .df-pool-table thead th {
  color: #9B9B9B;
}
#poolModal .df-pool-table tbody th {
  padding: 15px;
}
#poolModal .df-pool-table tbody td .description {
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
#poolModal .df-pool-table tbody td .description:hover {
  color: #9050E9;
}
#poolModal .df-pool-table tbody td .description svg {
  margin-top: -4px;
}
.rfp-pool-modal .modal-footer {
  padding: 10px 20px 42px 20px;
}
.rfp-pool-modal .modal-footer .button {
  padding: 18px 32px;
}
/* rfp-pool-modal-end */
section.df-round-proposals.small_bottom {
  padding-bottom: 49px !important;
}
.df-round-proposals .row {
  align-items: center;
}
.df-round-proposals .inner-banner {
  margin-top: 109px;
}
.df-round-proposals .inner-banner h1 {
  background-size: 70% 135%;
  background-image: linear-gradient( 250deg, #32c5ff 20%, #b620e0 40%, #f7b500 95% );
}
.df-round-proposals .df-proposal-counter-list-box {
  margin: 0 0 0 auto;
}
.rfp-banner-section .inner-banner {
  margin-top: 148px;
}
.rfp-banner-section .inner-banner h1 {
  margin-bottom: 0;
  background-image: linear-gradient( 256deg, #32c5ff 12%, #b620e0 60%, #f7b500 90% );
  background-size: 118% 190%;
}
.df-awarded-projects .inner-banner h1 {
  background-size: 119% 200%;
  background-image: linear-gradient( 225deg, #32c5ff 20%, #b620e0 50%, #f7b500 90% );
}
.df-rfp-stats ul {
  border: 1px solid #F1F1F1;
  border-radius: 6px;
  background-color: #FFFFFF;
  padding : 17px 29px 7px 29px; 
  margin-bottom: 36px;
}
.df-rfp-stats ul li {
  display : inline-block;
  margin: 0 40px 10px 0;
}
.df-rfp-stats ul li:last-child {
  margin-right: 0;
}
.df-rfp-stats ul li span{
  color: #858585;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight : 500;
}
.df-rfp-stats ul li h4{
  color: #212121;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 29px;
  margin: 5px 0 0 0;
}
.df-rfp-stats ul li h4 img {
/*   margin-right: 10px !important; */
 margin-right: 5px !important;
}
.df-rfp-stats ul li h4 small {
  color: #858585;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  margin-left: 3px;
}
.rfp_subtitle {
  color: #424242;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: italic;
  letter-spacing: -0.4px;
  line-height: 36px;
}
.filter-container .form-group span.clear-button {
  position: absolute;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  text-align: center;
  right: 10px;
  bottom: 15px;
  display: none;
}

.df-reviews-content-wrapper .no_review_allowed {
  margin-bottom: 20px;
  display: none;
}

.loader_container img {
  margin-bottom: 12px;
  animation: spin 2s linear infinite;
}
.fav_tag{
  border: 1px solid #4086FF;
  border-radius: 2px;
  background-color: #DEEAFF;
  display: flex;
  align-items: center;
  padding: 0px 30px 0px 15px;
 margin-top: 30px;
}

.fav_tag .icon-box {
  margin-right: 12px;
}

.fav_tag .icon-box  img {
  width: 24px;
  height: 24px;
}

.fav_tag .meta {
  width: calc(100% - 26px);
}

.fav_tag .meta strong,
.fav_tag .meta span {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  
}
.fav_tag .meta strong
{
font-weight: 700;
}

.completed-proposal-content.no-search,
.completed-proposal-content.no-content{
  padding: 40px 0 100px 0;
}

#open-project-tab #proposal-fav-count {
  font-size: 16px;
  line-height: 22px;
  color: #9B9B9B;
  margin-bottom: 20px;
  text-align: right;
  display: block;
}

.filter-container #proposal-fav-count {
  color: #9b9b9b;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  position: absolute;
  top: 45px;
  right: 25px;
}

.home-proposals a{
  text-decoration: none;
  cursor: pointer;
}

/*lock unlock features*/


button.nav-link.df-project-nav-link.lock,
button.nav-link.df-project-nav-link.lock:hover {
    color: #CCCCCC;
    cursor :pointer;
}


.nav-item .df-proposal-field-tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #747474;
  color: #fff;
  text-align: left;
  padding: 15px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 4px;
  text-transform: initial;
  box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
  max-width: 230px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}

.item-lock{
  
  position : relative;
}

.item-lock:hover .df-proposal-field-tooltiptext {
  visibility: visible;
}

/*Preview mode*/


.aware-project-top-bar .preview_mode .top-bar-heading {
  font-size: 20px;
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  display : inline;
}

.preview_mode .df-proposal-field-tooltip .df-proposal-field-tooltiptext {
  top: calc(100% + 20px);
  bottom : unset;
}
.preview_mode {
  padding: 0px 35px;
  border: 1px solid #4086FF;
  border-radius: 2px;
  background-color: #DEEAFF;
  font-size: 20px;
  color: #666666;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

#open-project-tab .proposals-row #proposal-count,
#awarded-project-tab .awarded-proj #proposal-count,
#awarded-project-tab .awarded-proj #project-count
 {
  display: none;
}
/* df-sidebar-filters-box */
.df-sidebar-filters-box {
  padding: 24px 0 28px 12px;
}
.df-sidebar-filters-box label {
  color: #9B9B9B;
  font-size: 16px;
  font-family: Inter;
  margin-bottom: 5px;
}
.df-sidebar-filters-box .filter-clear {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans";
  line-height: 29px;
  color: #7F1BA4;
  float: right;
  cursor: pointer;
}
.df-sidebar-filters-box .accordion-item {
  background-color: #ffff;
  border: 1px solid #9a8eb8;
  border-top: 0;
}
.df-sidebar-filters-box .accordion-item:first-child {
  border-top: 1px solid #9a8eb8;
}
.df-sidebar-filters-box .accordion-item .accordion-button {
  color: #2C2B2F;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01px;
  line-height: 29px;
  padding: 8px 15px;
}
.df-sidebar-filters-box .accordion-item .accordion-button.collapsed {
  background-color: #ffff;
}
.df-sidebar-filters-box .accordion-item .accordion-button:not(.collapsed) {
  color: #7F1BA4;
  background-color: #EBDCF1;
  border-bottom: 1px solid #7F1BA4;
}
.df-sidebar-filters-box .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.df-sidebar-filters-box .accordion-item .accordion-button::after,
.df-sidebar-filters-box .accordion-item .accordion-button:not(.collapsed)::after {
  width: 16px;
  height: 16px;
  background-size: 16px;
  filter: invert(15%) sepia(11%) saturate(321%) hue-rotate(214deg) brightness(92%) contrast(92%);
}
.df-sidebar-filters-box .accordion-item .accordion-button:not(.collapsed)::after {
  filter: invert(14%) sepia(126%) saturate(7030%) hue-rotate(278deg) brightness(80%) contrast(95%);
}
.df-sidebar-filters-box .accordion-item .accordion-body {
  padding: 18px 15px;
}
.df-sidebar-filters-box .accordion-item .accordion-body .form-check {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.df-sidebar-filters-box .accordion-item .accordion-body .form-check:last-child {
  margin-bottom: 0;
}
.df-sidebar-filters-box .accordion-item .accordion-body .form-check input {
  cursor: pointer;
}
.df-sidebar-filters-box .accordion-item .accordion-body .form-check input:focus {
  box-shadow: none;
}
.df-sidebar-filters-box .accordion-item .accordion-body .form-check .form-check-input:checked {
  background-color: #7F1BA4;
  border-color: #7F1BA4;
}
.df-sidebar-filters-box .accordion-item .accordion-body .form-check label,
.df-sidebar-filters-box .accordion-item .accordion-body .form-check span {
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  margin-bottom: 0;
}
.df-sidebar-filters-box .accordion-item .accordion-body .form-check label:hover{
  color:#7F1BA4;
  cursor:pointer;
}
.df-sidebar-filters-box .accordion-item .accordion-body .form-check span {
  margin-top: 5px;
  color: #444444;
}
.proposal_tags_items ul {
  padding-left: 0;
  margin: 20px 0 0 0;
  list-style-type: none;
}
.proposal_tags_items ul li {
  display: inline-block;
  color: #2B1665;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01px;
  line-height: 29px;
  padding: 4px 14px;
  margin: 0 12px 12px 0;
  border-radius: 30px;
  background-color: #E0E2F0;
  border: 1px solid #E0E2F0;
  transition: 0.3s ease-in-out;
}
.proposal_tags_items ul li:hover {
  color: #7F1BA4;
  border: 1px solid #7F1BA4;
  cursor: pointer;
}
.proposal_tags_items ul li span {
  font-size: 26px;
  font-weight: 300;
  margin-left: 5px;
}
#open-project-tab .open-project-buttons,
#my-favourite-tab .open-project-buttons {
  padding: 24px 0;
}
#open-project-tab .proposal_tags_items ul {
  border-bottom: 1px solid #D8D8D8;
}
#open-project-tab .proposal_tags_items ul:has(li) {
  padding-bottom: 12px;
}
#my-favourite-tab .proposal_tags_items ul {
  margin: 0 0 24px 0;
  border-bottom: 1px solid #D8D8D8;
}
#my-favourite-tab .proposal_tags_items ul:has(li) {
  padding-bottom: 12px;
}
#awarded-project-tab .filter-container.project-filters {
  padding: 24px 0 0 0;
}
#awarded-project-tab .proposal_tags_items {
  margin-bottom: 20px;
}
#awarded-project-tab .proposal_tags_items ul {
  border-bottom: 1px solid #D8D8D8;
}
#awarded-project-tab .proposal_tags_items ul:has(li) {
  padding-bottom: 12px;
}
#rfp-active-tab-pane .filter-container,
#rfp-proposals-tab-pane .filter-container,
#rfp-completed-tab-pane .filter-container {
  padding: 24px 0 0 0;
}
#rfp-active-tab-pane .proposal_tags_items ul,
#rfp-proposals-tab-pane .proposal_tags_items ul,
#rfp-completed-tab-pane .proposal_tags_items ul {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
}
#rfp-active-tab-pane .proposal_tags_items ul:has(li),
#rfp-proposals-tab-pane .proposal_tags_items ul:has(li),
#rfp-completed-tab-pane .proposal_tags_items ul:has(li) {
  padding-bottom: 12px;
}
.filter-container .form-group.search_field {
  position: absolute;
  top: 24px;
  right: 100px;
}
.filter-container-proposals .form-group.search_field {
  top: 0;
  right: 120px;
}
.search_loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0 ,0.2);
  z-index: 10000;
}
.search_loader_feed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0 ,0.2);
  z-index: 10000;
}
.df-rfp-content-list {
  max-width: 420px;
  padding: 25px;
  background: #ffff;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  margin-bottom: 48px;
}
.single-rfp .df-rfp-content-list{
	position: sticky !important;
    top: 170px;
}
.df-rfp-content-list h3 {
  color: #858585 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  margin-bottom: 12px !important;
}
.df-rfp-content-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.df-rfp-content-list ul li a {
  display: inline-block;
  color: #7F1BA4;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.19px;
  line-height: 21px;
  text-transform: capitalize;
  margin: 0 0 12px 17px;
  transition: 0.3s ease-in-out;
}
.df-rfp-content-list ul li a:hover {
  color: #9050E9 !important;
  text-decoration: underline;
}
.project-detail-overview ul.rfp_tags li span {
  font-family: Inter;
  color: #9B9B9B;
}

/* round proposal detail page tags */
.df-project-complete-detail-section .project-detail-overview .extra-description .proposal_tags ul li span,
 .fd-project-status-content ul li span{
 font-family: Inter;
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01px;
  line-height: 29px;
}
.df-project-complete-detail-section .project-detail-overview .extra-description .proposal_tags ul li,
 .fd-project-status-content ul li {

  display: inline-block;
  margin: 0 8px 12px 0;
  padding: 0;
}
.df-project-complete-detail-section .project-detail-overview .extra-description .proposal_tags ul li:has(span) {
  display: block;
}

.df-project-complete-detail-section .project-detail-overview .extra-description .proposal_tags ul li a,
 .fd-project-status-content ul li a{
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01px;
  line-height: 29px;
  color: #2B1665;
  padding: 4px 15px;
  border-radius: 19px;
  text-decoration: none;
  background-color: #E0E2F0;
  border: 1px solid #E0E2F0;
  transition: 0.3s ease-in-out;
  font-family: "Inter", sans-serif;
}
.df-project-complete-detail-section .project-detail-overview .extra-description .proposal_tags ul li a:hover,
 .fd-project-status-content ul li a:hover {
  color: #7F1BA4;
  border: 1px solid #7F1BA4;
  text-decoration: none;
}

/* intro pages css start */
section.intro-pages.small_bottom {
  padding-bottom: 0px !important;
}
.intro-pages .home-banner {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: unset;
  margin-top: 0px;
}
.intro-pages .home-banner .content-box {
  position: relative;
  text-align: left;
  z-index: 1;
}
.intro-pages .home-banner h1.gradient {
  font-size: 64px;
  font-weight: 700;
  line-height: 84px;
  display: inline-block;
  background: linear-gradient(90deg, #FF13EC 0%, #FFBB01 100%);
  background-clip: text;
  margin-bottom: 0px;
}
.intro-pages .home-banner .tagline-big p {
  color: #F0F0F0;
  font-size: 18px;
  margin-bottom: 32px;
}
.intro-pages .home-banner a.button.watch-video {
  font-size: 16px;
  letter-spacing: 1.43px;
  padding: 16px 32px;
  text-transform: uppercase;
  margin-top: 10px;
}
.intro-pages .home-banner .header-video_image {
  border: 0;
  border-radius: 8px;
  position: relative;
  box-shadow: unset;
}
.intro-pages .home-banner .header-video_image:hover {
  box-shadow: unset;
}
.intro-pages .home-banner a.d-block {
  text-decoration: none;
}
.intro-pages .home-banner .header-video_image h4 {
  color: #F2F2FF;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.51px;
  line-height: 44px;
  text-align: center;
  padding-top: 20px;
  text-shadow: -1px -1px 0 #FF0000, 1px -1px 0 #FF0000, -1px 1px 0 #FF0000, 1px 1px 0 #FF0000;  
}
.intro-pages-content .inner-page-content {
  padding: 36px 0 60px 0;
}
.intro-pages-content {
  padding: 60px 0;
}
.intro-pages-content .sidebar-container {
  border-right: 1px solid #010004;
  height: 100%;
}
.intro-pages-content .sidebar-container .sticky-top {
  top: 72px;
}
section.intro-pages-content .inner-content h2 {
  color: #010004;
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.66px;
  line-height: 61px;
  border-bottom: 1px solid #9A8EB8;
}
section.intro-pages-content .inner-content h3 {
  color: #010004;
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 24px;
  padding-top: 0;
}
section.intro-pages-content .inner-content .rules .rules_description p:has(img) {
  margin-bottom: 12px;
}
section.intro-pages-content .inner-content ul {
  margin: 24px 0 36px 8px;
}
section.intro-pages-content .inner-content ul li {
  margin-bottom: 24px;
}
section.intro-pages-content .inner-content ul li::marker {
  font-size: 20px;
  color: #7F1BA4;
}
section.intro-pages-content .inner-content ul li strong,
section.intro-pages-content .inner-content ul li span {
  color: #424242;
  font-weight: 700; 
}
section.intro-pages-content .inner-content ul.left-align,
section.intro-pages-content .inner-content p.left-align {
  float: left;
  max-width: 360px;
  margin-right: 24px;
  margin-top: 20px;
}
section.intro-pages-content .inner-content p + p.left-align {
  margin-top: 0;
}
section.intro-pages-content .inner-content p.left-align ~ img.align-right {
  margin-top: 0;
}
section.intro-pages-content .inner-content img {
  border-radius: 24px;
}
section.intro-pages-content .inner-content img.align-right {
  float: right;
  width: 450px;
  height: 338px;
  margin-top: 24px;
  border-radius: 24px;
}
section.intro-pages-content .inner-content p.image_caption {
  margin: 12px 0 36px 0;
}
section.intro-pages-content .inner-content p.image_caption.align-right {
  width: 446px;
  margin-left: auto;
  margin-top: 384px;
}
section.intro-pages-content .inner-content > a,
section.intro-pages-content .inner-content .rules_description a {
  display: inline-block;
  margin-bottom: 36px;
}
section.intro-pages-content .inner-leftnav h4 {
  display: none;
}
/* intro pages css end */

/*Learn more section for into pages*/
.view_more_link:has(.snet-more-about-card) {
  text-decoration: none;
}
.snet-more-about-card {
  position: relative;
  border-radius: 12px;
  border: 2px solid #E4E9F2;
  background: #EEF3FB;
  backdrop-filter: blur(8px);
  cursor: pointer;
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
}


.snet-more-about-card .more-about-card-img {
  height: 220px;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}


.snet-more-about-card .more-about-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

/*.snet-more-about-card:hover .more-about-card-img img{
  transform: scale(1.4);
}*/

.snet-more-about-card .more-about-card-content {
  padding: 16px;
}

.snet-more-about-card .more-about-card-content h3 {
  color: #2C2B2F;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.52px;
  line-height: 26px;
  margin-bottom: 4px;
}

.more-about-card-content p {
  color: #2C2B2F;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01px;
  line-height: 24px;
  margin-bottom: 0;
}

.view_more_link {
  text-decoration: none;
}
.learn-more-section
.main-heading {
  color: #212121;
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  margin-bottom : 36px;
}
/*Learn more section end here*/

section.df-hero-gradient-section {
    overflow: hidden;
    background: #211440;
    padding: 32px 0 48px 0;
    text-align: center;
    width: 100%;
}
#df-banner ~ .df-header-primary ~ section.df-hero-gradient-section {
  padding-top: 80px;
}
section.df-hero-gradient-section::before {
    content: "";
    position: absolute;
    bottom: -150px;
    width: 60%;
    height: 250px;
    border-radius: 1026px;
    background: linear-gradient(243deg, #32C5FF -1.39%, #B620E0 43.99%, #F7B500 87.13%);
    filter: blur(200px);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.6;
}
section.df-hero-gradient-section.intro-pages {
  padding: 48px 0;
}
section.df-hero-gradient-section .inner-banner {
  margin-top: 0;
}
section.df-hero-gradient-section .inner-banner h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 83.33px;
    text-align: center;
    color: #8860d0;
    margin-bottom: 24px;
    background-image: linear-gradient(75deg, #b620e0 0%, #f7b500 50%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.df-hero-gradient-section .inner-banner {
  margin-top: 0;
  z-index: 1;
  position: relative;
}
section.df-hero-gradient-section .inner-banner_text {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #F0F0F0;
    text-align: center;
    margin: 0 auto;
    max-width: 860px;
}
section.df-hero-gradient-section .inner-banner_text p {
  margin-top: 0;
  text-align: center;
  color: #F0F0F0;
}
section.df-hero-gradient-section .inner-banner_text a {
  text-decoration: underline;
  cursor: pointer;
  z-index: 1;
  font-weight: 700;
  position: relative;
}
section.df-hero-gradient-section .inner-banner .df-theme-secondary-btn {
    cursor: pointer;
    z-index: 1;
    position: relative;
    margin-top: 32px;
}
@media (max-width: 767px){
  section.df-hero-gradient-section .inner-banner .df-theme-secondary-btn {
    margin-bottom: 32px;
  }
  #general-faq-faqs-tab{
    width: 100%;
    margin-left: 0;
  }
}
section#section-contact {
  padding: 56px 0 72px 0;
  background-color: #F9F5FF;
}
section.df-rule-guide-section {
  padding: 24px 0 72px 0;
}
.df-rule-guide-section .rules div.rules_description a.df-theme-primary-btn {
  color: #fff;
  font-weight: 700;
}


/*Custom css*/
.button.remove_my_favourite {
border: none;
color: #9050E9;
background: transparent;
border: 2px solid #9050E9;
border-radius: 3px;
text-transform: uppercase;
}
.button.remove_my_favourite:hover {
border: none;
color:#fff ;
background: #9050E9;
border: 2px solid #9050E9;
border-radius: 3px;
text-transform: uppercase;
}
.aware-project-top-bar-content .button.remove_my_favourite {
border: none;
color: #9050E9;
background: transparent;
border: 2px solid #9050E9;
border-radius: 3px;
text-transform: uppercase;
}

.aware-project-top-bar-content .button.remove_my_favourite:hover {
/*color: #9050E9;*/
}


/* Responsive css start */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .df-dashboard-main-card .project-summary-card .heading h4 {
        font-size: 22px;
    }
    .df-dashboard-main-card .project-summary-card .meta-box span {
        font-size: 14px;
    }
    .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box h4{
      font-size: 24px;
    }
   /* .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box h4 span {
/*      font-size: 20px;
        font-size: 24px;
    }
*/    .deepfunding-dashboard.df-proposal-section .proposal-detail-box .nav-pills .nav-item {
/*        margin-right: 20px;*/
      margin: 0;
    }
    .deepfunding-dashboard.df-proposal-section .proposal-detail-box .details-btns .button {
/*        margin-right: 5px;*/
    }
   
    .deepfunding-dashboard.df-proposal-section .about-proposal-list {
        padding: 0;
        column-gap: 12px;
    }
    .deepfunding-dashboard .about-proposal-list li {
        width: 210px;
    }
    .deepfunding-dashboard .about-proposal-list li .about-proposal-box {
        width: 210px;
    }
    .deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box ul li input {
        margin-right: 0;
    }
    .df-dashboard-content .counter-modules .df-proposal-counter-card.dashboard .proposal-counter-inner-box {
/*      padding: 24px 30px;*/
        padding: 16px;
    }
    .df-dashboard-content .counter-modules .df-proposal-counter-card .proposal-counter-inner-box h2 {
      font-size: 20px;
      line-height: 130%;
    }
    .df-proposal-counter-card.dashboard .df-proposal-counter-content-grid {
      gap: 4px 46px;
    }
    .df-proposal-counter-card.dashboard .df-proposal-counter-content-grid .flip-card::before,
    .df-proposal-counter-card.dashboard .df-proposal-counter-content-grid .flip-card::after {
      right: -30px;
    }
    .df-project-complete-detail-section .rfp-spec-content {
      padding: 18px 30px;
    }
    .df-news-toggle .df-news-list .df-news-box .project-img-box {
      width: 130px;
    }
    .df-news-toggle .df-news-list .df-news-box .user-content-box {
      width: calc(100% - 130px);
    }
    .df-proposal-section .proposal-detail-box .tab-content .details-grid-item {
/*      flex-direction: column;*/
    }
    .deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid-item span {
      /*width: 100%;
      margin-right: 0;*/
    }

    .df-proposal-section .proposal-detail-box .tab-content .details-grid-item .rating {
      /*width: 100%;
      margin-top: 5px;*/
    }
    section.intro-pages-content .inner-content img.align-right,
    section.intro-pages-content .inner-content p.image_caption.align-right {
      width: 344px;
    }
}
@media (max-width:1199px){
  .df-dashboard-main-card .card-header{
    margin-top: 48px;
  }
  .df-user-account-manage-section .df-manage-account-sidebar{
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .df-dashboard-sidebar .sidebar-inner-content {
      top: 76px;
    }
    .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-item {
        flex-direction: column;
        justify-content: center;
    }
    .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box {
        width: 100% !important;
    }
    .deepfunding-dashboard.df-proposal-section .about-proposal-list {
        padding: 0;
        grid-template-columns: repeat(3, 1fr);
    }
    .deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .df-dashboard-main-card .card-body .counter-modules {
      flex-direction: column;
    }
    .df-project-complete-detail-section .rfp-spec-content {
      padding: 18px 30px;
    }
    .df-project-complete-detail-section .rfp-guideline {
      flex-direction: column;
      gap: 0;
    }
    .df-project-complete-detail-section .rfp-guideline .prp-content {
      width: 100%;
    }
    .df-round-proposals .inner-banner h1 {
      background-size: 120% 168%;
    }
    .filter-container .form-group .keyword_search {
      width: auto;
    }
    .df-dashboard-main-card .card-header .submission-buttons {
      padding: 10px 0;
    }
    .df-dashboard-main-card .card-header .submission-buttons a:first-child {
      margin-right: 0;
    }
    .df-dashboard-main-card .card-header .submission-buttons a {
      font-size: 14px;
    }
    .aware-project-top-bar {
      top: 57px;
    }
    .tabs-section ul.nav.nav-tabs {
      top: 56px;
    }
    section.intro-pages-content .inner-content ul.left-align, 
    section.intro-pages-content .inner-content p.left-align {
      max-width: 290px;
    }
    section.intro-pages-content .inner-content img.align-right,
    section.intro-pages-content .inner-content p.image_caption.align-right {
      width: 290px;
    }
    section.intro-pages-content .inner-content p.image_caption.align-right {
      margin-top: 410px;
    }
    section.df-hero-gradient-section.intro-pages .home-banner {
      margin-top: 50px;
    }
    .df-rule-guide-section .category-nav {
      top: 72px;
    }
    .partner-about-section .partner-about-content-col {
      padding-right: 0px;
    }
}
@media (min-width: 992px) {
    .df-dashboard-sidebar .menu-dashboard {
        display: none;
    }
    .rfp-pool-modal .modal-dialog {
      max-width: 926px;
    }
}
@media (min-width: 320px) and (max-width: 991.98px) {
    .df-dashboard-sidebar {
        position: fixed;
        top: 150px;
/*        left: -255px;*/
        left: -272px;
        z-index: 9999;
        height: 70vh;
        padding-bottom: 20px;
        border-radius: 0px 0px 6px 0px;
        transition: 0.3s ease-in-out;
    }
    .df-dashboard-sidebar .sidebar-inner-content {
        height: 100%;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .df-dashboard-sidebar .sidebar-inner-content::-webkit-scrollbar {
        width: 0;
    }
    .df-dashboard-sidebar.open {
        top: 0;
        left: 0;
    }
    .df-dashboard-sidebar .menu-dashboard {
        position: absolute;
        top: 50px;
        right: -50px;
        padding: 10px;
        background-color: #FAFAFA;
        box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.1);
        border-radius: 0px 6px 6px 0px;
        cursor: pointer;
    }
    .df-dashboard-sidebar .menu-dashboard img {
        width: 30px;
    }
    .deepfunding-dashboard .df-dashboard-content {
        width: 100%;
    }
    .df-dashboard-main-card .card-header {
      gap: 0;
    }
    .df-dashboard-main-card .card-body {
      padding: 0 !important;
    }
    .df-dashboard-main-card .df-awarded-project-body{
      padding: 0 20px !important;
    }
    .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card {
        margin-right: 0px;
        width: 100%;
    }
    
    
    .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-item .proposal-detail-box {
      width: 100% !important;
    }
    .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-item {
      margin: 0 20px 24px 20px;
    }
    .deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .df-dashboard-main-card .card-body .counter-modules {
      flex-direction: column;
    }
    .df-proposal-creation-section .proposal-item {
      flex-direction: column;
      gap: 0;
    }
    .rfp-banner-section .inner-banner:has(.inner-banner_text) {
      margin-top: 0;
    }
    .filter-container .form-group .keyword_search {
      width: auto;
    }
    .df-dashboard-main-card .card-header .submission-buttons {
      display: flex;
      gap: 20px;
      width: 100%;
      padding-bottom: 10px;
    }
    .df-dashboard-main-card .card-header .submission-buttons a:first-child {
      margin-right: 0;
    }
    .df-dashboard-main-card .idea-dashboard-submission {
      width: 100%;
    }
    .df-dashboard-main-card .card-header .submission-buttons a {
      width: 100%;
    }
    .aware-project-top-bar {
      top: 57px;
    }
    .tabs-section ul.nav.nav-tabs {
      top: 56px;
    }
    section.intro-pages-content .inner-content ul.left-align, 
    section.intro-pages-content .inner-content p.left-align {
      float: unset;
      width: 100%;
      max-width: 100%;
      margin-right: 0;
    }
    section.intro-pages-content .inner-content img.align-right {
      float: unset;
      width: 100%;
      height: auto;
    }
    section.intro-pages-content .inner-content p.image_caption.align-right {
      width: 100%;
      margin-left: 0;
      margin-top: 12px;
    }
    section.df-hero-gradient-section.intro-pages .home-banner {
      margin-top: 50px;
    }
    .df-sidebar-filters-box {
      padding-left: 0;
    }
    .partner-about-section .partner-about-content-col {
      margin-bottom: 30px;
      padding-right: 12px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .df-proposal-creation-section .proposal-item .df-rfp-card {
    width: 400px;
  }
  .df-round-proposals .inner-banner h1 {
      background-size: 130% 168%;
  }
  .df-round-proposals .inner-banner:has(.df-proposal-counter-list-box) {
      margin-top: 30px;
  }
  .filter-container .form-group select {
    margin-right: 10px;
    width: 130px;
  }
  .filter-container .form-group::after {
    right: 28px;
  }
  .filter-container .form-group .keyword_search {
    width: 200px;
  } 
  .rfp-preview-modal .modal-body .buttons-box {
    gap: 20px 16px;
  }
  .partner-hero-video-section .df-hero-video-container {
    height: 700px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
    .df-dashboard-main-card .card-header {
        padding: 5px 20px;
    }
    /*.df-dashboard-main-card .card-body {
        padding: 20px 20px 7px 20px;
    }*/
    .df-dashboard-content .df-notification-toggle-menu .df-notification-header {
        padding: 17px 20px;
    }
    .df-dashboard-proposal-tabs {
/*        flex-direction: column;*/
        gap: 10px !important;
    }
    .df-dashboard-proposal-tabs .df-proposal-nav-link {
        border-radius: 0;
        text-align: left;
        padding: 8px 14px;
        width: auto;
        margin: 0;
    }
    .df-dashboard-proposal-tabs .df-proposal-nav-link.active {
        border-bottom: 2px solid transparent;
    }
    .df-dashboard-proposal-tabs .df-proposal-nav-link.active::before {
      bottom: unset;
      top: 0;
      width: 2px;
      height: 100%;
    }
    .deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box ul li input {
        margin-right: 0px;
    } 
    .df-project-complete-detail-section .rfp-guideline {
      flex-direction: column;
      gap: 0;
    }
    .df-project-complete-detail-section .rfp-guideline .prp-content {
      width: 100%;
    }
    .df-project-complete-detail-section .prop-details-soon {
      flex-direction: column;
      gap: 20px;
    }
    .df-project-complete-detail-section .prop-details-soon .soon-image {
      width: 100%;
    }
    .df-project-complete-detail-section .prop-details-soon .soon-text {
      width: 100%;
    }
    .df-round-proposals .inner-banner h1 {
      background-size: 130% 168%;
    }
    .df-round-proposals .inner-banner:has(.df-proposal-counter-list-box) {
      margin-top: 30px;
    }
    .df-dashboard-main-card .card-body .counter-modules .proposals-counter {
      width: 100%;
    }
    .intro-pages-content .sidebar-container {
      border-right: 0;
    }
    .intro-pages-content .inner-leftnav {
      border: 1px solid #F1F1F1;
      padding: 20px;
      background-color: #fff;
      margin-bottom: 30px;
      border-radius: 6px;
    }
    .intro-pages-content .inner-leftnav h4 {
      display: block;
      color: #858585;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 12px;
      text-transform: uppercase;
    }
    .intro-pages-content .inner-leftnav .nav-link {
      padding: 0 0 0 17px;
      margin-bottom: 12px;
      color: #7F1BA4;
      font-weight: 600;
      transition: 0.3s ease-in-out;
    }
    .intro-pages-content .inner-leftnav .nav-link.active {
      color: #7F1BA4 !important;
    }
    .intro-pages-content .inner-leftnav a:hover::before, 
    .intro-pages-content .inner-leftnav a.active::before {
      content: none;
    }
    .intro-pages-content .inner-leftnav .nav-link:last-child {
      margin-bottom: 0;
    }
    /*.intro-pages-content #left_scrollNav .nav-link:hover,
    .intro-pages-content #left_scrollNav .nav-link.active {
      color: #9050E9 !important;
    }*/
    section.df-hero-gradient-section.intro-pages .home-banner {
      margin-top: 0px;
    }
    section.df-hero-gradient-section,
    section.df-hero-gradient-section.intro-pages {
      padding: 104px 0 32px 0;
    }
    section.df-hero-gradient-section .home-banner .carousel-animated .tagline-big {
      margin-top: 0;
    }
    .intro-pages .home-banner h1.gradient,
    section.df-hero-gradient-section .inner-banner h1 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 12px;
    }
     section.df-hero-gradient-section .inner-banner {
      margin-top: 0px;
    }
    .partner-hero-video-section .df-hero-video-container {
      height: 700px;
    }
}

/* Login and Register page */
@media (max-width: 768px) {
  .left-side-text-login-wrapper {
    text-align: center;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
  }
  .left-side-text-login-wrapper .main-heading {
    text-align: center;
  }
  .right-side-form-wrapper{
    padding-top: 30px;
  }
  .section .section-title {
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .open-project-buttons .filter-container {
    flex-wrap: wrap;
  }
  .filter-container .form-group select {
    margin-right: 10px;
    width: 130px;
  }
  .filter-container .form-group::after {
    right: 28px;
  }
  .filter-container .form-group .keyword_search {
    width: 100%;
  }
  #open-project-tab #proposal-count {
    top: 32px;
    margin: 10px 0 0 0;
  }
  .rfp-preview-modal .modal-body .buttons-box {
    gap: 20px 16px;
  }
  .filter-container .form-group.search_field {
    width: 260px;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
    .deepfunding-dashboard.df-proposal-section .about-proposal-list {
        padding: 0;
        margin-top: 50px;
    }
    .deepfunding-dashboard.df-proposal-section .proposal-detail-box .nav-pills .nav-item .nav-link {
        padding: 7px 10px 7px 10px;
        font-size: 16px;
    }
    .df-proposal-section .proposals-list .proposal-detail-box h4 {
        line-height: 30px;
        margin-bottom: 20px;
    }
    .df-project-complete-detail-section .rfp-spec-content {
      padding: 18px 30px;
    }
    .df-project-complete-detail-section .rfp-guideline .df-rfp-card {
      width: 100%;
    }
    .df-proposal-creation-section .proposal-detail-box .tab-content .details-grid {
      width: 100%;
    }
    .df-rfp-card .rfp-profile-box .left-cont {
      width: auto;
    }
    .df-news-toggle .df-news-list .df-news-box .project-img-box {
      width: 130px;
    }
    .df-news-toggle .df-news-list .df-news-box .user-content-box {
      width: calc(100% - 130px);
    }
    .open-project-buttons .filter-container {
      flex-wrap: wrap;
    }
    .filter-container form {
      gap: 10px;
    }
    .filter-container .form-group {
      flex-direction: column;
      width: calc(50% - 5px);
    }
    .filter-container .form-group {
      width: 100%;
    }
    .filter-container .form-group select {
      margin-right: 0px;
      width: 100%;
    }
    .filter-container .form-group::after {
      right: 28px;
    }
    .filter-container .form-group.search_field {
      width: 100%;
    }
    .filter-container .form-group.search_field {
      position: unset;
      margin-top: 15px;
    }
    .filter-container .form-group.search_field label {
      display: none;
    }
    .filter-container .form-group .keyword_search {
      width: 100%;
    }
    #open-project-tab #proposal-count,
    .filter-container #proposal-count.rfp-count,
    .filter-container #proposals-count {
      position: unset;
      margin: 10px 0 0 0;
      display: block;
      text-align: right;
      width: 100%;
    }
    .rfp-preview-modal .modal-body .buttons-box {
      flex-direction: column-reverse;
    }
    .rfp-preview-modal .modal-body .buttons-box a.button {
      width: 100%;
    }
    .df-dashboard-main-card .card-header .submission-buttons {
      flex-direction: column;
    }
    .df-dashboard-main-card .card-header .submission-buttons a {
      width: 100%;
    }
    .df-reviews-content-wrapper .no_review_allowed p {
      width: 100%;
    }
    .df-dashboard-content .proposals-list .df-caught-all-notifications {
      max-width: 354px;
    }
    .partner-about-section .df-large-cta-box {
      margin-top: 20px;
    }
    .partner-about-section .df-large-cta-box a {
      margin-top: 14px;
    }
    .partner-about-section .df-about-content-wrapper h2,
    .partner-with-us-section .partner-main-heading,
    .partner-faqs-section .partner-main-heading {
      font-size: 24px;
    }
}
@media (min-width: 320px) and (max-width: 630px){
  .df-dashboard-main-card .card-body .counter-modules .idea-compaign .idea-submission-btn .learn-more-btn{
    background: #F9F5FF;;
  }
}
@media (max-width: 575.98px){
.df-shareprofile-modal-inner .df-share-profile-icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .df-share-profile-outer .df-share-profile-icon-background{
    width: 60px;
    height: 60px;
  }
  .df-shareprofile-modal-inner .df-shareprofile-content-heading{
    font-size: 15px;
  }
  .df-modal-dialog {
    max-width: 95%;
  }

  .alert-proposal-content .content-box {
    max-width: 282px;
  }

  
}
@media (max-width: 400px) {
    .deepfunding-dashboard .df-rfp-card .rfp-spec-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .df-proposal-creation-section .proposal-item .df-rfp-card .rfp-spec-grid {
      grid-template-columns: repeat(1, 1fr);
    }
    .button {
      font-size: 15px;
    }
    .month-tabs {
      grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:421px){
  .df-dashboard-main-card .card-header h2 svg{
      padding-left: 12px;
  }

  .df-dashboard-main-card .card-body .counter-modules .idea-compaign .bannar-essentials h6 {
    font-size: 20px;
  }
  .df-dashboard-main-card .card-body .counter-modules .idea-compaign .bannar-essentials .heading-span {
    font-size: 20px;
  }
  .df-dashboard-main-card .card-body .counter-modules .idea-compaign .idea-submission-btn .learn-more-btn{
    background: #F9F5FF;;
  }
  .df-proposal-counter-card .proposal-detail-box .sub-box{
    border-right: 0;
/*    border-bottom: 1px solid #010004;*/
    width: 100%;
  }
  .df-proposal-counter-content-grid .flip-card {
    --_flip-card-size: 66px;
    font-size:33px;
    /*     top: 39%;*/
  }
  .project-presentation-sidebar .flip-card {
    --_flip-card-size: 69px;
    font-size: 31px;
  }
  
  .project-presentation-sidebar .card-title{
    margin-bottom: 0;
    font-size: 12px;
  }
  .project-presentation-sidebar .proposal-counter-inner-box > small{
  padding-top: 10px;
  }
  .df-proposal-counter-content-grid .flip-card .top::after {
    top: 6%;
  }
  .df-proposal-counter-content-grid .flip-card .bottom::after {
    top: -97%;
  }
  .df-proposal-counter-content-grid .flip-card::after {
    top: 58%;
  }
  .df-proposal-counter-card.dashboard .df-proposal-counter-content-grid .card-title {
    font-size: 11px;
    bottom: 4px;
  }
  .df-dashboard-content .counter-modules .df-proposal-counter-card.dashboard .proposal-counter-inner-box .df-round-proposal-head .df-round-tag {
    font-size: 13px;
  }
  .df-dashboard-content .counter-modules .df-proposal-counter-card .proposal-counter-inner-box h2 {
    font-size: 18px;
  }
  .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-content-box .prop-spec-grid {
    display: block;   
  }
  .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-content-box .prop-spec-grid li:nth-child(3) {
    border-right: 0;
  }
  .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .prop-content-box .prop-spec-grid li:nth-child(1) {
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .proposal-card .prop-spec-grid .prop-spec-box span {
    max-width: 187px;
  }
  .deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid .df-details-grid-outer {
    flex-direction: column;
    gap: 12px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .df-proposal-section .proposal-detail-box .tab-content .df-details-grid-outer:last-of-type .details-grid-item:last-child {
      border-bottom: none !important;
      padding-bottom: 0 !important;
    }
  .df-proposal-section .proposal-detail-box .tab-content .details-grid-item:nth-last-child(-n+2) {
     border-bottom: 1px solid #E9E7EC;
  }
  .df-proposal-section .proposal-detail-box .tab-content .details-grid-item:nth-child(-n+2) {
  /*   padding-top: unset !important; */
  }
  .df-proposal-section .proposal-detail-box .tab-content .details-grid-item {
    padding: 0 0 10px 0 !important;
  }
  .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box .details-btns {
    gap: 4px 12px;
  }
  

}

/* Login and Register page */
@media (max-width: 426px) {
  .left-side-text-login-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .df-signup-section .main-heading .gradient-text{
    font-size: 42px;
    line-height: 54px;
  }
}


.multipleChosen, .multipleSelect2{
  width: 300px;
}

/*.df-about-section .df-about-content-box .df-text-color-animate span.active
{
  color:#F0F0F0;
}*/

.ideation-search-sidebar .accordion-item .accordion-body .form-check {
  margin-bottom: 0px !important;
}

.ideation-search-sidebar .accordion-item .accordion-button {

  padding: 8px 15px 8px 0 !important;
}

.ideation-search-sidebar .accordion-item .accordion-button:not(.collapsed) {

  background-color: transparent;

}

.ideation-search-sidebar .accordion-item .accordion-body {
  padding: 17px 15px 8px 0 !important;
}

.admin-bar .submission-nav {
  justify-content: space-between;
  top: 120px;
  z-index: 3;
}

#idea_motivation{
    display: none;
}
.rfp-idea-entries .carousel-indicators {
  bottom: -40px;
}

.rfp-idea-entries .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 3px;
  /* height: 3px !important; */
  padding: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: black;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  opacity: .5;
  transition: opacity .6s ease;
  /* height: 25px; */
}

.rfp-idea-entries .carousel-indicators .active {
  opacity: 1;
}

.form-validation-error {
  color: red;
}

.like-loading,
.dislike-loading {
  display: none;
}

span.like-system-spinner {
display:none;
}

span.like-system-spinner i {
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
}

.form-buttons {
    display: flex;
    width: 100%;
    margin-top: 20px;
    gap: 20px;
    text-align: center;
}


.author-name a {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
}




 /* FAQS WIDGET ACCORDION  */

.partner-faqs-section .partner-faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.partner-faqs-section .partner-faq-item {
  border-bottom: 1px solid #ddd;
  padding: 24px 0 12px 0;
}

/* .partner-faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
  padding: 0.75rem 0;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}

.partner-faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.partner-faq-question[aria-expanded="true"]::after {
  content: '−';
} */

/* .partner-faq-answer {
  padding: 0.5rem 0;
  font-size: 0.95rem;
} */

.partner-faqs-section .partner-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
    padding-top: 12px;
    font-size: 0.95rem;
}

.partner-faqs-section .partner-faq-answer.open {
    max-height: 120px; /* Choose a value larger than expected content height */
    padding-top: 12px;
}


/* END FAQS WIDGET ACCORDION  */


/* PARTNER FOOTER BANNER  */

.partner-ft-banner .df-newsletter-content-box .partner-ft-btn-1 {  
  border-radius: 4px;
  border: 1px solid var(--Foundation-Indigo-I100, #BF9AF2);
  background: var(--Foundation-Indigo-I300, #9050E9);
  color: #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  padding: 14px 24px;
  margin-right: 24px;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}


.partner-ft-banner .df-newsletter-content-box {
  padding: 74px 209px;
}

.partner-ft-banner .df-newsletter-content-box .partner-ft-para {
  padding: 74px 209px;
  padding: 0 56px;
}

/* END PARTNER FOOTER BANNER  */

/* PARTNER FOOTER BANNER  */
.partner-highlights {
  padding: 96px 0;
  background: #13072D;
}

/* .partner-highlights .df-sec-heading-box p {
  padding: 96px 0;
  background: #13072D;
} */

/* END PARTNER FOOTER BANNER  */

/* PARTNER PITCH DECK BANNER  */
.partner-pitch-deck-widget{
    position: relative;
    padding: 48px;
    border-radius: 16px;
    background: linear-gradient(131deg, rgba(255, 255, 255, 0.07) 0%, rgba(153, 153, 153, 0.14) 100%);
    margin-top: 96px;
    overflow: hidden;
    background: #13072D;
    margin-bottom: 96px;
}

/* END PARTNER PITCH DECK BANNER  */


/* PARTNER CONECT WITH US WIDGET  */
.partner-connect-with-us-widget .partner-connect-num {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 16px;    
}

.partner-connect-with-us-widget .partner-connect-num span {
    background: linear-gradient(200deg, #FF13EC 15.95%, #FFBB01 83.22%);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    color: transparent; 
}

.partner-connect-with-us-widget {
    position: relative;
    background: #13072D;
}
.partner-connect-with-us-widget::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 60%;
    height: 50px;
    border-radius: 1026px;
    background: #FFF;
    filter: blur(72px);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.7;
}
.partner-connect-with-us-widget::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 60%;
    height: 200px;
    border-radius: 1026px;
    background: linear-gradient(185deg, #32C5FF -1.39%, #B620E0 43.99%, #F7B500 87.13%);
    filter: blur(140px);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.4;
}

/* END PARTNER CONECT WITH US WIDGET  */


/* PARTNER WITH US WIDGET  */
.partner-with-us-section {
  padding: 96px 0;
}
.partner-with-us-section .partner-tagline span {
    border-radius: 4px;
    border: 1px solid #E9E7EC;
    background: var(--Foundation-Violet-V50, #E9E7EC);
    color: var(--Foundation-Violet-V300, #1E1243);
    font-family: "DM Sans";
/*    font-size: 16px;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
    text-transform: uppercase;
    padding: 8px 16px;
    
}

.partner-with-us-section .partner-main-heading  {
      color: var(--Foundation-Violet-V400, #150D2F);
      font-family: "DM Sans";
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 16px;
      margin-top: 20px;
      max-width: 750px;
}

 .partner-with-us-section .partner-main-description {
      color: var(--Foundation-Grey-G200, #2C2B2F);
      font-family: "DM Sans";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px; 
      width: 65%;
      margin-bottom: 64px;
 }

 .partner-with-us-section .partner-card-1-wrapper {
      position: relative;
      border-radius: 16px;
      background: var(--Foundation-Ocean-Blue-O75, #BCD2FB);
      display: flex;      
      height: 544px;
      padding: 32px 32px 0 32px;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
 }


 .partner-with-us-section .partner-card-1-wrapper .partner-card-1-heading {
    color: var(--Foundation-Grey-G400, #010003);
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
 }

 .partner-with-us-section .partner-card-1-wrapper .partner-card-1-description {
    color: var(--Foundation-Grey-G200, #2C2B2F);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
 }

 .partner-with-us-section .partner-card-1-wrapper .partner-card-1-bg-image-wrapper {
    /* position: absolute; */
    /* top: 282px; */
    /* left: 0; */
    padding: 0 15px 0 15px;
    margin-top: auto;
    width: 100%;
    text-align: center;
 }

 .partner-card-1-bg-image-bottom {
  position: relative;
 }
 .partner-card-1-bg-image-top {
  position: absolute;
  top: 75px;
  left: 100px;
  width: 120px;
 }

 .partner-with-us-section .partner-card-2-wrapper {
      display: flex;
      height: 260px;
      padding: 32px;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      flex: 1 0 0;
      border-radius: 16px;
      background: #FFE9B9;
 }

 .partner-with-us-section .partner-card-3-wrapper {
    display: flex;
    height: 260px;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 16px;
    background: #E8D9FF;
 }

 .partner-with-us-section .partner-card-2-heading {
    color: var(--Foundation-Grey-G400, #010003);
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
 }

 .partner-with-us-section .partner-card-2-description {
    color: var(--Foundation-Grey-G200, #2C2B2F);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
 }

 .partner-with-us-section .partner-card-4-wrapper {        
    padding: 32px 0px 32px 32px; 
    width: 46%;  
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px 0 0 16px;    
    background: var(--Foundation-Violet-V300, #1E1243); 
 }

 .partner-with-us-section .partner-card-4-wrapper .partner-card-4-heading {                
    color: #FFF;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    /* padding-bottom: 62px; */
 }

 .partner-with-us-section .partner-card-4-wrapper .partner-card-4-description {    
    color: #BCB6CE;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
 }

 .partner-with-us-section .partner-custom-image-repeater-wrapper {
    padding: 32px 32px 32px 24px;
    width: 54%;    
    min-height: 260px;
    border-radius: 0 16px 16px 0;
    background: var(--Foundation-Violet-V300, #1E1243);
 }

 .partner-with-us-section .partner-custom-image-repeater-widget {
    display: flex;
    padding: 17px 0px;
    justify-content: center;
    align-items: center;
 }

  .partner-with-us-section .partner-image-item {
    border: 1px solid transparent;
    /* padding: 36px 8px; */
    padding: 36px 8px 36px 0;
    /* border-radius: 8px; */
    background: #342955;
 }

 .partner-with-us-section .partner-image-item:last-child {
    padding-right: 0;
    border-radius: 0 8px 8px 0;
}

 .partner-with-us-section .partner-image-item:first-child {
    border-radius: 8px 0 0 8px;
}


/* END PARTNER WITH US WIDGET  */


/* PARTNER FAQS WIDGET  */

.partner-faqs-section {
    position: relative;
    min-height: 1px;
    padding: 96px 0 0 0;
}

.partner-faqs-section .partner-tagline span {
    border-radius: 4px;
    border: 1px solid #E9E7EC;
    background: var(--Foundation-Violet-V50, #E9E7EC);
    color: var(--Foundation-Violet-V300, #1E1243);
    font-family: "DM Sans";
/*    font-size: 16px;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
    text-transform: uppercase;
    padding: 8px 16px;

}

.partner-faqs-section .partner-main-heading {
      color: var(--Foundation-Violet-V400, #150D2F);
      font-family: "DM Sans";
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 16px;
      margin-top: 20px;
}

.partner-faqs-section .partner-main-description {
      color: var(--Foundation-Grey-G200, #2C2B2F);
      font-family: "DM Sans";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;       
      margin-bottom: 64px;
}

.partner-faqs-section .partner-faq-accordion .faq-question {
      all: unset;
      color: var(--Foundation-Violet-V400, #150D2F);
      font-family: "DM Sans";
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%; /* 23.4px */
      cursor: pointer; 
}

.partner-faqs-section .partner-faq-accordion .partner-faq-answer {
    color: var(--Foundation-Grey-G200, #2C2B2F);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.partner-faqs-section .partner-faq-accordion .partner-faq-btn-wrapper {
  display: flex;
  justify-content: space-between;
}

/* .partner-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, opacity 0.4s ease;
	opacity: 0;
}

.partner-faq-answer.open {
	max-height: 500px; 
	opacity: 1;
} */

/* END PARTNER FAQS WIDGET  */

.is_partner_page {
      padding: 18px 0;
}



/* start MEDIA QUERIES FOR PARTNERS PAGE */

@media (max-width: 1400px) and (min-width: 1200px) {
    .partner-card-1-bg-image-top {
      position: absolute;
      top: 79px;
      left: 97px;
      width: 90px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .partner-with-us-section .partner-card-1-wrapper {
    height: 578px;
  }
  .partner-ft-banner .df-newsletter-content-box {
    padding: 74px 170px;
  } 
  .partner-with-us-section .partner-card-2-wrapper,
  .partner-with-us-section .partner-card-3-wrapper {
    height: 325px;
  }
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .partner-with-us-section .partner-card-3-wrapper,
  .partner-with-us-section .partner-card-2-wrapper {
    margin-top: 30px;
  }
  .partner-with-us-section .partner-card-1-wrapper,
  .partner-with-us-section .partner-card-2-wrapper,
  .partner-with-us-section .partner-card-3-wrapper {
    height: auto;
  }
  .partner-with-us-section .partner-card-2-heading,
  .partner-with-us-section .partner-card-3-heading {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .partner-ft-banner .df-newsletter-content-box {
    padding: 74px 60px;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .partner-card-1-bg-image-top {
      position: absolute;
      top: 60px;
      left: 81px;
      width: 80px;
    }
    .partner-with-us-section .partner-card-1-wrapper .partner-card-1-bg-image-wrapper {
      padding: 0;
    }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .partner-about-section .df-about-content-wrapper h2,
  .partner-with-us-section .partner-main-heading,
  .partner-faqs-section .partner-main-heading {
    font-size: 24px;
  }
  .partner-with-us-section .partner-main-description {
    width: 100%;
    margin-bottom: 34px;
  }
  .partner-faqs-section .partner-main-description {
    margin-bottom: 34px;
  }
  .df-about-section,
  .partner-with-us-section,
  .partner-highlights {
    padding: 56px 0;
  }
  .partner-faqs-section {
    padding-top: 56px;
  }
  .partner-pitch-deck-widget {
    margin: 56px 0;
  }
  .partner-with-us-section .partner-card-1-wrapper .partner-card-1-heading,
  .partner-with-us-section .partner-card-2-heading, 
  .partner-with-us-section .partner-card-3-heading,
  .partner-with-us-section .partner-card-4-wrapper .partner-card-4-heading {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  #card-4-layout-change {
    flex-direction: column;
  }
  .partner-with-us-section .partner-card-1-wrapper, 
  .partner-with-us-section .partner-card-2-wrapper, 
  .partner-with-us-section .partner-card-3-wrapper {
    padding: 20px;
  }
  .partner-with-us-section .partner-card-4-wrapper {
    width: 100%;
    border-radius: 16px 16px 0 0px;
    padding: 20px;
    min-height: auto;
  }
  .partner-with-us-section .partner-custom-image-repeater-wrapper {
    width: 100%;
    border-radius: 0 0px 16px 16px;
    padding: 20px;
    min-height: auto;
    text-align: center;
  }
  .partner-with-us-section .partner-card-4-wrapper .partner-card-4-heading {
    margin-bottom: 12px;
  }
  .partner-ft-banner .df-newsletter-content-box .partner-ft-para {
    padding: 0;
  }
  .partner-ft-banner .df-newsletter-content-box .partner-ft-btn-1,
  .partner-ft-banner .df-newsletter-content-box .df-subscription {
    margin: 20px 10px 0 10px;
  }
}


@media (max-width: 1024px) and (min-width: 769px) {
    .partner-card-1-bg-image-top {
      position: absolute;
      top: 58px;
      left: 75px;
      width: 70px;
    }

}


@media (max-width: 768px) and (min-width: 426px) {
    .partner-card-1-bg-image-top {
      position: absolute;
      top: 127px;
      left: 170px;
      width: 131px;
    }

    .partner-ft-banner .df-newsletter-content-box {
      padding: 40px 25px;
    }

}



@media (max-width: 425px) and (min-width: 376px) {
    .partner-ft-banner .df-newsletter-content-box {
      padding: 30px 12px;
    }
    .partner-ft-banner .df-newsletter-content-box .partner-ft-btn-1 {
      margin-right: 0;
    }

    .partner-ft-banner .df-theme-secondary-btn {
      margin: 24px 0;
      font-size: 14px;
    }

    .partner-hero-video-section {
      /* padding: 56px 12px; */
      border-radius: 8px;
    }

    .partner-faqs-section .partner-faq-answer.open {
      max-height: 135px;
    }

    .partner-faqs-section .partner-faq-accordion .partner-faq-answer {
      font-size: 15px;
    }

    .partner-with-us-section .partner-card-4-wrapper .partner-card-4-heading{
      font-size: 20px;
    }

    .partner-with-us-section .partner-card-4-wrapper .partner-card-4-description{
      font-size: 14px;
    }

    .partner-ft-banner .df-newsletter-content-box .partner-ft-btn-1 {
      font-size: 14px;
    }  
    .partner-with-us-section .partner-card-1-wrapper .partner-card-1-bg-image-wrapper {
      padding: 0;
    }    
}


  @media (max-width: 375px) and (min-width: 326px) {

    .partner-card-1-bg-image-top {
      position: absolute;
      top: 73px;
      left: 97px;
      width: 80px;
    }

    .partner-with-us-section .partner-card-1-wrapper {
      height: 450px;
    }
    .partner-faqs-section .partner-tagline span {
      font-size: 12px;
    }
    .partner-faqs-section .partner-main-heading {
      font-size: 30px;
    }
    .partner-faqs-section .partner-main-description {
      font-size: 15px;
    }
    .partner-faqs-section .partner-faq-accordion .faq-question {
      font-size: 15px;
    }
    .partner-faqs-section .partner-faq-accordion .partner-faq-answer {
      font-size: 14px;
    }
    .partner-with-us-section .partner-card-1-wrapper .partner-card-1-bg-image-wrapper {
      padding: 0;
    }
    .partner-ft-banner .df-newsletter-content-box {
      padding: 56px 12px;
    }
    .partner-ft-banner .df-theme-secondary-btn {
      margin: 24px 0;
      font-size: 14px;
    }
    .partner-ft-banner .df-newsletter-content-box .partner-ft-btn-1 {
      font-size: 14px;
    } 
    #card-4-layout-change {
    flex-direction: column;
    }
    .partner-with-us-section .partner-card-4-wrapper {
      padding: 30px;
      width: 100%;
	    border-radius: 16px 16px 0 0;
    }
    .partner-with-us-section .partner-custom-image-repeater-wrapper {
      padding: 0 30px 30px 30px;
      width: 100%;
      border-radius: 0 0 16px 16px;
      min-height: 210px;
	  }
  }

  @media (max-width: 325px) {

    .partner-hero-video-section .df-theme-primary-btn {
      font-size: 14px;
    }
    .partner-hero-video-section .df-watch-video-btn {
      font-size: 14px;
    }   

    .partner-about-section .df-about-content-box .df-text-color-animate{
      font-size: 30px;
    }
    .partner-about-section .df-about-content-box .df-text-color-desc {
      font-size: 16px;
    }
    .partner-about-section .important-details-list li {
      font-size: 14px;
    }
    .partner-about-section .df-large-cta-box a:first-child {
      font-size: 14px;
    }
    .partner-about-section .df-theme-secondary-btn {
      font-size: 14px;
    }

    .partner-with-us-section .partner-tagline span {
      font-size: 12px;
    }
    .partner-with-us-section .partner-main-description {
      font-size: 16px;
    }
    .partner-with-us-section .partner-card-1-wrapper .partner-card-1-bg-image-wrapper {
      padding: 0;
    }
    .partner-card-1-bg-image-top {
      position: absolute;
      top: 55px;
      left: 75px;
      width: 75px;
    }
    /* .partner-with-us-section .partner-card-4-wrapper {
      padding: 16px;
      width: 50%;
    } */
    /* .partner-with-us-section .partner-custom-image-repeater-wrapper {
      padding: 16px;
      width: 50%;
    } */
    .partner-connect-with-us-widget .df-theme-primary-btn {
      font-size: 14px;
    }
    .partner-pitch-deck-widget {
      padding: 30px;
    }
    .partner-faqs-section .partner-tagline span {
      font-size: 12px;
    }
    .partner-faqs-section .partner-main-description {
      font-size: 15px;
    }
    .partner-faqs-section .partner-faq-accordion .faq-question {
      font-size: 15px;
    }
    .partner-faqs-section .partner-faq-accordion .partner-faq-answer {
      font-size: 14px;
    }
    .partner-ft-banner .df-newsletter-content-box {
      padding: 56px 12px;
    }
    .partner-ft-banner .df-theme-secondary-btn {
      margin: 24px 0;
      font-size: 14px;
    }
    .partner-ft-banner .df-newsletter-content-box .partner-ft-btn-1 {
      font-size: 14px;
    } 
    .partner-with-us-section .partner-card-1-wrapper {
        height: 450px;
    }
    #card-4-layout-change {
    flex-direction: column;
    }
    .partner-with-us-section .partner-card-4-wrapper {
      padding: 20px;
      width: 100%;
	    border-radius: 16px 16px 0 0;
    }
    .partner-with-us-section .partner-custom-image-repeater-wrapper {
      padding: 0 20px 20px 20px;
      width: 100%;
      border-radius: 0 0 16px 16px;
      min-height: 210px;
	  }

  }



/* end MEDIA QUERIES FOR PARTNERS PAGE */


.faq-icon {
  cursor: pointer;
}

/* //New CSS FILTERS */
.df-award-filter .df-user-search-feild-outer{
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  padding-top: 40px;
 
}
.df-award-filter .df-user-search-feild-outer .df-user-search-feild{
  position: relative;
  width: 100%;
  gap: 12px;
}
.df-award-filter .df-user-search-feild-outer .df-user-search-feild input{
  padding: 12px 16px 12px 48px;
  border-radius: 8px;
  border: 1px solid #CBCDD2;
  background: #FCFDFF;
  width: 100%;
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: 48px;
}
.df-award-filter .df-user-search-feild-outer .df-user-search-feild input:focus{
  box-shadow: none;
  outline: none;
}
.df-award-filter .df-user-search-feild-outer .df-user-filter-tag{
  padding: 4px 24px;
  border-radius: 8px;
  border: 1px solid #6C6B6D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 48px;
  cursor: pointer;
  width: 120%;
}
.df-award-filter .df-user-search-feild-outer .df-user-filter-tag span{
  color: #6C6B6D;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.df-award-filter .df-user-search-feild-outer .df-user-search-feild input {
    padding: 12px 16px 12px 28px;
    height: 45px;
    font-size: 14px;
    padding-left: 42px;
    color: #979698;
font-family: "DM Sans";
font-style: normal;
font-weight: 400;
line-height: 150%;
  }
.df-award-filter .df-user-search-feild-outer .df-user-filter-tag {
    /* padding: 4px 24px; */
    height: 45px;
  }
.df-award-filter .df-user-search-feild-outer .df-user-search-feild svg {
    left: 16px;
    top: 12px;
    width: 24px;
    height: 24px;
  }
.df-award-filter .df-user-search-feild-outer .df-user-filter-tag svg{
    width: 24px;
    height: 24px;
  }
.df-award-filter .df-user-search-feild-outer .df-user-filter-tag span {
    font-size: 16px;
  }
.df-award-filter .df-user-filter-tag-container{
  position: relative !important;
  cursor: pointer;
  margin-right: 30px;
}
.df-award-filter .df-user-tag-feild-outer .df-user-input-tags{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.df-award-filter .df-user-tag-feild-outer .df-user-input-tags a{
 padding: 4px 8px;
  font-size: 12px;
}
.df-award-filter .df-user-input-tags #tagList{
  display: none;
  flex-wrap: wrap;
} 
.df-award-filter .df-user-tag-feild-outer .df-user-input-tags {
    width: 100%;
  }
.df-dropdown-toggle {
  background: none;
  border: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  width: 83px; /* Set a fixed width or max-width if needed */
  color: var(--Foundation-Grey-G100, #6C6B6D);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.df-custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
 border-radius: 8px;
border: 1px solid #CBCDD2;
background: #FFF;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
  min-width: 178px;
  z-index: 100;
  display: flex;
width: 146px;
padding: 8px 16px;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
#customDropdownMenu {
  display: none; 
}
.df-dropdown-header {
  color: var(--Foundation-Grey-G75, #979698);
font-family: "DM Sans";
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 19.5px */
text-transform: uppercase;
}

.df-dropdown-item {
  color: var(--Foundation-Grey-G200, #2C2B2F);
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
  border-radius: 6px;
  cursor: pointer;
  color: #333;
}

.df-dropdown-divider {
  height: 0px;
align-self: stretch;
stroke-width: 1px;
stroke: var(--Foundation-Grey-G50, #E6E6E6);
}
.df-user-tag-feild-outer:has(.df-user-input-tags1:not([style*="display: none"]) ul li) 
.df-user-post-sort-dropdown1 {
  margin-top: -40px;
}


@media (max-width: 576px) {
  .df-user-input-tags1 ul
  {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  .df-user-input-tags1 ul li {
    margin-right: 8px;
    margin-bottom: 0;
  }

  .clear-btn-wrapper {
    order: 1;
    width: 100%;
  }

  .df-user-post-sort-dropdown1 {
    order: 2;
/*    width: 25%;*/
    margin-top: 0 !important;
    text-align: left;
    position: relative;
  }

  .df-custom-dropdown-menu {
    left: 0;
    right: auto;
    min-width: 160px;
    max-width: 100vw;
    z-index: 999;
    background: #fff;
    padding: 8px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: absolute;
  }
}


.df-award-filter .df-tag-filter-dropdown .filter-tag {
  margin-bottom: 0px;
}
.df-award-filter .df-tag-filter-dropdown .filter-show {
  padding: 4px 8px;
  cursor: pointer;
  user-select: none;
  
  color: var(--Foundation-Indigo-I300, #9050E9);
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
}
.df-award-filter .df-user-filter-tag-container .df-user-filter-tag .text{
border-radius: 4px;
background: var(--Foundation-Violet-V300, #1E1243);
color: #FFF;
text-align: center;
font-family: "DM Sans";
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 200% */
display: flex;
width: 16px;
height: 16px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
}

.df-award-filter .df-user-tag-feild-outer .df-user-input-tags1{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.df-award-filter .df-user-tag-feild-outer .df-user-input-tags1 a{
 padding: 4px 8px;
  gap: 2px;
  font-size: 12px;
  border-radius: 24px;
border: 1px solid var(--Foundation-Indigo-I300, #9050E9);
background: var(--Foundation-Indigo-I50, #F4EEFD);
color: var(--Foundation-Indigo-I300, #9050E9);
font-family: "DM Mono";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 18px */
display: flex;
justify-content: center;
align-items: center;
}
.df-award-filter .df-user-input-tags1 #tagList{
  display: none;
  flex-wrap: wrap;
} 
.df-award-filter .df-user-tag-feild-outer .df-user-input-tags1 {
    width: 100%;
  }
.df-award-filter .df-user-tag-feild-outer .df-user-input-tags1 .clear-btn-wrapper {
  width: 100%;
  margin-top: 8px;
}

.df-award-filter .df-user-tag-feild-outer .df-user-input-tags1 .clear-all-btn {
  width: 56px;
  text-align: center;
  border: none;
  cursor: pointer;
  background: none;
  color: var(--Ros-500, #F63D68);
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}
@media (min-width: 575px) and (max-width: 1198px) {
 .df-award-filter{
  margin-top: 35px;
 }
}
.df-filter-cross {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* 
.df-filter-header {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  white-space: nowrap;
} */
/* dend */


/* iphone 13 mini responsive FILTER */
@media (max-width: 400px) {
.df-award-filter .df-user-filter-tag-container {
    margin-right: 0px;
}
  .df-award-filter .df-user-search-feild {
    width: 80%;
  }

  .df-award-filter .df-user-search-feild input {
    width: 100%;
    font-size: 14px;
    padding: 8px 32px 8px 12px;
  }

  .df-award-filter .df-user-search-feild svg {
    position: absolute;
    right: 10px;
    top: 50%;
    pointer-events: none;
  }

  .df-award-filter .df-user-search-feild {
    position: relative;
  }

  .df-award-filter .df-user-filter-tag-container {
    width: 20%;
    display: flex;
    justify-content: flex-end;
  }


 .df-award-filter .df-user-filter-tag span,
 .df-award-filter .df-user-filter-tag-container .df-user-filter-tag .text {
    display: none; 
  }

  .df-award-filter .df-user-filter-tag svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  #dfTagDropdown {
    position: fixed !important;
    top: 390px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    /* height: 50vh; */
    z-index: 9999;
    background-color: #fff; /* or match your app's style */
    overflow-y: auto;
    padding: 16px 6px 0px 16px;
  }

  /* Optional: Prevent page scroll when dropdown is open */
  body.dropdown-open {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #dfOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
background: rgba(0, 0, 0, 0.50);
    z-index: 9998; /* behind dropdown */
    display: none;
  }

  #dfTagDropdown {
    position: fixed !important;
    /* top: 390px; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    z-index: 9999;
    background-color: #fff;
    overflow-y: auto;
    padding: 16px 6px 0px 16px;
    display: none;
    border-radius: 16px 16px 0px 0px;
  }

  body.dropdown-open {
    overflow: hidden;
  }
  

  .df-drag-indicator {
  width: 134px;
  height: 5px;
  background: var(--Separator-Dark, #171717);
  border-radius: 100px;
   margin: 0 auto;
   cursor: ns-resize;
  /* margin: 12px auto;  */
}

.top-indicator {
  /* margin-top: 12px; */
  margin-bottom: 8px; /* space between indicator and 'Filters' title */
}

.bottom-indicator {
  margin-top: 25px; /* space between Apply/Clear and this indicator */
  /* margin-bottom: 16px; space before the dropdown ends */
}
.df-drag-indicator .bottom-indicator {
  position: sticky;
  bottom: 0;
  z-index: 10; /* Ensure it stays on top of scrolling content */
}



}
/*full button clickable*/
.dashboard-menu-list li a.df-sidebar-awarded-link {
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.dashboard-menu-list li {
  list-style: none;
  cursor: pointer;
}

/* iphone end  */
#awarded-project-tab #total-project-count{
   /* margin-top: 40px; */
  padding: 32px 0px;
  text-align: left;
  display: block;
  color: #211440;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 26px */
padding-left: 13px;
}
#awarded-project-tab .project-count {
  /* margin-top: 40px; */
  padding: 32px 0px;
  text-align: left;
  display: block;
  color: #211440;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 26px */
}
#my-favourite-tab .project-count {
  /* margin-top: 40px; */
  padding: 32px 0px;
  text-align: left;
  display: block;
  color: #211440;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 26px */
}
#open-project-tab .project-count{
    padding: 32px 0px;
  text-align: left;
  display: block;
  color: #211440;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 26px */
}
#rfp-active-tab-pane .project-count{
    padding: 32px 0px;
  text-align: left;
  display: block;
  color: #211440;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 26px */
}
#rfp-proposals-tab-pane .project-count{
    padding: 32px 0px;
  text-align: left;
  display: block;
  color: #211440;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 26px */
}
#rfp-completed-tab-pane .project-count{
    padding: 32px 0px;
  text-align: left;
  display: block;
  color: #211440;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 26px */
}
.df-award-filter .df-user-tag-feild-outer .df-user-input-tags .clear-btn-wrapper {
    width: 100%;
    margin-top: 8px;
}
.df-award-filter .df-user-tag-feild-outer .df-user-input-tags .clear-all-btn {
  width: 56px;
  text-align: center;
  border: none;
  cursor: pointer;
  background: none;
  color: var(--Ros-500, #F63D68);
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}
.df-user-input-tags ul li a.selected {
    padding: 4px 8px;
  gap: 2px;
  font-size: 12px;
  border-radius: 24px;
border: 1px solid var(--Foundation-Indigo-I300, #9050E9);
background: var(--Foundation-Indigo-I50, #F4EEFD);
color: var(--Foundation-Indigo-I300, #9050E9);
font-family: "DM Mono";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 150%;
display: flex;
justify-content: center;
align-items: center;
}

/*USER PROFILE PAGE UPDATE*/
.df-profile-page .df-user-detail-main-content .df-user-profile-content {
  display: flex;
  flex-direction:column;
  /*align-items: flex-end;
  gap: 16px;*/
}
.df-profile-page .df-user-detail-main-content .df-user-profile-content .user-profile-img img {
  width: 96% ;
  height: 96%;
  object-fit: cover;
  border-radius: 50%;
}


.df-profile-page .df-user-profile-detail-banner {
  height: 207px;
  background: url(../imgs/user-profile-detail-banner-bg.png) lightgray 50% /
    cover no-repeat;
}
/*dummy-sections*/
.df-profile-page .df-dummy-section-img{
  display: flex;
  align-items: center;
  justify-content: center;
}
.df-profile-page .df-dummy-section-img .df-dummy-skill-section{
  padding: 16px;
  object-fit: cover;
}
.df-profile-page .df-dummy-section-img img{
  padding-top: 16px;
  object-fit: cover;
}
/* df-user-profile-detail-section-start */
.df-profile-page .df-user-profile-detail-section {
  background-color: #f4f9ff;
  padding-bottom: 80px;
}
.df-profile-page .df-user-detail-main-content {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: -40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
}
.df-profile-page .df-user-detail-main-content .df-user-profile-content {
   display: flex;
  align-items: flex-start;
 /* gap: 16px; */
}
.df-profile-page .df-user-detail-main-content .df-user-profile-content .user-profile-img {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.df-profile-page .df-user-detail-main-content .df-user-profile-content .user-profile-img img {
   width: 96%;
  height: 96%;
  object-fit: cover;
  border-radius: 50%;
}
.df-profile-page .df-user-detail-main-content .df-user-profile-content .user-profile-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.df-profile-page .df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .df-user-nikename {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #010004;
  margin-bottom: 4px;
}
  .df-profile-page .df-user-nikename{
/*    margin-top: 16px;*/
  }
.df-profile-page .df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .df-user-nikename
  .user-tag {
  color: #027648;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 4px 8px;
  border-radius: 24px;
  border: 0.2px solid #027648;
  background: #e2f6f3;
  backdrop-filter: blur(2px);
}
.df-profile-page .df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .df-username {
  display: inline-block;
  color: #010004;
  font-family: "Inconsolata", monospace;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 2px 8px;
  border-radius: 2px;
  background: #e6e6e6;
  margin-bottom: 16px;
}
.df-profile-page .df-user-detail-main-content .df-user-profile-content .user-profile-meta ul {
  margin-top: 12px;
  display: contents;
}
.df-profile-page .df-user-detail-main-content .df-user-profile-content .user-profile-meta ul li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #2c2b2f;
  line-height: 21px;
}
.df-profile-page .user-external-link a{
  margin-bottom: 16px;
}
.df-profile-page .df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .user-external-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #5b92f5;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.df-profile-page .df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .user-external-link
  a,
.df-profile-page .df-user-detail-main-content
  .df-user-profile-content
  .user-profile-meta
  .user-external-link
  a:hover {
  color: #5b92f5;
}
.df-profile-page .df-user-detail-main-content .df-user-group-buttons {
  display: flex;
  gap: 12px;
}
.df-profile-page .df-user-detail-main-content .df-user-group-buttons .df-theme-primary-btn {
  display: flex;
  gap: 8px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 20px;
  width: 75%;
  display: flex;
  justify-content: center;
}
.df-profile-page .df-user-detail-main-content .df-user-group-buttons .more-actions {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #2c2b2f;
  background: #fff;
  position: relative;
}
.df-profile-page .df-more-actions-dropdown-menu {
  position: absolute;
  right: -1px;
  top: 39px;
  border: 1px solid #cbcdd2;
  border-radius: 6px;
  background: #fff;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  z-index: 9999;
  width: 147px;
}
.df-profile-page .df-more-actions-dropdown-menu .df-more-actions-dropdown-item {
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  gap: 8px;
  width: 100%;
}
.df-profile-page .df-more-actions-dropdown-item:last-child {
  padding-bottom: 0;
}
.df-profile-page .df-more-actions-dropdown-menu .df-more-actions-dropdown-item span {
  color: #2c2b2f;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.df-profile-page .df-more-actions-dropdown-item:not(:last-child) {
  border-bottom: 1px solid #cbcdd2;
}
.df-profile-page .df-more-actions-dropdown-menu.show {
  display: flex;
}
.df-profile-page .df-user-detail-main-content .df-user-detail-right-content {
  /* display: flex;
  flex-direction: column;
  align-items: flex-end; */
}

.df-profile-page .df-user-detail-main-content .df-user-follow-details {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.df-profile-page .df-user-detail-main-content .df-user-follow-details span {
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}
.df-profile-page .df-user-detail-main-content .df-user-follow-details .follow-count {
  color: #010004;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin-right: 4px;
  text-transform: uppercase;
}
.df-profile-page .df-user-detail-main-content .df-user-follow-details > div {
  display: inline-flex;
  align-items: center;
}
.df-profile-page .df-user-detail-main-content .df-user-follow-details .follow-count-divider {
  width: 1px;
  height: 16px;
  background-color: #e6e6e6;
}
.df-profile-page .df-user-card-style {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #cbcdd2;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 24px;
}
.df-profile-page .df-profile-skills{
  background: none !important;
  border: none;
  padding: 0px;
  border-bottom: 1px solid #e6e6e6 !important;
  padding-bottom: 16px !important;
  margin-top: 16px !important;
}
.df-profile-page .df-profile-circle{
  padding: 0px;
  background: none !important;
  border: none;
}
.df-profile-page .df-profile-skills .user-card-tags{
  padding: 8px 0px 0px 0px !important;
}
.df-profile-page .user-circle-heading span{
  padding-right: 4px;
}
.df-profile-page .user-card-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 8px;
}
.df-profile-page .df-user-detail-main-content .df-user-profile-content .user-tag {
  color: #027648;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 4px 8px;
  border-radius: 24px;
  border: 0.2px solid #027648;
  background: #e2f6f3;
  backdrop-filter: blur(2px);
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: -20px; */
}
.df-profile-page .user-card-title {
  color: #6C6B6D;
font-family: "DM Sans";
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}
.df-profile-page .df-user-card-style .user-card-tags {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0;
}
.df-profile-page .df-user-card-style .user-card-tags li a {
  display: block;
  padding: 4px 8px;
  color: #5b92f5;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 24px;
border: 1px solid var(--Foundation-Ocean-Blue-O75, #BCD2FB);
background: var(--Foundation-Ocean-Blue-O50, #EFF4FE);
}
.df-profile-page .df-user-card-style .user-card-tags li a:hover {
  color: #5b92f5;
}
.df-profile-page .df-user-card-style .user-card-list-count li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.df-profile-page .df-user-card-style .user-card-list-count li:last-child {
  margin-bottom: 0;
}
.df-profile-page .df-user-card-style .user-card-list-count li span {
  color: #2c2b2f;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.df-profile-page .df-user-card-style .user-card-list-count li .list-count {
  font-weight: 600;
}
.df-profile-page .df-user-card-style .user-card-detail-content > li {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}
.df-profile-page .df-user-card-style .user-card-detail-content > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.df-profile-page .df-user-card-style .user-card-detail-content li .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 4px;
}
.df-profile-page .df-user-card-style .user-card-detail-content .sub-content li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.df-profile-page .df-user-card-style .user-card-detail-content .sub-content li span {
  color: #323232;
}
/*RFP & Ideas-start*/
/* .df-user-detail-tabs {
  padding: 12px 32px;
} */
.df-profile-page .df-user-detail-tabs .df-custom-navtabs {
  display: flex;
  align-items: center;
  flex: 1 0 0;
  --bs-nav-tabs-border-width: 0px;
  --bs-nav-tabs-border-color: transparent;
}
.df-profile-page .df-user-detail-tabs .df-custom-navtabs .nav-link {
  color:#979698;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  padding: 0px 4px 2px 4px;
  /* border-bottom: 3px solid transparent; */
}
/* .df-user-detail-tabs .df-custom-navtabs .nav-link.active {
  color: #9050e9;
  border-bottom: 3px solid #9050e9;
} */
.df-profile-page .df-user-card-style .user-card-heading .user-card-explore {
  color: #9050e9;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
}

.df-profile-page .df-user-tab-card-bottom-style{
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.df-profile-page .df-user-tab-card-entries .df-user-tab-card {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 8px;
  border: 2px solid #e4e9f2;
  background: #eef3fb;
}
.df-profile-page .df-user-tab-card .df-user-tab-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.df-profile-page .df-user-tab-card-content .df-status-tab-btn {
  display: flex;
  padding: 4px 9px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #ff7a00;
  background: #fffbf6;
  backdrop-filter: blur(2px);
  color: #ff7a00;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
.df-profile-page .df-user-tab-card-content .df-status-feadback-btn {
  color: #ff006b !important;
  border: 1px solid #ff006b !important;
  background: #fff1f7 !important;
}
.df-profile-page .df-user-tab-card-content .df-tab-card-btn-inner {
  padding: 4px 9px;
  border-radius: 4px;
  background: linear-gradient(
      90deg,
      rgba(255, 19, 236, 0.07) 0.04%,
      rgba(255, 187, 1, 0.07) 98.79%
    ),
    #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  backdrop-filter: blur(2px);
}
.df-profile-page .df-tab-card-btn-inner .df-awarded-btn {
  background: linear-gradient(95deg, #f900e5, #e4a700) !important;
  background-clip: text !important;
  color: transparent !important;
}
.df-profile-page .df-user-tab-card-content .df-tab-card-awarded-btn {
  padding: 1px;
  background: linear-gradient(95deg, #f900e5, #e4a700);
  border-radius: 4px;
}
.df-profile-page .df-user-tab-card-content .df-card-content-heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #211440;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
.df-profile-page .df-user-card-heading-spacing {
  padding-top: 12px;
}
.df-profile-page .df-card-content-para {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--Foundation-Grey-G200, #2c2b2f);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  word-break: break-word;
}
.df-profile-page .df-user-tab-card-categories {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 4px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  width: 100%;
  margin-top: auto;
}
.df-profile-page .df-user-tab-card-categories .df-discussion-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-bottom: 4px;
}
.df-profile-page .df-user-tab-card-categories .df-discussion-category:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.df-profile-page .df-discussion-category .df-upvote {
  display: flex;
  align-items: center;
  gap: 4px;
}
.df-profile-page .df-discussion-category .df-category-voting-title {
  color: #2c2b2f;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
}
.df-profile-page .df-discussion-category .df-category-voting-style1 {
  color: #098322;
}
.df-profile-page .df-discussion-category .df-category-voting-style2 {
  color: #ea0b0b;
}
.df-profile-page .df-discussion-category .df-category-voting-p {
  color: #6c6b6d;
  font-family: "DM Mono";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
/*RFP & Ideas-end*/
/*Team-start*/
/* .df-user-tab-card-top-img{
    height: 48px;
}
.df-user-teams-card{
  border-radius: 8px;
  border: 2px solid #e4e9f2;
} */

.df-profile-page .df-user-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
}
.df-profile-page .df-user-card-grid .df-user-card-inner {
  padding: 0;
  position: relative;
  background-color: #eef3fb;
  margin: 0;
  border: 2px solid #e4e9f2 !important;
  border-radius: 8px;
  background: #eef3fb;
}
.df-profile-page .df-user-card-inner .df-user-card-div-img {
  height: 48px;
}
.df-profile-page .df-user-card-inner .df-user-card-div-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.df-profile-page .df-user-card-inner .df-user-card-content-div {
  display: flex;
  padding: 48px 0px 16px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.df-profile-page .df-user-card-inner .df-user-card-profile-container {
  width: 76px;
  height: 76px;
  border-radius: 320px;
  position: absolute;
  top: 10px;
  right: 50%;
  transform: translateX(50%);
}
.df-profile-page .df-user-card-inner .df-user-card-profile-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df-profile-page .df-user-card-content-div .df-user-card-content-div-heading {
  color: #211440;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}
.df-profile-page .df-user-card-total-users .df-user-card-total-users-span {
  color: #2c2b2f;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.df-profile-page .df-user-card-content-div .df-user-card-total-users {
  display: flex;
  align-items: center;
  gap: 6px;
}
.df-profile-page .df-user-card-style .df-user-card-post-img {
  height: 104px;
  width: 100%;
}
.df-profile-page .df-user-card-style .df-user-card-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.df-profile-page .df-user-card-content-div .df-user-text-alignment {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: start !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.df-profile-page .df-user-card-grid .df-user-card-margin {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #eef3fb;
  border: 1px solid #e4e9f2 !important;
}
.df-profile-page .df-recent-post-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

/*contribution card*/
.df-profile-page .df-contribution-card-style{
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #cbcdd2;
  background: rgba(255, 255, 255, 0.7);
}
.df-profile-page .df-user-card-style .df-user-card-contribution-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e9e7ec;
  width: 100%;
}
.df-profile-page .df-user-card-style .df-user-card-contribution-content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.df-profile-page .df-user-card-contribution-content .df-user-card-contribution-heading {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-start;
}
.df-profile-page .df-user-card-contribution-heading .df-user-card-contribution-title {
  color: #010004;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.df-profile-page .df-user-card-contribution-content .df-user-card-contribution-para {
  color: #2c2b2f;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.df-profile-page .df-user-card-contribution-content .df-user-card-contribution-heading span {
  color: #2c2b2f;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
/* round-propsal*/
.df-profile-page .df-detail-link a {
  text-decoration: none;
}
.df-profile-page .df-user-card-inner .df-user-round-proposal-img {
  height: 98px !important;
}
.df-profile-page .df-user-card-inner .df-user-round-proposal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.df-profile-page .df-user-card-content-div-desc .df-user-card-content-div-desc-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #211440;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.df-profile-page .df-user-card-inner .df-user-card-content-div-desc {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  background-color: #eef3fb;
}
.df-profile-page .df-user-card-content-div-desc .df-user-round-proposal {
  color: #211440;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
.df-profile-page .df-user-card-content-div-desc  .df-user-content-proposal-box{
  width: 100%;
}
.df-profile-page .df-user-card-content-div-desc .df-user-content-proposal-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.df-profile-page .df-user-card-content-div-desc .df-user-content-proposal-box-grid-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.df-profile-page .df-user-content-proposal-box-grid .df-round-proposal-inner-section {
  display: flex;
  padding: 8px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
}
.df-profile-page .df-user-content-proposal-box-grid
  .df-round-proposal-inner-section:nth-child(1) {
  border-right: 1px solid #e6e6e6;
}
.df-profile-page .df-user-content-proposal-box-grid
  .df-round-proposal-inner-section:nth-child(3) {
  grid-column: span 2;
  border-top: 1px solid #e6e6e6;
}
.df-profile-page .df-user-content-proposal-box-grid
  .df-round-proposal-inner-section-div:nth-child(1) {
  border-right: 1px solid #e6e6e6;
}
.df-profile-page .df-user-content-proposal-box-grid
  .df-round-proposal-inner-section-div:nth-child(3) {
  grid-column: span 1;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.df-profile-page .df-user-content-proposal-box-grid
  .df-round-proposal-inner-section-div:nth-child(4) {
  border-top: 1px solid #e6e6e6;
}
.df-profile-page .df-round-proposal-inner-section .df-section-title {
  color: #6c6b6d;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
.df-profile-page .df-section-wrap {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
}
.df-profile-page .df-round-proposal-inner-section .df-section-para {
  color: #2c2b2f;
  font-family: "DM Sans";
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
}

/* Modals */
/* following-popup */
.df-profile-page .df-modal-dialog {
  max-width: 660px;
  width: 100%;
}
.df-profile-page .df-modal-body .df-popup-sorting-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.df-profile-page .df-modal-body .df-popup-search-box {
  position: relative;
}
.df-profile-page .df-popup-search-box input {
  padding: 10px 12px 10px 40px;
  border: 2px solid #ccc;
  border-radius: 8px;
  border: 1px solid #cbcdd2;
  background: rgba(255, 255, 255, 0.7);
  outline: none;
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  appearance: none;
}
.df-profile-page .df-popup-search-box input::-webkit-search-cancel-button {
  display: none;
}
.df-profile-page .df-popup-search-box svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: gray;
  pointer-events: none;
}
.df-profile-page .df-popup-sort-dropdown-section {
  display: flex;
  align-items: center;
  gap: 16px;
}
.df-profile-page .df-popup-sort-dropdown-section .df-popup-sort-label {
  color: #2c2b2f;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.df-profile-page .df-popup-sort-dropdown-section .df-popup-sort-dropdown {
  position: relative;
}
.df-profile-page .df-popup-sort-dropdown select {
  padding: 10px 40px 10px 12px;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid #cbcdd2;
  background: rgba(255, 255, 255, 0.7);
}
.df-profile-page .df-popup-sort-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,%3Csvg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12.6663 6.5L7.99967 10.5L3.33301 6.5" stroke="%232C2B2F" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: cover;
  transform: translateY(-50%);
  pointer-events: none;
}
.df-profile-page .df-modal-body .df-popup-followers-outer-div {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 32px;
  gap: 16px;
}
.df-profile-page .df-popup-followers-outer-div .df-popup-followers-inner-div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.df-profile-page .df-popup-followers-outer-div .df-popup-followers-inner-div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.df-profile-page .df-popup-followers-inner-div .df-popup-follower-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.df-profile-page .df-popup-follower-container .df-popup-follower-img {
  width: 40px;
  height: 40px;
}
.df-profile-page .df-popup-follower-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.df-profile-page .df-popup-follower-container .df-popup-follower-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}
.df-profile-page .df-popup-follower-desc .df-popup-desc-heading-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.df-profile-page .df-popup-desc-heading-container .df-popup-desc-name {
  color: #010004;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.df-profile-page .df-popup-desc-heading-container a {
  text-decoration: none;
  color: #9050e9;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}
.df-profile-page .df-popup-follower-desc .df-popup-desc-username {
  color: #6c6b6d;
  font-family: "Inconsolata";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* unfollow-popup */
.df-profile-page .df-modal-body .df-popup-unfollow-tab-alert {
  border-radius: 8px;
  border: 1px solid #fadd9d;
  background: #fef7e7;
  padding: 12px;
  margin-top: 14px;
}
.df-profile-page .df-popup-unfollow-tab-alert .df-popup-unfollow-tab-alert-content {
  color: #94680a;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.df-profile-page .df-user-profile-follow-btn {
  border-radius: 4px;
  background: #9050E9;
  padding: 6px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  cursor: pointer;
  border: none;
  display: none;
}


.df-profile-page .user-profile-img {
  position: relative;
  display: flex;
  width: 96px;
  height: 96px;
}

/* .user-profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 0 0 3px #a58cf1;
} */

.df-profile-page .user-tag {
  position: absolute;
  bottom: -10px; /* Moves it slightly below the image */
  left: 50%;
  transform: translateX(-50%);
  background-color: #D3F1E5;
  color: #0F5132;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}




/* Responsive adjustments */
@media (max-width: 768px) {
  .df-profile-page .df-modal-dialog {
    max-width: 95%;
  }
}

/*Responsive design*/

/* Extra small devices (phones, less than 576px) */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* profile */
  .df-profile-page .df-user-detail-main-content
    .df-user-profile-content
    .user-profile-meta
    ul
    li {
    margin: 0 6px 4px 0;
    font-size: 12px;
  }
  .df-profile-page .df-user-detail-main-content .df-user-detail-right-content {
    align-items: flex-start;
  }
  /* tab */
  .df-profile-page .df-user-detail-tabs .df-custom-navtabs {
    gap: 20px 25px;
  }
  .df-profile-page .df-user-detail-tabs .df-custom-navtabs .nav-link {
    font-size: 13px;
    padding: 0px;
  }

  /* rfp ideas */
  .df-profile-page .df-user-tab-card-entries {
    grid-template-columns: repeat(2, 1fr);
  }
  .df-profile-page .df-user-tab-card-categories {
    padding: 4px;
    gap: 4px;
  }
  .df-profile-page .df-user-tab-card-categories .df-discussion-category {
    padding-right: 4px;
  }
  /* teams */
  .df-profile-page .df-user-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .df-profile-page .df-modal-dialog {
    max-width: 95%;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* profile */
  .df-profile-page .df-user-detail-main-content .df-user-detail-right-content {
    align-items: flex-start;
  }
  .df-profile-page .df-user-tab-card-entries {
    grid-template-columns: repeat(2, 1fr);
  }
  /* teams */
  .df-profile-page .df-user-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* rfp ideas */
  .df-profile-page .df-user-tab-card-entries {
    grid-template-columns: repeat(2, 1fr);
  }
  .df-profile-page .df-user-profile-edit-btn {
    padding: 6px 10px;
  }
  /* teams */
  .df-profile-page .df-user-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


/* UPDATED CSS */
.df-profile-page .df-profile-main{
  margin-left: 0px;
  /* width: 109%;
  gap: 16px; */
}
.df-profile-page .df-user-circle-card{
margin-top: 8px !important;
padding: 12px 16px;
border-radius: 4px;
border: 1px solid #D0D5DD;
background: linear-gradient(90deg, #FCFCFD 0%, #F3F3FD 100%);
}
.df-profile-page .df-user-circle-card .user-card-title{
  text-transform: none;
  color: #1E1243;
  display: flex !important;
  flex-direction: row !important;
/* DM Sans/Action/A3/Semibold */
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 21px */
}
.df-profile-page .df-user-circle-card p{
  color: #443A63;
font-family: "DM Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
margin-bottom: 0px;
}
.df-profile-page .df-user-circle-card .user-card-heading{
  margin-bottom: 2px;
}
.df-profile-page .df-profile-circle{
  border-bottom: 1px solid #e6e6e6 !important;
  padding-bottom: 16px;
}
.df-profile-page .df-other-profiles-card{
  background: none;
  border: none;
  padding: 0px;
  margin-top: 16px !important;
}
.df-profile-page .user-card-detail-content {
  list-style: none;
  padding: 0;
  margin: 0;
}

.df-profile-page .web-profile-item {
  margin-bottom: 12px;
}

.df-profile-page .web-profile-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
}


.df-profile-page .profile-left {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}

.df-profile-page .profile-left img {
  width: 20px;
  height: 20px;
}
.df-profile-page .profile-left span{
  color: #010004;

/* DM Sans/Action/A3/Semibold */
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 21px */
}

.df-profile-page .profile-right {
  color: #a259ff;
  font-size: 16px;
}
.df-profile-page .df-user-detail-tabs {
margin-top: 31px;
}
.df-profile-page .df-user-detail-tabs .df-custom-navtabs .nav-button{
  padding: 12px 16px;
}
.df-profile-page .df-user-detail-tabs .df-custom-navtabs {
  display: flex;
  align-items: center;
  flex: 1 0 0;
  --bs-nav-tabs-border-width: 0px;
  --bs-nav-tabs-border-color: transparent;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 1px;
}
.df-profile-page .df-user-detail-tabs .df-custom-navtabs .nav-link.active {
  background: none;
  color: #010002;
  border-bottom: 1px solid #010002;
}
.df-profile-page .df-profile-main .tab-content{
  background: none;
  padding: 0px;
}
.df-profile-page .profile-container {
  font-family: Arial, sans-serif;
  background-color: #fff;
  padding: 16px;
  /* max-width: 700px; */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-top: 24px;
}

.df-profile-page .experience-block{
  border-top: 1px solid #E6E6E6;
  padding-top: 16px;
  margin-top: 16px;
}

.df-profile-page .section-title {
  color: #344054;

/* DM Sans/Action/A2/Bold */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
/*margin-bottom: 8px;*/
}

.df-profile-page .section-text {
 color: var(--Foundation-Grey-G200, #2C2B2F);

/* DM Sans/Paragraph/P3/Regular */
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
margin-bottom: 8px;
}

.df-profile-page .section-link {
  color: var(--Foundation-Indigo-I300, #9050E9);

/* DM Sans/Paragraph/P3/Semibold */
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 21px */
}

.df-profile-page .experience-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 8px;
  margin-top: 8px;

}

.df-profile-page .experience-left {
  display: flex;
  gap: 12px;
  flex: 1;
}

.df-profile-page .experience-icon {
  width: 24px;
  height: 24px;
  margin-top: 4px;
}

.df-profile-page .experience-details {
  display: flex;
  flex-direction: column;
}


.df-profile-page .experience-role {
  color: #1D2939;

/* DM Sans/Paragraph/P3/Semibold */
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 21px */
}

.df-profile-page .experience-meta {
  font-size: 13px;
  color: #888;
}

.df-profile-page .experience-dates {
  font-size: 13px;
  color: #777;
  white-space: nowrap;
}



.df-profile-page .achievement-container {
  font-family: Arial, sans-serif;
  background-color: #fff;
  padding: 16px;
  /* max-width: 700px; */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-top: 24px;
}
.df-profile-page .projects-container {
  font-family: Arial, sans-serif;
  background-color: #fff;
  padding: 16px;
  /* max-width: 700px; */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-top: 12px;
}
.df-profile-page .projects-container .user-card-heading .user-card-explore {
  font-family: "DM Sans";
  color: #9050e9;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
}

.df-profile-page .achievement-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 8px;
}

.df-profile-page .achievement-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
 border-radius: 76px;
border: 1px solid #D0D5DD;
  min-width: 270px;
   color: #1D2939;

/* DM Sans/Paragraph/P3/Semibold */
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 21px */
}

.df-profile-page .achievement-item img {
  width: 32px;
  height: 32px;
}
.df-profile-page .achievement-container .user-card-heading .user-card-explore {
  font-family: "DM Sans";
  color: #9050e9;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
}
.df-profile-page .df-user-award-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
}
.df-profile-page .spacing{
  padding-top: 12px !important;
}
.df-profile-page .df-teams-profiles-card .user-card-title{
color: #344054;

/* DM Sans/Action/A2/Bold */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
text-transform: none;
}
.df-profile-page .web-team-item{
border-radius: 4px;
border: 1px solid #D0D5DD;
padding: 8px 12px;
}
.df-profile-page .df-teams-profiles-card .user-card-detail-content > li:last-child {
border-bottom: 1px solid #D0D5DD;
padding-bottom: 12px;
}
.df-profile-page .team-left span{
  color: #211440;

/* DM Sans/Action/A3/Bold */
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
}

.df-profile-page .df-tabs {
 display: flex;
padding: 4px;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
border-radius: 4px;
background: #EFF4FE;
margin-bottom: 12px;
}

.df-profile-page .df-tab {
  display: flex;
padding: 6px 9px;
justify-content: center;
align-items: center;
gap: 8px;
flex: 1 0 0;
  cursor: pointer;
border: none;
background: none;
color: #010002;
/* DM Sans/Action/A3/Bold */
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
}

.df-profile-page .df-tab.active {
border-radius: 4px;
background: #FFF;
}

.df-profile-page .df-user-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.df-profile-page .df-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #E9E7EC;
  flex-wrap: wrap;
}
.df-profile-page .df-user:first-child {
  padding-top: 8px;
}

.df-profile-page .df-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
}

.df-profile-page .df-avatar-initials {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddd;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
}

.df-profile-page .df-user-info {
  flex: 1;
  overflow-wrap: anywhere;
}

.df-profile-page .df-name {
color: #010004;
/* DM Sans/Paragraph/P2/Semibold */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
}

.df-profile-page .df-username {
 color: #6C6B6D;
font-family: Inconsolata;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.df-profile-page .df-follow, .df-profile-page .df-unfollow {
 color: #9050E9;
font-family: "DM Sans";
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 18px */
}


.df-profile-page .df-view-all {
  display: block;
  text-align: left;
  margin-top: 10px;
  text-decoration: none;
  color: #9050E9;
  cursor: pointer;

/* DM Sans/Paragraph/P3/Semibold */
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 21px */
}

.df-profile-page .df-contributions-container {
  margin-top: 24px;
  padding: 16px;
  border-radius: 4px;
border: 1px solid #EAECF0;
background: #FFF;
}

.df-profile-page .df-section-title {
color: #344054;
/* DM Sans/Action/A2/Bold */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */ 
/*margin-bottom: 12px;*/
}

.df-profile-page .df-heatmap-grid {
  margin-bottom: 12px;
}



/*.df-profile-page .ch-domain-text{
  color: rgba(0, 0, 0, 0.50);
font-family: "DM Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}
.df-profile-page .days {
  color: rgba(0, 0, 0, 0.50);
font-family: "DM Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}
.df-profile-page .ch-subdomain-bg{
  width: 14px;
  height: 14px;
}
*/
.form-control[readonly] {;
  color: #979698;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 4px;
border: 1px solid var(--Foundation-Grey-G50, #E6E6E6);
background: #FAFAFA;
}
.manage-profiles-button p{
  color: var(--Foundation-Grey-G100, #6C6B6D);

/* DM Sans/Paragraph/P3/Regular */
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
}



.df-profile-page .df-months-row {
  display: flex;
  gap: 50px;
  /* justify-content: space-between; */
  padding: 0 0 10px 65px;
  color: rgba(0, 0, 0, 0.50);
font-family: "DM Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 19.5px */
}

.df-profile-page .df-weekdays {
  position: absolute;
  display: flex;
  flex-direction: column;
  /* gap: 4px; */
  color: rgba(0, 0, 0, 0.50);
font-family: "DM Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 19.5px */
  margin-top: 25px;
  margin-left: 10px;
}

.df-profile-page .df-grid {
  overflow-x: auto;
  padding-left: 30px;
}

.df-profile-page .df-grid-row {
  display: grid;
  grid-template-columns: repeat(48, 14.8px);
  grid-gap: 4px;
}

.df-profile-page .df-grid-box {
  width: 15px;
  height: 15px;
 border-radius: 2px;
background: #E9E7EC;
}

.df-profile-page .df-grid-box.active {
border-radius: 2px;
background: #443A63;
}

.df-profile-page .df-recent-contributions {
  border-top: 1px solid #f2f2f2;
  padding-top: 24px;
}


.df-profile-page .df-contribution-items{
  display: flex;
padding: 16px;
flex-direction: column;
align-items: flex-start;
/* gap: 20px; */
align-self: stretch;
border-radius: 8px;
border: 1px solid #F2F2F2;
background: #FFF;
}

.df-profile-page .df-contribution-item {
  border-bottom: 1px solid #E9E7EC;
  padding-bottom: 16px;
  margin-bottom: 16px;
  width: 100%;
}

.df-profile-page .df-contribution-item span{
  color: #010004;

/* DM Sans/Paragraph/P2/Semibold */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
}

.df-profile-page .df-days{
color: #2C2B2F;
font-family: "DM Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
align-items: center;
display: flex;
gap: 6px;
}

.df-profile-page .df-contribution-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
}

.df-profile-page .df-contribution-description {
  color: #2C2B2F;
/* DM Sans/Paragraph/P3/Regular */
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
  margin-top: 2px;
}

.df-profile-page .df-view-all {
  display: block;
  color: #a854e9;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
}
.df-profile-page .df-recent-contributions .user-card-heading .user-card-explore {
  font-family: "DM Sans";
  color: #9050e9;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
}

/* RESPONSIVENESS */
@media (max-width: 580px) {
  .df-profile-page .df-user-detail-main-content {
    flex-direction: column;
    /* align-items: center; */
  }
.df-profile-page .df-user-detail-main-content .df-user-profile-content .user-profile-img {
  margin-top: -60px;
}
.df-profile-page .df-user-detail-main-content .df-user-group-buttons .df-theme-primary-btn{
  width: 100%;
}
.df-profile-page .df-profile-skills{
  margin-top: 16px !important;
}
.df-profile-page .df-profile-circle{
  margin-top: 16px !important;
}
.df-profile-page .df-user-circle-card{
  /* width: 99%; */
}
.df-profile-page .df-other-profiles-card{
  margin-top: 16px !important;
}
.df-profile-page .df-user-detail-tabs .df-custom-navtabs .nav-button{
  padding: 6px 8px;
}
  .df-profile-page .df-user-detail-left-content,
  .df-profile-page .df-user-detail-right-content {
    width: 100%;
    /* text-align: center; */
  }

 .df-profile-page .df-user-profile-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .df-profile-page .df-user-follow-details {
    display: flex;
    margin-top: 16px;
    gap: 32px;
  }

  .df-profile-page .follow-count {
    font-weight: bold;
  }

  .df-profile-page .df-user-follow-details span[data-bs-toggle] {
    cursor: pointer;
  }
  .df-profile-page .df-custom-navtabs {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scrollbar-color: #ccc transparent;
}

.df-profile-page .df-custom-navtabs::-webkit-scrollbar {
  /* height: 6px; */
}

.df-profile-page .df-custom-navtabs::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.df-profile-page .nav-button {
  white-space: nowrap;
  flex: 0 0 auto; /* prevent buttons from shrinking */
}

}




@media (max-width: 580px) {
  /* banner */
  .df-profile-page .df-detail-banner-style{
    height: 145px;
  }
  .df-profile-page .df-user-detail-left-content {
    width: 100%;
  }
  .df-profile-page .user-profile-meta ul {
    text-align: center;
    margin-top: 0 !important;
  }
  .df-profile-page .df-user-detail-main-content
    .df-user-profile-content
    .user-profile-meta
    ul
    li:last-child {
    margin-right: 0;
  }
  .df-profile-page .df-user-detail-main-content .df-user-profile-content {
    align-items: flex-start;
    flex-direction: column;
  }
  
  .df-profile-page .df-user-detail-main-content .df-user-detail-right-content {
    align-items: center;
    width: 100%;
  }
  /* tab */
  .df-profile-page .df-user-detail-tabs .df-custom-navtabs {
    gap: 16px;
  }
  .df-profile-page .df-user-detail-tabs .df-custom-navtabs .nav-link {
    font-size: 14px;
    padding: 6px 8px;
  }
  /* .profile-container{
    width: 98%;
  } */
  .df-profile-page .achievement-container{
    /* width: 98%; */
    margin-top: 24px;
  }
   .df-profile-page .projects-container{
    /* width: 98%; */
    margin-top: 16px;
  }
  /* .df-contributions-container{
    width: 98%;
  } */
  .df-profile-page .df-followers-container{
    /* width: 98%;  */
    margin-top: 16px;  
  }
  .df-profile-page .df-teams-profiles-card{
    /* width: 98%;   */
    margin-top: 12px;
  }
  /* rfp ideas */
  .df-profile-page .df-user-tab-card-entries {
    grid-template-columns: repeat(1, 1fr);
  }
  .df-profile-page .df-user-tab-card-categories {
    padding: 6px;
    gap: 4px;
  }
  /* teams */
  .df-profile-page .df-user-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .df-profile-page .df-modal-dialog {
    max-width: 95%;
  }
  /* Contribution section */

  .df-profile-page .df-user-card-contribution-heading .df-user-card-contribution-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 81px);
  }
  .df-profile-page .df-user-card-contribution-content .df-user-card-contribution-heading {
    width: 100%;
  }
  /* followers popupmodel */
  .df-profile-page .df-delete-modal-content {
    gap: 24px !important;
  }
  .df-profile-page .df-modal-body .df-popup-sorting-section {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .df-profile-page .df-modal-body .df-popup-search-box {
    width: 100%;
  }
  .df-profile-page .df-popup-search-box input {
    width: 100%;
    padding: 5px 12px 5px 40px;
  }

  .df-profile-page .df-popup-sort-dropdown-section {
    width: 100%;
  }
  .df-profile-page .df-popup-sort-dropdown-section .df-popup-sort-dropdown {
    width: calc(100% - 66px);
  }
  .df-profile-page .df-popup-sort-dropdown select {
    width: 100%;
    padding: 5px 40px 5px 12px;
  }
  .df-profile-page .df-popup-followers-outer-div .df-popup-followers-inner-div {
    padding-bottom: 8px;
  }
  .df-profile-page .df-user-profile-detail-btn .df-user-profile-edit-btn {
    padding: 6px;
    font-size: 10px;
  }
  .df-profile-page .df-popup-desc-heading-container .df-popup-desc-name {
    font-size: 10px;
  }
  .df-profile-page .df-popup-desc-heading-container a {
    font-size: 10px;
  }
  .df-profile-page .df-popup-follower-desc .df-popup-desc-username {
    font-size: 10px;
  }
 

}
@media (max-width:581px){
  .df-profile-page .df-heatmap-grid {
    overflow-x: scroll;
    /* overflow-y: hidden; */
    /* white-space: nowrap; */
    /* width: 100%; */
    /* max-width: 100%; */
  }

  .df-profile-page .df-grid {
    display: inline-block;
     /* min-width: 700px;  */
  } 
}
/* Default: show desktop version, hide mobile version */
.df-profile-page .df-experience-date-mobile {
  display: none;
}
  .df-profile-page .df-date {
    display: block; /* show the mobile date */
  margin: 0;
  color: #6c6b6d;
  color: #98A2B3;
  font-family: Inconsolata;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 22px;
  }

@media screen and (max-width: 580px) {
  /* Hide the entire right-side date container */
  .df-profile-page .df-right {
    display: none;
  }

  .df-profile-page .df-experience-date-mobile {
    display: block; /* show the mobile date */
  margin: 0;
  color: #6c6b6d;
  color: #98A2B3;
  font-family: Inconsolata;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }
}
/* Default: show desktop button, hide mobile */

.df-profile-page .mobile-only {
  display: none;
}

/* On mobile: hide desktop button, show bottom mobile button */
@media screen and (max-width: 580px) {
  .df-profile-page .nav-mobile-layout {
    display: flex;
    flex-direction: row;
  }
  .df-profile-page .desktop-only {
    display: none;
  }

  .df-profile-page .mobile-only {
    display: flex;
    /* margin-top: 8px; */
    font-family: "DM Sans";
  color: #9050e9;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
    gap: 4px;
    align-items: center;
  }
.df-profile-page .contribution{
  margin-top: 8px;
}
  
}

/* Hide mobile version by default */
.df-profile-page .mobile-layout {
  display: none;
}

/* Mobile: hide desktop, show mobile layout */
@media screen and (max-width: 580px) {
  .df-profile-page .desktop-layout {
    display: none;
  }

  .df-profile-page .mobile-layout {
    display: flex;
    flex-direction: column;
    /* gap: 12px; */
  }

  
} 
.df-profile-page .df-user-experince-content .df-content-experince-title-content {
  color: #98A2B3;
}
.df-profile-page .df-user-experince-list .df-user-experince-content p {
  color: #98A2B3;
font-family: Inconsolata;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
/*FEEDS SCROLL EFFECT*/
/*#df-feed-container {
  max-height: 764px;
  overflow-y: scroll;
  scrollbar-width: none;
}
*/
/* SIDEBARS STICKY */
.sticky-sidebar{
  position: sticky;
  top: 112px;
}
/* SEARCHBAR FOCUS EFFECT */
.df-user-search-feild:has(input:focus) {
border-radius: 8px;
border: unset;
border: 1px solid #2C2B2F;
background: #FCFDFF;
}

.df-user-search-feild:has(input:focus) input {
color: #2C2B2F;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
}

.df-user-search-feild:has(input:focus) svg path {
  stroke: #2C2B2F; /* Change search icon color */
}

#df-searchInput:focus {
  color: #2C2B2F;
}
.df-user-feeds-detail-section .df-dropdown-toggle{
    white-space: nowrap;      
    margin-right: 35px;
}
@media (max-width:767px){
  .df-user-feeds-detail-section .df-dropdown-toggle{
    white-space: nowrap;      
    margin-right: 55px;
}
}




@media (min-width: 581px) and (max-width: 767px) {
  .df-profile-page .df-other-profiles-card{
  margin-top: 16px !important;
}
.df-profile-page .df-user-detail-tabs .df-custom-navtabs .nav-button{
  padding: 6px 8px;
}
.df-profile-page .df-custom-navtabs {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scrollbar-color: #ccc transparent;
}

.df-profile-page .df-custom-navtabs::-webkit-scrollbar {
  /* height: 6px; */
}

.df-profile-page .df-custom-navtabs::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.df-profile-page .nav-button {
  white-space: nowrap;
  flex: 0 0 auto; /* prevent buttons from shrinking */
}

}

@media (min-width: 581px) and (max-width: 1399px) {

  .df-profile-page .df-heatmap-grid {
    overflow-x: scroll;
    /* overflow-y: hidden; */
    /* white-space: nowrap; */
    /* width: 100%; */
    /* max-width: 100%; */
  }

  .df-profile-page .df-grid {
    display: inline-block;
     /* min-width: 700px;  */
  } 
}
@media (min-width: 581px) and (max-width: 992px) {
  .df-profile-page .df-user-detail-main-content .df-user-profile-content .user-profile-img {
  margin-top: -60px;
}
}
.df-profile-page .df-user-detail-main-content {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
  margin-top: -40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
 /* position: sticky;
  top: 100px;*/
}
.df-profile-page .df-user-card-style ul li {
/*  margin-bottom: 8px;*/
  list-style-type: none;
  display: inherit;
/*  padding-left: 10px;*/
  transition: 0.5s ease-in-out;
  border-radius: 6px;
}
.df-profile-page .df-user-detail-right-content {
display: flex;
    flex-direction: column;
    flex: 1 1 100%;
  }
  .df-profile-page .df-user-group-buttons {
    width: 100%;
}
.df-profile-page .df-user-detail-main-content .df-user-detail-right-content {
  align-items: flex-start;
}
.df-profile-page .df-user-detail-tabs .df-custom-navtabs {
  gap: 0px;
}
@media (max-width: 575.98px) {
  .df-profile-page .df-user-detail-main-content .df-user-profile-content .user-profile-meta {
    gap: 0px;
  }
}
@media (max-width:581px){
  .df-profile-page .df-user-detail-main-content .df-user-profile-content .user-profile-meta .df-user-nikename {
  display: flex;
  align-items: flex-start !important;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #010004;
  margin-bottom: 6px;
}
}



/* MAINTAINANCE SECTION */
.df-gradient-section {
  position: relative;
  height: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
/*  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);*/
  margin: 0px;
}
.video-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.df-glassy-card {
  display: flex;
  margin-top: 200px;
  width: 621px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.70);
  background: linear-gradient(131deg, rgba(255, 255, 255, 0.05) 0%, rgba(153, 153, 153, 0.10) 100%);
  backdrop-filter: blur(8px);
  z-index: 2;
}
.df-glassy-card h2 {
  color: rgba(255, 255, 255, 0.90);
  text-align: center;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 52px */
  margin: 0px;
}
.df-glassy-card .df-box-text {
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin: 0px;
}
.df-time{
  color: rgba(255, 255, 255, 0.90);
  text-align: center;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */   
  align-self: stretch;
  margin: 0px;
}
.df-spacer {
      height: 20px;
    }
    .df-spacer1 {
      height: 32px;
    }
    .df-glassy-strip {
      display: flex;
padding: 12px;
justify-content: center;
align-items: center;
margin-top: 8px;
border-radius: 4px;
background: linear-gradient(243deg, rgba(255, 19, 236, 0.32) 15.95%, rgba(255, 187, 1, 0.32) 83.22%);
backdrop-filter: blur(2px);
color: #FFF;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 12px; /* 75% */
letter-spacing: 0.08px;
    }
    .df-support {
  z-index: 2;
   padding-top: 293px;
   /* margin-bottom: -390px; */
  text-align: center; /* center contents horizontally */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.df-contact{
  margin: 0px;
  color: rgba(255, 255, 255, 0.70);
text-align: center;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
}
.df-a{
color: rgba(255, 255, 255, 0.90);
text-align: center;
font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 23.4px */
align-self: stretch;
margin: 0px 0px 6px 0px;
}
.df-p{
color: #FFF;
text-align: center;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 21px */
gap: 10px;
border-bottom: 1px solid #FFF;
opacity: 0.8;  
}
 
@media (max-width: 800px) {
  .df-gradient-section{
    height: 700px;
  }
  .df-glassy-card {
    width: 70%;
    padding: 24px;
    margin-top: 50px;
  }
 
  .df-glassy-card h2 {
    font-size: 26px;
  }
 
  .df-box-text,
  .df-contact,
  .df-p {
    font-size: 12px;
  }
 
  .df-time {
    font-size: 11px;
  }
 
  .df-glassy-strip {
    font-size: 13px;
    padding: 8px;
  }
 
  .df-a {
    font-size: 15px;
  }
 
  .df-support {
    padding-top: 160px;
  }
}
 
@media (max-width: 480px) {
  .df-glassy-card {
    padding: 20px;
    margin-top: 60px;
  }
 
  .df-glassy-card h2 {
    font-size: 22px;
  }
 
  .df-box-text,
  .df-time,
  .df-contact,
  .df-p {
    font-size: 11px;
  }
 
  .df-glassy-strip {
    font-size: 12px;
    padding: 6px;
  }
 
  .df-a {
    font-size: 14px;
  }
 
  .df-support {
    padding-top: 140px;
  }
}
 
/* MAINTAINANCE END */

/*NEW SKILLS DROPDOWN*/
.df-dropdown-checkbox .user-card-heading {
  margin-bottom: 0px !important;
  margin-top: 24px;
}
.df-dropdown-checkbox .user-card-heading:first-child {
  margin-top: 0px !important;
}

.df-divider-or-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
  width: 100%;
}

.df-divider-line {
  flex-grow: 1;
  height: 1px;
background: #979698;
}

.df-divider-text {
  margin: 0 8px;
  color: #6C6B6D;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
text-transform: uppercase;
  white-space: nowrap;
}

.df-other-skill-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  margin-bottom: 2px;
}

.df-other-skill-label {
  color: var(--Foundation-Grey-G200, #2C2B2F);
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
text-transform: uppercase;
}

.df-other-add-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  color: #b98fff;
  font-size: 12px;
  cursor: pointer;
}

.df-other-skill-input {
  width: 100%;
  border-radius: 4px;
border: 1px solid var(--Foundation-Grey-G50, #E6E6E6);
background: #FAFAFA;
display: flex;
padding: 10px 14px;
align-items: center;
gap: 8px;
align-self: stretch;
  box-sizing: border-box;
}
.df-other-skill-input::placeholder {
color: #979698 !important;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
opacity: 1; /* Ensures full visibility in Firefox */
}
.df-other-skill-input:focus {
  outline: none;
  box-shadow: none;
}

.df-other-add-btn {
  float: right;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--Foundation-Indigo-I75, #D1B7F6);
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
}
.df-chip-input-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px;
  background-color: #fff;
  min-height: 46px;
}

.df-chip {
  /* align-items: center; */
  display: flex;
padding: 3px 6px 3px 8px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 44px;
background: var(--Foundation-Grey-G50, #E6E6E6);
color: #2C2B2F;
font-family: "DM Sans";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 18px */
}

.df-chip-close {
  margin-left: 6px;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.df-chip-input {
  flex: 1;
  min-width: 150px;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 6px 0;
  background: transparent;
  color: #333;
}
.df-other-skill-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.df-chip-add-btn {
  background: none;
  border: none;
  color: #9050E9;

/* DM Sans/Action/A3/Bold */
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
  cursor: pointer;
  padding: 0;
}
/*NEW SKILLS DROPDOWN END*/


.tag-explore-nav{    
 
    display: inline-block !important;
    padding: 0px 4px !important;
    border-radius: 2px !important;
    background: var(--Foundation-Yellow-Y300, #F3AB10);
    color: var(--Foundation-Grey-G300, #010004) !important;
    font-family: "DM Sans";
    font-size: 10px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 150% !important;
    text-transform: uppercase;
  position: absolute;
  top: 18px;
      right: 13px;
}
 
 
.explore-nav {
  position: relative;
}
.mobile-explore-nav .new-nav::after {
  content: none !important;
}

 .df-open-proposals .mini-tagline::after {
  content: none !important;
}
.df-partnership-link .new-nav::after {
  content: none !important;
}
.df-open-proposals .mini-tagline{
  border-bottom: none !important;
}
.df-open-proposals .mini-tagline{
  border-bottom: none !important;
color: var(--Foundation-Violet-V75, #A39EB2);
font-family: "DM Sans";
font-size: 14px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 150% !important; 
} 
.df-more-actions-dropdown-item a {
    color: #2c2b2f;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
/* skill section  */
 
.wrapper-chips {
  display: flex;
  flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}
 
.other-skill-chip-input {
  flex: 1;               /* let input take remaining space, but not push chips */
  min-width: 120px;      /* prevent shrinking too small */
  border-radius: 4px;
  border: none !important;
  background: #FAFAFA;
  padding: 10px 14px;
  box-sizing: border-box;
  outline: none;
}
 
.other-skill-chip-input:focus {
  outline: none;
  box-shadow: none; /* if bootstrap adds a glow */
  border: none;     /* if you want it borderless on focus */
}
 
.result-skill-chip-input {
      width: 100%;
    border-radius: 4px;
    border: 1px solid var(--Foundation-Grey-G50, #E6E6E6);
    background: #FAFAFA;
    display: flex;
/*     padding: 10px 14px; */
    align-items: center;
    gap: 8px;
    align-self: stretch;
    box-sizing: border-box;
}
 
.df-chip-input-wrapper {
  border: none;
}
 
.df-chip {
  white-space: nowrap;
}







@media(max-width:380px){
  .df-rfp-card .rfp-spec-grid li:nth-child(3) .rfp-spec-box span {
  white-space: normal;
}
}
@media(min-width:768px) and (max-width:992px){
  .df-rfp-card .rfp-spec-grid li:nth-child(3) .rfp-spec-box span {
  white-space: normal;
}
}
@media(max-width:1199.98px){
  .df-project-complete-detail-section {
  padding: 199px 0 80px 0;
  background-color: #f4f8ff;
}
}
@media(max-width:992px){
  .aware-project-top-bar-content {
  justify-content: space-evenly;
}
}
@media (max-width:768px){
  .preview_mode{
    padding: 0px 5px !important;
  }
  .aware-project-top-bar .preview_mode .top-bar-headinG{
    font-size: 12px !important;
  }
  .aware-project-top-bar-content .rfp-submission-buttons a {
  padding: 12px 30px 12px 30px;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
.aware-project-top-bar .top-bar-heading {
/*padding-left: 0px;*/
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aware-project-top-bar-content .rfp-submission-buttons a {
    padding: 10px !important;
    font-size: 12px !important;
  }
}
@media (max-width:450px){
  .preview_mode{
    padding: 0px 5px !important;
    margin-right: 90px;
  }
  .aware-project-top-bar .preview_mode .top-bar-headinG{
    font-size: 8px !important;
  }
    .aware-project-top-bar .top-bar-heading{
/*      font-size: 12px !important;*/
    }
}
@media(max-width:550px){
.pool_card-container .row div{
  width: 100%;
}
}

@media (min-width:992px) and (max-width:1199.98px){
.df-user-feed-card-style .df-user-detail-main-content .user-profile-meta .df-user-nikename {
  margin-bottom: 4px;
  margin-top: 20px;
}
.df-user-detail-main-content .df-user-profile-content .user-profile-img{
  margin-bottom: 20px;
}
}
.profile-left-sidebar, .profile-right-sidebar{
  position: sticky;
  top: 112px;
}
.idea-compaign .new-idea-submit-btn{
  font-size: 16px !important;
}
.df-prpos-summmary-container .round-tabs {
  padding-top: 50px !important;
}
.project-summary-content .sticky-top {
  top: 142px;
  padding-top: 63px;
}
.rfp-submission-nav-back .nav .nav-pills .mb-3{
  margin-bottom: 0px !important;
}
@media (max-width:1199.98px){
section.section-inner .inner-content h2.blog-title {
  padding-top: 130px !important;
}
}
#round-summry-tab .project-summary-content .container .row .sticky-top{
  z-index: 0;
}
.df-feed-post-input-div .tox-tinymce {
  display: flex;
/*padding: 10px 14px;*/
gap: 8px;
align-self: stretch;
border-radius: 4px;
border: 1px solid var(--Foundation-Grey-G50, #E6E6E6);


box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.df-feed-post-input-div .tox-tinymce:focus {
  box-shadow: none;
  outline: none !important;
  border-color: #E6E6E6 !important;
/*  opacity: 1 !important;*/
}
.df-feed-post-input-div .tox-tinymce .tox-editor-container{
  padding: 0px !important;
}
.df-feed-post-input-div .tox .tox-edit-area__iframe {
background: #FAFAFA !important;
margin-top: -4px;
color: #979698;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
 }
.df-feed-post-input-div .tox .tox-edit-area::before {
  border: 2px solid #E6E6E6;
  border-radius: 4px;
  content: '';
  inset: 0;
  opacity: 0 !important;
  pointer-events: none;
  position: absolute;
  transition: opacity .15s;
  z-index: 1;
}
/* Target the main TinyMCE wrapper */
/*.tox-edit-focus:focus-within {
  background-color: white !important;
}*/


.df-feed-post-input-div .tox-tinymce .tox-editor-container .tox-editor-header{
  display: none !important;
}
/*.df-feed-post-input-div .tox-tinymce .tox-editor-container{
    background: #FAFAFA !important;
}*/
/*.profile-right-sidebar{
  position: sticky;
  top: 112px;
}*/
/*@media(max-width:1024px){
.profile-right-sidebar .df-followers-container .df-tabs{
  display: flex;
  flex-direction: column;
}
}
*/
/*.df-user-detail-main-content .df-user-profile-content .user-profile-meta ul li {
  margin-bottom: 0px;
}*/
/*.df-profile-page .user-external-link a {
  margin-bottom: 0px;
}*/
/*body:has(#df-banner:not([style="display: none"])) .df-profile-page .df-user-detail-main-content {
  margin-top: -100px !important;
}*/
body:has(#df-banner) .df-profile-page .df-user-detail-main-content {
  margin-top: -100px !important;
}
body:has(#df-banner) .df-profile-page .profile-left-sidebar {
  top: 165px !important;
}
body:has(#df-banner) .df-profile-page .profile-right-sidebar {
  top: 165px !important;
}
body:has(#df-banner) .df-user-account-manage-section {
  top: 50px !important;
}
body:has(#df-banner) .sticky-sidebar {
  top: 165px !important;
}
body:has(#df-banner) .df-dashboard-sidebar .sidebar-inner-content {
  top: 140px !important;
}
@media(max-width:992px){
body:has(#df-banner) .df-profile-page .df-user-detail-main-content {
  margin-top: -60px !important;
}
}
body:has(#df-banner) .df-user-account-manage-section .df-manage-account-sidebar{
  top: 140px;
}
body:has(#df-banner) .breadcrumb-container{
  margin-top: 68px !important;
}
body:has(#df-banner) .tabs-section ul.nav.nav-tabs{
  top: 136px;
/*  top: 120px !important;*/
}
@media (min-width: 320px) and (max-width: 1199.98px) {
  body:has(#df-banner) .tabs-section ul.nav.nav-tabs{
/*  top: 136px;*/
  top: 120px !important;
}
}
  body:has(#df-banner) .df-rule-guide-section .sticky-top{
/*  top: 136px;*/
  top: 170px !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  body:has(#df-banner) .df-rule-guide-section .sticky-top{
  top: 112px !important;
}
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .df-rule-guide-section .sticky-top-mobile{
    top: 120px !important;
  }
}
@media (min-width: 320px) and (max-width: 1199.98px) {
  .df-header-primary .df-mega-menu-parent-items ul li:last-child span::after{
   background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M6%203.33341L10%208.00008L6%2012.6667%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
   transform: rotate(0deg);
   }
 }
@media (min-width: 320px) and (max-width: 1199.98px) {
body:has(#df-banner) .aware-project-top-bar {
    top: 120px !important;
    position: fixed !important;
    width: 100%;
  }
}
.df-user-feed-post-desc .feed-post-deadline{
  padding-top: 0px !important;
  margin-top: -10px;
}
.container1 > :first-child {
  margin-top: -24px;
}
@media (min-width:1200px) and (max-width:1399.98px){
  .df-user-feeds-detail-section .df-dropdown-toggle {
/*  white-space: nowrap;*/
  margin-right: 44px;
}
}
.tox:not(.tox-tinymce-inline) .tox-editor-header {
  padding: 0px 0px !important;
}
.df-user-feed-comment-post-section .tox .tox-edit-area__iframe {
/*  background: #FAFAFA !important;*/
  height: 54px !important;
  margin-top: -16px;
  color: #979698;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width:575.98px){
  .df-popup-followers-outer-div{
    max-height: 255px;
  }
}
@media (min-width:992px) and (max-width:1199.98px){
  .df-popup-followers-outer-div{
    max-height: 335px;
  }
}

.df-separate-followers{
  display: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .df-separate-followers {
    display: block !important;
  }
}
.df-separate-followings{
  display: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .df-separate-followings {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .df-followers-container {
    display: none !important;
  }
  .df-popup-followers-outer-div .df-popup-followers-inner-div{
    flex-wrap: wrap;
  }
}
@media(max-width:767px){
  .df-profile-page .df-user-detail-tabs .df-custom-navtabs .nav-link.active{
/*    border-bottom: 2px solid #010002;*/
  }
}


/*.df-delete-user-proposal:before{
  background: none;
}*/
.delete-button:before{
  background: none;
}
.delete-team-btn:before{
  background: none;
}
.view-rfp-proposal-link:hover{
  color: #fff !important;
}
.df-review-modal .cancel-btn:before{
  background: none !important;
}
.rfp-idea-search .df-sidebar-filters-box .search-selection select{
  padding: 10px 14px !important;
}
.mb-3{
  margin-bottom: 0px !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .df-profile-page .df-user-detail-tabs {
    padding: 11px 17px 0px 0px;
  }
}
/*.achievement-container.active {
    margin-top: 24px;
}*/
/*.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.5 !important;
}*/
/*.df-user-dropdown-menu.show::before {
  content: "";
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1; /* Stays behind the dropdown */
}*/
/*.df-unfollow .minibox-unfollow-someone:hover{
  color: inherit !important;
}*/
/*.heatmap-container svg .ch-subdomain-container {
  transform: scale(1.5);
  transform-origin: top left;
}*/
/*.df-profile-page .df-user-detail-main-content {
   display: contents; 
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: -40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
}*/
/*.df-profile-page .df-user-detail-main-content .df-user-detail-right-content {
  display: contents;
}*/

 
 


.container1 > :first-child {
  margin-top: -24px;
}
@media (max-width:1199.98px){
  .filter-container {
    padding-top: 170px !important;
}
.filter-container #proposal-count {
  top: 170px;
}
}
@media (min-width: 768px) and (max-width: 1199.98px){
  section.df-hero-gradient-section .inner-banner h1 {
/* padding-top: 50px;*/
    padding-top: 72px;
}
.section-ls-community {
  padding-bottom: 0px !important;
}
}
@media (min-width: 470px) and (max-width: 767.98px){
  .section-news-announcements .section-header .section-btn, .section-townhall-recordings .section-header .section-btn, .section-awarded-projects .section-header .section-btn, .section-open-proposals .section-header .section-btn {
  width: 150px;
/*  margin-top: 59px;*/
}
.section-news-announcements .section-header .section-title{
  margin-top: 50px;
}
}
@media(max-width: 469px) {
  .section-news-announcements .section-header, .section-townhall-recordings .section-header, .section-awarded-projects .section-header, .section-open-proposals .section-header{
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
}
@media (max-width: 469px){
  .section-news-announcements .section-header .section-btn {
width: 100%;
}
.section-news-announcements .section-header .section-title{
  margin-top: 50px;
}
}
@media (max-width: 1199.98px) {
  .saved-post-page{
  padding-top: 80px;
  }
}
@media (min-width:575px) and (max-width:1199.98px){
  .df-award-filter .df-user-search-feild-outer{
    padding-top: 0px !important;
  }
}
@media (max-width: 630px) {
  .df-dashboard-main-card .card-body .counter-modules .idea-compaign .idea-submission-btn .learn-more-btn:hover {
    background: #9050E9 !important;
  }
}
.df-project-complete-detail-section.aware-project-detail-section.blog-post-discussion-section {
  padding: 50px 50px 0px 50px !important;
}





.user-profile-msg-text {
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
}
.df-user-group-message {
    padding: 12px 0px 0px 0px;
}
.user-profile-msg-btn {
    display: flex;
    width: 90%;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}
@media(max-width:580px){
  .user-profile-msg-btn{
    width: 100% !important;
  }
}
@media (min-width:581px) and (max-width:767.98px){
  .user-profile-msg-btn{
    width: 84% !important;
  }
}
@media (min-width:768px) and (max-width:992.98px){
  .user-profile-msg-btn{
    width: 82% !important;
  }
}
@media (min-width:993px) and (max-width:1199.98px){
  .user-profile-msg-btn{
    width: 100% !important;
  }
}
@media (min-width:1200px) and (max-width:1399.98px){
  .user-profile-msg-btn{
    width: 92% !important;
  }
}
#cookie-notice{ 
  display: none;
}
.rfp-idea-card {
  height: 93%;
  display: flex;
  flex-direction: column;
  min-height: 93%;
  height: auto;   
}

.rfp-idea-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rfp-idea-card .rfp-idea-card-content .rfp-category{
  margin-bottom: auto;
}

.author-profile {
  margin-top: auto;
}
/*@media(max-width:399px){
  .df-blog-update-card .blog-update-content-box a.blog-link{
    width: 24%;
  }
}*/


.df-header-primary .new-nav {
    display: inline-block !important;
    padding: 2px 8px !important;
    border-radius: 2px !important;
    background: var(--Foundation-Yellow-Y300, #F3AB10);
    color: var(--Foundation-Grey-G300, #010004) !important;
    font-family: "DM Sans";
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 150% !important;
    text-transform: uppercase;
}
.error404 {
  background-color: black;
}
.error404 .home-banner {
  margin-top: 195px;
}
.df-more-actions-dropdown-item[data-bs-target="#shareProfilemodal"] * {
  pointer-events: none;
}
.df-more-actions-dropdown-item[data-bs-target="#shareProfilemodal"]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.df-adminpost-notifi-heading *:not(h3) {
  color: #010004;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.event-date{
  padding: 5px 0px 10px 0px;
  font-weight: 600 !important;
}
.df-rule-guide-section .sticky-top{
  z-index: 10 !important;
}

/*Brand Assets Page Start*/
  @media (min-width: 320px) and (max-width: 1199.98px){
    section.df-hero-assets{
      padding: 40px 0px 128px 0px !important;
    }
  }
/* df-assets-logo-section-start */
  .df-deep-assets{
    background-color: white;
  }
  .df-deep-assets .sub-content p {
    color: #2C2B2F !important;
  }
  .df-deep-assets .sub-content h2 {
    color: #150D2F !important;
    letter-spacing: 0px;
    text-transform: none;
  }
  .df-deep-assets .sub-content span {
    color: #1E1243 !important;
  }
  .df-deep-assets .sub-content span {
    display: inline-block;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #E9E7EC;
    background: #E9E7EC;
    backdrop-filter: blur(2px);
    margin-bottom: 16px;
  }
  .df-deep-assets::after {
    background: none;
  }
  .df-deep-assets .df-sec-heading-box {
    display: flex;
    justify-content: space-between;
    align-items: initial;
    gap: 30px 120px;
    margin-bottom: 0px;
    flex-direction: column;
  }
  .df-deep-assets .df-sec-heading-box {
    text-align: initial;
  }
  .df-deep-assets .df-sec-heading-box .sub-content {
    width: 80%;
  }
  .df-deep-assets{
    padding: 96px 0px;
  }
  .df-deep-assets .df-theme-primary-btn , .df-assets-carousel .df-theme-primary-btn , .df-assets-support .df-theme-primary-btn{
    padding: 14px 24px;
    font-size: 16px;
  }
  @media (max-width: 991.98px){
    .df-deep-assets .df-sec-heading-box {
      text-align: center;
      align-items: center;
      padding-bottom: 50px;
    }
  }
  @media (min-width:596px) and (max-width: 991.98px) {
    .df-deep-assets .df-sec-heading-box .button-box .df-theme-primary-btn {
      display: inline-block;
    }
    .boxes{
      display: flex;
      flex-direction: column;
      height: 170px;
    }
  }
  @media (max-width: 595.98px) {
    .df-deep-assets .df-sec-heading-box .button-box .df-theme-primary-btn {
      display: inline-block;
    }
    /* if 4 boxes */
    .frame{
      display: flex !important;
      flex-direction: column !important;
      width: 90%;
      margin-left: 20px;
    }
    .boxes{
      height: 150px !important;
    }
  }
  .frame {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 16px;
    background: #120e35;
    border-radius: 15px;
  }
  .boxes {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: white;
    cursor: default;
    user-select: none;
  }
  .box1 {
    background: #FFF;
  }
  .box2 {
    background: #9050E9;
    color: white;
  }
  .box3 {
    background: linear-gradient(124deg, #F2A813 1.25%, #DD7A5A 17.82%, #CB4F9A 36.35%, #AE2AE2 53.9%, #944BE8 70.48%, #6F79F1 84.13%, #37BFFE 98.75%);
    color: white;
  }
  .box4 {
    background: #211440;
    color: transparent;
    position: relative;
  }
  /* df-assets-logo-section-end */
  /* df-assets-carousel-section-start */
  .df-assets-carousel{
    background: #13072D;
  }
  .df-assets-carousel::before {
    content: "";
    position: absolute;
    top: -200px;
    width: 60%;
    height: 200px;
    border-radius: 1026px;
    background: #FFF;
    filter: blur(102px);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.5;
  }
  .df-assets-carousel::after {
    content: "";
    position: absolute;
    bottom: -169px;
    width: 60%;
    height: 209px;
    border-radius: 1026px;
    background: linear-gradient(243deg, #32C5FF -1.39%, #B620E0 43.99%, #F7B500 87.13%);
    filter: blur(207px);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.4;
  }
  .carousel-wrapper {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 53px;
    }
    @media (max-width: 767px){
      .carousel-wrapper{
        /*height: 400px;*/
          height: unset;
      }
    }
  .carousel-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #2F1A47;
    position: relative;
    }
  .carousel-slide {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
  }
  .carousel-image-wrapper {
    min-width: 100%;
    height: 100%;
    position: relative;
  }
  .carousel-image-wrapper img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 16px;
  }
  .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #7F56D9;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 2;
  }
  .carousel-button:hover {
    background: #f2f2f2;
  }
  .carousel-button.prev {
    left: 0px;
  }
  .carousel-button.next {
    right: 0px;
  }
  .avatar-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #7F56D9;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    font-size: 16px;
    border: 2px solid #2F1A47;
  }
  /* df-assets-carousel-section-start */
  /* df-mission-section-start */
  .df-mission{
    background: #FFF;
  }
  .df-mission .df-sec-heading-box span{
    color: #1E1243;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #E9E7EC;
    background: #E9E7EC;
    margin-bottom: 20px;
  }
  .df-mission .df-sec-heading-box h2{
    color: #150D2F;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
  }
  .df-mission .df-sec-heading-box p {
    max-width: 100%;
    margin: 0 auto;
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: initial;
  }
  .df-mission .df-sec-heading-box {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  @media (max-width: 991px) {
    .df-mission .df-sec-heading-box {
      margin-bottom: 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
  @media (min-width: 320px) and (max-width: 767.98px) {
  .df-mission .df-sec-heading-box h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    max-width: 400px;
    margin: 0 auto 16px auto;
    margin-bottom: 16px;
  }
}
  /* df-mission-section-end */
  /* df-assets-support-start */
  .df-assets-support{
    padding: 48px 0px;
  }
  .df-support-section{
    margin-top: 0px;
    border-radius: 24px;
    background: linear-gradient(131deg, rgba(255, 255, 255, 0.07) 0%, rgba(153, 153, 153, 0.14) 100%), #13072D;
    padding: 24px;
  }
  .df-assets-support .df-sec-heading-box {
    margin-bottom: 0px;
    display: flex;
  }
  .df-support-section .community-card-content p {
    margin-bottom: 30px;
  }
  .df-support-content{
    display: flex;
    align-items: center;
  }
  @media (max-width: 992px){
    .df-assets-support .df-sec-heading-box {
      margin-top: 20px;
      display: flex;
      justify-content: center;
    }
  }
  /* df-assets-support-end */
  /* df-faq-section-start */
  .df-assets-faq {
    padding-bottom: 0px;
  }
  .df-faq{
    margin-top: 0px;
    background: none;
    padding: 0px;
  }
  .df-faq-content{
    display: flex;
    align-items: center;
  }
  .df-faq-content .df-sec-heading-box{
      display: flex;
      margin-bottom: 0px;
  }
  .df-faq-content .df-sec-heading-box span {
    color: #1E1243;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #E9E7EC;
    background: #E9E7EC;
  }
  .df-faq .community-card-content h2 {
    color: #150D2F;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .df-faq .community-card-content p {
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    margin-bottom: 0px;
  }
  @media (max-width: 991.98px){
    .df-faq-content {
      display: block;
    }
    .df-faq-content .df-sec-heading-box {
    display: block;
    margin-bottom: 0px;
    }
  }
  .df-faq-assets {
    padding: 0px;
  }
  .faq-item {
    border-bottom: 1px solid #E8E8E8;
  }
  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 0;
  }
  .faq-question h3 {
    color: #150D2F;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: none;
  }
  .toggle-icon {
    font-size: 24px;
    color: #2C2B2F;
  }
  .faq-answer {
    display: none;
    padding-bottom: 16px;
  }
  .faq-answer p {
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
  }
  .faq-item.open .faq-answer {
    display: block;
  }
  .faq-item.open .toggle-icon {
    content: '-';
  }
  /* df-faq-section-end */
  /* df-partner-section-start */
  .df-partner-section .df-newsletter-content-box h2 {
    max-width: 700px;
    text-transform: none;
    display: flex;
  }
  .df-partner-section .df-newsletter-content-box{
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .partner-button .df-theme-primary-btn{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    padding: 12px 24px;
  }
  .partner-button{
    display: flex;
    gap: 24px;
  }
  @media (max-width: 490.98px){
    .partner-button{
      flex-direction: column;
    }
  }
  .df-partner-section{
    padding-bottom: 0px;
  }
  /* df-partner-section-end */
/*Brand Assets Page End*/





/*#df-progressbar {
  display: flex !important;
  justify-content: space-between !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 20px 0 !important;
  background: #f5f8fc !important;
  border-radius: 8px !important;
  padding: 10px 0 !important;
}

#df-progressbar li {
  flex: 1 !important;
  text-align: center !important;
  position: relative !important;
}

#df-progressbar li span {
  display: inline-block !important;
  font-size: 14px !important;
  color: #c0c0c0 !important;
  font-weight: 500 !important;
  padding-bottom: 6px !important;
  position: relative !important;
}

#df-progressbar li span::before {
  content: attr(data-step_id) '. ' !important;
  font-weight: 600 !important;
  color: inherit !important;
}
*/
#df-progressbar li span::after {
  content: '' !important;
  display: block !important;
  height: 6px !important;
  margin-top: 6px !important;
  background-color: #E6E6E6 !important;
  border-radius: 20px !important;
}
#df-progressbar li span.success::after{

}
#df-progressbar li span.active {
  color: #1a1244 !important;
  font-weight: 700 !important;
}

#df-progressbar li span.active::after {
  background-color: #1E1243 !important;
}

.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab:not(:has(.coming-soon)) button:hover {
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: var(--Foundation-Violet-V50, #E9E7EC);
  transition: 0.5s all;
}
/*.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab:not(:nth-child(4)) button:hover {
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: var(--Foundation-Violet-V50, #E9E7EC);
  transition: 0.5s all;
}*/

.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button:hover .logo-text {
  color: var(--Foundation-Violet-V500, #120B29);
  font-family: Orbitron;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button:hover p {
  color: var(--Gray-500, #667085);
}


@media (max-width: 560px) {
    #df-progressbar {
        display: grid !important;
        flex-direction: column;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0;
    }

    #df-progressbar li {
        display: block;
        width: 100% !important;
        text-align: left;
        margin-bottom: 20px;
    }

    #df-progressbar span {
        display: inline-block;
        width: 100%;
        padding: 8px;
        font-size: 14px;
    }
}

.df-create-feed-div .mce-container-body div.mce-toolbar-grp{
display:none !important;
}
.df-user-feed-comment-card .mce-container-body div.mce-toolbar-grp{
display:none !important;
}
#postInput_ifr {
  border: 1px solid #CBCDD2 !important;
  background-color: #fafafa;
}
.df-feed-post-input-div .mce-edit-area iframe {
  background: rgba(255, 255, 255, 0.70);
    background-color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  box-sizing: border-box;
}
#replyInput_ifr {
  height: 80px !important;
  border: 1px solid #CBCDD2 !important;
}
.df-feed-post-comment-section {
  margin-top: 50px;
}
.df-switch-tab > a::after {
  content: none !important;
}
@media (min-width: 320px) and (max-width: 1199.98px) {
  .df-switch-tab > a{
   padding: unset !important;
    border-bottom: unset !important;
  }
}

.df-switch-tabs .df-switch-tab .coming-soon{
  color: #D2D0D7 !important;
  font-family: "DM Sans" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  display: flex !important;
  padding: 4px 12px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  border-radius: 60px !important;
  border: 1px solid var(--Foundation-Violet-V75, #A39EB2) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  height: 28px;
}
.deep-initiative-left .coming-soon{
    color: #D2D0D7 !important;
  font-family: "DM Sans" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  display: flex !important;
  padding: 4px 12px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  border-radius: 60px !important;
  border: 1px solid var(--Foundation-Violet-V75, #A39EB2) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  width: fit-content;
  margin-top: 16px;
}
/*.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button.active .coming-soon{
  color: #667085 !important;
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button:hover .coming-soon{
  color: #667085 !important;
}*/
/*.df-switch-tab:has(.coming-soon):hover {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  cursor: default !important;
  pointer-events: none;
}*/
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button:has(.coming-soon):hover {
  cursor: default;
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button:has(.coming-soon):hover .logo-text {
  color: var(--Gray-200, #EAECF0);
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button:has(.coming-soon):hover p {
  color: #98A2B3;
}
.deep-initiative-left:has(.coming-soon) .initiative-button:hover {
 /* background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  cursor: default !important;*/
  pointer-events: none; /* Optional: to prevent clicks */
}
.df-amount-section{
    margin-bottom: 32px;
    margin-bottom: 64px;
    margin-top: 32px;
    border-radius: 8px;
    border: 1px solid var(--Foundation-Grey-G100, #6C6B6D);
    background: #FFF;
    display: flex;
}
.df-subamount:not(:last-child) {
  border-right: 1px solid #6C6B6D; /* Change to your desired style */
}
.df-amount-section span{
    color: var(--Foundation-Grey-G100, #6C6B6D);
    font-family: "DM Mono";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
}
.df-amount-section p{
    color: var(--Foundation-Grey-G200, #2C2B2F);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
    margin-bottom: 0px;
}
.df-subamount{
    display: flex;
    padding: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}
@media (max-width: 470px){
    .df-amount-section{
        display: flex;
        flex-direction: column;
    }
    .df-subamount:not(:last-child) {
  border-right: unset; /* Change to your desired style */
  border-bottom: 1px solid #6C6B6D; 
}
}
.df-switch-tabs-wrapper.active{
  display: block;
}



@media (min-width: 320px) and (max-width: 1199.98px) {
  .df-header-primary .mobile-logged-in .df-user-dropdown .user-action:has(.user-initials) {
    margin-top: 0px;
  }
}
@media(max-width:767px){
  /*.logo-text{
    display: block;
  }
  .logo-text svg{
    margin-right: 12px;
  }*/
}
@media (min-width:600px)
{
  .funding-history .table-responsive{
    overflow-x: unset;
  }
}



/* single rfp   */

.funding-history {
    margin-bottom: 32px;
    }

    .funding-history p {
        color: var(--Foundation-Grey-G200, #2C2B2F);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 24px */
        margin-bottom: 12px;
    }

    .funding-history table {
      width: 100%;
    }
    .funding-history thead{
        background: #E4E9F2;
    }

    .funding-history thead th {
      padding: 14px 16px;
      color: var(--Foundation-Grey-G200, #2C2B2F);
      font-family: "DM Sans";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; /* 21px */
      text-transform: uppercase;
    }

    .funding-history tbody{
        background-color: var(--wp--preset--color--white);
    }
    .funding-history tbody td {
      padding: 16px;
      overflow: hidden;
      white-space: nowrap;
      color: var(--Foundation-Grey-G200, #2C2B2F);
      text-overflow: ellipsis;
      font-family: "DM Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%; /* 24px */
      max-width: 330px;
     border-bottom: 1px solid #E6E6E6;
    }

    .funding-history tbody td:nth-child(2) {
        color: var(--Foundation-Grey-G100, #6C6B6D);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }


    .view-link {
      color: #9050E9;
      font-family: "DM Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px; /* 150% */
    }

    .view-link:hover{
        text-decoration: none;
    }


    .rfp-detail-note{
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 2px solid var(--Foundation-Blue-B75, #ABE7FF);
    background: var(--Foundation-Blue-B50, #EBF9FF);
    margin-top: 10px;
}
.rfp-detail-note p{
    color: var(--Foundation-Blue-B500, #1F789C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}
.rfp-detail-note span{
    color: var(--Foundation-Blue-B500, #1F789C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.rfp-intro .modal-header .btn-close {
  margin-bottom: 10px !important;
  padding: 8px;
}


.modal-header .btn-close{
  margin-bottom: 10px !important;
  margin-right: 1px;
  padding: 16px 16px;
}

@media (min-width: 768px) and (max-width:1199.98px){
   .df-header-primary .logo{
    width: unset !important;
   }
}

/* NEW RFP DETAIL PAGE START */
.rfp-detail-section .df-amount-section .df-subamount{
  padding: 14px 12px;
  gap: 6px;
}
.rfp-detail-section .df-amount-section p{
  font-size: 14px;
}
.rfp-detail-section .df-rfp-stats ul li h4{
  margin-top: 8px;
  color: var(--Foundation-Grey-G200, #2C2B2F);
font-family: "DM Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 31.2px */
}
.rfp-detail-section .df-rfp-stats ul li span{
  color: var(--Foundation-Grey-G100, #6C6B6D);
text-align: center;
font-family: "DM Mono";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 20.8px */
}
.rfp-detail-hero{
    border-radius: 8px;
    border: 2px solid #E4E9F2;
    background: #EEF3FB;
    display: flex;
    padding: 24px;
    align-items: flex-start;
    margin: 0;
}
 .rfp-hero-table{
    padding: 0px;
}
.rfp-hero-table .inner-banner {
    margin-top: 0;
}
.rfp-hero-table .df-proposal-counter-list-box{
    margin-bottom: 0;
}
.rfp-hero-table .df-round-proposal-head h2{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    border-bottom: none;
    text-align: left;
    margin-bottom: 0;
    /* margin-left: -4px;
    padding-right: 4px; */
}
.rfp-hero-table .df-round-proposal-head{
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 14px;
    justify-content: space-between !important;
}
.rfp-hero-table .df-proposal-counter-list-box .content-wrapper{
    display: unset;
}
.rfp-hero-table .df-proposal-counter-list-box .content-wrapper .df-proposal-counter-content-grid{
    padding-left: 0px;
    min-width: unset;
}
/* @media (max-width: 484.98px){
.rfp-hero-table .df-proposal-counter-list-box .proposal-counter-inner-box .df-round-proposal-head{
    flex-direction: column;
    align-items: initial;
}
} */
.df-timer-date{
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 8px;
}
.timer-img{
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
}
.timer-date{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1px;
    text-align: left;
}
.timer-date p{
    color: var(--Foundation-Violet-V50, #E9E7EC);
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 18px */
    margin-bottom: 0;
}
.title-head{
    color: var(--Foundation-Violet-V50, #E9E7EC);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-align: left;
}
.rfp-hero-table .df-proposal-counter-list-box .content-wrapper .sub-content-box .button{
    width: 100%;
    padding: 12px 20px;
    margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 991.98px){
    .rfp-hero-table{
        margin-top: 24px;
    }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .rfp-hero-table .df-proposal-counter-content-grid .flip-card::before, .rfp-hero-table .df-proposal-counter-content-grid .flip-card::after {
    right: -23px;
  }
}
.rfp-hero-content{
    gap: 24px;
    display: flex;
    flex-direction: column;
    padding: 0px 24px 0px 0px;
}
@media (max-width: 991.99px){
    .rfp-hero-content{
        padding: 0px;
    }
    .df-project-complete-detail-section .rfp-detail-box .df-project-tabs{
        overflow-x: auto !important;
        overflow-y: hidden;
        flex-direction: column;
    }
    /* .rfp-detail-box .df-project-tabs .df-project-nav-item{
        width: unset !important;
    } */
}
.rfp-hero-content .top-status-btn .status-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: #FF006B;
  border: 1px solid #FF006B;
  background: #FFF1F7;
  padding: 6px 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
}
.rfp-detail-section .rfp-content-box h1 {
    color: #211440;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
    letter-spacing: 0;
    text-transform: none;
}
.rfp_subtitle {
    color: var(--Foundation-Grey-G100, #6C6B6D);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0;
    margin-bottom: 20px !important;
}
.rfp-detail-section .rfp-content-box .author-box .author-img {
  margin-right: 8px;
}
.rfp-hero-content .author-detail{
    display: flex;
    flex-direction: column;
}
.rfp-hero-content .author-name{
    color: var(--Foundation-Grey-G200, #2C2B2F);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
}
.rfp-detail-section .rfp-content-box .author-detail small {
    color: var(--Foundation-Grey-G100, #6C6B6D);
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.rfp-hero-content .df-amount-section{
    margin: 0px;
}
.df-project-complete-detail-section .rfp-detail-box .df-project-tabs {
    margin-top: 64px;
    margin-bottom: 40px;
    border-radius: 8px;
    border: 1px solid #CBCDD2;
    background: rgba(255, 255, 255, 0.70);
    display: flex;
    height: 60px;
    padding: 8px;
    justify-content: center;
    align-items: flex-start;
}
.rfp-detail-box .df-project-tabs .df-project-nav-item .df-project-nav-link {
  position: relative;
  width: 100%;
  padding: 10px 16px;
  overflow: visible;
  color: var(--Foundation-Violet-V100, #7D7692);
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
}
.rfp-detail-box .df-project-tabs .df-project-nav-item{
    margin: 0;
    /* width: 20%; */
    flex: 1;
}
.df-project-complete-detail-section .rfp-detail-box .df-project-tabs .df-project-nav-link:hover {
  color: #7D7692 !important;
}
.df-project-complete-detail-section .rfp-detail-box .df-project-tabs .df-project-nav-link.active {
color: var(--Foundation-Violet-V50, #E9E7EC);
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
border-radius: 6px;
background: var(--Foundation-Violet-V300, #1E1243);
}
.df-project-complete-detail-section .rfp-detail-box .df-project-tabs .df-project-nav-link.active:hover{
color: var(--Foundation-Violet-V50, #E9E7EC) !important;
}
.rfp-detail-box .df-project-tabs .df-project-nav-item .df-project-nav-link.active::before{
    background: none !important;
}


.df-rfp-content-list {
  max-width: 420px;
  padding: unset;
  background: unset;
  border: unset;
  border-radius: unset;
  margin-bottom: 48px;
}
.df-rfp-content-list ul li a{
    margin: 0;
    color: var(--Foundation-Grey-G200, #2C2B2F);

/* DM Sans/Paragraph/P2/Regular */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
.df-rfp-content-list ul li a:hover{
    color: unset;
}
.df-rfp-content-list ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.rfp-overview-section .df-rfp-stats ul{
    display: flex;
    padding: 0;
    margin-bottom: 24px;
}
.df-rfp-stats ul .dtl-item-box{
    flex: 1 1 50%;
    margin: 0;
    padding: 16px 20px;
}
.rfp-overview-section .df-user-input-tags ul{
    margin-top: 12px;
}
.df-tags-head{
    color: var(--Foundation-Grey-G200, #2C2B2F);

/* DM Sans/Paragraph/P2/Semibold */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
}
.rfp-overview-section ul li a{
    padding: 6px 24px;
    color: #2B1665 !important;

/* DM Sans/Paragraph/P3/Semibold */
font-family: "DM Sans" !important;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 21px */
}
.rfp-detail-section .aware-rfp-description-box .meta-company-name h3 {
  margin-top: 40px;
  border-bottom: 1px solid var(--Foundation-Grey-G75, #979698);
  padding-bottom: 10px;
  text-transform: none;
}
.aware-rfp-description-box ul{
    padding: 8px 0px 0px 16px;
    gap: 8px !important;
    display: flex;
    flex-direction: column;
}
.rfp-detail-section .aware-rfp-description-box .meta-company-name p{
    color: #2C2B2F;
}
.aware-rfp-description-box ul li {
    color: var(--Foundation-Grey-G200, #2C2B2F);

/* DM Sans/Paragraph/P2/Regular */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
list-style-type: disc;
}
.function-head{
    color: var(--Foundation-Grey-G200, #2C2B2F);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
}
.function-list{
    padding-top: 14px !important;
    padding-bottom: 24px !important;
    margin-bottom: 0;
}
.list2{
    padding-bottom: 0px !important;
}
/* NEW RFP DETAIL PAGE END */



/* UPDATED REVIEW MODAL START */

.df-review-modal .modal-content{
    padding: 24px;
}
.df-review-modal .modal-dialog .modal-header{
    padding: 0px 0px 16px 24px !important;
}
.df-review-modal .modal-dialog .modal-header h3{
    color: #211440 !important;
    font-family: "DM Sans" !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}
.df-review-modal .modal-header .btn-close{
    padding: 8px !important;
    margin-bottom: 0px !important;
}
.df-review-modal .modal-dialog .modal-body p {
    margin-top: 23px !important;
    margin-bottom: 32px !important;
    color: var(--Foundation-Grey-G200, #2C2B2F) !important;
    font-family: "DM Sans";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 150% !important; /* 27px */
}
.df-review-modal .modal-body .select-choices{
    width: 100% !important;
}
.df-review-modal .modal-body .field-container .form-label {
  position: unset !important;
  padding: unset !important;
  background: unset !important;
  top: unset !important;
  left: unset !important;
  color: #211440 !important;
font-family: "DM Sans" !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 150% !important; /* 21px */
}
.df-review-modal .modal-body .field-container .form-floating span{
    color: #211440 !important;
font-family: "DM Sans" !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 150% !important;
}
.df-review-modal .modal-body .select-choices {
  display: flex;
  flex-direction: column;
}
.df-review-modal .modal-body .select-choices::before{
    top: 50px !important;
}
.df-review-modal .modal-body .field-container .form-control{
    border-radius: 4px;
border: 1px solid var(--Foundation-Grey-G50, #E6E6E6);
background: #FAFAFA;

/* Shadow/xs */
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
padding: 10px 14px;
}
.df-review-modal .modal-body .field-container {
  margin-bottom: 24px !important;
}
.df-review-modal .modal-body .modal-button-box .button {
  margin: 0 !important;
  width: 100%;
}
.df-review-modal .modal-body .modal-button-box .submit-btn {
  padding: 11px 24px !important;
  border-radius: 4px !important;
}
.df-review-modal .modal-body .field-container select, .df-review-modal .modal-body .field-container .form-input, .df-review-modal .modal-body .field-container .df-textarea .mce-tinymce{
    border: 1px solid #E9E9E9 !important;
}
.df-review-modal .modal-body .field-container .image-upload-wrap{
    border: 2px dashed #9FA4A4 !important;
}
.drop-text{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.df-review-modal .choose-file{
    color: #6C6B6D !important;
    font-family: "DM Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; /* 24px */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.df-review-modal .choose-file a{
    color: var(--Foundation-Indigo-I300, #9050E9);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.df-review-modal .extension{
    color: #6C6B6D !important;
    font-family: "DM Sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; /* 21px */
}


.df-chatbox-content-container-outer .df-chatbox-content-inner{
    transform: translateX(22%) !important;
}

/* UPDATED REVIEW MODAL END */
/*RFP DETAIL PAGE NEW TABLE START*/
.hero-table-content{
    flex-direction: column;
    border: 1px solid #E6E6E6 !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
}
.hero-table-content span{
    width: 40%;
}
.amount{
    display: flex;
    padding: 14px 12px;
}
.hero-table-content span{
    align-items: center;
    display: flex;
}
.hero-table-content p{
    color: var(--Foundation-Grey-G200, #2C2B2F) !important;
    text-align: center;
    font-family: "DM Sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 130% !important; /* 18.2px */
}
.hero-table-content > *:not(:last-child) {
  border-bottom: 1px solid #E6E6E6; /* or your desired style */
}
.hero-tables-button{
    width: 100%;
    padding: 12px 20px !important;
}
/*RFP DETAIL PAGE NEW TABLE END*/



/* RFP PROPOSAL SUBMISSION START  */

.df-proposal-creation-section .proposal-setup-wrapper .setup-description {
  color: var(--Foundation-Grey-G100, #6C6B6D);
  /* DM Sans/Paragraph/P2/Regular */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 50px;
  border-bottom: 1px solid var(--Foundation-Grey-G75, #979698);
  padding-bottom: 10px;
}

.df-proposal-creation-section .proposal-setup-header h3{
    color: #211440;
    /* DM Sans/Heading/H5/Bold */
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
}

.df-proposal-creation-section .description{
    color: var(--Foundation-Grey-G100, #6C6B6D);
    /* DM Sans/Paragraph/P2/Regular */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}


.df-proposal-creation-section .proposal-setup-wrapper .setup-header span{
    color: #211440;
    /* DM Sans/Heading/H6/Semibold */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
}


.df-proposal-creation-section .proposal-creation-container #df-progressbar li span.active .label{
  color: var(--Foundation-Grey-G300, #010004);
  /* DM Sans/Action/A1/Semibold */
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
}

.df-proposal-creation-section .proposal-creation-container #df-progressbar li span.active::before{
    color: #FFF !important;
    background: #9050E9;
}


.df-proposal-creation-section .proposal-creation-container #df-progressbar li span::before{
    bottom: 17px;
    border-radius: 40px;
    background: #EDEDED;
    padding: 10px 18px;
}

.df-proposal-creation-section .proposal-creation-container #df-progressbar li span::after{
    width: 100% !important;
    bottom: 100%;
}

.proposal-creation-container #df-progressbar li span.active::after {
  background-color: #9050E9 !important;
}

.proposal-creation-container #df-progressbar li:last-child span::after {
    content: none !important;
}

.select-pool .active-rfp-div{
    border-bottom: 1px solid var(--Foundation-Grey-G75, #979698);
    padding-bottom: 10px;
}

.select-pool .rfp-active{
    color: var(--Foundation-Grey-G100, #6C6B6D);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.select-pool p{
    color: var(--Foundation-Grey-G100, #6C6B6D) !important;
    font-family: "DM Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; /* 24px */
}
.select-pool .txt{
    margin-bottom: 0px !important;
}

.df-proposal-creation-section .proposal-item{
    padding: 16px !important;
    border-radius: 12px !important;
}

.df-proposal-creation-section .proposal-detail-box .tab-content .details-grid{
    row-gap: 0px !important;
    border-radius: 8px;
    border: 1px solid var(--Foundation-Violet-V50, #E9E7EC);
    background: #F4F8FF;
    padding: 12px;
}

.df-proposal-creation-section .proposal-detail-box .tab-content .details-grid .details-grid-item:first-child {
    padding-top: 0px !important;
}

.df-proposal-creation-section .proposal-detail-box .tab-content .details-grid-item{
    justify-content: space-between;
    background: none !important;
    padding: 10px 0px !important;
    border-bottom: 1px solid #E9E7Ec;
}

/* PAGE3 CHANGES START */
.milestone-wrapper .df-modal-btn {
    color: #D0021B;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  background: none;
  border: none;
  padding: 0px;
}
.milestone-wrapper .setup-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.milestone-wrapper .row.name-row{
    margin-bottom: 42px !important;
}
.df-proposal-creation-section .milestone-wrapper .max-label {
  position: absolute;
  bottom: 65px !important;
  left: 90%;
}
.milestone-wrapper .row.amount-row{
    margin-bottom: 24px;
}
.milestone-wrapper span.currency-symbol{
    right: unset !important;
}
.df-milestone-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.df-milestone-btn{
    color: #9050E9;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    background: none;
    border: none;
}
.df-milestone-secondary{
    display: flex;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #9050E9;
    background: none;
    color: #9050E9;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.df-proposal-creation-section .proposal-setup-wrapper.df-add-milestone{
    border: 2px dashed #D9DADA;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.add-milestone-text span{
    color: #211440;
    text-align: center;

    /* DM Sans/Heading/H6/Semibold */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
}
.add-milestone-text p{
    color: var(--Foundation-Grey-G100, #6C6B6D);
    text-align: center;

    /* DM Sans/Paragraph/P2/Regular */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.add-milestone-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 500px;
}
.add-milestone-btn{
    color: #9050E9;

/* DM Sans/Action/A2/Bold */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
display: flex;
padding: 14px 56px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 4px;
border: 1px solid #9050E9;
background: none;
}
.milestone-wrapper .txt{
    color: var(--Foundation-Grey-G75, #979698);
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.amount-error{
    right: 0px !important;
}


.df-proposal-creation-section .milestone-table tbody .design-input {
  padding-left: 50px;
}

/* .df-proposal-creation-section button.disabled {
  color: #cccccc;
} */


/* RFP PROPOSAL SUBMISSION END  */






















/* =================== Custom RFP Submission Just Styling ===================== */


/* --- topbar steps --- */
.df-proposal-creation-section .proposal-creation-container #df-progressbar li span.active.success::before{
  background-color: #9050E9 !important;
}
.df-proposal-creation-section .proposal-creation-container #df-progressbar li span.success::before{
  background-color: #EDEDED !important;
}

.df-proposal-creation-section .proposal-creation-container #df-progressbar li span.success::before{
  background-color: #9050E9 !important;
  color: #fff !important;
}
.df-proposal-creation-section .proposal-creation-container #df-progressbar li span.edit::before{
  background-color: #e7ad2d !important;
}
.df-proposal-creation-section .proposal-creation-container #df-progressbar li span.success.active::before{
  background-color: #4caf50 !important;
}
 
.df-proposal-creation-section .proposal-setup-wrapper{
  margin-bottom: 40px;
}
.df-proposal-creation-section .proposal-creation-container #df-progressbar{
  margin-left: 10%;
}

.df-proposal-creation-section .proposal-creation-container #df-progressbar li span::before{
  height: 40px;
    width: 40px;
    display: inline-flex;
    margin-top: -6px;
}


/* ---- STEP 1 ---- */
.df-proposal-creation-section .proposal-item{
    margin-bottom: 50px;
}
.df-proposal-creation-section .profile-img-box .image-upload-wrap{
  background-color: transparent;
  border-color: #9FA4A4 !important;
}
.df-proposal-creation-section .funding-pool-box .details-btns .clear-rfp-button::before{
  background: transparent !important;
}

/* ---- STEP 2 ---- */
.df-proposal-creation-section .services-table {
  margin-bottom: 10px;
}
.df-proposal-creation-section .services-table tbody{
  background-color: transparent;
  padding: 10px !important;
  border: none !important;
}
.df-proposal-creation-section .services-table tbody:not(:last-of-type) {
    border-bottom: 1px solid #979698 !important;
    border-radius: 0;
}
.df-proposal-creation-section .services-table tbody .field-input,
.df-proposal-creation-section .services-table tbody label{
  position: relative;
  padding: 10px !important;
}
.df-proposal-creation-section .services-table tbody label{
  background: transparent !important;
  top: unset !important;
  left: unset !important;
}
.df-proposal-creation-section .services-table tbody tr.rg-actions{
  margin-bottom: 20px !important;
}

.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .descriptions_container .col-12.col-md-4.col-lg-5,
.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .descriptions_container .col-12.col-md-8.col-lg-7 {
  width: 100% !important;
}

.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .descriptions_container .desc{
  padding-left: 0 !important;
}
.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .descriptions_container select.content-selectbox{
  box-shadow: none !important;
}
.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .descriptions_container select.content-selectbox[name="motivation_source"]{
  margin-top: 12px;
}


/* .df-proposal-creation-section .proposal-project-team-body .df-add-member:not(:first-child) {
  display: none !important;
} */

.df-proposal-creation-section .proposal-project-team-body .df-add-member{
  display: none !important;
}
.df-proposal-creation-section .proposal-project-team-body #rg-team .df-add-member{
  display: block !important;
}


.df-proposal-creation-section .pf-describe-the-particulars .form-label{
  padding-left: 0 !important;
}


/* ---- STEP 3 ---- */
.df-proposal-creation-section .milestone-budget-box .proposal-milestone-wrapper{
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  margin-bottom: 0;
}

.df-proposal-creation-section .milestone-table{
  margin-bottom: 0px !important;
}
  .df-proposal-creation-section .milestone-table tbody{
    padding: 32px !important;
    margin-bottom: 40px !important;
    border-radius: 12px;
    border: 2px solid #E4E9F2;
    background: #EEF3FB;
}

.df-proposal-creation-section .milestone-table tbody tr td.df-title-heading{
  padding-bottom: 10px;
  border-bottom: 1px solid #979698;
}
.df-proposal-creation-section .milestone-table tbody tr td.df-title-heading label{
  display: none !important;
}
.df-proposal-creation-section .milestone-table tbody tr td.df-title-heading .df__milestone_count{
  font-weight: 600;
    font-size: 24px;
}
.df-proposal-creation-section .milestone-table tbody .df-title-heading  .df-form-control{
  height: unset;
}
/*.df-proposal-creation-section .milestone-table tbody tr{
  margin-bottom: 40px;
}*/
.df-proposal-creation-section .milestone-table tbody tr.for-budget{
  margin-bottom: 70px;
}

/* .df-proposal-creation-section .milestone-table .df-proposal-field-tooltip{
  display: none;
} */
.df-proposal-creation-section .milestone-table tbody tr.rg-actions{
  margin-top: 0;
  position: absolute;
  width: 100%;
  right: 32px;
  z-index: 20;
  top: 32px;
}
.df-proposal-creation-section .milestone-table tbody tr.rg-actions td{
  justify-content: end;
  float: right;
  width: fit-content;
  margin-bottom: -50px;
  transform: translateY(-10px);
  }
  .df-proposal-creation-section .milestone-table tbody tr.rg-actions td .add__group{
    visibility: hidden;
    pointer-events: none !important;
  }
  .df-proposal-creation-section .milestone-table tbody tr.rg-actions td .remove__group{
    text-transform: capitalize !important;
  }
  .df-proposal-creation-section .milestone-table tbody tr.rg-actions td .remove__group:only-child {
    transform: translateY(19px);
}
  .df-proposal-creation-section .milestone-table tbody .field-input.milestone_budget {
    padding-left: 50px;
  }

  .df-proposal-creation-section .proposal-milestone-wrapper .proposal-milestone-body .add-milestone-text p{
    margin-bottom: 20px;
  }







/* ============== step 4 ================ */

.df-proposal-creation-section .proposal-project-team-body .project-team-table{
/*  margin-bottom: 360px;*/
  margin-bottom: 300px;
}
.df-proposal-creation-section .project-team-box .proposal-project-team-wrapper{
  border: none !important;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.df-proposal-creation-section .proposal-project-team-wrapper .proposal-project-team-header{
  border: none;
  padding: 0;
}
.df-proposal-creation-section .proposal-project-team-body{
  padding: 0;
}


.df-proposal-creation-section .proposal-project-team-body .project-team-table tbody{
  padding: 32px !important;
    margin-bottom: 40px !important;
    border-radius: 12px;
    border: 2px solid #E4E9F2;
    background: #EEF3FB;
}


.df-proposal-creation-section .project-team-table tbody .pt-group:first-of-type {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap !important;
  gap: 5px !important;
}
.df-proposal-creation-section .project-team-table tbody .pt-group:first-of-type td:nth-child(1) {
  flex: 0 0 69%;
}
.df-proposal-creation-section .project-team-table tbody .pt-group:first-of-type td:nth-child(2) {
  flex: 0 0 29%;
}
.df-proposal-creation-section .project-team-table tbody .pt-group:first-of-type td:nth-child(3) {
  flex: 0 0 100%;
}
.df-proposal-creation-section .project-team-table .field-input{
  height: 46px;
}
.df-proposal-creation-section .proposal-project-team-body .invite-member-box .button{
  border-radius: 4px;
    border: 1px solid #9050E9;
    display: flex;
    height: 46px;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #9050E9;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    background: none !important;
}
.df-proposal-creation-section .proposal-project-team-body .invite-member-box .button:hover{
  color: #fff !important;
}


.df-proposal-creation-section .project-team-table tbody .pt-group.align-center{
  display: block !important;
}
.df-proposal-creation-section .project-team-table .members-display-order .df-form-control{
  width: 230px;
}
.df-proposal-creation-section .project-team-table .members-display-order .order-buttons button{
  padding: 8px 10px 15px;
}
.df-proposal-creation-section .project-team-table .members-display-order .order-buttons button img{
  margin-right: 5px;
    margin-top: 5px;
    width: 12px !important;
}


.df-proposal-creation-section .project-team-table tbody .pt-group:first-of-type .msg-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
  .df-proposal-creation-section .project-team-table tbody .pt-group:first-of-type .msg-wrapper .team-error{
    transform: translateY(-43px) translateX(-10px);
  }
.df-proposal-creation-section .project-team-table .member-delete-btn-box{
  text-align: left;
}

.df-proposal-creation-section .proposal-project-team-body .add-member-btn-box{
  position: relative;
  bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.df-proposal-creation-section .proposal-project-team-body .df-add-member{
    transform: translateY(150%) translateX(-3.8%);
    border: 2px dashed #D9DADA;
    position: absolute;
    bottom: 90px;
    width: 100%;
}
.df-proposal-creation-section .proposal-project-team-body .df-add-member .add-member-text{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 500px;
  margin: auto;
  margin-bottom: 20px;
}
.df-proposal-creation-section .proposal-project-team-body .df-add-member .add-member-text span{
  color: #211440;
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.df-proposal-creation-section .proposal-project-team-body .add-member-btn-box .add-member-btn{
  color: #9050E9;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    padding: 14px 56px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #9050E9;
    background: none;
}

.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .pf-description-of-existing-resources .no-tooltip .form-label{
  padding-left: 0 !important;
}




/* ------------------ step 5 -------------------- */


.df-proposal-creation-section .proposal-submition-box .proposal-submition-wrapper{
  box-shadow: none;
  background: transparent;
  padding: 0;
  border: none;
  margin-bottom: 0px !important;
}
.df-proposal-creation-section .proposal-submition-box .proposal-setup-header h3 {
  padding: 0;
}
.df-proposal-creation-section .proposal-submition-wrapper .submittion-points .right-points{
  width: 100%;
}
.df-proposal-creation-section .proposal-submition-wrapper .submittion-points h3{
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6C6B6D;
    padding-left: 0;
    margin-bottom: 32px;
}
.df-proposal-creation-section .submittion-points ul.submission-mode-points.current-round{
  padding-left: 0;
}
.df-proposal-creation-section .proposal-submition-wrapper .submittion-points .right-points li{
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 16px;
}
.df-proposal-creation-section .proposal-submition-wrapper .submittion-points .right-points li:last-child{
  margin-bottom: 0;
}
.df-proposal-creation-section .proposal-submition-wrapper .submittion-points .right-points li p{
  font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.df-rfp-card.progressbar__card .center__card{
  position: relative;
  top: -10px;
}
.df-rfp-card.progressbar__card .status__wrapper{
  color: #FFF;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.df-rfp-card .rfp-profile-box .right-cont a{
  color: #9050E9;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  border-bottom: 1px solid #9050E9;
  padding-bottom: 4px;
}
.df-rfp-content-list ul li a.active {
  color: #9050E9 !important;
}
.globalswitcher a:hover{
  border: 1px solid #9050E9;
  background: var(--Foundation-Indigo-I400, #6538A3);
}
@media (max-width: 575.98px) {
  .deep-initiative-left {
    width: unset !important;
    margin-left: 0 !important;
  }
}
.deep-initiative-left .initiative-description{
  margin-bottom: 0 !important;
  font-size: 13px !important;
}
.deep-initiative-left{
  padding: 20px 16px !important;
  border-radius: 8px;
}
.deep-initiative-logo{
  display: flex;
  gap: 8px;
}
.deep-initiative-left .coming-soon{
  margin-top: 0 !important;
  height: 28px;
}
.deep-initiative-left::after{
  width: 100% !important;
}
@media (min-width: 320px) and (max-width: 1199.98px) {
  .df-switch-tabs .df-switch-tab button.active{
    background: #E9E7EC !important;
  }
   .df-switch-tabs .df-switch-tab button.active .logo-text{
    color: black !important;
   }
}
.df-feed-post-user-interaction-inner a:has(.feed-liked){
  color: #9050E9;
  transition: 5s all;
}
.df-feed-post-user-interaction-inner .feed-liked{
  fill: #EADCFF;
}
.df-feed-post-user-interaction-inner .feed-liked path{
  stroke: #9050E9;
}
body:has(.df-logIn-modal-content) .df-header-primary{
  z-index: 1050 !important;
}

/*.progress-blocks:has(.filled){
  background: linear-gradient(to right, #ff8a00, #e52e71, #6a11cb, #2575fc);;
}
.progress-container.block-style .progress-block.filled{
  background-color: transparent !important;
}
*/
.df-proposal-creation-section .milestone-table tbody tr:has(.success_criteria) {
  margin-bottom: 0;
}
.df-proposal-creation-section .milestone-wrapper .setup-description{
  padding-bottom: 0;
}
.proposal-content-body .df-rfp-card{
  margin-bottom: unset;
  height: unset;
}
.proposal-setup-wrapper .amount-row .txt{
  margin-bottom: 0;
}
.proposal-setup-step .proposal-setup-wrapper .df-custom-row, .proposal-setup-step .proposal-setup-wrapper .df-custom-row .df-custom-select{
  margin-bottom: 0;
}
.profile-img-box{
  margin-bottom: 0;
}
.df-proposal-creation-section .proposal-setup-wrapper .profile-img-box {
  margin-bottom: 0px;
}
.df-proposal-creation-section .proposal-setup-wrapper .profile-img-box .image-upload-wrap{
  margin-bottom: 0;
}
.df-proposal-creation-section .proposal-setup-wrapper .profile-img-box .setup-description{
  margin-bottom: 24px;
}

.proposal-content-box .df-rfp-card{
  margin-bottom: unset;
  height: unset;
}
.proposal-content-box .select-pool .proposal-item{
  margin-bottom: 0;
}
.df-proposal-creation-section .proposal-content-box .proposal-setup-wrapper .setup-description{
  margin-bottom: 24px;
}
.proposal-content-box .df-custom-row{
  margin-bottom: 0;
}
.proposal-content-box .services-table{
  margin-bottom: 0;
}
.df-proposal-creation-section .proposal-content-box .services-table tbody{
  margin-bottom: 0;
}
.df-proposal-creation-section .proposal-content-box .services-table tbody tr.rg-actions{
  margin-bottom: 0 !important;
}
.proposal-footer-buttons{
  margin-top: -40px !important;
}
.df-proposal-creation-section:has(.proposal-create-page) .proposal-footer-buttons{
  margin-top: 0px !important;
  padding: 0 !important;
}
.project-team-box .df-form-control{
  margin-bottom: 0 !important;
}
.df-proposal-creation-section .submittion-points ul {
  margin-bottom: 0;
}
.submission-process ul:last-child p{
  margin-bottom: 0px !important;
}
.detail-left-scroll{
  position: sticky;
  top: 165px;
}
.df-rfp-card.progressbar__card .center__card{
  padding: 12px !important;
}
.df-proposal-creation-section .proposal-detail-box .tab-content .details-grid:last-child {
  padding-bottom: 0 !important;
  border-bottom: none;
}

.admin-bar .tabs-section ul.nav.nav-tabs {
  top: 120px;
}
.image_preview span{
  display: none;
}
.add-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
/*  z-index: 10;*/
  border-radius: 8px;
}
.photos-btns-container h4{
  color: #FFF;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  margin-bottom: 6px;
}
.photos-btns-container p{
  color: #FFF !important;
  font-family: "DM Sans";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  margin-bottom: 20px;
}
#logInmodal .df-register-form .input-field .eye-icon {
  position: absolute;
  top: 52px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #A39EB2;
}
@media (max-width: 1199.98px){
  .df-proposal-creation-section .proposal-creation-container #df-progressbar {
  margin-left: 0 !important;
  }
}
@media (max-width: 420px){
  .select_rfp {
  width: unset;
  }
  .df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .form-control.df-textarea{
    height: 330px;
  }
}
@media (max-width: 466px){
  .progress-container .timing__wrapper{
    display: unset !important;
  }
  .df-proposal-creation-section .proposal-detail-box .tab-content .details-grid-item{
    flex-direction: column;
    align-items: unset;
  }
}
@media (min-width: 421px) and (max-width: 526.98px){
  .df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .form-control.df-textarea{
    height: 290px;
  }
}
@media (max-width: 767.98px){
  .df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .descriptions_container .col-12.col-md-4.col-lg-5{
    margin-top: 15px;
  }
}
@media (max-width: 600px){
 .df-proposal-field-tooltip .df-proposal-field-tooltiptext {
  width: unset;
  min-width: 199px;
  }
}








/* ****************************************************
=================== New RFP Card ===================
**************************************************** */

.df-rfp-card.progressbar__card {
    border-radius: 12px;
    overflow: hidden;
    background-color: #F4F5F7;
    border: 1px solid #D2D7E0;
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.10), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
}
.df-rfp-card.progressbar__card .status__wrapper{
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    padding: 8px 12px 18px;
    font-family: "DM Sans";
}
.df-rfp-card.progressbar__card .center__card{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #fff;
    /* transform: translateY(-10px); */
    padding: 16px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #D2D7E0;
}
.df-rfp-card.progressbar__card .title__head{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 12px;
    margin-bottom: 16px;
	height: 20px;
}
.df-rfp-card.progressbar__card .title__head .icon__Wrapper{
    height: 52px;
    width: 52px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    border: 1px solid var(--Foundation-Violet-V50, #E9E7EC);
}
.df-rfp-card.progressbar__card .title__head .title{
    font-size: 20px;
    line-height: normal;
    margin: 0;
	text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.df-rfp-card.progressbar__card.status__awarded .status__wrapper,
.df-rfp-card.progressbar__card.status__awarded .progress-fill{
    background-color: #00c16a;
}
.df-rfp-card.progressbar__card.status__open_proposal .status__wrapper,
.df-rfp-card.progressbar__card.status__open_proposal .progress-fill{
    background-color: #0085FF;
}
.df-rfp-card.progressbar__card.status__open_proposal .progress-fill{
    background-color: #fff;
}
.df-rfp-card.progressbar__card.status__open_proposal .progress-fill::after{
    background-color: #0085FF;
}
.df-rfp-card.progressbar__card.status__limited_funds .status__wrapper,
.df-rfp-card.progressbar__card.status__limited_funds .progress-fill{
    background-color: #F2A813;
}

/* --- status number based styling --- */

/* -- open ended -- */
.df-rfp-card.progressbar__card.status__1 .status__wrapper,
.df-rfp-card.progressbar__card.status__1.progress-fill{
    background-color: #0085FF;
}
.df-rfp-card.progressbar__card.status__1 .progress-fill{
    background-color: #fff;
}
.df-rfp-card.progressbar__card.status__1 .progress-fill::after{
    background-color: #0085FF;
}
/* -- internal proposal review -- */
.df-rfp-card.progressbar__card.status__2 .status__wrapper,
.df-rfp-card.progressbar__card.status__2 .progress-fill{
    background-color: #FF7A00;
}
/* -- feedback & Selection -- */
.df-rfp-card.progressbar__card.status__3 .status__wrapper,
.df-rfp-card.progressbar__card.status__3 .progress-fill{
    background-color: #9F00EA;
}
.df-rfp-card.progressbar__card.status__3 .progress-fill{
    background-color: #fff;
}
.df-rfp-card.progressbar__card.status__3 .progress-fill::after{
    background-color: #9F00EA;
}
/* -- Completed & Awarded -- */
.df-rfp-card.progressbar__card.status__4 .status__wrapper,
.df-rfp-card.progressbar__card.status__4 .progress-fill{
    background-color: #00c16a;
}
/* -- Pending Release -- */
.df-rfp-card.progressbar__card.status__5 .status__wrapper,
.df-rfp-card.progressbar__card.status__5 .progress-fill{
    background-color: #D99500;
}
/* -- In Progress -- */
.df-rfp-card.progressbar__card.status__6 .status__wrapper,
.df-rfp-card.progressbar__card.status__6 .progress-fill{
    background-color: #00e1ff;
}



  /* ----- Progress container ----- */

 .df-rfp-card.progressbar__card .progress-container {
    /* background: linear-gradient(135deg, #2b1858, #1b0f40); */
    color: #fff;
    border-radius: 10px;
    padding: 10px 16px;
    background-color: #1E1243;
    /* transform: translateY(8px); */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 85px;
  }

  .df-rfp-card.progressbar__card .progress-container .progress-header {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 5px;
	margin-top: 2px;
/*     opacity: 0.9; */
  }

  .df-rfp-card.progressbar__card .progress-container .progress-bar {
    background: rgba(255,255,255,0.15);
    height: 12px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
  }

  .df-rfp-card.progressbar__card .progress-container .progress-fill {
    width: 0%;
    height: 100%;
    border-radius: 10px;
    transition: width 3s ease-in-out;
    position: relative;
  }
  .df-rfp-card.progressbar__card .progress-container .progress-fill::after{
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 500px;
    background: #fff;
    right: 2.5px;
    top: 2.5px;
  }

  .df-rfp-card.progressbar__card .progress-container .progress-dates {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 10px;
    color: #ccc;
  }



  /* ============ Block Progressbar ============= */

  .progress-container.block-style {
  background-color: #1E1243;
  border-radius: 10px;
  padding: 10px 16px;
  color: #fff;
}

.progress-container.block-style .progress-header {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.progress-container.block-style .progress-blocks {
  display: flex;
  gap: 3px;
  justify-content: flex-start;
  align-items: center;
}

.progress-container.block-style .progress-block {
  flex: 1;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
  transition: background-color 0.5s ease;
}

.progress-container.block-style .progress-block.filled {
/*   background-color: #68132a; */
  background-color: #00c16a;
  background-color: #32C5FF;
}

.progress-container.block-style .progress-dates {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 9px;
  color: #ccc;
}





  /* ----- footer ----- */

  .df-rfp-card.progressbar__card .rfp-spec-grid{
    border-radius: 10px;
    border: 1px solid #E9EFF8;
    background-color: #F5F7FC;
    padding-top: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .df-rfp-card.progressbar__card .rfp-spec-grid .rfp-spec-box{
    background-color: transparent;
  }
  .df-rfp-card.progressbar__card .rfp-spec-grid .rfp-spec-box span{
    font-size: 14px;
    font-weight: 600;
  }
  .df-rfp-card.progressbar__card .rfp-spec-grid .rfp-spec-box small{
    font-size: 14px;
  }
  .df-rfp-card.progressbar__card .rfp-profile-box{
    /* margin-top: -10px; */
/*     border-top: 2px dashed #D2D7E0; */
    padding: 14px 16px;
	padding-top: 4px;
  }
  .df-rfp-card .rfp-profile-box .left-cont{
	width: unset !important;
  }
  .df-rfp-card .rfp-profile-box .meta-box .author-name{
	max-width: 130px;
  }



/* ============= timer section =================== */

.progress-container .timing__wrapper{
  display: flex;
  gap: 15px;
}
.progress-container .timing__wrapper .df-proposal-counter-content-grid{
  margin: 0;
  gap: 15px;
}
.df-rfp-card.progressbar__card .df-proposal-counter-content-grid .flip-card::before,
.df-rfp-card.progressbar__card .df-proposal-counter-content-grid .flip-card::after{
  right: -13px;
      right: -12px;
    height: 5px;
    width: 5px;
}

  .df-rfp-card.progressbar__card .flip-card{
    height: 65px;
    width: 65px;
    font-size: 36px;
    box-shadow: none;
  }
  .df-rfp-card.progressbar__card  .card-title{
    font-size: 10px;
    margin: 0;
    bottom: 4%;
  }
.df-rfp-card.progressbar__card .flip-card .bottom::after{
  top: -100%;
}
.df-rfp-card.progressbar__card .flip-card .top::after{
  top: 0px;
}


.df-rfp-card.progressbar__card  .df-timer-date{
  padding: 10px 6px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 8px;
    flex: 1;
}
.df-rfp-card.progressbar__card  .df-timer-date *{
  margin: 0 !important;
  color: #fff !important;
}
.df-rfp-card.progressbar__card  .df-timer-date .timer-label p{
  font-size: 12px !important;
  font-weight: 200 !important;
  line-height: 1 !important;
}
.df-rfp-card.progressbar__card  .df-timer-date .timer-date p{
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600;
}

.proposal-creation-container .df-rfp-card.progressbar__card  .df-timer-date .timer-date p{
  font-size: 12px !important;
}






/* ****************************************************
============== Round Proposal Submission ==============
**************************************************** */

/* ----- step 1 ------ */

.hint__text{
	font-size: 14px;
    line-height: 16px;
    color: #979698;
	margin-top: 8px;
}
.msg-wrapper.proposal__name_msg-wrapper{
	float: right;
    height: 0;
    transform: translateY(-82px);
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-selection--multiple .select2-selection__choice{
	font-size: 12px;
	background-color: #E6E6E6;
    border-color: #E6E6E6;
    color: #2C2B2F;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	margin-top: 9px !important;
}
.df-proposal-creation-section .project-tags .select2-container--default .select2-selection--multiple .select2-selection__choice button{
	color: #2C2B2F;
	font-size: 22px;
}
.df-proposal-creation-section .proposal-creation-container .form-control .char-limit{
	right: 30px;
}




/* --- step 2 --- */

.df-proposal-creation-section .funding-pool-box .df-pool-table.table,
#poolModal .df-pool-table.table > :not(:first-child){
	overflow: hidden;
    border-radius: 25px !important;
    border: 1.5px solid #333;
    background: #ccc;
}
#poolModal .df-pool-table.table > :not(:first-child){
	background: #fafafa;
}
.df-proposal-creation-section .funding-pool-box .df-pool-table tbody{
	background: #FCFDFE;
}
.df-proposal-creation-section .funding-pool-box .df-pool-table thead{
	background: #E4E9F2;
}
.df-proposal-creation-section .funding-pool-box .df-pool-table thead th,
#poolModal .df-pool-table thead th{
	width: unset;
	font-size: 14px;
    font-weight: 300;
	padding: 14px;
}

.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .form-input#proposal-funding-requested{
	padding-left: 50px;
}
.df-proposal-creation-section .proposal-creation-container .amount-row .form-control .max-label{
	right: 0;
}
.df-proposal-creation-section .proposal-creation-container .amount-row .form-control .int-label{
	bottom: -25px;
	right: 5px;
	left: unset;
}
.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .form-input{
	border-radius: 4px;
	border: 1px solid var(--Foundation-Grey-G50, #E6E6E6);
	background: #FAFAFA;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}




/* --- step 5 --- */
.df-proposal-creation-section .submittion-points ul{
	list-style: none !important;
}
.df-proposal-creation-section 
.proposal-submition-wrapper 
.submittion-points 
.right-points li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 0px;
    vertical-align: middle;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.0612 3.41406L17.4974 10.0055L11.0612 16.5969H4.625L11.0612 10.0055L4.625 3.41406H11.0612Z' fill='%239050E9'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2.50391 16.5969V10.0055V3.41406L5.72129 6.70977L8.93938 10.0055L5.72129 13.3012L2.50391 16.5969Z' fill='%239050E9'/></svg>") no-repeat center center;
    background-size: contain;
	position: relative;
	top: 0;
	left: -10px;
}
.df-proposal-creation-section .proposal-submition-wrapper .submittion-points .right-points li{
	margin-left: 9px;
}
/* .df-proposal-creation-section .proposal-creation-container #df-progressbar li span .label{
	transform: translatex(-25%);
}
 */



/* ------ generic styling ------- */
.df-proposal-creation-section .milestone-table tbody .field-input,
.df-proposal-creation-section .proposal-creation-container .creation-step-box .form-input,
.df-proposal-creation-section .creation-step-box .form-control .select-container .select input,
.df-proposal-creation-section .project-tags .select2-container--default .select2-selection--multiple,
.df-proposal-creation-section .df-custom-select .content-selectbox,
.df-proposal-creation-section .project-team-table .field-input,
.df-proposal-creation-section .services-table tbody .field-input,
.df-proposal-creation-section .proposal-content-wrapper .proposal-content-body .form-control.df-textarea .mce-tinymce,
#revenue_mode_field,
.df-custom-select select{
	border-radius: 4px !important;
	border: 1px solid #E6E6E6 !important;
	background: #FAFAFA !important;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
}
.df-custom-select::before{
	z-index: 110;
}

.df-custom-select select{
	box-shadow: none !important;
	margin-top: 12px;
}
.df-custom-select span{
	background: transparent !important;
	top: -27px;
    left: 0px;
}

.revenue_field p.text{
	padding-left: 0 !important;
}
.revenue_field .df-custom-select.small-select{
	width: 100% !important;
}

.df-proposal-creation-section .proposal-footer-buttons .previous-step-btn{
	display: none !important;
}




/* --- proposal styling --- */
.df-proposal-creation-section .proposal-content-wrapper .pf-are-there-exceptions-to-this,
.df-proposal-creation-section .proposal-content-wrapper .pf-your-goals-and-related-awards,
.df-proposal-creation-section .proposal-content-wrapper .pf-describe-the-resources-you-still-need,
.df-proposal-creation-section .proposal-content-wrapper .pf-description-of-existing-resources{
	margin-bottom: 130px !important;
}
.df-proposal-creation-section .proposal-content-wrapper .pf-are-there-exceptions-to-this label,
.df-proposal-creation-section .proposal-content-wrapper .pf-your-goals-and-related-awards label,
.df-proposal-creation-section .proposal-content-wrapper .pf-describe-the-resources-you-still-need label,
.df-proposal-creation-section .proposal-content-wrapper .pf-description-of-existing-resources label{
	padding-left: 0 !important;
}
#poolModal .df-pool-table{
	margin-top: 50px;
	border-radius: 25px;
    overflow: hidden;
}
#poolModal .df-pool-table thead {
	background: #E4E9F2 !important;
}
#poolModal .df-pool-table thead th{
	color: #000 !important;
}
#poolModal .df-pool-table.table > :not(:first-child){
	border-color: #ccc !important;
}

/* -- bottom action buttons -- */
.df-proposal-creation-section:has(.proposal-create-page) .proposal-footer-buttons{
	max-width: 925px;
}
.df-proposal-creation-section .proposal-footer-buttons .cancel-edit-btn{
	margin-left: 0 !important;
}
@media (min-width: 768px) and (max-width: 992px){
  .df-hero-video-container{
    height: 620px;
  }
}
/*23-DEC-2025*/
.hero-btns-box .get-started{
  font-size: 16px;
}
.df-about-section .df-about-content-box .title{
  margin-bottom: 24px !important;
}
.df-trust-factor-box .trust-factor-count, .df-trust-factor-box .trust-factor-count span{
  line-height: 100% !important;
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button .logo-text{
  margin-bottom: 12px !important;
}
.df-start-project-login{
  font-size: 14px !important;
}
.df-key-benefits-section .df-sec-heading-box h2{
  line-height: 100%;
}
.df-how-it-works-section .df-sec-heading-box h2{
  line-height: 100%;
}
/*.df-theme-primary-btn{
  font-size: 14px !important;
}*/
.df-newsletter-section {
  padding-bottom: 0px;
}
.df-footer-section ul li a{
  font-weight: 600 !important;
}
.df-copyright-section .content-box ul li a{
  font-weight: 700 !important;
}
#comTagList li > a.selected {
  text-transform: capitalize;
  font-family: DM Sans;
}
@media (max-width: 767.99px) {
  #snet-platform-faq-faqs-tab {
    width: 100%;
    margin-left: 0;
  }
  .partner-faqs-section .partner-main-description{
    margin-bottom: 0px;
  }
   .df-header-primary .sb-header-container {
    justify-content: space-between;
  }
  .section-ls-community {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 375px) and (min-width: 326px) {
  .partner-with-us-section .partner-card-1-wrapper {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .df-theme-community-card .community-card-content h2 {
    max-width: unset !important;
  }
  .partner-faqs-section .partner-main-description{
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px){
  .df-trust-factor-box{
    height: 203px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.df-login-section .df-register-form .form-input{
  height: 36px !important;
}
.df-signup-section .df-register-form .form-input {
  height: 36px !important;
}
@media (max-width: 1199.98px){
  .left-side-text-login {
    padding-top: 0px;
  }
  .login-form-cols-wrapper {
    padding-top: 0px;
  }
    .df-header-primary .mobile-login-btn {
    height: 38px;
    display: flex !important;
    align-items: center;
  }
  .df-header-primary .df-mega-menu-parent-items ul li a{
    padding: 20px 0 !important;
  }
  /*.df-header-primary .df-mega-menu-parent-items ul li .df-deep-apps::after{
    top: 6px !important;
  }
  .df-apps {
  padding: 0px !important;
}*/
}
@media (max-width: 499.98px){
  .left-section {
    border-bottom: none !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 798.98px){
  .left-side-heading-desc {
    margin-bottom: 24px;
  }
   .right-side-form-wrapper {
    padding-top: 0px !important;
  }
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab:nth-child(3n)::before {
  content: none;
}

.df-create-profile .create-button::before {
  border: 1px solid #9050E9;
  border-bottom: none;
}
.create-new-post-s {
  font-size: 18px !important;
}
@media (max-width: 575.98px) {
  .create-new-post-s{
    width: 100%;
  }
  .create-post-btn {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  body:has(.df-create-profile) .explore-right-sidebar {
    display: none;
  }
}
body:has(.df-create-profile) .df-popup-followers-outer-div {
  max-height: 210px;
  overflow-y: auto;
}
.df-deep-apps {
  padding: 4px 16px !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .explore-right-sidebar {
    margin-top: 24px;
  }
}
/*.df-feeds-dashboard-card .df-feeds-header {
  width: calc(100% - 257px) !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .df-dashboard-main-card .df-feeds-header {
    width: calc(100% - 202px) !important;
  }
}*/
.admin-bar .df-dashboard-sidebar .sidebar-inner-content {
  top: 112px !important;
}
.df-trust-factor-box span {
  line-height: 100%;
}
/*06-01-2026*/
.hero-btns-box .get-started {
  padding: 15.2px 28.944px;
  font-size: 14px !important;
}
.df-watch-video-btn {
/*  padding: 12.457px 23.25px !important;*/
padding: 12.627px 29.75px !important;
  font-size: 14px !important;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
.df-about-content-wrapper .df-about-content-box {
  width: calc(100% - 586px);
}
}
.df-about-content-wrapper {
  gap: 24px !important;
  justify-content: unset !important;
}
.df-start-project{
  font-size: 14px;
  padding: 15.25px 32.2px !important;
}
.df-explore-rules {
  font-size: 14px;
  padding: 15.2px 38.45px !important;
}
.df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-collapse .accordion-body a {
  border-bottom: 1px solid #FFF;
  padding-bottom: 4px;
}
.start-round-prop {
  font-size: 14px;
  padding: 15.2px 72.85px !important;
}
.df-explore-projects {
  font-size: 16px;
  padding: 15.2px 29.1px !important;
}
.df-awarded-projects-section .df-sec-heading-box .sub-content {
  width: calc(100% - 400px) !important;
}
/* Remove right border ONLY when there are exactly 3 items */
.awarded-project-gm-dtl-grid-item:nth-child(3):nth-last-child(1) {
  border-right: none !important;
  width: 100%;
}
.df-awarded-project-gm-card .awarded-project-gm-author-box .right-cont button {
  text-decoration: none !important;
  border-bottom: 1px solid #FFF;
  padding-bottom: 4px;
}
.df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.df-join-community {
  font-size: 14px;
  padding: 15.20px 45.3px !important;
}
.df-community-blog {
  font-size: 14px;
  padding: 15.20px 73.2px !important;
}
.df-view-blogs {
  font-size: 14px;
  padding: 15.20px 102.7px;
}
.df-subscription {
  font-size: 14px;
  padding: 15.20px 78.4px;
}
.df-footer-section h6 {
  line-height: 150%;
}
.faq-heading-banner .inner-banner h1 {
  line-height: 150% !important;
}
.faq-heading-banner .inner-banner_text p {
  line-height: 150%;
}
.faq-heading-banner .df-theme-secondary-btn {
  font-size: 14px;
  padding: 15.2px 24px;
}
.df_faq .df-accordion-item .accordion-body p {
  font-family: "DM Sans", sans-serif;
  line-height: 150%;
  letter-spacing: 0px;
}
.section-ls-community .row > * {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.section-ls-community .ls-content-box h3 {
  line-height: 130% !important;
}
.section-ls-community .ls-content-box p {
  line-height: 150% !important;
}
.section-ls-community {
  padding-bottom: 24px;
}
.section-ls-community .ls-content-box {
  margin-bottom: 0px !important;
}
.df-footer-section {
  margin-top: 72px !important;
}
.faq-heading-banner .inner-banner_text {
  line-height: 150% !important;
  max-width: 940px !important;
}
.rules .rules_description p {
  margin-top: 16px !important;
}
.rules .rules_description ul {
  margin-top: 8px !important;
}
.partner-hero-video-section .df-hero-video-content h1 {
  line-height: normal;
}
.partner-hero-video-section .df-watch-video-btn {
  padding: 15.2px 29.75px !important;
}
.partner-about-section .df-about-content-box .title {
  margin-bottom: 16px !important;
}
.partner-about-section .df-about-content-wrapper {
  gap: 20px !important;
  margin-bottom: 48px;
}
.partner-about-section .df-about-content-wrapper h2 {
  margin-bottom: 0px;
}
.partner-about-section .df-large-cta-box {
  display: flex;
}
.partner-about-section .row > .col-lg-6:last-child {
  padding-left: 0;
}
.partner-with-us-section .partner-tagline span {
  display: inline-block;
}
.partner-with-us-section .partner-main-heading {
  margin-top: 16px;
}
#card-4-layout-change {
  margin-top: 20px !important;
}
.partner-pitch-deck-widget .community-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.partner-pitch-deck-widget .df-join-community {
  margin-top: auto;
  width: fit-content;
}
.partner-pitch-deck-widget .community-video-box img {
  border-radius: 8px !important;
}
.partner-faqs-section .partner-tagline span {
  display: inline-block;
}
.partner-faqs-section .partner-main-heading {
  margin-top: 16px;
}
.partner-ft-banner .df-newsletter-content-box .partner-ft-btn-1 {
  font-size: 14px;
}
.df-container.container:has(.partner-pitch-deck-widget) {
    padding-left: 0;
    padding-right: 0;
}
.df-deep-assets .df-sec-heading-box .sub-content {
  width: 80% !important;
}
.df-deep-assets .df-sec-heading-box .sub-content p {
  margin-bottom: 18px;
}
.df-deep-assets .df-theme-primary-btn {
  padding: 14px 24px !important;
  font-size: 14px;
}
.df-assets-carousel .carousel-button {
  width: 48px;
  height: 48px;
}
.df-assets-carousel .carousel-wrapper {
  padding: 0px 60px;
}
.df-assets-carousel .df-theme-primary-btn {
  font-size: 14px;
}
.df-mission .df-sec-heading-box span {
  margin-bottom: 16px;
}
.df-mission .df-sec-heading-box h2 {
  margin-bottom: 16px;
}
.df-support-section .community-card-content p {
  margin-bottom: 40px;
}
.partner-button .df-theme-primary-btn {
  font-size: 14px;
}
.partner-button .df-theme-secondary-btn {
  padding: 14px 24px;
}





























/***************RESPONSIVENESS*******************/
@media (min-width: 768px) and (max-width: 1199.98px) {
  .df-hero-video-section {
    padding: 72px 0 0 0;
  }
  #email-verification-box .df-mail-validation {
    top: 20% !important;
   }
   .valid-mail-section .df-mail-validation {
    width: 85%;
    max-width: unset !important;
   }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .df-hero-video-content h1 {
    font-size: 40px;
    margin-bottom: 26px;
  }
  .new-section p {
    font-size: 16px;
  }
   .df-about-section {
    padding: 72px 0;
  }
  .df-about-section .df-about-content-box .title {
    font-size: 14px !important;
  }
  .df-large-cta-box {
    margin-top: 48px;
  }
  .df-key-benefits-section {
    padding: 72px 0;
  }
  .df-key-benefits-section .df-sec-heading-box span {
    font-size: 14px;
  }
   .df-sec-heading-box h2 {
    font-size: 32px;
  }
  .df-key-benefits-section .df-sec-heading-box {
    margin-bottom: 48px;
  }
  .df-how-it-works-section .df-sec-heading-box span {
    font-size: 14px;
  }
  .df-working-tabs-wrapper .df-working-tabs .df-working-tab button span {
    font-size: 24px;
  }
  .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button .meta-box h4 {
    font-size: 24px;
  }
  .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button {
    padding:  18px 24px;
  }
  .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-button:hover {
    padding:  18px 24px;
  }
  .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 24px 18px 24px;
  }
  .df-working-tabs-wrapper .df-working-accordion .accordion-item .accordion-collapse .accordion-body p {
    margin-bottom: 18px;
  }
  .df-how-it-works-section {
    padding: 72px 0;
  }
  .df-awarded-project-gm-card .awarded-project-gm-dtl-grid .awarded-project-gm-dtl-grid-item {
    padding: 18px;
  }
  .df-awarded-projects-section .df-large-cta-box .df-theme-primary-btn {
    font-size: 14px;
  }
  .df-awarded-projects-section {
    padding: 72px 0;
  }
  .df-theme-testimonal-section {
    padding: 72px 0;
  }
  .df-theme-testimonal-section .df-sec-heading-box span {
    font-size: 14px;
  }
  .df-theme-testimonal-section .df-sec-heading-box {
    margin-bottom: 48px;
  }
  .df-theme-community-card {
    padding-top: 72px;
    padding-bottom: 72px;
    border-radius: 8px;
  }
   .df-theme-community-card .community-card-content h2 {
    font-size: 32px;
  }
  .df-theme-community-card .community-card-content p {
    font-size: 16px;
    margin-bottom: 48px;
  }
  .df-theme-community-card .df-community-actions-box {
    margin-top: 48px;
  }
  .df-community-actions-box .df-theme-primary-btn {
    font-size: 14px;
  }
  .df-community-actions-box .df-theme-secondary-btn {
    font-size: 14px;
  }
  .df-blog-updates-section {
    padding: 72px 0;
  }
  .df-blog-updates-section .df-sec-heading-box span {
    font-size: 14px;
  }
   .df-blog-updates-section .df-sec-heading-box {
    margin-bottom: 48px;
  }
  .df-newsletter-section {
    padding-top: 72px;
  }
  .df-newsletter-section .df-newsletter-content-box {
    padding: 72px 48px;
  }
  .df-newsletter-section .df-newsletter-content-box h2 {
    font-size: 32px;
  }
  .df-footer-section {
    margin-top: 72px;
    padding-top: 72px;
  }
   .left-side-text-login-wrapper {
    margin-bottom: 32px !important;
  }
  .left-side-links-section {
    height: 222px;
  }
   .df-signup-section .df-register-form {
    margin-top: 0px !important;
   }
   #email-verification-box .df-mail-validation {
    top: 18% !important;
   }
   .valid-mail-section .df-mail-validation {
    width: 85%;
    max-width: unset !important;
   }
   section.df-hero-gradient-section .inner-banner h1 {
    font-size: 40px;
    margin-bottom: 26px;
   }
   .inner-banner_text p {
    font-size: 16px !important;
   }
   .section-ls-community .ls-content-box {
    margin-bottom: 30px !important;
   }
    section.df-hero-gradient-section {
      padding: 72px 0px 72px 0px !important;
    }
    .row > div.col-md-6:last-child .ls-content-box {
      margin-bottom: 0 !important;
    }
    section.df-hero-gradient-section .inner-banner_text {
      font-size: 16px !important;
    }
    .df-rule-guide-section .rules h2 {
      font-size: 32px !important;
    }
    .partner-hero-video-section .df-hero-video-container {
      height: 500px !important;
    }
    .partner-about-section .df-about-content-wrapper h2 {
      font-size: 32px;
    }
    .partner-about-section .df-about-content-box .df-text-color-desc {
      font-size: 16px;
    }
    .partner-hero-video-section .df-hero-video-content h1 {
      max-width: 700px;
    }
    .partner-about-section .important-details-list li:last-child {
      margin-bottom: 0;
    }
    .partner-about-section .df-theme-secondary-btn {
      font-size: 14px;
    }
    .partner-about-section .df-large-cta-box {
      padding-bottom: 0px;
    }
    .partner-about-section .partner-about-content-col {
      margin-bottom: 32px;
    }
    .partner-with-us-section {
      padding: 72px 0;
    }
    .partner-with-us-section .partner-tagline span {
      font-size: 14px;
    }
    .partner-with-us-section .partner-main-heading {
      font-size: 32px;
    }
    .partner-with-us-section .partner-main-description {
      font-size: 16px;
      width: 100%;
      margin-bottom: 48px;
    }
    .partner-pitch-deck-widget {
      margin-top: 72px;
      margin-bottom: 72px;
    }
    .partner-pitch-deck-widget .community-card-content h2 {
      font-size: 38px;
    }
    .partner-pitch-deck-widget .community-card-content {
      margin-bottom: 0;
    }
    /*.df-blog-update-card .blog-update-img-box img {
      object-fit: contain;
    }*/
    .partner-highlights .df-blog-update-card .blog-update-img-box {
      height: auto;
    }
    .partner-faqs-section {
      padding: 72px 0 0 0;
    }
    .partner-faqs-section .partner-tagline span {
      font-size: 14px;
    }
    .partner-faqs-section .partner-main-heading {
      font-size: 32px;
    }
    .partner-faq-accordion > .partner-faq-item:first-child {
      padding-top: 48px;
    }
    .df-deep-assets .sub-content span {
      font-size: 14px;
    }
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .df-about-content-wrapper .df-about-content-box {
    width: 100%;
  }
  .df-awarded-projects-section .df-sec-heading-box .sub-content {
    width: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .df-hero-video-section {
    padding: 72px 0 0 0;
  }
  .df-hero-video-section .row > * , .df-about-section .row > * , .df-key-benefits-section .row > * , .df-how-it-works-section .row > * ,
  .df-awarded-projects-section .row > * , .df-theme-testimonal-section .row > * , .df-blog-updates-section .row > * , .df-newsletter-section .row > * {
    padding-left: 16px;
    padding-right: 16px;
  }
  .df-trust-factor-box {
    border-radius: 6px;
  }
  .df-awarded-projects-section::before {
    content: none;
  }
  .df-awarded-projects-section {
    border-top: 0.5px solid #3C2D61;
  }
  .df-awarded-projects-section .df-large-cta-box .df-theme-primary-btn {
    font-size: 14px;
    padding: 15.2px 24px;
  }
  .df-theme-community-card::before {
    content: none;
  }
  .df-community-actions-box .df-theme-primary-btn {
    font-size: 14px;
    width: 245px;
    padding: 15.2px 24px;
  }
   .df-community-actions-box .df-theme-secondary-btn {
    font-size: 14px;
    width: 245px;
    padding: 15.2px 24px;
  }
   .df-newsletter-section .df-newsletter-content-box p {
    margin-bottom: 40px;
   }
   .df-footer-section h6 {
      margin-bottom: 12px !important;
   }
   .df-copyright-section .content-box p {
    font-weight: 400;
  }
  #email-verification-box .df-mail-validation {
    top: 18% !important;
   }
   .valid-mail-section .df-mail-validation {
    width: 85%;
    max-width: unset !important;
   }
   .otp-input-fields span.otp-dash {
    font-size: 20px;
   }
   .df-signup-section .df-register-form {
    margin-top: 0px !important;
  } 
  .register-form-cols-wrapper {
    padding-top: 0px;
  }
   .valid-mail-section .top-navbar {
    margin-bottom: 32px;
  }
  .df-logo-container {
    z-index: 1;
  }
  .faq-heading-banner .inner-banner_text p {
    font-size: 16px;
  }
  .df_faq .df-accordion-item .accordion-button.collapsed {
    padding: 12px !important;
  }
  .df_faq .df-accordion-item .accordion-button:not(.collapsed) {
    padding: 12px 12px 8px 12px !important;
  }
  .df_faq .df-accordion-item .accordion-body {
    padding: 0 12px 12px 12px !important;
  }
  .section-ls-community h2 {
    font-size: 32px !important;
  }
  .section-ls-community .ls-content-box h3 {
    font-size: 18px !important;
  }
  .section-ls-community .ls-content-box p {
    font-size: 14px !important;
  }
  .section-ls-community .ls-content-box {
    margin-bottom: 16px !important;
  }
  .row > div.col-md-6:last-child .ls-content-box {
    margin-bottom: 0 !important;
  }
  .faq-heading-banner .inner-banner_text {
    font-size: 16px !important;
  }
  .df-rule-guide-section .sticky-top-mobile {
    margin-bottom: 24px;
  }
   .df-rule-guide-section .rules h2 {
    margin-bottom: 20px !important;
   }
   .df-rule-guide-section .rules div.rules_description h3, .df-rule-guide-section .rules h3 {
    margin-top: 16px !important;
   }
   .partner-hero-video-section .df-round-top-chip small {
    font-size: 12px;
   }
   .partner-hero-video-section .hero-btns-box .get-started {
    width: 216px;
   }
   .partner-about-section .important-details-list li:last-child {
      margin-bottom: 0;
    }
    .partner-about-section .df-about-content-wrapper {
      margin-bottom: 40px;
    }
    .partner-with-us-section .partner-tagline span {
      font-size: 12px;
    }
    .partner-with-us-section .partner-main-description {
      margin-bottom: 32px;
    }
    .partner-with-us-section .partner-card-1-wrapper .partner-card-1-heading {
      font-size: 18px;
    }
    .partner-with-us-section .partner-card-1-wrapper .partner-card-1-description {
      font-size: 14px;
    }
     .partner-with-us-section .partner-card-3-wrapper, .partner-with-us-section .partner-card-2-wrapper {
      margin-top: 24px;
     }
     #card-4-layout-change {
      margin-top: 24px !important;
    }
    .partner-pitch-deck-widget {
      padding: 48px 12px;
    }
    .partner-highlights .df-blog-update-card .blog-update-img-box {
      height: auto;
    }
    .partner-faq-accordion > .partner-faq-item:first-child {
      padding-top: 32px;
    }
    .partner-ft-banner .df-newsletter-content-box .df-subscription {
      margin: 16px auto 0 auto;
      width: 100%;
    }
    .partner-ft-banner .df-newsletter-content-box .partner-ft-btn-1 {
      margin-top: 0;
    }
    .df-deep-assets .sub-content span {
      padding: 6px 12px;
      font-size: 12px;
    }
    .df-assets-carousel .carousel-button {
      width: 32px;
      height: 32px;
      margin: 0 8px;
    }
    .df-assets-carousel .row > * {
      padding: 0px 53px;
    }
    .df-mission .df-sec-heading-box span {
      padding: 6px 12px;
      font-size: 12px;
    }
    .df-mission .df-sec-heading-box p {
      font-size: 16px;
      text-align: center;
    }
}
@media (min-width: 1400px) {
  .left-side-links-section {
    height: 222px;
  }
}
@media (max-width: 482.98px) {
  .left-divider {
    display: none;
  }
}
@media (max-width: 576.98px) {
  .partner-about-section .df-large-cta-box {
    flex-direction: column;
   }
   .partner-about-section .df-large-cta-box a:first-child {
      margin-right: 0px;
      margin-top: 0px;
    }
    .partner-about-section .df-large-cta-box a {
      text-align: center;
    }
    .df-container.container:has(.partner-pitch-deck-widget) {
      padding-right: 8px;
      padding-left: 8px;
    }
    .partner-ft-banner .df-subscription {
      padding: 14px 24px;
    }
    /*.partner-ft-banner .df-newsletter-content-box .partner-ft-btn-1  {
      width: 205px;
    }*/
}
.create-account-btn {
  font-size: 14px;
  padding: 15.2px 24px;
}
.login-account-btn {
  font-size: 14px;
  padding: 16px 24px;
}
.validate-code-btn {
  font-size: 14px;
  padding: 16px 24px;
}
.valid-mail-section .validation-form .back-reg-link {
  font-size: 18px;
  max-width: 110px;
}
#email-verification-box .df-mail-validation .df-form {
  height: 112px;
}
.partner-faqs-section .partner-faq-answer.open {
  max-height: 200px !important;
}
.df-hero-video-container .df-hero-video-content .get-started-login {
  font-size: 14px !important;
  padding: 15.2px 29px !important;
}
.df-blog-update-card .blog-update-content-box a.blog-link {
  text-decoration: none !important;
  text-underline-offset: 0px !important;
  border-bottom: 1px solid #FFF;
  width: fit-content;
}
.df-footer-section h6 {
  margin-bottom: 14px;
}
.df-sec-heading-box span {
  font-size: 14px;
}
.df-about-section .df-about-content-box .title {
  font-size: 14px;
}
.df-theme-community-card .community-video-box img {
  border-radius: 8px;
}
.df-rule-guide-section {
  padding-bottom: 24px !important;
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab::after {
  bottom: -24px !important;
}
.df-switch-tabs-wrapper .df-switch-tabs .df-switch-tab button {
  padding: 24px 16px !important;
}
/*.globalswitcher a {
  width: 80px !important;
  height: 80px !important;
}*/
@media (min-width: 320px) and (max-width: 469.98px) {
  .validation-item:last-child {
    display: flex;
  }
  .validation-item:last-child .validation-item-text {
    margin-left: 3px;
  }
}
@media (min-width: 320px) and (max-width: 527.98px) {
  .valid-mail-section .validation-form .resend-code-box .hint-text {
    text-align: center;
    gap: 12px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .admin-bar .tabs-section ul.nav.nav-tabs {
    top: 104px !important;
  }
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .row > div[class*="col-"]:nth-child(3) .df-blog-update-card,
  .row > div[class*="col-"]:nth-child(2) .df-blog-update-card {
    margin-top: 0;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .admin-bar .tabs-section ul.nav.nav-tabs {
    top: 118px !important;
  }
  .df-blog-update-card .blog-update-img-box {
    height: 196px;
  }
  .df-theme-community-card .df-community-actions-box {
    display: none;
  }
  .df-theme-community-card .community-card-content a {
    display: inline-block;
  }
   .df-theme-community-card.partner-pitch-deck-widget .community-card-content a {
    display: none;
  }
  .df-assets-support .df-support-content .df-theme-primary-btn {
    font-size: 14px;
  }
   .df-newsletter-section.df-partner-section .df-newsletter-content-box p {
    margin-bottom: 32px;
  }
  .partner-button {
    gap: 16px;
  }
  .partner-faqs-section .partner-tagline span {
    font-size: 12px;
  }
  .df-mega-menu-child-items .deep-initiative-left .coming-soon {
    font-size: 10px !important;
    height: 24px;
  }
  .nav.df-switch-tabs .df-switch-tab .coming-soon {
    font-size: 10px !important;
    height: 24px;
  }
}



























