/* body {
  overflow-x: hidden;
}
h1 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.9px;
  line-height: 60px;
}
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-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-size: 16px;
  letter-spacing: -0.26px;
  line-height: 28px;
}
p.white {
  color: #dedce3;
}
a.disabled,
button.disabled {
  color: #fff;
  background-color: #cccccc;
  background: #cccccc;
}
.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: #010004;
} */
/*.deepfunding-navbar .navbar-toggler .navbar-toggler-icon {
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  background: url(../images/buttons/menu_open.svg) no-repeat center center;
  filter: invert(12) brightness(200);
}
.deepfunding-navbar .navbar-toggler .navbar-toggler-icon:hover,
.deepfunding-navbar .navbar-toggler .navbar-toggler-icon:visited,
.deepfunding-navbar .navbar-toggler .navbar-toggler-icon:active,
.deepfunding-navbar .navbar-toggler .navbar-toggler-icon:focus-visible {
  filter: none;
}*/
/*.navbar-expand-lg .navbar-toggler.extra-menu-toggler {
  display: inline-block;
  z-index: 1;
  margin-left: 28px;
}*/
/*.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-toggler:focus {
  -webkit-box-shadow: 0px 0px 1px 2px #fd9542;
  box-shadow: 0px 0px 1px 2px #fd9542;
}*/
.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;
  }


.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);
  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;
}
}

