/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.views--graduate .views-exposed-form{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;padding:20px;background-color:#E4E5E9;margin-top:20px;margin-bottom:20px;align-items:end;}.views--graduate .views-exposed-form > *{padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);margin-top:var(--bs-gutter-y);}.views--graduate .views-exposed-form .form-item{flex:1 1 auto;margin-bottom:0;}.views--graduate .views-exposed-form .form-item label{margin-bottom:5px;}.views--graduate .views-exposed-form .form-actions{align-self:flex-end;}.views--graduate .item-list ul{list-style:none;margin:0;padding:0;}
.tabs{display:flex;margin-top:1rem;border-bottom:2px solid #ccc;}.tab-button{padding:0.8rem 1.2rem;cursor:pointer;font-weight:bold;border:none;background:#eee;border-radius:6px 6px 0 0;margin-right:0.5rem;transition:background 0.3s;}.tab-button.active{background:#00747C;color:white;}.tab-content{display:none;}.tab-content.active{display:block;}#controls{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;}.control-block{display:flex;flex-direction:column;margin-bottom:0.8rem;}.control-block label{font-weight:bold;margin-bottom:0.25rem;}.control-block select,.control-block input[type="date"],.control-block input[type="text"],.control-block button{width:230px;padding:0.4rem 0.6rem;border:1px solid #ccc;border-radius:4px;font-size:0.95rem;box-sizing:border-box;}#applyFilters{background-color:#00747C;color:white;font-weight:bold;cursor:pointer;border:none;}#applyFilters:hover{background-color:#ffcc00;color:#00747C;}.dropdown-container{width:230px;position:relative;display:flex;flex-direction:column;}.dropdown-display{width:100%;padding:0.4rem 0.6rem;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer;display:flex;justify-content:space-between;}.checkbox-panel{position:absolute;top:36px;width:100%;max-height:180px;border:1px solid #ccc;background:white;display:none;overflow-y:auto;padding:6px;z-index:10;left:0;}#keywordResults{margin-top:0.5rem;padding:0.5rem;background:#f0f8ff;border:1px solid #ccc;border-radius:4px;max-height:150px;overflow-y:auto;display:none;}.keyword-result-item{padding:0.3rem;cursor:pointer;border-bottom:1px solid #e0e0e0;}.keyword-result-item:hover{background-color:#e8f4f8;}.keyword-result-code{font-weight:bold;color:#00747C;}#filter-reminder{transition:opacity 0.3s ease;padding:5px;border-left:3px solid #d62728;background-color:#fff5f5;}#product-description-display{min-height:60px;padding:15px;background-color:#fcfcfc;border:1px solid #e0e0e0;border-left:5px solid #00747C;border-radius:4px;}.description-card{animation:fadeIn 0.3s ease-in;}.description-card strong{display:block;font-size:0.75rem;color:#666;text-transform:uppercase;margin-bottom:5px;letter-spacing:0.5px;}.description-card span{font-size:0.95rem;color:#333;line-height:1.6;display:block;word-wrap:break-word;overflow-wrap:break-word;}.description-placeholder{color:#999;font-style:italic;font-size:0.9rem;}@keyframes fadeIn{from{opacity:0;transform:translateY(5px);}to{opacity:1;transform:translateY(0);}}table.summaryTable{width:100%;border-collapse:collapse;margin-top:1rem;background:#fff;}table.summaryTable th{width:100px;min-width:100px;border:1px solid #ddd;padding:6px;text-align:center !important;}table.summaryTable td{width:100px;min-width:100px;border:1px solid #ddd;padding:6px;text-align:center;}table.summaryTable thead{background-color:#00747C;color:white;}#summarySection{background:#f8f9fa;padding:1rem;border:1px solid #ccc;border-radius:6px;margin-top:2rem;}#eoSection,#simSection2,#simSection3{margin-top:2rem;padding:1rem;background:#eef2f7;border-left:5px solid #00747C;}.vdrop-wrap{position:relative;width:230px;}.vdrop-input{width:100%;padding:0.4rem 0.6rem;border:1px solid #ccc;border-radius:4px;font-size:0.95rem;box-sizing:border-box;background:#fff;}.vdrop-input:disabled{background:#f5f5f5;color:#aaa;cursor:not-allowed;}.vdrop-input.vdrop-active{border-color:#00747C;outline:none;}.vdrop-list{display:none;position:absolute;top:calc(100% + 2px);left:0;width:100%;max-height:220px;overflow-y:auto;background:#fff;border:1px solid #ccc;border-radius:4px;z-index:200;box-shadow:0 4px 12px rgba(0,0,0,0.12);}.vdrop-list.open{display:block;}.vdrop-item{padding:5px 8px;cursor:pointer;font-size:0.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid #f0f0f0;}.vdrop-item:hover,.vdrop-item.vdrop-focused{background:#e6f4f5;color:#00747C;}.vdrop-item.vdrop-selected{background:#00747C;color:#fff;}.vdrop-empty{padding:8px;color:#999;font-style:italic;font-size:0.85rem;}.sim-controls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1rem;margin-top:1.2rem;align-items:end;}.sim-controls-grid .control-block select,.sim-controls-grid .control-block input[type="date"]{width:100%;}.sim-date-message{margin-top:0.6rem;font-size:1.0em;color:#555;display:none;}.sim-mode{margin-top:1.5rem;}.sim-chart-grid-2col{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem;}.sim-chart-grid-2col > div{width:100%;}.sim-chart-grid-2col > div > div[id]{width:100%;height:420px;}.sim-chart-full{width:100%;}.sim-chart-label{font-family:Georgia,serif;color:#003366;font-size:0.95rem;margin:0 0 0.4rem 0;}.sim-desc-row{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;}.sim-desc-card{flex:1;min-width:260px;max-width:360px;padding:10px 14px;background-color:#fcfcfc;border:1px solid #e0e0e0;border-left:4px solid #00747C;border-radius:4px;}.sim-desc-card strong{display:block;font-size:0.7rem;color:#666;text-transform:uppercase;margin-bottom:4px;letter-spacing:0.4px;}.sim-desc-card span{font-size:0.9rem;color:#333;line-height:1.5;}.sim-desc-placeholder{font-style:italic;color:#999;}.visit-counter{position:fixed;bottom:10px;right:10px;background:#00747C;padding:10px 15px;border-radius:5px;font-size:12px;color:white;box-shadow:0 2px 5px rgba(0,0,0,0.1);}.visit-counter strong{color:white;}.dataTables_paginate{display:flex;align-items:center;gap:18px;}.dataTables_paginate .paginate_button{border:none;background:transparent;padding:6px 10px;text-decoration:none;cursor:pointer;}.dataTables_paginate span{display:flex;gap:18px;}.dataTables_paginate .paginate_button.current{border:2px solid #cfcfcf;background:#f3f3f3;padding:6px 14px;}.dataTables_paginate .paginate_button.disabled{opacity:0.5;cursor:default;pointer-events:none;}.dataTables_paginate .paginate_button:hover:not(.current):not(.disabled){text-decoration:underline;}.dataTables_wrapper{width:100%;}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{width:50%;box-sizing:border-box;margin-bottom:16px;}.dataTables_wrapper .dataTables_length{float:left;text-align:left;}.dataTables_wrapper .dataTables_filter{float:right;text-align:right;}.dataTables_wrapper .dataTables_filter label,.dataTables_wrapper .dataTables_length label{display:inline-flex;align-items:center;gap:8px;}.dataTables_wrapper table{clear:both;width:100% !important;}.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{width:50%;box-sizing:border-box;margin-top:16px;}.dataTables_wrapper .dataTables_info{float:left;text-align:left;}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;}.dataTables_wrapper .dataTables_paginate span{display:inline-flex;align-items:center;gap:6px;}.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_info{min-height:40px;display:flex;align-items:center;}.dataTables_wrapper .dataTables_paginate{justify-content:flex-end;}.dataTables_wrapper .dataTables_info{justify-content:flex-start;}.dataTables_wrapper::after{content:"";display:block;clear:both;}
tr .form-item{margin-top:0.75rem !important}
.ck-widget svg,.ck-table-column-resizer{display:none;}table p{margin-bottom:0;}.table-names tr > td:first-child{width:280px;}a.news-featured-img{aspect-ratio:16/9;overflow:hidden;display:block;}.news-featured-img img{width:100%;height:100%;object-fit:cover;}.az-carousel.recent-publications .st-owl-theme .owl-buttons .owl-prev,.az-carousel.recent-publications .st-owl-theme .owl-buttons .owl-next{background:rgba(0,0,0,0.2) !important;}.az-carousel.recent-publications .st-owl-theme .owl-buttons .owl-prev:hover,.az-carousel.recent-publications .st-owl-theme .owl-buttons .owl-next:hover{background:#006781 !important;}img,img.az-image-content{border-radius:0.25rem;}.ratio-3x4{aspect-ratio:3/4;}.pub-item > .az-column > .az-image{z-index:1;}.pub-item > .az-column.bordered-item{border:1px solid #000;padding:1rem 1rem 1rem 4.5rem;margin:1rem 1rem 1rem -4rem;}.pub-item > .az-column.bordered-item p{margin-bottom:0;}.research-news .az-image{width:90%;}.research-news .az-text{width:80%;}.research-news .az-text p{margin-bottom:0;}.research-news .az-text{float:right;margin-top:-2rem;}.tabs-buttons.tabs-sm a.nav-link{padding:1rem 1rem;font-size:1.125rem;margin:0 0.25rem;}@media screen and (max-width:767px){.pub-item > .az-column:nth-child(1) .az-image{width:240px;margin:0 auto;}.pub-item > .az-column:nth-child(2){width:calc(100% - 2rem);border:1px solid #000;padding:4rem 1rem 1rem;margin:-3rem 1rem 1rem;}.pub-item > .az-column:nth-child(2) p{margin-bottom:0;}}
.text-pretty{text-wrap:pretty;}.text-balance{text-wrap:balance;}.grid-link .az-link .az-image{width:120px;margin:0 auto 0.75rem auto}.az-link.grid-link-item{height:100%;border-radius:0.25rem;background:#F8F9FA;padding:1rem;transform:translateY(0);transition:all ease-in-out 0.3s;}.az-link.grid-link-item:hover{background:#E9ECEF;transform:translateY(0.25rem);transition:all ease-in-out 0.3s;}.az-link.grid-link-item a p,.az-link.grid-link-item a:hover{text-decoration:none !important;}.az-link.grid-link-item a p{color:initial;font-weight:initial;text-wrap:pretty;}
