.pres_select_detalhe{
    color: white;
    border: solid 1px white !important;
    background-color: var(--colorfirst) !important;
    border-radius: 10px;
    
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
   
    -webkit-appearance: none;
    -moz-appearance: none;
    
}   
.pres_search_btn_detalhe{
    border: solid 1px white !important;
    border-radius: 10px;
    background-color: var(--colorfirst);
    width: 100%;
    padding: 10px 10px;
    color: var(--grey);
    height: 46px;
    
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.pres_search_box_detalhe{
    color: white !important;
    border: solid 1px white !important;
    background-color: var(--colorfirst) !important;
    
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.pres_pesquisa_menu_cats:not(:last-child){
    border-right: solid 1px white;
}


.pres_search_box_detalhe::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.pres_search_box_detalhe:-ms-input-placeholder {
  color: white;
}
.pres_search_box_detalhe::-ms-input-placeholder {
  color: white;
}

.mark_cat:not(:last-child):after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 50%;
    background-color: white;
}

.dropbtn-mark{
    background-color: transparent !important;
    color: white !important;
    
}
.dropdown-mark{
    width: 100% !important;
}
.dropdown-content-mark{
    width: 100% !important;
}