.text-error{
    color:red !important
}
.form-control::placeholder {
    color: rgb(168, 163, 163); 
}
.no-hover:hover {
    background-color: inherit; /* Use the default background color */
    color: inherit; /* Use the default text color */
    text-decoration: none; /* Remove any text decoration (optional) */
}
i{
font-size: large;
}

.text-link{
    color:#4140e8;
}
.fs-7{
    font-size: 0.9rem;
}
.disable-input > .form-control {
   pointer-events: none;
   opacity: 0.8;
   background-color: #e7e7ed;
   border:none;
}

.edit-workgroup-btn{
 margin-right: 4px
}

.disable-dd-button {
    pointer-events: none;
    color:rgb(158, 158, 164) !important;
 }

 .avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #371F29;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
  }

.fs-5{
  font-size: 0.9rem !important;
}
.fs-4{
    font-size: 0.8rem !important;
  }
  
.no-dd-arrow .dropdown-toggle::after {
    display: none !important;
}
