.brand-logo {
	width: 100px;
}

.navbar {
	background: #512C62 0% 0% no-repeat padding-box;
}
.login-container {
	max-width: 600px;
	margin: 0 auto;
}
.dash-nav .nav-link{
	color: #000;
}
.dash-nav .nav-link.active{
	color: #512C62;
	font-weight: bold;
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
	color: #fff !important;
}
.page-heading {
	font-size: 18px;
}
#raffle-list_filter input{
	border: 1px solid #ddd;
}

#raffle-list.table thead th {
	background-color: #fff;
}
.dt-buttons {
	text-align: right;
	margin-bottom: 10px;
}
.dt-buttons button {
	border: 1px solid #ddd;
	padding: 10px 20px;;
}
.products-coll {
	list-style:none;
	min-height: 150px;
	padding: 10px 5px;
	background: #eee;
	
}
.products-coll li {
	display: inline-block;
	text-align: center;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 5px;
	width: 130px;
}
.products-coll li a:hover {
	text-decoration: none;
}
.products-coll li p{
	color: #000;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.products-coll img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.sortable-placeholder {
	min-height: 150px;
	width: 121px;
	background: #512C62 0% 0% no-repeat padding-box;
	opacity: 0.3;
}
.btn-theme {
	background: #512C62;
	color: #fff;
}
.btn-theme:hover {
	color: #fff;
}

#drag-and-drop-zone {
	line-height: 8rem;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	border: 3px dashed;
}
#drag-and-drop-zone label {
	width: 100%;
	cursor: pointer;
}
.dm-uploader.active {
	border-color: #cdcdcd !important;
}
.store-thumb-img {
	width: 200px;
}
.pac-container  {
	z-index: 9999 !important;
}
#location-list_filter input {
	border: 1px solid #ddd;
}
.location-row {
	cursor: pointer;
}
.address-comp {
    text-transform: uppercase;
}