@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 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(130deg, #32c5ff 20%, #b620e0 50%, #f7b500 80%);*/
    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: #FD9E39;
}
.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: radial-gradient(circle at top, #1e1243 0.06%, #010004 100%);*/
  /* background-color: #f4f8ff;
} */
/* body ::-moz-selection {
  color: #fff;
  background: #8860d0;
}
body ::selection {
  color: #fff;
  background: #8860d0;
} */
 .button {
  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;
}
/* .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: #fd9e39;
  font-size: 12px;
  line-height: 7px;
  text-align: center;
  border: 2px solid #fd9e39;
  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: #fd9e39;
  color: #ffffff;
}
.button.btn-transparent:focus {
  color: #ffffff;
}
.button.btn-transparent:hover {
  color: #ffffff;
  background-color: #fd9e39;
}
.button.btn-transparent:active {
  color: #ffffff;
}
.button.btn-inline {
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  padding: 0;
  color: #fd9e39;
  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: #fd9e39;
}
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;
}
.alert-band_container .close-notification {
  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;
}
.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: #FD9E39;
}
.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%);
}
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: #fd9e39;
  background: transparent;
  border: 2px solid #fd9e39;
  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: #fd9e39;
  background: transparent;
  border: 2px solid #fd9e39;
  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: 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;
}
.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: #fd9542;
}
.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;
  border-radius: 6px 6px 0px 0px;
  transition: 0.3s ease-in-out;
}
.home-proposals .home-proposals_brand:hover .image-box img {
  transform: scale(1.4);
}



.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;
}

.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: #fd9542;
}

.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;
}
.blog-updates_wrapper .blog-updates:hover h4.blog-updates_heading {
  color: #fd9542;
}
.blog-updates_wrapper .blog-updates .blog_inner {
  padding: 8px 24px 24px 24px;
}
.blog-updates_wrapper .blog-updates .blog-updates_image {
  position: relative;
  height: auto;
  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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.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: 72px;
  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: #FD9E39;
}
.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: #fd9e39;
  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;
  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;
}





.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;
  margin: 0 auto;
  text-align: center;
}
.alert-proposal-content .content-box .main-heading {
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
  margin:  0px 0 15px 0;
  color: #9B9B9B;
}
.alert-proposal-content .content-box .txt {
  margin-bottom: 24px;
  color: #9B9B9B;
}
.alert-proposal-content .content-box .update-btn {
  margin-right: 18px;
} 

.alert-proposal-content {
  padding: 50px 0 100px 0;
}
.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: 338px;
    margin: 0 auto;
}
.df-dashboard-content .proposals-list .df-caught-all-notifications h3 {
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 48px;
    margin: 6px 0 12px 0;
    text-transform: none;
}
.df-dashboard-content .proposals-list .df-caught-all-notifications p {
    color: #666666;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    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: 16px;
  font-weight: 700;
  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;
}

.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;
}
.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;
}

.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;
}

.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: 20px;
}

.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;
}
.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;
}
.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: 24px;
    margin-bottom: 34px;
}
.df-about-content-wrapper .df-about-content-box {
    width: calc(100% - 594px);
}
.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: 24px;
}
.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;
}
.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;
}
.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;
    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: center;
    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: 12px;
}
.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(243deg, #32C5FF 10%, #B620E0 60%, #F7B500 99%);
    filter: blur(400px);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.3;
}
.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.70);
}
.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%;
}
.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 {
    padding: 24px;    
}
.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;
}
.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 {
    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;
}
.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%;
}
.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 .owl-stage-outer {
    overflow: visible;
}
.df-theme-community-card {
    position: relative;
    padding: 48px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    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;
    opacity: 0.5;
}
.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 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-testimonal-section-end */


/* 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;
    border: 1px solid rgba(255, 255, 255, 0.20);
    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;
}
.df-blog-update-card:hover {
    border: 1px solid rgba(255, 255, 255, 0.60);
}
.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;
}
.df-blog-update-card .blog-update-img-box {
    height: 234px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.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.4);
}
.df-blog-update-card .blog-update-content-box {
    padding: 20px;
}
.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;
    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;
    letter-spacing: 0.5px;
}
/* df-blog-updates-section-end */

/* df-footer-section-start */
.df-footer-section {
    padding: 64px 0 48px;
    background: #1E0B47;
}
.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:#F4EEFD;
    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 */

/*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:not(.collapsed)::after {
  background-image: url(../images/accordion/arrow_purple.svg);
}
.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;
  padding: 74px 80px 48px 80px;
  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: "Open Sans", sans-serif;
  margin: 24px 0 0 0;
}
.inner-banner_text p span {
  font-family: "Open Sans", sans-serif;
}


/* 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: 20px;
    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);
}
.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-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px;
    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: #FD9E39;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
.df-proposal-counter-card .proposal-detail-box {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 21px 15px;
    margin: 0 25px;
    margin-top: 12px;
    border: 1px solid #D0D0D0;
    border-width: 1px 0 1px 0;
}
.df-proposal-counter-card .proposal-detail-box .sub-box small {
    color:#F4F8FF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
}
.df-proposal-counter-card .proposal-detail-box .sub-box h4 {
    color: #ffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin: 12px 0 0 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;
}
/* 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;
    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
    margin: 0 25px;
    margin-top: 25px;
} 
.df-proposal-counter-content-grid .flip-card {
    --_flip-card-size: 80px;
    /*background: linear-gradient(to bottom, #2f3047 50%, var(--bg-clr-card) 0);*/
     background: #ffff;
  box-shadow: 0 0 16px 0 rgba(244,248,255,0.5);
    border-radius: 0.5rem;
    display: inline-flex;
    flex-direction: column;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    perspective: 800px;
    perspective-orgin: center;
    height: var(--_flip-card-size);
    max-width: var(--_flip-card-size);
}
.df-proposal-counter-content-grid .flip-card::before,
.df-proposal-counter-content-grid .flip-card::after {
    --_pivot-pt-size: 12px;
    content: "";
    background: #fafafa;
    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: 38%;
    right: -38px;
}
.df-proposal-counter-content-grid .flip-card::after {
    top: 66%;
    right: -38px;
}
.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 #9A8EB8;
}
.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: #fafafa;
    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;
}
.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%;
}
.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(225deg, #32c5ff 0%, #b620e0 52%, #f7b500 95%);
    -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%;
}
.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;
}
.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: 74px 0 88px 0;
}
/* 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 h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px;
    color: #F4F8FF;
    margin-bottom: 20px;
}
.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: #FD9E39;
    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;
    }
}

@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;
    }
}

@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: -21px;
    }
    .df-proposal-counter-card .proposal-detail-box {
        flex-direction: column;
        gap: 10px;
    }
    .deepfunding-navbar .search span {
      display: none;
    }
}




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;
  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;
}
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: 16px 0 32px 0;
  font-family: "Open Sans", sans-serif;
  border: solid 1px #dedce3;
  font-weight: 500;
}
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: 14px;
  color: #444;
  line-height: 1.75em;
  font-family: "Open Sans", sans-serif;
}
.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;
}
.contact-wrapper.contact{
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background:  #FFF;
  width: 846px;
   display: flex;
 
  flex-direction: column;
  justify-content: center;
  /*align-items: flex-start;*/
  gap: 32px;
  align-self: stretch;
}
.contact-wrapper.contact .contact-forms{
  padding: 32px;
}
#section-contact .contact-wrapper.contact .snet-input_wrapper.message,
#section-contact .contact-wrapper.contact #captchaContactUs{
  margin-top: 40px;
}
#section-contact .contact-wrapper.contact .snet-input_wrapper .snet-input_text
{
  border-radius: 8px;
border: 1px solid var(--Gray-300, #D0D5DD);
background: var(--White, #FFF);

/* Shadow/xs */
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
#section-contact .contact-wrapper.contact .snet-input_wrapper{
display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
}
#section-contact .contact-wrapper.contact .snet-input_wrapper label {
position: unset;
color: #344054;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 16.8px */

}
#section-contact .contact-wrapper.contact .snet-input_wrapper placeholder {
color: #667085;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
#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;
}
#section-contact .contact-wrapper.contact .mail-now{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  border-radius: 4px;
border: 1px solid #BF9AF2;
background:  #9050E9;
display: flex;
height: 48px;
padding: 14px 24px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
width: 100%;
}
.contact-wrapper.contact h1{
  color: #211440;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-wrapper {
  overflow: hidden;
  padding: 32px;
  border-radius: 16px;
  width: 575px;
  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 #fd9542 !important;
  outline: none;
}
#section-contact .snet-input_wrapper .snet-input_text.text-area {
  height: 224px;
}
.header-video_image {
  border-radius: 3px;
  cursor: pointer;
  background-size: cover !important;
  position: relative;
  background-position: center !important;
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  -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: 50%;
  top: 50%;
  -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 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[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%);
  width: 30px;
  height: 30px;
}
.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: #fd9e39 !important;
}
.pool_card-container .pool-card:hover .header-box:before {
  background-color: #fd9542 !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: #fd9e39;
  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: #fd9e39;
  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;
}
.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-bottom: 60px;
  padding-top: 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 {
  background-color: #fff;
  padding: 25px;
  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);
  text-align: center;
  border-radius: 4px;
  margin-bottom: 30px;
}
.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-ls-community .ls-content-box:hover h3 {
  color: #fd9542;
}
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: #fd9e39;
  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: #fd9e39;
}
.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: absolute;
  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-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.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;
}
.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;
  margin-bottom: 10px;
  position: relative;
}
.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 #fd9e39;
  color: #fd9e39;
}
.proposal-summary-modal .btn-transparent:hover {
  background-color: #fd9e39;
  color: #ffff;
  border: 2px solid #fd9e39;
}
span.currency-symbol {
  position: absolute;
  right: 18px;
  color: #666666;
  font-size: 16px;
  top: 16px;
  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 #fd9e39;
  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;
  }
}
@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: #fd9e39;
  }
  .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: #fd9e39;*/
  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: #fd9e39;*/
  
  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;
}
.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: #fd9e39;
  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: #FD9E39;
}
.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: center;
}
.df-proposal-creation-section
  .services-table
  tbody
  tr.rg-actions
  td
  .add__group {
  font-size: 16px;
  line-height: 16px;
  color: #fd9e39;
  border: 2px solid #fd9e39;
  border-radius: 3px;
  background: transparent;
  padding: 17px 30px;
  position: absolute;
  bottom: -66px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-transform: uppercase;
  max-width: 450px;
  letter-spacing: 1.43px;
}
.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;
  margin: 0 10px;
  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: #fd9e39;
  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: 391px;
}
.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: #FD9E39;
}
.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: #FD9E39;
  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: #FD9E39;
}
.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: #FD9E39;
}
@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%;
  }
}
@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;
  }
  .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:#FD9E39;
}

