.text-end {
	font-size: 40px
}

body[data-leftbar-theme="dark"] .side-nav>.menuitem-active>a {
	color: #fff !important;
	background: #6a6d72;
	border-left: 3px solid #0ACF97;
}

body[data-leftbar-theme="dark"] .side-nav .side-nav-link {
	border-left: 3px solid transparent;
}

body[data-leftbar-theme="dark"] .leftside-menu .logo {
	background: #1e2733 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 15px;
}

.select2-container .select2-search--inline {
	float: left;
	margin-top: -20px;
}




/*This is thick box css*/
.thickbox_uploader {
	height: 100%;
	position: relative;
	min-height: 100px;
}

.thickbox_uploader input {
	width: 100%;
	height: 100%;
}

.thickbox_uploader .icon {
	position: absolute;
	top: 0;
	left: 0;
	background: #DDD;
	right: 0;
	bottom: 0;
	text-align: center;
	border-radius: 5px;
	color: #333;
	font-weight: bold;
	font-size: 70px;
	pointer-events: none;
}

.thickbox_spiner {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	overflow: hidden;
	background: #344557;
	text-align: center;
}

.thickbox_spiner img {
	height: 100%;
}


.thickbox_item {
	background: #333;
	border-radius: 5px;
	padding: 5px;
	height: 100%;
	position: relative;
}

.thickitem_selected {
	color: green;
	font-size: 20px;
	background: #ffffffbd;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid green;
	position: absolute;
	top: 7px;
	left: 7px;
	text-align: center;
	min-width: 30px;
}

.thickbox_item img {
	width: 100%
}

.gallery_images {
	display: block;
	width: 100%;
	overflow: hidden;
}

.gallery_image_item {
	width: 75px;
	float: left;
	border: 1px solid #DDD;
	height: 75px;
	padding: 5px;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}

.gallery_image_item img {
	max-height: 65px;
}

.gallery_item_remove {
	position: absolute;
	background: #000000d6;
	color: #FF3F3F;
	top: 0px;
	right: 0;
	font-size: 20px;
	border-radius: 2px;
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
}