section.df-hero-gradient-section .inner-banner_text a#about-idea-btn {
    text-decoration: underline !important;
}
.submission-nav {
    position: sticky;
    display: flex;
    justify-content: space-between;
    top: 88px;
    background: #ffff;
    padding: 14px 80px;
    z-index: 1;
    margin-bottom: 24px;
}

.submission-nav .rfp-submission-nav-back {
    font-family: 'DM Sans', sans-serif;
    color: #9050e9;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.submission-nav .rfp-submission-nav-back img {
    vertical-align: sub;
    margin-right: 5px;
}

.submission-nav .rfp-submission-nav-pera {
    font-family: 'DM Sans', sans-serif;
    color: #1e1243;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.submission-nav ul .nav-item .nav-link {
    text-decoration: none;
    color: #7D7692;
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
}

.submission-nav ul .nav-item .nav-link.active {
    color: #1E1243;
    background: none;
    border-bottom: 1px solid #1E1243;
    padding-bottom: 8px;
    text-decoration: none;
    border-radius: 0;
}

.submission-nav .rfp-submission-nav-top {
    font-family: 'DM Sans', sans-serif;
    color: #9050e9;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    align-content: center;
}

.submission-nav .rfp-submission-nav-top img {
    margin-left: 5px;
}

.rfp-idea-search {
    padding-top: 32px;
}
.rfp-idea-search.idea-dashboard {
    padding-top: 0px;
}

.rfp-idea-search .counter-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #979896;
    padding-bottom: 16px;
}

.rfp-idea-search .counter-heading .counting {
    /* width: 195px; */
    height: 42px;
}

.rfp-idea-search .counter-heading .counting p {
    font-size: 32px;
    font-weight: 600;
    line-height: 41px;
    color: #211440;
}

.counter-heading .new-idea-btn {
    /* padding: 11px 24px;
    border: 1px solid #bf9af2;
    border-radius: 4px;
    background-color: #9050E9;
    color: #fff; */
}

.counter-heading .new-idea-btn a {
    padding: 11px 24px;
    border: 1px solid #bf9af2;
    border-radius: 4px;
    background-color: #9050E9;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
}
.rfp-idea-search .df-theme-primary-btn{
    z-index: 0;
}
.idea-dashboard .rfp-idea-entries {
    padding: 0 32px 32px 32px;
}

.rfp-idea-search .rfp-idea-entries #rfp-inprogress-card{
    margin-top: 32px;
}

.rfp-idea-search .rfp-idea-entries .rfp-idea-card {
    margin-top: 32px;
    border: 2px solid #E4E9F2;
    background-color: #EEF3FB;
    padding: 16px;
    border-radius: 12px;
}

.rfp-idea-search .rfp-idea-entries .rfp-idea-card .top-status-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.rfp-idea-search .rfp-idea-entries .rfp-idea-card .top-status-btn .campaign-btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #ffffff;
    background: linear-gradient(135deg, #8E3143 10%, #010002 50%);
    border-radius: 4px;
    border: 1px solid #010002;
    backdrop-filter: blur(2px);
}

.rfp-idea-search .rfp-idea-entries .rfp-idea-card .status-btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    padding: 4px 8px;
    border-radius: 4px;


}

.rfp-idea-search .rfp-idea-entries .rfp-idea-card .status-btn.status1 {
    color: #0085FF;
    border: 1px solid #0085FF;
    background-color: #FFFBF6;
}

.rfp-idea-search .rfp-idea-entries .rfp-idea-card .status-btn.status2 {
    color: #FF7A00;
    border: 1px solid #FF7A00;
}

.rfp-idea-search .rfp-idea-entries .rfp-idea-card .status-btn.status3 {
    color: #9F00EA;
    border: 1px solid #9F00EA;
    background-color: #F6FFF5;
}

.rfp-idea-search .rfp-idea-entries .rfp-idea-card .status-btn.status4 {
    color: #038A00;
    border: 1px solid #038A00;
    background-color: #F6FFF5;
}

.rfp-idea-search .rfp-idea-entries .rfp-idea-card .status-btn.status5 {
    color: #D99500;
    border: 1px solid #D99500;
    background-color: #F6FFF5;

}

.rfp-idea-search .heading-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #211440;
    line-height: 31px;
    padding-top: 8px;
}

.rfp-idea-search .heading-text a {
    text-decoration: none;
    color: #211440;
}

.rfp-idea-search .body-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2c2b2f;
    line-height: 21px;
    /* padding-top: 8px; */
}

.rfp-idea-search .rfp-tags span {
    font-family: 'DM Sans', sans-serif;
    padding: 6px 24px;
    background-color: #E0E2F0;
    border-radius: 44px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #2b1665;
}

.rfp-idea-search .rfp-category {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-top: 20px;
}

.rfp-idea-search .category-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #2C2B2F;
}
.rfp-idea-search.idea-dashboard .rfp-category {
    align-items: center;
    text-align: center;
}

.rfp-idea-search .category-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #2C2B2F;
}

