.logoheader{
    width: 90px;
    height: auto; 
    top: 15px;
    left: 80px;
    background: #fff;
    border-radius: 100%;
    padding: 10px;
}
@media screen and (max-width: 800px){
    .logoheader{
        width: 60px; 
    }
}

.slider_inner{
    border-radius: 0 0 45px 45px;
}

.dashboardMenu a,
.dashboardMenu p,
.dashboardMenu span,
.dashboardMenu li,
.dashboardMenu .ph-bold.ph-caret-down:before{
    color: #000 !important
}

.dashboardMenu .logoheader{
    width: 65px;
}


.profileUser img {
    width: 130px;
    object-fit: cover;
    height: 130px;
    border-radius: 100%;
}

select {
  outline: none;
  border: 1px solid transparent;
  transition: border-color ease 0.3s;
}


.text-green{
  color: green;
}
.text-gray{
    color: #656464;
}
 
.dual-listbox .dual-listbox__button {
    margin-bottom: 5px;
    border: 0;
    background-color: var(--primary) !important;
} 
input.dual-listbox__search {
    display: none;
}


 