/* Add here all your css styles (customizations) */
.cursor-pointer{
	cursor: pointer;
}

.padding-10{
	padding: 10px;
}

.color-white{
	color: white !important;
}

border-radius-0{
	border-radius: 0 !important;
}

.upload-close-btn{
	position: absolute; 
	top: 0; 
	right: 0; 
	z-index: 10; 
	background-color: #d51849; 
	padding: 5px;
}

.div-btn{
	background-color: #1cc9e4;
	cursor: pointer;
}

.div-btn:hover{
	background-color: #32cfe7;
}

.min-height-200{
	min-height: 200px;
}

.color-success{
	color: #2bba07;
}

.color-danger{
	color: #f44a41;
}

.bg-shade{
	background-color: #cfcfd1;
}

.cursor-context-menu{
	cursor: context-menu !important;
}

.height-75-vh{
	height: 75vh !important;
}

.height-66-vh{
	height: 66vh !important;
}




















