        /* ===========================
   E-CONSULTATION LOGO & BRANDING
   =========================== */
.econsultationlogo {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 10px;
    margin-top: 20px;
}

/* ===========================
   CALENDAR & ICONS
   =========================== */
img.calendar_img,
img.calendar_img_end {
    width: 25px;
    height: 25px;
    margin-right: 20px;
}

/* ===========================
   PROJECT DETAILS
   =========================== */
.project-name {
    padding-bottom: 10px;
    font: normal normal normal 18px/22px Tahoma;
    letter-spacing: 0px;
    color: #868A8D;
}

.projectname-title {
    font: normal normal bold 18px/22px Tahoma;
    letter-spacing: 0px;
    color: #9B945F;
}

.project-period {
    display: flex;
    padding-bottom: 15px;
}

.projectperiod-startend {
    padding-left: 25px;
}

.ProjectStartDate {
    font: normal normal bold 18px/22px Tahoma;
    letter-spacing: 0px;
    color: #0D8C60;
}

.ProjectEndDate {
    font: normal normal bold 18px/22px Tahoma;
    letter-spacing: 0px;
    color: #646464;
}

.project-details {
    margin-top: 20px;
}

.projectstatus {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ===========================
   E-CONSULTATION STATUS & DURATION
   =========================== */
.econsultationstatus {
    padding: 0 13px;
    text-align: center;
    background-color: rgb(149 138 95);
    border: 0;
    border-radius: 5px;
}

.econsultationduration {
    margin-top: 20px;
}

.econsulationinternal-section {
    padding-left: 40px;
    padding-right: 40px;
}

/* ===========================
   CARDS & HIGHLIGHTS
   =========================== */
.moh-highlight-card {
    margin-bottom: 0.5rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 4px #00000029;
    border: 1px solid #7070705A;
    opacity: 1;
}

.moh-highlight-card.moh-highlight-card-co-creation:hover {
    transition: all 0.2s ease;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    transform: scale(1.01);
}

.moh-highlight-card.moh-highlight-card-co-creation > img {
    height: 240px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.moh-card-body > p {
    padding: 8px;
}

a.col-md-3.col-sm-12.moh-highlight-card.moh-highlight-card-co-creation {
    color: #404040;
}

.card {
    padding: 10px;
}

/* ===========================
   CO-CREATION CARDS WITH ANIMATIONS
   =========================== */
.cocreation {
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.cocreation.hidden {
    display: none !important;
}

.cocreation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0D8C60, #0F855F);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

/* Hover Effects */
.cocreation:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 25px rgba(13, 140, 96, 0.15);
    border-color: rgba(13, 140, 96, 0.3);
}

.cocreation:hover::before {
    transform: scaleX(1);
}

.cocreation:hover .ccTitle {
    color: #0F855F;
    transform: translateX(-5px);
}

.cocreation:hover .ccDetails {
    color: #2d2d2d;
}

.cocreation:hover .ccStatus {
    color: #0F855F;
    transform: scale(1.05);
}

.cocreation:hover .ccTarget {
    color: #7d7539;
    transform: translateX(-3px);
}

.cocreation:hover .ccDate {
    color: #0F855F;
    font-size: 1.05em;
}

/* Focus states for accessibility */
.cocreation:focus {
    outline: 2px solid #0D8C60;
    outline-offset: 2px;
}

.cocreation:focus::before {
    transform: scaleX(1);
}

/* Active state */
.cocreation:active {
    transform: translateY(-4px);
}

/* ===========================
   CO-CREATION CARD ELEMENTS
   =========================== */
.ccTitle {
    padding-bottom: 15px;
    font: normal normal bold 18px / 29px Tahoma;
    color: #0D8C60;
    font-size: 16px;
    transition: all 0.3s ease;
}

.ccDetails {
    padding: 20px !important;
    color: #404040;
    transition: all 0.3s ease;
}

.ccStatus {
    padding-right: 20px !important;
    padding-bottom: 10px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 0px;
    color: #0D8C60;
    transition: all 0.3s ease;
}

.ccDate {
    padding-right: 20px !important;
    padding-bottom: 10px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 0px;
    color: #0D8C60;
    transition: all 0.3s ease;
}

.ccTarget {
    padding-right: 20px !important;
    padding-bottom: 10px;
    text-align: right;
    letter-spacing: 0px;
    color: #9B945F;
    font-weight: bold;
    transition: all 0.3s ease;
}

.cParticipantTitle {
    font: normal normal bold 20px/24px Tahoma;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    padding-left: 22px;
    padding-right: 15px;
}

/* ===========================
   FEEDBACK & IDEAS SECTION
   =========================== */
.Feedback-Ideas-section {
    margin-top: 128px;
}

.Feedback-Ideas-section .Feedback-Ideas-title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Feedback-Ideas-section .Feedback-Ideas-highlight-card-section {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.Feedback-Ideas-section .Feedback-Ideas-highlight-card-section .moh-highlight-card {
    margin-bottom: 0.5rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 4px #00000029;
    border: 1px solid #7070705A;
    opacity: 1;
}

.Feedback-Ideas-content-section {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.col-md-12.Feedback-Ideas-title-section > h1 {
    font: normal normal bold 26px/22px Tahoma;
    letter-spacing: 0px;
    color: #0F855F;
}

/* ===========================
   FILTERS & SEARCH
   =========================== */
div#eConsultationFilter {
    margin-top: 2.5rem;
}

.conSarchFilter {
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CFD0D2;
    padding-bottom: 15px;
}

.conSarchFilter .has-search {
    width: 100% !important;
}

.conSarchFilter .SortingService {
    direction: ltr;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 1.375rem;
    height: 60px;
    line-height: 1.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    padding-top: 8px;
    padding-left: 5px;
}

.has-search input[type="text"] {
    width: 100%;
    font-size: 14px !important;
    color: #404040 !important;
    background-color: #eee !important;
    border-radius: 3px !important;
    border: none !important;
    border: 1px solid #ddd !important;
    margin: 0% !important;
    padding-left: 40px !important;
    height: 36px !important;
}

.filter-btn {
    cursor: pointer !important;
    color: #0D8C60 !important;
    position: relative;
    padding: 5px 8px;
    background: #f5f5f6;
    margin: 0 4px 0 0;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #666;
    transition: all .5s ease;
    border: 1px solid #ddd !important;
    font-size: 12px;
}

/* ===========================
   BUTTONS
   =========================== */
.btn-primary {
    margin: 40px;
    float: right;
    color: #fff !important;
    background-color: #958a5f !important;
    border-color: #958a5f !important;
}

a.btn.btn-primary {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 10px;
}

/* ===========================
   FORM ELEMENTS
   =========================== */
fieldset {
    border: 1px solid #ccc !important;
    padding: 20px !important;
}

.form-check-input:checked {
    background-color: #0d8c60 !important;
    border-color: #0d8c60 !important;
}

:focus {
    outline: 1px #ffffff auto !important;
}

/* ===========================
   SELECT2 CUSTOMIZATION
   =========================== */
.select2-container {
    margin-top: 40px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #0d8c60;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
    border-width: 2px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0d8c60;
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
}

/* ===========================
   UTILITIES
   =========================== */
.title {
    font-size: 22px;
    color: #958a5f;
    padding: 0 0 10px 0;
}

hr:not([size]) {
    height: 1px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* ===========================
   RESPONSIVE MEDIA QUERIES
   =========================== */
@media (max-width: 576px) {
    .col-sm-1 {
        width: 25%;
    }
    .col-sm-3 {
        width: 75%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 32.33333333% !important;
    }
}
