body {
	background-color: #0F1C40;
	margin: auto;
	margin-top: 0 !important;
	font-family: 'Source Sans Pro', sans-serif;
	align-items: center;
	/* color: whitesmoke; */
}

/* Center the loader */
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 170px;
	height: 170px;
	margin: -76px 0 0 -76px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid navy;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}

@-webkit-keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}

	to {
		bottom: 0px;
		opacity: 1
	}
}

@keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}

	to {
		bottom: 0;
		opacity: 1
	}
}

#myDiv {
	margin: auto;
	display: none;
	text-align: center;
}

#topBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 16px;
	background-color: #0F1C40;
	border: 2px;
	border-color: whitesmoke;
	color: white;
	cursor: pointer;
	padding: 12px;
	border-radius: 5px;
}

#topBtn:hover {
	background-color: whitesmoke;
	border: 2px;
	border-color: #0F1C40;
	color: #0F1C40;
}

body a,
form li,
.submit input[type="submit"],
form li.second,
ul.age-groups li label,
.submit.three input[type="submit"],
.submit.two input[type="submit"] {
	transition: 1.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
.fs-7 {
	font-size: .93rem !important;
  }
  .fs-8 {
	font-size: 0.83rem !important;
  }
  .fs-9 {
	font-size: 0.78rem !important;
  }
  .fs-10 {
	font-size: 0.7rem !important;
  }
  .fs-11 {
	font-size: 0.6rem !important;
  }
  .fs-12 {
	font-size: 0.5rem !important;
  }
  
/*----sap-----*/
.sap_tabs {
	clear: both;
	margin: auto;
	width: 40%;
	text-align: center;
}

.top1 {
	margin-top: 2%;
}

.resp-tabs-list {
	width: 100%;
}

.tab-text h3 a {
	color: #159ABD;
	font-size: 1.4em;
	text-decoration: none;
}

.resp-tab-item:first-child {
	border-left: none;
}

i.resp-tab-item.lost {
	margin: 0;
}

.resp-tab-item {
	border: none;
	color: #fff;
	font-size: 1em;
	background: #32C6ED;
	text-transform: uppercase;
	cursor: pointer;
	padding: 1.3em 0;
	display: inline-block;
	text-align: center;
	list-style: none;
	float: left;
	width: auto;
	outline: none;
	font-family: 'Raleway', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 600;
}

/* // this is for tab hover color */
.resp-tab-item:hover {
	background: #159ABD;
	text-shadow: none;
	color: #FFF;
}

.resp-tab-active {
	background: #159ABD;
	text-shadow: none;
	color: #fff;
}

.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}

.resp-tab-content {
	display: none;
}

.resp-content-active,
.resp-accordion-active {
	display: block;
}

span.tab-img img {
	border: 3px solid rgba(213, 210, 210, 0.6);
}

span.tab-img {
	float: left;
	width: 25.5%;
	margin-right: 2.6%;
}

.tab-text {
	float: right;
	width: 68.5%;
	position: relative;
}

.tab-text p {
	margin-bottom: 10px;
}

.tab-text span {
	position: absolute;
	top: 45%;
	left: 0%;
	width: 99%;
	height: 1px;
	background: rgba(231, 231, 240, 1);
}

.tab-text p a {
	color: #69e9cf;
	font-size: 0.875em;
	line-height: 1.5em;
	text-transform: uppercase;
}

.tab-text p a:hover {
	color: #159ABD;
}

.link1 {
	font-size: 0.9em;
	color: #159ABD;
	font-style: italic;
	font-weight: 600;
}

.tab-left {
	margin-bottom: 5%;
}

li.resp-tab-item.lost {
	margin: 0;
}

.top-img {
	padding-bottom: 0.7em;
}

/*-----login----------*/
.buttons {
	padding: 1em 0 1.4em 0;
}

.buttons li:hover {
	border: none;
}

.login input[type="text"],
.login input[type="password"] {
	width: 87.9%;
	padding: 1em 1em 0.9em 3em;
	color: #999;
	font-size: 17px;
	outline: none;
	font-weight: 400;
	border: none;
	border: 1px solid #fff;
	margin: 0.8em 0;
	background: url("../images/mail.png")no-repeat 10px 16px #fff;
}

.login input[type="password"] {
	background: url("../images/lock.png")no-repeat 10px 15px #fff;
}

.submit.two {
	float: right;
}

.submit.two input[type="submit"] {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	outline: none;
	padding: 0.8em 2em;
	border: none;
	background: #05B6E5;
	font-family: 'Raleway', sans-serif;
}

/*---------*/
form.sub {
	padding: 1em 0;
}

form.sub p {
	font-size: 1em;
	color: #fff;
	padding: 1em 0;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	text-align: left;
}

form.sub input[type="password"] {
	width: 95%;
	padding: 0.8em 0.8em;
	color: #fff;
	font-size: 15px;
	outline: none;
	background: none;
	font-weight: 500;
	border: 1px solid rgba(186, 40, 23, 0.69);
	font-family: 'Raleway', sans-serif;
}

.submit.three input[type="submit"] {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	outline: none;
	padding: 1em 2em;
	border: none;
	background: #05B6E5;
	margin-top: 2em;
	font-family: 'Raleway', sans-serif;
}

