.alertPIBox .row {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 7px;
	width: 100%;
	margin: 0 ! important;
}

.alertPIBox {
	display: flex;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(9, 17, 22, 0.6);
	border-radius: 1.041666667vw;
	text-align: center;
	padding: max(30px, 3.3632287vh) 0;
}

.alertPIBox .content {
	display: block;
	position: relative;
	background: #000000;
	border-radius: max(20px, 1.041666667vw);
	opacity: 1;
	width: 94%;
	max-width: 1200px;
	border: max(7px, 0.364583333vw) solid #231F1E;
	margin: auto;
}

.alertPIBox .close {
	position: absolute;
	top: min(-15px, -1.68161435vh);
	right: min(-15px, -0.78125vw);
	cursor: pointer;
	border: none;
	min-width: 35px;
	width: 1.822916667vw;
	min-height: 35px;
	height: 3.923766816vh;
}

.alertPIBox .body {
	text-align: center;
}

.alertPIBox .body .aboutIcon {
	min-width: 60px;
	width: 3.125vw;
	height: auto;
}

.alertPIBox .body .aboutTitle, .alertPIBox .body .message {
	text-align: center;
}

.alertPIBox .body .aboutTitle {
	font-size: max(14px, 0.729166667vw);
	line-height: max(21px, 2.35426009vh);
	margin-top: max(10px, 1.121076233vh);
}

.alertPIBox .body .message {
	font-size: max(20px, 1.041666667vw);
	line-height: max(32px, 3.587443946vh);
}

.alertPIBox .footer {
	text-align: center;
	margin-top: max(30px, 3.3632287vh);
}

.alertPIBox .footer .btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	padding: max(15px, 1.68161435vh) max(15px, 0.78125vw);
	text-align: center;
	cursor: pointer;
	border-radius: max(10px, 0.520833333vw);
	font-size: max(16px, 0.78125vw);
	line-height: max(26px, 2.914798206vh);
	width: max-content;
	color: #FFFFFF;
	margin: 0 max(15px, 0.78125vw) max(15px, 1.68161435vh);
}

.alertPIBox .footer .btn.orange {
	background-color: #EF724B;
}

.alertPIBox .footer .btn.grey {
	background-color: #464646;
}

.alertPIBox .footer .btn img.before {
	margin-right: max(10px, 0.520833333vw);
}

.alertPIBox .footer .btn img.after {
	margin-left: max(10px, 0.520833333vw);
}

