.navSettings {
    /* background: yellow;
    min-width: 45px;
    max-width: 240px;*/
    height: 50px !important;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.navSettingsWidth{
    width: 240px;
}

.navSettingsEComercial{
    min-width: 45px !important;
    max-width: 240px !important;
}

.navSettings li {
    list-style: none;
    padding-inline-end: 7px;
    position: relative;
    display: block;

}
#cardNotifications{
    display: none;
}
#cardUser{
    border: 1px solid #b2b2b2;
    display: none;
}.navSettings li
#cardNotifications{
    display: none;
}
#pointNotificacions{
    display: none;
}
.navSettings span.iconSettins {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* background: red; */
    border: 1px solid #dfdfdf;
}

.navSettings li div.card {
    position: absolute;
    z-index: 2;
    width: 250px;
    right: -5px;
}

.navSettings li div.card span.iconSettins {
    background: #F37032;
    width: 38px;
    height: 38px;
    color: white;
}

.navSettings div.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
}

 div.ChangeTheme {
     width: 240px;
     text-align: center;
     justify-content: center;
     align-items: center;
     
     border: 1px solid #dfdfdf;
     display: flex;
     justify-content: space-around;
     align-items: center;
 }

 div.ChangeTheme span {
     font-size: medium;
     font-weight: 500;
 }
 div.ChangeTheme ul {
     display: flex !important;
     margin-top: 5px;
     margin-bottom: 5px;
 }
 div.ChangeTheme ul button{
    flex-grow: 1 !important;
    height: 38px;
    background: white;
    /* border: 1px solid greenyellow; */
 }
 div.ChangeTheme li.list-group-item {
    border: none;
    padding: 0px;
    display: flex;
    background: transparent;
 }
 div.ChangeTheme ul button:first-child {
    border: 1px solid #b2b2b2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
 }
 div.ChangeTheme   button:last-child{
    border: 1px solid #b2b2b2;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
 }
 
 .botonsThemeActive{
    color: #eeeeee;    
    background: #F37032 !important;
    font-weight: 500;
    border: 1px solid #F37032 !important;
    animation-duration: 0.5s;
 } 
 .botonsThemeActive:focus{
    outline: none;
 }

.closeSession {
    width: 240px;
    height: 40px;
    border: 1px solid #dfdfdf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.closeSession button {
    border-radius: 20px;
    border: none;
    background: #eeeeee;
}

.navSettings div.card-body p {
    font-size: small;
}

/* .navSettings span.iconSettins:hover {
    border: 2px solid #C0C0C0;
    background: #E5E4E2;

} */
li#iconUser span.iconSettins:hover,
li#iconNotifications span.iconSettins:hover {
    border: 2px solid #C0C0C0;
    background: #E5E4E2;
    width: 31px;
    height: 31px;
}

li#iconSearchPoliza:hover {
    height: 40px;
    background: #F37032;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: small;
    font-weight: 500;
    cursor: pointer;
}

li#iconSearchPoliza span:first-child {
    display: none;
}

li#iconSearchPoliza:hover span:first-child {
    display: block;
}

li#iconSearchPoliza:hover span:last-child {
    border: none;
}

.navSettings li.iconNotifications div.card {
    right: 5px;
}

.containerBotonsNotificaciones {
    display: flex;
    justify-content: center;
}

.containerBotonsNotificaciones button {
    border: none;
    border-radius: 25px;
}

li.iconNotifications div.card {
    width: 380px;
}

li.iconNotifications ul.itemsNotificaciones {
    height: 450px;
    overflow: scroll;
}
.tituloNotificaciones{
    font-size: x-large;
}
.containerBotonsNotificaciones button:first-child {
    background: #4c4c4c;
    margin-right: 20px;
    color: white;
}

.containerBotonsNotificaciones button:last-child {
    background: #E5E4E2;
}

.settingsBotonsNotificacions {
    display: flex !important;
    justify-content: space-between;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;

}

.settingsBotonsNotificacions button {
    flex-grow: 1;
    width: 100%;
    padding: 10px;
    background: white;
    border: none;
    font-weight: 500;
}
.btnOptionNotificacion {
    background: #eeeeee !important;
    border: none !important;
    cursor: pointer;
}
.btnOptionNotificacion:focus {
    outline: none !important;
}
.btnOptionNotificacionActive {
   background: #9F0056 !important;
   outline: none;
   color: white;
   border-radius: 2px;
}
/* .settingsBotonsNotificacions button:active,
button:focus {
    background: #e5e5e5;
    border-bottom: 2px solid #4c4c4c;
} */

.itemsNotificaciones li h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.itemsNotificaciones li p {
    font-size: smaller;
    color: #4c4c4c;
}

.icon-button__badge {
    top: 3px;
    left: 16px;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #F37032;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
