.text-center-align {
    text-align: center;
}

.disabled {
    pointer-events: none;
    opacity: 0.65;
    cursor: not-allowed;
}

option.red {
    background-color: #cc0000;
    font-weight: bold;
    font-size: 12px;
}

option.pink {
    background-color: #ffcccc;
}
.blur_1{
    filter: blur(1px); 
}

.w-30{
    width: 30% !important;
}
.fs-12{
    font-size: 12px;
}

.truncate-text {
    overflow: hidden;
    text-overflow: ellipsis;
}
.w-300 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}
.toggle-text {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
    content: "" !important;
}
