.no-favorites{
    padding-top: 0 !important;
}
.see-entity{
    min-width: 100px;
}
.see-entity a{
    min-width: 100%;
}
.entity-card{
    gap: 20px;
}
.entity-card-content{
    max-width: 65%;
    overflow-x: hidden;

}
.recommendation-container{
    display: flex;
    flex-direction: column;
    gap: 48px;
    overflow-x: hidden;
}
.recommendation-title{
    font-size: 24px;
    color: black;
    font-weight: 550;
}
.recommendation-container h3 a{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: black;
}
.entity-details-link a:hover{
    color: #006EAB;
    text-decoration: underline;
}
.recommendation-container p{
    font-size: 16px;
    font-weight: 450;
    margin: 0;
    color: black;
}
.recommendation-container h4{
    font-weight: 600;
    color: black;
    margin: 0;
    font-size: 18px;
}
.recommended-knowledgebase-container,
.recommended-marketplace-container,
.recommended-entities-container{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.recommended-knowledgebase-container .knowledgebase-section{
    border-bottom: 1px solid #CCE2EE;
    padding-bottom: 48px;
}
.slider-wrapper .recommended-knowledgebase-container .knowledgebase-section{
    border-bottom: 0;
    padding-bottom: 10px;
}
.filled-button,
.product-item .buttons-inside {
    height: 40px;
    background-color: #006EAB;
    color: #fff;
    border-color: #006EAB;
    border: 1px solid #006EAB;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    padding-inline: 16px;
}
a.filled-button,
.product-item .buttons-inside {
    padding: 12px;
    display: flex;
    align-items: center;
}
a.filled-button:hover,
.product-item .buttons-inside:hover {
    color: white;
}
.filled-button:hover,
.product-item .buttons-inside:hover {
    background-color: #00365C;
    border-color: #00365C;
}
.chatbot-card{
    display: flex;
    align-items: center;
    background-color: #F1F3F4;
    padding: 24px;
    gap: 24px;
    border-radius: 8px;
    margin-top: 20px;
}
.chatbot-text{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.chatbot-card-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.chatbot-card-content h2{
    margin: 0;
    color: black;
    font-size: 24px;
    font-weight: 600;
}
.chatbot-card p{
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.crab-img-div{
    background: white;
    padding: 20px;
    border-radius: 50%;
}
.multiple-buttons-container,
.entity-section-header,
.marketplace-section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chips-container{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 100px;
}
.chip-buttons-container{
    display: flex;
    gap: 10px;
}

/* KNOWLEDGEBASE */
.knowledgebase-section{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}
.knowledgebase-section .result{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.knowledgebase-section-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.recommendation-reason{
    font-size: 20px;
    font-weight: 600;
    color: black;
    padding-bottom: 24px;
}
.knowledgebase-section .result-title{
    margin: 0;
    font-size: 24px;
}
.knowledgebase-section p.clamped-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 3em;
    font-weight: 400;
    margin: 0;
}
.knowledgebase-section .date-values{
    display: flex;
    flex-direction: row;
    margin: 0;
}
.knowledgebase-section .date-values p, p.date-title{
    font-size: 14px;
    font-weight: 400;
    color: #5C6873;
    margin: 0;
}
.knowledgebase-section .status-type{
    display: flex;
    align-items: center;
    gap: 5px;
    height: 25px;
    margin: 0;
}
.knowledgebase-section .status-type i{
    margin-bottom: 3px;
}
.knowledgebase-section .categories-container-overview{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin: 0;
}
.categories-container-overview h3{
    margin: 0;
}

.categorie-type-patent{
    background-color: #EDC7FE;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.categorie-type-projects{
    background-color: #FBC2B5;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
p.project-id{
    color: #5C6873;
    font-weight: 500;
    font-size: 14px;
}
.status-type.closed{
    background-color: #D4404A1F;
    color: #D4404A;
}
.status-type.signed{
    background-color: #B7C3F352;
    color: #4457A2;
}
.status-type.open{
    background-color: #2E937424;
    color: #2E9374;
}
.knowledgebase-section .categories-container h3:first-child{
    flex: unset;
}
/* Marketplace */
.marketplace-section{
    padding-bottom: 48px;
    border-bottom: 1px solid #CCE2EE;
}
.marketplace-section .product-item {
    display: flex;
    gap: 24px;
}
.marketplace-section .marketplace-section{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.marketplace-section .product-image {
    flex: 0 0 30%;
    height: 200px;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.marketplace-section .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.marketplace-section .product-details{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;
    gap: 10px;
}
.marketplace-section .details-description{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.slider-wrapper .marketplace-products {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.marketplace-section.micro-logo {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
    margin-bottom: 10px;
}
.marketplace-section .type-label-product {
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.marketplace-section .ad-recommendation-footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.marketplace-section .type-label-product.supply,
.marketplace-section .type-label-offer{
    background-color: #5CFFCD;
}
.marketplace-section .type-label-product.demand ,
.marketplace-section .type-label-search{
    background-color: #F7C410;
}
.checkbox-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
}
.checkbox-label:has(i.ph-heart.ph-fill) {
    color: #D4404A !important;
    font-weight: 500;
}

.marketplace-section .product-title-link {
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 550;
}
.marketplace-section .product-title-link:hover {
    color: #006EAB;
    text-decoration: underline;
}
.marketplace-section .entity-container{
    display: flex;
    flex-direction: row;
}
.marketplace-section p.product-name-label {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}
.marketplace-section p.product-price{
    color: #5C6873;
}
.marketplace-section .add_cart{
    display: flex;
    gap: 10px;
}

.entity-name-card{
    font-weight: 500;
    font-size: 14px;
    color: black;
}

/* ENTIDADES */
.entity-section{
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-x: hidden;
}
.entity-information{
    display: flex;
    flex-direction: row;
    gap: 24px;
    max-width: 80%;
}
.entity-section-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #CCE2EE;
}
.entity-section-content img{
    height: 53px;
    width: 53px;
    border-radius: 50%;
}
.recommendation-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.see-all,
.evaluate-button,
.remove-recommendation{
    border: none;
    background-color: transparent;
    display: flex;
    gap: 5px;
    color: #006EAB;
    font-size: 16px;
    font-weight: 550;
    transition: 0.3s ease;

}
.evaluate-button.mobile,
.remove-recommendation.mobile{
    display: none;
}
.see-all-mobile{
    border: none;
    background-color: transparent;
    display: none;
    gap: 5px;
    color: #006EAB;
    font-size: 16px;
    font-weight: 550;
    transition: 0.3s ease;
}
button.evaluate-button,
button.remove-recommendation{
    font-size: 14px;
}
.see-all:hover,
.see-all-mobile:hover,
.evaluate-button:hover,
.remove-recommendation:hover{
    color: #00365C;
}


/* POPUP ENTIDADE */
.custom-overlay-evaluate,
.custom-overlay-remove,
.custom-overlay-success {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 9999;
  }
  
  .custom-popup-evaluate,
  .custom-popup-success,
  .custom-popup-remove {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    z-index: 10000;
    display: none;
    width: 672px;
  }
  .custom-popup-evaluate .popup-header,
  .custom-popup-success .popup-header,
  .custom-popup-remove .popup-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #CCE2EE;
  }
  .custom-popup-evaluate .popup-header h3,
  .custom-popup-success .popup-header h3,
  .custom-popup-remove .popup-header h3{
    color: black;
    font-size: 18px;
    font-weight: 550;
    margin: 0;
    line-height: 100%;
  }
  .custom-popup-evaluate .popup-content,
  .custom-popup-success .popup-content,
  .custom-popup-remove .popup-content {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #CCE2EE;
    padding: 20px;
    gap: 44px;
  }
  .custom-popup-evaluate .popup-footer,
  .custom-popup-success .popup-footer,
  .custom-popup-remove .popup-footer{
    padding: 20px;
  }
  .custom-popup-evaluate .popup-content p,
  .custom-popup-success .popup-content p,
  .custom-popup-remove .popup-content p{
    font-size: 16px;
    font-weight: 450;
    color: black;
  }
  .custom-popup-evaluate .popup-content span,
  .custom-popup-success .popup-content span,
  .custom-popup-remove .popup-content span{
    font-size: 16px;
    font-weight: 500;
    color: black;
  }
  .custom-popup-evaluate .popup-content textarea,
  .custom-popup-success .popup-content textarea,
  .custom-popup-remove .popup-content textarea{
    resize: none;
    border-radius: 5px;
    padding: 12px 16px;
    border: 1px solid #B9CAD4;
    height: 130px;
  }
  .custom-popup-evaluate .popup-content textarea:focus,
  .custom-popup-success .popup-content textarea:focus,
  .custom-popup-remove .popup-content textarea:focus{
    border: 1px solid #006EAB;
    outline: none;
  }

  .close-popup-evaluate,
  .close-popup-remove,
  .close-popup-success{
    cursor: pointer;
    font-size: 18px;
    color: black;
  }
  .optional{
    display: flex;
    flex-direction: column;
  }
  .border-button{
    border: 2px solid #006EAB;
    color: #006EAB;
    font-size: 16px;
    font-weight: 550;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    padding-inline: 16px;
    transition: 0.3s ease;
  }
  .border-button:hover{
    color: black;
    border-color: black;
  }
  .popup-buttons-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .action-buttons{
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .danger-button{
    border: none;
    background-color: transparent;
    color: #D4404A;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
  }
  .danger-button .ph{
    margin-bottom: 3px;
  }
  .danger-button:hover{
    color: #B42832;
  }
  .filled-button.confirm-remove{
    background-color: #D4404A;
    border-color: #D4404A;
  }
  .filled-button.confirm-remove:hover{
    background-color: #B42832;
    border-color: #B42832;
  }
  .solo-buttons{
    display: flex;
    flex-direction: row;
    justify-content: end;
  }

  .star-container{
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .star-container .ph-star{
    color: #006EAB;
    font-size: 24px;
  }
@media (max-width: 768px) {
    .multiple-buttons-container{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .see-all{
        padding: 0;
        align-self: start;
    }
    .categories-container{
        gap: 16px;
    }
    .custom-popup-evaluate, .custom-popup-success, .custom-popup-remove{
        width: 80%;
    }
    .recommendation-footer{
        flex-direction: column;
        gap: 16px;
    }
}
@media (max-width: 600px) {
    .chatbot-card{
        flex-direction: column-reverse;
    }
    .chatbot-button{
        width: 100%;
    }
    .crab-img-div{
        width: 74px;
        height: 74px;
        align-self: start;
    }
    .categories-container-overview{
        flex-direction: column;
        align-items: start;
    }
    .see-all {
        display: none;
    }
    .see-all-mobile{
        display: flex;
    }
    .entity-section-header{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .evaluate-button{
        padding: 0;
    }
    .evaluate-button.desktop,
    .remove-recommendation.desktop{
        display: none;
    }
    .evaluate-button.mobile,
    .remove-recommendation.mobile{
        display: flex;
    }
    .entity-section-content{
        flex-direction: column;
        gap: 20px;
    }
    .entity-information{
        max-width: 100%;
    }
    .entity-section-content .evaluate-button{
        display: flex;
        flex-direction: row;
        justify-content: flex-end; 
        width: 100%;
    }
    .custom-popup-evaluate, .custom-popup-success, .custom-popup-remove{
        width: 90%;
    }
    .popup-buttons-container{
        flex-direction: column-reverse;
        gap: 20px;
    }
    .action-buttons button{
        width: 100%;
    }
    .ad-recommendation-footer{
        gap: 10px;
        align-items: end;
    }
    .ad-recommendation-footer .add_cart{
        flex-direction: column;
    }
    @media (max-width: 420px) {
        .ad-recommendation-footer .add_cart{
            flex-direction: column;
        }
        .ad-recommendation-footer{
            gap: 10px;
            align-items: unset;
            justify-content: start;
            flex-direction: column;
        }
    }
}