.rfp-idea-search hr {
    border: 1px solid #A39EB2;
    margin-top: 20px;
}

.rfp-idea-search .rfp-idea-card .author-profile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.rfp-idea-search .rfp-idea-card .author-profile.idea-crud {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.rfp-idea-search .rfp-idea-card .author-profile.idea-crud > div.idea-crud-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.idea-dashboard .rfp-idea-card .author-profile.idea-crud .dashboard-view-idea,
.idea-dashboard .rfp-idea-card .author-profile.idea-crud .dashboard-edit-idea {
    padding: 6px 16px;
    font-size: 14px;
}

.idea-dashboard .rfp-idea-card .author-profile.idea-crud .dashboard-delete-idea {
    padding: 8px;
    border: 1px solid #EA0B0B;
    background: #EEF3FB;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}

.idea-dashboard .rfp-idea-card .author-profile.idea-crud .dashboard-delete-idea img {
    height: 16px;
    width: 16px;
}

.idea-dashboard .rfp-idea-card .author-profile.idea-crud .more-links img {
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.rfp-idea-search .rfp-idea-card .author-profile .profile {
    display: flex;
    gap: 10px;
}

.rfp-idea-search .rfp-idea-card .profile img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.rfp-idea-search .profile .profile-meta span.name {
    font-family: 'DM Sans', sans-serif;
    display: block;
    font-size: 16px;
    color: #2c2b2f;
    font-weight: 600;
    line-height: 20px;
}

.rfp-idea-search .profile .profile-meta span.date {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: #6c6b6d;
    font-weight: 400;
    line-height: 18px;

}

.rfp-idea-search .author-profile .voting-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rfp-idea-search .author-profile .voting-buttons a {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #9050e9;
    line-height: 20px;
    border-bottom: 1px solid #9050e9;
    padding-bottom: 4px;
}

.rfp-idea-search .idea-campigan-bannar {
    position: relative;
    width: 100%;
    /* height: 381px; */
    margin-top: 24px;
    border-radius: 16px;
    border: 2px solid #E4E9F2;
    background: linear-gradient(123deg, rgba(216, 249, 255, 0.00) 1.55%, #D8F9FF 97.41%), #FFF;
}

.rfp-idea-search .idea-campigan-bannar .banner-breadcrumb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid #E4E9F2;
}

.rfp-idea-search .lable-tag {
    display: flex;
    align-items: center;
    gap: 6px 16px;
    flex-wrap: wrap;
    border-bottom-left-radius: 12px;
}

.rfp-idea-search .label-tag .line {
    border: 1px solid #e6e6e6;
}

.rfp-idea-search .label-tag .label-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2C2B2F;
    line-height: 21px;
}

.rfp-idea-search .label-tag img {
    width: 110px;
    height: 23px;
}

.rfp-idea-search .lable-tag img {
    margin: 0;
    padding: 0 10px;
}

.rfp-idea-search .bannar-content {
    position: relative;
    max-width: 576px;
    padding: 20px 16px;
    z-index: 1;
}

.rfp-idea-search .bannar-content .bannar-essentials {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rfp-idea-search .bannar-content .bannar-essentials .slogan {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: #1e1243;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.rfp-idea-search .bannar-essentials h6 {
    font-family: 'DM Sans', sans-serif;
    color: #1E1243;
    font-weight: 600;
    font-size: 24px;
    line-height: 31.2px;
    letter-spacing: 0%;
    margin-bottom: 0;

}

.rfp-idea-search .bannar-essentials .heading-span {
    font-family: 'DM Sans', sans-serif;
    color: #1E1243;
    font-weight: 600;
    font-size: 24px;
    line-height: 31.2px;
    letter-spacing: 0%;
    color: #9050E9;
}

.rfp-idea-search .bannar-vector {
    position: absolute;
    width: 100%;
    left: 103px;
}

.rfp-idea-search .bannar-vector img {
    display: flex;
    align-items: center;
}

.rfp-idea-search .bannar-meta {
    width: 553px;
    padding-top: 28px;
}

.rfp-idea-search .bannar-meta p {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1E1243;
    line-height: 24px;
}

.rfp-idea-search .idea-submission-btn {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.rfp-idea-search .idea-submission-btn .learn-more-btn {
    background: transparent;
}

.rfp-idea-search .idea-submission-btn .learn-more-btn:hover {
    background: #9050E9;
}

.rfp-idea-search .idea-campigan-bannar .idea-bannar-left-img {
    right: 50px;
    position: absolute;
    bottom: 2px;
}

.rfp-idea-search .idea-campigan-bannar .idea-bannar-left-img img {
    width: 145px;
    mix-blend-mode: multiply;
}


.rfp-idea-search .idea-search-sidebar {
    width: 302px;
}

.rfp-idea-search .df-sidebar-filters-box.ideation-search-sidebar {
    padding: 0px !important;
}

.rfp-idea-search .df-sidebar-filters-box .keyword-search .keyword-input {
    padding: 12px 16px;
    border: 1px solid #CBCDD2;
    border-radius: 8px;
    width: 100%;
}

.rfp-idea-search .df-sidebar-filters-box .search-selection {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #CBCDD2;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.7);

}

.rfp-idea-search .df-sidebar-filters-box .search-selection label {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    padding-bottom: 16px;
    /* border-bottom: 1px solid #e6e6e6; */
}

.rfp-idea-search .df-sidebar-filters-box .search-selection .sortby-search {
    position: relative;
}
/* .rfp-idea-search .df-sidebar-filters-box .search-selection .sortby-search::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 22px;
    right: 15px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-position: 96% center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
} */



  /* select2-css */
    .select2-search--dropdown {
        display: none !important;    
    }

    .select2-container--open .select2-dropdown--below {
    border: 1px solid #ccc !important;        
    border-radius: 6px !important;    
    box-shadow: 0 25px 17px rgba(0, 0, 0, 0.15) !important;
    }    

    .select2-results__options {        
        padding: 5px !important;    
    }

    .select2-container--default .select2-selection--single {
        height: 45px !important;    
        padding-top: 7px;
        font-weight: 600;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 10px !important;
    }

    .select2-results__option.select2-results__option--selected::after {
        content: '' !important;
    }






.rfp-idea-search .df-sidebar-filters-box .search-selection select {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 0;
    color: #2C2B2F;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.rfp-idea-search .df-sidebar-filters-box .search-selection select:focus-visible {
    outline: 0;
}
.rfp-idea-search .df-sidebar-filters-box .search-selection .sortby-search:has(select:focus)::before {
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
}

.rfp-idea-search .df-sidebar-filters-box .search-selection .accordion-item {
    border: 0;
    border-top: 1px solid #e6e6e6;
    ;
    border-radius: 0;
}
.sortby-search .sortby-select {
    cursor: pointer;
}

/* .df-sidebar-filters-box .search-selection .accordion-item .accordion-button{
        padding: 8px 5px;
    } */
.search-page-modals .modal-header{
    border-bottom: 0px;
}
.search-page-modals .modal-content-img{
  text-align: center;
}
.search-page-modals .modal-content-img img{
  height: 80px;
}
.search-page-modals h3{
  color: #211440;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.search-page-modals p{
  color: #2C2B2F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}
.search-page-modals p.account-login-url{
    color: #2C2B2F;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.search-page-modals p > a{
    text-decoration: none;
  color: #9050E9;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 700;
}
.search-page-modals a.df-theme-primary-btn{
    width: 100%;    
    text-align: center;
}

#aboutIdeaModal .important-information {
    background-color: #EEF3FB;
    padding: 5px;
    border: 1px solid #EEF3FB;
    border-radius: 8px;
    margin-bottom: 18px;
}

#aboutIdeaModal h5.secondary-heading {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

#aboutIdeaModal p,
#aboutIdeaModal ul li {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#aboutIdeaModal .new-idea-btn a {
    border: 1px solid #bf9af2;
    border-radius: 4px;
    background-color: #9050E9;
    font-size: 16px;
    color: #fff;
}

.about-idea-btn {
    max-height: 52px;
    max-width: 256px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #bf9af2;
    padding: 14px 24px;
    background-color: #F9F5FF;
    color: #bf9af2;
    margin-top: 32px;
}

.about-idea-btn:hover {
    border: 1px solid #bf9af2;
    border-radius: 4px;
    background-color: #9050E9;
    color: #fff;
}

.rfp-idea-search .loadmore {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.rfp-idea-search .loadmore .btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700px;
    background-color: #9050E9;
    color: #fff;
    padding: 14px 24px;
    border: 1px solid #BF9AF2;
    border-radius: 4px;


}

.idea-dashboard .discussion, .rfp-idea-card .discussion {
    display: block;
    width: 33%;
    align-content: center;
    border-right: 1px solid #E6E6E6;
}

.idea-dashboard .dashboard-upvote, .rfp-idea-card .dashboard-upvote {
    display: block;
    align-content: center;
    width: 33%;
    border-right: 1px solid #E6E6E6;
}

.idea-dashboard .dashboard-upvote img,
.idea-dashboard .dashboard-downvote img,
.rfp-idea-card .dashboard-upvote img,
.rfp-idea-card .dashboard-downvote img  {
    padding-right: 6px;
}

.idea-dashboard .dashboard-downvote, .rfp-idea-card .dashboard-downvote {
    display: block;
    width: 33%;
    align-content: center;
}
.idea-dashboard .rfp-category .discussion > span,
.idea-dashboard .rfp-category .upvote > span,
.idea-dashboard .rfp-category .downvote > span,
.rfp-idea-card .rfp-category .discussion > span,
.rfp-idea-card .rfp-category .upvote > span,
.rfp-idea-card .rfp-category .downvote > span {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 600;
    color: #2C2B2F;
    line-height: 150%;
}
.idea-dashboard .rfp-category .upvote > span,
.rfp-idea-card .rfp-category .upvote > span {
    color: #098322;
}
.idea-dashboard .rfp-category .downvote > span,
.rfp-idea-card .rfp-category .downvote > span {
    color: #EA0B0B;
}
.idea-dashboard .rfp-category .dashbboard-voting-p,
.rfp-idea-card .rfp-category .dashbboard-voting-p {
    color: #6C6B6D;
    font-family: "DM Sans";
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

/* ideation submission start*/
.submission-nav{
    position: sticky;
    display: flex;
    justify-content: space-between;
    top: 88px;
    background: #ffff;
    padding: 14px 80px;
    z-index: 1;
    margin-bottom: 24px;
}
.submission-nav .rfp-submission-nav-back {
    font-family: 'DM Sans', sans-serif;
    color: #9050e9;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
.submission-nav .rfp-submission-nav-back img {
    vertical-align: sub;
  margin-right: 5px;
}
.submission-nav .rfp-submission-nav-pera {
    font-family: 'DM Sans', sans-serif;
    color: #1e1243;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.submission-nav .rfp-submission-nav-top {
    font-family: 'DM Sans', sans-serif;
    color: #9050e9;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
.submission-nav .rfp-submission-nav-top img{
    margin-left: 5px;
}
.rfp-idea-submission{
    display: block;
    background-color: #eef3fb;
    padding: 32px;
    margin-top: 8px;
    gap: 32px;
    border: 2px solid #e4e9f2;
    border-radius: 12px;
}
.rfp-idea-submission .heading-content{
    font-family: 'DM Sans', sans-serif;
    display: flex;
    gap: 30px 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #979896;
    margin-bottom: 32px;
} 
.rfp-idea-submission .heading-content h5{
    font-family: 'DM Sans', sans-serif;
    color: #211440;
    font-size: 32px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 8px;
}
.rfp-idea-submission .heading-content a{
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    color: #9050e9;
    font-size: 16px;
    font-weight: 700;
}

.rfp-idea-submission h6{
    font-family: inter;
    color: #211440;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 16px;
}

.rfp-idea-submission .form-group{
    margin-top: 24px;
}
.rfp-idea-submission .form-group input,
.rfp-idea-submission .form-group textarea {
    height: 44px;
    padding: 10px 14px;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #2C2B2F;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    background: #FAFAFA;
}
.rfp-idea-submission .form-group input:focus,
.rfp-idea-submission .form-group textarea:focus {
    box-shadow: unset;
}
.rfp-idea-submission .form-group input::placeholder,
.rfp-idea-submission .form-group textarea::placeholder {
    color: #979698;
    opacity: 1;
}
.rfp-idea-submission .form-group textarea {
    height: 68px;
    resize: none;
}
.rfp-idea-submission .post-metas .form-group textarea {
    height: 196px;
}
.rfp-idea-submission .post-metas .form-group textarea.select2-search__field {
    height: 24px;
}
.rfp-idea-submission .form-group label {
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #211440;
}
.post-defaults .select2-container {
    width: 100% !important;
}
.post-defaults .select2-container .select2-selection--multiple {
    min-height: 44px;
    border: 1px solid #E6E6E6;
    padding: 3px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-family: "DM Sans";
}
.post-defaults .select2-container .select2-search--inline .select2-search__field {
    height: 24px;
}
.post-defaults .select2-container--default .select2-search--inline .select2-search__field {
    font-family: "DM Sans";
}
.post-defaults .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #979698;
    opacity: 1;
}
.post-defaults .select2-container--default .select2-selection--single,
.post-metas .select2-container--default .select2-selection--single {
    border: 1px solid #E6E6E6;
    height: 44px;
}
.post-defaults .select2-container--default .select2-selection--single .select2-selection__rendered,
.post-metas .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 44px;
    padding: 3px 14px;
    font-size: 16px;
    font-weight: 400;
    color: #2C2B2F;
    line-height: 36px;
    font-family: "DM Sans";
}
.post-defaults .select2-container--default .select2-selection--single .select2-selection__arrow,
.post-metas .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.rfp-idea-submission .rfp-idea-submission-form .post-metas{
    font-family: 'DM Sans', sans-serif;
    display: block;
}

.rfp-idea-submission .post-metas .anonmosly-section{
    display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.rfp-idea-submission .post-metas .anonmosly-section p{
    font-family: 'DM Sans', sans-serif;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #211440;
}
.rfp-idea-submission .post-metas .anonmosly-section p.supporting-text{
    font-family: 'DM Sans', sans-serif;
    color: #2c2b2f;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.rfp-idea-submission .post-metas .anonmosly-section .anonmosly-toggle {
    display: flex;
  align-items: center;
}
.rfp-idea-submission .anonmosly-toggle .form-switch .form-check-input {
    background-color: #e4e9f2;
    height: 24px;
  width: 44px;
  padding: 2px;
  border-radius: 12px;
  border: 0;
}
.rfp-idea-submission .anonmosly-toggle .form-switch .form-check-input:checked {
  background-color: #9050e9;
  border: 0;
}
.form-switch .form-check-input:focus{
    outline: 0;
    box-shadow: none;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); */
}
.rfp-idea-submission .rfp-idea-submission-form .form-buttons {
  display: flex;
  width: 100%;
  margin-top: 20px;
  gap: 3%;
}
.rfp-idea-submission .form-buttons .idea-clear-btn{
    font-family: 'DM Sans', sans-serif;
    display: inline-block;
    color: #bf9af2;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    width: 48%;
    padding: 14px 24px;
    background-color: #f9f5ff;
    border: 1px solid #bf9af2;
    border-radius: 4px;
}
.rfp-idea-submission .form-buttons .idea-clear-btn:hover{
    color: #ffffff;
    background-color: #9050e9; 
}
.rfp-idea-submission .form-buttons .df-theme-primary-btn{
    width: 100%; 
}
.students-rfp-dependents {
    display: none;
}
.rfp-idea-submission .select2-container--default::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    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='M3.3335 6L8.00016 10L12.6668 6' stroke='%232C2B2F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.rfp-idea-submission .select2-container--default.select2-container--open::before {
    transform: rotate(180deg);
}
.rfp-idea-submission .select2-container--default .select2-selection--multiple .select2-selection__choice{
    border-radius: 44px;
    padding-left: 6px;
    padding-bottom: 0px;
    padding-right: 20px;
    background: #E6E6E6;
    border: 0;
}
.rfp-idea-submission .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: unset;
    right: 2px;
    border: 0;
    color: #2C2B2F;
    font-size: 20px;
    font-weight: 500;
}
.rfp-idea-submission .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    font-size: 12px;
    font-weight: 500;
    color: #2C2B2F;
}
.rfp-idea-submission .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.rfp-idea-submission .form-group select.form-control{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    font-family: "DM Sans";
    height: 44px;
    color: #979698;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
}
/* ideation submission end*/

/* rfp detail page start */
.submission-nav{
    position: sticky;
    display: flex;
    justify-content: space-between;
    top: 88px;
    background: #ffff;
    padding: 14px 80px;
    z-index: 1;
    margin-bottom: 24px;
}
.submission-nav .rfp-submission-nav-back {
    font-family: 'DM Sans', sans-serif;
    color: #9050e9;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
.submission-nav .rfp-submission-nav-back img {
    vertical-align: sub;
    margin-right: 5px;
}
.submission-nav .rfp-submission-nav-pera {
    font-family: 'DM Sans', sans-serif;
    color: #1e1243;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.submission-nav .rfp-submission-nav-top {
    font-family: 'DM Sans', sans-serif;
    color: #9050e9;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
.submission-nav .rfp-submission-nav-top img{
    margin-left: 5px;
}
.inner-banner_text a.df-theme-secondary-btn{
    color: #9050E9;
}
.inner-banner_text a.df-theme-secondary-btn:hover{
    color: #ffffff;
}
.rfp-idea-details{
    display: block;
    padding-top: 32px;
    padding-right: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
    
}
.rfp-idea-details .heading-content{
    font-family: 'DM Sans', sans-serif;
    
    background-color: #eef3fb;
    border: 2px solid #e4e9f2;
    border-radius: 12px;
} 
.heading-inner-div{
    padding: 20px;
}
.rfp-idea-details .heading-content h2 {
    font-family: 'DM Sans', sans-serif;
    color: #211440;
    font-size: 32px;
    font-weight: 700;
    line-height: 41px;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #979896;   
}

.rfp-idea-details .heading-content .status-btn{
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 6px 12px;
    border-radius: 4px;
}
.rfp-idea-details .heading-content .status-btn.status1{
    color: #0085FF;
    border: 1px solid #0085FF;
    background-color: #FFFBF6;
}
.rfp-idea-details .heading-content .status-btn.status2{
    color: #FF7A00;
    border: 1px solid #FF7A00;
}
.rfp-idea-details .heading-content .status-btn.status3 {
    color: #9F00EA;
    border: 1px solid #9F00EA;
    background-color: #F6FFF5;
}
.rfp-idea-details .heading-content .status-btn.status4 {
    color: #038A00;
    border: 1px solid #038A00;
    background-color: #F6FFF5;
}
.rfp-idea-details .heading-content .status-btn.status5 {
    color: #D99500;
    border: 1px solid #D99500;
    background-color: #F6FFF5;
}

.rfp-idea-details .heading-content .author-profile{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.rfp-idea-details .heading-content .author-profile .profile{
    display: flex;
    gap: 8px;
    align-items: center;
}

.rfp-idea-details .heading-content .profile img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.rfp-idea-details .profile .profile-meta {
    width: calc(100% - 48px);
}
.rfp-idea-details .profile .profile-meta span.name{
    font-family: 'DM Sans', sans-serif;
    display: block;
    font-size: 16px;
    color: #2c2b2f;
    font-weight: 600;
    line-height: 20px;
}
.rfp-idea-details .profile .profile-meta span.date{
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: #6c6b6d;
    font-weight: 400;
    line-height: 18px;
}
.rfp-idea-details .author-profile .voting-buttons{
    display: flex;
    gap: 8px;
}
.rfp-idea-details .author-profile .voting-buttons .upvote{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 1px solid #098322;
    border-radius: 4px;
    background-color: #f0fff3;
}
.rfp-idea-details .voting-buttons .upvote img{
    height: 17px;
    width: 16px;
}
.rfp-idea-details .voting-buttons .upvote p{
    font-family: 'DM Sans', sans-serif;
    color: #098322;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0;
    cursor: pointer;
}
.rfp-idea-details .author-profile .voting-buttons .downvote{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 1px solid #ea0b0b;
    border-radius: 4px;
    background-color: #fff3f3;

}
.rfp-idea-details .voting-buttons .downvote img{
    height: 13px;
    width: 10px;
}
.rfp-idea-details .voting-buttons .downvote p{
    font-family: 'DM Sans', sans-serif;
    color: #ea0b0b;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px; 
    cursor: pointer;
}
.rfp-idea-details .ideation-tag-section{
    display: flex;
    gap: 64px;
    margin-top: 32px;
    margin-bottom: 24px;
}
.rfp-idea-details .ideation-tag-section .ideation-tags h4 {
    color: #211440;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.rfp-idea-details .ideation-tag-section .ideation-tags span {
    display: inline-block;
    padding: 6px 24px;
    background-color: #e0e2f0;
    border-radius: 44px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #2B1665;
}
.rfp-idea-details .ideation-tabs ul{
    display: flex;
    justify-content: space-around;
    padding: 8px;
    border: 1px solid #cbcdd2;
    border-radius: 8px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.7)
}
.rfp-idea-details .ideation-tabs ul li {
    flex: 1; 
    text-align: center;
    
}
.rfp-idea-details .ideation-tabs ul li button {
    font-family: 'DM Sans', sans-serif;
    color: #7D7692;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 16px;
    width: 100%;
}
.rfp-idea-details .ideation-tabs ul li button.active {
    background-color: #1e1243;
    color:#e9e7ec;
    text-align: center;
}
.rfp-idea-details .ideation-content-section .idea-desc{
    padding-top: 32px;
}
.rfp-idea-details .ideation-content-section .idea-desc h4,
.rfp-idea-details .ideation-content-section .idea-detail h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    border-bottom: 1px solid #989697;
    padding-bottom: 8px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.rfp-idea-details .ideation-content-section .idea-desc h4.other-ideas {
    margin-bottom: 0;
}
.rfp-idea-details .ideation-content-section .idea-desc p{
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2c2b2f;
    margin-bottom: 0;
}
.rfp-idea-details .ideation-content-section .idea-desc .idea-content{
    margin-top: 16px;
}
.rfp-idea-details .ideation-content-section .idea-desc .idea-content h6 {
    color: #2C2B2F;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 8px;
}
.rfp-idea-details .ideation-content-section .idea-desc .idea-content p{
    font-family: 'DM Sans', sans-serif;
    color: #2C2B2F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.feedback-none{
    padding-top: 32px;
}
.feedback-none p{
    font-family: 'DM Sans', sans-serif;
    color: #979698;
    font-size: 16px;
    /* text-align: center; */
    font-weight: 400;
    line-height: 24px;
}
.feedback-none .comment-meta p{
    font-size: 18px;
      color: #000;
      margin-bottom: 20px;
}
.feedback-none .comment-meta p a{
    text-decoration: none;
    color: #7f1ba4;
}
.campaign-section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 10px 14px;
    background: linear-gradient(135deg, #8E3143 10% , #010002 50%);
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #010002;
    backdrop-filter: blur(2px);
}
.campaign-section span{
    color: #fff;
    font-size: 16px;

}
.form-buttons {
    display: flex;
    width: 100%;
    margin-top: 20px;
    gap: 20px;
    text-align: center;
}
.form-buttons a,
.form-buttons button {
    width: calc(50% - 10px);
}
.rfp-idea-details .form-buttons .idea-clear-btn{
    font-family: 'DM Sans', sans-serif;
    display: inline-flex;
    color: #bf9af2;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
     width: 48%; 
    /* width: 100%; */
    padding: 14px 24px;
    background-color: #f9f5ff;
    border: 1px solid #bf9af2;
    border-radius: 4px;
    text-decoration: none;
    justify-content: center;
}
.form-buttons .idea-clear-btn:hover{
    color: #ffffff;
    background-color: #9050e9; 
}
.form-buttons .idea-submission-btn{
    font-family: 'DM Sans', sans-serif;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    width: 49%;
    /* width: 100%; */
    padding: 14px 24px;
    background-color: #9050e9;
    border: 1px solid #bf9af2;
    border-radius: 4px;
}
.form-buttons .idea-submission-btn:hover{
    color: #bf9af2;
    background-color: #f9f5ff;
}


/* search page copied style */

.rfp-idea-card{
    margin-top: 32px;
    border: 2px solid #E4E9F2;
    background-color: #EEF3FB;
    padding: 16px;
    border-radius: 12px;
}
.rfp-idea-card .top-status-btn{
    display: flex;
    justify-content: space-between;
}
.rfp-idea-card .top-status-btn .campaign-btn{
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #ffffff;
    background: linear-gradient(135deg, #8E3143 10% , #010002 50%);
    border-radius: 4px;
    border: 1px solid #010002;
    backdrop-filter: blur(2px);
    cursor: default;
}
.rfp-idea-card .status-btn{
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    padding: 2px 8px;
    border-radius: 4px;
}
.rfp-idea-card .status-btn.status1{
    color: #0085FF;
    border: 1px solid #0085FF;
    background-color: #FFFBF6;
    cursor: default;
}
.rfp-idea-card .status-btn.status2{
    color: #FF7A00;
    border: 1px solid #FF7A00;
}
.rfp-idea-card .status-btn.status3 {
    color: #9F00EA;
    border: 1px solid #9F00EA;
    background-color: #F6FFF5;
}
.rfp-idea-card .status-btn.status4 {
    color: #038A00;
    border: 1px solid #038A00;
    background-color: #F6FFF5;
}
.rfp-idea-card .status-btn.status5 {
    color: #D99500;
    border: 1px solid #D99500;
    background-color: #F6FFF5;

}

.rfp-idea-card .rfp-idea-card-content h4.heading-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #211440;
    line-height: 31px;
    margin: 8px 0;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 0;
}
.rfp-idea-card .rfp-idea-card-content .heading-text a{
    text-decoration: none;
    color: #211440;
}
.rfp-idea-card .rfp-idea-card-content .body-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2c2b2f;
    line-height: 21px;
    /* padding-top: 8px; */
}
.rfp-tags span{
    font-family: 'DM Sans', sans-serif;
    padding: 6px 24px;
    background-color: #E0E2F0;
    border-radius: 44px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #2b1665;
}
.rfp-idea-card .rfp-idea-card-content .rfp-category {
    display: flex;
    justify-content: space-between;
    gap: 10px 0px;
    flex-wrap: wrap;
    padding: 10px 14px;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
}
.idea-dashboard .rfp-idea-card .rfp-idea-card-content .rfp-category {
    flex-wrap: nowrap;
    gap: 10px 0px;
}
.rfp-idea-card .rfp-idea-card-content .rfp-category > div:has(.category-text) {
    line-height: 18px;
}
.rfp-idea-card .rfp-idea-card-content .category-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #2C2B2F;
}
.rfp-idea-card .rfp-idea-card-content .category-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #2C2B2F;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.rfp-idea-card .rfp-category .category-more-detail {
    display: flex;
    align-items: center;
    gap: 6px 12px;
    flex-wrap: wrap;
}
.rfp-idea-card .rfp-category .category-more-detail > div {
    color: #979698;
    margin-top: -3px;
}
hr{
    border: 1px solid #A39EB2;
    margin-top: 20px;
}
.rfp-idea-card .author-profile{
    display: flex;
    justify-content: space-between;
}
.rfp-idea-card .author-profile .profile{
    display: flex;
    gap: 10px;
}

