.dropdown-toggle {
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.dropdown-toggle:focus {
    /* background-color: transparent; */
}

.dropdown-menu {
    border-radius: var(--md-border-radius);
    border: none;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%),
        0 2px 4px -1px rgb(0 0 0 / 30%);
    z-index: 2000;
    overflow: hidden;
}

.dropdown-menu.border-custom[x-placement="bottom-end"] {
    border-top-right-radius: 0;
}

.dropdown-menu.border-custom[x-placement="top-end"] {
    border-bottom-right-radius: 0;
}

.dropdown-menu.border-custom[data-popper-placement="bottom-end"] {
    border-top-right-radius: 0;
}

.dropdown-menu.border-custom[data-popper-placement="top-end"] {
    border-bottom-right-radius: 0;
}

.dropdown-menu .dropdown-item {
}

.dropdown-menu a.dropdown-item.text-primary:focus,
.dropdown-menu a.dropdown-item.text-primary:hover {
    color: var(--primary-color) !important;
}

.dropdown-menu .dropdown-item svg {
    margin-right: 5px;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: white;
}

.dropdown-menu .dropdown-item.focus,
.dropdown-menu .dropdown-item:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    outline: none;
}

.dropdown-menu hr {
    margin: 0.5rem 1rem;
    border-top: 1px solid rgb(0 0 0 / 0.3);
}

.dropdown-opcoes-processos {
    max-height: 400px;
    overflow-y: scroll;
}

.dropdown-opcoes-processos .dropdown-item {
    width: 250px;
    white-space: normal;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    opacity: 0.6;
}

.alt-primary-secondary {
    color: var(--primary-color) !important;
}

.alt-primary-secondary:disabled {
    color: var(--secondary-color) !important;
}

.dropdown-toggle.drop-custom::after {
    display: none;
}

.dropdown-toggle.drop-custom {
    font-size: 14px;
    background-color: transparent;
    color: #787878;
}

#menu-configuracoes .dropdown-item:hover {
    color: var(--secondary) !important;
}
