/*--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==*/
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates');
html,body{
	height: 100%;
}
.body{
	height: 100%;
}
*{
	box-sizing: border-box !important;
	font-family: 'Montserrat Alternates', sans-serif;
}
body{
	font-family: sans-serif;
	margin: 0;
}
.container{
	margin: 0 auto;
	height: 100%;
	min-width: 350px;
}
.head{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/cd1467f8d54dcaaaa362.png') no-repeat;
	padding: 3%;
	background-size: cover;
}
.landing_head{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/6f4705282456cf256618.png') no-repeat;
	min-height: 250px;
	background-size: cover;
}
.heading{
	text-align: center;
	font-size: 35px;
	color: #fff;
	padding: 20px 10px;
	margin: 0;
}
.ty_content{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/bbaa2fbdf25fbd3bd21d.png') no-repeat;
	max-width: 700px;
	border-radius: 25px;
	width: 100%;
	min-height: 70vh;
	color: #fff;
	text-align: center;
	position: relative;
	margin: 10% auto;
	-webkit-box-shadow: 0px 1px 5px 1px rgb(188, 121, 246);
	-moz-box-shadow: 0px 1px 5px 1px rgb(188, 121, 246);
	box-shadow: 0px 1px 5px 1px rgb(188, 121, 246);
}
.logo{
	
	max-width: 300px;
	max-height: 200px;
}
.body{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/bbaa2fbdf25fbd3bd21d.png') no-repeat;
	padding: 20px 10px;
	background-size: cover;
	min-height: calc(100vh - 130px);
}
/*----------------------------------------CAROUSEL START-----------------------------------*/
.carousel_wrap{
	max-width: 600px;
	margin: 50px auto;
	position: relative;
	margin-bottom: 100px !important;
}
.crousel{
	position: relative;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
.item{
	text-align: center;
	background: transparent;
	padding: 10px;
	width: 100%;
	margin: 0 auto;
	display: none;
	font-size: 14px;
	position: relative;
}

.item:first-child{
	/*left: 0;*/
}
.active{
	display: inline-block;
	/*left: 0;*/
}
.prev,.next{
	position: absolute;
	bottom: -100px;
	cursor: pointer;
	font-size: 40px;
	color: #333;
	z-index: 10000;
}
.prev{
	left: -30px;
}
.next{
	right: -25px;
}
.right{
	position: relative;
	-webkit-animation-name: rslide; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: rslide;
    animation-duration: 1s;
    display: inline-block;
}
.left{
	position: relative;
	-webkit-animation-name: lslide; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: lslide;
    animation-duration: 1s;
    display: inline-block;
}
.left-init{
	position: relative;
	-webkit-animation-name: lslide-init; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: lslide-init;
    animation-duration: 1s;
    display: inline-block;
}
.nav-btn{
	background: transparent;
    border: none;
    box-shadow: none;
}
@keyframes rslide{
	0%   {left: 0%;}
    100% {left: -100%;}
}
@keyframes lslide{
	0%   {left: -100%;}
    100% {left: 0%;}
}
@keyframes lslide-init{
	0%   {left: 0%;}
    100% {left: 100%;}
}

@media only screen and (max-width: 600px){
	.carousel_wrap{
		width: 90% !important;
	}
	.prev{
		left: 0;
	}
	.next{
		right: 0;
	}
}
/*----------------------------------------CAROUSEL END-----------------------------------*/
.progress_container{
    position: absolute;
    right: 0;
    left: 0;
    width: 95%;
	display: flex;
	max-width: 800px;
	margin: 0 auto;
	justify-content: space-between;
}
.icons{
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 3px;
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/a219d9191380ce3e0793.png');
}
.icons.active{
	background-position: bottom;
}
.icon_container{
	display: flex;
	flex-flow: column;
	align-items: center;
	min-width: 15px;
}
.icon_text{
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.icon_text.color{
	color: #4f0a58;
}
.line{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/7305a76e9e099cda9f43.png');
	min-width: 5%;
	height: 2px;
	margin-top: 11px;
	overflow: hidden;
}
.dot{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/791431b4b4dd23aa817e.png') no-repeat;
	min-width: 10px;
    min-height: 10px;
    margin-top: 10px;
    margin-left: 5px;
}
.db_content{
	min-height: 200px;
}
.ap-theme-default:not(.ap-layout-inline):not(.ap-layout-relative) .ap-cont {
    /* -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); */
    /* box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); */
    background: transparent;
    color: #fff;
}
.ap-component-section, ap-component-section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-select: none;
    -ms-touch-action: none;
    touch-action: none;
    background: transparent;
    }
    .ap-component-gradient {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 102%;
    cursor: pointer;
    background: rgba(255,255,255,0.8);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.8)), color-stop(30%, rgba(255,255,255,0.8)), color-stop(45%, rgba(255,255,255,0)), color-stop(55%, rgba(255,255,255,0)), color-stop(70%, rgba(255,255,255,0.8)), color-stop(100%, rgba(255,255,255,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
    /* background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    background: transparent;
}
.ap-component-selector {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;`
    height: 40px;
    border-top: 1px solid #009688;
    border-bottom: 1px solid #009688;
    border: 0;
}
.ap-component-data {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    background: transparent;
    font-size: 15px;
}
.ap-bg {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 22px;
    position: absolute;
}
.ap-layout-popup {
	background: none !important;
	top: 90px !important;
    bottom: 0;
    left: 0;
    right: 0;
}
.ap-cont{
	width: 100% !important;
	max-width: 100% !important;
}
.ap-button-cont{
	display: none;
}
.ap-content{
	margin-top: 15% !important;
}
.ap-component-section,.ap-component-gradient{
	background: transparent !important;
}
.ap-component-selector{
	border: none !important;
	color: #fff !important;
}
.td{
	padding-left: 50%;
	display: flex;
	justify-content: space-between;
}
.pop{
	position: fixed;	
	background: #333333ed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	min-height: 50vh;
	z-index: 999;
}
.update-btn{
	position: relative;
	text-align: center;
	padding: 20px;
	width: 35%;
	max-width: 1000px;
	margin: 0 auto;
}
/*-------------------------------------------INPUT FIELD STYLES--------------------------------*/
.clear{
	clear: both;
	height: 10px;
}
.personal_content{
	margin-top: -20px;
}
.field{
	width: 100%;
	padding: 10px;
}
.field input, .field select{
	width: 70%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	padding: 10px;
	padding-left: 40px; 
	outline: 0;
	color: #fff;
}
.login_field input{
	padding-left: 0;
	width: 100%;
}
.login_field{
	text-align: center;
	color: #fff;
}
.feedback_field{
	padding: 20px 10px;
}
.textarea{
	resize: none;
	min-height: 200px;
	width: 85%;
	outline: 0;
	background: transparent;
	border: 1px solid #fff;
}
.addr input{
	padding-left: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.option{
	color: #fff !important;
	background: #be78f6;
	padding: 10px;
}
#fname{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/c94f6709caa7bf45b388.png') no-repeat;
}
#lname{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/c94f6709caa7bf45b388.png') no-repeat;
}
#email{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/69e3a23b51ee395119c6.png') no-repeat;
}
#mobile{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/1113c871e27c68842c22.png') no-repeat;
}
#nationality{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/349c608a96f32b195de0.png') no-repeat;
}
#gender{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/c94f6709caa7bf45b388.png') no-repeat;
}
#pwd{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/c94f6709caa7bf45b388.png') no-repeat;
}
#pwd1{
	background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/c94f6709caa7bf45b388.png') no-repeat;
}
/*--------------------------------------BRANDS SELECT------------------------------------*/
.fashion{
	width: 100%;
	font-size: 25px;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	margin: 0;
}
.brands_container{
	margin: 0;
	padding: 0;
	color: #fff;
}
.caption{
	color: #fff;
}
.brands_inner{
	white-space: normal !important;
}
.brands_fashion li,.brands_beauty li,.brands_watches li,.preference_list li,.communication_data label{
	list-style: none;
	float: left;
	border: 1px solid #fff;
	padding: 20px;
	max-height: 160px;
    line-height: 130px;
    border-radius: 25px;
}
.preference_list li{
	min-height: 195px !important;
}
.brands_fashion li{
	width: 33.33%;
}
.brands_beauty li,.preference_list li,.optout_data li{
	width: 50% !important;
	line-height: 0;
}
.communication_data label{
	width: 33.33%;
	color: #fff;
	line-height: 35px;
}
.communication_data label img{
	max-width: 50px;
	max-height: 50px;
}
.preference_list li img{
	max-width: 80px !important;
}
.brands_watches li{
	width: 100%;
	line-height: 0;
}
li img{
	max-width: 100px;
	max-height: 100px;
}
.back{
	background: #bcafeb;
}
.brands_fashion,.brands_beauty,.brands_watches,.preference_list,.communication_data,.optout_data{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.thankyou_content{
	text-align: center;
	margin: 15% auto 0 auto;
	display: none;
}
#sgn-flashloader,#sgn-flashloader-text{
	background: #f1f1f100 !important;
	color: #f1f1f100 !important;
}
/* ----------------------------------------------------------------------------- 

  AnyPicker - Customizable Picker for Mobile OS
  Version 2.0.9
  Copyright (c)2017 Lajpat Shah
  Contributors : https://github.com/nehakadam/AnyPicker/contributors
  Repository : https://github.com/nehakadam/AnyPicker
  Homepage : https://nehakadam.github.io/AnyPicker

 ----------------------------------------------------------------------------- */

