/* Main Content */
.main-content {
    width: 80%;
    padding: 10px;
}

.main-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

/* Search Section */
.search-section {
    margin-bottom: 20px;
}

.error-msg {
    margin-top: 120px;
}

.search-section input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 24px;
}

.fisherman-btns {
    cursor: auto !important;
    pointer-events: all;
}
b, strong{
    font-weight: 500 !important;
}
/* Buttons aligned in one row */
.search-section .buttons {
    display: flex;
    gap: 16px; /* Espaçamento entre os botões */
    justify-content: flex-start; /* Alinha os botões à esquerda */
    margin-bottom: 48px; /* Espaçamento abaixo dos botões */
}

.saveSearch {
    padding: 0 2px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #006EAB;
    text-decoration: underline;
    background-color: #FFF !important;
    border-color: transparent !important;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s ease;
}

.saveSearch:hover {
    color: #00365C !important;
}

.saveSearch.disabled,
.save-search.disabled {
    cursor: not-allowed;  
    opacity: 0.5;          
    pointer-events: none;
}

.saveSearch.disabled:hover{
    color: #006EAB !important;      
}
.save-search.disabled:hover {
    background-color: #006EAB !important;  
    border-color: #006EAB !important;    
}

.ph-magnifying-glass{
    margin-top: 15px;
    font-size: 18px;
    margin-left: 15px;
    position: absolute;
  }


.clean-button {
    padding: 0 16px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #006EAB;
    background-color: #FFF !important;
    border-color: #006EAB !important;
    border: 2px solid #006EAB;
    border-radius: 5px !important;
    cursor: pointer;
    transition: 0.3s ease;
}

.clean-button:hover {
    color: #000 !important;
    border-color: #000 !important;
}

.search-section .buttons input[type="button"], input[type="submit"] {
    padding: 0 16px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    background-color: #006EAB !important;
    border-color: #006EAB !important;
    border: 2px solid #006EAB;
    border-radius: 5px !important;
    cursor: pointer;
    transition: 0.3s ease;
}

.search-section .buttons input[type="button"], input[type="submit"]:hover {
    background-color: #00365C !important;
    border-color: #00365C !important;
}

/* Results Section */

.main-content .result strong {
    font-size: 16px;
}

.main-content .result-title{
    font-size: 24px;
    font-weight: 500;
    color: black;
    margin-bottom: 5px;
}

.main-content .result-title a{
    font-size: 24px;
    font-weight: 500;
    color: black;
}

.main-content .result-title a:hover{
    color: #006EAB;
    text-decoration: underline;
}

.main-content .result-identifier {
    font-size: 16px;
    color: gray;
    font-weight: 450;
}

/* Sidebar Filters */
.filters {
    width: 30%;
    padding: 10px;
    margin-right: 30px !important;
    display: block;
}

.filters h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.filters form {
    display: flex;
    flex-direction: column;
}

.filters div {
    margin-bottom: 10px;
}

.filters label {
    display: block;
}

.filters input[type="submit"],
.filters button {
    margin-right: 5px;
}


.field--name-body{
    width: 100vw !important; 
    box-sizing: border-box; 
    margin-left: calc(50% - 50vw);
}

.container .container {
    width: 1170px !important;
}

.c-layout-breadcrumbs-1{
    margin-top: 72px;
}

.pagination {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 80px !important;
    margin-bottom: 120px !important;
}

.page-link {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #CCE2EE;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    background-color: #FFF;
}

.page-link:hover {
    background-color: #CCE2EE;
    color: #FFF;
}

.page-link.active {
    background-color: #006EAB;
    border: 1px solid #006EAB;
    color: #FFF;
}

.page-link.disabled {
    background-color: #F5F5F5;
    color: #A9A9A9 !important;
    pointer-events: none;
}

.form_filters{
    display: flex;
}

.filters-title{
    font-size: 18px;
    font-weight: 550;
    color: black;
}

.category-options{
    margin-top: 32px;
}

