.hiddenRow {
    padding: 0 !important;
}

.background-black{
    background : black;
}
.color-black{
    color : black !important;
}
.color-white{
    color : #fff !important;
}
.long-string{
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.vcenter-item{
    display: flex;
    align-items: center;
}

.modal-custom-dialog-bottom {
	position: fixed;
	bottom:0;
	left: 0;
	right: 0;
}