btn-group-colors {
	width: 2.75rem;
	height: 2.75rem;
}

.btn-group-square .btn {
	width: calc(1.5em + 2.95rem + 2px);
	height: calc(1.5em + 2.95rem + 2px);
}

.btn-group-colors > .btn::after {
	border: solid 1px gray;
}

.widget-content {
	margin-top: 0.0005rem;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.modal-body::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.modal-body {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