.labels-filters{
    margin-top: 32px;
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.labels-filters-categories{
    font-size: 14px;
    font-weight: 500;
    color: black;
    margin-bottom: 16px;
}

.dropdown-filter {
    font-size: 14px;
    width: 100%;
    height: 34px;
    border: 1px solid #B9CAD4;
    border-radius: 6px;
    padding-left: 10px;
    background: white;
}
.dropdown-filter:focus {
    outline: none;
    border: 1px solid #006EAB;
}

.text-filters{
    font-size: 14px;
    font-weight: 450;
    color: #454E56;
}

.date-container{
    display: flex;
    gap: 10px;
    width: 100%;
}

.date-label{
    font-size: 14px;
    font-weight: 400;
    color: #5C6873;
    text-align: center;
    height: 34px;
    padding: 0px 5px 0px 5px;
    margin-bottom: 32px;
    border-radius: 5px !important;
    border: 1px solid #B9CAD4;
    outline: none !important;
}
.date-label:focus{
    border: 1px solid #006EAB;
}
.search-bar{
    box-sizing: border-box;
    color: black !important;
    min-height: 48px;
    padding: 12px 16px 12px 16px;
    margin-bottom: 32px;
    border-radius: 5px !important;
    border: 1px solid #B9CAD4;
    margin-bottom: 24px;
    outline: none !important;
    padding-left: 40px !important;
    font-size: 16px;
    
}

.search-bar::placeholder {
    line-height: 1.5;
}

.search-bar:focus{
    border: 1px solid #006EAB;
}

.title-page{
    font-size: 24px;
    font-weight: 550;
    color: black;
    margin-bottom: 24px;
}

.custom-hr-divisor-top {
    border-color: #CCE2EE;
    margin-top: 16px;
    margin-bottom: 16px;
}
.custom-hr-divisor-bottom {
    border-color: #CCE2EE;
    margin-top: 16px;
    margin-bottom: 44px;
}

.custom-hr-divisor{
    border-color: #CCE2EE;
    margin-top: 16px;
    margin-bottom: 44px;
}

.results-number{
    font-size: 16px;
    font-weight: 400;
    color: #5C6873;
}

.date-values{
    display: flex;
    justify-content: left;
    align-items: baseline;
    margin-top: 16px;
    margin-bottom: 16px;
}

.date-title{
    font-size: 14px;
    font-weight: 400;
    color: #5C6873;
    margin-bottom: 0;
}

.date-value{
    font-weight: 400;
    font-size: 14px;
    color: #5C6873;
    margin-left: 2px;
    margin-bottom: 0;
}

.date-separator{
    margin-right: 16px;
    margin-left: 16px;
    font-weight: 300;
    color: #B9CAD4;
    font-size: 14px;
    margin-bottom: 0;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.checkbox-hidden {
    display: none; /* Esconde a checkbox padrão */
}

.checkbox-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px; /* Espaço entre o ícone e o texto */
    font-size: 16px;
    font-weight: 300;
    line-height: 1; /* Garante que o ícone e o texto tenham a mesma altura */
}

.checkbox-label i {
    display: flex;
    align-items: center; /* Alinha verticalmente o ícone no centro */
    justify-content: center;
}

#heart-icon {
    font-size: 18px; /* Ajuste o tamanho do ícone conforme necessário */
    color: gray; /* Cor padrão do ícone */
    transition: color 0.3s; /* Suaviza a transição de cor */
}
.checkbox-label:has(i.ph-heart.ph-fill) {
    color: #D4404A !important;
    font-weight: 500;
  }
  

.checkbox-hidden:checked + .checkbox-label i {
    color: red; /* Cor do ícone quando o fundo está salvo */
}

.categories-container{
    display: flex;
    gap: 12px;
    align-items: center;
}

.categorie-type{
    height: 28px;
    padding: 0 8px;
    background-color: #F7C410;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    align-content: center;
}

.categorie-type-article {
    height: 28px;
    padding: 0 8px;
    background-color: #5CFFCD;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    align-content: center;
}

.categorie-type-patente {
    height: 28px;
    padding: 0 8px;
    background-color: #EDC7FE;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    align-content: center;
}

.categorie-type-projeto {
    height: 28px;
    padding: 0 8px;
    background-color: #FBC2B5;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    align-content: center;
}

.card-F {
    font-weight: 550 !important;
}

