/* Base */
:root {
	--solblue: #5ce2e7;
	--site_gray: #6c757d;
	--site_black: #353639;
	--site_orange: #FF7800;
	--site_blue: #454CE4;
	--site_link: rgb(0, 0, 0, .55);
	--site_link_hover: rgb(255, 120, 0, 1);
	--title_h: rgb(0, 0, 0, .55);
}

* {
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'Twemoji Country Flags';
	src: url('/fonts/TwemojiCountryFlags.woff2') format('woff2');
	unicode-range: U+1F1E6-1F1FF, U+1F3F4, U+E0062-E0063, U+E0065, U+E0067, U+E006C, U+E006E, U+E0073-E0074, U+E0077, U+E007F;
}

html {
	width: 100%;
	max-height: 100%;
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	overflow-x: hidden;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	line-height: 1rem;
	font-weight: 400;
	font-size: 14px!important;
}

body:after {
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

button {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .75rem !important;
}

input {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .75rem !important;
}

li {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .75rem !important;
}

select {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .75rem !important;
}

select option {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .75rem !important;
}

span {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .75rem !important;
}

optgroup {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .75rem !important;
}

option {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .75rem !important;
}

div span {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .75rem !important;
}

span {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: 4px !important;
}

footer {
	min-height: 346px;
}

a {
	color: var(--site_link) !important;
	text-decoration: none;
}

a.active {
	color: var(--site_gray) !important;
}

a:hover {
	color: var(--site_link_hover) !important;
}

li {
	padding: 5px 0px 0px 0px;
}

label {
	font-size: .7rem !important;
	margin-bottom: 5px;
}

#usrdatacontent {
	position: relative;
}

.usrdata_div {
	position: relative;
}

.usrdata_btn {
	position: absolute;
	top: 10px;
	right: -20px;
}

.bg-img {
	text-align: center;
	/*	color: #fff;*/
	/*	background-image: url(/assets/img/header-bg.jpg);*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	height: 800px;
}

.head-txt {
	font-size: 1rem;
	font-weight: 600;
}

.page-tab-item {
	font-size: 1rem;
	color: #333;
	background: #57D2E1;
	margin: 10px 3px 0px 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 0px .75rem 0px .75rem;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-decoration: none;
	transition: none;
}

.page-tab-item:hover .page-tab-link {
	background-color: #4090d5;
	color: #ffffff;
}

.page-tab-item:hover {
	background-color: #4090d5;
	color: #ffffff;
}

.page-tab-item.active {
	background-color: #4090d5;
	color: #ffffff;
}

.page-tab-link {
	color: #333;
}

link:hover {
	border-color: #57D2E1;
}

.ann_div>a {
	color: #000;
	opacity: 1;
	filter: alpha(opacity=100);
}

.ann_div:hover {
	opacity: 0.5;
	filter: alpha(opacity=40);
}

.container-fluid {
	padding: 0px 0px 0px 0px;
}

::-moz-selection {
	background: var(--solblue);
	color: #fff;
}

::selection {
	background: var(--solblue);
	color: #fff;
}

header {
	max-width: 100vw;
	background-color: rgba(255, 255, 255, 0.5);
	/*height: 100px;*/
	z-index: 9999;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	/*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;*/
}

.wrapper {
	min-height: calc(100vh - 345px);
	max-width: 100vw;
	/*	padding-bottom: 40px;*/
	margin: auto;
}

#wrapper {
	min-height: 100%;
}

#content {
	overflow: hidden;
	padding-bottom: 346px;
	/* this needs to be bigger than footer height*/
}

#footer {
	position: relative;
	margin-top: -346px;
	/* negative value of footer height */
	height: 100%;
	clear: both;
	padding-top: 20px;
}

textarea {
	width: 100%;
	max-width: 900px;
	max-height: 250px;
	max-height: 300px;
	outline: none;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .02);
}

textarea:focus {
	outline: none !important;
}

.copy_btn {
	background-color: LightGray;
}

h1 {
	margin: .75rem 0px .75rem 0px;
	font-size: 61px;
}

h2 {
	margin: .75rem 0px .75rem 0px;
	font-size: 44px;
}

h3 {
	margin: .75rem 0px .75rem 0px;
	font-size: 33px;
}

h4 {
	margin: .75rem 0px .75rem 0px !important;
	font-size: 22px;
}

