.tox-tinymce {
	width: 100%;
}

.flex-style-side {
	display: flex !important;
	flex-direction: row-reverse !important;
	border-radius: 10px !important;
}

.inline-cards .card-body {
	display: flex;
	justify-content: space-between;
}

.inline-cards .card-body {
	display: flex;
	justify-content: space-between;
}

.inline-cards .card-body h5 {
	width: 60%;
}

.inline-cards .card-body i {
	font-size: 35px;
}

.inline-cards>div {
	width: 50%
}

.inline-cards>div:nth-child(2) {
	margin-left: 10px
}


/* JOb */

.boder-around {

	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.job__details__widget {
	background: white;
	border-radius: 10px;
}

.hover-input-popup {
	position: relative;
}

.input-popup {
	display: none;
}

.hover-input-popup .input-popup {
	display: block;
	position: absolute;
	bottom: 70%;
	left: 50%;
	width: 280px;
	background-color: #1a1a1a;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.input-popup::after {
	position: absolute;
	content: '';
	bottom: -19px;
	left: 50%;
	margin-left: -5px;
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #1a1a1a transparent;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.input-popup p {
	padding-left: 20px;
	position: relative;
}

.input-popup p::before {
	position: absolute;
	content: '';
	font-family: 'Line Awesome Free';
	font-weight: 900;
	left: 0;
	top: 4px;
	line-height: 1;
	font-size: 18px;
}

.input-popup p.error {
	text-decoration: line-through;
}

.input-popup p.error::before {
	content: "\f057";
	color: #ea5455;
}

.input-popup p.success::before {
	content: "\f058";
	color: #28c76f;
}

.copyInput {
	display: inline-block;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.copied::after {
	position: absolute;
	top: 8px;
	right: 12%;
	width: 100px;
	display: block;
	content: "COPIED";
	font-size: 1em;
	padding: 5px 5px;
	color: #fff;
	background-color: #FF7000;
	border-radius: 3px;
	opacity: 0;
	will-change: opacity, transform;
	animation: showcopied 1.5s ease;
}

@keyframes showcopied {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	50% {
		opacity: 0.7;
		transform: translateX(40%);
	}

	70% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
	}
}


/* Blog  SECTION START*/
.blog-section {
	background: white;
	margin-top: 50px;
	border-radius: 10px;
}

.faq-section {
	background: white;
	padding: 20px 10px;
	border-radius: 10px;
}

/* Blog Section END */



/* Sidebar */


/* Top Bar */

.top-banner .main-block {
	display: flex;
}

.top-banner .main-block .icon {
	width: 40%
}

.top-banner .main-block .text {
	width: 60%
}

.top-banner .card-footer {
	display: flex;
	margin-top: 10px;
	background: none;
	padding-left: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.dashboard__card__item .card-text {
	font-size: 14px;
	line-height: 1.5rem;
}

.dashboard__card__item .card-footer {
	font-size: 13px
}




.top-banner>img {
	width: 40%;
}

.top-choice i {
	margin-right: 5px;
}

.top-choice>a {
	align-items: center;
}

.top-choice .btn {
	padding: 5px 5px;
}

.top-choice .signup-mobile {
	margin-left: 5px;
	background: #ffcaca;
}

.top-choice>a:nth-child(2) {
	background-color: #e2f1ff;
}

.top-choice>a:nth-child(3) {
	margin-left: 10px;
	background-color: #fff1ba;
}


.card-footer a {
	white-space: nowrap;
}

/* Affiliate */

.justify-content-between>span {
	width: 60%;
}

.aff-code {
	line-height: inherit;
}


/* Jobs */

.job__item>a,
.job__item>div {
	border-radius: 0px 10px 10px 0px;
}

.modal-backdrop {
	z-index: -1;
}

.job__item>a {
	flex: 1.5;
}

.job__item>div {
	flex: 2;
}

.job__item-thumb img {
	height: 100%;
}

.job__item>a {}


.job__item img {
	border-radius: 10px 0px 0px 10px;
	object-fit: cover;
}

:root {
	--font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

nav {
	display: block;
}

body {
	margin: 0;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #515151;
	text-align: left;
	background-color: #f6f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	line-height: 26px;
}

a:hover {
	text-decoration: underline;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Nunito", sans-serif;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
} */

h1,
.h1 {
	font-size: 2.5rem;
	font-weight: normal;
}

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

input[type=number] {
	padding-left: 55px !important;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0;
}

.card-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: #f6f6f6;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	text-align: center;
}

header {
	background-color: white;
}

.dashboard {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 95vh;
	max-width: 96%;
}

.dashboard-app {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	z-index: 2;
	margin-top: 10px;
}

.dashboard-content {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	padding: 25px;
	margin-top: 20px;
}

.dashboard-nav {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #f6f6f6;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	left: 0px;
}

.dashboard-compact .dashboard-nav {}

.dashboard-nav header {
	min-height: 60px;
	padding: 8px 27px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #dddd;
}

.dashboard-nav header .menu-toggle {
	margin-right: auto;
}


.dashboard-nav a:hover {
	text-decoration: none;
}

.dashboard-nav {
	background-color: #f6f6f6;
	transition: width 1s;
	transition: 0.2s;
	max-width: 260px;
}


.brand-logo {
	font-family: "Nunito", sans-serif;
	font-weight: bold;
	font-size: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: black;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.brand-logo img {
	width: 100%;
	max-height: 43px;
}

.brand-logo:focus,
.brand-logo:active,
.brand-logo:hover {
	color: #f6f6f6;
	text-decoration: none;
}

.brand-logo i {
	color: #d2d1d1;
	font-size: 27px;
	margin-right: 10px;
}

.dashboard-nav-list {
	height: 90vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: 1s;
	margin-top: 10px;
}


.mobile-show .dashboard-nav-list {
	overflow-y: scroll;
}

.dashboard-nav-list:hover {
	overflow-y: scroll;
}

.dashboard-nav-item {
	min-height: 45px;
	padding: 8px 20px 8px 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.02em;
	transition: ease-out 0.5s;
}

.dashboard-nav-item i {
	width: 36px;
	font-size: 19px;
	margin-left: -40px;
}

.dashboard-nav-item:hover {
	background: rgba(255, 255, 255, 0.04);
}

.active {
	background: rgba(0, 0, 0, 0.1);
}

.dashboard-nav-dropdown {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dashboard-nav-dropdown.show {
	background: #f6f6f6;
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle {
	font-weight: bold;
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle:after {
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.dashboard-nav-dropdown-toggle:after {
	content: "";
	margin-left: auto;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(81, 81, 81, 0.8);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
	border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dashboard-nav-dropdown-item {
	min-height: 40px;
	padding: 8px 20px 8px 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
	background: #f6f6f6;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
	text-decoration: none;
	color: black;
}

.menu-toggle i {
	font-size: 20px;
}

.dashboard-toolbar {
	min-height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	border-bottom: 1px solid #ddd;
}


.bg-white-block {
	background-color: white;
	border-radius: 10px;
	border-top: 5px solid #f6f6f6;
}

.main-content {
	height: 100vh;
	border-radius: 10px;
	border-top: 5px solid #f6f6f6;
	max-width: 600px;
	margin-top: 20px;
}

.dashboard-content .widget-box {
	text-align: right;
}

.affiliate-sidebar {
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px 0px;
	margin: 30px 30px 0px 30px;
}

.nav-item-divider {
	height: 1px;
	margin: 1rem 0;
	overflow: hidden;
	background-color: rgba(236, 238, 239, 0.3);
}

@media (min-width: 992px) {
	.dashboard-compact .dashboard-app {
		margin-left: 0;
	}
}

@media (min-width: 1500px) {
	.dashboard-app {
		margin-left: 30%;
	}

	.dashboard-compact .dashboard-app {
		margin-left: 0;
	}
}

@media (min-width: 1300px) AND (max-width: 1500px) {
	.dashboard-app {
		margin-left: 27%;
	}

	.dashboard-compact .dashboard-app {
		margin-left: 0;
	}
}
.right-sidebar {
    position: fixed;
    right: 0;
    height: 90vh;
    max-width: 350px;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}

.right-sidebar::-webkit-scrollbar-track {
    background-color: #F6F6F6 !important;
}

.right-sidebar::-webkit-scrollbar-thumb {
    background-color: transparent !important;
}

.right-sidebar:hover {
    overflow-y: scroll;
}

.right-sidebar:hover::-webkit-scrollbar-thumb {
    background-color: #888888 !important;
}

.right-sidebar:hover::-webkit-scrollbar-track {
    /*background-color: red !important;*/
}

.right-sidebar:hover::-webkit-scrollbar-thumb:hover {
    background-color: #555!important;
}
.gl-captcha .jqte{
    visibility: hidden;
}


@media (min-width: 1100px) AND (max-width: 1300px) {
	.dashboard-app {
		margin-left: 22%;
	}

	.right-sidebar {
		max-width: 266px;
	}
}

@media (min-width: 992px) AND (max-width: 1100px) {
	.dashboard-app {
		margin-left: 22%;
	}

	.right-sidebar {
		max-width: 266px !important;
	}
}

@media (max-width: 992) {
	.dashboard-app {
		margin-left: 5%;
	}

	.dashboard-content {
		padding: 20px;
	}
}

@media (max-width: 768px) {
	.dashboard-content {
		padding: 12px 0px;
	}

	.mobile-show .brand-logo {
		top: 2% !important;
	}

	.menu-toggle i {
		font-size: 30px;
	}

}

@media (max-width: 992px) {
	.dashboard-nav {
		position: fixed;
		bottom: 0;
		left: -300px;
		z-index: 1070;
	}

	.top-header-wrap {
		margin-left: unset !important;
	}

	.menu-toggle {
		display: block !important;
	}

	.main-content {
		margin-top: 20px;
		max-width: unset;
	}

	.dashboard-nav.mobile-show {
		width: 70%;
		max-width: 400px;
		left: 0px !important;
	}

	.brand-logo img {
		width: 140px;
	}
}


.mobile-show .menu-toggle {
	display: none !important;
}


@media (max-width: 992px) {
	.dashboard-nav header .menu-toggle {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}


	#jobs .container,
	#jobs .container-sm {
		max-width: unset
	}

	.mobile-show .brand-logo {
		top: -12px;
	}

	.menu-toggle i {
		font-size: 30px;
	}


	.top-header-wrap {
		justify-content: right !important;
	}
}

.mobile-show {
	background: white;
	box-shadow: 0 0 0 10000px rgba(0, 0, 0, .50);
}

@media (min-width: 992px) {
	.dashboard-toolbar {
		left: 238px;
	}

	.dashboard-compact .dashboard-toolbar {
		left: 0;
	}
}

.top-header-wrap {
	display: flex;
	width: 100%;
	overflow-x: hidden;
}

.top-header-wrap>div:nth-child(1) {
	flex: 2;
}


.input-group input {
	padding-left: 45px;
	border: none;
	background: #f6f6f6;
	border-radius: 10px !important;
}

.input-group-text {
	font-size: 14px !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	background: #f6f6f6;
	border: none;
	border-radius: 10px;
	z-index: 4;
	max-width: 50px;
}

.fa-user-circle {
	font-size: 25px;
}

.account-section .select-user-type>div {
	border: 1px solid gray;
	padding: 10px 50px;
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	width: 48%;
}

.account-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0px 10px;
}

.account-top>a {
	/* background-color: red; */
}

.round-icon {
	border: 1px solid #ddd !important;
	padding: 5px !important;
	border-radius: 50% !important;
	font-size: 16px !important;
}

.account-top i {
	font-size: 25px;
	color: #a5a4a4;
}

#dropdown_contact {
	border: 1px solid #ddd
}

.account-top .phon i {
	font-size: 25px;
	padding: 0px 0px;
	color: #a5a4a4;
}

#sidebar {
	color: #606060;
	transition: all 0.3s;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
	color: inherit;
	color: gray;
}

/* #sidebar.active {
	margin-left: -310px;
} */

#sidebar .sidebar-header {
	padding: 20px;
}

#sidebar ul.components {
	padding: 20px 0;
}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul li a {
	padding: 0px 10px;
	padding-left: 20px;
	font-size: 1.1em;
	display: block;
}

#sidebar ul li a:hover {
	color: #7386D5;
	background: #fff;
}


.profile-image {
	display: flex;
	padding: 10px;
	border: 1px solid #ddd;
}

.profile-image>img {
	border-radius: 50%;
	height: 60px;
	width: 60px;
}

.user-balance {
	display: flex;
	padding: 20px 20px 20px 30px;
	flex-direction: column;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}


.footer {
	padding: 20px 20px 0px 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.main-footer {
	align-items: center;
}


.main-footer .social-links {
	justify-content: space-evenly;
}

.follow-us {
	white-space: nowrap;
}

.footer ul {
	display: flex;
}

.footer li {
	padding: 2px;
	white-space: nowrap;
}

.footer .social {
	display: flex;
	flex-direction: column;
}

.social {
	justify-content: space-around;
	padding-left: 12px;
	padding-top: 20px
}

.social-links a {
	position: relative;
}

.social-links i {
	position: absolute;
	top: 10px;
	left: 10px;
}

.copyright {
	font-size: 15px;
	font-weight: 700;
}

/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */


.verification-code-wrapper {
	width: 90%;
	padding-top: 20px;
}

/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
	#sidebar {
		margin-left: -250px;
	}

	#sidebar.active {
		margin-left: 0;
	}

	#sidebarCollapse span {
		display: none;
	}

	.main-content {
		width: 100% !important
	}

	.job__item-content .d-flex>div {
		width: 100%;
	}

	.job__item-content .title {
		font-size: 14px;
	}

	.job__item-content .wrapper b {
		font-size: 10px;
	}
}