.family-patent-table-page { 
    border-collapse: collapse !important; 
    border: none !important;
    margin-bottom: 0px !important;
    table-layout: fixed !important;
    width: 100% !important;
} 
.family-patent-table-page th, .family-patent-table-page td {
    border-left: none !important;
    border-right: none !important;
    color: #000;
}
.family-patent-table-page header { 
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 550 !important;
}
.family-patent-table-page > thead > tr > th {
    color:black !important;
}
.family-patent-table-page a[href] {
    color: #006EAB !important;
    background-color: transparent !important;
    font-size: 16px !important;
    font-weight: 550;
}
.family-patent-table-page th,td { 
    border-color: #B9CAD4 !important;
}
.family-patent-table-page td p{ 
    color : black !important; 
    background-color: transparent !important;
}
.family-patent-table-page tbody tr:nth-child(odd) {
    background-color: #F6F8F9 !important;
}

.lens-link {
    display: flex;
    color: #000;
    font-size: 16px;
    gap: 10px;
    align-items: center;
}

.family-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .family-tab {
    padding: 8px 16px;
    border: none;
    background: none;
    cursor: pointer;
  }
  .family-tab:hover {
    font-weight: 500;
  }
  
  .family-tab.active {
    background: none;
    font-weight: 500;
    border-bottom: 2px solid #B9CAD4;
  }

.classification-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
  
.classification-tab {
    padding: 8px 16px;
    border: none;
    background: none;
    cursor: pointer;
}

.classification-tab:hover {
    font-weight: 500;
}
  
.classification-tab.active {
    background: none;
    font-weight: 500;
    border-bottom: 2px solid #B9CAD4;
}
  

.status-type{
    height: 28px;
    padding: 0 8px;
    background-color: #2E937424;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    align-content: center;
}

.knowledgebase-detail-container {
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
    gap: 64px;
    margin-bottom: 120px;
}

.left-section {
    width: 70%;
    word-wrap: break-word;
    color: #000 !important;
    font-size: 16px;
}

.left-section p{
    color: #000 !important;
}

.left-section span{
    color: #000 !important;
}