h5 {
	margin: .75rem 0px .75rem 0px;
	font-size: 12px;
}

h6 {
	margin: .75rem 0px .75rem 0px;
	font-size: 8px;
}

.h1 {
	line-height: 1;
	font-weight: 700;
	font-size: 61px;
	color: var(--title_h);
}

.h2 {
	line-height: 1;
	font-weight: 700;
	font-size: 44px;
	color: var(--title_h);
}

.h3 {
	line-height: 1;
	font-weight: 700;
	font-size: 33px;
	color: var(--title_h);
}

.h4 {
	line-height: 1;
	font-weight: 700;
	font-size: 22px;
	color: var(--title_h);
}

.h5 {
	line-height: 1;
	font-weight: 700;
	font-size: 12px;
	color: var(--title_h);
}

.h6 {
	line-height: 1;
	font-weight: 700;
	font-size: 8px;
	color: var(--title_h);
}

.premfs {
	text-align: left;
	list-style-position: inside;
	margin-left: 0px;
}

.dropflags {
	width: 25px;
}

/* .flagspos {
	margin: .75rem 3px 20px 0px;
} */

#lang_btn {
	color: rgb(253, 126, 20);
	background-color: transparent;
	line-height: 1;
	margin-left: 0px;
}

.navbar-collapse {
	align-items: center;
}

section {
	margin: 0px 0px 50px 0px;
	max-width: 100vw;
}

.main-footer {
	position: relative;
	padding: 40px;
	font-size: .80rem;
}

.ftrlnk {
	color: rgba(0, 0, 0, .55);
}

.ftrlnk:hover {
	color: var(--site_orange);
}

.upgrade_btn {
	width: 250px;
	border-radius: 10px;
}

.upgrade_btn:hover {
	-webkit-transform: translate(5px, -3px);
	transform: translate(5px, -3px);
	opacity: 0.5;
}


.links>a {
	color: #bbbbbb;
}

.custom-drop-file {
	position: relative;
	padding: 16px 16px;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	cursor: pointer;
}

.custom-drop-file input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.custom-drop-file img {
	margin-bottom: 8px;
	width: 30px;
}

.custom-drop-file p {
	margin: 0;
	color: #a4a4a4;
}

.hover-color:hover {
	color: var(--solblue);
}

.colored_stripe {
	box-sizing: border-box;
	margin: 20px 0px 20px 0px;
	min-width: 0;
	display: inline-block;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #5ce2e7 50% 80%, rgba(255, 255, 255, 0) 80% 100%);
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 40px;
}

/* ===================================================================
	SCROLL TO TOP BUTTON
===================================================================  */

#scrollTop {
	width: 100px;
	height: 40px;
	position: fixed;
	right: -100px;
	bottom: 50%;
	background-color: #5989e5;
	background-image: -webkit-gradient(linear, left top, right top, from(#5989e5), to(#37cfdc));
	background-image: linear-gradient(to right, #5989e5, #37cfdc);
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	font-size: 0.8rem;
	cursor: pointer;
	z-index: 9998;
	padding-right: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#scrollTop.active {
	right: -70px;
}

#scrollTop .micon {
	font-size: 1rem;
	margin: 13% 20px 0px 0px;
}

#scrollTop:hover {
	right: 0;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	margin: 0px auto 0px auto;
}


/*
* ==========================================================
*     HERO SECTION
* ==========================================================
*/

/*.hero p {
	margin: 10px 0px;    
	word-wrap: break-word;
}

.hero ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}*/
/*
* ==========================================================
*     BROWSER SECTION
* ==========================================================
*/

.step_tab {
	position: relative;
}

.number {
	/*	position: absolute;*/
	/*	top: 0px;*/
	font-size: 3rem;
	border: 1px solid lightgrey;
	border-radius: 50%;
	background-color: lightskyblue;
	padding: 0px 20px 0px 20px;
}

