* {
	font-family: 'Open Sans', sans-serif;
}

:root {
	--mdc-theme-primary: #00818e;
}

body {
	background-color: #ebebeb;
}

/* body > .grid {
	height: 100%;
} */

.column {
	max-width: 450px;
}

.ui.grid {
	margin: 0;
}

#scanner-segment {
	height: 20vh;
	max-height: 200px;
}

#barcode-picker {
	width: 100%;
	height: 100%;
}

#barcode-picker-starter-button {
	background-color: #00818e;
}

.partially-faded {
	opacity: 0.2;
}

.fading {
	transition: opacity 0.5s !important;
}

.display-hidden {
	display: none !important;
}

.opacity-hidden {
	opacity: 0 !important;
}

/* #main-page {
	display: flex;
	justify-content: center;
	align-items: center;
} */

/* settings */

#settings-page {
	display: flex;
	justify-content: center;
	align-items: center;
}

.settings-button {
	position: absolute;
	top: 4px;
	right: 4px;
}

.download-button {
	position: absolute;
	top: 4px;
	right: 4px;
}

#save-settings-button {
	background-color: #00818e;
}

.inputs-slider-container {
	width: calc(100% - 12px);
	margin: auto !important;
}

.slider-label {
	position: relative;
	top: 8px;
}

.tab-content {
	display: none;
}

.tab-content--active {
	display: block;
}

.symbologies-select {
	margin-top: 24px;
	margin-bottom: 24px;
}

.mdc-select__anchor {
	width: 100%;
}

.mdc-select__menu {
	width: 100%;
}

.regexp-input {
	width: 100%;
}

.regexp-error {
	margin-bottom: 24px;
	width: 100%;
}

.mdc-tab--smaller-padding {
	padding-left: 4px;
	padding-right: 4px;
}

.mdc-snackbar__label {
	text-align: center;
}
.ui.placeholder.segment {
	min-height: 8rem !important;
}
/*====================================================*/
/*====================product css=====================*/
/*====================================================*/

.productDiv {
	background: #fff;
	margin: 10px 25px;
	display: flex;
	position: relative;
}
.productImage {
	width: 50%;
	max-height: 70px;
}
.productDetails {
	padding: 10px;
	text-align: left;
}
.productDeleteBtn {
	padding: 5px 8px;
	background: #e13030;
	border: 1px solid red;
	color: white;
	font-weight: 900;
	border-radius: 0;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 10px;
}

/* My CSS */
.logo {
	border-bottom: 2px solid #cd195d;
	padding-bottom: 12px;
	text-align: center;
	padding-top: 9px;
}
.camera-button {
	padding: 0 20px;
	margin: 10px 0;
}

.camera-button button {
	width: 50% !important;
	text-align: center;
	margin: 0 auto !important;
	border: 2px solid #cd195d !important;
	background: #fff !important;
	color: #cd195d !important;
	font-weight: 900 !important;
	font-size: 15px !important;
}

.scandit-logo {
	display: none !important;
}