/*.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 .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-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;
}
.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: 70px;
}
.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;
}
.completed-proposal-content.minimal {
  padding: 3px 0 48px 0;
}
.completed-proposal-content.minimal .content-box {
  max-width: 332px;
}
.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: #fd9e39;
  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;
  }

}
@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: 80px 0;
}
.df-signup-section,
.df-agreement-section {
  padding: 200px 0 80px 0;
}
.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: #fd9e39;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: none;
}
.df-signup-section .signup-content-box .gradient-text {
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 24px;
  background: linear-gradient(143deg, #32c5ff 0%, #b620e0 30%, #f7b500 60%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.df-signup-section .df-register-form .df-form {
  text-align: center;
}
.df-signup-section .df-register-form .form-control.user-name-control {
  margin-bottom: 0;
}

.df-signup-section .df-register-form .browse-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #fd9e39;
  font-weight: 600;
  padding: 10px 16px;
  margin-top: 12px;
  border: 1px solid #fd9e39;
  background-color: transparent;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.df-signup-section .df-register-form .browse-btn:hover {
  background-color: #fd9e39;
  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: #212121;
  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: 44%;
  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: 30px;
  text-align: left;
}
.df-signup-section .df-register-form .input-field .msg-wrapper {
  padding-left: 20px;
}
.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: #666666;
padding-left: 0;
}
.df-signup-section .df-register-form .input-field .success {
  color: #00c48c;
}
.df-signup-section .df-register-form .input-field .error {
  color: #b00020;
}
.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-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.error {
  border: 1.5px solid #e67381;
}
.df-signup-section .df-register-form .form-input::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.df-signup-section .df-register-form .form-input:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.df-signup-section .df-register-form .form-input::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.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 #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-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;
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .df-signup-section .df-register-form {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 30px;
  }
  #video-modal .modal-body iframe {
    height: 300px;
  } 
}
@media (max-width: 575.98px) {
  .df-signup-section {
    padding: 50px 0;
  }
  .df-signup-section .signup-content-box p {
    width: 100%;
  }
  .df-signup-section .df-register-form {
    width: 100%;
    max-width: 450px;
    padding: 20px;
  }
} /* df-signup-section-end */ /* df-login-section-start */
.alert-band_container ~ section .df-login-section {
  padding: 80px 0;
}
.df-login-section {
  padding: 150px 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: #fd9e39;
  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 .gradient-text,
.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;
}
.df-login-section .df-register-form {
  max-width: 450px;
  padding: 20px 40px 34px 40px;
  background-color: #ffff;
  border-radius: 4px;
  margin: 0 auto;
}
.df-login-section .df-register-form .df-form {
  text-align: center;
}
.df-login-section .df-register-form span.title {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 24px;
}
.df-login-section .df-register-form .browse-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #fd9e39;
  font-weight: 600;
  padding: 10px 16px;
  margin-top: 12px;
  border: 1px solid #fd9e39;
  background-color: transparent;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.df-login-section .df-register-form .browse-btn:hover {
  background-color: #fd9e39;
  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: #212121;
  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: #d6d6d6;
}
.df-login-section .df-register-form .form-separator::after {
  left: unset;
  right: 0;
}
.df-login-section .df-register-form .input-field {
  margin-bottom: 30px;
  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: #fd9e39;
  border: 2px solid #fd9e39;
}
.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: #fd9e39;
}
.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 {
  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;
}
.df-login-section .df-register-form .form-control .eye-icon,
.df-signup-section .df-register-form .form-control .eye-icon {
  position: absolute;
  top: 26px;
  right: 14px;
  filter: invert(96%) sepia(3%) saturate(7%) hue-rotate(20deg) brightness(92%)
    contrast(78%);
  z-index: 1;
  cursor: pointer;
}
.df-login-section .df-register-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 20px;
  border-radius: 4px;
  border: 1.5px solid #7f1ba4;
  color: #212121;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.df-login-section .df-register-form .form-input.error {
  border: 1.5px solid #e67381;
}
.df-login-section .df-register-form .form-input::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.df-login-section .df-register-form .form-input:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.df-login-section .df-register-form .form-input::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.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: 20px;
}
.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 .error {
  color: #b00020;
}
.df-login-section .df-register-form .input-field .extra-text {
  display: block;
  font-style: italic;
  color: #9b9b9b;
  margin-top: 16px;
}
@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-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 {
  display: none;
  max-width: 450px;
  margin: 0 auto;
}
.valid-mail-section .top-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.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 {
  font-size: 16px;
  line-height: 22px;
  color: #b6b2bc;
  margin-bottom: 0;
}
.valid-mail-section .top-navbar .get-started-box p a {
  color: #fd9e39;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: none;
}
.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: 32px;
  line-height: 48px;
  font-weight: 600;
  color: #ffff;
}
.valid-mail-section .validation-form {
  padding: 24px;
}
.valid-mail-section .validation-form h6 {
  color: #E9E7EC;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  align-self: stretch;
}
.valid-mail-section .validation-form h6 span {
  text-transform: lowercase;
}
.valid-mail-section .validation-form .input-field {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}
.valid-mail-section .validation-form .otp-input-fields {
    display: flex;
    gap: 8px;
}
.valid-mail-section .validation-form .otp-input-fields input[type="number"] {
  -moz-appearance: textfield;
}
.valid-mail-section .validation-form .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;
}
.valid-mail-section .validation-form .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 .input-field .hint-text {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  padding-left: 20px;
}
.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;
}
.valid-mail-section .validation-form .form-control:focus {
  box-shadow: none;
}

