/* New changes */

body {
	background: #fff;
	color: #000;
	font-size: 70%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.sInpBtn {
    display: inline-block;
    border: 0;
    background: #5787f4;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 12px 20px;
    cursor: pointer;
    text-align: center;
    min-width: 40px;
}

#mySonyHC .product-registration-view h2{
    font-size: 35px;
	line-height: 32px;
	color: #2f353d;
	margin-bottom: 15px
}

#mySonyHC .row-b .col-1 label, .row-b label {
	white-space: normal;
	display: block;
	font-size: 11.9px;
	margin-top: 0px;
	margin-bottom: 0;
	cursor: default;
	word-wrap: break-word;
	word-break: keep-all;
	line-height: 4;
	color: #2e353c;
}

#mySonyHC .row-b .col-2 .sony-input {
	width: 100%;
	max-width: 300px
}

#mySonyHC .sony-input--type-2 {
	height: 42px;
	padding: 10px 12px;
	border-color: #c1c0ce;
	background: #fff;
	font-size: 13px;
	color: #83838f;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50)
}

#mySonyHC .row-b .col-2 .glb-psuedo-input-container {
	display: inline-block;
	margin-top: 13px;
	margin-right: 20px;
	clear: both
}

#mySonyHC .row-b .col-2 .glb-psuedo-input-container input {
	position: absolute;
	z-index: -1;
	left: -9999px
}

#mySonyHC .row-b .col-2 .glb-psuedo-input-container label {
	float: left;
	font-size: 12px
}

#mySonyHC offline-radio-label {
	float: right;
	line-height: 2
}

#mySonyHC .lp-form-buttons {
	text-align: center
}


element.style {
    min-width: 377px;
}

.ciduError {
	min-width: 450px;
}

.ui-menu-item div {
	color: #83838f;
    font-size: 12px;
    height: 6px;
    padding: 16px 15px !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
}

.ui-menu-item li div:hover {
	color: #454c74 !important
}

#mySonyHC .radioLabel {
	padding-left:0px;
	margin-top:-12px;
}

#mySonyHC .glb-psuedo-input-container .glb-psuedo-input {
    width: 18px !important;
}

.form-item {
	margin: 2rem;
	position: relative;
}

.form-item label {
	display: block;
	margin-bottom: 0.5rem;
}

.form-item input {
	padding: 0.5rem;
	width: 300px;
	box-sizing: border-box;
}

.form-tooltip {
	display: flex;
	align-items: center;
	background-color: #5787f4;
	color: #fff;
	border-radius: 5px;
	padding: 0.5rem;
	margin-top: 8px;
	max-width: 250px;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

.form-tooltip span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	color: #5787f4;
	font-weight: bold;
	margin-right: 0.5rem;
}

.form-tooltip p {
	margin: 0;
	line-height: 1.2;
	font-size: 14px;
}

.form-tooltip.tooltip--top::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 20px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #5787f4 transparent;
}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.lp-modal {
	background: #fff;
	padding: 2rem;
	border-radius: 8px;
	max-width: 900px;
	width: 90%;
	max-height: 90vh;
	overflow: visible;
	position: relative;
}

.lp-modal .modal-block ul{
	margin-bottom: 1.5rem;
	list-style-type: disc;
}

.lp-modal .modal-block.center {
    text-align: center;
	margin-top: 2rem;
}

.modal-close {
	position: absolute;
	top: -20px;
	right: -20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	z-index: 1001;
}

.btn {
	display: inline-block;
	background-color: #5787f4;
	color: #fff;
	text-decoration: none;
	padding: 0.7rem 1.5rem;
	border-radius: 5px;
	transition: opacity 0.2s;
}

.btn:hover {
	opacity: 0.8;
}
.t5 {
    font-size: 1.375em;
    line-height: 1.18182;
    margin-bottom: 14px;
}

.t5,.p3{
	font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .8125em;
    line-height: 1.53846;
    margin-bottom: 25px;
}
.t5,h4 {
    text-rendering: optimizeLegibility;
    color: #2f353d;
    font-size: larger;
}
b {
	font-family: "SST W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2f353d;
}