:root {
	--primary-color: #104CBA;
	--secondary-color: #fff;
	--black-color: #104CBA;
	--white-color: #fff;
	--btn-primary-border-radius: 0.25rem;
	--btn-primary-color: #666F9D;
	--btn-primary-background-color: #F76D2B;
	--btn-primary-border-color: #F76D2B;
	--btn-primary-hover-color: #fff;
	--btn-primary-background-hover-color: #F76D2B;
	--btn-primary-border-hover-color: #F76D2B;
	--btn-primary-font-weight: 500;
	--btn-secondary-border-radius: 0.25rem;
	--btn-secondary: #000F5C;
	--btn-secondary-background-color: transparent;
	--btn-secondary-border-color: #F76D2B;
	--btn-secondary-hover-color: #fff;
	--btn-secondary-background-hover-color: #F76D2B;
	--btn-secondary-border-hover-color: #F76D2B;
	--btn-secondary-font-weight: 500;
	--heading-color: #000;
	--heading-font-weight: 700;
	--title-color: #000;
	--title-font-weight: 400;
	--section-heading-color: #000;
	--section-heading-font-size: 40px;
	--section-heading-font-weight: 600;
	--section-subheading-color: #000;
	--section-subheading-font-size: 16px;
	--section-subheading-font-weight: 400;
	--pt-100: 100px;
	--pb-100: 100px;
	--pt-90: 90px;
	--pb-90: 90px;
	--pt-80: 80px;
	--pb-80: 80px;
	--pt-70: 70px;
	--pb-70: 70px;
	--pt-60: 60px;
	--pb-60: 60px;
	--pt-50: 50px;
	--pb-50: 50px;
	--pt-40: 40px;
	--pb-40: 40px;
	--pt-30: 30px;
	--pb-30: 30px;
	--pt-20: 20px;
	--pb-20: 20px;
	--pt-10: 10px;
	--pb-10: 10px;
	--font-size-42: 42px;
	--font-size-40: 40px;
	--font-size-52: 52px;
	--font-size-62: 62px;
	--font-size-48: 48px;
	--font-size-32: 32px;
	--font-size-30: 30px;
	--font-size-28: 28px;
	--font-size-26: 26px;
	--font-size-24: 24px;
	--font-size-22: 22px;
	--font-size-20: 20px;
	--font-size-18: 18px;
	--font-size-16: 16px;
	--font-size-15: 15px;
	--font-size-14: 14px;
	--font-size-13: 13px;
	--font-size-12: 12px;
	--font-size-11: 11px;
	--font-size-10: 10px;
}

a,
a:hover,
a:active,
a:focus {
	display: inline-block;
	text-decoration: none;
	/* font-size:13px; */

}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	text-transform: capitalize;
}

p {
	margin: 0;
	font-size: 14px;
}

img {
	border: none;
}

ul {

	padding: 0;
	margin: 0;
	list-style: none;
}

ul li {

	list-style: none;
}


body {
	height: 100vh;
	font-family: "Lexend", sans-serif !important;

}

/* ----------- */
.agreement-root {

	background: #110525;
	height: 100vh;
}

.content-wrapper {
	padding: 70px 20px 30px;

}

.content-container {
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}

.site-description {
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
	color: #fff;
	font-weight: 500;
}

