ul.nav-main li .nav-children .nav-children li a {
    padding: 6px 15px 6px 71px;
}

ul.nav-main li .nav-children .nav-children .nav-children li a {
    padding: 6px 15px 6px 81px;
}

.toggle-title {
    font-weight: 500 !important;
}

.btn-orange {
    color: #fff;
    background-color: #5E60CE;
    border-color: #6930C3;
}

.btn-orange:hover {
    color: #fff;
    background-color: #5390D9;
    border-color: #5E60CE;
}

.btn-orange:focus,
.btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 96, 206, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #fff;
    background-color: #5E60CE;
    border-color: #6930C3;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #5390D9;
    border-color: #5E60CE;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 96, 206, 0.5);
}

.card-transparent .card-header h2 {
    color: #000 !important;
}

.color-dropdown-menu {
    color: #171717 !important;
}

.color-dropdown-menu:hover {
    background: #5E60CE !important;
    color: #fff !important;
}

a,
a:hover,
a:focus {
    color: black;
}

.card-subtitle {
    color: #ccc;
}

.Titulo_Cartao {
    color: #000 !important;
}

.list-notifications:hover {
    background-color: rgb(230, 230, 230);
    border-left: 5px solid rgb(230, 230, 230);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px -5px 0px 0px rgb(230, 230, 230);
    box-shadow: 0px -5px 0px 0px rgb(230, 230, 230);
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
    border-bottom: 0px none;
}

#caixa-notificacoes {
    max-height: 430px;
    overflow: hidden;
    overflow-y: scroll;
    padding-top: 5px;
}

#caixa-notificacoes::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#caixa-notificacoes::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

#caixa-notificacoes::-webkit-scrollbar-thumb {
    background: #eee;
    border: 0px none #ffffff;
    border-radius: 65px;
}

#caixa-notificacoes::-webkit-scrollbar-thumb:hover {
    background: #ff8624;
}

#caixa-notificacoes::-webkit-scrollbar-thumb:active {
    background: #5E60CE;
}

#caixa-notificacoes::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 24px;
}

#caixa-notificacoes::-webkit-scrollbar-track:hover {
    background: rgb(247, 247, 247);
}

#caixa-notificacoes::-webkit-scrollbar-corner {
    background: transparent;
}

.lista-notificacao:hover {
    background: rgb(243, 243, 243);
}

.lista-notificacao {
    margin: -5px !important;
    padding: 3px !important;
    border-radius: 7px !important;
}

.link-notificacao {
    width: 380px !important;
    display: flex !important;
}

.img-notificacao {
    width: 37px !important;
    margin-left: 10px;
    float: left !important;
    height: 100% !important;
}

.texto-notificacao {
    float: left !important;
    width: 320px!important;
    font-size: 12px !important;
    margin-left: 5px !important;
}

.titulo-notificacao {
    margin: 0px !important;
    color: #000 !important;
    font-size: 12px !important;
    margin-bottom: 5px !important;
}

.info-notificacao {
    color: #777 !important;
    margin: 0px !important;
    line-height: 14px !important;
    margin-top: -4px !important;
}

.time-notificacao {
    float: right !important;
    margin-bottom: -4px !important;
    margin-top: -4px !important;
    color: #777 !important;
}

.eyes {
    position: absolute;
    margin-left: 93%;
    margin-top: 3%;
    cursor: pointer;
    font-size: 12px;
    z-index: 999;
}

.card-selection {
    border-radius: 10px;
}
.card-selection:hover{
    background-color: #FFFDF0 !important;
    border: 1px solid #5E60CE !important;
}