.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;
}
#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 ~ .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
  .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 #resend-timer {
    color: rgb(233, 231, 236);
    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;
}
.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 {
  width: 100%;
}
.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;
}
.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: 8px;
}
.valid-mail-section .validation-form .resend-code-box .resend-verification-email {
  background: transparent;
    background-color: 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;
}
@media (max-width: 575.98px) {
  .valid-mail-section {
    padding: 50px 0;
  }
  .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: #fd9e39;
  border: 2px solid #fd9e39;
}
.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: #fd9e39;
  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;
}
.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: #fd9e39;
}
.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;
}
.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;
  border-bottom: 3px solid transparent;
}
.df-proposal-section .proposal-detail-box .nav-pills .nav-item .nav-link.active {
  font-weight: 600;
  color: #2B1665;
}
.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: #fd9e39;
  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);
}
.df-proposal-section .proposal-detail-box .tab-content .details-grid-item {
  grid-column: span 1;
  padding: 8px 12px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
}
.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;
}
.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: #b00020;
  text-transform: uppercase;
}
.df-proposal-section .proposal-detail-box .details-btns .delete-team-btn {
  background: transparent;
  color: #b00020;
  text-transform: uppercase;
}

/* 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;
  }
}
@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;
  }
}
@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;
  }
}
@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);
  }
}
@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 #fd9e39;
  }
  .df-proposal-section .proposal-detail-box .details-btns .button {
    margin-bottom: 10px;
  }
} /* df-proposal-section-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: #fd9e39;
  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: #fd9e39;
  padding: 10px 18px;
  border: 2px solid #fd9e39;
  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: #fd9e39;
  padding: 10px 18px;
  border: 2px solid #fd9e39;
  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: #fd9e39;
  padding: 10px 18px;
  border: 2px solid #fd9e39;
  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: #fd9e39;
  background: transparent;
  border: 1px solid #fd9e39;
  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 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: #FD9E39;
  text-decoration: none;
}
@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;
  }
}
@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: #fd9e39;
  border: 2px solid #fd9e39;
}
.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;
  }
}
@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 .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;
}
.project-detail_about-box .df-proposal-tags {
  position: absolute;
  top: 30px;
  left: -20px;
}
.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: #FD9E39;
}
.df-project-complete-detail-section
  .df-project-tabs
  .df-project-nav-link.active {
  color: #fd9e39;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fd9e39;
}
.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: #fd9e39;
  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: #fd9e39;
  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: #fd9e39;
  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: -12px;
    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;
  }
}
@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%;
  }
}
@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;
  }
}
@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 #fd9e39;
  }
  .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 #fd9e39;
  }
  .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 */
.deepfunding-navbar .df-user-dropdown .user-action {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  background-color: #9b9b9b;
  background: linear-gradient(180deg, #fccd04 0%, #ff617c 100%);
  outline: 2px solid #fff;
  margin-left: 20px;
}
.deepfunding-navbar .df-user-dropdown .user-action img {
  width: 100%;
  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;
}
.deepfunding-navbar .df-user-dropdown .dropdown-menu {
  border-radius: 4px;
  min-width: 332px;
}
.deepfunding-navbar .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);
}
.deepfunding-navbar .df-user-dropdown .dropdown-toggle::after {
  content: none;
}
.deepfunding-navbar .df-user-dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  color: #777;
  padding: 10px 20px;
  line-height: normal;
  border-bottom: 1px solid #d6d6d6;
}
.deepfunding-navbar .df-user-dropdown .dropdown-menu .dropdown-item span {
  margin-top: -3px;
  color: #7f1ba4;
}
.deepfunding-navbar .df-user-dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
.deepfunding-navbar .df-user-dropdown .dropdown-menu .dropdown-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.deepfunding-navbar
  .df-user-dropdown
  .dropdown-menu
  .dropdown-item
  img.filter-icon {
  filter: invert(16%) sepia(87%) saturate(2714%) hue-rotate(274deg)
    brightness(94%) contrast(102%);
}
.deepfunding-navbar .df-user-dropdown .dropdown-menu .dropdown-item:hover,
.deepfunding-navbar .df-user-dropdown .dropdown-menu .dropdown-item:active {
  background-color: rgba(127, 27, 164, 0.2);
}
.deepfunding-navbar .df-user-dropdown .user-profile-box {
  padding: 8px 8px 18px 8px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
}
.deepfunding-navbar .df-user-dropdown .user-profile-box .user-img-box {
  margin-right: 10px;
  width: 78px;
  height: 78px;
  position: relative;
}
.deepfunding-navbar .df-user-dropdown .user-profile-box .user-img-box a {
  padding: 0;
}
.deepfunding-navbar .df-user-dropdown .user-profile-box .user-img-box img {
  width: 100%;
  border-radius: 50%;
}
.deepfunding-navbar
  .df-user-dropdown
  .user-profile-box
  .user-img-box
  .change-img-box {
  position: absolute;
  bottom: -10px;
  right: 0px;
  width: 30px;
  height: 30px;
  padding: 1px 5px 5px 5px;
  background-color: #ffff;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.deepfunding-navbar .df-user-dropdown .user-profile-box .user-detail-box h6 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: rgba(1, 0, 4, 0.87);
  margin-bottom: 6px;
}
.deepfunding-navbar .df-user-dropdown .user-profile-box .user-detail-box p {
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  margin-bottom: 0px;
}
.deepfunding-navbar .df-user-dropdown .user-profile-box .user-detail-box a {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #7f1ba4;
  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;
}
.df-proposal-creation-section .proposal-create-page {
  display: none;
}
.amount-error {
  display: none;
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  line-height: 16px;
  right: 0;
  color: red;
}
.df-proposal-creation-section .proposal-creation-container .main-heading {
  color: #212121;
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  margin-bottom: 16px;
}
.df-proposal-creation-section .proposal-creation-container .text {
  color: #666666;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
  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: 36px;
  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;
  color: #9b9b9b;
  font-size: 14px;
  letter-spacing: 0.13px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.active {
  color: #212121;
}
.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;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffff;
  font-weight: 600;
  background-color: #9b9b9b;
  border-radius: 25px;
  margin: 0 auto;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.active::before {
  background-color: #7f1ba4;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.success {
  color: #7f1ba4;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.success::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #00c48c;
}
.df-proposal-creation-section
  .proposal-creation-container
  #df-progressbar
  li
  span.success.edit-step::before {
  background-color: #9b9b9b;
}
.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: 76%;
  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;
}
.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
  input {
  position: absolute;
  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;
  border-radius: 4px;
  border: 1.5px solid #7f1ba4;
  color: rgba(0, 0, 0, 0.87);
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.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: #fd9e39;
}
.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
  .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;
  z-index: 5;
  font-size: 14px;
  font-weight: 500;
  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;
}
.df-proposal-creation-section
  .proposal-creation-container
  .form-control
  .max-label {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}
