.nav-active-white .nav-link.active,
.nav-active-white .active .text-gray-500 {
    color: white !important;
}

/**
 * Menus da página Minha Conta
 */
.menu-select-item {
    cursor: pointer;
    background: white;
    transition: background 0.25s ease, color 0.25s ease;
    box-shadow: 3px 3px 15px #00000015;
}

.menu-select-item * {
    transition: color 0.25s ease;
}

.menu-select-item.active,
.menu-select-item:hover {
    background: linear-gradient(0deg, #0085f6, #009ef7);
}

.menu-select-item.active *,
.menu-select-item:hover * {
    color: white !important;
}

.color-picker {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
}

.color-picker .cp_input {
    width: 100% !important;
    min-width: 0 !important;
}
