.hdn {
	display:none !important;
}
.t-menu a {
	padding:8px 0;
}
#progress-label {
	color:#fff;
	text-align: center;
	padding-top:15px;
}
.pdf-mdl {
	position:fixed;
	top:0;
}
.dsbl {
	cursor:auto;
	opacity:0.5;
}
.lst {
	border-radius: 0 0 25px 25px;
}
.no-lst {
	border-radius: 0 !important;
}

.custom-radio-button {
	display: flex;
	justify-content: center;
	gap: 30px;
}
#add-account-form #account-type-field label {
	font-size: 14px;
}
#add-account-form #manageaddaccount-role .label-text {
	height: 16px;
}
#add-account-form #manageaddaccount-role .tooltip-span {
	height: 14px
}
#add-account-form #manageaddaccount-role label {
	align-items: center;
	line-height: initial;
}
#add-account-form .custom-radio-button label {
	font-family: Volte;
	font-weight: 500;
	font-size: 16px;
}
.custom-radio-button label {
	line-height: 25px;
	display: flex;
}
.custom-radio-button input[type="radio"] {
	width: 24px !important;
	height: 24px !important;
	padding: 0 !important;
	position: relative;
	appearance: none;
	background-color: #fff;
	color: gray;
	border: 1px solid #E4E1DC;
	border-radius: 50%;
	margin-right: 5px;
	margin-left: 5px;
}
.custom-radio-button input[type="radio"]::before {
	position: absolute;
	top: 7px;
	left: 7px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-shadow: inset 1em 1em white;
}
.custom-radio-button input[type="radio"]:checked::before {
	box-shadow: inset 1em 1em black;
}
.btn-black {
	color: #FFFFFF;
	background: #000000;
}
.btn-gray {
	color: #FFFFFF;
	background: #867874;
}

#add-account-form .error-summary {
	font-family: 'Volte';
	color:#B6151F;
	background: #F4E5E4;
	border-color: #D40E1A;
}
#add-account-form .error-summary li {
	font-weight: 400;
}
#add-account-form .error-summary p {
	text-align: left;
}
#add-account-form .tooltip {
	opacity: 1;
}

.redeem-code-popup .itm {
	position: relative;
	margin-top: 20px;
	padding-bottom: 40px;
}