.right-section {
    width: 30%;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header h2 {
    font-size: 24px;
    font-weight: bold;
}

.header .status {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.left-section .fund-topic-title {
    font-size: 24px;
    font-weight: 550;
    color: #000;
}

.left-section .fund-topic-call-identifier{
    font-size: 16px;
    font-weight: 450;
    color: gray;
    margin-top: 20px;
}

.left-section .fund-topic-subtitles{
    font-size: 24px;
    font-weight: 500;
    color: black;
    margin-top: 64px;
}

.left-section .fund-topic-subtitles-descriptions{
    font-size: 16px;
    font-weight: 350;
    color: black;
    margin-top: 24px;
}

.details-table {
    width: 100%;
    border: 1px solid #B9CAD4 !important; /* Define a borda */
    border-radius: 5px; /* Define o raio da borda */
    border-spacing: 0; /* Garante que não haja espaços entre células */
    margin-bottom: 20px; /* Espaço entre tabelas */
    border-collapse: separate;
    border-color: #B9CAD4 !important;
    font-size: 16px;
}

.details-table th {
    border-bottom: 1px solid #B9CAD4 !important;
    background-color: #F1F3F4;
    font-weight: 550;
    text-align: left;
    border-top-left-radius: 5px; /* Canto superior esquerdo */
    border-top-right-radius: 5px; /* Canto superior direito */
    height: 56px;
    align-content: center;
    padding: 0 24px !important;
    color: black;
}

.details-table td {
    background-color: #fff;
    border-bottom: 1px solid #B9CAD4 !important;
    height: 80px;
    align-content: center;
    padding: 12px 24px !important;
}

.details-table td:hover {
    background-color: #fff;
}

.details-table tr:last-child td {
    border-bottom: none;
    border-bottom-left-radius: 5px; /* Canto inferior esquerdo */
    border-bottom-right-radius: 5px; /* Canto inferior direito */
}

.fund-url:hover{
    color: #006EAB;
}

.details-table td .topics-table{
    font-weight: 400;
    font-size: 14px;
    color: gray;
}

.details-table td .values-table{
    font-weight: 450;
    color: black;
}

.details-table td .values-table-links{
    font-weight: 450;
    color: #006EAB;
    text-decoration: underline;
}

.details-table td .values-table-links a{
    font-weight: 450;
    color: #006EAB;
    text-decoration: underline;
}

.subjects-table{
    width: 100%;
    border: 1px solid #B9CAD4 !important; /* Define a borda */
    border-radius: 5px; /* Define o raio da borda */
    border-spacing: 0; /* Garante que não haja espaços entre células */
    margin-bottom: 20px; /* Espaço entre tabelas */
    border-collapse: separate;
    border-color: #B9CAD4 !important;
    font-size: 16px;
}

.subjects-table th {
    border-bottom: 1px solid #B9CAD4 !important;
    background-color: #F1F3F4;
    font-weight: 550;
    text-align: left;
    border-top-left-radius: 5px; /* Canto superior esquerdo */
    border-top-right-radius: 5px; /* Canto superior direito */
    height: 46px;
    align-content: center;
    padding: 0 24px !important;
    color: black;
}

.left-th-table{
    border-top-right-radius: 0px !important;
}

.right-th-table{
    border-top-left-radius: 0px !important;
}

.subjects-table td {
    background-color: #fff;
    border-bottom: 1px solid #B9CAD4 !important;
    height: 46px;
    align-content: center;
    padding: 0 24px !important;
}

.subjects-table td:hover {
    background-color: #fff;
}

.subjects-table tr:last-child td {
    border-bottom: none;
}

.subjects-table td .topics-table{
    font-weight: 450;
    font-size: 14px;
    color: gray;
}

.subjects-table td .values-table{
    font-weight: 450;
    color: #000;
}

.subjects-table td .values-table-code{
    font-weight: 450;
    color: #5C6873 !important;
}

.article-authors{
    font-size: 16px;
    color: #5C6873 !important;
    font-weight: 450;
}

.top-section-fund{
    display: flex;
    margin-top: 82px;
    justify-content: space-between;
    align-items: center;
}

.status-open {
    color: #2E9374;
    background-color: #2E937424;
}

.status-closed {
    color: #D4404A;
    background-color: #D4404A1F;
}

.status-soon {
    color: #6D6B62;
    background-color: #F7C41052;
}

.status-signed {
    color: #4457A2;
    background-color: #B7C3F352;
}

.access-restricted {
    color: #D66112;
    background-color: #D661121F;
}

.access-embargo {
    color: #6D6B62;
    background-color: #F7C41052;
}

.access-open-source {
    color: #006EAB;
    background-color: #006EAB1F;
}
/*POP UP SUCESSO */
.custom-alert-msg {
    position: fixed;
    top: 10%;
    right: 0px;
    padding: 20px 20px;
    border-radius: 5px 0px 0 5px;
    z-index: 9999;
  }
  @keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }

  .custom-alert-msg.success-poup {
    background-color: #E2ECE9; 
    color: #2E9374; 
    border: 2px solid #E2ECE9;
  }
  .custom-alert-msg.error-popup {
    background-color: #F2E3E4; 
    color: #D4404A; 
    border: 2px solid #F2E3E4;
  }

.popup-knowledgebase {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 50%;
    max-width: 600px;
    height: auto;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    border-radius: 8px;
  }

  #popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 998; 
    display: none;
  }
  
  #saveSearchPopup {
    display: none;
  }

  .popup-knowledgebase-title{
    border-color: #CCE2EE;
    border-bottom: 1px solid #CCE2EE;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .popup-knowledgebase-title h2{
    padding-left: 20px;
    font-weight: 550;
    font-size: 18px;
    color: #000;
  }

  .popup-knowledgebase-form{
    padding: 0 24px;
    margin-top: 4px;
    margin-bottom: 24px;
  }

  #searchName{
    outline: none;
    color: black;
    font-size: 16px;
  }
 #searchName:focus{
    border: 1px solid #006EAB;
  }
  .search-name{
    font-weight: 550;
    font-size: 16px;
    color: #000;
  }

  .close{
    padding: 10px 20px 20px 20px; 
  }

  .search-name-bar-text{
    height: 48px;
    padding: 0px 16px 0px 16px;
    margin-bottom: 24px;
    border-radius: 5px !important;
    border: 1px solid #B9CAD4;
  }

  .filters-text{
    font-weight: 550;
    font-size: 16px;
    color: #000;
  }

  .filters-list{
    font-weight: 400;
    font-size: 16px;
    color: #000;
  }

  .popup-knowledgebase-buttons{
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    border-color: #CCE2EE;
    border-top: 1px solid #CCE2EE;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
  }

  .popup-knowledgebase-buttons button{
    padding: 0 16px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    border-color: #006EAB !important;
    border: 2px solid #006EAB;
    border-radius: 5px !important;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .save-search{
    background-color: #006EAB !important;
    color: #FFF;
  }

  .cancel-button{
    background-color: #fff !important;
    color: #006EAB;
  }

  .save-search:hover{
    background-color: #00365C !important;
    border-color: #00365C !important;
  }

  .cancel-button:hover{
    border-color: black !important;
    color: black;
  }

  .sneak-peek-container{
    display: flex;
    justify-content: space-between;
    background-color: #F1F3F4;
    margin-bottom: 120px;
    border-radius: 16px 16px 150px 16px;
  }

  .sneak-peek-card{
    width: 65%;
    padding: 76px 64px;
  }

  .sneak-peek-img{
    width: 389px;
    height: 318px;
    object-fit: cover;
    border-radius: 150px 16px;
  }
.knowledgebase-container{
    margin-top: 48px;
}
  

.knowledgebase-container-notclickable{
    margin-top: 48px;
    pointer-events: none;
}

.knowledgebase-container-notclickable * {
    cursor: not-allowed;
}
.knowledgebase-container-notclickable .form_filters{
    position: relative;
    background-color: white;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0));
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0));
    mask-size: 100% 100%;
}
.remove-margin-top{
    margin-top: 0 !important;
}

