.proceed-btn {
	background: #4C3694;
	border-radius: 3px;
	padding: 8px 12px;
	font-size: 13px;
	color: #fff;
}
.proceed-btn:hover, .proceed-btn:focus {
	background: #4C3694;
	color: #fff;
}
.proceed-btn-disabled{
	background: #b0afb3;
}
.cancel {
	color: #4C3694;
	margin-right: 18px;
}
.cancel:hover, .go-to:hover {
	text-decoration: none;
	color: #4C3694;
}


/*pop up*/
.eula-popup-content {
	max-width: 746px;
	margin: 0 auto;
	width: 90%;
	position: absolute;
	left: 0;
	top: 50px;
	right: 0;
	display: none;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.sign-head {
	background: #F4F4F4;
	border-radius: 6px;
	padding: 24px 22px 24px 39px;
}
.sign-head .cancel {
	font-size: 17px;
	margin-left: 20px;
}
.eula-text h3 {
	margin-bottom: 22px;
}
.footer {
	padding: 20px;
}
.cancel:hover {
	color: #4C3694;
}
.sign-head .proceed-btn {
	padding: 9px 23px;
	font-size: 17px;
}
.eula-text {
	padding: 32px 36px 32px;
}
.eula-text .feedback-wrapper {
	padding: 12px 5px 10px 21px;
}
.eula-popup-content .d-flex {
	width: 100%;
	/* justify-content: space-between; */
	justify-content: flex-start;
	align-items: center;
	margin-top: -28px;
}
.eula-text .feedback-wrapper {
	border: 0;
	padding-left: 0;
}
.eula-text {
	border-bottom: 1px solid #E2E0E0;
}
.eula-popup-content .eula-text:last-child {
	border: none;
}
.eula-text .select-wrapper {
	margin: 0;
}
.sign-head h3 {
	font-size: 21px;
	color: #313131;
	font-weight: 500;
	padding-left: 15px;
}

/*popup wrap*/
.eula-popup-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.85);
	display: none;
	/*overflow: auto;*/
}
.eula-pop-show {
	display: block;
}
.fixed {
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	height: 100%;
}
.icon-close {
	background-position: -71px -2px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.custom-scroll {
	overflow-y: auto;
	height: 292px;
}
.checkbox-container p{
	line-height:1.2;
	color:#313131;
}
.cancelAndProceed{
	justify-content:flex-end !important;
}

.dt-icon {
		max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    background-image: url('../images/dt-logo.svg');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}
