/* © Made for Bloxawards only, 2020-02-04 */
@import url('https://rsms.me/inter/inter.css');
body { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  body { font-family: 'Inter var', sans-serif; }
}


* {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
	/*font-family: 'Inter var', sans-serif;*/
}

body {
	color: white;
	background-color: #252525;
	/* ^ rgb(31, 29, 29) */
	/* ^ #1d1d1d */
}
.main-navbar {
	color: white;
	line-height: 2.6;
	letter-spacing: 0.4px;
	font-size: 18px;
	font-weight: 500;
	background: #2f2f2f;
	background-color: #2f2f2f;
	/* 0868d0 */
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) !important;
	transition: line-height 0.4s ease-out, font-size 0.4s ease-out;
}
.second-navbar {
	color: white;
	line-height: 2;
	letter-spacing: 0.4px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: 500;
	background: #264f67;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	transition: line-height 0.4s ease-out, font-size 0.4s ease-out;
}
.navbar-brand {
	font-weight: 400;
	font-family: 'Montserrat';
}
.navbar-brand,.navbar-brand:hover {
	color: white;
}
.navbar-brand {
	padding-top: unset;
	padding-bottom: unset;
	margin-left: 52px;
}
.nav-item {
	margin-right: 10px;
}
.main-navbar .nav-link, .main-navbar .nav-link:hover {
	color: white;
	padding-top: 5px !important;
}
.second-navbar .nav-link {
	color: #d4d4d4;
	padding-top: 5px !important;
}
.nav-link p, .nav-link {
	font-family: 'Montserrat', sans-serif;
}
.robux-icon {
	background-image: url('https://images.rbxcdn.com/f8669ed5cb8a275bf1aacfcfe51b0a18-economy_28x28_light.svg');
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: 0 50%;
	vertical-align: middle;
	display: inline-block;
	/*filter: invert(100%); */
	width: 28px;
	height: 28px;
	transition: background-position 0.2s, filter 0.5s;
}
.account-balance:hover > .robux-icon {
	filter: none;
	background-position: 0 50%;
	animation: rotation 1.5s infinite linear;
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
.main-navbar .dropdown-menu {
	top: 65px
}
.lg-notification-badge {
	padding: 2px 4px 1.5px;
	position: absolute;
	top: 10px;
	margin-left:8px;
	display: inline-block;
	min-width: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	border-radius: 10px;
}
.sm-notification-badge {
	padding: 15px 15px 15px;
	display: inline-block;
	min-width: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	border-radius: 10px;
}
button:focus {
	outline: 0px;
}
.navbar-toggler {
	position: absolute;
	top: 10px;
	right: 5px;
}
.navbar-toggler:active,.navbar-toggler:focus {
	outline: 0;
}
.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 4px 0 4px 0;
	transition: all 0.2s;
}
.navbar-toggler .icon-bar {
	background: #ffffff;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
	transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
	transform: rotate(0);
}
.main-container {
	background-color: #2f2f2f;
	box-shadow: 0px 2px 5px 0px #0000002b;
}

.account-balance {
	padding: 0.05rem 0.375rem;
}
.btn-primary {
	border-color: #0868d0;
	background-color: #0868d0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	border-color: #0c65a0;
	background-color: #0c65a0
}

.login-btn, .signup-btn{
	font-size: 18px;
	font-weight: 600;
}
.btn {
	outline: none !important;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5)
}
.btn-xlg {
	margin-top: 2.5rem;
	padding: 1rem 3rem;
	font-size: 2rem;
	line-height: 2;
	border-radius: .3rem;
}
.btn-success {
	background-color: #17b823;
	border-color: #17b823;
}
.btn-light {
	background-color: #ffffff;
	border-color: #ffffff;
	box-shadow: 0px 2px 2px #8a8585;
}
.btn-light:hover {
	background-color: #d5dae0;
	border-color: #d5dae0;
}
.btn-light:not(:disabled):not(.disabled):active {
	background-color: #aab0b6;
	border-color: #aab0b6;
}
.btn-success:hover {
	background-color: #139c1d;
	border-color: #139c1d;
}
.content {
	margin-top: 3rem;
}
.jumbotron {
	color: white;
	background-color: #0868d0;
}
.text-success-hero {
	color: #00ff13 !important;
}
.landing-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 400px;
	font-family: 'Riffic';
	background-color: #021523;
	background-position: top bottom;
	background-image: url('../img/landing3.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.text-uppercase {
	text-transform: uppercase;
}
.bg-primary {
	background-color:#2f2f2f !important
}
.bg-warning {
	background-color: #c79811  !important;
}
.landing-second {
	margin-top: 20px;
}
.main-navbar .dropdown-menu {
	padding: unset;
	border: unset;
	margin-top: -2px;
	background: white;
	border-radius: unset;
	box-shadow: 0px 2px 5px 0px #0000002b;
}
.main-navbar .dropdown-item, .main-navbar .dropdown-item:hover {
	font-size: 18px;
	padding: unset;
	color: black;
	background-color: white;
}
.main-navbar .dropdown-divider {
	margin: unset;
	border-top-width: 2px;
}
.landing-method {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 2px 5px 0px #0000002b;
	transition: transform 0.2s;
}
.landing-method-games {
	background-color: #28a745 !important;
}
.landing-method-videos {
	background-color: #dc3545 !important;
}
.landing-method-surveys {
	background-color: #0868d0 !important;
}
.landing-method-contests {
	background-color: #d4a111 !important;
}
.landing-how-does-it-work-message {
	font-size: 20px;
}
.modal-header {
	color: white;
	background: linear-gradient(to right, #0a1523, #0a0a0a, #0a1523);
	border-bottom: unset !important;
}
.modal-header .close {
	color: white;
}
/* .modal-footer {
	background-color: #0868d0;
}
*/
.text-primary {
	color: #0868d0 !important;
}
.btn-primary-bright {
	color: white !important;
	border-color: #0388e2;
	background-color: #0388e2;
	box-shadow: 0px 2px 2px #005c9a;
}
.btn-primary-bright:hover {
	color: white !important;
	border-color: #0079cc;
	background-color: #0079cc;
}
.btn-primary-bright:active {
	color: white !important;
	border-color: #0262a5;
	background-color: #0262a5;
}
.btn-success {
	box-shadow: 0px 2px 2px #118619;
}
.auth-google-btn {
	background-color: #4285F4;
	box-shadow: 0px 2px 2px #1f54ad;
}
.auth-google-btn:hover {
	background-color: #376cc3;
}
.auth-google-btn:active {
	background-color: #2c5496;
}
.auth-discord-btn {
	background-color: #7289da;
	box-shadow: 0px 2px 2px #4d5b8e;
}
.auth-discord-btn:hover {
	background-color: #5e71b3;
}
.auth-discord-btn:active {
	background-color: #4d5b8f;
}
.centered-line-words {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 0.25em;
}
.centered-line-words span {
	background:#fff;
	padding:0 10px;
}
.modal-content {
	background-color: #2f2f2f;
}
.fw-500 {
	font-weight: 500;
}
.no_underline {
	text-decoration: unset !important;
}
/*input[type="email"], input[type="password"], input[type="text"] {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25)
}*/
.page-footer {
	/* margin-top: 70px; */
	padding-top: 1rem;
	background-color: #2f2f2f !important;
}
ul {
	padding-left: unset;
	list-style-type: none;
}
.footer-container h3 {
	margin-bottom: 15px;
}
footer ul li i, footer ul li svg {
	margin-right: 10px;
	font-size: 16px;
	vertical-align: middle;
	width: 16px;
	text-align: center;
}
footer ul li {
	margin-bottom: 2.5px;
}
a button {
	text-decoration: none !important;
}
html, body {
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
}
.content {
	flex: 1 0 auto;
}
.page-footer {
	flex-shrink: 0;
	background-image: url(/img/page_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position-x: center;
	background-size: cover;
}
.nav-container {
	color: black !important;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px 0px #0000002b;
}
.nav-container a {
	color: black;
}
.main-navbar .nav-link .fas, .main-navbar .nav-link .fab {
	margin-right: 20px;
	font-size: 16px;
	vertical-align: middle;
	width: 16px;
	text-align: center;
}
.display-5 {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.2;
}
.display-6 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
}
.ba-container {
	width: 80%;
	margin: 0 auto;
}
.card {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25)
}
.border-primary {
	border-color: #0868d0;
}
.top-badge {
	position: absolute;
	right: 7.5px;
	top: 7.5px;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	color: white;
	padding: 2.5px 5px;
	font-size: 15px;
	font-weight: 700;
}
.landing-method:hover {
	transform: scale(1.05);
}
.link-no-effect {
	text-decoration: none !important;
}
.method-card {
	border-radius: 10px;
}
.method-card .card-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.method-card .btn {
	font-size: 18px;
	font-weight: 500;
}
.method-card .card-body {
	font-size: 18px;
}
.bg-danger {
	background-color: #c53341 !important
}

