<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.tos-modal .modal-header {
	min-height: 16px;
	padding: 0px;
	border-bottom: 0;
	background-color: #f3f4f6;
}
.tos-modal .modal-footer {
	border: none;
	padding-bottom: 30px ;
}
.tos-modal .modal-dialog{
	width: 800px;
}
.tos-modal .modal-footer .btn-primary,
.tos-modal .modal-footer .btn-primary.disabled,
.tos-modal .modal-footer .btn-primary[disabled] {
	background-color: #3598db;
	border-color: #3598db;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 2px;
	margin-top: 15px;
}
.tos-modal .modal-content {
	border-radius: 0px;
	border: none;
}
.tos-modal .modal-title {
	font-size: 15px;
	font-weight: 700;
	color: #3598db;
	text-transform: uppercase;
}
.tos-modal .modal-header .close {
	float: none;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	background-color: #333;
	text-shadow: 0 0 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0!important;
	margin: 0!important;
	width: 30px;
	height: 30px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
z-index: 9999;
}
.tos-modal .modal-header .close {
	margin-top: -2px;
}
.tos-modal button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.tos-modal .modal-body{
	max-height: calc(100vh - 150px);
	overflow-y: auto;
	padding: 30px;
}

@media (max-width: 1000px) {
	.tos-modal .modal-dialog{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

.companyNameUpdate span{
	background: #fff!important;
}
</pre></body></html>