.step_box {
	position: relative;
	margin-top: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/*number circles for steps*/
.step_stones {
	/*width: 30%;*/
	/*margin: 0px 10px 0px 10px;*/
	padding: 40px 20px 5px 20px;
	border: 1px solid lightgrey;
	border-radius: 20px;
	cursor: pointer;
}

.step_stones:hover {
	background-color: rgba(0, 0, 0, .07);
	transform: translate(0, -20px);
}

.stactive {
	background-color: #DBECF8;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.browser {
	border: none;
}

.browser span.number {
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
	display: block;
	position: absolute;
	left: calc(50% - 25px);
	top: -25px;
	font-size: 1.4rem;
	font-weight: 700;
}

.browser a {
	border: none;
	background: none;
	border-right: 0;
	-webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
	padding: 50px 50px 40px;
	text-align: center;
	color: #333;
}

.browser a.active {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

/*
* ==========================================================
*     FEATURES 
* ==========================================================
*/

.features {
	background-color: rgb(255, 246, 246);
	margin-bottom: 0;
}

.features .icon {
	width: 50px;
	height: 50px;
	margin-bottom: 30px;
}

.features .text p {
	line-height: 1.8rem;
	font-size: 0.95rem;
	color: #656565;
	margin: 20px 0 25px;
}

/*
* ==========================================================
*     EXTRA SECTION ON INDEX PAGE
* ==========================================================
*/

.more_features {
	color: #fff;
	margin-top: 150px;
	padding-top: 40px;
}

.more_features h2,
.more_features h3 {
	color: inherit;
}

.more_features .icon {
	font-size: 2.7rem;
	margin-bottom: 20px;
}

.more_features .item {
	padding: 50px 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: default;
}

.more_features .item:hover {
	background: #4c80e3;
	-webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
}

.more_features .item p {
	font-weight: 300;
	margin: 20px 0;
}

/*
* ==========================================================
*     EXTRA  ON MOREINFO PAGE
* ==========================================================
*/

.extra_features {
	background-color: #f0f0f0;
}

.extra_features .icon {
	font-size: 3rem;
	margin-bottom: 20px;
}

.extra_features .item {
	opacity: 0.4;
	padding: 50px 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: default;
	border-radius: 10px;
	margin-bottom: 50px;
}

.extra_features .item:hover {
	opacity: 1.0;
	background: #fafafa;
	color: black;
	-webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
}

.extra_features .ideal:hover {
	opacity: 1.0;
	background-image: url("/assets/img/feature-5.png");
	-webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
}

.extra_features .item p {
	font-weight: 300;
	margin: 20px 0;
}

.menu-icons {
	vertical-align: text-bottom;
	margin-right: 3px;
	margin-top: -4px;
	font-size: 16px;
	color: royalblue;
}

.get_started_steps {
	font-size: 1.25rem;
	color: #FF1493;
}

.blink {
	animation: blinker .1s infinite;
}

@keyframes blinker {
	from {
		opacity: 1.0;
	}

	50% {
		opacity: 0.5;
	}

	to {
		opacity: 1.0;
	}
}

.main_logo {
	width: 100px;
}

.coin_dd_item:hover {
	background-color: lightgrey;
}


#ty_code {
	background-color: #f8f8f8;
	font-size: 1rem;
	margin-left: -124px;
}

.thankyou-page {
	width: 50%;
	margin: auto;
}

.cashier_div {
	width: 100%;
	margin: auto;
	margin-top: 40px;
}

.sym {
	color: green;
}

.site-wrap {
	min-height: calc(100vh);
}

.footer-heading>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.curs {
	cursor: pointer;
}

.curspnt {
	cursor: zoom-in;
}

.curs-link {
	cursor: pointer;
	color: var(--site_black) !important;
	background-color: rgba(255, 255, 255, 1);
}

.curs-link:hover {
	color: var(--site_orange) !important;
	background-color: rgba(255, 255, 255, .8);
}

.reg-link {
	cursor: pointer;
	color: rgba(255, 69, 0, 1);
}

.reg-link:hover {
	color: rgba(0, 0, 0, .6);
}

.xcurs {
	cursor: not-allowed;
}

.flagim-reg {
	width: .75rem;
}

.join-link {
	font-size: 0.95rem;
	transition: 0.5s;
	border: 1px solid #fff;
}

.join-link:hover,
.join-link:active,
.join-link:focus {
	color: #fd7e14 !important;
	border: 1px solid rgba(0, 0, 0, .01);
	background-color: rgba(0, 0, 0, .05);
	outline: none;
	text-decoration: none;
	border-radius: 10px;
}

.altrow {
	background: #fff;
}

.altrow:nth-child(odd) {
	background: rgba(204, 230, 255, .3);
}

.altrow:hover {
	background-color: rgba(179, 218, 255, 0.8);
}

.bgerr {
	color: red;
	font-weight: 400 !important;
	font-size: 1rem !important;
	margin: 0px 4px 0px 4px !important;
	background: repeating-linear-gradient(45deg,
			rgba(245, 5, 5, .1) 0px,
			rgba(245, 5, 5, .1) 10px,
			rgba(252, 252, 215, .25) 10px,
			rgba(252, 252, 215, .25) 20px);
}

.error {
	color: red !important;
}

.error-sm {
	font-size: .75em !important;
	color: red !important;
	margin: 0px 3px 0px 3px !important;
	/*background: repeating-linear-gradient(
        45deg,
        rgba(245, 5, 5, .1) 0px,
        rgba(245, 5, 5, .1) 10px,
        rgba(252, 252, 215, .25) 10px,
        rgba(252, 252, 215, .25) 20px
    );*/
}

.error-sm-bg {
	font-size: .75em !important;
	color: red !important;
	margin: 0px 3px 0px 3px !important;
	background: repeating-linear-gradient(45deg,
			rgba(245, 5, 5, .1) 0px,
			rgba(245, 5, 5, .1) 10px,
			rgba(252, 252, 215, .25) 10px,
			rgba(252, 252, 215, .25) 20px);
}

.warn {
	color: darkorange;
	margin: 0px 3px 0px 3px;
	font-weight: 400;
}

.succ {
	color: green;
	margin: 0px 3px 0px 3px;
	font-weight: 400;
}

.far {
	color: var(--solblue);
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: .75rem;
	bottom: .75rem;
	transition: background 0.5s;
}

.back-to-top:focus {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #03C4EB;
	color: #fff;
}

/*.noscrollbar::-webkit-scrollbar {
	display: none;
}*/

.bgerr {
	background-color: rgba(245, 5, 5, .075);
}

.countdownwindow {
	border: 2px solid black;
	border-radius: .75rem;
	background-color: #1ac90e;
	width: 275px;
	height: 90px;
	text-align: center;
	font-weight: 900;
	font-size: 2.5rem;
	margin: 20px auto 50px auto;
	padding: 10px;
	line-height: 1.5;
	vertical-align: middle;
}

.countdown {
	background-color: #d8fcfd;
	border: solid 2px;
	border-color: #18eef2;
	border-radius: .75rem;
	max-width: 120px;
}

#iframe {
	width: 80%;
	min-height: 400px;
	resize: none;
	height: 100%;
	border: none;
	margin-left: -.75rem;
}