hr {
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.offer-card {
	background-color: white;
	box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,.3);
}

.stats-card {
	display: flex;
	font-family: "Nunito", sans-serif;
	padding: 18px 32px;
	margin-bottom: 30px;
	background-color: white;
	border-radius: none !important;
	box-shadow: 0 2px 4px rgba(0,0,0,.25);
}

.stats-figure {
	display: flex;
	margin-left: auto;
	margin-top: auto;
	font-size: 2rem;
	float: right;
}

.stats-title {
	font-size: 1.5rem;
	font-weight: 500;
}

a:not(.btn) {
	text-decoration: none;
}

.section-header {
	color: #2d383c;
	font-weight: 500;
	font-size: 1.5rem;
}

.offerwall-card {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 0 auto;
	margin-top: 12.5px;
	margin-bottom: 12.5px;
	min-height: 120px;
	max-width: 400px;
	text-align: center;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0 2px 4px rgba(0,0,0,.25);
	transform: scale(1);
	transition: transform 0.2s;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.text-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	min-height: 120px;
	max-width: 400px;
	text-align: center;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0 2px 4px rgba(0,0,0,.25);
	transform: scale(1);
	transition: transform 0.2s;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.offerwall-card:hover, .text-card:hover {
	transform: scale(1.05);
}

.offerwall-title {
	display: flex;
	width: 100%;
	margin-top: auto;
	justify-content: center;
 	align-items: center;
}

.offerwall-image {
	width: 100%;
	margin: 0 auto;
	object-fit: contain;
}

.offerwall-badge {
	display: inline-flex;
	position: absolute;
	font-size: 14px;
	top: 5px;
	right: 5px;
}

.badge {
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.bg-adgate {
	background-color: #369ee0 !important;
}

.bg-offertoro {
	background-color: #2a303c;
}

.bg-ayet {
	background-color: #233649;
}

.bg-hcaptcha {
	background-color: white;
}

.bg-theorem {
	background-color: #350d89;
}

.bg-ogads {
	background-color: #1e2952;
}

.bg-lootably {
	background-color: #30b0d5 !important;
}

.bg-timebucks {
	background-color: #2a303c !important;
	border-bottom: 2px solid #222731 !important;
}

.bg-bitlabs {
	background-color: #3f90c2 !important;
    border-bottom: 2px solid #3477a0 !important; 
}

.bg-cpxresearch {
	background-color: #597dfe;
}

.bg-giveaway {
	background-color: #8413bd;
}

.bg-youtube {
	background: url('/img/youtube-thumbnail.jpg');
	background-size: cover;
}

.bg-discord {
	background: url('/img/discord-thumbnail.jpg');
	background-size: cover;
}

.bg-twitter {
	background: url('/img/twitter-thumbnail.jpg');
	background-size: cover;
}

.bg-instagram {
	background: url('/img/instagram-thumbnail.jpg');
	background-size: cover;
}

.bg-tiktok {
	background-color: #000;
}

.bg-top-users {
	background: url('https://cdn.discordapp.com/attachments/431672155814756372/671134001901076490/user-card2.png');
	background-size: cover;
	background-color: #3999d6;
	background-position: top;
}

.bg-top-offers {
	background: url('https://cdn.discordapp.com/attachments/431672155814756372/671133997635600395/offers-card2.png');
	background-size: cover;
	background-color: #4cafa6;
	background-position: top;
}

.bg-top-referrals {
	background: url('https://cdn.discordapp.com/attachments/431672155814756372/671133999388819457/referrals-card2.png');
	background-size: cover;
	background-color: #b72d7a;
	background-position: top;
}

.bg-top-giveaways {
	background: url('https://cdn.discordapp.com/attachments/431672155814756372/671134000483401729/gift-card2.png');
	background-size: cover;
	background-color: rgba(191, 139, 0, .85);
	background-position: top;
}

.bg-top-captchas {
	background: url('https://cdn.discordapp.com/attachments/431672155814756372/671253605931679747/bot-card.png');
	background-size: cover;
	background-color: rgba(191, 139, 0, .85);
	background-position: top;
}

.bg-top-offers2 {
	background: url('https://cdn.discordapp.com/attachments/431672155814756372/671133997635600395/offers-card2.png');
	background-size: cover;
	background-color: rgba(191, 139, 0, .85);
	background-position: top;
}

.bg-dark {
	background-color: #2f2f2f !important;
}

.bg-yuno {
	background: url('/img/yunosurvey.jpg?cb=2');
	background-size: cover;
}

.wpx-60 {
	width: 60px !important;
}

td {
	font-size: 1.2rem;
}

td a {
	color: #0361c5;
}

th {
	font-weight: 500;
}

.banner {
	padding: 5px;
	color: white;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2rem;
	background-color: #2d3b4c;
}

.bg-success, a.bg-success:hover {
	background-color: #2dac38 !important;
}

.close:hover {
	color: white;
}

.withdrawals .list-group-item, .giveaway-participants .list-group-item {
	padding: 5px;
	font-size: 1.2rem;
	box-shadow: 0 0px 2px rgba(0,0,0,.25);
}

.withdrawals .active {
	color: white;
	background-color: #2f2f2f;
	border:  1px solid rgba(0, 0, 0, 0.125);
	border-left: 5px solid #17b823;
}

.giveaway-participants .active {
	color: white;
	background-color: #2f2f2f;
	border:  1px solid rgba(0, 0, 0, 0.125);
	border-left: 5px solid #0868d0;
}

.withdrawal-instructions li {
	margin-bottom: 5px;
}

.giveaways-bg {
	background-image: url(/img/giveaways_bg.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	background-color: #191919;
  }
  
  .carousel-caption {
	  position: static !important;
	padding: 2.2rem 0;
  }
  
  .ga-1 {
	color: #ffffff;
	font-weight: 600;
	font-size: 2rem;
	margin: unset;
  }
  
  .ga-2 {
	text-align: center;
	font-size: 1.9rem;
	margin: unset;
  }
  
  .ga-3 {
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.3rem;
  }
  
  .ga-holder {
	justify-content: center;
	display: flex;
	flex-direction: column;
  }

  .nav-tabs {
  	border-bottom-color: #bec3c7;
  }

  .nav-tabs .nav-link {
	color: white;
	font-size: 22px;
  }

  .nav-tabs .nav-item {
	  margin-bottom: -3px;
  }

  .nav-tabs .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	  border: none;
  }

  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
	  color: #0868d0;
	  border: none;
	  border-bottom: 3px solid #0868d0;
	  background-color: transparent;
  }

  .task-card {
	  width: 100%;
	  padding: 12px;
	  border-radius: 4px;
	  /*box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.25);*/
	  box-shadow: 0px 2px 4px rgba(0,0,0,.25);
	  background-color: #2f2f2f;
  }

  .task-desc {
	  width: 70%;
	  margin-right: 30px;
  }

  .task-actions {
	  width: 20%;
	  margin: 0 auto;
	  
  }

  .task-title{
	font-size: 1.3rem;
	font-weight: 400;
  }

  button:disabled {
	cursor: default;
  }
  
  .form-control {
	border-width: 2px;
    box-shadow: none;
    border-radius: 4px;
    border-color: #e2e2e2;
    height: 56px;
    font-size: 1.475em;
  }

  .avatar-circle {
	border-radius: 50%;
    width: 120px;
  }

  .custom-control-lg .custom-control-label::before,
	.custom-control-lg .custom-control-label::after {
		top: 0.1rem !important;
		left: -2rem !important;
		width: 1.25rem !important;
		height: 1.25rem !important;
	}

	.custom-control-lg .custom-control-label {
		margin-left: 0.5rem !important;
		font-size: 1rem !important;
	}

	.text-orange {
		color: #f49407!important;
	}

	.bg-help {
		background-color: #1b3c50;
	}
	
	.list-group-item {
		border-radius: 0 !important;
	    border-bottom: unset;
	}

	#next_page:hover, #previous_page:hover {
		cursor: pointer;
	}

	.table {
		color: white;
	}

	thead {
		background: #2f2f2f;
	}

	td {
		color: white;
		background-color: #2f2f2f
	}

	td a {
		color: white !important;
		text-decoration: underline !important;
	}

	strong a {
		color: white !important;
		text-decoration: underline !important;
	}

	.text-primary {
		color: white !important;
	}

	.entry_card {
		background-color: #2f2f2f; padding: 5px;border-radius: 5px;font-size: 1.3rem;border-bottom: solid;border-bottom-color: #00f926;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: .6rem
	}

	.card {
		background-color: #2f2f2f;
	}

	.referrals_points {
		color: white !important;
	}

	.notification-card{
		width: 100%;
		padding: 10px;
		background-color: #2f2f2f;
		border-bottom: 1px solid #ababab;
		box-shadow: 0px 2px 5px 0px #0000002b;
	}
	.unread-notification{
		border-left: 5px solid #1e88e5;
	}

	.page-item.active .page-link {
	    z-index: 3;
	    color: #fff;
	    background-color: #007bff;
	    border-color: #007bff;
	}

	.page-link {
	    position: relative;
	    display: block;
	    padding: 0.5rem 0.75rem;
	    margin-left: -1px;
	    line-height: 1.25;
	    color: white;
	    background-color: #2f2f2f;
	    border: 1px solid #dee2e6;
	}

	.pagination-black-page-link .page-link {
	    color: black;
	}

	.page-item.disabled .page-link {
	    color: #6c757d;
	    pointer-events: none;
	    cursor: auto;
	    background-color: #2f2f2f;
	    border-color: #dee2e6;
	}

	.modal-body {
		background-color: #2f2f2f;
	}

	.dark-button {
		border-color: #2f2f2f;
		background-color: #2f2f2f;
	}

	.history_card_divider {
		width: 100%;
	}

	.bg-light {
		border-color: #2f2f2f !important;
		background-color: #2f2f2f !important;
	}

	.border-right {
		border-right: 1px solid rgba(255, 255, 255, .3) !important
	}

	.btn-blue {
		background-color: #1759b8;
		border-color: #1759b8;
	}

	.btn-blue:hover {
		background-color: #0f4086;
		border-color: #0f4086;
	}

	.btn-main, .btn-main2, .btn-main3, .btn-main-blue, .btn-main-disabled {
	  outline:unset;
	  color:white;
	  border: unset;
	  border: solid;
	  font-size: 1.6rem;
	  font-weight: 600;
	  background: #05c703;
	  border-color: #05c703;
	  padding: .3rem 3rem;
	  /*-webkit-transform: skew(-8deg);
	  -ms-transform: skew(-8deg);
	  transform: skew(-8deg);*/
	  cursor: pointer;
	  -webkit-transition: .3s all ease;
	      -o-transition: .3s all ease;
	      transition: .3s all ease;
	}

	.btn-main:hover {
	  background:#32e62d;
	  border-color:#32e62d;
	}
	.btn-main2 {
	  background: #1d88e5;
	  border-color: #1d88e5;
	  font-size: 1rem;
	  padding: .2rem 1rem;
	}

	.btn-main2:hover {
	  background:#41a3f9;
	  border-color:#41a3f9;
	}
	.btn-main3 {
	  background: #ff3d3d;
	  border-color: #ff3d3d;
	  font-size: 1rem;
	  padding: .2rem 1rem;
	}

	.btn-main3:hover {
	  background:#f76363;
	  border-color:#f76363;
	}

	.btn-main-blue {
	  background: #1d88e5;
	  border-color: #1d88e5;
	}

	.btn-main-blue:hover {
	  background:#41a3f9;
	  border-color:#41a3f9;
	}

	.site-bg {
		background-image: url('https://cdn.discordapp.com/attachments/431672155814756372/674433084497723392/trees30.png');
	    background-repeat: repeat-x;
	    background-position-y: bottom;
	    background-position-x: center;
	    background-size: 850px;
	    padding-bottom: 140px;
	}

	.choice-card {
		border-radius: 8px;
	}