/* ------------------------- Basic Layout Start ---------------------------------- */

body.noscroll
{
    overflow: hidden;
}

.ap-overlay
{
	display: none;
	z-index: 2000;
	min-width: 250px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
	perspective: 1000px;
}

.ap-layout-popup
{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.ap-layout-fixed, 
.ap-layout-popover
{
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, 0.5);
}
/*
.ap-layout-relative, .ap-layout-inline
{
	height: auto;
}
*/

.ap-layout-relative, .ap-layout-inline
{
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

.ap-overlay *
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ap-bg
{
	width: 100%;
	height: 100%;

	font-family: sans-serif;
	/*font-family: 'Helvetica Neue', Arial, sans-serif;*/
	font-size: 22px;
}

.ap-cont
{
	margin: 0 auto;
	background: #FFFFFF;
}

.ap-theme-default:not(.ap-layout-inline):not(.ap-layout-relative) .ap-cont
{/*
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  	-moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);*/
}

.ap-layout-popup .ap-cont
{
	position: relative;
	max-width: 500px;
	width: 95%;
	min-height: 60vh;
}

.ap-layout-relative .ap-cont
{
	max-width: 500px;
	width: 97%;
	border: 1px solid #ECF0F1;
}

.ap-layout-inline .ap-cont
{
	border: 1px solid #ECF0F1;
}

.ap-layout-fixed .ap-cont
{
	width: 100%;
	position: fixed;
}

/* ------------------------- Basic Layout End ---------------------------------- */

/* ------------------------- View Sections Start ---------------------------------- */

.ap-header
{
	height: 50px;
	line-height: 50px;

	text-align: left;
	font-size: 0.9em;

	padding: 0 16px;
}

.ap-dir-rtl .ap-header
{
	text-align: right;
}

.ap-theme-default .ap-header
{
	height: 60px;
	line-height: 60px;
}

.ap-content
{
	max-width: 450px;
	margin: 0 auto;
	font-size:20px;
}
.ap-content table{
	width:100%;
}
.ap-content tr td{
	text-align:center;
}

.ap-content-top
{
	height: 50px;
	padding: 8px 16px;
	color:#555;
	text-align:center;
}

.ap-content-switch
{
	margin-top: 8px;
  	margin-bottom: 8px;

  	text-align: center;
}

.ap-content-switch-tab
{
	border: 1px solid #009688;
	padding: 5px 16px;

	cursor: pointer;
	font-size: 0.6em;
	color: #009688;
}

.ap-dir-ltr .ap-content-switch-date
{
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.ap-dir-rtl .ap-content-switch-date
{
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-left: -1px;
}

.ap-dir-ltr .ap-content-switch-time
{
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-left: -1px;
}

.ap-dir-rtl .ap-content-switch-time
{
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.ap-content-switch-selected
{
	background: #009688;
	color: #FFFFFF;
}

.ap-content-middle
{
	min-height: 120px;

	padding-top: 20px;
  	padding-bottom: 20px;
}

.ap-content-bottom
{
	height: 50px;
	padding: 8px 16px;
	color:#555;
	text-align:center;
}

.ap-theme-default .ap-content-top, 
.ap-theme-default .ap-content-bottom
{
	font-size: 0.7em;
}

.ap-footer
{
	display: table;
	table-layout: fixed;
	width: 100%;

	height: 50px;
	text-align: center;
}

.ap-theme-default .ap-footer
{
	padding: 0 16px;
}

.ap-theme-default .ap-footer-top
{
	line-height: 55px;
}

.ap-theme-default .ap-footer-bottom
{
	line-height: 45px;
}

 .ap-header__title
{
	color: #000000;
	font-size: 1.2em;
}

	/* ------------------------- Buttons Start ---------------------------------- */

.ap-theme-default .ap-button
{
	cursor: pointer;

	letter-spacing: 0;
  	text-align: center;
  	font-size: 0.8em;

  	padding: 8px 12px;
  	margin: 8px;

  	color: #009688;
  	background: rgba(255, 255, 255, 1);

  	text-transform: uppercase;
}

.ap-theme-default .ap-button-cont
{
	float: right;
}

.ap-theme-default.ap-dir-rtl .ap-button-cont
{
	float: left;
}

	/* ------------------------- Buttons End ---------------------------------- */

/* ------------------------- View Sections End ---------------------------------- */


/* ------------------------- Animations Start ---------------------------------- */

/* ------------------------------------------------------------------------------ */

.ap-show
{
	opacity: 0;

	animation: ap-anim-show ease 0.5s;
	animation-iteration-count: 1;

	-webkit-animation: ap-anim-show ease 0.5s;
	-webkit-animation-iteration-count: 1;

	-moz-animation: ap-anim-show ease 0.5s;
	-moz-animation-iteration-count: 1;

	-o-animation: ap-anim-show ease 0.5s;
	-o-animation-iteration-count: 1;

	-ms-animation: ap-anim-show ease 0.5s;
	-ms-animation-iteration-count: 1;

	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes ap-anim-show
{
	0% { opacity:0; }
	100% { opacity:1; }
}

@-moz-keyframes ap-anim-show
{
  	0% { opacity:0; }
	100% { opacity:1; }
}

@-webkit-keyframes ap-anim-show 
{
  	0% { opacity:0; }
	100% { opacity:1; }
}

@-o-keyframes ap-anim-show 
{
  	0% { opacity:0; }
	100% { opacity:1; }
}

/* ------------------------------------------------------------------------------ */

.ap-hide
{
	animation: ap-anim-hide ease 0.5s;
	animation-iteration-count: 1;

	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;

	-webkit-animation: ap-anim-hide ease 0.5s;
	-webkit-animation-iteration-count: 1;

	-moz-animation: ap-anim-hide ease 0.5s;
	-moz-animation-iteration-count: 1;

	-o-animation: ap-anim-hide ease 0.5s;
	-o-animation-iteration-count: 1;

	-ms-animation: ap-anim-hide ease 0.5s;
	-ms-animation-iteration-count: 1;
}

@keyframes ap-anim-hide
{
	0% { opacity:1; }
	100% { opacity:0; }
}

@-moz-keyframes ap-anim-hide
{
  	0% { opacity:1; }
	100% { opacity:0; }
}

@-webkit-keyframes ap-anim-hide 
{
  	0% { opacity:1; }
	100% { opacity:0; }
}

@-o-keyframes ap-anim-hide 
{
  	0% { opacity:1; }
	100% { opacity:0; }
}

/* ------------------------------------------------------------------------------ */

.ap-bottom-slide-up
{
	opacity: 0;

	animation: ap-anim-bottom-slide-up ease 0.5s;
	animation-iteration-count: 1;

	-webkit-animation: ap-anim-bottom-slide-up ease 0.5s;
	-webkit-animation-iteration-count: 1;

	-moz-animation: ap-anim-bottom-slide-up ease 0.5s;
	-moz-animation-iteration-count: 1;

	-o-animation: ap-anim-bottom-slide-up ease 0.5s;
	-o-animation-iteration-count: 1;

	-ms-animation: ap-anim-bottom-slide-up ease 0.5s;
	-ms-animation-iteration-count: 1;

	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes ap-anim-bottom-slide-up
{
	100% { opacity: 1; bottom: 0; }
}

@-moz-keyframes ap-anim-bottom-slide-up
{
  	100% { opacity: 1; bottom: 0; }
}

@-webkit-keyframes ap-anim-bottom-slide-up
{
  	100% { opacity: 1; bottom: 0; }
}

@-o-keyframes ap-anim-bottom-slide-up
{
  	100% { opacity: 1; bottom: 0; }
}

/* ------------------------------------------------------------------------------ */

.ap-bottom-slide-down
{
	opacity: 1;

	animation: ap-anim-bottom-slide-down ease 0.5s;
	animation-iteration-count: 1;

	-webkit-animation: ap-anim-bottom-slide-down ease 0.5s;
	-webkit-animation-iteration-count: 1;

	-moz-animation: ap-anim-bottom-slide-down ease 0.5s;
	-moz-animation-iteration-count: 1;

	-o-animation: ap-anim-bottom-slide-down ease 0.5s;
	-o-animation-iteration-count: 1;

	-ms-animation: ap-anim-bottom-slide-down ease 0.5s;
	-ms-animation-iteration-count: 1;

	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes ap-anim-bottom-slide-down
{
	100% { opacity: 0; bottom: -1000px; }
}

@-moz-keyframes ap-anim-bottom-slide-down
{
  	100% { opacity: 0; bottom: -1000px; }
}

@-webkit-keyframes ap-anim-bottom-slide-down
{
  	100% { opacity: 0; bottom: -1000px; }
}

@-o-keyframes ap-anim-bottom-slide-down
{
  	100% { opacity: 0; bottom: -1000px; }
}

/* ------------------------------------------------------------------------------ */

.ap-top-slide-down
{
	opacity: 0;

	animation: ap-anim-top-slide-down ease 0.5s;
	animation-iteration-count: 1;

	-webkit-animation: ap-anim-top-slide-down ease 0.5s;
	-webkit-animation-iteration-count: 1;

	-moz-animation: ap-anim-top-slide-down ease 0.5s;
	-moz-animation-iteration-count: 1;

	-o-animation: ap-anim-top-slide-down ease 0.5s;
	-o-animation-iteration-count: 1;

	-ms-animation: ap-anim-top-slide-down ease 0.5s;
	-ms-animation-iteration-count: 1;

	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes ap-anim-top-slide-down
{
	100% { opacity: 1; top: 0; }
}

@-moz-keyframes ap-anim-top-slide-down
{
  	100% { opacity: 1; top: 0; }
}

@-webkit-keyframes ap-anim-top-slide-down
{
  	100% { opacity: 1; top: 0; }
}

@-o-keyframes ap-anim-top-slide-down
{
  	100% { opacity: 1; top: 0; }
}

/* ------------------------------------------------------------------------------ */

.ap-top-slide-up
{
	opacity: 1;

	animation: ap-anim-top-slide-up ease 0.5s;
	animation-iteration-count: 1;

	-webkit-animation: ap-anim-top-slide-up ease 0.5s;
	-webkit-animation-iteration-count: 1;

	-moz-animation: ap-anim-top-slide-up ease 0.5s;
	-moz-animation-iteration-count: 1;

	-o-animation: ap-anim-top-slide-up ease 0.5s;
	-o-animation-iteration-count: 1;

	-ms-animation: ap-anim-top-slide-up ease 0.5s;
	-ms-animation-iteration-count: 1;

	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes ap-anim-top-slide-up
{
	100% { opacity: 0; top: -1000px; }
}

@-moz-keyframes ap-anim-top-slide-up
{
  	100% { opacity: 0; top: -1000px; }
}

@-webkit-keyframes ap-anim-top-slide-up
{
  	100% { opacity: 0; top: -1000px; }
}

@-o-keyframes ap-anim-top-slide-up
{
  	100% { opacity: 0; top: -1000px; }
}

/* ------------------------------------------------------------------------------ */

.ap-theme-default .ap-button-active
{
	animation: ap-anim-default-button-active ease 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode:forwards;

	-webkit-animation: ap-anim-default-button-active ease 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode:forwards;

	-moz-animation: ap-anim-default-button-active ease 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode:forwards;

	-o-animation: ap-anim-default-button-active ease 0.5s;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode:forwards;

	-ms-animation: ap-anim-default-button-active ease 0.5s;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode:forwards;
}

@keyframes ap-anim-default-button-active
{
	100% { background: #E0F2F1; }
}

@-moz-keyframes ap-anim-default-button-active
{
  	100% { background: #E0F2F1; }
}

@-webkit-keyframes ap-anim-default-button-active 
{
  	100% { background: #E0F2F1; }
}

@-o-keyframes ap-anim-default-button-active 
{
  	100% { background: #E0F2F1; }
}

/* ------------------------------------------------------------------------------ */



/* ------------------------- Animations End ---------------------------------- */




/* ------------------------- Picker Component Start ---------------------------------- */

.ap-component-section
{
  	display: table;
  	table-layout: fixed;
  	width: 100%;

  	background: #FFFFFF;
}

.ap-loading
{
	width: 100%;
	height: 100%;

	z-index: 2;
	background: #FFFFFF;
}

.ap-component-section, ap-component-section *
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-ms-touch-select: none;
	-ms-touch-action: none;
	touch-action: none;
}

.ap-component
{
	display: table-cell;
}

.ap-component-label
{
	text-align: center;
	font-size: 0.7em;
}

.ap-theme-default
{
	color: #009688;
}

.ap-component-plus, .ap-component-minus
{
	background: #FFFFFF;
	color: #BDBDBD;

	width: 100%;
	height: 40px;
	line-height: 40px;

	text-align: center;
	font-size: 15px;

	cursor: pointer;
}

.ap-component-cont
{
	position: relative;
	/*height: 200px;*/
	overflow: hidden;
}

.ap-component-data
{
	position: absolute;
	left: 0;
  	top: 0;
	width: 100%;

	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
	perspective: 1000px;
}

.ap-row
{
	height: 40px;
	line-height: 40px;

	text-align: center;

	overflow: hidden;
	text-overflow: clip;
	white-space:nowrap;

	cursor: pointer;

	color: #000000;
}

.ap-row-invalid
{
	color: #FFCDD2;
}

.ap-row-hidden
{
	opacity: 0;
}

.ap-component-selector
{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	width: 100%;
	height: 40px;
	
}

.ap-theme-default .ap-component-selector
{
	left: 10%;
	width: 80%;
}

.ap-component-gradient
{
	position: absolute;
	top: -1px;
	left: 0;

	width: 100%;
	height: 102%;

	cursor: pointer;

	/*
	http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.8\%29\%200\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.8\%29\%2030\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\%29\%2045\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\%29\%2055\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.8\%29\%2070\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.8\%29\%20100\%25\%29\%3B'
	*/

	background: rgba(255,255,255,0.8);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.8)), color-stop(30%, rgba(255,255,255,0.8)), color-stop(45%, rgba(255,255,255,0)), color-stop(55%, rgba(255,255,255,0)), color-stop(70%, rgba(255,255,255,0.8)), color-stop(100%, rgba(255,255,255,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

/* ------------------------- Picker Component End ---------------------------------- */
.ap-row-selected{
	font-size: 20px;
	opacity: 1 !important;
}
.ap-row{
	color: #fff;
	opacity: 0.5;
}

/* ----------------------------------------------------------------------------- 

  AnyPicker - Customizable Picker for Mobile OS
  Version 2.0.9
  Copyright (c)2017 Lajpat Shah
  Contributors : https://github.com/nehakadam/AnyPicker/contributors
  Repository : https://github.com/nehakadam/AnyPicker
  Homepage : https://nehakadam.github.io/AnyPicker

 ----------------------------------------------------------------------------- */

.ap-theme-ios.ap-layout-popup .ap-cont, 
.ap-theme-ios.ap-layout-popover .ap-cont
{
	max-width: 320px;
	width: 90%;
    border-radius: 10px;
    border: 1px solid #D7D7D7;
}

.ap-theme-ios.ap-layout-popup, 
.ap-theme-ios.ap-layout-fixed, 
.ap-theme-ios.ap-layout-popover
{
	background: rgba(0, 0, 0, 0.4);
}

.ap-theme-ios .ap-tooltip, 
.ap-theme-ios .ap-tooltip:after 
{
  	display: inline-block;
 	width: 0;
  	height: 0;

  	position: absolute;

  	border-width: 11px;
  	border-style: solid;
  	z-index: 6;
}

.ap-theme-ios .ap-tooltip:after 
{
  	content: " ";
  	border-width: 10px;
}

.ap-theme-ios .ap-tooltip-bottom
{
  	top: -22px;
  	left: 10px;
  	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #D7D7D7 rgba(0, 0, 0, 0);
}

.ap-dir-rtl.ap-theme-ios .ap-tooltip-bottom
{
	right: 10px;
}

.ap-theme-ios .ap-tooltip-bottom:after 
{
  	top: -8px;
  	left: -10px;
  	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF rgba(0, 0, 0, 0);
}

.ap-theme-ios .ap-tooltip-top 
{
  	bottom: -21px;
  	left: 16px;
  	border-color: #D7D7D7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.ap-dir-rtl.ap-theme-ios .ap-tooltip-top
{
	right: 16px;
}

.ap-theme-ios .ap-tooltip-top:after
{
  	bottom: -8px;
  	left: -10px;
  	border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.ap-theme-ios .ap-tooltip-left
{
  	top: 50%;
  	left: -22px;
  	border-color: rgba(0, 0, 0, 0) #D7D7D7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);

  	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ap-theme-ios .ap-tooltip-left:after 
{
  	top: -10px;
  	left: -9px;
  	border-color: rgba(0, 0, 0, 0) #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.ap-theme-ios .ap-tooltip-right
{
  	top: 50%;
  	right: -22px;	
  	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #D7D7D7;

  	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ap-theme-ios .ap-tooltip-right:after 
{
  	top: -10px;
  	left: -11px;
  	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
}

.ap-theme-ios .ap-bg
{
	font-size: 18px;
	font-family: sans-serif;
}

.ap-theme-ios .ap-header
{
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-bottom: 1px solid #D7D7D7;
}

.ap-theme-ios .ap-header__title
{
	color: #FF3B30;
	font-size: 1.2em;
}

.ap-theme-ios .ap-button
{
	display: inline-block;
	cursor: pointer;

	letter-spacing: 0;
  	text-align: center;
  	font-size: 1.0em;

  	height: 43px;
  	line-height: 47px;

  	background: rgba(255, 255, 255, 1);
}

.ap-theme-ios .ap-content-top, 
.ap-theme-ios .ap-content-bottom
{
	font-size: 0.9em;
}

.ap-theme-ios .ap-footer
{
	padding: 0 16px;
}

.ap-theme-ios .ap-footer-top .ap-button
{
	display: inline-block;
}

.ap-theme-ios .ap-button:last-child
{
	float: right;
	padding: 0 0 0 16px;

	color: #007AFF;
}

.ap-dir-rtl.ap-theme-ios .ap-button:last-child
{
	float: left;
	padding: 0 16px 0 0;
}

.ap-theme-ios .ap-button:not(:last-child)
{
	float: left;
	padding: 0 16px 0 0;

	color: #007AFF;
}

.ap-dir-rtl.ap-theme-ios .ap-button:not(:last-child)
{
	float: right;
	padding: 0 0 0 16px;
}

.ap-theme-ios .ap-component-gradient
{
	/*
	http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.7\%29\%200\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.7\%29\%2040\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\%29\%2045\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\%29\%2055\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.7\%29\%2060\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.7\%29\%20100\%25\%29\%3B'
	*/

	background: rgba(255,255,255,0.7);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.7)), color-stop(40%, rgba(255,255,255,0.7)), color-stop(45%, rgba(255,255,255,0)), color-stop(55%, rgba(255,255,255,0)), color-stop(60%, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,0.7)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.7) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.7) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.ap-theme-ios .ap-content-middle
{
	padding: 10px 25px;
}

.ap-theme-ios .ap-content-switch-tab
{
	border: 1px solid #007AFF;
	font-size: 0.7em;
	color: #007AFF;
}

.ap-dir-ltr.ap-theme-ios .ap-content-switch-date
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ap-dir-rtl.ap-theme-ios .ap-content-switch-date
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -1px;
}

.ap-dir-ltr.ap-theme-ios .ap-content-switch-time
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -1px;
}

.ap-dir-rtl.ap-theme-ios .ap-content-switch-time
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ap-theme-ios .ap-content-switch-selected
{
	background: #007AFF;
	color: #FFFFFF;
}

.ap-theme-ios .ap-component-plus, 
.ap-theme-ios .ap-component-minus
{
	color: #BDBDBD;
}

.ap-theme-ios .ap-component-label
{
	color: #007AFF;
}

.ap-theme-ios .ap-row
{
	color: #000000;
	font-size: 1.2em;
}

.ap-theme-ios .ap-row-disabled
{
	color: #9E9E9E;
}

.ap-theme-ios .ap-component-selector
{
	left: 0;
	width: 100%;

	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}
.ap-header{
	display: none;
}
.ap-component-data{
	width: 100% !important;
}
.lables{
	font-size: 16px;
	color: #fff;
	padding: 10px;
}
.submit-btn{
	text-align: center;
	padding: 10px;
	padding-top: 20%;
}
#nav-bar{
	background: #fff;
	width: 100%;
	margin-bottom: 50px;
}
#nav-bar ul li{
	list-style: none;
	padding: 20px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	width: 20%;
	float: left;
	border: 1px solid #000;
}
/*--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==*/
#sgn-error-cont{
	background: #ff00009c;
    text-align: center;
    border: 3px solid #fff;
    padding: 20px;
    border-radius: 25px;
    margin: 10px auto !important;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    max-width: 600px !important;
    width: 100%;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 70px;
}
#sgn-error-text {
    display: block;
    font-weight: 700;
    padding: 5px;
    background: transparent !important;
    color: #fff;
}
label.error{
	display: block;
	color: #fff;
	padding: 10px;
}
.error-msg{
	color: #fff;
}
.form_container{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}
.login_submit{
	background: linear-gradient(to right, #cc78f573, #fff);
	padding: 15px;
	width: 95% !important;
	border: 1px solid #fff;
	outline: 0;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 25px;
}
.shadow{
	position: absolute;
    bottom: -20%;
    z-index: -1;
    left: 0;
    right: 0;
    width: 99%;
    margin: 0 auto;
    color: transparent;
    border: 0;
    border-radius: 50%;
    /* -webkit-box-shadow: 0px -5px 25px 15px rgba(255, 255, 255, 0.75); */
    /*-moz-box-shadow: 0px -5px 25px 15px rgba(255, 255, 255, 0.75);*/
    /* box-shadow: 0px -3px 0px 5px rgba(255, 255, 255, 0.75); */
     font-size: 0; 
     min-height: 35%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(254,255,255,0) 0%, rgba(253,252,255,0) 1%, rgba(251,247,255,0.51) 3%, rgba(204,120,245,0.51) 49%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(254,255,255,0) 0%,rgba(253,252,255,0) 1%,rgba(251,247,255,0.51) 3%,rgba(204,120,245,0.51) 49%);
    background: radial-gradient(ellipse at center, rgb(254, 255, 255) 0%,rgb(253, 252, 255) 1%,rgba(251, 247, 255, 0.98) 3%,rgba(212, 141, 247, 0.04) 49%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00feffff', endColorstr='#82cc78f5',GradientType=1 );
}
.flex{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}
.forgot a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.forgot_field{
	width: 49%;
}
.fa-2x{
    font-size: 3em;
    color: #fff;
    opacity: 0.5;
    vertical-align: middle;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 2%;
    right: 10%;
}
.fa-3x{
	font-size: 2em !important;
	color: #fff;
	cursor: pointer;
}
.side_nav{
	height: 100%;
    width: 20%;
    position: fixed;
    min-width: 120px;
    padding-top: 5%;
    top: 0;
    left: 0;
    background: #333333e6;
    z-index: 100;
    
}
.pdpa{
	padding: 10px;
}
.pdpa p{
	text-align: justify;
}
.show{
	-webkit-animation:show 1s ease;
    animation:show 1s ease;
}
.hide{
	-webkit-animation:hide 1s ease;
    animation:hide 1s ease;
    display: none;
}
@keyframes hide{
	 0%{
        left: 0;
    }
    100%{
    	left: -30%;
    }
}
@keyframes show{
    0%{
        left: -30%
    }
    100%{
    	left: 0;
    }
}
.nav ul{
	padding: 0;
}
.nav ul li{
	list-style: none;
	padding: 15px 5px;
	color: #fff;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	cursor: pointer;
}
.nav ul li span{
	align-self: center;
}
.tab-content{
    margin: 0 auto;
    width: 100%;
}
.myprofile{
	max-width: 1000px;
	margin: 0 auto;
}
.tab{
	color: #fff;
	display: none;
}
.tab.active{
	display: block;
}
.nav ul li.active{
	border-right: 3px solid #333;
}
@keyframes opacity {
	0%{
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.content{
	animation: opacity 2s;
}
.tab.active{
	animation: open 1.5s;
}
.profile_lables{
	background: #8053b8;
}
.profile_fields{
	border: 1px solid #fff;
}
table{
	table-layout: fixed;
	word-wrap: break-word;
}
/*||||||||||||||||||||||||||||||||||||||||||PRETTY CHECK BOXES||||||||||||||||||||||||||||||||||||||||||||||||||*/
.pretty *{
    box-sizing:border-box
}
.pretty input:not([type=checkbox]):not([type=radio]){
    display:none
}
.pretty{
    position:relative;
    display:inline-block;
    margin-right:1em;
    line-height:1
}
.pretty input{
    position:absolute;
    left:0;
    top:0;
    min-width:1em;
    width:100%;
    height:100%;
    z-index:2;
    opacity:0;
    margin:0;
    padding:0;
    cursor:pointer
}
.pretty .state label{
    position:initial;
    display:inline-block;
    font-weight:200;
    margin:0;
    text-indent:1.5em;
    min-width:calc(1em + 2px);
    line-height: 17px;
    font-size: 12px;
    color: #fff;
}
.pretty .state label:after,.pretty .state label:before{
    content:'';
    width:calc(1em + 2px);
    height:calc(1em + 2px);
    display:block;
    box-sizing:border-box;
    border-radius:0;
    border:1px solid transparent;
    z-index:0;
    position:absolute;
    left:0;
    top:calc((0% - (100% - 1em)) - 8%);
    background-color:transparent
}
.pretty .state label:before{
    border-color:#bdc3c7
}
.pretty .state.p-is-hover,.pretty .state.p-is-indeterminate{
    display:none
}
@-webkit-keyframes zoom{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
}
@keyframes zoom{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
}
@-webkit-keyframes tada{
    0%{
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0;
        -webkit-transform:scale(7);
        transform:scale(7)
    }
    38%{
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out;
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    55%{
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
    72%{
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    81%{
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        -webkit-transform:scale(1.24);
        transform:scale(1.24)
    }
    89%{
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    95%{
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        -webkit-transform:scale(1.04);
        transform:scale(1.04)
    }
    100%{
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes tada{
    0%{
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0;
        -webkit-transform:scale(7);
        transform:scale(7)
    }
    38%{
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out;
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    55%{
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
    72%{
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    81%{
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        -webkit-transform:scale(1.24);
        transform:scale(1.24)
    }
    89%{
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    95%{
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        -webkit-transform:scale(1.04);
        transform:scale(1.04)
    }
    100%{
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@-webkit-keyframes jelly{
    0%{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    30%{
        -webkit-transform:scale3d(.75,1.25,1);
        transform:scale3d(.75,1.25,1)
    }
    40%{
        -webkit-transform:scale3d(1.25,.75,1);
        transform:scale3d(1.25,.75,1)
    }
    50%{
        -webkit-transform:scale3d(.85,1.15,1);
        transform:scale3d(.85,1.15,1)
    }
    65%{
        -webkit-transform:scale3d(1.05,.95,1);
        transform:scale3d(1.05,.95,1)
    }
    75%{
        -webkit-transform:scale3d(.95,1.05,1);
        transform:scale3d(.95,1.05,1)
    }
    100%{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
@keyframes jelly{
    0%{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    30%{
        -webkit-transform:scale3d(.75,1.25,1);
        transform:scale3d(.75,1.25,1)
    }
    40%{
        -webkit-transform:scale3d(1.25,.75,1);
        transform:scale3d(1.25,.75,1)
    }
    50%{
        -webkit-transform:scale3d(.85,1.15,1);
        transform:scale3d(.85,1.15,1)
    }
    65%{
        -webkit-transform:scale3d(1.05,.95,1);
        transform:scale3d(1.05,.95,1)
    }
    75%{
        -webkit-transform:scale3d(.95,1.05,1);
        transform:scale3d(.95,1.05,1)
    }
    100%{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
@-webkit-keyframes rotate{
    0%{
        opacity:0;
        -webkit-transform:translateZ(-200px) rotate(-45deg);
        transform:translateZ(-200px) rotate(-45deg)
    }
    100%{
        opacity:1;
        -webkit-transform:translateZ(0) rotate(0);
        transform:translateZ(0) rotate(0)
    }
}
@keyframes rotate{
    0%{
        opacity:0;
        -webkit-transform:translateZ(-200px) rotate(-45deg);
        transform:translateZ(-200px) rotate(-45deg)
    }
    100%{
        opacity:1;
        -webkit-transform:translateZ(0) rotate(0);
        transform:translateZ(0) rotate(0)
    }
}
@-webkit-keyframes pulse{
    0%{
        box-shadow:0 0 0 0 #bdc3c7
    }
    100%{
        box-shadow:0 0 0 1.5em rgba(189,195,199,0)
    }
}
@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 #bdc3c7
    }
    100%{
        box-shadow:0 0 0 1.5em rgba(189,195,199,0)
    }
}
.pretty.p-default.p-fill .state label:after{
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
}
.pretty.p-default .state label:after{
    -webkit-transform:scale(.6);
    -ms-transform:scale(.6);
    transform:scale(.6)
}
.pretty.p-default input:checked~.state label:after{
    background-color:#bdc3c7!important
}
.pretty.p-default.p-thick .state label:after,.pretty.p-default.p-thick .state label:before{
    border-width:calc(1em / 7)
}
.pretty.p-default.p-thick .state label:after{
    -webkit-transform:scale(.4)!important;
    -ms-transform:scale(.4)!important;
    transform:scale(.4)!important
}
.pretty.p-icon .state .icon{
    position:absolute;
    font-size:1em;
    width:calc(1em + 2px);
    height:calc(1em + 2px);
    left:0;
    z-index:1;
    text-align:center;
    line-height:normal;
    top:calc((0% - (100% - 1em)) - 8%);
    border:1px solid transparent;
    opacity:0
}
.pretty.p-icon .state .icon:before{
    margin:0;
    width:100%;
    height:100%;
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    line-height:1
}
.pretty.p-icon input:checked~.state .icon{
    opacity:1
}
.pretty.p-icon input:checked~.state label:before{
    border-color:#5a656b
}
.pretty.p-svg .state .svg{
    position:absolute;
    font-size:1em;
    width:calc(1em + 2px);
    height:calc(1em + 2px);
    left:0;
    z-index:1;
    text-align:center;
    line-height:normal;
    top:calc((0% - (100% - 1em)) - 8%);
    border:1px solid transparent;
    opacity:0
}
.pretty.p-svg .state svg{
    margin:0;
    width:100%;
    height:100%;
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    line-height:1
}
.pretty.p-svg input:checked~.state .svg{
    opacity:1
}
.pretty.p-image .state img{
    opacity:0;
    position:absolute;
    width:calc(1em + 2px);
    height:calc(1em + 2px);
    top:0;
    top:calc((0% - (100% - 1em)) - 8%);
    left:0;
    z-index:0;
    text-align:center;
    line-height:normal;
    -webkit-transform:scale(.8);
    -ms-transform:scale(.8);
    transform:scale(.8)
}
.pretty.p-image input:checked~.state img{
    opacity:1
}
.pretty.p-switch input{
    min-width:2em
}
.pretty.p-switch .state{
    position:relative
}
.pretty.p-switch .state:before{
    content:'';
    border:1px solid #bdc3c7;
    border-radius:60px;
    width:2em;
    box-sizing:unset;
    height:calc(1em + 2px);
    position:absolute;
    top:0;
    top:calc((0% - (100% - 1em)) - 16%);
    z-index:0;
    transition:all .5s ease
}
.pretty.p-switch .state label{
    text-indent:2.5em
}
.pretty.p-switch .state label:after,.pretty.p-switch .state label:before{
    transition:all .5s ease;
    border-radius:100%;
    left:0;
    border-color:transparent;
    -webkit-transform:scale(.8);
    -ms-transform:scale(.8);
    transform:scale(.8)
}
.pretty.p-switch .state label:after{
    background-color:#bdc3c7!important
}
.pretty.p-switch input:checked~.state:before{
    border-color:#5a656b
}
.pretty.p-switch input:checked~.state label:before{
    opacity:0
}
.pretty.p-switch input:checked~.state label:after{
    background-color:#5a656b!important;
    left:1em
}
.pretty.p-switch.p-fill input:checked~.state:before{
    border-color:#5a656b;
    background-color:#5a656b!important
}
.pretty.p-switch.p-fill input:checked~.state label:before{
    opacity:0
}
.pretty.p-switch.p-fill input:checked~.state label:after{
    background-color:#fff!important;
    left:1em
}
.pretty.p-switch.p-slim .state:before{
    height:.1em;
    background:#bdc3c7!important;
    top:calc(50% - .1em)
}
.pretty.p-switch.p-slim input:checked~.state:before{
    border-color:#5a656b;
    background-color:#5a656b!important
}
.pretty.p-has-hover input:hover~.state:not(.p-is-hover){
    display:none
}
.pretty.p-has-hover input:hover~.state.p-is-hover{
    display:block
}
.pretty.p-has-hover input:hover~.state.p-is-hover .icon{
    display:block
}
.pretty.p-has-focus input:focus~.state label:before{
    box-shadow:0 0 3px 0 #bdc3c7
}
.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate){
    display:none
}
.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate{
    display:block
}
.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon{
    display:block;
    opacity:1
}
.pretty.p-toggle .state.p-on{
    opacity:0;
    display:none
}
.pretty.p-toggle .state .icon,.pretty.p-toggle .state .svg,.pretty.p-toggle .state img,.pretty.p-toggle .state.p-off{
    opacity:1;
    display:inherit
}
.pretty.p-toggle .state.p-off .icon{
    color:#bdc3c7
}
.pretty.p-toggle input:checked~.state.p-on{
    opacity:1;
    display:inherit
}
.pretty.p-toggle input:checked~.state.p-off{
    opacity:0;
    display:none
}
.pretty.p-plain input:checked~.state label:before,.pretty.p-plain.p-toggle .state label:before{
    content:none
}
.pretty.p-plain.p-plain .icon{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.pretty.p-round .state label:after,.pretty.p-round .state label:before{
    border-radius:100%
}
.pretty.p-round.p-icon .state .icon{
    border-radius:100%;
    overflow:hidden
}
.pretty.p-round.p-icon .state .icon:before{
    -webkit-transform:scale(.8);
    -ms-transform:scale(.8);
    transform:scale(.8)
}
.pretty.p-curve .state label:after,.pretty.p-curve .state label:before{
    border-radius:20%
}
.pretty.p-smooth .icon,.pretty.p-smooth .svg,.pretty.p-smooth label:after,.pretty.p-smooth label:before{
    transition:all .5s ease
}
.pretty.p-smooth input:checked+.state label:after{
    transition:all .3s ease
}
.pretty.p-smooth input:checked+.state .icon,.pretty.p-smooth input:checked+.state .svg,.pretty.p-smooth input:checked+.state img{
    -webkit-animation:zoom .2s ease;
    animation:zoom .2s ease
}
.pretty.p-smooth.p-default input:checked+.state label:after{
    -webkit-animation:zoom .2s ease;
    animation:zoom .2s ease
}
.pretty.p-smooth.p-plain input:checked+.state label:before{
    content:'';
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    transition:all .5s ease
}
.pretty.p-tada:not(.p-default) input:checked+.state .icon,.pretty.p-tada:not(.p-default) input:checked+.state .svg,.pretty.p-tada:not(.p-default) input:checked+.state img,.pretty.p-tada:not(.p-default) input:checked+.state label:after,.pretty.p-tada:not(.p-default) input:checked+.state label:before{
    -webkit-animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;
    animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;
    opacity:1
}
.pretty.p-jelly:not(.p-default) input:checked+.state .icon,.pretty.p-jelly:not(.p-default) input:checked+.state .svg,.pretty.p-jelly:not(.p-default) input:checked+.state img,.pretty.p-jelly:not(.p-default) input:checked+.state label:after,.pretty.p-jelly:not(.p-default) input:checked+.state label:before{
    -webkit-animation:jelly .7s cubic-bezier(.25,.46,.45,.94);
    animation:jelly .7s cubic-bezier(.25,.46,.45,.94);
    opacity:1
}
.pretty.p-jelly:not(.p-default) input:checked+.state label:before{
    border-color:transparent
}
.pretty.p-rotate:not(.p-default) input:checked~.state .icon,.pretty.p-rotate:not(.p-default) input:checked~.state .svg,.pretty.p-rotate:not(.p-default) input:checked~.state img,.pretty.p-rotate:not(.p-default) input:checked~.state label:after,.pretty.p-rotate:not(.p-default) input:checked~.state label:before{
    -webkit-animation:rotate .7s cubic-bezier(.25,.46,.45,.94);
    animation:rotate .7s cubic-bezier(.25,.46,.45,.94);
    opacity:1
}
.pretty.p-rotate:not(.p-default) input:checked~.state label:before{
    border-color:transparent
}
.pretty.p-pulse:not(.p-switch) input:checked~.state label:before{
    -webkit-animation:pulse 1s;
    animation:pulse 1s
}
.pretty input[disabled]{
    cursor:not-allowed;
    display:none
}
.pretty input[disabled]~*{
    opacity:.5
}
.pretty.p-locked input{
    display:none;
    cursor:not-allowed
}
.pretty input:checked~.state.p-primary label:after,.pretty.p-toggle .state.p-primary label:after{
    background-color:#428bca!important
}
.pretty input:checked~.state.p-primary .icon,.pretty input:checked~.state.p-primary .svg,.pretty.p-toggle .state.p-primary .icon,.pretty.p-toggle .state.p-primary .svg{
    color:#fff;
    stroke:#fff
}
.pretty input:checked~.state.p-primary-o label:before,.pretty.p-toggle .state.p-primary-o label:before{
    border-color:#428bca
}
.pretty input:checked~.state.p-primary-o label:after,.pretty.p-toggle .state.p-primary-o label:after{
    background-color:transparent
}
.pretty input:checked~.state.p-primary-o .icon,.pretty input:checked~.state.p-primary-o .svg,.pretty input:checked~.state.p-primary-o svg,.pretty.p-toggle .state.p-primary-o .icon,.pretty.p-toggle .state.p-primary-o .svg,.pretty.p-toggle .state.p-primary-o svg{
    color:#428bca;
    stroke:#428bca
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after{
    background-color:#428bca!important
}
.pretty.p-switch input:checked~.state.p-primary:before{
    border-color:#428bca
}
.pretty.p-switch.p-fill input:checked~.state.p-primary:before{
    background-color:#428bca!important
}
.pretty.p-switch.p-slim input:checked~.state.p-primary:before{
    border-color:#245682;
    background-color:#245682!important
}
.pretty input:checked~.state.p-info label:after,.pretty.p-toggle .state.p-info label:after{
    background-color:#5bc0de!important
}
.pretty input:checked~.state.p-info .icon,.pretty input:checked~.state.p-info .svg,.pretty.p-toggle .state.p-info .icon,.pretty.p-toggle .state.p-info .svg{
    color:#fff;
    stroke:#fff
}
.pretty input:checked~.state.p-info-o label:before,.pretty.p-toggle .state.p-info-o label:before{
    border-color:#5bc0de
}
.pretty input:checked~.state.p-info-o label:after,.pretty.p-toggle .state.p-info-o label:after{
    background-color:transparent
}
.pretty input:checked~.state.p-info-o .icon,.pretty input:checked~.state.p-info-o .svg,.pretty input:checked~.state.p-info-o svg,.pretty.p-toggle .state.p-info-o .icon,.pretty.p-toggle .state.p-info-o .svg,.pretty.p-toggle .state.p-info-o svg{
    color:#5bc0de;
    stroke:#5bc0de
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after{
    background-color:#5bc0de!important
}
.pretty.p-switch input:checked~.state.p-info:before{
    border-color:#5bc0de
}
.pretty.p-switch.p-fill input:checked~.state.p-info:before{
    background-color:#5bc0de!important
}
.pretty.p-switch.p-slim input:checked~.state.p-info:before{
    border-color:#2390b0;
    background-color:#2390b0!important
}
.pretty input:checked~.state.p-success label:after,.pretty.p-toggle .state.p-success label:after{
    background-color:#5cb85c!important
}
.pretty input:checked~.state.p-success .icon,.pretty input:checked~.state.p-success .svg,.pretty.p-toggle .state.p-success .icon,.pretty.p-toggle .state.p-success .svg{
    color:#fff;
    stroke:#fff
}
.pretty input:checked~.state.p-success-o label:before,.pretty.p-toggle .state.p-success-o label:before{
    border-color:#5cb85c
}
.pretty input:checked~.state.p-success-o label:after,.pretty.p-toggle .state.p-success-o label:after{
    background-color:transparent
}
.pretty input:checked~.state.p-success-o .icon,.pretty input:checked~.state.p-success-o .svg,.pretty input:checked~.state.p-success-o svg,.pretty.p-toggle .state.p-success-o .icon,.pretty.p-toggle .state.p-success-o .svg,.pretty.p-toggle .state.p-success-o svg{
    color:#5cb85c;
    stroke:#5cb85c
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after{
    background-color:#5cb85c!important
}
.pretty.p-switch input:checked~.state.p-success:before{
    border-color:#5cb85c
}
.pretty.p-switch.p-fill input:checked~.state.p-success:before{
    background-color:#5cb85c!important
}
.pretty.p-switch.p-slim input:checked~.state.p-success:before{
    border-color:#357935;
    background-color:#357935!important
}
.pretty input:checked~.state.p-warning label:after,.pretty.p-toggle .state.p-warning label:after{
    background-color:#f0ad4e!important
}
.pretty input:checked~.state.p-warning .icon,.pretty input:checked~.state.p-warning .svg,.pretty.p-toggle .state.p-warning .icon,.pretty.p-toggle .state.p-warning .svg{
    color:#fff;
    stroke:#fff
}
.pretty input:checked~.state.p-warning-o label:before,.pretty.p-toggle .state.p-warning-o label:before{
    border-color:#f0ad4e
}
.pretty input:checked~.state.p-warning-o label:after,.pretty.p-toggle .state.p-warning-o label:after{
    background-color:transparent
}
.pretty input:checked~.state.p-warning-o .icon,.pretty input:checked~.state.p-warning-o .svg,.pretty input:checked~.state.p-warning-o svg,.pretty.p-toggle .state.p-warning-o .icon,.pretty.p-toggle .state.p-warning-o .svg,.pretty.p-toggle .state.p-warning-o svg{
    color:#f0ad4e;
    stroke:#f0ad4e
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after{
    background-color:#f0ad4e!important
}
.pretty.p-switch input:checked~.state.p-warning:before{
    border-color:#f0ad4e
}
.pretty.p-switch.p-fill input:checked~.state.p-warning:before{
    background-color:#f0ad4e!important
}
.pretty.p-switch.p-slim input:checked~.state.p-warning:before{
    border-color:#c77c11;
    background-color:#c77c11!important
}
.pretty input:checked~.state.p-danger label:after,.pretty.p-toggle .state.p-danger label:after{
    background-color:#fff!important
}
.pretty input:checked~.state.p-danger .icon,.pretty input:checked~.state.p-danger .svg,.pretty.p-toggle .state.p-danger .icon,.pretty.p-toggle .state.p-danger .svg{
    color:#fff;
    stroke:#fff
}
.pretty input:checked~.state.p-danger-o label:before,.pretty.p-toggle .state.p-danger-o label:before{
    border-color:#fff
}
.pretty input:checked~.state.p-danger-o label:after,.pretty.p-toggle .state.p-danger-o label:after{
    background-color:transparent
}
.pretty input:checked~.state.p-danger-o .icon,.pretty input:checked~.state.p-danger-o .svg,.pretty input:checked~.state.p-danger-o svg,.pretty.p-toggle .state.p-danger-o .icon,.pretty.p-toggle .state.p-danger-o .svg,.pretty.p-toggle .state.p-danger-o svg{
    color:#fff;
    stroke:#fff
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after{
    background-color:#fff!important
}
.pretty.p-switch input:checked~.state.p-danger:before{
    border-color:#fff
}
.pretty.p-switch.p-fill input:checked~.state.p-danger:before{
    background-color:#fff!important
}
.pretty.p-switch.p-slim input:checked~.state.p-danger:before{
    border-color:#a02622;
    background-color:#a02622!important
}
.pretty.p-bigger .icon,.pretty.p-bigger .img,.pretty.p-bigger .svg,.pretty.p-bigger label:after,.pretty.p-bigger label:before{
    font-size:1.2em!important;
    top:calc((0% - (100% - 1em)) - 35%)!important
}
.pretty.p-bigger label{
    text-indent:1.7em
}
@media print{
    .pretty .state .icon,.pretty .state label:after,.pretty .state label:before,.pretty .state:before{
        color-adjust:exact;
        -webkit-print-color-adjust:exact;
        print-color-adjust:exact
    }
}

.pretty .state label:before{
    border-color: #fff !important;
}
.pretty.p-default input:checked~.state label:after{
    background-color: #f0b70e !important;
}
.pretty.p-default input:checked~.state label:after{
    background-color: #f0b70e !important;
}
.pretty.p-default.p-thick .state label:after,.pretty.p-default.p-thick .state label:before{
    border-width:calc(1em / 7);
}
.pretty.p-icon input:checked~.state label:before{
    border-color: #f0b70e ;
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after{
    background-color: #fff !important;
}
.pretty.p-switch input:checked~.state label:after{
    background-color: #f0b70e !important;
    left:1em
}
.pretty input:checked~.state.p-primary label:after,.pretty.p-toggle .state.p-primary label:after{
    background-color: #f0b70e !important
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #fff !important;
}
.pretty .state label:after, .pretty .state label:before {
    content: '';
    width: calc(1em + 5px);
    height: calc(1em + 5px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((3% - (100% - 100%)) - 0%);
    background-color: transparent;
}
.state label{
    margin-left: 10px !important;
    font-size: 16px;
    font-weight: bold !important;
}
/*||||||||||||||||||||||||||||||||||||||||||PRETTY CHECK BOXES||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media only screen and (max-width: 470px){
	.flex{
		flex-flow: column-reverse;
	}
	#forgot_submit{
		margin-top: 30px;
	}
	.forgot_field{
		width: 99%;
		margin: 10px 0;
	}
}
@media only screen and (max-width: 850px){
	.side_nav{
		width: 25%;
	}
	.nav ul li img{
		width: 20px;
		height: 20px;
	}
	.nav ul li{
		font-size: 14px;
	}
	.ap-content-middle{
		padding-top: 20%;
	}
	.logo{
		width: 100%;
		max-width: 100%;
	}
	.logo img{
		width: 20% !important;
	}
	.landing{
		flex-flow: column;
		text-align: center;
	}
}
@media only screen and (max-width: 600px){
	.side_nav{
		width: 30%;
	}
	.landing_head{
		background: url('https://s3-ap-southeast-1.amazonaws.com/fs.capillary.sg/intouch_creative_assets/bbf099be432b9710c86e.png') no-repeat;
		background-size: cover;
	}
	.brands_fashion li{
		width: 50% !important;
	}
	.field input,.field select{
		width: 100% !important;
	}
	*{
		font-size: 16px;
	}
	li p{
		font-size: 12px !important;
	}
	.icon_text{
		font-size: 10px !important;
	}
}
@media only screen and (max-width: 700px){
	.pop_img_container{
		margin-top: 30% !important;
	}
}
@media only screen and (max-width: 500px){
	.pop_img_container{
		margin-top: 50% !important;
	}
	.update-btn{
		width: 70% !important;
	}
	.logo img{
		padding-top: 10%;
		width: 30% !important;
	}
	.landing p{
		padding: 0 !important;
	}
	.ty_content{
		margin: 30% auto;
	}
	.preference_list li img{
		max-width: 70px !important;
	}
	.events_img{
		max-width: 100px !important;
	}
	.preference_list li img{
		max-width: 50px !important;
	}
	.communication_data label{
		max-height: 110px !important;
	}
	.td{
		padding-left: 0 !important;
	}
	.nav_list li span, .nav_list li span a{
		font-size: 12px;
	}
	.profile_lables, .profile_fields{
		font-size: 10px;
	}
	.preference_list li{
		min-height: 150px !important;
	}
}