.rfp-idea-card .profile img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.profile .profile-meta span.name{
    font-family: 'DM Sans', sans-serif;
    display: block;
    font-size: 16px;
    color: #2c2b2f;
    font-weight: 600;
    line-height: 20px;
}
.profile .profile-meta span.date{
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: #6c6b6d;
    font-weight: 400;
    line-height: 18px;

}
.author-profile .voting-buttons{
    display: flex;
    align-items: center;
    gap: 20px;
}
.author-profile  .voting-buttons a {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #9050e9;
    line-height: 20px;
    border-bottom: 1px solid #9050e9;
    padding-bottom: 4px;
}
.idea-post-navigation{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 12px 16px;
    margin: 32px 0;
    background: #ffffff;
    border-radius: 8px;
}
.idea-post-navigation a{
    font-family: 'DM Sans', sans-serif;
    color: #9050E9;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.idea-feedback-details .comment-like-btn, .comment-dislike-btn {
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    background: #F5F5F5;
}

.rfp-idea-details #comment-reply-title{
    display: none;
}
/* df-project-complete-detail-section css */
.df-project-complete-detail-section {
  padding: 8px 0 0px 0;
  background-color: #f4f8ff;
}
.idea-dashboard-submission {
    display: flex;
    gap: 8px;

}