.selectors button {
	background-color: #2f2f2f;
}

/*.selectors .earnBtn {
	box-shadow: 0px -1px 20px #17b823
}
*/

.yoursurveys-promotional-divider {
	border-left: 1px solid #464646 !important;
}

.modal-header {
	padding: 0.5rem 0.75rem;
}

/* ============================================
   MODERN LANDING PAGE STYLES
   Font: DM Sans â€” clean, modern, not generic
   Design: Inspired by Freecash â€” flat, dark, minimal
   ============================================ */

/* -------- NAVBAR -------- */

.main-navbar-modern {
	background: #0d0f1c !important;
	border-bottom: 1px solid rgba(255,255,255,0.06);
	box-shadow: none !important;
	padding: 0 !important;
	font-family: 'DM Sans', sans-serif;
	min-height: 0;
}

.main-navbar-modern .navbar-brand {
	margin-left: 20px;
	padding: 10px 12px;
}

.main-navbar-modern .navbar-brand img {
	height: 34px !important;
}

.main-navbar-modern .nav-link {
	color: rgba(255,255,255,0.7) !important;
	font-size: 18px;
	font-weight: 500;
	font-family: 'DM Sans', sans-serif;
	transition: color 0.2s;
}

.main-navbar-modern .nav-link:hover {
	color: #fff !important;
}

