.btn-assign-edit,
.btn-assign-view,
.btn-assign-delete {
    font-size: 16px;
    padding: 3px;
    border-radius: 5px;
    color: white;
}

.btn-assign-edit {
    background-color: #83a60c;
}

.btn-assign-edit:hover {
    background-color: #6967ce;
}

.btn-assign-view {
    background-color: #83a60c;
}

.btn-assign-view:hover {
    background-color: #0061ffc9;
}

.btn-assign-delete {
    background-color: #83a60c;
}

.btn-assign-delete:hover {
    background-color: #ff3e1d;
}


.btn-history{
    padding:0px 0px;
    border-radius:5px;
}


.print-button {
    background-color: #007bff; /* Blue color for the button */
    color: white; /* Text color */
    border: none; /* No border */
    padding: 10px 20px; /* Padding */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style */
}

.print-button:hover {
    background-color: #0056b3; /* Darker blue color on hover */
}