#get_request {
	width: 80%;
	min-height: 200px;
	resize: none;
	height: 100%;
	border: none;
	margin-left: -.75rem;
}

#curl_request {
	width: 80%;
	min-height: 600px;
	resize: none;
	height: 100%;
	border: none;
	margin-left: -.75rem;
}

#json_response {
	width: 80%;
	min-height: 250px;
	resize: none;
	height: 100%;
	border: none;
	margin-left: -.75rem;
}

.bg-img-about-us {
	text-align: center;
	color: #fff;
	background-image: url(/assets/img/about-us-bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.coinimg {
	width: 1.25rem;
}

#make_money_floater_div {
	position: absolute;
	top: 125px;
	right: 50px;
	margin-left: -63px;
	width: 125px;
	height: 125px;
	display: none;
	z-index: 999;
}

#make_money_floater {
	margin: 0 auto;
}

#make_money_floater a {
	position: relative;
}

#make_money_floater_img {
	width: 150px;
}

#loader-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 6);
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #3498db;
	-webkit-animation: spin 2s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin 3s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
	content: "";
	position: absolute;
	top: .75rem;
	left: .75rem;
	right: .75rem;
	bottom: .75rem;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;
	-webkit-animation: spin 1.5s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);
		/* IE 9 */
		transform: rotate(0deg);
		/* Firefox 16+, IE 10+, Opera */
	}

	100% {
		-webkit-transform: rotate(360deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);
		/* IE 9 */
		transform: rotate(360deg);
		/* Firefox 16+, IE 10+, Opera */
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);
		/* IE 9 */
		transform: rotate(0deg);
		/* Firefox 16+, IE 10+, Opera */
	}

	100% {
		-webkit-transform: rotate(360deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);
		/* IE 9 */
		transform: rotate(360deg);
		/* Firefox 16+, IE 10+, Opera */
	}
}

