.swal2-styled.swal2-confirm {
    padding: 5px 20px;
    font-size: 16px;
}
div.textInputWp {
    background: #f1f1f1;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    margin: 20px 0 15px;
}
div.textInputWp .button button,div.textInputWp .button a {
    padding: 2px 13px;
    font-size: 13px;
}
ul#qr-reader-results-ul li {
    word-break: break-word;
}
.swal2-html-container{margin:0;}
.status-scaner {
	position: absolute;
    z-index: 1;
    background: #000;
    color: #fff;
    width: 100%;
    border-radius: 8px 8px 0 0;
    border: 1px solid #ccc; 
    border-bottom: 0;
	display:none;
}
div#qr-reader {
    border-radius: 8px;
	overflow: hidden;
}
div#qr-reader__dashboard_section_csr button {
	border: 1px solid #ccc;
	padding: 5px 20px;
	border-radius: 5px;
}
div#qr-reader__dashboard_section_csr a{
	
}
#qr-reader__dashboard_section_csr>span {
    margin: 0 !important;
    display: block;
    width: 100%;
}
#qr-reader__dashboard_section_csr>span {
    margin-bottom: 10px !important;
}
#qr-reader__dashboard_section_csr>span select{
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
div#qr-reader {
    border-radius: 8px;
    overflow: hidden;
    min-height: 250px;
    width: 500px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    position: relative;
}
div#qr-reader>video {
    border: 0 !important;
    border-radius: 0 !important;
	    pointer-events: none !important;
}