:root {
	--primary: 276, 91%, 38%;
	--secondary: 240, 27%, 18%;
}

::selection
{
	background-color: hsla(var(--primary), 0.8);
	color: #FFF;
}

::-moz-selection
{
	background-color: hsla(var(--primary), 0.8);
	color: #FFF;
}

body
{
	font-family: 'Montserrat', 'Droid Arabic Kufi', sans-serif !important;
	/* font-family: 'Nunito', 'Droid Arabic Kufi', sans-serif !important; */
	font-size: 15px;
	color: #555;
}

a {
	color: hsl(var(--secondary));
	text-decoration: none;
}

a:hover {
	color: hsl(var(--secondary), 0.8);
}

h1,h2,h3,h4,h5,h6
{
    font-weight: bold;
}

body > section
{
	margin-top: -21px;
}

.lcs_switch.lcs_on {
	background-color: hsl(var(--primary), 0.85) !important;
}

/*-------------- bootstarp fixes -------------*/
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

section.container-fluid {
	padding-top: 3em;
	padding-bottom: 3em;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.form-control {
	color: hsl(var(--secondary));
	height: 40px;
	border-radius: 5px;
	border: 1px solid hsla(var(--secondary), 0.5);
	box-shadow: none;
	font-weight: bold;
}

.form-control:focus {
	border-color: hsl(var(--secondary));
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 4px hsla(var(--secondary, 0.1));
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 4px hsla(var(--secondary, 0.1));
}

.btn {
	/*border-radius: 5rem;*/
	/*border: 1px solid transparent;*/
	/* set default btn as a large btn */
	padding: 6px 16px;
	font-size: 18px;
    line-height: 1.3333333;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 6px 16px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: hsl(var(--primary));
	border-color: hsl(var(--primary));
}

.pagination>li>a, .pagination>li>span {
	color: hsla(var(--primary), 0.8);
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: hsl(var(--primary));
}

/*-------------- header -------------*/
.navbar
{
	border-bottom: 1px solid #DDD;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.navbar-scrolled
{
	border-bottom: none;
	box-shadow: 		0px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 	0px 1px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 		0px 1px 5px rgba(0,0,0,0.3);
}

.navbar .navbar-brand
{
	font-size: 27px;
    padding-top: 17px;
    padding-bottom: 18px;
	color: hsl(var(--primary));
    font-weight: bold;
    height: 100%;
    text-align: center;
    line-height: normal;
    padding-left: 35px;
    padding-right: 35px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: hsla(var(--primary), 0.8);
}

.navbar .navbar-nav > li > a
{
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}

.navbar .navbar-nav.navbar-right > li > a {
	margin-left: 0.2em;
	margin-right: 0.2em;
}

.navbar .navbar-nav > li > a:hover
{
	background-color: hsl(var(--primary));
	color: #FFF;
}

.navbar .navbar-nav > li > a.active {
	background-color: hsl(var(--primary));
	color: #FFF;
	border-radius: 3em;
}

.navbar .navbar-nav > li > a.active:hover {
	background-color: hsla(var(--primary), 0.8);
}

.navbar .navbar-nav > li > a.active-2 {
	background-color: hsl(var(--secondary));
	color: #FFF;
	border-radius: 3em;
}

.navbar .navbar-nav > li > a.active-2:hover {
	background-color: hsla(var(--secondary), 0.8);
}

@media screen and (max-width: 768px) {

	.navbar-default .navbar-toggle {
		border: none;
		margin-top: 20px;
		margin-right: 30px;
		margin-left: 30px;
	}

	.navbar-default .navbar-nav > li > a {
		border-radius: 0 !important;
		padding: 15px 40px;
	}

	.navbar-default .navbar-nav > li > a:hover {
		border-radius: 0 !important;
	}

	.navbar .navbar-nav > li > a.active {
		border-radius: 2em !important;
	}

	.navbar .navbar-nav > li > a.active:hover {
		border-radius: 2em !important;
	}

	.navbar .navbar-nav > li > a.active-2 {
		border-radius: 2em !important;
	}

	.navbar .navbar-nav > li > a.active-2:hover {
		border-radius: 2em !important;
	}
}

.navbar .navbar-nav .dropdown-toggle
{
    padding: 5px 7px;
}

/*------------ default navbar ------------*/

.navbar-default
{
	background-color: #FFF;
}

.navbar-inverse .navbar-brand
{
	color: #101010;
}

.navbar-default .navbar-nav > li > a
{
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover
{
	color: #FFF;
	border-radius: 3em;
}

.navbar-right-fix {
	width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    padding-bottom: 0.6rem !important;
    margin: 0;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-left: 0;
	margin-right: 0;
}

.panel-info>.panel-heading .badge.badge-primary {
	background-color: hsl(var(--primary));
}

.panel-info>.panel-heading .badge {
	background-color: hsl(var(--secondary));
}

.panel-info>.panel-heading {
	color: hsl(var(--secondary));
	background-color: hsla(var(--secondary), 0.4);
	border: none;
}

.panel-info {
	border-color: hsla(var(--secondary), 0.4);
}

.panel-info .panel-title {
	color: hsl(var(--secondary));
}

/*----------------------- Grid -------------------------/
/* Extra Small Devices, Phones (xs) */
@media (max-width : 480px)
{
	.text-xs-center
	{
		text-align: center;
	}

	.text-xs-right
	{
		text-align: right;
	}

	.text-xs-left
	{
		text-align: left;
	}
}

/* Small Devices, Tablets (sm) */
@media (max-width : 768px)
{
	.text-sm-center
	{
		text-align: center;
	}

	.text-sm-right
	{
		text-align: right;
	}

	.text-sm-left
	{
		text-align: left;
	}

	.contact-us-box {
		flex-direction: column;
	}
	.contact-us-box div.text {
		text-align: center;
	}

	.contact-us-box img {
		width: 100%;
	}

	.analytics-box {
		flex-direction: column;
		justify-content: center;
	}
}

/* Medium Devices, Desktops (md) */
@media (max-width : 992px)
{
	.text-md-center
	{
		text-align: center;
	}

	.text-md-right
	{
		text-align: right;
	}

	.text-md-left
	{
		text-align: left;
	}

	.jumbotron .container {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.jumbotron .container .left-box {
		align-items: center;
		text-align: center !important;
		flex: 1;
	}
	.jumbotron .container .left-box h1 {
		font-size: 3.5rem !important;
	}
	.jumbotron .container .right-box {
		flex: 1;
		display: none !important;
	}
	.jumbotron .container .right-box img {
		width: 450px;
	}
}



/* Large Devices, Wide Screens (lg) */
@media (max-width : 1200px){}



/*------------ end header -----------*/

/*----------- Cookie Alert ----------*/
.cookie-alert {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: #FFF;
	color: hsl(var(--secondary));
	padding: 2rem 2rem;
	border-radius: 10px;
	display: none;
	gap: 2em;
	max-width: 460px;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

.cookie-alert .cookie-img {
	height: 100%;
}

.cookie-alert .cookie-img img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: block;
}

.cookie-alert .cookie-buttons {
	float: right;
	margin-top: 1em;
}

@media screen and (max-width: 576px)
{
	.cookie-alert {
		flex-direction: column;
		width: 100%;
		border-radius: 0;
		bottom: 0;
		left: 0;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	.cookie-alert .cookie-buttons {
		width: 100%;
	}

	.cookie-alert .cookie-agree-button {
		display: block;
		float: none;
		width: 100%;
	}

}

/*------------ jumbotron -----------*/

.jumbotron
{
	height: 100%;
	margin: 0;
	background-image: linear-gradient(-30deg, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.3));
	background-color: hsl(var(--primary));
	color: #FFF;
}

.jumbotron h1 {
	font-size: 5rem !important;
	font-weight: bold;
}

.jumbotron a.jumbotron-btn {
    font-size: 2.5rem;
	border-radius: 0.7em;
    border: none;
    margin-top: 0.5em;
    padding: 0.5em 2em !important;
    transition: .5s transform;
    color: hsla(var(--primary));
}

.jumbotron a.jumbotron-btn:hover {
	transform: scale(1.04);
	background-color: #FFF;
}

.jumbotron-background
{
	background: url("../img/pexels-3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
}

.jumbotron-background h1
{
	color: #FFF !important;
	text-shadow: 0px 2px 13px rgba(0, 0, 0, 0.7);
	line-height: 100px;
}

.jumbotron .container
{
	display: flex;
	height: 70vh;
	min-height: 30em;
}

.jumbotron .container .left-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.jumbotron .container .right-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/*------------ end jumbotron -----------*/

/*------------ special btn -----------*/

.btn-primary {
	background-color: hsl(var(--primary)) !important;
	border: none;
}

.btn-primary:focus, .btn-primary:hover {
	background-color: hsla(var(--primary), 0.8) !important;
	outline: none !important;
}

.btn-secondary {
	color: #FFF;
	background-color: hsla(var(--secondary), 0.9) !important;
}

.btn-secondary:hover {
	color: #FFF;
	background-color: hsl(var(--secondary)) !important;
}

.btn-special
{
	font-weight: lighter;
	color: #FFF;
	border-radius: 1.5em;
	padding-left: 3rem;
	padding-right: 3rem;
}

.btn-special:hover
{
	color: #FFF;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}

.btn-special:active
{
	color: #FFF;
}

.btn-special:focus
{
	color: #FFF;
}

.btn-special-success
{
	color: #FFF;
	background-color: hsl(var(--secondary));
	border: 1px solid #FFF;
	font-weight: 500;
}

.btn-special-success:hover
{
	background-color: hsla(var(--primary), 0.8);
}

.btn-special-primary
{
	color: #3BAFDA;
	border: 2px solid #3BAFDA;
}

.btn-special-primary:hover
{
	background-color: #3BAFDA;
}

.btn-special-danger
{
	color: #DA4453;
	border: 2px solid #DA4453;
}

.btn-special-danger:hover
{
	background-color: #DA4453;
}

.btn-special-warning
{
	color: #F6BB42;
	border: 2px solid #F6BB42;
}

.btn-special-warning:hover
{
	background-color: #F6BB42;
}

/*--------------- footer ----------------*/
footer
{
    color: #FFF;
	background-color: hsl(var(--secondary));
}

footer a {
    opacity: 0.8;
	color: #FFF !important;
}
footer a:hover {
	color: #FFF !important;
}

footer .footer-links {
	direction: ltr;
	text-align: left;
}

footer .social_media {}

footer .social_media a {
	padding: 2px;
}

footer .copy {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    filter: brightness(0.8);
    background-color: hsl(var(--secondary));
}
footer .copy select {
	color: #575757;
}

footer .footer-logo {
	font-size: 27px;
    font-weight: bold;
}
/*------------- steps box ---------------*/

.steps-box
{
	padding-top: 60px;
    padding-bottom: 100px;
}

.analytics-box
{
	font-size: 50px;
	font-weight: lighter;
	color: #FFF;
	min-height: 200px;
	line-height: 200px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.analytics-box > span {
	flex-grow: 1;
	background-color: hsl(var(--secondary));
}

.analytics-box > span:first-child {
	background-color: hsla(var(--secondary), 1);
}

.analytics-box > span:nth-child(2) {
	background-color: hsla(var(--secondary), 0.9);
}

.analytics-box > span:last-child {
	background-color: hsla(var(--secondary), 0.8);
}


/*--------------- 404-box -------------------*/
.box-404
{
	padding: 10px;
	text-align: center;
	margin: 100px auto 200px auto;
}

.box-404 span
{
	font-size: 100px;
	font-weight: lighter;
}

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

.profile-img
{
	width: 150px;
	height: 150px;

}
.box-profile-img
{
	width: 150px;
	height: 150px;
	position: relative;
}
.box-profile-img .pencil
{
    padding: 6px;
    color: #333;
    text-shadow: 0px 0px 4px #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.box-profile-img span
{
	font-size: 12px;
    background: #000;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 10px;
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: 1;
}
.box-profile-img input[type=file]
{
    background: #ccc;
    font-size: 0px;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 0px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.box-profile-img .progressBox
{
	font-family: arial,tahoma;
	font-size: 50px;
	color: #37BC9B;
	background: #fff;
	text-align: center;
	padding: 40px 5px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.9;
	z-index: 3;
	display: none;
}

/*=================== box to upload =======================*/

.upload
{
	text-align: center;
	width: 200px;
	height: 80px;
	position: relative;

}
.upload img
{
	z-index: 1;
}
.upload input
{
	font-size: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 3;
}
.upload span
{
    color: #FFF;
    font-size: 20px;
    background: #222;
    display: none;
    padding: 10px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 2;
}
.upload:hover span
{
	display: block;
}
/*==========================================*/

.site-logo-img
{
	padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.site-logo-img img
{
	width: auto;
	height: 45px;
}

/*======== Box of links ======================================*/

.boxLink
{
    padding-top: 5px;
    margin: 10px 0px;
    background: #F5F5F5;
    position: relative;
    border: 1px solid #DDD;
    border-radius: 3px;
}
.boxLink h4
{
}

.boxLink a:hover
{
	color: #555;
}

.boxLink .info
{
	padding: 10px 0px;
}

.boxLink .info ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.boxLink .info ul li
{
	float: left;
	margin-left: 15px;
	cursor: help;
}

.boxLink .action
{
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}

/*============================================================*/
#title
{
	position: relative;
}

#title #searchBox
{
	padding-top: 10px;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.huge {
    font-size: 40px;
    font-weight: lighter;
}
/*============================================================*/

.clear
{
	clear: both;
}

/*=========== language box ===========*/
#lang-box {
	position: fixed;
	top: 25%;
	left: -5px;
	width: 60px;
}

#lang-box button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/*====================================*/

.contact-us-box {
	padding-top: 2em;
	padding-bottom: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-us-box img {
	flex: 1;
}
.contact-us-box div.text {
	flex: 2;
}

.page-header {
	border-bottom: none;
}

.page-header h1,
.page-header h2 {
	font-weight: bold;
	font-size: 5rem;
}

.article_title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	border-bottom: none;
	background-color: hsla(var(--primary));
	margin-bottom: 5em;
	margin-top: -1px;
	height: 13em;
}

.article_title h1 {
	font-weight: lighter !important;
	text-transform: uppercase;
}

.article_content {
	padding-bottom: 5em;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding-top: 17px;
}

.primary-color {
	/*color: #8CC152 !important;*/
	color: hsl(var(--secondary)) !important;
}

div.account {
	padding-top: 50px;
	padding-bottom: 70px;
}
/*------------------- Announcement ---------------------*/
.announcement {
	position: relative;
    display: block;
	font-size: 1.8rem;
    text-align: center;
    padding: 7px 10px;
	margin-bottom: -1px;
	display: none;
}

.announcement .close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #EEE;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
}

.announcement .close:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

/*------------------- Countdown ---------------------*/
.countdown-circle {
	font-size: 5rem;
	font-weight: lighter;
	padding-top: 0.7em;
	border: 5px solid #DDD;
	display: inline-block;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	margin-top: 1em;
	margin-bottom: 1em;
}
/*------------------- Ad box ---------------------*/
.adboxxx {
	display: inline-block !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.adbox-auto-resize {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

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

.box-center {
    text-align: left;
    width: 400px !important;
    margin: 0px auto;
}

.recaptcha1 {
	display: inline-block;
}

.time-filter {
	max-width: 25%;
	margin: 1.5em auto;
	display: inline-block;
}

.deleteLink {
	padding: 0;
}

.py-5 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.w-25 { width: 25%; }
.w-50 { width: 50%; }
.w-75 { width: 75%; }
.w-100 { width: 100%; }

#deleteAccountByUser {
	margin: 0 auto;
}

.deleteWithdrawalReq {
	padding: 0 5px;
	font-size: 1.5rem;
}

footer .container {
	padding-top: 2em;
	padding-bottom: 2em;
}

footer .container h3 {
	margin-bottom: 1em;
}

footer .container a {
	display: inline-block;
	margin-bottom: 0.7em;
}

.base-url {
	display: none;
}

.balance {
	margin-left: 25px;
}

.sidebar-profile {
	border: 0px;
}

/*-------------- Auto resize ads --------------*/

.auto-resize {
	font-size: 3rem;
	font-style: italic;
	color: #888;
	background-color: #EEE;
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5em;
}
