@charset "utf-8";
/*Scroll Style*/
/* width */
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
} 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* CSS Document */
.containerArBig{
	position: relative;
	z-index: 2;
}
header{
   -webkit-box-shadow:inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
}
header:after,#footer{display: none;}
body{background-color:#0B1218 !important;z-index: 0;overflow: hidden;background: none;}
header,.container-fluid{background-color:transparent !important}
.headerNotLogged{ height: revert !important;}
.login-li,.menu-li{display: none !important;}
header li{width: 100% !important;}
.logo{float: none !important;}
.dollar-container {
	-webkit-animation: fall 2s linear;
	        animation: fall 2s linear;
	color: #11162D;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	top: -100px;
	position: absolute;
}
@-webkit-keyframes fall {
	to {
		transform: translateY(110vh);
	}
}
@keyframes fall {
	to {
		transform: translateY(110vh);
	}
}
.fa-dollar-sign {
	-webkit-animation: rotate 2s linear infinite;
	        animation: rotate 2s linear infinite;
}
@-webkit-keyframes rotate {
	to {
		transform: rotate(359deg);
	}
}
@keyframes rotate {
	to {
		transform: rotate(359deg);
	}
}
.textOnInput{
	position: relative;
	width: 60%; 
	margin: 0 auto;
}
.textOnInput label{
	position: absolute;
    top: -36px;
    right: 23px;
    padding: 2px 0.75rem 5px 0.75rem;
    z-index: 1;
}
.textOnInput label:after{
	content: " ";
	background-color: #0B1218;
	width: 100%;
	height: 13px;
	position: absolute;
	right: 0;
	top: 25px;
	z-index: -1;
}
.textOnInput label{
	font-size: 1em;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 0;
	color: #fff;
}
select.form-control,input.form-control{
	box-shadow: none !important;
    background-color: transparent !important;
	border-radius: 1.5rem;
	border: 1px solid #FED939;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	padding: 6px 10px 6px 40px !important;
}
select.form-control{
	background-image: url(../images/KhaznehCampaigns/-_arrow-down.svg);
}
.textOnInput span#prefix{
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.7);
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    text-align: center;
    outline: none;
    font-weight: bold;
    display: table;
    position: absolute;
    top: 0.75rem !important;
    left: 0.8rem;
}
select.form-control:focus,input.form-control:focus{
	border: 1px solid #FF5200;
	color: #fff;	
}
select.form-control option{
	color: #000;	
}
.input-terms{
	width: 80%;
}
.loginLinks button{
    max-width: 250px;
}
.input-terms input[type=checkbox] + label {
    background: url(../images/KhaznehCampaigns/notCheck.png) no-repeat right center;
}
.input-terms input[type=checkbox]:checked + label {
    background: url(../images/KhaznehCampaigns/checked.png) no-repeat right center;
}
#footer-icon{
	display: block; margin: 0; max-width: 180px; width: 100%; right: 3%; bottom: 20px; position: absolute; z-index: 3;
}
#footer-icon .icon-image{
	display: block; width: 90%; margin: 0;float: right;
}	
.form-btn {
    margin: 0 auto;
}
.hint {
    color: rgba(255,255,255,0.55);
}
hr.style-two,hr.style-three{
    border-top: medium double #888;
    color: #ccc;
}
hr.style-two:after,hr.style-three:after{
    background: #0B1218;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
select:-webkit-autofill:disabled{
    border: 1px solid #FED939;
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px #151718 inset;
    transition: background-color 5000s ease-in-out 0s;
}
.innerWrpper {
    padding: 0 0 0px 0;
}
.profileTitel .titleProfile, .termsTitel .titleTerms, .contactTitel .titleContact, .sharePageTitel .titleShare {
    color: #eee;
}
.mobile-paymentWay{
	background-color: rgba(255,255,255,1);
    border: 0;
}
a:hover {
    text-decoration: none;
	color: rgba(255,82,0,0.8);
}
.form-btn {
    background-color: #ff5200;
	border: 0 ;
	box-shadow: inherit
}
/*----------Media Queries 768px--------*/
@media (max-width: 768px) {
	.textOnInput,.input-terms{
		width: 94% ;
	}
	#footer-icon{
		right: inherit; bottom: inherit; position: relative; z-index: 3;margin: 15px auto 0 auto;
	}
	#footer-icon .icon-image{
		display: block; width: 80%; margin: 0 auto;float: none;
	}
	.mobile-nav {
       display: none;
	}
}