.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: 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-proposal-creation-section .proposal-setup-wrapper .proposal-setup-header {
  padding: 0px 23px;
  border-bottom: 1px solid #f5f7f8;
}
.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;
}
.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: 56px;
}
.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: 36px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.df-proposal-creation-section
  .proposal-setup-wrapper
  .proposal-setup-body
  .txt {
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9b;
}
.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-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%;
}
.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;
  line-height: 24px;
  margin-bottom: 12px;
}
.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;
}
.error-editor-container {
  border: 1px solid red !important;
}
.df-proposal-creation-section .proposal-footer-buttons .finish-step-btn {
  color: #fd9e39;
  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 #fd9e39;
  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: #FD9E39;
  border: 2px solid #FD9E39;
  color:#FFFFFF;
}

.df-proposal-creation-section .proposal-footer-buttons .finish-step-btn2 {
  color: #fd9e39;
  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 #fd9e39;
  border-radius: 3px;
}
.df-proposal-creation-section .proposal-footer-buttons .rfp-finish-step-btn {
  color: #fd9e39;
  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 #fd9e39;
  border-radius: 3px;
}
.df-proposal-creation-section .proposal-footer-buttons .rfp-finish-step-btn2 {
  color: #fd9e39;
  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 #fd9e39;
  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: #fd9e39;
  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 #fd9e39;
  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: #fd9e39;
  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: #fd9e39;
  }
.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 {
  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-top: 20px;
}
.df-proposal-creation-section
  .proposal-content-wrapper
  .proposal-content-header {
  padding: 0px 23px;
  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;
}

.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: 60px;
  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);
}
.df-proposal-creation-section
  .proposal-milestone-wrapper
  .proposal-milestone-header {
  padding: 0px 23px;
  border-bottom: 1px solid #f5f7f8;
}
.df-proposal-creation-section
  .proposal-milestone-wrapper
  .proposal-milestone-header
  h3 {
  color: #212121;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 50px;
  margin-bottom: 0;
}
.df-proposal-creation-section
  .proposal-milestone-wrapper
  .proposal-milestone-body {
  padding: 15px 23px 16px 23px;
}
.df-proposal-creation-section
  .proposal-milestone-wrapper
  .proposal-milestone-body
  p {
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.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;
}
.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: 30px;
  width: 100%;
  display: inline-table;
}
.df-proposal-creation-section .milestone-table tbody tr.for-budget {
  margin-bottom: 46px;
}
.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: -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
  .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: center;
}
.df-proposal-creation-section
  .milestone-table
  tbody
  tr.rg-actions
  td
  .add__group {
  font-size: 16px;
  line-height: 16px;
  color: #fd9e39;
  border: 2px solid #fd9e39;
  border-radius: 3px;
  background: transparent;
  padding: 17px 30px;
  position: absolute;
  bottom: -66px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-transform: uppercase;
  max-width: 450px;
  letter-spacing: 1.43px;
}
.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: 17px 30px;
  margin: 0 10px;
  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 a {
    text-decoration: none;
}
.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;
} 
.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-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 .rfp-header-box .df-proposal-tags {
    top: 15px;
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .progress {
    position: relative;
    height: 28px;
    border-radius: 25px;
    background-color: #cccccc;
    position: absolute;
    width: calc(100% - 48px);
    bottom: 20px;
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .progress .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: left;
    text-shadow: 0 0 1px rgba(0,0,0,0.25);
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .progress .progress-bar.completed {
    text-align: center;
    background-color: #00C48C;
    padding-left: 0;
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .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 .progress .progress-bar.state-1 {
  background: linear-gradient(222.25deg, #32C5FF 0%, #B620E0 51.26%, #F7B500 100%);
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .progress .progress-bar.state-4 {
  background-color: #00C48C;
}
.df-rfp-card.df-rfp-card-update .rfp-header-box .progress .progress-bar.state-5 {
  background-color: #32C5FF;
}
.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: 200px;
  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);
}

.rfp-preview-modal .modal-body .progress .progress-bar.state-1 {
  background: linear-gradient(222.25deg, #32C5FF 0%, #B620E0 51.26%, #F7B500 100%);
}
.rfp-preview-modal .modal-body .progress .progress-bar.state-4 {
  background-color: #00C48C;
}
.rfp-preview-modal .modal-body .progress .progress-bar.state-5 {
  background-color: #32C5FF;
}
/*=======================================*/
.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:#FD9E39;
}
.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: 24px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
}
.proposal-card .prop-profile-box .meta-box .publish-date {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    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;
  border: 0;
}
.proposal-card .prop-profile-box .right-cont .team-preview {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01px;
  line-height: 29px;
  /*color:#FD9E39;*/
  background-color: transparent;
  border: 0;
}
.proposal-card .prop-profile-box .right-cont button:hover{
  color:#FD9E39;
}
.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 h2 {
  font-size: 32px;
  color: #2B1665;
  line-height: 48px;
  border-bottom: 0;
  margin-bottom: 24px;
}
.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-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;
}
.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: #E4E2EA;
}
.df-proposal-counter-card.dashboard .df-proposal-counter-content-grid .flip-card .top, 
.df-proposal-counter-card.dashboard .df-proposal-counter-content-grid .flip-card .bottom {
  background-color: #E4E2EA;
  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: #2B1665;
}
.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;
}
.df-proposal-counter-card.dashboard .proposal-detail-box .sub-box small {
  color: #2B1665;
  font-family: "Open 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.rfp-proposal-card .rfp-content-box {
    height: calc(100% - 260px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.df-rfp-card .rfp-content-box .title {
    color: #2B1665;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.52px;
    line-height: 32px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}
.rfp-detail-link:hover .rfp-content-box .title {
    color: #FD9E39;
}
.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;
}
.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 .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;
}

