.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;
}

#toast-container.toast-top-center {
    top: 75px;
}

.mw-1500px {
    max-width: 1500px !important;
}

.btn-modal-header-close {
    background-color: #272b44 !important;
}

.btn-modal-header-close:hover,
.btn-modal-header-close:focus {
    background-color: #303650 !important;
}

.btn.btn-primary {
    box-shadow: rgba(0, 158, 247, 0.10) 0px 6px 16px !important;
}

.btn.btn-success {
    box-shadow: rgb(121 196 2 / 10%) 0px 6px 16px !important;
}