#tog_comp_div {
	position: absolute;
	background-color: orange;
	width: 25px;
	height: 25px;
	top: 0px;
	right: -10px;
	font-size: 1rem;
	color: red;
	font-weight: 600;
	border: 1px solid red;
	border-radius: 50%;
	z-index: 1000;
}

.qtip {
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #3bb4e5;
	border-bottom: 0.05em dotted #3bb4e5;
	box-sizing: border-box;
	font-style: normal;
	transition: all .25s ease-in-out
}

.qtip:hover {
	color: #069;
	border-bottom: 0.05em dotted #069
}

/*the tip*/
.qtip:before {
	content: attr(data-tip);
	font-size: 1rem;
	position: absolute;
	background: rgba(10, 20, 30, 0.85);
	color: #fff;
	line-height: 1.2em;
	padding: 0.5em;
	font-style: normal;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	min-width: 120px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-family: sans-serif;
	letter-spacing: 0;
	font-weight: 600
}

.qtip:after {
	width: 0;
	height: 0;
	border-style: solid;
	content: '';
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out
}

.qtip:hover:before,
.qtip:hover:after {
	visibility: visible;
	opacity: 1
}

/*top*/
.qtip.tip-top:before {
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 8px));
	box-sizing: border-box;
	border-radius: 3px;
}

.qtip.tip-top:after {
	border-width: 8px 8px 0 8px;
	border-color: rgba(10, 20, 30, 0.85) transparent transparent transparent;
	top: -8px;
	left: 50%;
	transform: translate(-50%, 0);
}

/*bottom*/
.qtip.tip-bottom:before {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, calc(100% + 8px));
	box-sizing: border-box;
	border-radius: 3px;
}

.qtip.tip-bottom:after {
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent rgba(10, 20, 30, 0.85) transparent;
	bottom: -8px;
	left: 50%;
	transform: translate(-50%, 0);
}

/*left*/
.qtip.tip-left:before {
	left: 0;
	top: 50%;
	transform: translate(calc(-100% - 8px), -50%);
	box-sizing: border-box;
	border-radius: 3px;
}

.qtip.tip-left:after {
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent rgba(10, 20, 30, 0.85);
	left: -8px;
	top: 50%;
	transform: translate(0, -50%);
}

/*right*/
.qtip.tip-right:before {
	right: 0;
	top: 50%;
	transform: translate(calc(100% + 8px), -50%);
	box-sizing: border-box;
	border-radius: 3px;
}

.qtip.tip-right:after {
	border-width: 8px 8px 8px 0;
	border-color: transparent rgba(10, 20, 30, 0.85) transparent transparent;
	right: -8px;
	top: 50%;
	transform: translate(0, -50%);
}

.qcontent {
	color: #ff0;
	font-weight: bold
}

.qclass {
	color: #dd0;
	font-weight: bold
}

.ttip {
	position: absolute;
	top: 40px;
	left: 18px;
	max-width: 150px;
	background-color: #000;
	color: white;
	padding: 5px;
	border-radius: 8%;
	outline: none;
}

.currlist {
	cursor: pointer;
	background-color: transparent;
	color: #ccc;
	border: 1px black;
	border-color: transparent;
	width: 220px;
}


.bar-long {
	height: 5px;
	/*background-color: #009ACF;*/
	background-color: red;
	width: 0px;
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0;
}

.carousel {
	height: 250px;
}