.df-project-complete-detail-section .rfp-spec-grid li:nth-child(3) .rfp-spec-box span{
   appearance: none;
  overflow: hidden;
  white-space: nowrap;
  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 .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 .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: 5px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*flex-wrap: wrap;*/
  gap: 10px;
}
.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-profile-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.df-rfp-card .rfp-profile-box .meta-box {
    width: calc(100% - 60px);
}
.df-rfp-card .rfp-profile-box .meta-box .author-name {
    color: #010004;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    appearance: none;
}
.df-rfp-card .rfp-profile-box .meta-box .publish-date {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}

.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 .rfp-profile-box .right-cont button:hover {
  color:#FD9E39;
}

.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card h4.home-proposals_heading{
  font-weight: 600;
  max-height: 4rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin: 16px 24px 0 24px;
 
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color:#2b1665;
  letter-spacing: 0;
  line-height: 32px;
  padding: 0;
  transition: 0.3s ease-in-out;
}
 .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: #fd9e39;
  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,
.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 rgba(154, 142, 184, 0.5);
}
.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: 370px;
  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: 350px;
}

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

#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;
}

#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;
}

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

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

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

#whitlist_notify .contact_us:hover {
  color: #fd9e39;
}


.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: 0 30px 40px 30px;
  justify-content: center;
}
.df-confirmation-modal .modal-dialog .modal-footer .df-cancel-btn {
  color: #fd9e39;
  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: #fd9e39;
  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);
}
.df-proposal-creation-section .proposal-project-team-wrapper .proposal-project-team-header {
    padding: 0px 23px;
    border-bottom: 1px solid #F5F7F8;
}
.df-proposal-creation-section .proposal-project-team-wrapper h3 {
    color: #212121;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 50px;
    margin-bottom: 0;
}
.df-proposal-creation-section .proposal-project-team-body {
    padding: 15px 23px 46px 23px;
}
.df-proposal-creation-section .proposal-project-team-body p {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.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: 24px;
}
.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: 36px;
}
.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 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: rgba(1, 0, 4, 0.87);
    margin-bottom: 0;
}
.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: 600;
    line-height: 16px;
    text-decoration: none;
    color: #fd9e39;
    padding: 10px 8px;
    border: 2px solid #fd9e39;
    font-family: "Open Sans";
    border-radius: 3px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    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: 600;
    letter-spacing: 1.43px;
    line-height: 16px;
    color: #fd9e39;
    font-family: "Open Sans";
    text-transform: uppercase;
    text-decoration: none;
}
.df-proposal-creation-section .project-team-table p {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    color: #9B9B9B;
    margin-bottom: 36px;
}
.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: 500;
    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 20px;
    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);
}
.df-proposal-creation-section .project-team-table .members-display-order .order-buttons button {
    padding: 6px 20px;
    border: 2px solid #FD9E39;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.43px;
    line-height: 16px;
    text-align: center;
    color: #FD9E39;
    text-transform: uppercase;
    background-color: transparent;
}
.df-proposal-creation-section .project-team-table .members-display-order .order-buttons button.disabled {
    color: #CCCCCC;
    border: 2px solid #CCCCCC;
}
.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: #FD9E39;
    font-family: Inter;
    padding: 17px 112px;
    border: 2px solid #FD9E39;
    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;
  }
}
@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: 30px;
  }
  .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%;
  }
}
@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: #fd9e39;
}

.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: #fd9e39;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-align: center;
  padding: 10px 12px;
  border: 2px solid #fd9e39;
  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: #fd9e39;
  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: #fd9e39;
}
.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: #fd9e39;
}
.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: #fd9e39;
  border: 2px solid #fd9e39;
  padding: 16px 32px 16px 32px;
}
.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: 20px;
  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: #fd9e39;
  background: transparent;
  border: 1px solid #fd9e39;
  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,
.profile-cont-img .add-profile-photo-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  color: #fd9e39;
  padding: 10px;
  border: 2px solid #fd9e39;
  border-radius: 3px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-right: 10px;
  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: #fd9e39;
}
.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;
}
.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%;
}

.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: #fd9e39;
}
.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: #fd9e39;
}
.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;
}

.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: #fd9e39;
  text-transform: uppercase;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-align: center;
  padding: 9px 12px;
  border: 2px solid #fd9e39;
  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: #fd9e39;
  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;
}
.df-review-modal .modal-body .listed-rating-list li {
  display: inline-block;
  margin-bottom: 47px;
}
.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: #fd9e39;
  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 {
  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: #fd9e39;
  padding: 0;
  border: 0;
  text-transform: uppercase;
}
.df-feedback-modal .modal-body .field-container {
  margin-bottom: 34px;
}
.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: #FD9E39;
  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: #fd9e39;
}
.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: #fd9e39;
  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: #fd9e39;
  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;
}

.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;
  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='%23FCA22E'%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;
}
.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 .progress {
    position: relative;
    height: 28px;
    border-radius: 25px;
    background-color: #cccccc;
    margin-bottom: 30px;
    width: 320px;
}
.rfp-preview-modal .modal-body .progress .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);
}
.rfp-preview-modal .modal-body .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: #FD9E39;
    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 */

  
/** * 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%;
  }
}

.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: #fd9e39;
  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: #fd9e39 !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: #fd9e39;
}
.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: #fd9e39;
  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: #fd9e39;
} /*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 */

}
@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-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 p {
        font-size: 14px;
    }
    .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 .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;
    }
}
@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;
        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: 300px;
        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: 20px;
        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;
    }
    .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 .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 {
        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: 300px;
    }
    .df-theme-community-card .df-community-actions-box {
        display: block;
    }
    .df-blog-updates-section .row {
        justify-content: center;
    }
    .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: 42px;
    }
    .footer-about-content {
      display: flex;
      gap: 0px 40px;
    }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .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 {
        padding: 56px 0;
    }
    .df-about-section .df-about-content-box .title {
        font-size: 12px;
        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;
        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 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;
    }
    .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 .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: 214px;
    }
    .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: 40px;
    }
    .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 {
    display: block;
    max-width: 400px;
    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 {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .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-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: #FD9E39;
    font-weight: 700;
    text-decoration: none;
}

@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;
    }
}
@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: #FD9E39;
}
.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: 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);
  }
}
.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 {
    color: #010004;;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.09px;
    line-height: 21px;
    padding: 16px 32px;
    border: 2px solid rgba(251, 207, 214, 0.4);
    border-radius: 3px;
    background: linear-gradient(180deg, #E67381 0%, #FF617C 100%);
}
.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;
}

