.sim-fit-cover{
	object-fit: cover;
}
.sim-fit-contain{
	object-fit: contain;
}
.sim-capitalize{
	text-transform: capitalize;
}
.sim-sticky-thead{
	position: sticky;
	top:0px;
	background: white;
	z-index: 1;
	border:inherit;
	border-collapse: separate;
}
.sim-sticky-tfoot{
	position: sticky;
	bottom:0px;
	background: white;
	z-index: 1;
	border:inherit;
	border-collapse: separate;
}
.sim-repeater-row-changed, .sim-repeater-row-changed .selectize-control{
	border-color: red;
}
.sim-scroll-container{
	overflow-x: overlay;
	overflow-y:scroll;
}
.sim-scroll-thin::-webkit-scrollbar {
	background: rgba(255, 255, 255, 0.084);
	width: 5px;
	height: 0px;
}
.sim-scroll-thin::-webkit-scrollbar-thumb{
	background: #cdcdcd29;
	position: relative;
	width: 0px;
}
.sim-scroll-hidden::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
a{
	cursor: pointer;
}
.sim-placehoder-white::placeholder {
	color: white;
	opacity: 1;
}