div.scDateTimePicker .scDateTimePickerButton {
	padding: 0 !important;
}

div.scDateTimePicker .scDateTimePickerButton i {
	top: 1px;
}

.header-actions .dropdown-menu {
	min-width: 13rem;
	min-height: 1rem;
}

.alert > button:not(.no-line-height) {
	line-height: 1.7rem;
}

.alert .alert-text {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	flex-grow: 0;
	flex-basis: auto;
	margin-right: 24px;
	align-self: center;
}

.alert .alert-items {
	padding: calc(.16667rem - 1px) calc(.25rem - 1px);
}

.alert .alert-icon-wrapper {
	padding-top: 0;
	height: auto;
}

.alert .alert-icon-wrapper .alert-icon {
	height: 36px;
	width: 36px;
	margin-right: 4px;
}

.alert .alert-text p {
	font-size: 16px !important;
	color: #000 !important;
}

.alert.small .alert-text {
	font-size: 12px;
	margin-right: 12px;
}

.alert.small .alert-icon-wrapper .alert-icon {
	height: 28px;
	width: 28px;
}

.alert.small .alert-text p {
	font-size: 12px !important;
}


div[id*='TDMAlert'] {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: -5px;
}

.modal-body {
	max-width: 900px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px !important;
	color: #000;
	font-family: 'Roboto';
	font-weight: 400;
}

.modal-dialog {
	width: 28.8rem;
	max-width: 100%;
}

.modal-content {
	padding: 24px !important;
}

.modal-content .modal-header .modal-title {
	color: #000;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 30px;
}

.modal-header .close {
	margin-top: -.05rem;
	margin-right: -.25rem;
	font-size: 1.3rem;
	line-height: 1.2rem;
}

.modal-footer {
	padding-top: 24px;
}

.modal-footer .btn {
	font-size: 16px;
	font-family: Roboto;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: 0;
	text-transform: none;
	height: 46px;
	padding: 0 24px;
	border-radius: 4px;
	overflow: inherit;
}

.btn-primary-processing {
	color: transparent !important;
	background-color: #007db8;
	background-image: url('../images/loading_animation.gif');
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: 50%;
}

.btn-default-processing {
	color: transparent !important;
	background-color: #fff;
	background-image: url('../images/loading_animation.gif');
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: 50%;
}

.sc-address-control-altrow {
	display: flex;
}

.sc-address-control-altrow .clr-form-control {
	flex-basis: 20%;
}

.sc-address-control-altrow .clr-form-control:first-child {
	flex-basis: 50%;
	margin-right: 1rem;
}

.sc-address-control-altrow .clr-form-control:last-child {
	flex-basis: 30%;
	margin-left: 1rem;
}

.scLookupControl.input-group {
	width: 100%;
	display: inline-flex;
}

	.scLookupControl.input-group .btn {
		margin: 0px !important;
		border: 0px !important;
		padding: 0px !important;
		min-width: 0px;
	}

		.scLookupControl.input-group .btn:hover {
			background-color: transparent;
		}

		.scLookupControl.input-group .btn i {
			padding-top: 5px;
			padding-left: 5px;
			vertical-align: top;
		}


