.otc-mark {
	font-style:inherit;
}

.otc-input-group {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	height: 26px;
	line-height: 26px;
	box-sizing: content-box !important;
}

.otc-input-group-addon:first-child {
	padding: 0 5px;
	min-width: 32px;
	flex-shrink: 0;
	text-align: center;
}

.otc-input-group > input, .otc-input-group > select {
	border:none;
	box-shadow: none;
	border-radius: 0 5px 5px 0;
	padding: 0 5px;
	outline: none;
	flex-grow: 1;
	height: 26px;
	line-height: 26px;
}

.otc-hint {
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:9999999;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-direction: column;
	padding-top: 10vh;
}

.otc-hint > .otc-hint-text {
	padding: 10px 15px;
	border-radius:5px;
	background-color:rgba(0,0,0,0.7);
	color:#fff;
	font-size:14px;
	text-align:center;
	width: fit-content;
}

  
  .otc-review-video {
    position: relative;
    border:1px solid #ddd;
    display:inline-block;
    background:#000;
    cursor:pointer;
  }

  .otc-review-video > i.fa {
    position: absolute;
    left: 32px;
    top: 32px;
    font-size: 18px;
    color: #c9c9c9;
  }

  .otc-review-images video, .otc-review-images img {
    max-width: 100%;
  }

 .form-modal-noleft .form-group {
	margin-left: -15px;
	margin-right: -15px;
 }

