.custom-head-users {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.custom-head-users select {
    max-width: 200px;
}


label.star::before {
content: "*";
    position: relative;
    top: 2px;
    left: -3px;
    /* right: 9px; */
    color: red;
    font-size: 15px;
}


.min-w-100 {
        min-width: 160px  !important;
}
.height-min {
    min-height: 260px;
}

.btn-primary , .btn-primary:hover{
    background-color: #dfa62e !important;
    border-color: #dfa62e !important;
}
.page-item.active .page-link {
       background-color: #dfa62e !important;
    border-color: #dfa62e !important;
}

.text-primary {
    color: #dfa62e !important;
}

.avatar-title {
      background-color: #dfa62e !important;
       border-color: #dfa62e !important;
}
