.user_:hover{
color: #fff !important;
}
.text-link{
    color: #0000FF !important; 
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;

}
.text-link:hover{
    text-decoration: none;
    outline: 1px solid #0000FF;
   
}
select[disabled].dropdown-toggle::after{
    display: none !important;
}

tbody, td, tfoot, th, thead, tr

 {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}
.select_ {
    display: block;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.3s ease;
    will-change: transform; /* Optimizes the animation */
}

.select_:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}