/*.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-notification-toggle {
    margin: 0 20px;
}
.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;
    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: 0;
    border: 0;
    border-radius: 4px;
    background-color: #FAFAFA;
    box-shadow: 0 8px 10px 2px rgba(0,0,0,0.12);
    max-height: 700px;
    overflow-y: auto;
}
.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 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: 44px;
    left: 10px;
    width: 8px;
    height: 8px;
    background-color: #7F1BA4;
    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: 24px;
    text-align: center;
    border-top: 1px solid #D6D6D6;
    box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.1);
}
.df-notification-toggle-menu .df-all-notification-box a {
    color: #FD9E39;
    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-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: #FD9E39;
  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;
}
.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: #FD9E39;
    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;
    }
    .df-notification-toggle .df-notification-toggle-menu {
        min-width: 100%;
        width: calc(100vw - 20px);
        right: -50px;
    }
    .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: #FD9E39;
}
.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: #fd9e39;
    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 #fd9e39;
    border-radius: 3px;
}
/* Styling for pagination */
/* .fl-navigation {
  padding: 20px 0 30px 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 #FD9E39;
  color: #FD9E39;
  background: transparent; */
  /*background-color: #f9f9f9;
  color: #333;*/
/* } */

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

}

.fl-navigation .active a {
  background-color: #7F1BA4;
  background: linear-gradient(180deg, #fdbf14 0%, #fd9542 50%, #fd9542 0%);
  color: #fff;
  color: #010004;
}
.edit-button{
 display: none;
} */

/* deepfunding-dashboard-start */
.deepfunding-dashboard {
    padding-top: 40px;
    height: 100vh;
}
.deepfunding-dashboard .df-dashboard-wrapper {
    display: flex;
    gap: 0 24px;
}
.df-dashboard-sidebar .sidebar-inner-content {
    position: sticky;
    top: 112px;
    width: 233px;
    height: auto;
    padding: 20px 10px 120px 20px;
    border-radius: 6px;
    background-color: #FAFAFA;
    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-dashboard-sidebar h6 {
    color: #666666;
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.df-dashboard-sidebar ul {
    margin-bottom: 24px;
    padding: 0;
}
.df-dashboard-sidebar ul li {
    margin-bottom: 12px;
    list-style-type: none;
    display: flex;
    padding-left: 5px;
    transition: 0.3s ease-in-out;
}
.df-dashboard-sidebar ul li a {
    display: block;
    color: #7F1BA4;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.17px;
    line-height: 20px;
    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: #EBDCF1;
    border-radius: 6px;
}
li.awardedproposal:hover img,
li.awardedproposal.active img
 {
        content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/icon_ Awarded project_colr.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/icon-Home@1.5x.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/icon_Proposals@1.5x.svg'); /* Change to your hover image */
 }
 li.team-member:hover img,
li.team-member.active img
 {
        content: url('http://stg-deepfunding-staging.kinsta.cloud/wp-content/themes/deepfunding/assets/images/icon_Project_teams.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/icon_team_invite.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: #EBDCF1;
    border-radius: 6px;
/*    background-image: linear-gradient( 225deg, #32c5ff 20%, #b620e0 50%, #f7b500 80% );*/
}
.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 {
    border-bottom: 1px solid #D8D8D8;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 6px 6px;
}
.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;
    font-weight: 400;
}
.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% - 233px);
}
.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;
}

.df-dashboard-main-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 0px 42px;
    background-color: #ffff;
    border-bottom: 1px solid #D8D8D8;
}
.df-dashboard-main-card .card-header h2 {
    color: #010004;
    font-family: Inter;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.66px;
    line-height: 61px;
    margin-bottom: 0;
}