.carousel-item {
	/*position: relative;*/
	display: none;
	float: left;
	max-width: 80%;
	margin: auto;
	height: 250px;
	/*width: 100%;*/
	/*margin-right: -25%; */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

.carousel-control-next,
.carousel-control-prev {
	z-index: 5000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5%;
	height: 250px;
	padding: 0;
	color: #000;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

.myDrop {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 10px;
	max-width: 100%;
	min-width: 100%;
	vertical-align: middle;
}

.mydrop ul {
	display: none;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	max-height: 250px;
	overflow: auto;
}

.mydrop ul li {
	padding: 5px 10px;
}

.mydrop ul li:hover {
	background: #ddd;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: sans-serif;
	font-size: .875em!important;
	line-height: 1.25rem;
	z-index: 0;
}

.chatdate {
	font-size: 0.65rem!important;
}

.ychatline {
	max-width: 60%;
	position: relative;
	background-color: rgb(230, 255, 255);
	margin: 10px auto 10px 0px;
	padding: .75rem;
	border-radius: .75rem;
	display: inline-block;
	vertical-align: bottom;
	font-size: 0.65rem!important;
}

.mchatline {
	max-width: 60%;
	background-color: rgb(204, 255, 204);
	margin: 10px 0px 10px auto;
	padding: .75rem;
	border-radius: .75rem;
	display: inline-block;
	vertical-align: bottom;
	font-size: 0.65rem!important;
}

.chatcontent {
	height: 100%;
	overflow-y: scroll;
	position: relative;
	padding: 10px;
	font-size: 0.65rem!important;
}

.muname {
	font-size: .75rem;
	background-color: orange;
	border-radius: 8px;
	border: 1px solid grey;
	padding: 2px 6px;
	font-size: 0.65rem!important;
}

.yuname {
	font-size: .75rem;
	background-color: yellow;
	border-radius: 8px;
	border: 1px solid grey;
	padding: 2px 6px;
	font-size: 0.65rem!important;
}

.chatbot {
	background-color: lightblue;
	border-radius: 8px;
	border: 1px solid grey;
	padding: 2px 6px;
	margin: 0px 6px 0px 0px;
}

.mchat {
	text-align: right;
	font-size: 0.65rem!important;
}

.ychat {
	text-align: left;
	font-size: 0.65rem!important;
}

.ymess {
	text-align: left;
	margin-top: 8px!important;
	background-color: rgba(235, 252, 252, .5);
	font-size: 0.85rem!important;
}

.mmess {
	text-align: left;
	margin-top: 8px!important;
	font-size: 0.85rem!important;
}

.chatbutton {
	padding: 0px 5px 0px 5px;
	position: relative;
	width: 45px;
}

.chatbutton img {
	position: absolute;
	width: 35px;
}

.chatbutton .hoverimg {
	display: none;
}

.chatbutton:hover .hoverimg {
	display: block;
}

#disconnected {
	border-top: 1px solid darkorange;
	border-bottom: 1px solid darkorange;
	margin: 20px 0px 20px 0px;
	padding: 20px 10px 20px 10px;
}

#connected {
	border-top: 1px solid lightskyblue;
	border-bottom: 1px solid lightskyblue;
	margin: 20px 0px 20px 0px;
	padding: 20px 10px 20px 10px;
}

.sysmess {
	color: orangered;
}

.chatbox {
	border-bottom: 1px solid rgb(0, 255, 64);
	font-size: 0.65rem!important;
}

.material-symbols-outlined {
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 48
}

.table_header {
	background-color: rgba(0, 0, 0, 0, 0.2);
}

.table_body {
	background-color: rgba(0, 0, 0, 0.02);
}

#switch:hover {
	color: rgba(0, 0, 0, 0, 1);
}

#switch2drop:hover {
	color: rgba(0, 0, 0, 0, 1);
}

.checkmark {
	position: absolute;
	width: 45px;
	top: 5px;
	left: 10px;
}

.rating_canned {
	font-size: .6em;
	height: 25px;
	line-height: 1.5rem;
	margin-bottom: 0px;
}

.rating_canned:hover {
	font-size: .6em;
	margin-bottom: 0px;
	background-color: orange;
}

.label {
	font-size: .7rem !important;
	margin-bottom: 5px;
}

.lbl {
	font-size: .7rem !important;
	margin-top: 2px !important;
	margin-bottom: 5px !important;
}

.smtxt {
	font-size: .65rem;
	margin: 5px auto 0px auto;
}

.tinytxt {
	font-size: .50rem!important;
	margin: 1px auto 0px auto!important;
}

.bshad {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#baltable {
	position: absolute;
	z-index: 90000;
	top: 7em;
	right: 0px;
	max-width: 40%;
}

.noglo {
	outline: 0;
	box-shadow: none !important;
}

.opac25 {
	opacity: .25;
}

.curricon {
	font-size: .9rem;
	padding: 4px 12px;
	font-weight: 400;
}

.profitamnticon {
	font-size: .9rem;
	padding: 4px 12px;
	font-weight: 400;
}

.phantom_input {
	outline: 0;
	border-width: 0px;
	border-color: #eee;
	font-size: .875em;
	background-color: #fff;
	margin: 0px 0px 0px 5px;
	width: 100% !important;
}

.gray_phantom_input {
	outline: 0;
	border-width: 0px;
	border-color: #eee;
	font-size: .875em;
	background-color: #eee;
	margin: 0px 0px 0px 5px;
	max-width: 100% !important;
	width: 98%;
}

