.nowrap {
	white-space: nowrap;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/pctipp/assets/css/compax/material-icons-0420560731cdb3a9ea8cdc0430ddfd16.ttf') format('truetype');
  font-display : swap;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

.auto-renew-package-select.disabled,
.auto-renew-package-select.disabled .d-blue-text,
.auto-renew-package-select.disabled [type="radio"]+span {
	color: rgba(0,0,0,0.42) !important;
	cursor: default !important;
}

.qr-code-wrapper {
	height: 200px;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.qr-code-wrapper img {
	height: 200px;
	width: 200px;
}

.semi-bold {
	font-weight: 400;
}

i.material-icons.icon-sm {
	font-size: 1.2rem;
}
.input-field input[type=text]:not(.browser-default):not(.has-prefix) {
	padding: 0 1rem;
	width: calc(100% - 2rem);
	height: 40px;
}
.input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ .autocomplete-content {
	margin-left: 0;
	padding-left: 2.5rem !important;
	width: calc(100% - 2.5rem) !important;
	padding-right: 0 !important;
}
.input-field .select-wrapper input[type=text]:not(.browser-default).select-dropdown {
	padding-left: 2.5rem;
	width: calc(100% - 2.5rem);
	padding-right: 0;
}
p.disable, i.disable {
	color: rgba(0,0,0,0.42) !important;
	cursor: default !important;
}

.switch.sunrise  label .lever {
	top: -12px;
}

.successor-voice {
	font-size: 18px;
}
.successor-voice .switch.sunrise label .lever {
	top: -5px;
	margin: 0;
}

.voice-setting .switch label .lever {
	margin: 0;
	float: right;
}
.voice-setting p {
	margin: 0;
}

.voice-setting {
	margin-bottom: 30px;
}

.row.with-icon .col {
	line-height: 24px;
}

.show-more-button a::before {
	font-family: "Material Icons";
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: 'liga';
	-moz-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	line-height: 3rem;
	content: 'keyboard_arrow_down';
	font-size: 30px;
	vertical-align: middle;
}
/**********
* DISABLED SWITCH *
***********/
.switch label input[type=checkbox]:disabled~.lever:after {
	background-color: #F1F1F1;
}
.switch input[type=checkbox][disabled]+.lever {
	background-color: rgba(0,0,0,0.20);
}
.switch input[type="checkbox"]:disabled ~ span {
	opacity: 0.35;
}
/**********
* SPINNER *
***********/
.spinner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: rgba(0,0,0,0.5);
}
.spinner-overlay .preloader-wrapper.active {
	position: fixed;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}
.spinner-blue, .spinner-blue-only {
	border-color: #00559D;
}
/****************
* BULLET POINTS *
*****************/
#onp-details {
	counter-reset: counter 1;
}
#onp {
	counter-reset: counter 0;
}
.bullet-point::before {
	margin-left: -1.3em;
	content: counter(counter)".";
	counter-increment: counter;
}
.bullet-point {
	margin-left: 1.3em;
}
.bullet-point-indented-text {
	margin-left: 1.3em;
}