.df-dashboard-main-card .card-header .submission-buttons a:first-child{
  margin-right: 20px;
}
.df-dashboard-main-card .card-header .submission-buttons a {
  padding: 13px 20px;
}
.df-dashboard-main-card .card-body {
    padding: 24px 42px;
    padding-bottom: 0;
}
.df-dashboard-main-card .card-body .df-dashboard-proposal-tabs {
  margin-bottom: 0;
}
.df-dashboard-main-card .card-body .counter-modules
{
  display: flex;
   gap: 20px;
   margin-top: 36px;
}
.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;
    color: #424242;
}
.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: #FD9E39;
}
.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;
}
.deepfunding-dashboard .df-notification-toggle-menu .df-notification-header h4 {
    font-weight: 400;
}
.deepfunding-dashboard .df-notification-toggle .df-notifications-list {
    height: 391px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.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;
    border-bottom: 1px solid #9A8EB8;
}
.df-dashboard-proposal-tabs .df-proposal-nav-link {
  position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #7F1BA4;
    padding: 20px 0;
    margin: 0 18px;
    border: 0;
    border-bottom: 2px solid transparent;
}
.df-dashboard-proposal-tabs .df-proposal-nav-link:hover {
    border-bottom: 2px solid transparent;
    color: #FD9E39;
}
.df-dashboard-proposal-tabs .df-proposal-nav-link.active {
    color: #2B1665;
    font-weight: 600;
    background-color: transparent;
    border: 0;
}
.df-dashboard-proposal-tabs .df-proposal-nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fd9e39;
  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;
    border-radius: 4px;
    margin-bottom: 0;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card {
    margin-right: 24px;
    background-color: #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);
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .home-proposals {
    overflow: visible;
    box-shadow: none;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card .home-proposals h4.home-proposals_heading {
    font-weight: 600;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box h4,
.deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box h4 span {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
}
.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: 120px;
    margin-right: 10px;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid-item .rating .rating-imgs {
    margin-right: 5px;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .tab-content .details-grid-item .rating .rating-imgs img {
  width: 20px;
}
.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: 372px;
    height: 100%;
    margin: 0 30px 0 0;
}
.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: 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-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 {
    margin-bottom: 12px;
}
.deepfunding-dashboard.df-proposal-section .proposals-list .df-rfp-card .rfp-spec-grid .rfp-spec-box {
    background-color: #E4E2EA;
}
.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;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box > p {
    max-width: 450px;
    margin: 0 auto;
    color: #424242;
}
.deepfunding-dashboard.df-proposal-section .proposal-detail-box .invite-box .conditions-btn {
    font-size: 16px;
    margin: 36px 0;
    color: #fd9e39;
    background: transparent;
    border: 2px solid #fd9e39;
    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: 48px;
}
/* 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;
}
.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: 600;
    color: #2B1665;
}
.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: #fd9e39;
  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: 20px;
    line-height: 24px;
    color: #9b9b9b;
    background-color: #ffff;
    border-radius: 0;
    padding: 0 20px 13px 20px;
    border-bottom: 3px 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;
}

.df-proposal-creation-section .funding-pool-box .details-btns .clear-rfp-button {
    background: transparent;
    color: #b00020;
    text-transform: uppercase;
}
#poolModal .cancel_rfp {
    color: #fd9e39;
    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: #fd9e39;
}
#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;
}
.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; */
}
.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: #444444;
  font-family: "Open Sans";
  font-size: 18px;
  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: 12px;
  height: 12px;
  background: linear-gradient(45deg, #444 50%, transparent 50%);
  transform: rotate(-45deg);
  margin-top: -7px;
}
.df-sidebar-filters-box .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(135deg);
  background: linear-gradient(45deg, #7F1BA4 50%, transparent 50%);
  margin-top: 7px;
}
.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;
}
.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: #FD9E39;
  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: 50px 47px 140px 54px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(300deg, rgba(50, 197, 255, 1) 0%, rgba(182, 32, 224, 1) 51.4%, rgba(247, 181, 0, 1) 100%), 
  linear-gradient(180deg, rgba(233, 235, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
  margin-top: 97px;
}
.intro-pages .home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px 20px 0 0;
}
.intro-pages .home-banner .content-box {
  position: relative;
  z-index: 1;
}
.intro-pages .home-banner h1.gradient {
  font-size: 48px;
  display: inline-block;
  background: linear-gradient(270deg, #32c5ff 10%, #b620e0 50%, #f7b500 107%);
  background-clip: text;
}
.intro-pages .home-banner .tagline-big p {
  color: #F2F2FF;
  font-size: 18px;
  margin-bottom: 30px;
}
.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-radius: 50px;
  position: relative;
}
.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 */


/* 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, 
    .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-detail-box h4 span {
        font-size: 20px;
    }
    .deepfunding-dashboard.df-proposal-section .proposal-detail-box .nav-pills .nav-item {
        margin-right: 20px;
    }
    .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;
    }
    .df-dashboard-content .counter-modules .df-proposal-counter-card .proposal-counter-inner-box h2 {
      font-size: 28px;
      line-height: 32px;
    }
    .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 strong,
    .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 (min-width: 992px) and (max-width: 1199.98px) {
    .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%;
    }
    .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 {
      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 .card-header .submission-buttons a {
      width: 50%;
    }
    .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;
    }
}
@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;
        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%;
    }
    .deepfunding-dashboard.df-proposal-section .proposals-list .proposal-card {
        margin-right: 0px;
    }
    .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 .card-header .submission-buttons a {
      width: 50%;
    }
    .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;
    }
}
@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;
  }
}
@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;
    }
    .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 #left_scrollNav {
      border: 1px solid #F1F1F1;
      padding: 20px;
      background-color: #fff;
      margin-bottom: 30px;
      border-radius: 6px;
    }
    .intro-pages-content #left_scrollNav 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 #left_scrollNav .nav-link {
      padding: 0 0 0 17px;
      margin-bottom: 12px;
      color: #7F1BA4;
      font-weight: 600;
      transition: 0.3s ease-in-out;
    }
    .intro-pages-content #left_scrollNav .nav-link.active {
      color: #7F1BA4 !important;
    }
    .intro-pages-content #left_scrollNav a:hover::before, 
    .intro-pages-content #left_scrollNav a.active::before {
      content: none;
    }
    .intro-pages-content #left_scrollNav .nav-link:last-child {
      margin-bottom: 0;
    }
    /*.intro-pages-content #left_scrollNav .nav-link:hover,
    .intro-pages-content #left_scrollNav .nav-link.active {
      color: #FD9E39 !important;
    }*/
}
@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 {
    position: unset;
    margin: 10px 0 0 0;
  }
  .rfp-preview-modal .modal-body .buttons-box {
    gap: 20px 16px;
  }
}
@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 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 label {
      display: none;
    }
    .filter-container .form-group .keyword_search {
      width: 100%;
    }
    #open-project-tab #proposal-count {
      position: unset;
      margin: 10px 0 0 0;
    }
    .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%;
    }
}
@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);
    }
}

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


.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 .df-register-form .form-control.user-name-control {
  margin-bottom: 0;
}
.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 .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-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%);
}
.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: 32px;
  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: 13px;
  height: 13px;
} 
.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;
}
@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);
  }
}
@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;
  }
}
@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);
  }
}
@media (max-width: 575.98px) {
  .df-signup-section {
    padding: 50px 0;
  }
  .df-signup-section .signup-content-box p {
    width: 100%;
  }
  .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;
  }
} 
/* 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 (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-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: 20px;
  color: #ffffff;
  margin-bottom: 32px;
  font-weight: 600;
  letter-spacing: 2%;
  line-height: 150%;
  text-transform: uppercase;
}
.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 .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-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%);
}
.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: 32px;
  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: 13px;
  height: 13px;
} 
.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;
}
@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);
  }
}
@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;
  }
}
@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);
  }
}
@media (max-width: 575.98px) {
  .df-signup-section .signup-content-box p {
    width: 100%;
  }
  .df-signup-section .df-register-form {
    width: 100%;
    max-width: 450px;
    padding: 20px;
  }
  .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;
  }
} 
/* 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 (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;
}