.btn-nav-signin {
	display: inline-block;
	background: rgba(255,255,255,0.06);
	color: rgba(255,255,255,0.85);
	font-weight: 500;
	font-size: 13px;
	padding: 6px 16px;
	border-radius: 7px;
	border: 1px solid rgba(255,255,255,0.12);
	transition: background 0.2s, border-color 0.2s;
	font-family: 'DM Sans', sans-serif;
	cursor: pointer;
}

.btn-nav-signin:hover {
	background: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.2);
	color: #fff;
	text-decoration: none;
}

.btn-nav-signup {
	display: inline-block;
	background: #10b981;
	color: #0d0f1c;
	font-weight: 600;
	font-size: 13px;
	padding: 6px 16px;
	border-radius: 7px;
	transition: background 0.2s;
	font-family: 'DM Sans', sans-serif;
	border: none;
	cursor: pointer;
}

.btn-nav-signup:hover {
	background: #0d9668;
	color: #0d0f1c;
	text-decoration: none;
}

.btn-nav-balance {
	display: inline-block;
	background: #10b981;
	color: #0d0f1c;
	font-weight: 600;
	font-size: 13px;
	padding: 6px 16px;
	border-radius: 7px;
	font-family: 'DM Sans', sans-serif;
	border: none;
	transition: background 0.2s;
}

.btn-nav-balance:hover {
	background: #0d9668;
	color: #0d0f1c;
	text-decoration: none;
}

.main-navbar-modern .icon-bar {
	background-color: rgba(255,255,255,0.7);
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 5px 0;
}

.main-navbar-modern .navbar-toggler {
	border: 1px solid rgba(255,255,255,0.15);
	padding: 8px 10px;
	border-radius: 6px;
}

/* Dropdown â€” auth user */
.dropdown-menu-modern {
	background: #2f2f2f !important;
	border: 1px solid rgba(255,255,255,0.08) !important;
	border-radius: 10px !important;
	box-shadow: 0 8px 30px rgba(0,0,0,0.4) !important;
	padding: 6px 0;
	margin-top: 6px;
}

.dropdown-menu-modern .dropdown-item {
	color: rgba(255,255,255,0.8);
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	transition: background 0.15s, color 0.15s;
	padding: 9px 12px;
	background-color: #2f2f2f !important;
}

.dropdown-menu-modern .dropdown-item:hover {
	color: #fff;
	background-color: #1f1f1f !important;
}

.dropdown-menu-modern .dropdown-divider {
	border-color: rgba(255, 255, 255, 0);
}

/* -------- DARK MODALS (login, register, roblox-auth) -------- */

#login-modal .modal-content,
#register-modal .modal-content,
#roblox-auth-modal .modal-content {
	background: #161928 !important;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.5);
	color: #fff;
}

#login-modal .modal-header,
#register-modal .modal-header,
#roblox-auth-modal .modal-header {
	border-bottom: 1px solid rgba(255,255,255,0.06) !important;
	background: transparent !important;
	padding: 20px 24px !important;
}

#login-modal .modal-title,
#register-modal .modal-title,
#roblox-auth-modal .modal-title {
	color: #fff !important;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600 !important;
	font-size: 1.25rem;
}

#login-modal .close,
#register-modal .close,
#roblox-auth-modal .close {
	color: rgba(255,255,255,0.5) !important;
	text-shadow: none !important;
	opacity: 1 !important;
	font-size: 1.5rem;
}

#login-modal .close:hover,
#register-modal .close:hover,
#roblox-auth-modal .close:hover {
	color: #fff !important;
}

#login-modal .modal-body,
#register-modal .modal-body,
#roblox-auth-modal .modal-body {
	background: #161928 !important;
	padding: 24px !important;
	border-radius: 0 0 16px 16px;
}

/* Social auth buttons in modals */
#login-modal .btn-danger,
#register-modal .btn-danger {
	background: rgba(224, 36, 36, 0.15) !important;
	border: 1px solid rgba(224, 36, 36, 0.3) !important;
	border-radius: 10px !important;
	font-size: 15px !important;
	padding: 12px 16px !important;
	transition: background 0.2s, border-color 0.2s;
}

#login-modal .btn-danger:hover,
#register-modal .btn-danger:hover {
	background: rgba(224, 36, 36, 0.25) !important;
	border-color: rgba(224, 36, 36, 0.5) !important;
}