.alertPIBox select {
	background-color: #151515;
	border: 1px solid #494949;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #FFFFFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAUklEQVQYlYXPMQqAMBBE0RxDLEPKIN4/pxHL4BmezQZTBByY5s/swqT0J+yoC16xJTR0HFN4BGsJBXeAM9yDlXExSk/4C6e3BdcynEoZ+XfZrBfKQWhVfbDywQAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}

.alertPIBox .row > [class^="col-"] {
	position: relative;
	display: block;
}

.alertPIBox .descSection {
	background: #242424;
	color: #FFFFFF;
	padding-top: 15px;
}

.alertPIBox .descSection .descSectionHeading {
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}

.alertPIBox .descSection .descSectionHeading img {
	margin-top: 30px;
}

.alertPIBox .descSection .descTitle {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.alertPIBox .descSection ul.descList {
	padding: 0 10px 0 30px;
	text-align: left;
}

.alertPIBox .descSection ul.descList li {
	margin-bottom: 10px;
	line-height: 23px;
}

.alertPIBox .descSection ul.descList li a {
	text-decoration: none;
	padding-bottom: 1px;
	color: #FF9F75;
	border-bottom: 1px dotted #FF9F75;
}

.alertPIBox .formSection {
	background: #11212d;
	padding: 15px;
	background-color: #151515;
	color: #FFFFFF;
	border-radius: 10px;
}

.alertPIBox .formSection .formHeading {
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	color: #FFFFFF;
}

.alertPIBox .formSection .pageMessageRow {
	width: 90%;
	margin: 10px auto;
	font-weight: bold;
	border-radius: 5px;
	line-height: 20px;
	padding: 10px;
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alertPIBox .formSection .formLabel {
	color: #FFFFFF;
	margin-bottom: 5px;
}

.alertPIBox .formSection .submitBtnSection {
	margin-bottom: 10px !important;
}

.alertPIBox .formSection .formSubmitBtnSection {
	width: 100%;
	max-width: 230px;
	margin: 20px auto 0px;
	display: block;
}

.alertPIBox .formSection .formSkipBtnSection {
	width: 100%;
	max-width: 230px;
	margin: 5px auto 0px;
	display: block;
	text-align: center;
}

.alertPIBox .formSection .formSkipBtnSection .formSkipBtn {
	background: none!important;
	border: none;
	padding: 0!important;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
}

.alertPIBox .formSection .formSkipCountSection {
	width: 100%;
	max-width: 230px;
	margin: 5px auto 0;
	display: block;
	text-align: center;
	font-size: 10px;
}

.alertPIBox .formSection .formSubmitBtn {
	cursor: pointer;
	border: none;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	font-size: 1rem;
	padding: .5rem .75rem;
	text-align: center;
	cursor: pointer;
	width: 100%;
	display: block;
	background-color: #ef724b;
	color: #ffffff;
}

.alertPIBox .formSection .formSubmitBtn.disabled {
	opacity: 0.6;
	cursor: default;
}

.alertPIBox .formSection .row.formFieldRow > [class^="col-"] {
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
}

.alertPIBox .formSection input[type="text"] {
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	margin-bottom: 2px;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #FFFFFF;
	background-color: transparent;
	border: 1px solid #494949;
}

.alertPIBox .formSection .formFieldLabel {
	margin-bottom: 5px;
}

.alertPIBox .formSection .formFieldError {
	margin-top: 5px;
	font-size: 12px;
	color: #f73838;
}

.alertPIBox .formSection .formFieldError.hide {
	display: none;
}

.alertPIBox .buttonlabel {
	margin-right: 20px;
}

.alertPIBox .formSection .reason-field{
	display: flex;
    align-items: center;
}

.alertPIBox .formSection .formReason {
	color: #ef724b;
	font-size: 12px;
	display: inline;
	margin-left: 5px;
}

.alertPIBox .formSection .infoIcon {
	color: #ef724b ;
}

.alertPIBox .formSection .formFieldRow .buttonlabel:disabled,
.alertPIBox .formSection .formFieldRow .formInputField:disabled,
.alertPIBox .formSection .formFieldRow input[type = "radio"]:disabled {
	cursor: not-allowed;
}

.alertPIBox .formSection .formFieldRow .formInputField:disabled {
	background-color: #b4b4b49e;
}

.alertPIBox .formSection .formFieldRow .formInputField:enabled {
	border-color: #ef724b;
}

.alertPIBox .formSection .formFieldRow input[type = "radio"]:enabled {
	cursor: pointer;
}

.alertPIBox .formSection .formFieldRow input[type = "radio"]:checked:disabled {
	appearance: none;
    width: 12px;
    height: 12px;
    border: 2px #ef724b solid;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: inline-grid;
    place-content: center;
	cursor: not-allowed;
}

.alertPIBox .formSection .formFieldRow input[type="radio"]:checked::before {
    transform: scale(1);
}

.alertPIBox .formSection .formFieldRow input[type="radio"]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: scale(0);
    box-shadow: #ef724b inset 1em 1em;
}

@media only screen and (max-width: 700px) {
	.alertPIBox .descSection {
		display: none !important;
	}
}

@media (min-width: 1100px) {
	.row .col-1 {
		max-width: 8.33333%;
		flex: 0 0 8.33333%;
	}

	.row .col-2 {
		max-width: 16.66666%;
		flex: 0 0 16.66666%;
	}

	.row .col-3 {
		max-width: 25%;
		flex: 0 0 25%;
	}

	.row .col-4 {
		max-width: 33.33333%;
		flex: 0 0 33.33333%;
	}

	.row .col-5 {
		max-width: 41.66666%;
		flex: 0 0 41.66666%;
	}

	.row .col-6 {
		max-width: 50%;
		flex: 0 0 50%;
	}

	.row .col-7 {
		max-width: 58.33333%;
		flex: 0 0 58.33333%;
	}

	.row .col-8 {
		max-width: 66.66666%;
		flex: 0 0 66.66666%;
	}

	.row .col-9 {
		max-width: 75%;
		flex: 0 0 75%;
	}

	.row .col-10 {
		max-width: 83.33333%;
		flex: 0 0 83.33333%;
	}

	.row .col-11 {
		max-width: 91.66666%;
		flex: 0 0 91.66666%;
	}

	.row .col-12 {
		max-width: 100%;
	}
}

@media (max-width: 1100px) {
	.alertPIBox .descSection {
		display: none !important;
	}

	.alertPIBox .content {
		max-width: 600px;
	}
}
