.ml-2{
	margin-left: -2em;
}
.mr-2{
	margin-left: 1em;
}
 .mt-20{
	 margin-top: 12rem;
 }
 #imgInp{
	opacity: 0;
	position: absolute;
	z-index: -1;
 }
 .ticket-and-pm-card-add-edit-modal-label {
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.ticket-and-pm-card-add-edit-modal-label span {
	display: block;
	width: 22px;
    height: 22px;
	transition: transform .8s ease-in-out;
	border-radius: 100%;
}
.list-container{
    background: #f2f2f2;
    color: #555;
    min-height: 55px;
    width: 240px;
    font-size: 16px;
    padding: 20px 18px;
    font-weight: 500;
    border-radius: 0;
    border:1px solid #dbdbdb;
	height: 70px;
	cursor: pointer;
	text-align: left;
}
/* #card{
	background: #f3be9f;
	width: 300px;
} */