#login-modal .auth-google-btn,
#register-modal .auth-google-btn {
	background: rgba(255,255,255,0.06) !important;
	border: 1px solid rgba(255,255,255,0.1) !important;
	border-radius: 10px !important;
	font-size: 15px !important;
	padding: 12px 16px !important;
	transition: background 0.2s, border-color 0.2s;
}

#login-modal .auth-google-btn:hover,
#register-modal .auth-google-btn:hover {
	background: rgba(255,255,255,0.1) !important;
	border-color: rgba(255,255,255,0.2) !important;
}

#login-modal .auth-google-btn span[style*="background-color: white"],
#register-modal .auth-google-btn span[style*="background-color: white"] {
	background-color: transparent !important;
}

#login-modal .auth-discord-btn,
#register-modal .auth-discord-btn {
	background: rgba(88,101,242,0.15) !important;
	border: 1px solid rgba(88,101,242,0.3) !important;
	border-radius: 10px !important;
}

/* "or" divider */
#login-modal .centered-line-words,
#register-modal .centered-line-words {
	color: rgba(255,255,255,0.3) !important;
	font-size: 14px !important;
}

#login-modal .centered-line-words span,
#register-modal .centered-line-words span {
	background-color: #161928 !important;
	color: rgba(255,255,255,0.3) !important;
	padding: 0 12px;
}

/* Form inputs */
#login-modal .form-control,
#register-modal .form-control,
#roblox-auth-modal .form-control {
	background: rgba(255,255,255,0.04) !important;
	border: 1px solid rgba(255,255,255,0.1) !important;
	border-radius: 10px !important;
	color: #fff !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	padding: 12px 16px !important;
	height: auto !important;
	transition: border-color 0.2s;
}

#login-modal .form-control::placeholder,
#register-modal .form-control::placeholder,
#roblox-auth-modal .form-control::placeholder {
	color: rgba(255,255,255,0.35) !important;
}

#login-modal .form-control:focus,
#register-modal .form-control:focus,
#roblox-auth-modal .form-control:focus {
	border-color: rgba(16,185,129,0.5) !important;
	box-shadow: 0 0 0 2px rgba(16,185,129,0.1) !important;
	outline: none;
}

/* Action buttons */
#login-modal .btn-primary-bright,
#roblox-auth-modal .btn-primary-bright {
	background: #10b981 !important;
	border: none !important;
	border-radius: 10px !important;
	color: #0d0f1c !important;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600 !important;
	font-size: 16px !important;
	padding: 12px 16px !important;
	transition: background 0.2s;
}

#login-modal .btn-primary-bright:hover,
#roblox-auth-modal .btn-primary-bright:hover {
	background: #0d9668 !important;
}

#login-modal .btn-secondary,
#roblox-auth-modal .btn-secondary {
	background: rgba(255,255,255,0.06) !important;
	border: 1px solid rgba(255,255,255,0.1) !important;
	border-radius: 10px !important;
	color: #fff !important;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: 12px 16px !important;
	transition: background 0.2s, border-color 0.2s;
}

#login-modal .btn-secondary:hover,
#roblox-auth-modal .btn-secondary:hover {
	background: rgba(255,255,255,0.1) !important;
	border-color: rgba(255,255,255,0.2) !important;
}

/* Links */
#login-modal a.text-primary,
#register-modal a.text-primary {
	color: #10b981 !important;
	font-family: 'DM Sans', sans-serif;
}

#register-modal p[role="button"] {
	color: #10b981 !important;
	font-size: 15px !important;
	font-family: 'DM Sans', sans-serif;
}

/* Roblox modal specifics */
#roblox-auth-modal .text-black,
#roblox-auth-modal #password_notice {
	color: rgba(255,255,255,0.45) !important;
}

#roblox-auth-modal .text-danger {
	color: #ef4444 !important;
}

#roblox-auth-modal .banner.bg-secondary {
	background: rgba(255,255,255,0.06) !important;
	border: 1px solid rgba(255,255,255,0.08) !important;
	border-radius: 10px;
	color: rgba(255,255,255,0.7);
}

/* Modal backdrop */
.modal-backdrop.show {
	background: rgba(0, 0, 0, 0.7) !important;
}

/* -------- HERO -------- */

.landing-hero-modern ~ .how-it-works-section {
	margin-top: 0;
	padding-top: 0;
}

/* Kill site-bg spacing on landing */
.site-bg:has(.landing-hero-modern) {
	padding-bottom: 0 !important;
	background-image: none !important;
}

.landing-hero-modern {
	position: relative;
	min-height: auto;
	display: flex;
	align-items: center;
	background: #0d0f1c;
	overflow: hidden;
	font-family: 'DM Sans', sans-serif;
	padding: 40px 0 40px;
}