.phanput {
	outline: 0;
	border-width: 0px;
	border-color: #eee;
	font-size: .875em;
	height: 29px;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
	cursor: pointer;
}

.page-link {
	padding: 0.75rem 0.75rem;
	color: blue !important;
}

#results_div {
	display: none;
}

.rfshbtndiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(255, 255, 255, .7);
}


.rfrshbtn {
	width: 100px;
	height: 100px;
}

#refresh_img:hover {
	transform: rotate(-15deg);
}

.drops {
	position: absolute;
	z-index: 500;
	max-width: 345px;
	margin: 0px auto;
	font-size: .875em;
}

.connect_status {
	width: 100%;
}

#sitedata {
	width: 100px;
}

.usricondiv {
	position: relative;
}

/* #useroldiv {} */

.usrolstat {
	width: 0.8rem;
	margin-top: -10px;
	margin-left: -10px;
}

.igt {
	height: 100%;
	border-radius: 0.2rem;
}

.igtl {
	height: 100%;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.igtr {
	height: 100%;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btn-group_xsm>.btn,
.btn_xsm {
	padding: 0.05rem 0.25rem;
	font-size: .775rem;
	border-radius: 0.2rem;
}

#lgbtn{
	padding:0.25rem 0.25rem!important;
}

.progress_bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease;
}

.upload_result_img {
	width: 300px;
}

.fa-clock {
	margin: 0px;
	padding: 0px;
	height: 1rem;
}

.clock_div {
	border-radius: 8px;
	border-color: goldenrod;
	background-color: #006600;
	color: white;
	max-height: 42px;
	/*	min-width:200px;
	max-width:225px;*/
}

.deal_timer_msg {
	font-size: 1rem;
}

.btn-small {
	max-height: 35px !important;
}

.overlay_mark_as_paid_btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.overlay_cancel_btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.custom-tooltip {
	--bs-tooltip-bg: var(--bs-primary);
}

.progress {
	height: .75rem;
	background-color: #ddd;
}

.progress-bar {
	height: 100%;
	background-color: #007bff;
	width: 0%;
	transition: width 0.5s ease-in-out;
}

.form-check-inline {
	margin-right: 0px;
}

.rating_tabs {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.rating_tabs_item.inactive {
	opacity: .55;
}

.rating_tabs:hover {
	color: #000;
	margin-bottom: -1px;
}

.rating_tabs_item {
	color: #333;
	font-size: .85rem;
	background: #57D2E1;
	margin: 0px 3px 0px 0px;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	padding: 0px 2px 0px 2px;
	height: 25px;
	line-height: 1.5rem;
	cursor: pointer;
}

.rating_tabs_item:hover {
	color: #000;
	background-color: var(--solblue);
}

.badge {
	position: absolute !important;
	top: 4px !important;
	left: 90% !important;
	color: #fff;
}

a.nav-link:hover {
	color: var(--site_orange) !important;
}

.phanput:hover {
	color: white;
	background-color: orange;
	border-radius: 5px;
}

.tab {
	color: white;
	font-size: 20px;
	text-align: center;
}

.count {
	color: orange;
	font-size: 24px;
	text-align: center;
}

.counter {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.remit_video_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	/* Add any other styles you want for the button */
	width: 20rem;
	height: 75px;
}

#video_box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	width: 300px;
	background-color: black;
	margin: 0px 150px;
}

#vidicon {
	position: absolute;
}

#public_header_social_links {
	position: absolute;
	top: 25px;
	left: 200px;
	z-index: 10000;
}

.sociallnks {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.55);
}

.sociallnks:hover {
	color: var(--site_orange) !important;
}

#social-icons {
	float: left;
}

#cookie_wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: rgba(48, 52, 56, 0.8);
}

#cookie_banner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	background: linear-gradient(#303438, 70%, lightgray);
	box-shadow: 0 1px 16px rgba(0, 0, 0, 1);
	border-radius: .75rem;
	z-index: 500;
	color: white;
	margin: 0px 20px 0px 20px;
}

.gdpr_cookie_elements {
	align-items: center;
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: 1rem !important;
}

#cookie_btn_div {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 3rem;
	color: blue;
}

