.user-sticky{
	position:sticky;
	left:0;
	padding:20px;
}

.user-sticky.sticky-top{
	top:0;
}

.user-sticky.sticky-bottom{
	bottom:0;
}

.close-sticky.text-danger{
	position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
}

.popup-confirmation-chk{
	margin:0 10px;
}

.popup-confirmation{
	margin-top:10px;
	font-weight:bold;
}

h5.modal-title{
	font-size:36px;
}