/* Subtle background â€” grid dots pattern, not a gradient */
.hero-bg-icons {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 450px;
	background-image: url('/img/landing3.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	opacity: 0.2;
	filter: blur(2px);
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
	mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
	pointer-events: none;
}

.hero-content {
	position: relative;
	z-index: 2;
}

.hero-text-section {
	padding-right: 40px;
}

.hero-title {
	font-size: 3.2rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.15;
	margin-bottom: 20px;
	font-family: 'DM Sans', sans-serif;
	letter-spacing: -0.5px;
}

.text-accent {
	color: #10b981;
}

.hero-subtitle {
	font-size: 1.15rem;
	color: rgba(255,255,255,0.55);
	line-height: 1.6;
	margin-bottom: 36px;
	font-weight: 400;
}

.text-accent-inline {
	color: #10b981;
	font-weight: 600;
}

/* -------- OFFER PREVIEW CARDS -------- */

.offer-preview-row {
	display: flex;
	gap: 14px;
	margin-bottom: 32px;
	flex-wrap: wrap;
}

.offer-preview-card {
	background: #161928;
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 12px;
	padding: 14px 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 200px;
	flex: 1;
	transition: border-color 0.2s, transform 0.2s;
}

.offer-preview-card:hover {
	border-color: rgba(255,255,255,0.12);
	transform: translateY(-2px);
}

.offer-thumb {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.roblox-thumb { background: #e02424; }
.steam-thumb { background: #1b2838; }
.survey-thumb { background: #3b82f6; }

.offer-info {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}

.offer-name {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
}

.offer-action {
	color: rgba(255,255,255,0.4);
	font-size: 12px;
	line-height: 1.3;
}

.offer-payout {
	text-align: right;
	flex-shrink: 0;
}

.offer-upto {
	display: block;
	font-size: 10px;
	color: rgba(255,255,255,0.35);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.offer-amount {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

/* -------- SOCIAL PROOF BAR -------- */

.social-proof-bar {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.proof-stat {
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	font-weight: 400;
}

.proof-stat strong {
	color: rgba(255,255,255,0.85);
	font-weight: 600;
}

.proof-divider {
	width: 1px;
	height: 16px;
	background: rgba(255,255,255,0.12);
}

/* -------- SIGNUP CARD -------- */

.hero-signup-section {
	display: flex;
	justify-content: center;
}

.hero-signup-card {
	background: #161928;
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 16px;
	padding: 36px 32px;
	width: 100%;
	max-width: 420px;
}

.signup-card-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 24px;
	font-family: 'DM Sans', sans-serif;
}

.btn-auth-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 13px 16px;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,0.1);
	background: transparent;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	font-family: 'DM Sans', sans-serif;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
	margin-bottom: 10px;
}

.btn-auth-social:hover {
	background: rgba(255,255,255,0.04);
	border-color: rgba(255,255,255,0.18);
}

.btn-auth-roblox {
	border-color: rgba(224, 36, 36, 0.3);
}

.btn-auth-roblox:hover {
	background: rgba(224, 36, 36, 0.08);
	border-color: rgba(224, 36, 36, 0.5);
}

.btn-auth-google {
	border-color: rgba(255,255,255,0.1);
}

.signup-divider {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 18px 0;
	color: rgba(255,255,255,0.3);
	font-size: 13px;
	font-weight: 500;
}

.signup-divider::before,
.signup-divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background: rgba(255,255,255,0.08);
}

.btn-signup-primary {
	display: block;
	width: 100%;
	padding: 14px 16px;
	background: #10b981;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'DM Sans', sans-serif;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background 0.2s;
	text-align: center;
}

.btn-signup-primary:hover {
	background: #0d9668;
}

.signup-note {
	text-align: center;
	color: rgba(255,255,255,0.4);
	font-size: 13px;
	margin-top: 16px;
	margin-bottom: 0;
}

.signup-note strong {
	color: rgba(255,255,255,0.65);
}

/* -------- HOW IT WORKS -------- */

.how-it-works-section {
	padding: 0px 0;
	background: #0d0f1c;
	font-family: 'DM Sans', sans-serif;
}

.section-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	font-family: 'DM Sans', sans-serif;
}

.section-subtitle {
	font-size: 1.05rem;
	color: rgba(255,255,255,0.45);
	font-weight: 400;
}

.step-card {
	background: #161928;
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 16px;
	padding: 32px 28px 28px;
	height: 100%;
	transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
}

.step-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, #10b981, transparent);
	opacity: 0;
	transition: opacity 0.3s;
}

.step-card:hover {
	border-color: rgba(16, 185, 129, 0.2);
	transform: translateY(-5px);
	box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.step-card:hover::before {
	opacity: 1;
}

/* Icon wrap with badge */
.step-icon-wrap {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.step-icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	transition: transform 0.3s;
}

.step-card:hover .step-icon {
	transform: scale(1.08);
}

.step-icon-1 {
	background: linear-gradient(135deg, rgba(16,185,129,0.15), rgba(16,185,129,0.05));
	color: #10b981;
	border: 1px solid rgba(16,185,129,0.2);
}

.step-icon-2 {
	background: linear-gradient(135deg, rgba(59,130,246,0.15), rgba(59,130,246,0.05));
	color: #3b82f6;
	border: 1px solid rgba(59,130,246,0.2);
}

.step-icon-3 {
	background: linear-gradient(135deg, rgba(245,158,11,0.15), rgba(245,158,11,0.05));
	color: #f59e0b;
	border: 1px solid rgba(245,158,11,0.2);
}

.step-badge {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 22px;
	height: 22px;
	background: #10b981;
	color: #0d0f1c;
	font-size: 11px;
	font-weight: 700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #161928;
}

/* Placeholder image area */
.step-visual {
	margin-top: 20px;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(255,255,255,0.02);
	border: 1px solid rgba(255,255,255,0.04);
	min-height: 0;
}

.step-img {
	width: 100%;
	display: block;
	border-radius: 10px;
}



.step-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
	font-family: 'DM Sans', sans-serif;
}

.step-description {
	font-size: 0.95rem;
	color: rgba(255,255,255,0.45);
	line-height: 1.6;
	margin-bottom: 0;
}

/* -------- REWARDS BAR -------- */

.rewards-bar {
	margin-top: 48px;
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.rewards-bar-label {
	color: rgba(255,255,255,0.4);
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.rewards-chips {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.reward-chip {
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	color: rgba(255,255,255,0.65);
	padding: 7px 16px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	transition: border-color 0.2s, color 0.2s;
}

.reward-chip:hover {
	border-color: rgba(16, 185, 129, 0.3);
	color: #fff;
}

/* -------- FOOTER -------- */

.page-footer-modern {
	background: #0d0f1c;
	padding: 50px 0 28px;
	border-top: 1px solid rgba(255,255,255,0.06);
	font-family: 'DM Sans', sans-serif;
}

.footer-description {
	color: rgba(255,255,255,0.4);
	font-size: 0.95rem;
	line-height: 1.6;
	margin-top: 14px;
}

.social-links {
	display: flex;
	gap: 10px;
}

.social-icon {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 8px;
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	transition: background 0.2s, color 0.2s;
	text-decoration: none;
}

.social-icon:hover {
	color: #fff;
	text-decoration: none;
}

.social-icon.discord:hover { background: #5865F2; border-color: #5865F2; }
.social-icon.youtube:hover { background: #FF0000; border-color: #FF0000; }
.social-icon.twitter:hover { background: #1DA1F2; border-color: #1DA1F2; }
.social-icon.instagram:hover { background: #C13584; border-color: #C13584; }

.footer-heading {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-link {
	color: rgba(255,255,255,0.4);
	font-size: 14px;
	transition: color 0.2s;
	font-weight: 400;
}

.footer-link:hover {
	color: #fff;
	text-decoration: none;
}

.footer-divider {
	border-top: 1px solid rgba(255,255,255,0.06);
	margin: 36px 0 20px;
}

.footer-copyright {
	color: rgba(255,255,255,0.25);
	font-size: 13px;
	margin: 0;
}

.footer-note {
	opacity: 0.7;
	margin-left: 12px;
}

.footer-container {
	padding-top:20px;
}

/* -------- RESPONSIVE -------- */

@media screen and (max-width: 991px) {
	.landing-hero-modern {
		min-height: auto;
		padding: 30px 0 30px;
	}
	
	.hero-bg-icons {
		height: 250px;
	}
	
	.hero-title {
		font-size: 2rem;
	}
	
	.hero-text-section {
		padding-right: 15px;
		margin-bottom: 30px;
	}
	
	.offer-preview-row {
		flex-direction: column;
		gap: 10px;
	}
	
	.offer-preview-card {
		min-width: unset;
	}
	
	.section-title {
		font-size: 1.8rem;
	}
	
	.hero-signup-card {
		max-width: 100%;
	}
	}

@media screen and (max-width: 767px) {
	.landing-hero-modern {
		padding: 20px 0 20px;
	}
	
	.hero-bg-icons {
		height: 180px;
		opacity: 0.15;
	}

	.hero-title {
		font-size: 1.6rem;
		line-height: 1.25;
	}
	
	.hero-subtitle {
		font-size: 0.9rem;
		margin-bottom: 24px;
	}
	
	.hero-signup-card {
		padding: 24px 18px;
		max-width: 100%;
	}
	
	.signup-card-title {
		font-size: 1.25rem;
	}
	
	.btn-auth-social {
		padding: 11px 14px;
		font-size: 14px;
	}
	
	.btn-signup-primary {
		padding: 12px 14px;
		font-size: 15px;
	}
	
	.offer-preview-card {
		padding: 12px 14px;
	}
	
	.social-proof-bar {
		gap: 10px;
	}
	
	.proof-divider {
		display: none;
	}
	
	.proof-stat {
		font-size: 13px;
	}
	
	.how-it-works-section {
		padding: 40px 0;
	}
	
	.step-card {
		padding: 24px 20px;
	}
	
	.rewards-bar {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}

/* ============================================
   END MODERN LANDING PAGE STYLES
   ============================================ */

/* waste no space */
@media (min-width: 768px) and (max-width: 992px) {
	.container, .container-sm, .container-md {
		max-width: 992px;
	}
}

@media screen and (max-width: 1361px) {
	.footer-container {
		max-width: 80% !important;
	}
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
	.main-navbar,.navbar-brand {
		font-size: 16px;
		line-height: 2.5;
	}
	.account-balance {
		padding: 0.3rem 0.75rem;
	}
	.nav-item .fas, .nav-item .fa, .nav-item svg {
		display: none;
	}
	/*.robux-icon {
		display: none;
	}*/
	.lg-notification-badge {
		top: 10px;
		margin-left:8px;
		font-size: 11px;
	}
	.main-navbar .nav-item:after {
		content: '';
		display: block;
		margin: auto;
		height: 3px;
		width: 0px;
		background: transparent;
		transition: width .25s ease, background-color .25s ease;
	}
	.main-navbar .nav-active:after,.main-navbar .nav-item:hover:after {
		width: 100%;
		background: white;
	}
	.landing-hero {
		height: 14rem;
	}
	h1 {
		font-size: 2rem!important;
	}
	.btn-xlg {
		margin-top: 1.5rem;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		line-height: 2;
		border-radius: .3rem;
	}
	.landing-second .row div h2 {
		font-size: 1.2rem
}
	.landing-second .row div span {
		font-size: 3rem !important
}
	.landing-how-does-it-work-message {
		font-size: 16px;
	}
	.landing-methods {
		margin-top: 25px;
	}
	
}

/*.yoursurveys-promotional {
	background-color: #fbfbfb;
}*/

.modal-header {
	padding: 0.5rem 0.75rem;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.main-navbar,.navbar-brand {
		font-size: 14px;
		line-height: 2.5;
	}

	.navbar-brand img {
		height: 26px !important;
	}

	.login-btn, .signup-btn {
		font-size: 15px;
    	font-weight: 600;
	}
}

@media screen and (min-width: 991px) {
	.main-navbar .nav-item:after, .main-navbar .dropdown-item:after {
		content: '';
		display: block;
		margin: auto;
		height: 3px;
		width: 0px;
		background: transparent;
		transition: width .25s ease, background-color .25s ease;
	}
	.main-navbar .nav-active:after,.main-navbar .nav-item:hover:after, .main-navbar.dropdown-item:hover:after {
		width: 100%;
		background: white;
	}

	.main-navbar .dropdown-item:hover {
		background: #ececec;
		transition: background .2s
	}
}

@media screen and (min-width: 768px) {
	.withdraw-col-separator {
		border-right: 1px solid gray;
	}

	.history_card_divider {
		width: 50%;
	}
}


@media screen and (max-width: 991px) {
	.second-navbar {
		padding-left: unset;
	}
	.second-navbar .navbar-collapse {
		background: #264f67;
	}
	.nav-item {
		margin-right: 5px;
	}
	.main-navbar .nav-link {
		border: 1px solid transparent;
		padding-left: 10px !important;
		margin-bottom: 7.5px;
	}
	.main-navbar .nav-active>.nav-link,.main-navbar .nav-link:hover {
		border-radius: 5px;
		background: rgba(0, 0, 0, 0.31);
	}
	.navbar-nav.mr-auto {
		padding: 5px;
	}
	.navbar-nav.ml-auto {
		padding: 5px;
	}
	.navbar-mobile-padding {
		padding: 24px !important;
	}
	.navbar-collapse {
		background: #263844;
		box-shadow: 1rem 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}
	.account-balance {
		display: block;
		margin: 21px;
		margin-bottom: unset;
		padding: 0.2rem 0.75rem;
		background: #17b823;
		font-size: 18px;
		line-height: unset;
		border: unset;
		border-radius: 5px;
	}
	.main-navbar .dropdown-menu {
		border: 1px solid #1f2d36;
		margin-top: unset;
		background: #1f2d36;
		border-radius: 5px;
		box-shadow: 0px 2px 5px 0px #0000002b;
	}
	.main-navbar .dropdown-item, .main-navbar .dropdown-item:hover {
		padding: 0.5rem 0.5rem;
		color: white;
		background-color: #1f2d36;
	}
	h1 {
		font-size: 1.5rem;
	}
	.landing-hero {
		height: 14rem;
	}
	.btn-xlg {
		margin-top: 1rem;
		padding: .25rem .5rem;
		font-size: 1rem;
		line-height: 2;
		border-radius: .3rem;
	}
	.landing-second {
		max-width: 100%;
		margin-top: unset !important;
	}
	.landing-how-does-it-work-message {
		font-size: 17px;
	}

	.nav-tabs .nav-link {
		font-size: 15px;
	}

	.task-title{
		font-size: 1.1rem;
		font-weight: 400;
	}

	.task-prize {
		font-size: 15px;
	}
	
	h1 {
		font-size: 1.4rem!important;
	}

	tr {
		font-size: 14px !important;
	}

	td {
		font-size: 14px !important;
	}

	.form-control {
	    border-width: 2px;
	    box-shadow: none;
	    border-radius: 4px;
	    border-color: #e2e2e2;
	    height: 42px;
	    font-size: 1em;
	}
}


@media screen and (max-width: 550px) {
	.ga-1 {
		color: #ffffff;
		font-weight: 600;
		font-size: 1.5rem;
		margin: unset;
	  }
	  
	  .ga-2 {
		text-align: center;
		font-size: 1.2rem;
		margin: unset;
	  }
	  
	  .ga-3 {
		text-align: center;
		font-size: 1rem;
		line-height: 2.3rem;
	  }
}

.modal-backdrop.show {
	opacity: 0.85;
}

/* ============================================
   MODERN DARK THEME OVERRIDES
   ============================================ */

/* Dark theme: styles are already dark in custom.css.
   Only override what needs to differ for auth'd dark-mode users. */

.main-navbar-modern {
background: #0a0c18 !important;
border-bottom: 1px solid rgba(255,255,255,0.04);
}

.dropdown-menu-modern {
background: #2f2f2f !important;
border-color: rgba(255,255,255,0.06) !important;
}

.landing-hero-modern {
background: #0a0c18;
}

.offer-preview-card,
.step-card,
.hero-signup-card {
background: #12142a;
border-color: rgba(255,255,255,0.05);
}

.how-it-works-section {
background: #0a0c18;
}

.page-footer-modern {
padding-top: 16px !important;	
background: #2f2f2f;
border-top-color: rgba(255,255,255,0.04);
}

/* ============================================
   END MODERN DARK THEME OVERRIDES
   ============================================ */

/* waste no space */
@media (min-width: 768px) and (max-width: 992px) {
	.container, .container-sm, .container-md {
		max-width: 992px;
	}
}

@media screen and (max-width: 1361px) {
	.footer-container {
		max-width: 80% !important;
	}
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
	.main-navbar,.navbar-brand {
		font-size: 16px;
		line-height: 2.5;
	}
	.account-balance {
		padding: 0.3rem 0.75rem;
	}
	.nav-item .fas, .nav-item .fa, .nav-item svg {
		display: none;
	}
	/*.robux-icon {
		display: none;
	}*/
	.lg-notification-badge {
		top: 10px;
		margin-left:8px;
		font-size: 11px;
	}
	.main-navbar .nav-item:after {
		content: '';
		display: block;
		margin: auto;
		height: 3px;
		width: 0px;
		background: transparent;
		transition: width .25s ease, background-color .25s ease;
	}
	.main-navbar .nav-active:after,.main-navbar .nav-item:hover:after {
		width: 100%;
		background: white;
	}
	.landing-hero {
		height: 14rem;
	}
	h1 {
		font-size: 2rem!important;
	}
	.btn-xlg {
		margin-top: 1.5rem;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		line-height: 2;
		border-radius: .3rem;
	}
	.landing-second .row div h2 {
		font-size: 1.2rem
}
	.landing-second .row div span {
		font-size: 3rem !important
}
	.landing-how-does-it-work-message {
		font-size: 16px;
	}
	.landing-methods {
		margin-top: 25px;
	}
	
}
@media screen and (min-width: 991px) {
	.main-navbar .nav-item:after, .main-navbar .dropdown-item:after {
		content: '';
		display: block;
		margin: auto;
		height: 3px;
		width: 0px;
		background: transparent;
		transition: width .25s ease, background-color .25s ease;
	}
	.main-navbar .nav-active:after,.main-navbar .nav-item:hover:after, .main-navbar.dropdown-item:hover:after {
		width: 100%;
		background: white;
	}

	.main-navbar .dropdown-item:hover {
		background: #ececec;
		transition: background .2s
	}
}

@media screen and (min-width: 768px) {
	.withdraw-col-separator {
		border-right: 1px solid gray;
	}

	.history_card_divider {
		width: 50%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.main-navbar,.navbar-brand {
		font-size: 14px;
		line-height: 2.5;
	}

	.navbar-brand img {
		height: 26px !important;
	}

	.login-btn, .signup-btn {
		font-size: 15px;
    	font-weight: 600;
	}
}


@media screen and (max-width: 991px) {
	.second-navbar {
		padding-left: unset;
	}
	.second-navbar .navbar-collapse {
		background: #264f67;
	}
	.nav-item {
		margin-right: 5px;
	}
	.main-navbar .nav-link {
		border: 1px solid transparent;
		padding-left: 10px !important;
		margin-bottom: 7.5px;
	}
	.main-navbar .nav-active>.nav-link,.main-navbar .nav-link:hover {
		border-radius: 5px;
		background: rgba(0, 0, 0, 0.31);
	}
	.navbar-nav.mr-auto {
		padding: 5px;
	}
	.navbar-nav.ml-auto {
		padding: 5px;
	}
	.navbar-mobile-padding {
		padding: 24px !important;
	}
	.navbar-collapse {
		background: #263844;
		box-shadow: 1rem 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}
	.account-balance {
		display: block;
		margin: 21px;
		margin-bottom: unset;
		padding: 0.2rem 0.75rem;
		background: #17b823;
		font-size: 18px;
		line-height: unset;
		border: unset;
		border-radius: 5px;
	}
	.main-navbar .dropdown-menu {
		border: 1px solid #1f2d36;
		margin-top: unset;
		background: #1f2d36;
		border-radius: 5px;
		box-shadow: 0px 2px 5px 0px #0000002b;
	}
	.main-navbar .dropdown-item, .main-navbar .dropdown-item:hover {
		padding: 0.5rem 0.5rem;
		color: white;
		background-color: #1f2d36;
	}
	h1 {
		font-size: 1.5rem;
	}
	.landing-hero {
		height: 14rem;
	}
	.btn-xlg {
		margin-top: 1rem;
		padding: .25rem .5rem;
		font-size: 1rem;
		line-height: 2;
		border-radius: .3rem;
	}
	.landing-second {
		max-width: 100%;
		margin-top: unset !important;
	}
	.landing-how-does-it-work-message {
		font-size: 17px;
	}

	.nav-tabs .nav-link {
		font-size: 15px;
	}

	.task-title{
		font-size: 1.1rem;
		font-weight: 400;
	}

	.task-prize {
		font-size: 15px;
	}
	
	h1 {
		font-size: 1.4rem!important;
	}

	tr {
		font-size: 14px !important;
	}

	td {
		font-size: 14px !important;
	}

	.form-control {
	    border-width: 2px;
	    box-shadow: none;
	    border-radius: 4px;
	    border-color: #e2e2e2;
	    height: 42px;
	    font-size: 1em;
	}
}


@media screen and (max-width: 550px) {
	.ga-1 {
		color: #ffffff;
		font-weight: 600;
		font-size: 1.5rem;
		margin: unset;
	  }
	  
	  .ga-2 {
		text-align: center;
		font-size: 1.2rem;
		margin: unset;
	  }
	  
	  .ga-3 {
		text-align: center;
		font-size: 1rem;
		line-height: 2.3rem;
	  }
}

.modal-backdrop.show {
	opacity: 0.85;
}