.alert-label-icon.label-arrow .label-icon::after 
{
    content: none !important;
}

.hide{
    display:none !important;
}

.badge:hover{
    cursor:pointer !important;
}

.la{
    font-size:1.2em !important;
}
.well {
    background-color: rgb(226, 229, 237, 0.21) !important;
}
.well-dark {
    background-color: rgb(226, 229, 237) !important;
}

.inline-container {
    display: inline-block;
}

/* Add additional styling as needed */
.inline-textbox {
    padding: 5px;
    border: 1px solid #ccc;
}

.inline-button {
    padding: 6px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

label {
    margin-bottom: 0rem !important;
}

thead {
    background-color: rgb(64, 81, 137) !important;
}
thead th {
    color: #fff !important;
}

tbody tr td{
    vertical-align: middle !important;
}