.idea-dashboard-submission .submission-buttons .button.dashboard-submissions {
    background: #fff;
    border: 2px solid #FD9E39;
    color: #FD9E39;
    border-radius: 4px;
    padding: 11px 20px;
}

.idea-dashboard-submission .submission-buttons .button.dashboard-submissions:hover {
    background: #FD9E39;
    color: #fff;
}

/* about_idea_modal css start */
.about_idea_modal .modal-content {
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}
.about_idea_modal .modal-content .modal-header {
    padding: 0;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #979698;
}
.about_idea_modal .modal-content .modal-header h5 {
    color: #211440;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}
.about_idea_modal .modal-content .modal-header .btn-close {
    width: 32px;
    height: 32px;
    border-radius: 120px;
    padding: 8px;
    background: #E6E6E6;
    background-size: 16px 16px;
    opacity: 1;
    box-sizing: border-box;
    margin-right: 0px;
    background: #E6E6E6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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/12px no-repeat;
}
.about_idea_modal .modal-content .modal-body {
    padding: 0;
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.about_idea_modal .modal-content .modal-body * {
    margin-top: 32px;
}
.about_idea_modal .modal-content .modal-body *:first-child {
    margin-top: 0;
}
.about_idea_modal .modal-content .modal-body p,
.about_idea_modal .modal-content .modal-body ul li {
    color: #2C2B2F;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.about_idea_modal .modal-content .modal-body ul {
    padding-left: 15;
}
.about_idea_modal .modal-content .modal-body ul li {
    margin-top: 0;
}
.about_idea_modal .modal-content .modal-body h4 {
    font-size: 22px;
    line-height: 30px;
}
/* about_idea_modal css end */
about_idea_modal 
@media (min-width: 320px) and (max-width: 1199.98px) { 
    .df-proposal-section {
        padding-top: 80px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .idea-dashboard.rfp-idea-search .rfp-idea-entries .rfp-idea-card .top-status-btn {
        flex-direction: column;
        align-items: flex-start;
    }
    .idea-dashboard.rfp-idea-search .heading-text {
        font-size: 22px;
    }
    .idea-dashboard .rfp-idea-card .rfp-idea-card-content .rfp-category {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 2px;
    }
    .idea-dashboard .discussion,
    .idea-dashboard .dashboard-upvote,
    .idea-dashboard .dashboard-downvote {
        width: 33%;
    }
    .idea-dashboard .rfp-category .discussion > span, 
    .idea-dashboard .rfp-category .upvote > span, 
    .idea-dashboard .rfp-category .downvote > span {
        font-size: 10px;
    }
    .idea-dashboard .rfp-idea-card .author-profile.idea-crud .dashboard-view-idea, 
    .idea-dashboard .rfp-idea-card .author-profile.idea-crud .dashboard-edit-idea {
        padding: 6px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .idea-dashboard.rfp-idea-search .rfp-idea-entries .rfp-idea-card .top-status-btn {
        flex-direction: column;
        align-items: flex-start;
    }
    .idea-dashboard.rfp-idea-search .heading-text {
        font-size: 22px;
    }
    .idea-dashboard .rfp-idea-card .rfp-idea-card-content .rfp-category {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 2px;
    }
    .idea-dashboard .discussion,
    .idea-dashboard .dashboard-upvote,
    .idea-dashboard .dashboard-downvote {
        width: 33%;
    }
    .idea-dashboard .rfp-category .discussion > span, 
    .idea-dashboard .rfp-category .upvote > span, 
    .idea-dashboard .rfp-category .downvote > span {
        font-size: 10px;
    }
    .idea-dashboard .rfp-idea-card .author-profile.idea-crud .dashboard-view-idea, 
    .idea-dashboard .rfp-idea-card .author-profile.idea-crud .dashboard-edit-idea {
        padding: 6px 10px;
    }
}
@media (min-width: 320px) and (max-width: 767.98px) { 
    .rfp-idea-submission {
        margin-top: 32px;
        padding: 20px;
    }
    .rfp-idea-submission .heading-content {
        gap: 0 20px;
    }
    .rfp-idea-submission .heading-content h5 {
        font-size: 26px;
        line-height: 32px;
    }
    .df-project-complete-detail-section {
        padding-top: 32px;
    }
    .rfp-idea-details .heading-content h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .rfp-idea-card .rfp-idea-card-content h4.heading-text {
        font-size: 22px;
    }
    .idea-dashboard .rfp-idea-entries {
        padding: 0 20px 20px 20px;
    }
    .rfp-idea-search .heading-text {
        font-size: 22px;
        line-height: 28px;
    }
    .idea-dashboard .rfp-idea-card .rfp-idea-card-content .rfp-category {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 2px;
    }
    .idea-dashboard .rfp-idea-card .author-profile.idea-crud .dashboard-view-idea, 
    .idea-dashboard .rfp-idea-card .author-profile.idea-crud .dashboard-edit-idea {
        padding: 6px 10px;
    }
}
@media (min-width: 320px) and (max-width: 575.98px) {
    .df-dashboard-main-card .idea-dashboard-submission {
        flex-direction: column;
    }    
}
@media (max-width: 420px) {
    .rfp-idea-search .rfp-idea-card .author-profile.idea-crud > div.idea-crud-actions {
        gap: 6px;
    }
    .idea-dashboard .rfp-idea-card .author-profile.idea-crud .dashboard-view-idea, 
    .idea-dashboard .rfp-idea-card .author-profile.idea-crud .dashboard-edit-idea {
        padding: 6px;
        font-size: 12px;
    }
}

.rfp-idea-submission .form-group input[type='checkbox'] {
	height: 14px;
	margin-right: 10px;
}
.rfp-idea-submission .form-group input[type='radio'] {
	height: 14px;
	margin-right: 5px;
}