<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	max-width:767px;
	margin: 0 auto;
}
body {
	font-size: 15px;
	font-family:Helvetica,Sans-serif;
	padding: 15px;	
}
img {
	max-width:100%;
}
input,select,textarea {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
input {
	padding: 5px 12px;
}
input:hover,select:hover,textarea:hover
{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
select {
	padding: 8px 5px;
	background-color:#FFF;
}
.title {
	font-size: 15px;
	font-weight:600;
}
.heading {
	background-color:#666;
	color:#FFF;
	padding: 5px;
	text-align:center;
	margin-bottom: 15px;
}
.width100 {
	width:100%;
}
.social-login-div {
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 15px 0 15px;
}
.social-login {
    text-align: center;
    background: #FFF;
    border-radius: 10px;
    padding: 30px 50px;
    display: inline-block;
    width: 500px;
    max-width: 90%;
}
.social-login-buttons {
    margin-top: 50px;
}
.maid-online-registration .social-login input {
    border: 1px solid #ccc;
}
a.btn-facebook, .btn-facebook:hover {
    background: #3b5998;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}
.social-login .btn-email {
    background: #19b9e7;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}
.social-login .or {
    margin: 30px 0;
}
.social-login .or&gt;div {
    z-index: 10;
    background: #fff;
    display: inline-block;
    padding: 0 8px;
}
.social-login .or&gt;hr {
    margin-top: -10px;
}
@media (max-width: 767px) {
	.social-login {
		padding: 20px 10px;
	}
}
.past-step {
	color:#ccc;
}
.current-step {
	color:green;
	font-weight:600;
}
.btn-group1 {
	width: 100%;
}
.btn-group1 .btn-next,
.btn-group1 .btn-back,
.btn-group1 .btn-save {
	width:48%;
	margin-top:15px;
}
.btn-group1 .btn-next,
.btn-group1 .btn-save {
	float:right;
}
.btn-next, .btn-next-non,
.btn-back, .btn-back-non,
.btn-save {
	width: 100%;
	margin: 15px 0;
}
.btn-save {
	margin-top:80px;
}
.maid-online-registration .input-group-addon {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.maid-online-registration .btn-default {
    background: #eee;
}
.add-exp, .add-non-exp {
	text-align:center;
	margin: 20px 0 30px;
}
.add-exp a, .add-non-exp a {
	color:red;	
	font-size:23px;
}
.working-date {
	width: 130px;
	display:inline-block;
	margin-bottom:0px;
}
.column {
	display:flex;
	flex-direction:row;
}
.column div {
	flex:1;
}
.margin-top-0 {
	margin-top:0px!important;
}
.margin-top-20 {
	margin-top:20px;
}
.margin-right-20 {
	margin-right:20px;
}
.margin-right-10 {
	margin-right:10px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.checkbox-size {
	font-size:1.2em;
}
.checkbox label, .radio label {
	padding-left: 0px;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 10%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr &gt; .cr-icon,
.radio label input[type="radio"] + .cr &gt; .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr &gt; .cr-icon,
.radio label input[type="radio"]:checked + .cr &gt; .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.question-col-1 {
	flex:0!important;
	margin-right:10px;
}
.form-check label.error,
label.error {
	font-size:12px;
	color:red;
	text-align:right;
	margin-top:-5px;
	margin-bottom: 0px;
	width:100%;
	float:right;
	
}
.d-flex {
	display:flex;
}
.d-flex&gt;div {
	flex:1;
}
.maid-online-registration input,
.maid-online-registration select,
.maid-online-registration textarea {
	border:0px;
	border-radius:0px;
	border-bottom:1px solid #ababab;
}
.maid-online-registration input:hover, 
.maid-online-registration select:hover, 
.maid-online-registration textarea:hover {
	outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.maid-online-registration .form-control {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.maid-online-registration .div-number input {
	border:1px solid #ccc;
}
.maid-online-registration .success {
	margin:80px 0;
	font-size:16px;
	color:green;
}
.maid-online-registration .success .fa {
	font-size:80px;
	padding-bottom:15px
}
.div-number {
	width:150px;
	margin-bottom:10px;
}
.div-number .input-group .form-control {
	text-align:center;
}
.div-number .btn-number .glyphicon {
	padding:3px 0 3.5px;
}
.form-check {
	margin-top:2px;
	margin-bottom:10px;
}
.form-check label{
	/*display:block;*/
	position: relative;
	cursor: pointer;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	margin-bottom:3px;
	min-width:50%;
}
.form-check .label-text {
	margin-right:15px;
}
.form-check input[type="radio"]{
	position: absolute;
	right: 9000px;
}

.form-check .toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.form-check .toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}

.form-check .toggle input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.form-check .toggle input[type="radio"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}
@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}
.form-check input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	color: #BBB;
	font-size:18px;
}
.form-check input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #000;
	animation: effect 250ms ease-in;
}
.form-check input[type="radio"]:disabled + .label-text{
	color: #aaa;
}
.form-check input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}</pre></body></html>