.otc {
	position: relative;
	width: 320px;
	margin: 0 auto;
}

.otc fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.otc fieldset div {
	display: flex;
	align-items: center;
	justify-content: center
}

.otc legend {
	margin: 0 auto 1em;
	color: rgb(46, 50, 110);
	font-weight: bold;
    text-align: center;
}
.otc p{
	margin: 0 auto 1em;
	text-align: center;
}


.otcInput {
	width: .86em;
	line-height: 1;
	margin: .1em;
	padding: 8px 0 4px;
	font-size: 2.65em;
	text-align: center;
	appearance: textfield;
	-webkit-appearance: textfield;
	border: 1 solid #0d6efd;
	color: #141616;
	border-radius: 6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 2 groups of 3 items */
.otcInput:nth-child(n+4) {
	order: 2;
}
.otc div::before {
	content: '';
	height: 2px;
	width: 12px;
	margin: 0 .25em;
	order: 1;
	background: #580f0f;
	border-radius: 2px;
	opacity: .4;
}

.otc label {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.text-bold{
	font-weight: bold;
	
}
.code-text{
	margin-top: 15px;
	font-size: 18px;
  font-family: monospace;
}
.statusRe{
	font-size: 14.5px;
	width:  50%;
}
.status-detail{
    text-align: justify;
}