@media (max-width: 991px) {
    .fisherman-container {
        margin-top: 0px !important;
    }
}
  .sneak-peek {
    padding-top: 150px;
    margin-top: -100px;
    background: linear-gradient(
        to top, 
        rgba(255, 255, 255, 1) 0%,   /* Branco opaco no topo */
        rgba(255, 255, 255, 1) 80%,  /* Mantém branco opaco até 80% */
        rgba(255, 255, 255, 0) 100%  /* Desaparece no final, aos 100% */
    );
    position: relative;  /* Para garantir que cubra o conteúdo abaixo */
    width: 100%;
    height: 100%;
  }

  .login-btn-sneak-peek {
    padding: 0 16px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #006EAB;
    background-color: #FFF !important;
    border-color: #006EAB !important;
    border: 2px solid #006EAB;
    border-radius: 5px !important;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.login-btn-sneak-peek:hover {
    background: #006EAB !important;
    color: #fff !important;
}

.register-btn-sneak-peek {
    padding: 0 16px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    background-color: #006EAB !important;
    border-color: #006EAB !important;
    border: 2px solid #006EAB;
    border-radius: 5px !important;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.register-btn-sneak-peek:hover {
    background: #fff !important;
    color: #006EAB !important;
}


.sneak-peek-buttons{
    display: flex;
    gap: 16px;
}

.filter-popup-btn{
    display: none;
}

.filter-popup{
    display: none;
}

/* Estilos para o fundo do popup */

  
  /* Estilos para o conteúdo do popup */
  .filters-content {
    background-color: white;
    padding: 30px;
    border: 1px solid #888;
    width: 100%; /* Largura do popup */
    height: 100%;
    max-width: 600px;
    position: relative;
    border-radius: 6px;
  }
  
  /* Botão de fechar */
  .close-popup {
    position: absolute;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
  }
  .close-popup:hover {
    color: #000;
  }
  .data-container{
    display: flex;
    align-items: center;
}

.clamped-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* Limita a 2 linhas */
    line-clamp: 2; /* Para navegadores modernos */
    max-height: 3em; /* Ajustar conforme o tamanho da fonte */
}

.subjects-container{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.subject-object{
    padding: 0 14px;
    height: 34px;
    margin: 0px;
    border: 1px solid #B9CAD4;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    color: #454E56;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  text-align: center;
}

#mobile-pag, #tablet-pag, #desktop-pag{
    position: relative;
}

.page-link.active {
    position: relative;
    display: none;
}


#page_number_input_tablet, #page_number_input_mobile, #page_number_input_desktop{
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 2px solid #006EAB;
}