.job__item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.cookies-card .btn {
	padding: 5px;
}


.job-details .job-image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}



@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Roboto:wght@100&display=swap');

li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
li,
ul,
div,
button,
.btn {
	font-family: "Poppins", sans-serif !important
}

.main-footer {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

.main-footer .social-links a {
	border: 1px solid #ddd !important
}

.main-footer .number {
	font-size: x-large;
	background: white;
	width: 90%;
	border-radius: 10px;
	border: 1px solid #ddd;
	padding: 5px;
}


.main-footer i {
	font-size: 25px;
	position: static !important;
}

.main-footer .number i {
	font-size: 20px;
	transform: rotateZ(320deg);
	position: static !important;
}

#countryCodeSelection {
	border: 1px solid #ddd;
	border-radius: 69px;
	background: white;
	margin: 0px 10px;
	width: 30px;
	height: 30px;
	padding-left: 8px;
	font-weight: 700;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

/*Custom*/
.cw-hr-border{
    background-color: #ddd!important;
}
.login-account-section.account-section {
    min-height: unset!important;
    display: flex;
    justify-content: center!important;
    margin-top: 50px;
}
.login-account-section .account-left {
    padding: 0!important;
    min-width: 450px!important;
    min-height: unset!important;
    background-color: unset;
    max-width: 450px;
}

.login-account-section .account__header-title{
    margin-top: 2px!important;
    margin-bottom: 5px;
    font-size: 20px;
}

.login-account-section .logo img{
    width: 40px!important;
    height: 40px!important;
}

.login-account-section .account-form{
   margin-top: 20px;

}
.login-account-section .form--control{
   height: 34px;
}
.login-account-section .account-left-top-item{
    background: #fff ;
    padding: 20px!important;
    border: 1px solid #ddd;
    width: 100%!important;
}

.login-account-section #recaptcha{
    background: #00BF63!important; ;
}
.login-account-section .standard-text{
    font-size: 12px;
}

