.otc input {
	width: .82em;
	line-height: 1;
	margin: .1em;
	padding: 8px 0 4px;
	font-size: 2.65em;
	text-align: center;
	appearance: textfield;
	-webkit-appearance: textfield;
	border: 2px solid #BBBBFF;
	color: purple;
	border-radius: 4px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otc div::before {
	content: '';
	height: 2px;
	width: 24px;
	margin: 0 .25em;
	order: 1;
	background: #BBBBFF;
}

.code-error {
  color: red;
}

.cropper-view-box {
	box-shadow: 0 0 0 1px #000000;
	border-radius: 50%;
	outline: 0;
}

.cropper-face {
	background-color:inherit !important;
}

.cropper-view-box {
	outline:inherit !important;
}

.cropper-point {
  background-color: #000000;
  border-radius: 50%;
}

.cropper-line {
  background-color: #000000;
}

.cropper-modal {
    background-color: #FFFFFF;
    opacity: .8;
}

.btnSpan {
  display:inline-flex;
  margin-top: 0.375em;
}

.frame-image-buttons {
  overflow: hidden;
}

.btnApprove:hover,
.btnCancel:hover,
.rotateLeftButton:hover,
.horFlipButton:hover {
  opacity: 0.7;
  cursor: pointer;
}

.btnCancel,
.btnApprove,
.rotateLeftButton,
.horFlipButton {
  padding: 0 .75em !important;
  border-radius: 12px;
  overflow: hidden;
  flex: none !important;
}

.btnCancel,
.btnApprove {
  font-size: .75em;
  line-height: 2;
  box-sizing: content-box;
  word-wrap: normal;
  display: inline-flex;
  min-height: 1em;
  border-style: none;
  width: auto;
}

@media only screen and (min-width: 640px) {
  .btnCancel,
  .btnApprove {
    line-height: 2;
  }
}

.btnTextSpan {
  display: none;
}

.btnApprove {
  background-color: #98FB98 !important;
  float: right;
}

.btnCancel {
  background-color: #FFA07A !important;
  float: left;
}

#frame-image-actions {
  padding-top: 15px;
  padding-bottom: 15px;
}