.buttan {
	background: linear-gradient(to bottom, #7229cd 0, #8c50d6 100%);
	color: #f8f8f8;
	transition: 90ms ease-in-out;
	font-weight: 700;
	margin: 20px 0 0;
	max-width: 335px;
	width: 100%;
	line-height: 48px;
	font-size: .938rem;
	border-radius: 2rem;
	border: initial;
}

.agreement-terms {
	color: rgba(248, 248, 248, .6);
	font-size: 12px;
	line-height: 20px;
	margin-top: 30px;
	padding: 0 20px;
}

.agreement-terms a {
	color: rgba(248, 248, 248, .8);
	text-decoration: underline;
}

.visitors-agreement-modal-divider {
	border-color: #fff;
	margin: 30px 0;
	opacity: .15;
}

hr {
	border: 0;
	border-top: .0625rem solid rgba(0, 0, 0, .1);
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.decline-link {
	color: rgba(248, 248, 248, .8);
	font-size: 12px;
	text-decoration: underline;
}

.decline-link:hover {
	color: rgba(248, 248, 248, .8);
	text-decoration: underline;
}

.warnings p {
	color: rgba(248, 248, 248, .6);
	font-size: 11px;
	line-height: 16px;
	margin-top: 20px;
	padding: 0 20px;
	letter-spacing: 0.031rem;
}

strong {
	font-weight: 700;
}

p {
	margin-bottom: 1rem;
	margin-top: 0;
}

.icon-rta-logo {
	height: 27px;
	margin-right: 25px;
	width: 59px;
	opacity: .6;

}

.icon-safe-labeling {
	height: 42px;
	width: 114px;
	opacity: .6;
}

.icon-asacp {
	height: 25px;
	margin-left: 25px;
	width: 66px;
	opacity: .6;
}

.icon-pineapple-support {
	height: 38px;
	margin-left: 25px;
	width: 38px;
	opacity: .6;
}

.background-wrapper {
	min-height: 100%;
	position: relative;
}

.visitors-agreement-bg-gradient {
	left: 0;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.visitors-agreement-bg-gradient__gender--no-gender {
	background-image: linear-gradient(180deg, #a2252d 0%, #000 50%);
	background-image: linear-gradient(180deg, #a2262e 0%, #000 50%);
	opacity: .5;
}

.visitors-agreement-bg-gradient__gender {
	background-image: linear-gradient(180deg, #000 0%, #000 50%);
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: opacity .2s ease-out !important;
	width: 100%;
	will-change: opacity;
}

.warnings a {
	color: rgba(248, 248, 248, .8);
	text-decoration: underline;
}

/* --------- */
/* -------login */
.login__form-wrapper {
	background: #000;
	border-radius: 12px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
	padding: 32px;
	position: relative;
	text-align: center;
	width: 100%;
	padding: 40px 32px;
	max-width: 400px;
	margin: auto;
}

.bg_color {
	background: #3a2e4d;
	height: 100vh
}

.login__title {
	color: #f8f8f8;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.login__form-and-social-auth {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}

.login__form-and-social-auth {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}

.inputcolor {
	background-color: rgba(255, 255, 255, .1);
	border-color: transparent;
	border-width: 2px;
	height: 48px;
	letter-spacing: .02em;
	font-size: 1rem;
	border-radius: 40px;
	border: inherit;
	line-height: 20px;
	padding: 10px 20px;
	color: #f8f8f8;
	width: 100%;
}

.inputcolor:focus {
	border-color: #437e45;
	box-shadow: 0 0 0 4px rgba(67, 126, 69, .3)
}

input:focus-visible {
	outline-offset: n;
}

.login-form__field {
	margin-bottom: 16px;
}

.logincek {
	margin-bottom: 16px;
}

.recaptcha {
	height: 64px;
	transform: scale(.84);
	transform-origin: 0 0;
}

.manwith {
	width: 304px;
	height: 78px;
}


.captcha {
	background: #222;
	border: 1px solid #525252;
	border-radius: 5px;
	color: #4c4a4b;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 74px;
	width: 250px;
	margin: auto;
}

@media screen and (max-width: 500px) {
	.captcha {
		flex-direction: column;
	}

	.text {
		margin: .5em !important;
		text-align: center;
	}

	.logo {
		align-self: center !important;
	}

	.spinner {
		margin: 2em .5em .5em .5em !important;
	}
}

.text {
	font-weight: 500;
	margin-right: 1em;
	font-size: 9px;
	color: aliceblue;
}

.spinner {
	position: relative;
	width: 2em;
	height: 2em;
	display: flex;
	margin: 2em 1em;
	align-items: center;
	justify-content: center;
}

/* input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
} */

input[type="checkbox"]+.checkmark {
	display: inline-block;
	width: 2em;
	height: 2em;
	background-color: #fcfcfc;
	border: 2.5px solid #c3c3c3;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

input[type="checkbox"]+.checkmark span {
	content: '';
	position: relative;
	/*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
	margin-top: -3px;
	transform: rotate(45deg);
	width: .75em;
	height: 1.2em;
	opacity: 0;
}

input[type="checkbox"]+.checkmark>span:after {
	content: '';
	position: absolute;
	display: block;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #029f56;
}

input[type="checkbox"]+.checkmark>span:before {
	content: '';
	position: absolute;
	display: block;
	width: 3px;
	bottom: 0;
	right: 0;
	background-color: #029f56;
}

input[type="checkbox"]:checked+.checkmark {
	animation: 2s spin forwards;
}

input[type="checkbox"]:checked+.checkmark>span {
	animation: 1s fadein 1.9s forwards;
}

input[type="checkbox"]:checked+.checkmark>span:after {
	animation: .3s bottomslide 2s forwards;
}

input[type="checkbox"]:checked+.checkmark>span:before {
	animation: .5s rightslide 2.2s forwards;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes bottomslide {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes rightslide {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

.logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	align-self: flex-end;
	margin: 0.5em 1em;
}

.logo img {
	height: 2em;
	width: 2em;
	margin-top: 12px;
}

.logo p {
	color: #9d9ba7;
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	margin: .4em 0 .2em 0;
}

.logo small {
	color: #9d9ba7;
	margin: 0;
	font-size: 8px;
}

@keyframes spin {
	10% {
		width: 0;
		height: 0;
		border-width: 6px;
	}

	30% {
		width: 0;
		height: 0;
		border-radius: 50%;
		border-width: 1em;
		transform: rotate(0deg);
		border-color: rgb(199, 218, 245);
	}

	50% {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		border-width: 4px;
		border-color: rgb(199, 218, 245);
		border-right-color: rgb(89, 152, 239);
	}

	70% {
		border-width: 4px;
		border-color: rgb(199, 218, 245);
		border-right-color: rgb(89, 152, 239);
	}

	90% {
		border-width: 4px;
	}

	100% {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		transform: rotate(720deg);
		border-color: transparent;
	}
}

::selection {
	background-color: transparent;
	color: teal;
}

::-moz-selection {
	background-color: transparent;
	color: teal;
}


.login-form .forgot-password-link {
	display: inline-block;
	padding-top: 5px;
	font-size: .875rem;
}

..login-form .forgot-password-link:hover {
	color: linear-gradient(to bottom, #7229cd 0, #8c50d6 100%);
}

.login-form__submit {
	width: 100%;
}

.mnbuttan {
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-weight: 400;
	margin: 0 6px 10px 0;
	outline: 0;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	font-size: .813rem;
	letter-spacing: .013rem;
	line-height: 1.813rem;
	border-radius: 2rem;
}

.btn-login-alternative {
	letter-spacing: .02em;
	padding: 8px 20px;
	width: 250px;
	transition: 90ms ease-in-out;
	background: linear-gradient(to bottom, #7229cd 0, #8c50d6 100%);
	color: #fff;
	border-color: transparent;
	font-size: 1rem;
	margin-bottom: 10px;
	margin-top: 30px;
	transition: transform .2s;
}

.btn-login-alternative a {
	color: #fff;
}

.btn-login-alternative:hover {
	color: #fff;
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari 3-8 */
	transform: scale(1.1);
}

.btn-login-alternative a:hover {
	color: #fff
}

.manbottm {
	margin: 52px 0 0;

}

.google-authorization-icon {
	color: #fff;
}

.google-authorization-icon img {
	width: 25px;
}

.third-party-authorization__separator {
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
}

.third-party-authorization--new-style .google-authorization-wrapper {
	max-width: 120px;
	width: 100%;
}

.third-party-authorization--new-style .third-party-authorization__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.google-authorization,
.third-party-authorization--new-style .twitter-auth {
	align-items: center;
	background: rgba(255, 255, 255, .1);
	border: none;
	border-radius: 90px;
	justify-content: center;
	padding: 10px 20px;
	transform: translateZ(0);
	margin: 10px 10px;
}

.LoginWithoutPasswordLinkStyled\#Go {
	align-items: center;
	color: #a4a4a4;
	display: inline-block;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 0px;
}

.LoginWithoutPasswordLinkStyled\#Go:hover {
	color: #fff
}


/*login_g*/

.login_g {
	color: #a89aff;
	margin-top: 25px;
	text-align: center;
	display: block;
	transition: transform .2s;
}


.login__form-wrapper p {
	color: #dbdbdb;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.third-party-authorization__separator h3 {
	font-size: 16px;
	font-weight: 500;
}

.box_toi {
	letter-spacing: 0.5px;

	width: 80%;
	border-radius: 20px;
	padding: 10px 20px;
	text-align: center;
	background: rgba(255, 255, 255, .1);
	margin-bottom: 20px;

}


.box_top_s {
	max-width: none;
	border-top-left-radius: 12px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.box_login_d .btn-login-alternative {
	margin-top: 10px;
}

.box_topd_d {
	margin: 182px 0 0;
}

.top_icov_f {
	color: #fff
}

.top_icov_f:hover {
	color: #fff
}

.box_ri_d {
	box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
	border-top-left-radius: 0px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	width: 100%;
}


/*14-05-2024*/


.close_icon {
	cursor: pointer;
	opacity: 0.5
}

.close_icon:hover {
	opacity: 1;
}

.badges-container_row {
	position: relative;
}


.click_open {
	display: none;


	background-color: #3e3f42;
	border-radius: 8px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
	padding: 0;
	position: absolute;
	z-index: 999;
	width: 375px;
	top: 35px;


}

.modal_header_row {
	padding: 8px 14px 8px 20px;
	border-bottom: 1px solid #2e2e2e;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color: rgba(248, 248, 248, .9);
	display: flex;
	align-items: center;
	justify-content: space-between;


}


.modal_footer_row {
	align-items: center;
	border-top: 1px solid #2e2e2e;
	display: flex;
	justify-content: space-between;
	padding: 12px 16px;
}

.modal_footer_row a {
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-weight: 400;

	outline: 0;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	font-size: .813rem;
	letter-spacing: .013rem;
	line-height: 1.813rem;
	border-radius: 2rem;
	background: #5b5b5b;
	color: #f1f1f1;
	transition: 90ms ease-in-out;
}


.modal_body_content {
	padding: 20px;
	color: #e1e1e1;
	font-weight: 400;
	text-shadow: none;
	text-transform: none;
	max-height: 526px;
	overflow: auto;
}

.check_list_row h5 {
	color: rgba(248, 248, 248, .4);
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.modal_body_content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.modal_body_content ul li {
	width: calc(100% - 50% - 40px);
}

.modal_body_content ul li input[type="checkbox"] {
	opacity: 1
}

.modal_body_content ul li .form-check {
	position: relative;
}

.btn.btn-secondary {
	color: #f8f8f8;
	font-size: 13px;
	line-height: 17px;
	border-radius: 80px;
	display: inline-flex;
	flex-shrink: 0;
	height: 32px;
	padding: 5px 12px;
	border: 2px solid #333;
	background-color: #333;
	color: #f8f8f8;
	border-color: transparent;
	border-width: 2px;
	margin-bottom: 0;
	display: inline-block;
	flex-shrink: 0;
	white-space: nowrap;
	height: 32px;
	margin-right: 8px;
	display: inline-flex;
	gap: 5px;
}
.modal-body .btn.btn-secondary {
	margin-bottom: 11px;
}





.bos_dhde_dh{
  font-size: 14px;
}
.btn.btn-secondary:hover {
	border-color: rgba(248, 248, 248, .4);
}

.country-flag {
	width: 30px;
	background-size: contain;
}

.tags-inline-badges-container a {
	color: #f8f8f8;
	font-size: 13px;
	line-height: 17px;
	border-radius: 80px;
	display: inline-flex;
	flex-shrink: 0;
	height: 32px;
	padding: 5px 12px;
	border: 2px solid #333;
	background-color: transparent;
	border-color: rgba(248, 248, 248, .4);
	border-width: 2px;
	margin-bottom: 0;
	display: inline-flex;
	flex-shrink: 0;
	white-space: nowrap;
	height: 32px;
	margin-bottom: 8px;
	margin-right: 8px;
}


.menu-wrapper {
	position: relative;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.menu {


	box-sizing: border-box;

	white-space: nowrap;
	/*   overflow-x: auto;*/
	/*   overflow-y: hidden;*/
	-webkit-overflow-scrolling: touch;

}

.paddles {}

.paddle {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3em;
}

.left-paddle {
	left: 0;
}

.right-paddle {
	right: 0;
}

.hidden {
	display: none;
}

.print {
	margin: auto;
	max-width: 500px;


}

.print span {
	display: inline-block;
	width: 100px;
}


/*15-05-2024*/
/* ------------- */
.vr-seo-badge {
	background: linear-gradient(to bottom, #7229cd 0, #8c50d6 100%);
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	padding: 0 12px;
	text-align: center;
}

.a11y-button {
	background: linear-gradient(to bottom, #7229cd 0, #8c50d6 100%);
	color: #fff;
	font-weight: 700;
	padding: 7px 20px;
	align-items: center;
	border-radius: 54px;
	border: none;
	font-size: 1rem;
}

.border-bottam {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.border-content {
	margin: 21px 0 27px;
	color: rgba(255, 255, 255, .78);
}

.border-content h2 {
	color: rgba(255, 255, 255, .78);
	opacity: .78;
	font-size: 1rem;
	line-height: 1.625rem;
	font-weight: 400;
	max-width: 875px;
}

.profile-cover__media {
	background-color: #141414;
}

.profile-cover__media {
    border-radius: 0;
	height: 364px;
	position: relative;
	width: 100%;
}

.profile-cover__media-container {
	border-radius: 0;
	height: 364px;
	position: relative;
	width: 100%;
}

.profile-cover__media-container::before {
	bottom: 0;
	box-shadow: inset 0 -200px 120px -77px rgba(8, 3, 3, 0.5);
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.pattern-image {
	background-image: url(../);
	background-size: 20%;
	filter: none;
	height: 30%;
	width: 100%;
}

.profile-cover__info {
	align-items: center;
	background: rgb(19, 18, 18);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: flex;
	flex: auto;
	justify-content: space-between;
	position: relative;
}

.left-wrapper {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.avatar {
	display: flex;
	font-size: 6px;
	height: 150px;
	margin: 0 auto;
	width: 150px;
	background: #141414;
	border-radius: 50%;
	border: 1em solid #fff;
}

.profile-cover__avatar-wrapper {
	bottom: 80px;
	flex: 0 0 190px;
	left: 20px;
	margin-bottom: -50px;
	position: relative;
	z-index: 2;
}

.avatar-upload {
	background-color: rgba(0, 0, 0, .8);
	border-radius: 50%;
	bottom: 6px;
	cursor: pointer;
	display: none;
	height: 136px;
	left: 7px;
	position: absolute;
	right: 7px;
	top: 7px;
	width: 136px;
}

.avatar-badge {
	bottom: 0em;
	position: absolute;
	right: 3em;
	z-index: 1;
	width: 50px;
	height: 50px;
	background-color: #ffff;
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	text-align: center;

}

.evel-badge {
	font-size: 30px;
	color: #000;
}

.username-panel__ranking {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	opacity: .8;
}

.borderbotamnb {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	border-radius: inherit;

}
.borderbotamnb button.nav-link{ border-radius:10px 10px 0 0;}

.page-block {
	background-color: #141414;
	border: none;
	padding: 20px 0px;
	position: relative;
	border-radius: 4px;
}
.cardProfileBox {
    padding: 10px 20px;
    background-color: #141414;
    position: relative;
    border-radius: 4px;
    border: none;
}
.fan-clabcontent .form-label{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cardProfileBoxScheduleList { padding: 0; }
.cardProfileBoxScheduleList li { display: flex; justify-content: space-between; padding: 10px 0; }


.page_book_bacle{background-color: #141414;
  border: none;
  padding: 20px 0px;
  position: relative;
  border-radius: 10px;}
.field-label {
align-self: flex-start;
  color: #fff;
  flex: 0 0 50%;
  min-width: 100px;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  width: 200px;

}
.details {
padding-top: 15px;
}
.field-row {
display: flex;
  font-size: .75rem;
  padding: 6px 0px;
}

 .field-value{
  font-size: 14px;
  width: 240px;
}

.status-help {
	border: 1px solid #8d8d8d;
	border-radius: 8px;
	color: #8d8d8d;
	display: inline-block;
	height: 16px;
	line-height: 15px;
	text-align: center;
	width: 16px;
	font-size: .625rem;
}

.country a {
	background: #b23600;
	align-items: center;
	border-radius: 90px;
	color: #fff;
	display: flex;
	font-weight: 400;
	height: 26px;
	padding: 0 16px;
}

.mnhobut {
	border: 2px solid #61922f;
	background: transparent !important;
}

.album-creator {
	background: #222;
	border: 2px dashed rgba(255, 255, 255, .2);
	border-radius: 8px;
	color: rgba(255, 255, 255, .4);
	/* padding-bottom: calc(100% - 4px); */
	position: relative;
	font-size: .75rem;
	transition: 120ms ease-in-out;
	width: 170px;
	height: 159px;
}

.profile-pic {
	border-radius: 50%;
	height: 150px;
	width: 150px;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	vertical-align: middle;
	text-align: center;
	color: transparent;
	transition: all .3s ease;
	text-decoration: none;
	cursor: pointer;
}

.profile-pic:hover {
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	transition: all .3s ease;
	text-decoration: none;
}

.profile-pic span {
	display: inline-block;
	padding-top: 3.5em;
	padding-bottom: 4.5em;
}

form input[type="file"] {
	display: none;
	cursor: pointer;
}

.profile-pic {
	border: 2px dashed rgba(255, 255, 255, .2);
	border-radius: 8px;
	color: rgba(255, 255, 255, .4);
	padding-bottom: calc(100% - 4px);
	position: relative;
	font-size: .75rem;
	transition: 120ms ease-in-out;
}

.glyphicon i {
	font-size: 30px;
	color: #fff;
}

.user-media-page-header__title {
	color: rgba(255, 255, 255, .9);
	font-weight: 700;
	letter-spacing: inherit;
	margin-bottom: 0;
	font-size: 1.375rem;
	line-height: 1.688rem;
}

.user-media1 {
	color: #af262f;
	font-weight: 500;
	font-size: .813rem;
	line-height: 1.125rem;
}

.mniconphoto i {
	font-size: 22px;
	margin: 0px 10px 0px 0px;
}
.photo_ioh i{
	font-size: 45px;
	margin: 0px 10px 0px 0px;
}
.contencol {
	color: #fff;
}

.mnclogmn {
	background-color: #fff;
}

.mantogalmn {
	position: relative;
	width: auto;
	margin-top: 30.75rem !important;
	left: 20px;
	position: fixed;
	right: 20px;
	z-index: 500;
	pointer-events: none;
}

.ziro {
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	border-right: 1px solid rgba(255, 255, 255, .1);
	color: #f14452;
	margin-right: 20px;
	padding-left: 24px;
	padding-right: 24px;
}

.user-media-page-header-empty {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100px;
	padding: 100px 0 80px;
	position: relative;
}

.faimga i {
	font-size: 100px;
}

.faimga h2 {
	font-weight: 500;
	margin-top: 40px;
	font-size: 1.5rem;
	line-height: 1.813rem;
}

.faimga h3 {
	font-weight: 500;
	margin-top: 20px;
	opacity: .6;
	font-size: 1rem;
}

.manblogty {
	background-color: #222;
	border-radius: 4px;
	margin-top: 20px;
	padding: 28px;
}

.background-ligh {
	padding: 8px 5px;
}

.a11y-button {
	align-items: center;
	color: rgba(248, 248, 248, .8);
	display: flex;
	font-size: 15px;
	padding: 6px 10px;
	white-space: nowrap;
	width: 100%;
}

.mnbuyt {
	border-top: 1px solid rgba(248, 248, 248, .1);
	color: rgba(248, 248, 248, .6);
	display: flex;
	font-size: 13px;
	margin: 12px 10px 6px;
	padding: 13px 0 0 5px;
	white-space: nowrap;
}

.jgfkfkd {
	background-color: #fff;
	color: #000;
	font-size: 30px;
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	padding: 10px 15px;
	margin: 0px 10px 0px 0px;
}

.mnbtopt {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

.accent {
	font-size: 20px;
	color: #fff;
}

.btmntro {
	background: #3e3f41;
	padding: 10px 20px;
	border-radius: 10px;
}

.league {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 24px;
}

.each {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 20px;
	margin: 12px 0 18px;
	opacity: .8;
}

.timbline {
	border-right: 1px solid rgba(255, 255, 255, .2);
	padding: 0 20px 0 0;
}

.color-league-grey {
	font-size: 18px;
	color: #9f9f9f;
}

.benefits {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: normal;
	margin: 55px 0 24px;
	text-transform: capitalize;
}

.profile-league-legend-benefit-item-header {
	font-size: 14px;
	letter-spacing: normal;
	line-height: normal;
	align-items: center;
	background: rgba(34, 34, 34, .6);
	border-radius: 8px;
	color: #fff;
	display: flex;
	font-weight: 700;
	height: 60px;
	margin: 0 0 10px;
	padding: 6px 12px;
}

.muytrpo {
	font-size: 14px;
}

.hatmnjhy {
	margin: 10px 0px;
}

.profile-benefits-table__title {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 14px;
}

.profile-benefits-table {
	margin: 80px 0 30px;
}

.profile-benefits-table__description {
	color: #fff;
	margin: 10px 0;
	opacity: .8;
}

.profile-benefits {
	background: #7229cd;
	border: none;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;

}

.profile-benefits {
	padding: 15px 15px;
	border-radius: 10px;
}

.profile-benefitsmn {
	padding: 15px 15px;
}

.tier-experience-table-container__table-overlay {
	background: rgba(248, 248, 248, .06);
	border-radius: 8px;
	flex: 1;
	padding: 15px 24px;
}

.mnbottamn {
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	padding: 15px 0px;
}

.empty-list-title {
	margin-bottom: 10px;
	opacity: 0.9;
	font-size: 1.5rem;
	line-height: 1.938rem;
	letter-spacing: -0.01rem;
}

.empty-list-description {
	margin-bottom: 0px;
	opacity: 0.6;
	white-space: pre-line;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: -0.006rem;
}

.mnaciimg i {
	font-size: 337px;
}

.mnbottam {
	align-items: center;
}

.dsfhsdh {
	padding: 10px 20px;
	background-color: #8c50d6;
	border-color: var(--bs-btn-hover-border-color);
	color: #fff;
	border-radius: 10px;
}

.mnaciimgmlk {
	align-items: center;
}

.Pleasemail {
	color: #fff;
}

.mntenmark {
	background-color: rgba(29, 29, 29, 0.7);
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px;
}

.mntopyu {
	align-items: center;
	color: #f8f8f8;
}

.dfopan {
	align-items: center;
}

.mnjuyt-rt {
	margin-bottom: 20px;
	margin-top: 24px;
	opacity: .5;
	font-size: .75rem;
	line-height: 1.25rem;
}

.mnudet {
	font-size: .75rem;
	line-height: 1rem;
}

.nofont {
	font-size: .60rem;
}

.features {
	border-bottom: 1px solid rgba(248, 248, 248, .08);
}

.notified {
	color: rgba(248, 248, 248, .4);
	margin-top: 20px;

	font-size: .75rem;
	line-height: 1.25rem;
}

.roundimg {
	position: relative;
}

.text-post-tile {
	position: relative;
	background-color: #262626;
	border-radius: 8px;

}

.roundimg img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #e71a39;
}

.live-badge {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 12px;
	text-transform: uppercase;
	align-items: center;
	background-color: #e71a39;
	border: 2px solid #262626;
	border-radius: 4px;
	bottom: 12px;
	color: #fff;
	display: flex;
	height: 18px;
	justify-content: center;
	left: 52%;
	transform: translateX(-50%);
	width: 32px;
	position: relative;
}

.ktmnhold {
	align-items: center;
	padding: 10px 5px;
}

.textmnjhy {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 20px;
	margin-top: 20px;
	padding: 14px 20px;
	white-space: pre-wrap;
	word-break: break-word;
	border-bottom: 1px solid rgba(248, 248, 248, .08);
}



.mntoparrt {
	align-items: center;
}

.mntropmn {
	align-items: center;
}

.Favorite {
	color: #fff !important;
}

button:focus:not(:focus-visible) {
	display: none;
}

.like__btn {
	padding: 10px 15px;
	background-color: transparent;
	font-size: 18px;
	color: red;
	outline: none;
	margin-left: 10px;
	border: none;
	cursor: pointer;
}

.fa-regular {
	color: #fff !important;
}

#count {
	color: #fff !important;
}

.likemi {
	color: #fff;
}

.gallery-image {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.gallery-image img {
	height: 250px;
	width: 350px;
	transform: scale(1.0);
	transition: transform 0.4s ease;
}

.img-box {
	box-sizing: content-box;
	margin: 10px;
	height: 250px;
	width: 350px;
	overflow: hidden;
	display: inline-block;
	color: white;
	position: relative;
	background-color: white;
}

.caption {
	position: absolute;
	bottom: 5px;
	left: 20px;
	opacity: 0.0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
	height: 250px;
	width: 350px;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color 0.3s ease;
}

.img-box:hover img {
	transform: scale(1.1);
}

.img-box:hover .transparent-box {
	background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
	transform: translateY(-20px);
	opacity: 1.0;
}

.img-box:hover {
	cursor: pointer;
}

.caption>p:nth-child(2) {
	font-size: 0.8em;
}

.opacity-low {
	opacity: 0.5;
}

/* ----------- */
.edirfrofile {
	position: absolute;
	z-index: 9;
	top: -39px;
	right: 47px;
}

.edirfrofile button i {
	color: #fff;
}

.edirfrofile button {
	color: #fff;
}

.mntoparedit {
	align-items: center;
}

.Email-edit {
	color: #fff;
	margin-top: 20px;
}

.mnmodaldp h5 {
	font-size: 1.375rem;
}

.mnmodaldp {
	text-align: center;
	background: linear-gradient(to bottom, #7229cd 0, #8c50d6 100%);
}

.mnmodaldp h5 p {
	font-size: .875rem;
}

.centarmnjh {
	align-items: center;
}

.Tooltip-center {
	align-items: center;
}

.border-colorrt {
	border: 1px solid #fff;
	height: 10px;
	padding: 6px 0px;
}

.vertical i {
	font-size: 20px;
}

.content-wrapper--blured {
	filter: blur(5px);
}

.content-wrappermn {
	background-color: #000;
	overflow: hidden;
	position: relative;
	width: 100%;
	cursor: pointer;
}

/*.fanClub span i {
	color: #ff2a59;

}

.fanClub {
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 1;
	bottom: -36%;
	left: -47%;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: row;
}*/

.trailer {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	width: 100%;
	background-color: #00000094;
}

.modwithmn {
	width: 600px !important;
}

.mndog {
	width: 500px !important;
}

.plusling {
	line-height: 30px;
}

.avatarmsd {
	display: flex;
	font-size: 6px;
	height: 150px;
	width: 150px;
	background-color: #000;
	border-radius: 50%;
	border: 1em solid #ff1a1a;
}

.Chemnitznm {
	color: #ffad22;
}

.lkropnhg {
	border: 1em solid #ffad22 !important;
}

.Chemnitz {
	color: #ff1a1a;
}

.MJHY {
	color: #FFF;
}

.avatar-badgemng {
	bottom: 0em;
	position: absolute;
	right: 41em;
	z-index: 1;
	width: 50px;

	height: 50px;
	background-color: #ff1a1a;
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	text-align: center;
}

.bordmantre {
	line-height: 30px;
}
.menu-wrapper_section{ position:relative; }
/* My Documents page css start 21-05-2024 */

.custome_date_input_row_inner{ padding: 10px ; margin-top: 10px; border-top: 1px solid #f2f2f2;}
.custome_date_form .form-group{  display: flex; gap: 15px; align-items: center;   }
.custome_date_form .form-group .form-control{ font-size: 12px; background-color: #3a3a3a;   border: none !important;
    padding: 8px 16px; border:none !important }
.custome_label{ padding-bottom: 10px;}
.ok_button{ padding: 5px 10px;
    background-color: #7229cd;
    border-radius: 20px;
    color: #fff;}
.custome_label_white { white-space: nowrap;}

.my_documents_card_box {
	width: 100%;
	background-color: #291e3b;
	transition: 0.2s ease-in;
	z-index: 11;
	border-right: 1px solid #110525;
	padding: 15px;
	min-height: 85vh;
}
.min-height-auto{ min-height: auto;}

.sm_button_add,
.edit_button {
	display: inline-block;
	padding: 4px 15px;
	background: #110525;
	border-radius: 50px;
	color: #fff;
	border: 1px solid #ffffff40;
	transition: all 0.5s ease-in;
}

.sm_button_add:hover,
.edit_button:hover {
	background: #ffff;
	color: #110525;
	border: 1px solid #110525;
}


.my_documents_card_box_tab ul {
	display: flex;
	padding: 0;
	margin: 0;
	gap: 15px;
	align-items: flex-start;
}

.my_documents_card_box_tab ul li {
	list-style: none;
	text-align: center;
}

.my_documents_card_box_tab p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 4px;
}


.my_documents_card_box_tab {
	border-top: 1px solid #dddddd9f;
	margin: 15px 0 0;
	padding-top: 15px;
}

.my_documents_card_box_tab button {
	background: transparent;
	border: none;
}

.circle_box {
	width: 90px;
	height: 90px;
	display: inline-flex;
	align-items: center;
	border-radius: 50%;
	background-color: #110525;
	justify-content: center;
	color: #fff;
	font-size: 25px;
	margin: 0 auto;
	border: 2px solid #110525;


}


.complated_add .circle_box {
	border-color: #fff;
}

.add_newPerson .circle_box {
	border-color: #467e0e;
	background-color: #467e0e;
}


#multistepsform h2 {
	margin-bottom: 20px;
}

/* Hide all steps by default: */
.tab {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	gap: 16px;
}

.tab {
	display: none;
}

.formBox {
	display: flex;
	align-items: center;
	gap: 10px;
}

.formBox label {
	font-size: 16px;
	font-weight: 600;
	width: 30%;
}

.formBox .form-select,
.formBox .form-control {
	width: 70%;
	color: #fff;
}



.formBox .form-select option {
	color: #fff;
}


.broadcast_body .form-control{     background-color: #393939 !important; }


.next_buttonStep {
	display: inline-block;
}

.startVerification h3 {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.startVerification h3 i {
	background-color: #467e0e;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	margin-right: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.alert_box_alert {
	font-size: 18px;
	font-style: italic;
	padding: 10px 0;
}

.multi-step-form_first {
	display: inline-flex;
	gap: 15px;
	flex-direction: column;
	width: 100%;
}

.next-step,
.prev-step,
.btn-success {
	letter-spacing: .02em;
	padding: 8px 20px;
	width: 250px;
	transition: 90ms ease-in-out;
	background: linear-gradient(to bottom, #7229cd 0, #8c50d6 100%);
	color: #fff;
	border-color: transparent;
	font-size: 1rem;
	margin-bottom: 10px;
	margin-top: 30px;
	transition: transform .2s;
	border-radius: 2rem;
}

.prev-step {
	background: rgba(255, 255, 255, .1);
}


.formStep_row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

.button_uploadmethod {
	display: flex;
	gap: 15px;
}

button.next_upload {
	letter-spacing: .02em;
	padding: 8px 20px;
	transition: 90ms ease-in-out;
	background: linear-gradient(to bottom, #7229cd 0, #8c50d6 100%);
	color: #fff;
	border-color: transparent;
	font-size: 1rem;
	margin-bottom: 10px;
	margin-top: 30px;
	transition: transform .2s;
	border-radius: 2rem;
}

#multi-step-form {
	overflow-x: hidden;
}

/* My Documents page css End 21-05-2024 */
.img-containermn a img {
	border-radius: 5px;
	margin-right: 20px;
}

.passportsige {
	display: flex;
	padding: 10px 10px;
}

.robin-key p {
	color: #000;
}

.passportsige-bottm {
	background-color: #fff;

	border-radius: 5px;
}

.bgregcolor {
	background-color: #fdcf81;
	padding: 20px 10px;
	border-radius: 0px 0px 5px 5px;
}



#mntopareditStep {
	display: none
}

#user_info_id {
	display: flex;
}

/* ------------- */
.optional-link {
	color: #fff;
}

.inputcolor {

	border-radius: 10px;
	border: 1px solid #fff;
}

.modal-border-top {
	border-top: 1px solid;
}

.Cancel-Done {
	margin-top: 9px;
}

.dimhg {
	margin: 0px 10px;
}

.ltn__category-item-5 a {
	padding: 40px 25px 35px;
	display: block;
	position: relative;
	background-color: #000;
	border: 3px solid red;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 15px 0px;
}

.mnintetu a {
	border: 3px solid #ffad22;

}

.mnhotal {
	color: #ffad22;
}

.dcontent {
	font-size: 52px;
	align-items: center;
	line-height: 12px;
}

.ltn__category-item-5 a .category-btn {
width: 35px;
  height: 35px;
  line-height: 35px;
	background-color: red;
	display: block;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	position: absolute;
	bottom: -12px;
	right: 23%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);

}

.mnintetu a .category-btn {
width: 35px;
  height: 35px;
  line-height: 35px;
	background-color: #ffad22;
	display: block;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	position: absolute;
	bottom: -12px;
	right: 23%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}
.d-flex.box_wirth_s {
  width: 42%;
}
.UltimateBawal {
	color: #ffad22;
}

.UltimateBawalmj {
	color: red;
}

.testimonials-info {
background: rgb(43, 43, 43);
  border-radius: 10px;
  margin-top: 20px;
  padding: 16px;
}

.box_iocb_dh i{
  font-size: 20px;
  color: #fff;
}
.testimonials-info__row {gap: 8px}
.videosmn i {
	font-size: 30px;
	margin-right: 20px;
}
 .tital_dr h6{
  font-size: 18px;
}
 .tital_dr p{
  font-size: 14px;
  font-weight: 300;
  margin: 0px;
}
.testimonials_info_cheng{padding: 15px;
  margin-left: 30px;}
.mnrespons {
	position: relative;
}

/*.media-access-overlay__inner {
	position: absolute;
	top: 31%;
	right: 31%;
}

.mediaiconmn {
	text-align: center;
}

.mediaiconmn i {
	color: #fff;
}

.mediaiconmn span {
	color: #fff;
}*/

.Private-Show {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}

.left-right {
	border-left: 1px solid;
	border-right: 1px solid;
}

.Clubmn {
	color: #fff;
}

.video-duration {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 4px;
	bottom: 79px;
	color: rgba(255, 255, 255, .8);
	padding: 1px 4px;
	position: absolute;
	right: 23px;
	z-index: 1;
	font-size: .75rem;
}

.mediaiconmn i {
	color: #7229cd;
}

/*.header-sub {
	padding-top: calc(62px + 10px);
}
*/
.header-submnh {
    background-color: #141414;
    overflow-x:auto;
    display: flex;
    scrollbar-color: #323232 #141414 !important;
    scrollbar-width: thin;
    white-space: nowrap;
    gap: 0px;
    padding: 10px 25px ;
}

.defaultimg {
	width: 50px !important;
	height: 50px !important;
	background-color: #029f56;
	border-radius: 50%;
}

.broadcast_body {
	background-color: #000;
	padding: 50px 0;
}

.broadcast_body .accordion-item {
	background-color: #000;
}

.Broadcast-content {
font-size: 14px;
  padding: 4px 15px;
  background: transparent;
  border: 2px solid #141414;
    border-radius: 25px;
}
.Broadcast-content.active {
color: #fff;
  background: #7229cd;

  border: 2px solid #7229cd;

}
.Broadcast-content:hover {
color: #fff;
  background: #7229cd;
  border: 2px solid #7229cd;

}


.homenot-found {
	padding-top: calc(150px + 10px);
}

.homenot-found i {
	font-size: 50px;
}


.tabpanelmnh {
	max-width: 500px;
	margin: auto;
}

#drop-area {
	border: 2px dashed #aaa;
	padding: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;

	min-height: 1.5in;
	flex-direction: column;
	gap: 10px;
	cursor: pointer;
}

.teliphonmn {
	width: 80px !important;
	height: 80px !important;
	border-radius: 50%;
	background-color: #029f56;
}

.teliphonmn img {
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	min-height: 80px;
}

.refrrelmn {
	padding: 10px;
	background-color: #291e3b;
	border-radius: 5px;
}

.parsanteg {
	color: #bb9903;
}

.parsantagn {
	color: #0072a7;
}

.middlcalas {
	align-items: center;
}

.box-middals {
	padding: 10px;
	background: rgba(0, 0, 0, .12);
	border-radius: 5px;
	align-items: center;
	display: flex;
	margin-top: 10px;
}

.heartmn {
	margin-top: 20px;
	border-top: 1px solid;
}

.box-middals span {
	display: flex;
}

.box-middals span h5 {
	margin-left: 10px;
}

.middalmn {
	align-items: center;
	display: flex;
	gap: 15px;
}

.drop-text {
	font-size: 18px;
	color: #888;
}

.contenboxnet {
	margin-left: 15px;
}

.statsmnbg {
	background-color: #291e3b;
	padding: 30px 15px;
	border-radius: 10px;
}

.mnbondpoiu {
	border-right: 1px solid;
	/* text-align: center; */
	/* margin: auto; */
	justify-content: center;
}

.mnbondpoiuim {
	justify-content: center;
}

.maddoffmn {
	margin: 0px 10px;
}

.statsmnh {
	align-items: center;
}

.boxlinetop {
	background-color: #291e3b;
	border-radius: 10px;

	padding: 30px 15px;

}

.userimgicon {
	background-color: #000;
	padding: 20px;
	border-radius: 50%;
}

.mnhonterut {
	align-self: flex-start;
	color: rgba(248, 248, 248, .8);
	flex: 0 0 20%;
	min-width: 230px;
	overflow: hidden;
	padding-right: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mntrifimn i {
	font-size: 20px;
	margin-right: 20px;
	color: #029f56;

}

.settingiconimg {
	background-color: #000;
	width: 40px;
	height: 40px;
}

.therepiuy {
	position: relative;
	bottom: -50px;
	color: #fff;
	z-index: 9;
	right: -23px;
	font-size: 16px;
	/* left: 38px; */
	/* padding-right: 44px; */
	/* margin-right: 14px; */
}

.mnhuytre {
	position: relative;
	bottom: -51px;
	z-index: 9;
	height: 15px;
	width: 75%;
	right: -33px;
}

.progress,
.progress-stacked {
	background-color: #2b2b2b;
}

.number_progress_show {
	position: relative;
	overflow: visible;
}

.number_progress {
	position: absolute;
	right: 0;
	top: -20px;
}


.accordion .accordion-item .accordion-button:not(.collapsed) {
	border: none !important;
	background-color: #141414 !important;
	box-shadow: none;
}

.accordion .accordion-item .accordion-button {
	border: none !important;
	background-color: #141414 !important;
	box-shadow: none;
}

.accordion-button::after {
background-color: #2b2b2b;
  border-radius: 10px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
}
/*.accordion-button:not(.collapsed)::after{
content: "\ea5f";
  transform: none;
  font-family: tabler-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}*/
.progress-bar {

	background-color: #7229cd;
}

.Setting_step_content_row {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
}

.mntoparedit .accordion-button {
	padding: 20px;
}

.Setting_step_content_row svg {
	width: 30px;
	height: 30px;
	fill: #fff;
}

.Setting_step_content_right h3 {
	font-size: 18px;
	color: #ccc;
	margin-bottom: 10px;

}

.step_done {
	color: #fff;
	font-weight: 300;
}

.Setting_step_content_right {
	width: calc(100% - 150px);
}

.Setting_step_content_show {
	background: #141414;
	padding: 20px 60px 30px;
}

.Setting_step_content_collapse ul li {

	list-style: none;
	position: relative;
	line-height: 32px;
	font-weight: 200;
	letter-spacing: 0.5px;

	font-size: 15px;
}

.Setting_step_content_collapse ul li a {
	color: #ffffffb5;
	padding: 11px 35px;
	width: 100%;
	border-bottom: 1px solid #dddddd1a;


}

.Setting_step_content_collapse ul li a:hover {
	background-color: rgba(0, 0, 0, .2);
}

.Setting_step_content_collapse ul li.Step_done_dot span {
	font-weight: bold;
	color: #fff;
}

.Setting_step_content_collapse ul li.Step_done_check a {
	color: #979797;
}

.Setting_step_content_collapse h2 {
	font-size: 18px;
	margin-top: 20px;
}

.Step_done_dot a::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 25px !important;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #fff;
}

.Step_done_check a::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 16px;
	transform: rotate(45deg);
	height: 1em;
	width: 0.5em;
	border-bottom: 0.15em solid #4cb84c;
	border-right: 0.15em solid #4cb84c;
}


.tooltip-inner {
	background-color: #000 !important;
	color: #fff;
	font-size: 14px;
	max-width: 350px;
	width: 350px;
	min-width: 350px;
	padding: 10px;

}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #000 !important;
}

.accordinmhju {
	box-shadow: none !important;
	border: none !important;
	border-radius: inherit !important;
}

.mntrifimn {

	border-bottom: 1px solid;
}

.paddinbottamsd {
	padding-bottom: 100px !important;
}

.fan-club {
	background: rgba(0, 0, 0, .12);
	padding: 16px;
	align-items: center;
}

.fan-club span i {
 
  font-size: 75px;
  color: #fff;

}

.fan-clabcontent label {
	color: #fff;
}

.madsfan-club-fidm {
	align-items: center;
	margin-top: 20px;
	border-bottom: 1px solid;
	padding: 20px 0px;
}

.madsfan-club-con span {
	margin: 0px 10px;
}

/* --------27--05-2024-start---------- */
.local-time {
	display: flex;

}

.green {
	color: #7229cd;

}

.red {
	color: red;

}

.pills-couplesmn i {
	font-size: 50px;
}

.pills-couplesmn {
	text-align: center;
}

/* --------27--05-2024-end---------- */
.adipisicing {
	text-align: justify;
}

.box-adipisicing {
	background-color: #291e3b;
	padding: 20px 20px;
}

.box-adipisicing {
	text-align: center;
}

.textareamnhg {
	font-size: 18px;
	color: #fff;
}

.fan-clobrtmn {
	background-color: #291e3b;
	padding: 10px 15px;
}

.otc-local {
	background-color: #291e3b;
	padding: 10px 10px;
	margin: 10px 0px;
}

.toparmnhy {
	background-color: #7229cd;
}

.mndropiuyt {
	transform: inherit !important;
	inset: inherit !important;
}

.mnbhgt {
	background-color: #000;
	height: 0.4rem;
	left: 0;
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	transition: 0.4s ease;
	width: 0%;
	z-index: -1;
}

.circlemnjhpo {
	background-color: transparent !important;
	border: 3px solid #7229cd !important;
}

.circlemnjh {
	background-color: #7229cd !important;
	border: 3px solid #7229cd !important;
}

.mncrilkj {
	background-color: #7229cd !important;
	border: 3px solid #7229cd !important;
}

.circle {
	align-items: center;
	background-color: #000;
	border: 3px solid #000;
	/* border-radius: 50%; */
	color: #fff;
	display: flex;
	height: 2rem;
	justify-content: center;
	transition: 0.4s ease;
	width: 2rem;
	z-index: 1;
}

.dimardfjhgmn-container {
	display: flex;
	justify-content: space-between;
	max-width: 91vw;
	position: relative;
	width: 18rem;
}

.difoldmnjhjkiu::before {
	background-color: transparent !important;
}

.difoldmnjh::before {
	background-color: #7229cd !important;
}

.mentoyutr::before {
	background-color: #7229cd !important;
}

.dimardfjhgrt-container::before {
	background-color: #000;
	content: "";
	height: 0.4rem;
	left: 2px;
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	width: 98%;
}

.dimardfjhgmn-container::before {
	background-color: #000;
	content: "";
	height: 0.4rem;
	left: 2px;
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	width: 98%;
}

.madoff {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid;
	padding-bottom: 15px;
}

.hittanmnky {
	margin-right: 18px;

}

.hittanmnkn {
	margin-right: -17px;
}

.hittanmn {
	margin-right: 22px;
}

.hittanmnk {
	margin-right: 24px;
}

.madofficemnmnj {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: inherit !important;
	padding: 20px 0px;
}

.madofficemn {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid;
	padding: 20px 0px;
}

.stoortrt {
background-color: #141414;
  padding: 20px;
  height: 170px;
  border-radius: 10px;
  position: relative;
}

.leavebox {
	background-color: #141414;
	padding: 20px;
	border-radius: 10px;
}

.leavecontent h5 {
	min-height: 45px;
}

.leavecontent {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}


.leaveimg img {
	border-radius: 10px;
}

.leavedark {
	color: #716f74;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}

.lineroop {
	background-color: #141414;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	line-height: 34px;
	margin-right: 10px;
	display: inline-flex;
	justify-content: center;
}

.Strip_content_box {
	width: calc(100% - 100px);
}

.Strip_content_box_info .btn.btn-secondary {
	padding: 0;
	background-color: transparent;
	border: none;
}

.number_content {
	color: #fff;
	font-size: 18px
}

.stoortmnicon.d-flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 15px;
}

.Strip_content_box h6{
  font-size: 14px;
  font-weight: 400;
  color: #686868;
  margin-bottom: 5px;
}
.leaveimg img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}


.show-more {
	cursor: pointer;
	border: 1px solid #141414;
	background: #141414;
	padding: 7px 14px;
	font-weight: 600;
	text-align: center;
	border-radius: 7px;
	color: #fff;

}

.show-more:hover {
	border-color: #7229cd;
	background: #7229cd;
	color: #fff;
}

.leavecontent a {
	color: #fff;
	text-decoration: underline;
}

.leavecontent a:hover {
	color: #7229cd;
	text-decoration: none;
}

.show-more-height {
	overflow: hidden;
	max-height: 44px;
}

.show-more_set:hover {
	border-color: #fff;
}

.stoortmnicon p {
	margin-bottom: 0px;
}

.stoorset {
	font-size: 40px;
}

.stoortmn {
	display: flex;
	justify-content: space-between;
}

.be-careful {

	margin: 20px auto;
}

.be-careful img {
	width: 300px;
}

.be-careful-content ul li {
	padding: 5px 0;
	list-style: inside;
}

.be-careful-content ul {
	padding: 10px 0px;
}

.be-careful-content ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.set-up-buttan {}

.mnhothere {
	min-width: 250px;
}

.mnhothere:hover {
	color: inherit !important;
}

.metttarnmbhg {
	background-color: #141414;
	height: 336px;
	justify-content: center;
}

.topbgcolor {
	background-color: #0e0e0e;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #323232;
	padding: 10px 10px;
	align-items: center;
}
.offilinelineb  h4{ 
	font-size: 14px;
}
.offilinelineb  h4 span{ color:#7c7c7c ;}
.offilinelineb i { font-size: 14px;}
 
.offlinefil i {
	font-size: 13px;
	color: red;

}

.setting-line {
	padding: 10px 10px;
	background-color: #141414;
	border-top: 1px solid #323232;
}

.mnmettar-rt {
	padding: 10px 10px;
	background-color: #141414;
}

/* ----------- */
@media screen and (max-width: 359px) {
	.left-wrapper {
		align-items: center;
		display: block;
		flex-direction: row;
	}

	.profile-cover__info {
		display: block !important;
	}
}

@media screen and (max-width: 420px) {
	.left-wrapper {
		align-items: center;
		display: block;
		flex-direction: row;
	}

	.profile-cover__info {
		display: block !important;
	}

}

@media screen and (max-width: 520px) {
	.profile-cover__info {
		display: block !important;
	}

}


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

.compose-bg {
	background-color: #000;
	height: 36px;
	padding: 0px 5px;
	line-height: 36px;
	border-radius: 22px 0px 0px 19px;
}

.conversation-compose {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	overflow: hidden;
	height: 40px;
	width: 100%;
	z-index: 2;
}

.conversation-compose div,
.conversation-compose input {
	background: #000;
	height: 100%;
}

.conversation-compose .emoji {
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	border-radius: 50% 0 0 50%;
	flex: 0 0 auto;
	margin-left: 8px;
	width: 38px;
	height: 38px;
}

.conversation-compose .input-msg {
	border: 0;
	flex: 1 1 auto;
	font-size: 14px;
	margin: 0;
	outline: none;
	min-width: 50px;
	height: 36px;
	color: #fff;
}

.mnmsnhtrtgg {
	display: flex;
	justify-content: space-between;
}

.conversation-compose .photo {
	flex: 0 0 auto;
	border-radius: 0 30px 30px 0;
	text-align: center;
	width: auto;
	display: flex;
	padding-right: 6px;
	height: 36px;
	padding-left: 10px;
}

.setting-linemnh {
background-color: #393939;
  padding: 10px 10px;
  border-radius: 5px;
}

.conversation-compose .photo img {
	display: block;
	color: #7d8488;
	font-size: 24px;
	transform: translate(-50%, -50%);
	position: relative;
	top: 50%;
	margin-left: 10px;
}


.conversation-compose .send {
	background: transparent;
	border: 0;
	cursor: pointer;
	flex: 0 0 auto;
	margin-right: 8px;
	padding: 0;
	position: relative;
	outline: none;
	margin-left: .5rem;
}
.conversation-compose .send .circle {
	background: #7229cd;
	border-radius: 14%;
	color: #fff;
	position: relative;
	width: 63px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.conversation-compose .send .circle i {
	font-size: 24px;
	margin-left: 1px;
}
/* Small Screens */
#drop-area {
	border: none;
	background-color: #141414;
}
.mnytrlopiu i {
	font-size: 20px;
}
/* .boetcons {
	background-color: #000;
	padding: 10px 10px;
	border-radius: 15px;
} */

.rendamradod {
	padding-top: calc(100px + 10px) !important;
}

.handjob {
	background-color: #7229cd;
	padding: 5px 10px;
	border-radius: 20px;
	margin: 0px 3px;
}

.handjob i {
	font-size: 14px;
}

.page-block h5 {
	border-bottom: 1px solid;
	padding-bottom: 15px;
}

.public-shows {
border-bottom: 1px solid #414141;
  padding: 10px 20px;
  border-top: 1px solid #414141;
}

.public-shows-seddo {
background: rgba(0, 0, 0, .12);
  padding: 15px;
  box-shadow: rgba(226, 226, 226, 0.2) 0px 7px 29px 0px;
  margin: 10px;
}

.ntiptopiuy i{
background-color: #7229cd;
  border-radius: 75px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 25px;
}


.consectetur {
	color: #cf9b00;
	font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.public_shows_two{
  border-bottom: 1px solid #414141;
  padding: 0px 0px 20px 0px;
}
.tital_hh_p{
  font-size: 12px;
  font-weight: 500;
  padding-top: 0px;
  padding-left: 50px;
}
.ntiptopiuymn {
	padding: 8px 8px;
	border-radius: 5px;
	background-color: #7229cd;
}

.box-zone {
background-color: #393939;
  border-radius: 5px;
  padding: 10px 15px;
  margin-top: 15px;

}

.tital_h_f {
 
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px;
  display: flex;
  gap: 8px;

}
.input_box_top_s .top-ckdf-d{
  width: 96%;
  margin: auto;
    margin-top: auto;
  padding: 10px 20px;
}
.input_box_top_ss{padding: 20px 20px 15px 20px;}
.border_bott{ border-bottom: 1px solid #414141;padding: 15px 0px;}
.border_bott h6{
  font-size: 16px;
  padding-bottom: 5px;
}
 .border_bott p{
  font-size: 13px;
  color: #646464;
}
.input_box_top_ss p{
  font-size: 14px;
  color: #646464;
}
.input_box_top_s{padding: 0px 20px 15px 20px;}
.redoho_botton{padding: 0px 20px 15px 20px;  border-bottom: 1px solid #414141;}
.box_border_s{  border-bottom: 1px solid #414141 !important; padding-bottom:15px !important;}
.box_top_padding_clss{padding: 10px 20px;}
.badge-alert-medium {
background-color: #cf9b00;
  color: #000;
  font-weight: 700;
  padding: 0px;
  line-height: 15px;
  font-size: 11px;
  text-align: center;
  width: 15px;
  height: 15px;
}
.sit-amet p{font-size: 14px;
  padding-top: 5px;}
.sit-amet img {
	width: 100px;
}
.box_top_d_s{padding: 0px}
.Offlinemn-Status {
	align-items: center;
  background: #393939;
  padding: 10px;
  border-radius: 10px;
}

.Offlinemn-Status i{
font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
  display: inline-block;
}
.p_class{
  font-size: 14px;
  padding: 15px;
}
.gettioklhty {
	font-size: 12px;
}
.button_top_d{
  border-radius: 50px;
}
.addemailcontline {
	border-bottom: 1px solid #414141;
}
.p_top_dhr_d{
  font-size: 14px;
  color: #646464;
}
.metartcntroliu i {
	font-size: 25px;
	margin-right: 10px;
	line-height: 38px;
}

.metartcntrkl i {
	font-size: 23px;
	margin-left: 10px;
	line-height: 35px;
}

.Tip-menuboxtop {
padding: 10px;
  background-color: #3a3a3a;
  border-radius: 10px;
  margin-top: 10px;
}

.badge-alert-mediummn {
	background-color: #ffc107;
	color: #000;
	font-weight: 700;
	/* padding: 1px 7px; */
	height: 24px;
	line-height: 17px;
	/* width: 30px; */
	font-size: -1px;
	text-align: center;
}

.badge-alert-mediummn i {
	font-size: 12px;
}
.top-ckdf-d {
  width: 96%;
  margin: auto;
    margin-top: auto;
  margin-top: auto;
  padding: 10px 20px;
}

h5 {
	border-bottom: none !important;

}

.plusling i {
  font-size: 14px;
  padding: 0px 5px;
}

.treeminar i {
	font-size: 14px;
}

.mihgyurt {
	background: #393939;
  padding: 10px 15px;
  border-radius: 5px;
}

.midaltigrtye {
	border-left: 3px solid #7229cd;
	padding: 0px 10px;
}

.copy-link {
	--height: 36px;

	display: flex;
	max-width: 250px;
}

.copy-link-input {
	flex-grow: 1;
	padding: 0 8px;
	font-size: 14px;
	border: 1px solid #000;
	border-right: none;
	outline: none;
	background-color: #000;
	color: #fff;
}

.copy-link-input:hover {
	background: #eeeeee;
}

.copy-link-button {
	flex-shrink: 0;
	height: var(--height);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #7229cd;
	color: #fff;
	outline: none;
	cursor: pointer;
}

.mnteliphon img {
	width: 82px !important;
}

.privatebox {
	background-color: #3a3a3a;
	padding: 10px 15px;
	border-radius: 5px;
}

.hearticonlki span i {
background-color: #3a3a3a;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  font-size: 35px;
  color: #fff;
}
.spying_h_top{font-size: 22px;
  gap: 8px;
  padding: 5px 0px;}
.heart_tital {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.box_button{font-size: 16px;
  padding: 10px 25px;}
  .trip_mn_tropt_top{background: #141414;
  border-color: #141414;
  padding: 6px 12px;
  font-size: 12px;}
.privatebox_onr_d h6{
  display: flex;
  align-items: center;
  gap: 5px;
}
.page_book_bacle_one{background: rgb(114,41,205);
  background: linear-gradient(191deg, rgba(114,41,205,1) 0%, rgba(20,20,20,1) 37%);}
  .page_book_bacle_one .hearticonlki span i{background-color: #ffb01a;}
  .spying_h_top_two{color: #ffb01a}

   .page_book_bacle_one .heart_tital{color: #ffb01a}
   .page_book_bacle_one .box_button {
  font-size: 16px;
  padding: 10px 25px;
  background: #ffb01a;
  color: #000;
  border-color: #ffb01a;
}
.spying_h{font-size: 22px;
  gap: 8px;
  padding: 20px 0px;}
.privatebox_onr_d h6 span i{font-size: 20px}

.youcantyu {
	padding: 10px 10px;
	background-color: #393939;
	border-radius: 10px;
}
.youcantyu span{background-color: #3a3a3a;
  border-radius: 100px;
  width: inherit;
  height: inherit;
  display: inline-block;
  line-height: inherit;
  border: 1px solid #fff;
  padding: 6px 12px;
  margin-left: 5px;
  margin-top: 5px;}
.hearticonlki {
	text-align: center;
	padding: 20px;
}

:not(.btn-check)+.btn:active {

	border-color: inherit !important;

}

/* ----------------------- */
.difoltmndf {
width: 94px;
  height: 32px;
  border-radius: 20px;
  margin: 5px 5px;
  font-size: 12px;
  padding: 9px;
  border-color: #393939;
  color: #fff;
  background-color: #000;
  padding: 0 10px;
}

.bell-iconmnhg i {
	font-size: 100px;
}
.box_p_sapn_s span{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.box_p_sapn_s1 span{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  width: 50%;
}

.modal-header .btn-close {
	background-color: #fff;
}

.mntopiyu {
	width: 100%;
	height: 35px !important;
	font-size: 14px !important;
}

.mntopiyu:hover {
	background-color: #601ab7;
	color: #fff;
}

.dropmenu-top {
	border: none;
	color: #fff;
}

.square i {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.menu-icon-top-tip i {
	font-size: 20px;
	margin: 0px 10px;
	line-height: 13px;
	color: #fff;
}

.dropmenu-topmnu:hover {
	background-color: #291e3b  !important;
    color: #fff;
}
.dropmenu-topmnu:focus{ color: #fff;}
.mntopart-ftp {
	padding: 0;
}

.hkhodart-mn i {
	font-size: 28px;
}

.nav-pills .nav-link.active {
	color: #fff;
}

.brodcast-center-mna {
	padding: 5px 10px;
	background-color: #7229cd;
	border-radius: 20px;
	color: #fff;
}


.dropmenu-top {
	color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	cursor: pointer;

}

.brodcast-center-mna:hover,
.dropmenu-top:hover {
	color: #7229cd;
	background-color: #fff;
}

.mntrop-mn {
	padding: 0 !important;
}

.hertmn_top_icon {
	color: #fff;
	margin: 0px 14px 0px 0px;
}

.hertmn_top_icon:hover {
	color: #fff;
}


a:hover {
	color: #fff;
}

#AddFormStep {

    max-width: 750px !important;}


/* new my-style css start */

/* ----------- */
.agreement-root {

	background: #110525;
	height: 100vh;
}

.content-wrapper {
	padding: 70px 20px 30px;

}

.content-container {
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}

.site-description {
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
	color: #fff;
	font-weight: 500;
}

.buttan {
	background: linear-gradient(to bottom, #7229cd 0, #8c50d6 100%);
	color: #f8f8f8;
	transition: 90ms ease-in-out;
	font-weight: 700;
	margin: 20px 0 0;
	max-width: 335px;
	width: 100%;
	line-height: 48px;
	font-size: .938rem;
	border-radius: 2rem;
	border: initial;
}

.agreement-terms {
	color: rgba(248, 248, 248, .6);
	font-size: 12px;
	line-height: 20px;
	margin-top: 30px;
	padding: 0 20px;
}

.agreement-terms a {
	color: rgba(248, 248, 248, .8);
	text-decoration: underline;
}

.visitors-agreement-modal-divider {
	border-color: #fff;
	margin: 30px 0;
	opacity: .15;
}

hr {
	border: 0;
	border-top: .0625rem solid rgba(0, 0, 0, .1);
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.decline-link {
	color: rgba(248, 248, 248, .8);
	font-size: 12px;
	text-decoration: underline;
}

.decline-link:hover {
	color: rgba(248, 248, 248, .8);
	text-decoration: underline;
}

.warnings p {
	color: rgba(248, 248, 248, .6);
	font-size: 11px;
	line-height: 16px;
	margin-top: 20px;
	padding: 0 20px;
	letter-spacing: 0.031rem;
}

strong {
	font-weight: 700;
}

p {
	margin-bottom: 1rem;
	margin-top: 0;
}

.icon-rta-logo {
	height: 27px;
	margin-right: 25px;
	width: 59px;
	opacity: .6;

}

.icon-safe-labeling {
	height: 42px;
	width: 114px;
	opacity: .6;
}

.icon-asacp {
	height: 25px;
	margin-left: 25px;
	width: 66px;
	opacity: .6;
}

.icon-pineapple-support {
	height: 38px;
	margin-left: 25px;
	width: 38px;
	opacity: .6;
}

.background-wrapper {
	min-height: 100%;
	position: relative;
}

.visitors-agreement-bg-gradient {
	left: 0;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.visitors-agreement-bg-gradient__gender--no-gender {
	background-image: linear-gradient(180deg, #a2252d 0%, #000 50%);
	background-image: linear-gradient(180deg, #a2262e 0%, #000 50%);
	opacity: .5;
}

.visitors-agreement-bg-gradient__gender {
	background-image: linear-gradient(180deg, #000 0%, #000 50%);
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: opacity .2s ease-out !important;
	width: 100%;
	will-change: opacity;
}

.warnings a {
	color: rgba(248, 248, 248, .8);
	text-decoration: underline;
}

/* --------- */
/* -------login */
.login__form-wrapper {
	background: #291e3b;
	border-radius: 12px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
	padding: 32px;
	position: relative;
	text-align: center;
	width: 100%;
	padding: 40px 32px;
	max-width: 400px;
	margin: auto;
}

.bg_color {
	background: #3a2e4d;
	height: 100vh
}

.login__title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.login__form-and-social-auth {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}

.login__form-and-social-auth {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}

.inputcolor {
	background-color: #fff;
	border-color: transparent;
	border-width: 2px;
	height: 48px;
	letter-spacing: .02em;
	font-size: 1rem;
	border-radius: 40px;
	border: inherit;
	line-height: 20px;
	padding: 10px 20px;
	color: #000;
	width: 100%;
}

.inputcolor:focus {
	border-color: #437e45;
	box-shadow: 0 0 0 4px rgba(67, 126, 69, .3)
}

input:focus-visible {
	outline-offset: n;
}

.login-form__field {
	margin-bottom: 16px;
}

.logincek {
	margin-bottom: 16px;
}

.recaptcha {
	height: 64px;
	transform: scale(.84);
	transform-origin: 0 0;
}

.manwith {
	width: 304px;
	height: 78px;
}


.captcha {
	background: #291e3b;
	border: 1px solid #5c497b;
	border-radius: 5px;
	color: #4c4a4b;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 74px;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 500px) {
	.captcha {
		flex-direction: column;
	}

	.text {
		margin: .5em !important;
		text-align: center;
	}

	.logo {
		align-self: center !important;
	}

	.spinner {
		margin: 2em .5em .5em .5em !important;
	}
}

.text {
	font-weight: 500;
	margin-right: 1em;
	font-size: 9px;
	color: aliceblue;
}

.spinner {
	position: relative;
	width: 2em;
	height: 2em;
	display: flex;
	margin: 2em 1em;
	align-items: center;
	justify-content: center;
}

.captcha input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}  

input[type="checkbox"]+.checkmark {
	display: inline-block;
	width: 2em;
	height: 2em;
	background-color: #fcfcfc;
	border: 2.5px solid #c3c3c3;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

input[type="checkbox"]+.checkmark span {
	content: '';
	position: relative;
	/*
        position:absolute;
        border-bottom:3px solid;
        border-right:3px solid;
        border-color:#029f56;*/
	margin-top: -3px;
	transform: rotate(45deg);
	width: .75em;
	height: 1.2em;
	opacity: 0;
}

input[type="checkbox"]+.checkmark>span:after {
	content: '';
	position: absolute;
	display: block;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #029f56;
}

input[type="checkbox"]+.checkmark>span:before {
	content: '';
	position: absolute;
	display: block;
	width: 3px;
	bottom: 0;
	right: 0;
	background-color: #029f56;
}

input[type="checkbox"]:checked+.checkmark {
	animation: 2s spin forwards;
}

input[type="checkbox"]:checked+.checkmark>span {
	animation: 1s fadein 1.9s forwards;
}

input[type="checkbox"]:checked+.checkmark>span:after {
	animation: .3s bottomslide 2s forwards;
}

input[type="checkbox"]:checked+.checkmark>span:before {
	animation: .5s rightslide 2.2s forwards;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes bottomslide {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes rightslide {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

.logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	align-self: flex-end;
	margin: 0.5em 1em;
}

.logo img {
	height: 2em;
	width: 2em;
	margin-top: 12px;
}

.logo p {
	color: #9d9ba7;
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	margin: .4em 0 .2em 0;
}

.logo small {
	color: #9d9ba7;
	margin: 0;
	font-size: 8px;
}

@keyframes spin {
	10% {
		width: 0;
		height: 0;
		border-width: 6px;
	}

	30% {
		width: 0;
		height: 0;
		border-radius: 50%;
		border-width: 1em;
		transform: rotate(0deg);
		border-color: rgb(199, 218, 245);
	}

	50% {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		border-width: 4px;
		border-color: rgb(199, 218, 245);
		border-right-color: rgb(89, 152, 239);
	}

	70% {
		border-width: 4px;
		border-color: rgb(199, 218, 245);
		border-right-color: rgb(89, 152, 239);
	}

	90% {
		border-width: 4px;
	}

	100% {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		transform: rotate(720deg);
		border-color: transparent;
	}
}

::selection {
	background-color: transparent;
	color: teal;
}

::-moz-selection {
	background-color: transparent;
	color: teal;
}


.login-form .forgot-password-link {
	display: inline-block;
	padding-top: 5px;
	font-size: .875rem;
}

.login-form .forgot-password-link:hover {
	color: linear-gradient(to bottom, #7229cd 0, #8c50d6 100%);
}

.login-form__submit {
	width: 100%;
}

.mnbuttan {
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-weight: 400;
	margin: 0 6px 10px 0;
	outline: 0;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	font-size: .813rem;
	letter-spacing: .013rem;
	line-height: 1.813rem;
	border-radius: 2rem;
}

.btn-login-alternative {
	letter-spacing: .02em;
	padding: 8px 20px;
	transition: 90ms ease-in-out;
	background: #601AB7;
	color: #fff;
	border-color: transparent;
	font-size: 1rem;
	margin-bottom: 10px;
	margin-top: 30px;
	transition: transform .2s;
}

.Cookies_s .btn-login-alternative {
	letter-spacing: .02em;
	padding: 6px 16px;
	transition: 90ms ease-in-out;
	background: #601AB7;
	color: #fff;
	border-color: transparent;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 30px;
	transition: transform .2s;
	border: 1px solid #fff;
	display: inline;
}

.btn-login-alternative a {
	color: #fff;
}


.btn-login-alternative a:hover {
	color: #fff
}

.manbottm {
	margin: 52px 0 0;

}

.google-authorization-icon {
	color: #838383;
}

.google-authorization-icon img {
	width: 25px;
}

.third-party-authorization__separator {
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
}

.third-party-authorization--new-style .google-authorization-wrapper {
	max-width: 120px;
	width: 100%;
}

.third-party-authorization--new-style .third-party-authorization__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.google-authorization,
.third-party-authorization--new-style .twitter-auth {
	align-items: center;
	background: #fff;
	border: none;
	border-radius: 90px;
	align-items: center;
	padding: 10px 20px;
	transform: translateZ(0);
	margin: 10px 10px;
	display: flex;
}

.LoginWithoutPasswordLinkStyled\#Go {
	align-items: center;
	color: #fff;
	display: inline-block;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 0px;
}

.LoginWithoutPasswordLinkStyled\#Go:hover {
	color: #fff
}


/*login_g*/

.login_g {
	color: #fff;
	margin-top: 25px;
	text-align: center;
	display: block;
	transition: transform .2s;
}

.login_g:hover {
	color: #601ab7;
}

.login__form-wrapper p {
	color: #dbdbdb;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0;
}

.third-party-authorization__separator h3 {
	font-size: 16px;
	font-weight: 500;
}

.box_toi {
	letter-spacing: 0.5px;

	width: 80%;
	border-radius: 20px;
	padding: 10px 20px;
	text-align: center;
	background: rgba(255, 255, 255, .1);
	margin-bottom: 20px;

}


.box_top_s {
	max-width: none;
	border-top-left-radius: 12px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.box_login_d .btn-login-alternative {
	margin-top: 10px;
}

.box_topd_d {
	margin: 182px 0 0;
}

.top_icov_f {
	color: #fff
}

.top_icov_f:hover {
	color: #fff
}

.box_ri_d {
	box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
	border-top-left-radius: 0px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;

}


/* My Documents page css start 21-05-2024 */
.my_documents_card_box {
	width: 100%;
	background-color: #291e3b;
	transition: 0.2s ease-in;
	z-index: 11;
	border-right: 1px solid #291e3b;
	padding: 15px;
}

.sm_button_add,
.edit_button {
	display: inline-block;
	padding: 4px 15px;
	background: #110525;
	border-radius: 50px;
	color: #fff;
	border: 1px solid #ffffff40;
	transition: all 0.5s ease-in;
}

.sm_button_add:hover,
.edit_button:hover {
	background: #ffff;
	color: #110525;
	border: 1px solid #110525;
}


.my_documents_card_box_header_left {
	display: flex;
	align-items: center;
	gap: 10px;
}


.my_documents_card_box_tab ul {
	display: flex;
	padding: 0;
	margin: 0;
	gap: 15px;
	align-items: flex-start;
}

.my_documents_card_box_tab ul li {
	list-style: none;
	text-align: center;
	position: relative;
	padding-right: 30px;
}

.my_documents_card_box_tab ul li .form-check {
	position: absolute;
	top: 0;
	right: 0px;
}

.my_documents_card_box_tab ul li .form-check input[type="checkbox"] {
	opacity: 1;
	position: relative;
	z-index: 1;
		height: 16px;
  width: 16px;
}

.my_documents_card_box_tab p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 4px;
}


.my_documents_card_box_tab {
	border-top: 1px solid #dddddd9f;
	margin: 15px 0 0;
	padding-top: 15px;
}

.my_documents_card_box_tab button {
	background: transparent;
	border: none;
}

.circle_box {
	width: 90px;
	height: 90px;
	display: inline-flex;
	align-items: center;
	border-radius: 50%;
	background-color: #110525;
	justify-content: center;
	color: #fff;
	font-size: 25px;
	margin: 0 auto;
	border: 2px solid #110525;

}


.complated_add .circle_box {
	border-color: #fff;
}

.add_newPerson .circle_box {
	border-color: #467e0e;
	background-color: #467e0e;
}

.my_documents_card_box_body {

	background-color: transparent;
	transition: 0.2s ease-in;
	z-index: 11;
	padding: 15px;
	margin-top: 10px;
	display: none;
	margin: auto;
	min-width: 650px;
}

#AddFormStep .step h4 {
	text-align: center;
	margin-bottom: 40px;
}

#multistepsform h2 {
	margin-bottom: 20px;
}

.white_color {
	color: #fff;
}

.add_PersonRemove {
	position: fixed;
	bottom: 5px;
	width: calc(100% - 50px);
	left: 25px;
	right: 25px;
	z-index: 999;
}

.add_PersonRemove_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #291e3b;
	border-radius: 4px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	padding: 10px 20px;
	box-shadow: 0px -3px 13px 4px #110525d1;

}

.add_PersonRemove_left h2 {
	border-right: 1px solid #dddddd63;
	padding-right: 20px;
	margin: 0;
	font-size: 23px;
}

.add_PersonRemove_left {
	display: flex;
	align-items: center;
	gap: 20px;
}


.add_PersonRemove_right {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;

}

.add_PersonRemove_right .fill_button {
	display: inline-block;
	padding: 4px 15px;
	background: red;
	border-radius: 50px;
	color: #fff;
	border: 1px solid red;
	transition: all 0.5s ease-in;
}


.add_PersonRemove_right .outline_button {
	display: inline-block;
	padding: 4px 15px;
	background: transparent;
	border-radius: 50px;
	color: #fff;
	border: 1px solid #ffffff40;
	transition: all 0.5s ease-in;
}


/* Hide all steps by default: */
.tab {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	gap: 16px;
}

.tab {
	display: none;
}

.formBox {
	display: flex;
	align-items: center;
	gap: 20px;
}

.formBox label {
	width: 30%;
	text-align: left;
}
.formBox .form-control{
	width: 70%;
}
.form-select,
.formBox .form-control {
color: #fff;
  background-color: #393939;
}

.form-select {
	background-image: url('../../images/selec-arrow.svg') !important;
}  
 


#i_consent {
	width: 20px;
	height: 20px;
  padding: 0;
  float: none;
  margin-left: 0;
}

.startVerification .form-check{
	display: inline-flex;
}


.startVerification  .form-check-label {
  width: calc(100% - 30px);
}




.filter_button { text-align: left;}

.form-control:focus {
background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.next_buttonStep {
	display: inline-block;
}

.startVerification h3 {
	display: inline-flex;
	align-items: center;
	margin-bottom: 15px;
	color: #fff;
	text-align: center;
}

.startVerification h3 i {
	background-color: #467e0e;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	margin-right: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.alert_box_alert {
	font-size: 18px;
	font-style: italic;
	padding: 10px 0;
	color: #fff;
}

.multi-step-form_first {
	display: inline-flex;
	gap: 15px;
	flex-direction: column;
	width: 100%;
}

.next-step,
.prev-step,
.btn-success {
	letter-spacing: .02em;
	padding: 8px 20px;
	width: 250px;
	transition: 90ms ease-in-out;
	background: linear-gradient(to bottom, #7229cd 0, #8c50d6 100%);
	color: #fff;
	border-color: transparent;
	font-size: 1rem;
	margin-bottom: 10px;
	margin-top: 30px;
	transition: transform .2s;
	border-radius: 2rem;
}

.prev-step {
	background: rgba(255, 255, 255, .1);
}


.formStep_row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.button_uploadmethod {
	display: inline-flex;
	gap: 15px;
}

button.next_upload {
	letter-spacing: .02em;
	padding: 8px 20px;
	transition: 90ms ease-in-out;
	background: linear-gradient(to bottom, #7229cd 0, #8c50d6 100%);
	color: #fff;
	border-color: transparent;
	font-size: 1rem;
	margin-bottom: 10px;
	margin-top: 10px;
	transition: transform .2s;
	border-radius: 2rem;
}



#multi-step-form {
	overflow-x: hidden;
}

/* My Documents page css End 21-05-2024 */
.img-containermn a img {
	border-radius: 5px;
	margin-right: 20px;
}

.passportsige {
	display: flex;
	padding: 10px 10px;
}

.robin-key p {
	color: #000;
}

.passportsige-bottm {
	background-color: #fff;
	border-radius: 5px;
	display: inline-flex;
}

.bgregcolor {
	background-color: #fdcf81;
	padding: 20px 10px;
	border-radius: 0px 0px 5px 5px;
}


/*31-05-2024*/


/*.login_form_section{ padding:50px 0 }
    
    
      .page-wrapper .performer_sideBar{ display:none; }
    
     .page-wrapper.show-sidebar .performer_sideBar{ display: inline-block;}
    
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"] .performer_sideBar{
    
    top:73px;
    
    }
    */


@media (min-width: 992px) {
	.login_header {
		width: 100% !important;
		position: initial !important;
	}


}


footer {
	background: #291e3b;
	position: relative;
	z-index: 1;
	/*  padding-left: 287px; */

	padding: 30px 0 0
}


.selectpicker {
	width: auto;
	height: auto;
}

footer h2 {
	font-size: 20px;

}

footer ul li {
	border-bottom: 1px solid #594e6a;
	padding: 10px 0;
}

footer ul li a {
	color: #c4c3c5;
}

footer ul li a:hover {
	color: #fff;

}

.footer_button {
	padding-bottom: 20px;
}

.footer_copy_right {
	border-top: 1px solid #594e6a;
	padding: 15px 0;
	margin-top: 15px
}


.footer_copy_right span {
	display: inline-flex;
	background: #594e6a;
	width: 32px;
	height: 32px;
	border-radius: 25px;
	align-content: center;
	justify-content: center;
	justify-items: center;
	line-height: 32px;
	font-size: 12px;
}


.forgot_password_white {
	color: #fff;
}


.create_account_form_box {
	max-width: 800px;
	margin: 0 auto;
}

.login_form_section {
	padding: 0px 0 40px
}


input.inputmn {
	background: #fff;
	border-radius: 36px;
	color: #000;
	font-size: 13px;
	height: 40px;
	padding: 0 91px 0px 50px;
	transition: none;
	width: 100%;
	border: none;
	border-radius: 10px;
}

input.inputmn.show {
	border-radius: 10px 10px 0 0px;
}

.searchbuttanmn .icon {
	width: 20px;
}

.mnfletarmn {
	position: relative;
	left: 300px;
	bottom: 31px;
	cursor: pointer;
}

.searchbuttanmn {
	position: relative;
	bottom: 32px;
	left: 16px;
}

.dropbuttantr {
	margin-bottom: -29px;
}

/* The Modal (background) */
.ebcf_modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 61px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
}

/* Modal Content */
.scrollbarmnty {
	overflow-y: scroll;
	white-space: nowrap;
	height: 325px;
	scrollbar-width: thin;
	scrollbar-color: #110525 rgba(255, 255, 255, 0.5);
	padding-right: 15px;
}

.ebcf_modal-content {
	position: relative;
	background-color: #110525;
	margin: auto;
	padding: 20px;
	border: 1px solid #58378c;
	width: 368px;
	left: 10px;
	border-radius: 10px;

}

/* The Close Button */
.modalcolotrmn .ebcf_close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	line-height: 16px;
}


.ebcf_close:hover,
.ebcf_close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.dropkljnhtg[data-bs-popper] {
	top: 81% !important;
	left: inherit !important;
}

.dropkljnhtg {
	width: 353px;
	background-color: #110525;
	border: 1px solid #291e3b;
	border-radius: 10px;
	z-index: 300;
	margin-top: -2px !important;
	top: -10px !important;
	border-radius: 0px 0px 10px 10px;

}

.border-clogmn {
	border: none;
	background-color: #fff;
	border-radius: 20px;
}

.dropkljnhtg li h6 {
	padding: 10px 18px;
	font-size: 16px;

}

.dropkljnhtg li a {
	color: #fff;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 200;
	width: 100%;
}

.dropkljnhtg li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}


.drimendns li a {
	color: #fff;
}

.drimendns li {
	padding: 10px 0px;
}

.drimendns {
	border-bottom: 1PX solid;
	font-weight: 200;
}

.main_div_class {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.f_cood {
	display: flex;
	gap: 12px;
	align-items: center;
}

.Cookies_s {
	background: #2f2144;
	position: fixed;
	width: 100%;
	z-index: 999;
	bottom: 0px;
	padding: 5px 0px;
	border: 2px solid #4e4064;
}

.contact_box_f h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.contact_box_f p {
	margin-bottom: 0px;
	font-size: 12px;
}

.top_bar_menu #myTab {
	padding-left: 15px;
}

.top_bar_menu a:hover {
	color: #fff !important;
}

.categories_m_button {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.categories_m_button i {
	font-size: 20px;
	margin-right: 5px;
}

/* --------------------12-06-2024-start */
.tags-category__header {
	background: #170d26;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
	height: 25px;
	line-height: 25px;
	margin-bottom: 14px;
	overflow: hidden;
	padding: 0 10px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	width: calc(100% - 20px);
	font-size: .875rem;
}

.tags-category-group__body {
	display: grid;
	grid-gap: 30px 14px;
	grid-template-columns: repeat(6, 1fr);
}

.tags-category .tags-category__body {
	display: grid;
	grid-gap: 14px;
}

.tags-category__tag {
	font-weight: 500;
	color: rgba(248, 248, 248, .9);
	line-height: 16px;
	font-size: 15px;
	display: block;
	padding: 0 8px;
}

.tags-category--col3 {
	grid-column: span 3;
}

.mnuaimg {
	width: 24px;
	margin-left: 0;
	margin-right: 12px;
}

.droplmkjhh {
	border-radius: 10px;
	overflow-y: scroll;
	white-space: nowrap;
	width: 85%;
	max-width: 1200px;

}

.mntropuyt {
	width: 128px;
}

.timpusamnjuy {
	position: absolute;
	/* top: 36px; */
	top: 4px;
	background-color: #fff;
	right: 10px;
}


.mnrtypoiutre {
	display: flex;
	min-height: 70px;
}

.dropmnhgt {
	width: 100% !important;
	padding: 0px 16px;
}

.dinmndroplkj li {
	display: flex;
}

.searchmnicon-tip i {
	font-size: 20px;
	color: #fff;
	line-height: 35px;

}

.mnblokmin-with {
	display: none;
}

@media screen and (max-width: 1279px) {
	.top_bar_menu #myTab {
		padding-left: 0px;
	}

	.main_div_class {
		flex-wrap: wrap;

	}

	.f_cood {
		margin: 20px 0px;
	}

	.f_cood {
		gap: 0px;
	}

	#headerCollapse i {
		font-size: 30px;
	}

	.mnblokmin-with {
		background-color: #291e3b;
	}

	.difoltamntip img {
		display: none !important;
	}

	.midal-account {
		padding: 8px 16px;
		line-height: 30px;
		height: 36px;
		display: flex;
		align-items: center;
		position: relative;
		font-size: 16px;
		z-index: 2;
		border-radius: 50px;
		background-color: #fff;
		color: #000;
	}

	.mnblokmin-with {
		display: flex !important;
		justify-content: space-between;
		min-height: 61px;
		padding-top: 1px;
		align-items: center;
		display: block;
	}

	.drimntroipiu {
		display: none;
	}

	.tags-category-group__body {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.mnrtypoiutre {
		flex-wrap: wrap;
	}

	.mntriptomnhgkjh {
		flex-wrap: wrap !important;
	}

	.droplmkjhh {
		margin-top: 70px;

	}

	.mntropuyt {
		width: 128px;
		margin-top: 21px;
	}

	.droplmkjhh {
		margin-left: 0px;

	}

	.timpusamnjuy {
		right: 15px;
	}

	.Fistingmn {
		margin-top: 10px;
	}

	.mntroptip-toggler {
		display: none;
	}

}

@media screen and (max-width: 500px) {
	.top_bar_menu .nav-item {
		padding-right: 0;
	}
}

@media screen and (max-width: 440px) {
	.nav-underline .nav-link {
		font-size: 14px;
	}

	.nav-underline {
		gap: 10px;
	}

	.top_bar_menu #myTab {
		padding-left: 0;
	}

	.top_bar_menu .nav-item {
		padding-right: 0;
	}
}

@media screen and (max-width: 359px) {
	.nav-underline {
		gap: 10px;
	}

	.top_bar_menu #myTab {
		padding-left: 0;
	}

	.top_bar_menu .nav-item {
		padding-right: 0;
	}
}

a.all_category {
	padding: 12px 20px;
	border: 1px solid #7229cd;
	border-radius: 50px;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 10px 0;
	background: #7229cd;
	color: #fff;
}

a.all_category:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #7229cd;
}


/* new My-style css End */

/* earnings page css start */
.earnings_section_part{ padding-bottom: 30px;}
.earnings_section_inner_content ul { padding-left: 15px;}
.earnings_section_inner_content ul li { list-style: inside; padding: 5px 0; margin: 0; }
.earnings_section_inner_tab_filter{ display: flex; align-items: center; justify-content: space-between; padding: 20px 0 ;} 
.earnings_section_inner_tab_filter_left { display: flex; align-items: center; gap: 10px ; }

.earnings_section_inner_tab  .nav-tabs {
    border-radius: 10px;
    border-bottom: 1px solid #3f4959;
    border-radius: 0;
}
.earnings_section_inner_tab .nav-tabs, .earnings_section_inner_tab .nav-tabs .nav-link{     border-radius: 7px 7px 0 0;}

.table > :not(caption) > * > *{     background-color: #291e3b;}
.table-striped > tbody > tr:nth-of-type(odd) > *{
    --bs-table-bg-type: #110525;
}
.filter_button{ align-items: center; }
.earnings_section_inner_tab_filter_right { display: flex; align-items: center; gap: 15px;}
.border-radius-0{ border-radius: 0  ;}
.after_none::after{ display: none;}
/* earnings page css End */
.i_box_brodcast{font-size: 30px;
  transform: rotate(90deg);
  display: block;}



  .iocn_class{
  font-size: 25px;
}
.box_top_iocn_mx{
  display: flex;
  align-items: center;
  gap: 8px;
}

.tital_h{
  font-size: 20px;
  font-weight: 600; padding: 0px 20px;
}

.tital_hh{ font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;}

  .box_selet_f {
  background: #3a3a3a;
  border-radius: 20px;
}
.box_top_man {
border-top: 1px solid #414141;
  padding-top: 15px;
}
.box_redio_button{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box_redio_button h6{
  font-size: 16px;
  margin-bottom: 0px;
}

.box_redio_button_p{
  font-size: 14px;
  color: #646464;
  margin-top: 10px;
}

.box_padding_t{padding: 10px 20px}
.dropdown .difoltmndf{margin: 5px 0px}

.tital_h_f i{
  font-size: 25px;
}
.input-dh .form-control{width: 40%}

.redoho_botton p{
  padding-left: 34px;
  font-size: 13px;
  color: #646464;
}

.box_top_fhr_d li{
  font-size: 14px;
  line-height: 25px;
  padding: 5px 0px;
}
.box_redio_button_bottom {
  border-bottom: 1px solid #414141;
  padding: 20px;
}

.input_box_top_ss_df h2{
  font-size: 20px;
  margin-bottom: 15px;
}

.re_star_s a{
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.re_star_s a span i{font-size: 25px}
.re_star_s{margin-top: 10px;}
.box_monday_dsh{gap: 8px}
.box_top_dh_d{
  padding: 20px;
  background: #252525;
  border-radius: 10px;
}
.box_top_dh_d_fh_s{
  border-bottom: 1px solid #3b3b3b;
  padding: 6px 0px;
}


.cahrt_bar_part i {
    font-size: 18px;
    color: #fff;
}


#imgupload {  background:transparent; height:auto; padding: 4px 10px; margin: 0 10px; border-radius:0; width:auto;  }


#imguploaduser {

  object-fit: contain;
}

#mobileoption .formBox{ gap: 10px }
/*top modal*/

.box_top_padding{padding: 0px 100px}

.current_top .titae_h{
  padding: ;
  font-size: 25px;
  font-weight: 600;
  padding: 40px 0px 10px 0px;
}

.girl_tab .nav{
  border-bottom: 2px solid #494949;
  margin-bottom: 0px;
}
.girl_tab .nav-underline .nav-link {
  padding-right: 5px;
  padding-left: 5px;
}
.nav-underline .nav-link.active, .nav-underline .show > .nav-link{border-bottom-color: #7229cd;}

.box_ret_d_c h3{
font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  background: #303133;
  display: block;
  padding: 8px 15px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.box_ret_d_c.color_chr h3{background: #d5e0e9 !important; color: #000 !important}
.box_ret_d_c.color_chr_two h3{background: #ec8462 !important; color: #000 !important}
.box_ret_d_c.color_chr_one h3{  background: #feb601; color:#000 !important}
.box_top_sge_d .row .col{padding: 0px 5px !important}

.red_image img{
  background-size: cover;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;  border-radius: 5px;
}
.model_list_item_link{
  background-color: #202020;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  z-index: 0;
}

.model_list_item_link.ready::after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 33.33%,rgba(0,0,0,.15) 80%,rgba(0,0,0,.5) 100%);
  content: " ";
  display: block;
  pointer-events: none;
}

.model_list_item_lower_dr {
  align-items: center;
  bottom: 8px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  display: flex;
  flex-wrap: wrap;
  font-size: .75rem;
  left: 8px;
  letter-spacing: .044rem;
  position: absolute;
  right: 8px;
  z-index: 1;
}
.model_list_item_username {
  color: #fff;
  font-weight: 500;
  margin: 0;
  max-width: 100%;
  padding: 1px 0;
  text-shadow: 0 1px 2px rgba(0,0,0,.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: .063rem;
  font-size: 14px;
}
.model_list_item_link:hover{display: inherit;}

.model_list_item_upper {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1;
}
.model_list_item_upper_right {
  -moz-column-gap: 4px;
  column-gap: 4px;
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
  white-space: nowrap;
}
.model-list-item-link .award-place {
  margin-right: 4px;
  margin-top: 2px;
}
.award-place {
  flex-grow: 0;
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: row;
}

.box_ret_d_c i{
  font-size: 20px;
  padding-right: 5px;
}
 .girl_tab .nav li{
  padding-right: 15px;
}
.box_top_bottom{margin-bottom: 50px}
.box_top_mene_d .nav{padding-left: 0px !important;}

.box_top_wednesday_clendr {
  background: #291e3b;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 86px 0px;
  border-radius: 10px;
}
.box_top_dhr_d{display: flex;align-items: center; font-size: 45px !important; gap: 8px}
.box_top_dhr_d i{
  font-size: 55px;
}
.current_top_bir_f {
  border-bottom: 1px solid #303133;
  padding-bottom: 20px;
}

.hall_os .nav-underline .nav-link.active, .hall_os .nav-underline .show > .nav-link{background: #303133;border-bottom-color:#7229cd}

.hall_os .nav-underline .nav-link {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  border-radius: 5px;
}

.box_top__dje_d{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inupt_slet_dhr_d .form-select{width: 200px}
.box_top_padding .tab-content{
  padding: 0px 8px;
}
.hall_os{padding: 0px 8px;}

.contest_rules_vkf{
  margin: 40px 0px;
  background: #291e3b;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.given_away .box_top_map_dh{
  font-size: 70px;
  font-weight: 700;
  display: block;
  color: #fe9800;
}
.given_away{  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;}

  .given_away p span{  color: #fe9800;}

   .given_away p {font-size: 25px; font-weight: 600; margin: 0px;text-align: left;}

   .full_rules_man{
  display: flex;
  gap: 15px;
}
.full_rules_man .box_number_t{
  background: #242424;
  display: inline-block;
  font-size: 20px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  flex-basis: 36px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.full_rules_man .box_span_d{
  color: #fe9800;
}
.rules-table-body{background: linear-gradient(rgba(255,255,255,.08) 0%,rgba(0,0,0,0) 100%) top no-repeat;
  border-radius: 5px;
  border-top: 3px solid #fe9800;
  padding: 0 30px;}
  .st_place{
display: flex;
  justify-content: space-between;
  align-items: center;
  color: #858585;
  border-bottom: 1px solid #393939;
  padding-bottom: 10px;
}
.iocn_dhhr_f span{
  font-size: 18px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.iocn_dhhr_f span i{font-size: 30px}
.ret_dolor_d{font-size: 18px}
.st_place_color{color: #fe9800 !important}
.st_place_color_one{color: #c0cee4 !important}
.st_place_color_two{color: #b78771 !important}


/* brodcast */

.box_men_gj{
  font-size: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #2b2b2b;
  border-radius: 50%;
  display: block;
  text-align: center;
  color: #fff;
}

.te_dhf_d{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.te_dhf_d h4{font-size: 30px}
.box_info_icon{
  font-size: 20px;
  color: #686868;
}
.box_info_icon_ss{
font-size: 16px;
  color: #676767;
  border: 2px solid #676767;
  border-radius: 50px;
}
.pole_dhjr_djd{
  position: absolute;
  width: 90%;
  bottom: 20px;
}

.pole_dhjr_djd h5 {
  text-align: end;
  margin-bottom: 5px;
  font-size: 12px;
  color: #686868;
}
.pole_dhjr_djd p{margin: 0px;color: #686868;}
.stoorset sub{
  bottom: 0;
  font-size: 18px;
  font-weight: 400;
  margin-left: -5px;
}

.pole_dhjr_djd .progress-bar {

	background-color: #129826;
}

 .box_smw_d{
  display: flex;
  align-items: center;
  gap: 15px;
}

.box_smw_d .box_smw_d_bott{
  background: #291e3b;
  border: 1px solid #291e3b;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
}
.box_smw_d .box_smw_d_s{
  font-size: 18px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #7229cd;
  text-align: center;
}

.dropzone .dz-message {
  text-align: center;
  margin: 4em 0;
}
.dropzone{
  min-height: 190px;
 border: 2px dotted #7229cd;

  background: #291e3b;
  padding: 20px 20px;
  width: 190px;
}

.box_smw_d .dropdown-menu.show{transform: translate(0px, 40px) !important;}

.butt_djd_dd button i{
  font-size: 30px;
  color: #fff;
  transform: rotate(90deg);
  display: block;
  margin: 0px;
  padding: 0px;
}
.butt_djd_dd button{
  background: transparent;
  border: none;
}

.box_top_sh{
  background: #131212;
  padding: 10px;
  border-radius: 5px;
}
.earnings_section_inner_content span{color:#fe9800}

.earnings_section_inner_tab_filter_right .dropdown-menu{width: auto;}
.earnings_section_inner_tab_filter_right .custome_date_input_row_inner{ padding: 10px ; margin-top: 10px; border-top: 1px solid #f2f2f2;}
.earnings_section_inner_tab_filter_right .custome_date_form .form-group{  display: flex; gap: 15px; align-items: center;   }
.earnings_section_inner_tab_filter_right .custome_date_form .form-group .form-control{ font-size: 12px; background-color: #3a3a3a; }
.earnings_section_inner_tab_filter_right .custome_label{ padding-bottom: 10px;}

.earnings_section_inner_tab_filter_right i{
  font-size: 20px;
}

.earnings_section_inner_tab_filter_left span{
  color: #13a401;
  font-size: 14px;
  font-weight: 500;
}

.create_album {
  background: #2b2b2b;
  border: 2px dashed #434343;
  border-radius: 5px;
  width: 215px;
  text-align: center;
  height: 215px;
  align-items: center;
  line-height: 30px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.create_album i{
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}

.create_album:hover, .create_album:focus{
  color: #fff;
  display: flex !important;
  border-color: #fff;
}
.bg_vo_f{
  font-size: 16px;
  font-weight: 600;
  color: #777;
  margin-left: 10px;
}
.edit_iocn_box a{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.edit_iocn_box i{font-size: 20px;}
.box_tio_dh h5{padding-bottom: 0px !important}

.album_c {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transform: translate(0,0);
  transition: box-shadow .4s;
}
.album_c::before {
  background: linear-gradient(180deg,rgba(0,0,0,0) 53.95%,rgba(0,0,0,.85) 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.album-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  transition: transform .2s;
  width: 100%;
}
 .album_c .albums-list-item__count {
  bottom: 8px;
  color: rgba(248,248,248,.6);
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: 8px;
  z-index: 1;
}
.album_c::after {
  content: " ";
  display: block;
  padding-bottom: 100%;
  pointer-events: none;
}
.box_top_almab_d .albums-list-item__title {
  color: rgba(248,248,248,.8);
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box_top_almab_d .likes-counter-wrapper {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 7px;
  margin-top: 8px;
}
.box_top_almab_d .likes-counter {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  align-items: center;
  color: #f8f8f8;
  cursor: default;
  display: flex;
  opacity: .6;
  background: transparent;
  border: none;
}
.box_top_almab_d .like-icon {
  color: #f8f8f8;
  margin-right: 5px;
font-size: 20px;
}
.media-access-overlay--cover.viewer, .media-access-overlay--lock {
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
}
.media-access-overlay--cover.viewer .media-access-overlay__inner, .media-access-overlay--lock .media-access-overlay__inner {
  align-items: center;
  background: rgba(38,38,38,.7);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: .75rem;
}
.media-access-overlay--cover.viewer.media-access-overlay--album .media-access-overlay__inner, .media-access-overlay--cover.viewer.media-access-overlay--lock .media-access-overlay__inner, .media-access-overlay--lock.media-access-overlay--album .media-access-overlay__inner, .media-access-overlay--lock.media-access-overlay--lock .media-access-overlay__inner {
  height: 100%;
  justify-content: center;
  width: 100%;
}
.MediaAccessOverlayCover__icons\#D9 {
align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
  width: 100%;
 
  font-size: 22px;
}
.dhhehe{ 
  font-size: 23px;
  color: #feb601;
}
.cie_dhr_c{color: #1b7aff;}
.cie_dhr_r{color: #dc1cff;}
.cie_dhr{
  color: #ff2a59;
}
.MediaAccessOverlayCover__icon-wrapper\#uW:not(:last-child) {
  margin: 0 8px 0 0;
}
.MediaAccessOverlayCover__icon\#HT {
  height: 100% !important;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.FanClubTierIcon__tier2\#V8 {
  color: #dc1cff;
}
.MediaAccessOverlayCover__icon-wrapper\#uW {
  height: 24px;
  position: relative;
  width: 24px;
}
.MediaAccessOverlayCover__icon\#HT {
  height: 100% !important;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.FanClubTierIcon__tier3\#Eq {
  color: #ff2a59;
}

.album_c{
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transform: translate(0,0);
  transition: box-shadow .4s;
}
.album-img-restricted {
  filter: blur(5px);
}
.MediaAccessOverlayCover__text\#rL {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.MediaAccessOverlayCover__textContent\#YY {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.MediaAccessOverlayCover__delimiter\#Cs {
  font-size: 10px;
  margin-top: 4px;
  min-width: 100%;
  opacity: .6;
  width: 50px;
}
.media-access-delimiter {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  line-height: 18px;
  margin-top: 16px;
}
.media-access-delimiter__content {
  align-items: center;
  display: flex;
  width: 155px;
}
.media-access-delimiter__delimiter {
  border-top: 1px solid rgba(255,255,255,.1);
  flex: 1;
}
.media-access-delimiter__or {
  flex-shrink: 0;
  margin: 0 10px;
}
.media-access-delimiter__delimiter {
  border-top: 1px solid rgba(255,255,255,.1);
  flex: 1;
}
.MediaAccessOverlayCover__tokens\#ZV {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 4px;
}
.video .create_album{width: 334px; height: 205px}

.video .album_c{width: 334px; height: 205px}

.bg_vo_f a{
  font-size: 12px;
  color: #6b6b6b;
}

.flirting_ff h3{
  font-size: 22px;
  text-align: center;
  margin-top: 15px;
  display: block;
  padding: 15px;
}
.You_feature {
  background: #2b2b2b;
  padding: 15px;
  border-radius: 10px;}
.You_feature p{
font-size: 16px;
  padding: 0px;
  margin: 10px 0px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.You_feature p i{
  font-size: 25px;
}

.Private_Shows_man i{
  background: #ffa900;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 31px;
}
.Private_Shows_man h5{padding-bottom: 0px}

.Private_Shows_man p{
  padding-left: 35px;
  color: #ffa900;
}


.hotkunal_bottom_box_main h6{ font-size:18px }
.hotkunal_bottom_part h6{ color:#b093e0; }
.hotkunal_bottom_box p{  margin-bottom: 0px; }
.hotkunal_bottom_box_number { margin-top:10px }
.hotkunal_bottom_box_number {margin-top: 10px;border-left: 3px solid #7229cd;border-radius: 5px;}
.testimonials-info__row span{ color:#989898; }
.edit_iocn_box_part { gap:10px }
.edit_iocn_box_part .btn-primary{display: inline-block;
  padding: 4px 10px 6px;
  border-radius: 60px;
  text-align: center;}

  .edit_iocn_box_part_top .btn-primary1{display: inline-block;
  padding: 0;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;background: #7229cd;}
.hotkunal_bottom_box {
  margin-top: 14px;
}

.cardProfileBoxScheduleList_right_box {
width: 34%;
  gap: 9px;
  align-items: center;
}
.ScheduleList_listBoxRight{ display:flex; align-items:center; justify-content:center; gap:10px; min-width:50px; }
.ScheduleList_listBoxRight a{ color: #b093e0;
}
 .ScheduleList_listBoxRight .delete_icon { display:none; }

.cardProfileBoxScheduleList .form-switch .form-check-input {
	margin: 0 10px 0 0 ;

}

.cardProfileBoxScheduleList .form-check.form-switch {
  display: inline-block;
  align-content: center;
  padding: 0;

}
.cardProfileBoxScheduleList .inputcolor {
  height: auto;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 16px;
  width: 109px;
}
.box_top_dhr h3{
  font-size: 20px;
  line-height: 25px;
}

.fortiidden i{color: #fd5353;
}
.only_in_d i{color: #34b233;
}
.box_top_she_s p{
  font-size: 12px;
  line-height: 25px;
  color: #ffa900;
  text-align: center;
}
.box_top_she_s a{
  background: #34b233;
  color: #fff;
  padding: 10px 20px;
  border-radius: 64px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #34b233;
}

.box_top_she_s a:hover{ border: 1px solid #34b233; background: transparent; color:#34b233}

 .box_top_jd_e{
  border-top: 1px solid #535353;
  padding-top: 25px;
}
.boc_dj_dh_d {padding-bottom: 0px}

.box_top_jd_e .progress-bar{height: 35px}
.box_top_jd_e .progress, .box_top_jd_e .progress-stacked{
  height: 35px;
}

.bg_tr_dh{
  background: #3a3a3a;
  text-align: center;
  border-radius: 5px;
  height: 99px;
  line-height: 99px;
  font-size: 30px;
}

.inputcolor::placeholder {
  color: #6f6f6f;
  opacity: 1; /* Firefox */
}

.inputcolor_top{min-height: 48px !important}

.top_dhe_dhrt_ds .box_top_sder_r .accordion-button {
display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #fff;
  padding: 0px;
  background: transparent;
    background-color: transparent;
  border: none;
}
.box_top_sder_r{ display: flex;
  justify-content: space-between; align-items: center;}

  .top_dhe_dhrt_ds p{
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  margin-top: 10px;
}

.cardProfileBoxScheduleList label{
  font-size: 14px;
  font-weight: 500;
}

 .box_top_ddd{
  font-size: 20px;
  padding: 0px  !important;
  margin: 0px;
}
 .box_top_dddd{
font-size: 16px;
  padding: 0px !important;
  margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  font-weight: 400;
}

.bor_dhr_dhjr{
  background: #2b2b2b;
  margin-top: 20px;
  border-radius: 10px;
}

.box_top_sder_r .accordion-button:not(.collapsed){border: none !important;
  background-color: #141414 !important; box-shadow: none!important;}

  .sdk_dhr_e .accordion-item { background-color: #141414 !important;box-shadow: none!important;}
   .box_toc_s textarea{
  min-height: 90px;
  border-radius: 10px;
  height: 36px;
}

.box_toc_ss textarea{
  min-height: 140px;
  border-radius: 10px;
  height: 36px;
}

 .box_top_dh_dh img{
  width: 100%;
  border-radius: 12px;
 
}
.box_top_dh_dh{ padding: 15px;
  background: #2b2b2b;}

  .box_top_dh_dh span{
  font-size: 14px;
  display: block;
  padding-top: 15px;
}
.redigo .form-switch-md{
  min-height: 0px;
  padding-left: 45px;
}

.previews_box_part{ 
position: relative;
border: 1px solid #6c6c6c;
display: inline-block;
}
.previews_box_part img{ 
width: 100px;
height: 75px;
object-fit: cover;
filter: blur(1px);
} 

.previews_box_part button {
padding: 0px;
display: flex;
flex-direction: column;
font-size: 14px;
align-items: center;
position: absolute;
top: 0;
color: #fff;
background: #00000094;
width: 100%;
height: 100%;
border-radius: 0;
justify-content: center;
gap: 5px;
}

#StreamSpecifics{display: none;}
#StreamSpecifics{
width: 100%;
padding: 10px 38px 10px 16px;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
color: #5a6a85;
background-color: #393939;
color: #fff;
border-radius: 5px;
}
#StreamSpecifics li{
margin: 5px 0px;
cursor: pointer;
}
.video_game_upload_box{
background: #3a3a3a;
padding: 15px;
border-radius: 5px;
}
.modal-footer.StreamSpecifics1{
justify-content: start;
}
.modal-footer.StreamSpecifics1 button{
background: #788C3F;
}
.modal-footer.StreamSpecifics1 span{
font-size: 14px;
color: #5C5A5C;
}
.careful_box{
border-bottom: 1px solid #999;
margin-bottom: 25px;
padding-bottom: 25px;
}
.careful_box:last-child{border: none; margin-bottom: 0;}

.box_top_ddd_gsge{
  display: flex;
  gap: 10px;
  align-items: center;
}
.box_top_ddd_gsge .Strip_content_box_info .btn.btn-secondary{
  height: 22px;
}

#pop-up {
   display: none;
   position: absolute;
   width: 280px;
   padding: 10px;
   background: #eeeeee;
   color: #000000;
   border: 1px solid #1a1a1a;
   font-size: 90%;
 }

 .hover-text {
  position: relative;
  display: inline-block;
  text-align: left;
}
.hover-text:hover .tooltip-text {
  visibility: visible;
}
.tooltip-text {
visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 300px;
  color: white;
  background-color: #000;
  padding: 10px;
  border-radius: 10px;
}
.tooltip-text p{font-size: 12px; font-weight:300 }
.right {
  z-index: 9;
  left: 110%;
}
.left {
  z-index: 1;
  right: 110%;
}

 .tooltip-text h6{
  font-size: 14px;
  margin-bottom: 10px;
}
.hiddenCB label {
 color: #f8f8f8;
  font-size: 13px;
  line-height: 17px;
  border-radius: 80px;
  display: inline-flex;
  flex-shrink: 0;
  height: 32px;
  padding: 5px 12px;
  border: 2px solid #333;
    border-top-width: 2px;
    border-top-color: rgb(51, 51, 51);
    border-right-width: 2px;
    border-right-color: rgb(51, 51, 51);
    border-bottom-width: 2px;
    border-bottom-color: rgb(51, 51, 51);
    border-left-width: 2px;
    border-left-color: rgb(51, 51, 51);
  background-color: #333;
  color: #f8f8f8;
  border-color: transparent;
  border-width: 2px;
  margin-bottom: 0;
  display: inline-block;
  flex-shrink: 0;
  white-space: nowrap;
  height: 32px;
  margin-right: 8px;
  display: inline-flex;
  gap: 5px;
  margin: 5px;
}

.hiddenCB div {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hiddenCB input[type="checkbox"],
.hiddenCB input[type="radio"] {
  display: none;
  
}

.hiddenCB label {
  
  cursor: pointer;
}

.hiddenCB input[type="checkbox"]+label:hover{
  background: #7229cd;
}

.hiddenCB input[type="checkbox"]:checked+label {
 background: rgb(20, 20, 20);
  border: 2px solid #7229cd;
}

.hiddenCB input[type="checkbox"]:checked+label:hover{
  background: rgba(0, 128, 128, 0, .7);
}

.td_fhr_fhd{
text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0px 10px;
  white-space: nowrap;
  align-items: center;
}
.td_fhr_fhd:before, .td_fhr_fhd:after{content: "";background: #333;width: 100%;
  height: 2px;}
.box_opan_box{
  display: flex !important;
  flex-wrap: wrap-reverse;
  justify-content: center;
}

.td_fhr_fhd:before{
  margin: 0 20px 0 0;
}

.td_fhr_fhd:after{
  margin: 0 0 0 20px;
}
.td_fhr_fhd:hover, .td_fhr_fhd:active{display: flex;}
/*Deeepak ji css start*/

 .fan-club{
background: #0c6125 !important;gap: 15px;
align-items: center;
}
.cardProfileBox .btn.btn-secondary{border-radius: 6px;}
.cardProfileBox textarea::placeholder{color: #999;}
.fan_club_benefites_accordion .accordion-item{
border-bottom: 1px solid #999;
border-top: none;
border-right: none;
border-left: none;
box-shadow: none;
border-radius: 0;
}
.fan_club_benefites_accordion .accordion-body{
background: #141414;
border-radius: 0;
padding: 0 8px 15px 0;
}
.fan_club_benefites_accordion .accordion .accordion-item .accordion-button{
padding: 8px 8px 8px 0px;
color: #999;
}
 .fan-clflex h5{
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}
/*.accordion-button::after{display: none;}
.accordion-button .options_box_headding_left::after{
background: none;
font-weight: normal;
color: #999;
content: "\ea5f";
transform: none;
font-family: tabler-icons !important;
speak: none;
font-style: normal;
font-variant: normal;
text-transform: none;
line-height: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 20px;
position: absolute;
}*/
.options_box_headding{
display: inline-block;
width: 100%;
}
.options_box_headding .options_box_headding_left{
display: inline-block;
}
.options_box_headding .options_box_headding_right{
float: right;
display: flex;
}
.options_box_headding .options_box_headding_right span{
text-align: center;
display: inline-block;
width: 150px;
}
.options_box_headding .options_box_headding_right strong{
color: #fff;
font-weight: bold;
}
.fan_club_benefites_accordion_headding {
text-align: right;
font-size: 14px;

}
.fan_club_benefites_accordion_headding{padding: 20px 8px 8px 8px;}
.fan_club_benefites_accordion_headding span{
text-align: center;
display: inline-block;
width: 150px;
}
.fan_club_benefites_accordion_headding span i.blue{color: blue;}
.fan_club_benefites_accordion_headding span i.purple{color: purple;}

.baenfits_show_box_main h4{
font-size: 14px;
color: #999;
padding: 15px 0px;
}
.benefits_list_box {
background: #313131;
margin-bottom: 5px;
align-items: center;
padding: 15px 20px;
}
.benefits_list_box .checkbox_part {
align-items: start;
display: flex;
}
.benefits_list_box .checkbox_part .form-check-input{
width: 1.8em;
height: 1.8em;
border-color: #389358;
--bs-form-check-bg: #313131;
}
.benefits_list_box .checkbox_part .form-check-input:checked {
background-color: #389358;
border-color: #389358;
}
.benefits_list_box .checkbox_part .form-check-input:checked::after{
content: "";
display: block;
position: absolute;
background: #389358;
height: 3px;
width: 110px;
top: 13px;
right: -55px;
left: inherit;
}
.benefits_list_box .checkbox_part .check_box_list:last-child .form-check-input:checked::after{
display: none;
}
.benefits_list_box .checkbox_part{

}
.checkbox_part .check_box_list{
display: inline-block;
width: 140px;
text-align: center;
position: relative;
}

/******** today *********/

.how_it_work_border_left{
border-left: 1px solid #999;
}
.how_it_work_right_part h4{
margin-bottom: 8px;
}                                 
.how_it_work_right_part > ul{
font-weight: 600;
font-size: 14px;
color: #fff;
padding: 30px 0px; 
border-bottom: 1px solid #999;
margin-bottom: 25px;
}
.how_it_work_right_part ul li{
position: relative;
font-size: 14px;
margin-top: 8px;
font-weight: normal;
color: var(--bs-body-color);
}
.how_it_work_right_part ul li i{
color: #0c6125;
}
.discount_drop_down .form-select{
width: 80px;
border-radius: 20px;
padding: 6px 13px;
margin: 10px auto 0px;
background-color: #000;
}
.benefits_list_box .content_part{
font-size: 14px;
color: #fff;
}
.benefits_list_box .content_part button{
background: none;
box-shadow: none;
border: none;
color: #fff;
line-height: 0px;
color: var(--bs-body-color);
}
.popover{
background: #222;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after{border-right-color: #222;}
.benefits_list_box .content_part .d-block{
display: block;
color: #FFA800;
font-size: 12px;
}
.benefits_list_box .content_part .d-block a {
border-color: var(--bs-body-color);
border: 1px solid;
padding: 2px 11px;
display: inline-block;
margin-top: 10px;
border-radius: 13px;
color: var(--bs-body-color);
}

.fan_club_popup_table .full_price{
color: #fff;
}
.fan_club_popup_table .full_price span{
display: block;
}
.fan_club_popup_table .full_price span{
color:var(
--bs-table-color-state,
var(--bs-table-color-type, var(--bs-table-color))
)
}
.fan_club_popup_table table th, td{border: none;background: none;text-align: center;}
.table > :not(caption) > * > *{background: none;}
.fan_club_popup_table .blue{color: blue;}
.fan_club_popup_table .purple{color: purple;}
.fan_club_popup_table .red{color: red;}
.fan_club_popup_table .blue i{color: blue;}
.fan_club_popup_table .purple i{color: purple;}
.fan_club_popup_table .red i{color: red;}
.fan_club_popup_table td.red span {
color: #FFA800;
background: #313131;
border-radius: 8px;
padding: 3px 6px;
font-size: 10px;
}
.fan_club_popup_table td.purple span {
color: #FFA800;
background: #313131;
border-radius: 8px;
padding: 3px 6px;
font-size: 10px;
}
.fan_club_popup_table td.blue span {
color: #FFA800;
background: #313131;
border-radius: 8px;
padding: 3px 6px;
font-size: 10px;
}
.add_custom_benefit_btn a{
background: #313131;
padding: 10px 25px;
color: #999;
font-size: 14px;
}
.add_benefits_box .form-group {
margin-bottom: 20px;
}
.add_benefits_box .form-group label{
margin-bottom: 5px;
display: inline-block;
}
.add_benefits_box .form-group label button{
background: none;
border:none;
}
.add_benefits_box .form-group label button i{ color:#ccc; }
.add_benefits_box .btn.btn-secondary{
border-color:#333 !important;
border-radius: 6px !important;
margin-bottom: 0;
}
.add_benefits_box p a{
color: #6999ca;
}
.example_box_show{display: none;}
.example_box_main > p > a{
position: relative;
}
.example_box_main > p > a:hover .example_box_show{
display: block;
position: absolute;
background: #222;
padding: 15px;
width: 250px;
left: 105px;
top: -60px;
border-radius: 5px;
}
.example_box_show i{
display: block;
color: #999;
}
.example_box_show i.example_hedding{
margin-bottom: 10px;
margin-top: 10px;
color: #fff;
}


/*           end deepak                      */



.user_proflie{
  background-color: #141414;
  overflow-x: auto;
  display: flex;
  scrollbar-color: #323232 #141414 !important;
  scrollbar-width: thin;
  white-space: nowrap;
  gap: 0px;
  padding: 10px 10px;
  justify-content: space-between;
  align-items: center;
}

.ui_fos_d li a img{
width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1.5px solid #fff;
  padding: 2px;
  margin-right: 5px;
}

.ui_fos_d li a{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #2b2b2b;
padding: 5px 10px;
  border-radius: 70px;position: relative;

}

.box_bag_ry{background: transparent !important;}

.user_proflie li{
  display: inline-block;
}
.ui_fos_d li a span{
  color: #646464;
  margin-left: 5px;
}
.ui_fos_d li a i{
  font-size: 18px;
}
.next_step a{
  font-size: 14px;
  font-weight: 600;
  color: #646464;
  display: flex;
  align-items: center;
}
.next_step a:hover{color: #fff}

.next_step i {
  font-size: 18px;
}

.next_step{
  display: flex;
  gap: 10px;
}
.bix_publik_to{
  padding: 10px;
}
.box_top_sh img{
  width: 100%;
}
.box_top_sh {padding:0px}

.box_favr i{
  font-size: 30px;
  background: #393939;
  width: 55px;
  height: 55px;
  display: block;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
}
 .box_favr span{
  background: #393939;
  padding: 8px 10px;
  border-radius: 5px;position: relative;
}
 .box_favr{
  display: flex;
  align-items: center;
  gap: 15px;
}

 .box_favr span::before{
content: "\eb5e";
  transform: none;
  font-family: tabler-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
font-size: 20px;
  position: absolute;
  left: -12px;
  color: #393939;
  top: 10%;
}
.bix_dhe_sge a{
  border: 2px solid #ffa900;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
}
.bix_dhe_sge a span{
	color: #ffa900;
}
.bix_dhe_sge a:hover{
	background:#ffa900;
	color: #fff;
}
.bix_dhe_sge a:hover span{
	color: #fff;
}
.bix_dhe_sge a.send_tip{
	background: #61922f;
	border: 2px solid #61922f;
	color: #fff;
}
.bix_dhe_sge a.send_tip i{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	vertical-align: text-bottom;
}
.send_massage{
	width: 100%;
	padding: 0px 15px;
}
.send_massage p{text-align: center;margin-bottom: 8px;}
.send_massage .send_message_listing a{
	background: #454545;
	padding: 10px;
	border-left: 5px solid #fff;
	color: #f8f8f8;
	width: 100%;
	margin-bottom: 8px;
}

.send_massage .send_message_listing a span{
	color: #fff;
}
.private_chat_tab .hearticonlki .heart_tital span{
  display: inline-block;
  width: 100%;
  color: #fff;
}
.private_chat_tab .youcantyu {
  padding: 30px 10px 10px 10px;
  background-color: #393939;
  border-radius: 10px;
  max-width: 350px;
  width: 100%;
  margin: 30px auto;
}
.private_chat_tab .youcantyu p{
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}
.private_chat_tab .youcantyu p i{
	padding-right: 5px;
	color: #ffb01a;
	font-size: 20px;
}
.public_chat_tabing .metttarnmbhg{
	height: auto;
}
.watching_now_box {
  background-color: #0e0e0e;
  border-bottom: 1px solid #323232;
  padding: 10px 10px;
  align-items: center;
  min-height: 613px;
  height: 100%;
}
.watching_now_box h3{
	font-size: 18px;
	margin-bottom: 15px;
}
.watching_now_box p{
	margin-bottom: 2px;
}
.watching_now_box ul{
	margin-top: 15px;
	margin-bottom: 15px;
}
.watching_now_box ul li{
	margin-bottom: 10px;
}
.watching_now_box ul li a{
	font-weight: bold;
	color: #9f9f9f;
}
.watching_now_box ul li a span{
	background: #9f9f9f;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	padding: 5px;
	border-radius: 30px;
	margin-right: 5px;
	color: #fff;
}
.watching_now_box ul li a.active{
	color: #ffb01a;
}
.watching_now_box ul li a.active span{
	background: #ffb01a;
}
.watching_now_box ul li a.blue{
	color: #d424ff;
}
.watching_now_box ul li a.blue span{
	background: #d424ff;
}
.watching_now_box ul li a.sliver{
	color: #c9e7fe;
}
.watching_now_box ul li a.sliver span{
	background: #c9e7fe;
}


.offlinefil{
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.box_toop_dj i {
  font-size: 20px;
  color: #fff;
}

.box_tio_shd{
padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 .progress_bar_toop{
  width: 70%;
}

.progress_bar_toop .right {
z-index: 9;
  left: 10%;
  top: -118px;
}

.progress_bar_toop .progress{
  height: 35px;
  border-radius: 5px;
}
.progress_bar_toop .progress-bar{
  background-color: #7229cd;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  padding-left: 10px;
  margin: 0px;
  padding-top: 8px;
}
.progress_bar_toop .progress-bar span{color:#ffa900}

.progress_bar_toop .tooltip-text a{
  background: #7229cd;
  padding: 6px 15px;
  border-radius: 50px;
  color: #fff;
  border: 2px solid #7229cd;
}
.progress_bar_toop .tooltip-text a:hover{
  background: transparent;
   border: 2px solid #7229cd;
}
.progress_bar_toop .tooltip-text{text-align: center;}

.icon_cla_s{
  font-size: 20px;
  color: #fda700;
}

.room_king_b .box_rhdf_fhjd_d{
  display: flex;
  align-items: center;
}

.room_king_b p{
  margin-bottom: 0px;
}
.room_king_b .right {
  z-index: 9;
  left: -260%;
  top: -10px;
}

.room_king_b .tooltip-text a{
  background: #7229cd;
  padding: 6px 15px;
  border-radius: 50px;
  color: #fff;
  border: 2px solid #7229cd;
}
.room_king_b .tooltip-text a:hover{
  background: transparent;
   border: 2px solid #7229cd;
}
.sde_dhe__s{padding: 0px}

.box-zone h2{
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffcd3a;
}
.box_top_padding_clss .box-zone{display: flex; align-items: center;}
.box_top_padding_clss .box-zone i {
  font-size: 20px;
  margin-right: 6px;
}
.box_top_padding_clss .box-zone a{
  color: #cf9b00;
  margin-right: 5px;
}
.box_p_sapn_s .accordion-button {
  background: transparent;
    background-color: transparent;
  border: none !important;
  box-shadow: none;
  padding: 0px;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;

  color: #767676;
}

.box_p_sapn_s .accordion {
  width: 100%;
}
.box_p_sapn_s .accordion-body{
  padding: 10px 0px;
  background: #141414;
}
.box_p_sapn_s .accordion-button::after {
  background-color: #2b2b2b;
  border-radius: 10px;
  color: #8d8d8d;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin-left: 25px;
}

.box_p_sapn_s .accordion-item{
  border: none;
  box-shadow: none;
}

.dhr_djd_d{
  color: #7a7a7a;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.box_qshan_marg .box_p_sapn_s1 span{width: 100%}

.box_top_padding_clss_o .consectetur{
  font-size: 16px;
}

.box_top_padding_clss_o .mntopiy-trop{
  font-size: 12px;
  color: #6b6b6b;
  margin-top: 10px;
  line-height: 20px;
  display: flex; align-items: center;
  gap: 5px;
}
.box_top_padding_clss_o .mntopiy-trop i{
  font-size: 18px;
}