.sc-full-width {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.sc-address-control-state {
	width: 100%;
}

div.clr-checkbox-wrapper input, div.clr-radio-wrapper input {
	z-index: 1;
}

.scRequiredCharacter {
	display: none !important;
}

.scTextBoxHidden {
	display: none !important;
}

.sc-no-border {
	border: none !important;
	box-shadow: none !important;
}

.sc-border {
	border-color: #c8c9c7;
	border-style: solid;
	border-width: 1px;
}

.sc-collapse, .sc-collapse .show-collapsed, .sc-collapse .hide-expanded, .sc-collapse:visited, .sc-collapse:visited .show-collapsed, .sc-collapse:visited .hide-expanded {
	color: #005a85 !important;
	text-decoration: none !important;
}

.sc-wizard-buttons {
	float: right !important;
	margin-right: -12px !important;
}

.tooltip .tooltip-content p {
	color: #fff;
}

.tooltip-label {
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a.toggleReadMore {
	cursor: pointer;
}


div.review-mode .clr-form label.form-label span, div.review-mode.clr-form label.form-label span {
	/*font-weight: bold;*/
}

div.review-mode .clr-form .clr-form-control, div.review-mode.clr-form .clr-form-control {
	margin-top: 10px;
}

div.review-mode .hidden-on-review {
	display: none;
}

div.review-mode h5 {
	margin: 0px;
}

.dt-form-inline .form-control {
	width: 135px !important;
}

div.attachments-link a {
	cursor: pointer;
}

	div.attachments-link a.tooltip {
		margin: 0;
		border: 0px;
	}

ul.attachments-list {
	padding-left: 40px;
	position: relative;
}

	ul.attachments-list li a.aremove {
		color: #c91c1c !important;
		border: 0px;
		text-decoration: none;
		font-weight: normal;
	}

ul.sc-wizard, ul.sc-wizard li {
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
}

	ul.sc-wizard li.sc-step {
		flex-direction: column;
		align-items: center;
		position: relative;
	}

	ul.sc-wizard li.sc-step-button {
		cursor: pointer;
	}

	ul.sc-wizard li.sc-step .sc-step-icon {
		width: 30px;
		height: 30px;
	}

	ul.sc-wizard li.sc-step .sc-step-line {
		position: absolute;
		width: calc(100% - 28px);
		left: calc(50% + 15px);
		height: 4px;
		top: 13px;
		z-index: -1;
		background-color: #C8C9C7;
	}

	ul.sc-wizard li.sc-step .sc-step-first-line {
		width: calc(50% - 14px);
		left: 0px;
	}

	ul.sc-wizard li.sc-step .sc-step-last-line {
		width: calc(50% - 14px);
	}

	ul.sc-wizard li.sc-step-line .sc-step-line {
		width: 100%;
		left: calc(50% - 13px);
	}

	ul.sc-wizard li.sc-step-complete .sc-step-line {
		background-color: #0076CE;
	}

	ul.sc-wizard li.sc-step-complete .sc-step-icon, ul.sc-wizard li.sc-step-progress .sc-step-icon {
		fill: #0076CE;
	}

	ul.sc-wizard li.sc-step-incomplete .sc-step-icon {
		fill: #C8C9C7;
	}

	ul.sc-wizard li.sc-step-complete .sc-step-text {
		color: #0076CE;
	}

	ul.sc-wizard li.sc-step-progress .sc-step-text {
		color: #0076CE;
		font-weight: bold;
	}

	ul.sc-wizard li.sc-step-incomplete .sc-step-text {
		color: #C8C9C7;
	}



.ms-parent {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.ms-choice {
	display: block;
	width: 100%;
	height: 24px;
	padding: 6px 5px;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	line-height: 1.428571429;
	color: #444444;
	text-decoration: none;
	border: 0px;
	/*border: 1px solid #cccccc;*/
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 0 !important;
}

	.ms-choice.disabled {
		background-color: #f9f9f9;
		background-image: none;
		border: 1px solid #cccccc;
		cursor: default;
	}

	.ms-choice > span {
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 2px;
		right: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		padding-left: 8px;
	}

		.ms-choice > span.placeholder {
			color: #444444;
		}

	.ms-choice > div {
		position: absolute;
		top: 0px;
		right: 0;
		width: 20px;
		height: 25px;
		content: "\e252";
		background: url('../img/components/forms/multiple-select.png') left top no-repeat;
	}

		.ms-choice > div.open {
			background: url('../img/components/forms/multiple-select.png') right top no-repeat;
			right: -2px;
		}

	.ms-choice:focus {
		border-color: #007db8;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 125, 184, 0.6);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 125, 184, 0.6);
	}

.ms-drop {
	width: 100%;
	overflow: hidden;
	display: none;
	margin-top: -1px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	background: #fff;
	color: #000;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.ms-drop.bottom {
		top: 100%;
		-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	}

	.ms-drop.top {
		bottom: 100%;
		-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
		box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
	}

	.ms-drop ul {
		overflow: auto;
		margin: 0;
		padding: 5px 8px;
	}

		.ms-drop ul > li {
			list-style: none;
			display: list-item;
			background-image: none;
			position: static;
		}

			.ms-drop ul > li .disabled {
				opacity: .35;
				filter: alpha(opacity=35);
			}

			.ms-drop ul > li.multiple {
				display: block;
				float: left;
			}

				.ms-drop ul > li.multiple label {
					width: 100%;
					display: block;
					white-space: nowrap;
					overflow: hidden;
					text-overflow: ellipsis;
				}

			.ms-drop ul > li.group {
				clear: both;
			}

			.ms-drop ul > li label {
				font-weight: normal;
				display: block;
				white-space: nowrap;
				color: #007db8 !important;
				/*padding: 3px 3px 3px 3px;*/
			}

			.ms-drop ul > li div.optgroup {
				font-weight: bold;
			}

			.ms-drop ul > li:hover,
			.ms-drop ul > li:focus .ms-drop ul > li:active {
				background: #cce5f1;
			}

	.ms-drop input[type="checkbox"] {
		vertical-align: middle;
		top: 0;
	}

	.ms-drop .ms-no-results {
		display: none;
	}

.ms-search {
	display: inline-block;
	margin: 0;
	min-height: 26px;
	padding: 4px;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 10000;
}

	.ms-search input {
		width: 100%;
		height: auto !important;
		min-height: 24px;
		padding: 0 20px 0 5px;
		margin: 0;
		outline: 0;
		font-family: sans-serif;
		font-size: 1em;
		border: 1px solid #cccccc;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: #ffffff url('../img/components/forms/multiple-select.png') no-repeat 100% -22px;
		background: url('../img/components/forms/multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
		background: url('../img/components/forms/multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
		background: url('../img/components/forms/multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
		background: url('../img/components/forms/multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
		background: url('../img/components/forms/multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
		background: url('../img/components/forms/multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
	}

	.ms-search,
	.ms-search input {
		-webkit-box-sizing: border-box;
		-khtml-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


/*CID-4777 Multi-select button*/
.select-multiple .alert.alert-warning:before {
	content: "";
}

.form-group .alert {
	background: #ffffc9 !important;
	border: 1px solid #ce1126 !important;
}

.form-group .alert-info {
	background: #e1f1f6 !important;
	border: 1px solid #49afd9 !important;
}

div.alert {
	margin-bottom: 10px;
}

a.nav-link {
	color: #737373 !important;
}

	a.nav-link.active {
		color: #000000 !important;
	}

span.form-control {
	word-wrap: break-word;
	white-space: normal
}


.form-control {
	display: block;
	width: 100%;
	/*height: 24px;*/
	/*padding: 6px 12px;*/
	font-size: 14px;
	line-height: 1.428571429;
	color: #444444;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

	.form-control:focus {
		border-color: #007db8;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 125, 184, 0.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 125, 184, 0.6);
	}

	.form-control::-moz-placeholder {
		color: #808080;
		opacity: 1;
	}

	.form-control:-ms-input-placeholder {
		color: #808080;
	}

	.form-control::-webkit-input-placeholder {
		color: #808080;
	}

	.form-control[disabled],
	.form-control[readonly],
	fieldset[disabled] .form-control {
		background-color: #f9f9f9;
		opacity: 1;
	}

	.form-control[disabled],
	fieldset[disabled] .form-control {
		cursor: not-allowed;
	}


.accordion .card {
	box-shadow: none;
}

	.accordion .card + .card {
		margin-top: 0px !important;
		border-top: none;
	}

	.accordion .card .collapse:not(.card-show) {
		display: none;
	}

	.accordion .card .card-header {
		color: #0079b8;
		cursor: pointer;
	}

.search-highlight .highlight {
	color: Yellow;
	background-color: Red;
}

.scFileInput {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

	.scFileInput + Label {
		color: #007db8;
		cursor: pointer;
		display: inline-block;
	}

.sc-attachments-remove {
	cursor: pointer;
	margin-left: 10px;
	color: #ce1126;
}

	.sc-attachments-remove:hover {
		color: #ce1126;
	}

	.sc-attachments-remove:active {
		color: #ce1126;
	}

.sc-terms-conditions {
	padding: 10px;
	height: 200px;
	overflow-y: scroll;
	border: 2px solid;
	border-color: #b8b8b8;
}

.sc-terms-conditions-note {
	font-family: 'Roboto-Italic', 'Roboto Italic', 'Roboto';
	font-weight: 400;
	font-style: italic;
	text-align: left;
	color: #333333;
	line-height: normal;
	word-wrap: break-word;
}

.sc-transcripts-legend-icon {
	border: 1px solid #444;
	padding-top: 3px;
	margin: 3px;
	width: 30px;
	text-align: center;
}

.sc-terms-conditions {
	padding: 10px;
	height: 200px;
	overflow-y: scroll;
	border: 1px solid;
	border-color: #b8b8b8;
}

.sc-mt-07 {
	margin-top: 0.7rem !important;
}

.sc-mb-07 {
	margin-bottom: 0.7rem !important;
}

.well-company-info {
	max-height: 280px;
	overflow: hidden;
}

form .clr-form .clr-control-container span.scTextBoxDisplay {
	width: 100%;
}

.sc-text-green {
	color: #308300;
}

.sc-text-red-dark {
	color: #e12200;
}

.sc-arr-preview-box {
	display: flex;
}

.sc-arr-preview {
	border: solid 1px rgba(215, 215, 215, 1);
	padding: 10px 5px;
	align-items: center;
	display: flex;
}

	.sc-arr-preview:not(:first-child) {
		border-left: none;
	}

.sc-arr-preview-icon {
	float: left;
	margin: 0 15px 0 10px;
	color: #0076ce;
}

.sc-arr-preview-value {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	align-items: flex-start;
}

.sc-btn-margin {
	margin-top: 0.5rem;
}


@media print {
	p {
		margin: 0;
	}

	form .form-group {
		margin-bottom: 0px;
	}

	.form-label, .form-control {
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}

	.form-control {
		height: auto;
	}

	.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
		padding: 0px;
	}

	ul.sc-wizard {
		display: block;
	}

		ul.sc-wizard li {
			display: none;
			float: left;
			list-style: none;
			width: auto !important;
		}

			ul.sc-wizard li img {
				display: none !important;
			}

			ul.sc-wizard li.sc-step-progress {
				display: block;
			}

				ul.sc-wizard li.sc-step-progress .sc-step-text {
					border-bottom: 1px dotted black;
					display: block !important;
				}
}

.show {
	visibility: visible;
	display: flex !important;
}

.form-group {
    position: relative;
}

.sc-tooltip-fixed .tooltip-content {
	transition: visibility 0.5s linear, opacity 0.5s linear;
}

section.sc-dashboard-nav > ul.nav {
	box-shadow: 0 -1px 0 #ccc inset, 0 -1px 0 #ccc;
}

	section.sc-dashboard-nav > ul.nav li.li-active {
		box-shadow: 0 -3px 0 #0079b8 inset, 0 -3px 0 #0079b8;
	}

	section.sc-dashboard-nav > ul.nav button.btn.btn-link.nav-link {
		outline: none;
	}

		section.sc-dashboard-nav > ul.nav button.btn.btn-link.nav-link.active {
			box-shadow: none;
			font-weight: bold;
		}

.spinner {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 3px solid rgba(0, 114, 163, 0.3);
	border-radius: 50%;
	border-top-color: #0072a3;
	animation: spin 1s ease-in-out infinite;
}

.spinner-md {
	width: 24px;
	height: 24px;
	border-width: 3px;
}

.spinner-lg {
	width: 36px;
	height: 36px;
	border-width: 4px;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* Alternative pulsing dots spinner */
.spinner-dots {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 10px;
}

	.spinner-dots div {
		position: absolute;
		top: 0;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #0072a3;
		animation: spinner-dots 1.2s linear infinite;
	}

		.spinner-dots div:nth-child(1) {
			left: 0;
			animation-delay: -0.24s;
		}

		.spinner-dots div:nth-child(2) {
			left: 16px;
			animation-delay: -0.12s;
		}

		.spinner-dots div:nth-child(3) {
			left: 32px;
			animation-delay: 0;
		}

@keyframes spinner-dots {
	0%, 80%, 100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}

.divPairPhone {
	left: 25%; /* Adjust this to match the start of the textbox column */
	width: 50%; /* Adjust this to match the width of the textbox column */
	margin-top: 8px; /* Space below the textbox */
	display: none; /* Keep as needed for your logic */
	z-index: 2;
}

.scandit-sync {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.scandit-modal-header {
  flex-shrink: 0; /* Prevent shrinking */
  margin-bottom: 16px; /* Space below the title */
}

.scandit-modal-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: left; /* Left-align the title */
}

.scandit-sync-content {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 2px 24px 56px 24px;
  min-height: 401px;
  min-width: 455px;
  display: flex;
  flex-direction: column; /* Stack header and body vertically */
}

.scandit-modal-body {
  flex-grow: 1; /* Allow body to take up remaining space */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Center content vertically */
}

.scandit-sync-close-btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: #eee;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 24px;
    cursor: pointer;
}

.scandit-sync-cancel-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
}

.scandit-error {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe5e5; /* Light red background */
  border: 1px solid #e12200; /* Red border */
  border-radius: 4px; /* Rounded corners */
  padding: 12px 16px; /* Padding for spacing */
  color: #e12200; /* Red text color */
  font-weight: bold; /* Bold text */
  font-size: 14px; /* Font size */
  text-align: center; /* Center text */
  margin-bottom: 16px; /* Space below the error */
}

.scandit-error-icon {
  margin-right: 8px; /* Space between icon and text */
  font-size: 16px; /* Icon size */
}

.scandit-error-text {
  flex-grow: 1; /* Allow text to take up remaining space */
}


.scandit-info-box-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scandit-info-box-content {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  width: 451px;
  max-width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.scandit-info-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.scandit-info-box-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.btn-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.scandit-info-box-body {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

  .scandit-info-box-body h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 16px;
  }

  .scandit-info-box-body p {
    margin: 8px 0;
  }

  .scandit-info-box-body ol {
    margin: 8px 0;
    padding-left: 20px;
  }

.scandit-info-box-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

  .scandit-info-box-footer .btn-primary {
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 4px;
  }

.spinner-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-bottom: 16px;
}
.spinner-dots div {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: #0078d4;
    border-radius: 50%;
    animation: spinner-dots-pulse 1s infinite alternate;
}
.spinner-dots div:nth-child(2) { animation-delay: 0.2s; }
.spinner-dots div:nth-child(3) { animation-delay: 0.4s; }
@keyframes spinner-dots-pulse {
    0% { opacity: 0.3; }
    100% { opacity: 1; }
}