.login-account-section .form-check{
    padding: 3px 37px!important;
    border:  1px solid #eaeaea!important;
}
.login-account-section .input-group-text {
    background: transparent!important;
}

.login-account-section .mobile-input {
    background: transparent!important;
    border:  1px solid #eaeaea!important;
}

.login-account-section input[name="membership"]:checked {
    background-color: #00BF63; /* Change this to the desired background color */
}
.form-check.checked {
    background-color: #DCFFD7!important;
}
#g-recaptcha-error{
    font-size: 14px!important;
}
.login-account-section .agree,
.login-account-section .agree-text a{
    font-size: 10px!important;
}
.login-account-section .agree-text {
    display: flex;
    align-items: center;
}

.ow-top-serach-item{
    width: 60%;
    margin-left: 20px;
    margin-top: 10px;
}
.ow-top-serach-item input{
    background: transparent!important;
    border: 1px solid #ddd;
    padding-left: 20px!important;
    padding-right: 60px!important;
    border-radius: 5px 0 0 5px!important;

}
.ow-top-serach-item .input-group-text {
    display: flex;
    justify-content: center;
    position: absolute!important;
    left: unset;
    right: -50px!important;
}

.ow-top-serach-item .input-group-prepend .btn {
    background: #222325!important;
    color: white;
    border-radius: 0 5px 5px 0!important;
}

.jqte_tool_label{
    height: 20px!important;

}
.jqte{
    border: 1px solid #ddd;
    width: 100% !important;
}
#countryCodeSelectionLg{
    border: none;
    padding: 8px 10px;
    background: #F5F5F5;
    border-radius: 20px;
}
.bt-signup-top-bar{
    background: #00BF63!important;
    color: white;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;

}
.ow-user-dropdown{
    border: 1px solid #e4e5e7;
    border-radius: 4px!important;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.05);
}
.ow-user-dropdown .dropdown-item {
    border-radius: 0!important;
    padding-top: 10px;
    padding-bottom: 10px ;
}
.ow-user-dropdown .border-top-none {
    border: 0!important;
}
@media (max-width: 426px) {
    .login-account-section .account-left {
        min-width: 90%!important;
    }

}
@media (max-width: 992px) {
    .brand-logo {
        margin-left: 15px!important;
    }
    .whatsAppIcon{
        border: 1px solid #ddd !important;
        padding: 6px 8px !important;
        border-radius: 50% !important;
        font-size: 16px !important;
        margin-right: 10px!important;
    }

}
