.text-dup {
	color: #005A93 !important;
}

.text-dup-primary {
	color: #005A93 !important;
}

.text-dup-danger {
	color: #D95A4E !important;
}

.text-dup-secondary { // yellow
	color: #F2D680 !important;
}

.text-dup-warning { // orange
	color: #F27D16 !important;
}

.text-dup-info {
	color: #7EBCF2 !important;
}

.bg-dup {
	background-color: #005A93 !important;
}

.bg-dup-primary {
	background: #005A93 !important;
}

.bg-dup-danger {
	background: #D95A4E !important;
}

.bg-dup-secondary { // yellow
	background: #F2D680 !important;
}

.bg-dup-warning { // orange
	background: #F27D16 !important;
}

.bg-dup-info {
	background: #7EBCF2 !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.file-preview-thumbnails {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.file-drop-zone-title {
    padding: 25px 10px;
}

div.file-input div.file-caption {
	display: none;
}

.tblColEllipsis {
  max-width: 150px; /* Customise it accordingly */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-list .shop-image .shop-icons {
  right: 47%;
}