.entity-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
.micro-logo{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.product-details-button{
    width: 100%;
    text-align: center;
}
.product-left-section{
    display: flex !important;
    flex-direction: column;
}

.doi-a, .doi-a a{
    text-decoration: none !important;
    
}
.doi-a i{
    font-size: 14px;
}
.doi-link{
    padding: 4px;
    background-color: #006EAB;
    color: white !important;
    font-size: 12px;
    border-radius: 0 3px 3px 0;
}
.doi-span{
    border-radius: 3px 0 0 3px;
    background-color: #555d64;
    color: white;
    font-size: 12px;
    padding: 4px;
    text-decoration: none !important;
}

.slider-wrapper .ph-caret-left, .slider-wrapper .ph-caret-right{ 
    position: absolute;
    top: 50%;
}
.slider-wrapper .ph-caret-left{
    left: -40px;
}
.slider-wrapper .ph-caret-right{
    right: -40px;
}
.slider-container{
    display: flex;
    justify-content: center;
    max-width: 100%;
}
.slider-wrapper{
    width: 85%;
}
@keyframes slideInFade {
    0% {
      opacity: 0;
      transform: translateX(100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }  
.slider-container {
    animation: slideInFade 0.8s ease-out forwards;
}
.slider-wrapper .result-title {
    display: -webkit-box;       
    -webkit-line-clamp: 2;        
    -webkit-box-orient: vertical;  
    overflow: hidden;             
    text-overflow: ellipsis;      
    max-height: 3em;             
    line-height: 1.5em;     
  }
.slider-wrapper .categories-container-overview{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.main-content.inner{
    width: 100%;
    padding: 0;
    margin-top: 0px;
}

@media (max-width: 1024px) {

    .filters{
        display: none ;
    }
    .main-content {
        width: 100% !important;
        margin-top: 47px;
    }

    .container-search-bar{
        display: flex;
        gap: 16px;
    }
    #mobile-filters{
        position: fixed;
        top: 15%;
        left: 20%;
        right: 20%;
        width: 60%;
        z-index: 9999;
        background-color: white;
        border-radius: 6px;
        padding: 20px !important;
    }
    .filter-popup-btn {
        display: flex; 
        justify-content: center;
        align-items: center;
        line-height: 1;
        width: 15%;
        height: 48px;
        font-size: 20px;
        font-weight: 500;
        color: #006EAB;
        background-color: #FFF !important;
        border-color: #006EAB !important;
        border: 2px solid #006EAB;
        border-radius: 5px !important;
        cursor: pointer;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }
    
    .filters-popup{
        position: fixed;
        left: 5%;
        top: 15%;
        width: 60%;
        background-color: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        border-radius: 6px;
    }

    .popup-knowledgebase {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 60%;
        background-color: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        border-radius: 6px;
        padding: 20px 0;
    }
    .close{
        padding: 0px 20px 20px 20px; 
      }
      .date-label{
        width: 100%;
      }
    .date-values {
        display: block;
    }
    .data-container{
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .date-separator{
        display: none;
    }
    .knowledgebase-container {
        margin-top: 47px;
    }
    .knowledgebase-container-notclickable {
        margin-top: 47px;
    }
    .sneak-peek-container {
        display: flex;
        flex-flow: column-reverse;
        justify-content: space-between;
        background-color: #F1F3F4;
        margin-bottom: 120px;
        border-radius: 10px 10px 10px 10px;
    }
    .sneak-peek-img {
        width: 389px;
        height: 318px;
        object-fit: cover;
        border-radius: 10px 10px;
    }
    .sneak-peek-card {
        width: 100%;
        padding: 32px 24px;
    }
    .sneak-peek-card p {
        margin: 0 0 24px;
    }

    .knowledgebase-detail-container {
        display: block;
    }

    .left-section {
        width: 100%;
        margin-bottom: 48px;
    }

    .right-section {
        width: 100%;
    }
    .buttons, .categories-container, .data-container{
        display: flex;
        flex-wrap: wrap;
    }
    #mobile-btns{
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 20px;
    }
    .date-container{
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .popup-knowledgebase {
        width: 80%;
    }
    .popup-knowledgebase-buttons{
        flex-wrap: wrap;
    }
   
    #mobile-filters{
        width: 70%;
        left: 15%;
        right: 15%;
    }
    .main-content{
        margin-top: 0 !important;
    }
    
}
@media(max-width: 600px){
    .top-section-fund{
        flex-direction: column;
        align-items: flex-start;
    }
    .popup-knowledgebase {
        width: 90%;
    }
     #mobile-filters{
            width: 90% !important;
            left: 5%;
            right: 5%;
        }
        .slider-wrapper{
            width: 100%;
        }
    .main-content{
        margin-top: 0 !important;
    }
}
@media(max-width: 359px){
.date-container{
            width: 60% !important;
        }
        .main-content{
            margin-top: 0 !important;
        }
    }
  
