#campo_de_busca select{height:40px;border:2px solid #708090;border-radius:5px;padding:8.5px}#selected-option{background:#fff;border:2px solid #708090;border-radius:5px;padding:12px 32px 12px 10px;user-select:none;width:180px;font-weight:500;font-size:13px;position:relative;cursor:pointer}#selected-option::after{content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #333;pointer-events:none}#options-list{display:none;list-style:none;margin:0;padding:0}.portal-dropdown{position:absolute;background:#fff;border:2px solid #708090;border-radius:5px;box-shadow:0 3px 8px rgba(0,0,0,0.15);list-style:none;margin:0;padding:0;z-index:99999;width:200px}.portal-dropdown li{padding:8px 10px;font-family:inherit;font-size:14px;color:#000;cursor:pointer;box-sizing:border-box;white-space:nowrap;transition:background-color 0.15s ease}.portal-dropdown li:hover{background-color:#0060ba;color:#fff}.portal-dropdown li.selected{background-color:#004080;color:#fff;font-weight:bold}.portal-desc{position:absolute;width:300px;background:#f9f9f9;border:2px solid #708090;border-radius:5px;padding:10px;font-size:13px;color:#333;box-shadow:0 3px 8px rgba(0,0,0,0.2);z-index:100000;display:none;white-space:normal}.autocomplete_item_label{margin:auto;color:#fcfcfc;background-color:#2e4d85;padding:5px;border-radius:4px}.autocomplete_item_label b{color:#2e4d85;background-color:#fcfcfc}#categorias-tooltip{overflow-y:auto;display:flex;flex-wrap:wrap;height:510px;width:749px!important;background-color:#efefef;margin:0 auto}#categorias-tooltip .ui-menu-item{width:100%;border-left-width:1px}.flex{display:flex}.coluna-auto{flex:1 1 calc(25% - 10px);margin-right:5px;margin-bottom:5px;background-color:#efefef}.coluna-auto:nth-child(4n){margin-right:0}.categoria-bloco{margin-bottom:5px;padding:5px;border-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,0.1);overflow:hidden;background-color:#efefef}@media (max-width:768px){.coluna-auto{flex:1 1 100%}}@media (min-width:769px) and (max-width:1024px){.coluna-auto{flex:1 1 calc(50% - 10px)}}