.submit.three {
	text-align: left;
}

#navbrand {
	display: none;
}

/*-----start-responsive-design------*/
@media (min-width: 1025px) {
	#navbrand {
		display: block;
	}
}

@media (max-width:1440px) {

	.login input[type="text"],
	.login input[type="password"] {
		width: 86.3%;
	}

	.sap_tabs {
		margin: 0 auto;
		width: 40%;
	}
}

@media (max-width:1366px) {
	.sap_tabs {
		clear: both;
		margin: 0 auto;
		width: 43%;
	}

	.login input[type="text"],
	.login input[type="password"] {
		width: 86.3%;
	}
}

@media (max-width:1280px) {
	.sap_tabs {
		clear: both;
		margin: 0 auto;
		width: 47%;
	}
}

@media (max-width:1024px) {
	body {
		background-color: #0F1C40;
		font-family: 'Source Sans Pro', sans-serif;
		padding-bottom: 4em;
	}

	.sap_tabs {
		clear: both;
		margin: 0 auto;
		width: 59%;
	}
}

@media (max-width:768px) {
	.sap_tabs {
		clear: both;
		margin: 0 auto;
		width: 59%;
	}
}

@media (max-width:640px) {
	.sap_tabs {
		width: 90%;
	}

	.resp-tab-item {
		font-size: 0.9em;
	}

	.login input[type="text"],
	.login input[type="password"] {
		width: 85.8%;
	}

	form.sub input[type="password"] {
		width: 94%;
	}
}

@media (max-width:480px) {
	body {
		background-color: #0F1C40;
		font-family: 'Source Sans Pro', sans-serif;
		padding-bottom: 4em;
	}

	.top-img img {
		width: 25%;
	}

	.resp-tab-item {
		font-size: 0.7em;
	}

	.login input[type="text"],
	.login input[type="password"] {
		width: 84.8%;
	}

	form.sub input[type="password"] {
		width: 92%;
	}

	.login input[type="text"],
	.login input[type="password"] {
		width: 82.9%;
		padding: 0.85em 1em 0.85em 3em;
		margin: 0.4em 0;
		background: url("../images/mail.png")no-repeat 10px 15px #fff;
		font-size: 16px;
	}

	.login input[type="password"] {
		background: url("../images/lock.png")no-repeat 9px 10px #fff;
	}

	.buttons {
		padding: 0.5em 0 0.6em 0;
	}

	.submit.three input[type="submit"] {
		padding: 0.9em 2em;
		margin-top: 1em;
	}
}

@media (max-width:320px) {
	.wrap {
		margin: 0 auto;
		width: 92%;
	}

	.resp-tab-item {
		font-size: 0.55em;
	}

	.sign-up input[type="reset"] {
		padding: 0.6em 1.4em;
		font-size: 0.9em;
	}

	.sign-up input[type="submit"] {
		padding: 0.6em 1.5em;
		font-size: 0.9em;
	}

	.login input[type="text"],
	.login input[type="password"] {
		width: 75.5%;
		padding: 0.8em 1em 0.8em 3em;
		margin: 0.3em 0;
		background: url("../images/mail.png")no-repeat 10px 13px #fff;
		font-size: 15px;
	}

	.login input[type="password"] {
		background: url("../images/lock.png")no-repeat 9px 7px #fff;
	}

	.submit.two input[type="submit"] {
		font-size: 0.9em;
		padding: 0.6em 1em;
	}

	.submit.three input[type="submit"] {
		padding: 0.8em 1em;
		margin-top: 1em;
	}

	form.sub input[type="password"] {
		width: 93%;
		padding: 0.6em 0.6em;
		font-size: 13px;
	}
}
.highlighted-field {
    border: 2px solid #007bff !important;
    box-shadow: 0 0 5px rgba(0,123,255,0.5);
    background-color: #fffff0 !important; /* light yellow */
    outline: 2px solid #fffd2d !important;
}
/* Make sure checkbox is visible and status is clear */
input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #007bff !important; /* nice blue tick */
}

/* On focus, don't hide the tick — just add a border/glow */
input[type="checkbox"]:focus {
    outline: 2px solid #fffd2d;
    /* outline-offset: 2px; */
    accent-color: #007bff !important; /* nice blue tick */
}
.dyeing {
	background-color: #67BDF8 !important;
}

.pass {
	background-color: #5C85E3 !important;
}

.packing {
	background-color: #81C57B !important;
}

.partlysent {
	background-color: #85d7e7 !important;
}

.sent {
	background-color: #368b9c !important;
}

.cancel {
	background-color: red !important;
}

.w-10 {
	width: 10% !important;
}

.w-20 {
	width: 20% !important;
}

.w-25 {
	width: 25% !important;
}

.w-30 {
	width: 30% !important;
}

.w-40 {
	width: 40% !important;
}

.w-50 {
	width: 50% !important;
}

.w-60 {
	width: 60% !important;
}

.w-70 {
	width: 70% !important;
}

.w-75 {
	width: 75% !important;
}

.w-80 {
	width: 80% !important;
}

.w-90 {
	width: 90% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}