.feature_boxes {
	background-color: #FFE6AE;
	border: 1px solid #FDB201;
	border-radius: 12px;
	padding: 24px 16px 24px 16px;
}

.feature_boxes p {
	font-size: 17px;
	font-weight: 700;
	line-height: 23.8px;
}

.features_icons {
	font-size: 40px;
	color: #054B4C;
}

.signup_btn {
	font-weight: 400;
	font-size: 1rem;
	width: 200px;
	height: 56px;
	padding: 12px 24px 12px 24px;
	border-radius: 50px;
	gap: 8px;
}

.register_now {
	font-weight: 400;
	font-size: 1rem;
	width: 200px;
	height: 56px;
	padding: 12px 24px 12px 24px;
	border-radius: 50px;
	gap: 8px;
}

.faq_btn {
	font-size: 20px;
	cursor: pointer;
	color: orange;
}

.faq_btn:hover {
	color: blue;
	cursor: pointer;
	border: 1px solid blue;
	border-radius: 50%;
	color: red;
}

.arrow-2 {
	width: 100px;
	height: 30px;
	display: flex;
	justify-content: center;
}

.arrow-2:before,
.arrow-2:after {
	content: "";
	background: black;
	width: .75rem;
	clip-path: polygon(0 10px, calc(100% - .75rem) 10px, calc(100% - .75rem) 0, 100% 50%, calc(100% - .75rem) 100%, calc(100% - .75rem) calc(100% - 10px), 0 calc(100% - 10px));
	animation: a2 1s infinite linear;
}

.arrow-2:before {
	transform: scaleX(-1);
}

@keyframes a2 {

	90%,
	100% {
		flex-grow: .5
	}
}

#no_offers {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 600px;
	min-height: 400px;
	background-image: url(/assets/img/no_offers_found.png);
	border-radius: 12px;
}

#no_offer_txt {
	background-color: rgba(255, 255, 255, .8);
	padding: 10px 10px;
	border-radius: 12px;
}

.uni p {
	line-height: 1.5;
}

.nav-tabs .nav-link {
	margin-bottom: calc(-2 * var(--bs-nav-tabs-border-width)) !important;
}

#btn_currcode {
	color: black !important;
}

#btn_currcode:hover {
	color: orange !important;
}

#sanctioned_countries_div {
	position: fixed;
	top: calc(100% - 300px);
	left: -200px;
	/* Initially position it outside the left side of the screen */
	width: 200px;
	/*height: 400px;*/
	background-color: #000;
	color: #fff;
	padding: 20px;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
	transition: left 1s ease;
	/* Add a smooth transition effect */
	z-index: 1000;
	/* Ensure the div is above other content */
	border-radius: .75rem;
}

.pin-input-group {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.pinel {
	width: 45px;
	margin: 0 1rem 0 1rem;
	border: 2px solid black;
}

/* .basic {
	color: hsl(35, 100%, 55%);
	font-size: 1.5rem;
} */

.ntvfd {
	color: lightgrey;
	font-size: 1.5rem;
}

input:disabled,
textarea:disabled,
select:disabled,
button:disabled,
.form-select:disabled,
.form-control:disabled {
	background-color: #d6d6d6!important;
	/* Change to your desired color */
	color: black!important;
	/* Optional: override text color */
	cursor: not-allowed!important;
	/* Optional: indicate non-interactivity */
	opacity: .75!important;
	/* Optional: override default opacity if needed */
}

.form-check-input{
	border: 1px solid Gray;
}

.tiericons{
	cursor: pointer;
	opacity: 1;
}

.tiericons:hover{
	cursor: pointer;
	opacity: .5!important;
}

.swal2-cancel{
	margin: 0 0.5rem;
}

.swal2-confirm{
	margin: 0 0.5rem;
}




#progress-container {
	position: relative;
	width: 38px;
	height: 38px;
	align-items: center;
}

.progress-circle {
	transform: rotate(-90deg);
}

.circle-bg {
	fill: none;
	stroke: #eee;
	stroke-width: 4;
}

.circle {
	fill: none;
	stroke: #4caf50;
	stroke-width: 4;
	stroke-linecap: round;
	transition: stroke-dasharray 0.5s;
}

.redcircle {
	fill: none;
	stroke: #dc143c;
	stroke-width: 4;
	stroke-linecap: round;
	transition: stroke-dasharray 0.5s;
}

#percentage-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.55rem;
	font-weight: bold;
}
