.bg-pink{
	background-color: #FFF5F5 !important;
	color:#343a40 !important;
}
 .lookup-values-container {
        height: 300px !important; /* Set your desired maximum height here */
        overflow-x: hidden; /* Enable vertical scrolling */
        overflow-y: auto;
    }

.dataTables_filter {
    display: flex;
    justify-content: flex-end; /* Align items to the right */
    align-items: center; /* Center vertically */
}

.dataTables_filter input[type="search"] {
    margin-left: auto; /* Push the input to the right */
}

/*.dataTables_filter label {
    font-size: 0; 
}*/

/* Restore font size for input placeholder */
.dataTables_filter input[type="search"]::placeholder {
    font-size: 1rem; 
}

#DataTables_Table_0_paginate{
    float: right;
}

a{
	color:red;
}
a:hover{
	color:black;
}

.card-body .border{
    
    border-radius: 5px;
}
span.text-danger {
    font-size: 12px;
}

.note-editable{
    background-color: white;
}

.parsley-errors-list li{
    list-style: none;
    color: #dc3545;
    font-size: 14px;
    margin-bottom: 0px;
}
ul.parsley-errors-list {
    margin: 0;
    padding: 0;
    display: block;
}

.table-sm td, .table-sm th{
    padding: .1em;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    width: 16px;
    height: 16px;
}