.alert {
    margin-bottom: 0;
}
.selected {
    background-color: rgb(243, 252, 249);
     
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    visibility: hidden;
}
.placeholder{color: rgb(23, 16, 16);}
select option:first-child{color: grey; display: none;}
select option{color: #555;} 

.filepond--drop-label {
	color: #4c4e53;
}

.filepond--label-action {
	text-decoration-color: #babdc0;
}

.filepond--panel-root {
	border-radius: 2em;
	background-color: #edf0f4;
	height: 1em;
}

.filepond--item-panel {
	background-color: #595e68;
}

.filepond--drip-blob {
	background-color: #7f8a9a;
}
.custom-class {
	z-index: 1029
}

/* Text break on tables */
@media screen and (max-width: 480px) {
	.break-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 150px;
	}
 }
.js_active .toggler { font-size: 30px; }


  