body{
    margin: 0 !important;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background: #0d1d31;
}

#html5-qrcode-select-camera{
    width: 90%;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem; /* Rounded corners */
    text-align: center;
    font-size: 1rem; /* Base font size */
    line-height: 1.5rem; /* Line height */
    transition: border-color 0.2s, box-shadow 0.2s;
    margin-top: 10px;
}

#html5-qrcode-anchor-scan-type-change{
    padding-top: 10px;
}


#my-qr-reader  {
    border: none !important;
}

#my-qr-reader img[alt="Info icon"] {
	display: none;
}

#my-qr-reader img[alt="Camera based scan"] {
    margin-top: 50px;
	width: 100px !important;
	height: 100px !important;
    filter: brightness(0) invert(1) grayscale(1);
}

#my-qr-reader img[alt="Fule based scan"] {
    margin-top: 50px;
	width: 100px !important;
	height: 100px !important;
    filter: brightness(0) invert(1) grayscale(1);
}

#html5-qrcode-button-camera-start{
    padding: 10px 20px;
	border: 1px solid #27ae60;
	outline: none;
	border-radius: 0.25em;
	color: white;
	font-size: 15px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #2ecc71;
	transition: 0.3s background-color;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#html5-qrcode-button-camera-stop{
    padding: 10px 20px;
	border: 1px solid #c0392b;
	outline: none;
	border-radius: 0.25em;
	color: white;
	font-size: 15px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #e74c3c;
	transition: 0.3s background-color;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
     text-transform: uppercase;
}

button {
	padding: 10px 20px;
	border: 1px solid #f39c12;
	outline: none;
	border-radius: 0.25em;
	color: white;
	font-size: 15px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #f1c40f;
	transition: 0.3s background-color;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

button:hover {
	background-color: #f39c12;
}

#html5-qrcode-anchor-scan-type-change {
	text-decoration: none !important;
	color: #1d9bf0;
}

video {
	width: 100% !important;
	border-bottom: 1px solid #0c0d13 !important;
	/*border-radius: 0.25em; */
}

#my-qr-reader__dashboard_section_csr{
    color: #fff !important;
}
