body
{
	font-family: 'Poppins', sans-serif;
	margin: 0px;
	padding: 0px;
	height:100%;
}

html, body
{
	height: 100%;
}

.block.blockfaq
{
	width:calc((100% / 3) - 8px) !important;
	text-align: center;
	font-color: 18px;
	font-weight: bold;
}

.block.blockfaq:hover
{
	background-color: #fafafa;
	cursor: pointer;
}

.block.blockfaq.blockselect
{
	background-color: #fafafa;
	cursor: pointer;
}

.page
{
	max-width: 1500px;
	margin: 0 auto;
	box-sizing: border-box;
}

.pageinner
{
	float: left;
	width: 100%;
	background-color: #F6F6F8;
}

.emaillist span
{
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 12px;
	background-color: #eee;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

.left
{
	flex: 1;
	width: 226px;
	float: left;
	background-color: #F6F6F8;
}

.right
{
	flex-shrink: 0;
	flex: 1;
	background-color: #F6F6F8;
	width: 324px;
	float: left;
	box-sizing: border-box;
	padding: 12px;
}

.noscroll
{
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
	box-sizing: border-box;
}

.middle
{
	flex: 1;
	padding-left: 24px;
	padding-right: 12px;
	box-sizing: border-box;
	float: left;
	width: calc(100% - 550px);
	background-color: #F6F6F8;
	padding-top: 15px;
}

.profileadd,.profilemsg,.profiledots
{
	text-transform: capitalize;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.modal,.modalc
{
	overscroll-behavior: contain;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.65);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.modal[style*='display: block'],.modalc[style*='display: block']
{
	display: flex !important;
}

.modalblock
{
	overscroll-behavior: contain;
	background-color: #fff;
	width: 600px;
	box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 25px;
	box-sizing: border-box;
	display: inline-block;
	max-height: calc(100% - 50px);
	overflow: auto;
}

.modalconfirm .modalblock,.modalinfo .modalblock,.modalcoming .modalblock
{
	text-transform: capitalize;
	width: 450px;
	text-align: center;
	padding-bottom: 20px;
}

.modalinner
{
	float: left;
	width: 100%;
}

.modalconfirm .modaltitle,.modalinfo .modaltitle
{
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #E2E7FE;
	margin-bottom: 16px;
	padding-bottom: 8px;
	color: #0B0F19;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	text-transform: capitalize;
}

.modalcoming .modaltitle
{
	text-align: center;
	width: 100%;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 50px;
	background-image: url(img/alarm.svg);
}

.modalblock::-webkit-scrollbar
{
	width: 6px;
}
 
.modalblock::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
 
.modalblock::-webkit-scrollbar-thumb
{
	background-color: darkgrey;
	outline: 0px solid slategrey;
	border-radius: 5px;
}

.modaltitle
{
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #E2E7FE;
	margin-bottom: 16px;
	padding-bottom: 8px;
	float: left;
	height: 38px;
	line-height: 38px;
	color: #0B0F19;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	text-transform: capitalize;
}

.modaltitlesmall
{
	float: left;
	font-size: 14px;
	text-align: left;
	color: #999;
	width: 100%;
	border-bottom: 1px solid #E2E7FE;
	padding-bottom: 32px;
}

.modalclose
{
	float: right;
	height: 32px;
	line-height: 32px;
	width: 32px;
	text-align: center;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	border: 6px solid #fff;
	margin-right: -6px;
}

.modalclose:hover
{
	cursor: pointer;
	transition: border 0.3s ease-in-out;
	border: 6px solid #eee;
}

.modalsave
{
	text-transform: capitalize;
	text-decoration: none;
	background: var(--Purple, #6666F2);
	float: right;
	height: 42px;
	line-height: 42px;
	border: 0px;
	border-radius: 4px;
	padding: 0px;
	padding-left: 21px;
	padding-right: 21px;
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	transition: background 0.3s ease-in-out;
	float: right;
	margin-bottom: 6px;
}

.modalcancel2
{
	text-transform: capitalize;
	text-decoration: none;
	background: var(--Purple, #EFF2FC);
	margin-right: 10px;
	float: right;
	height: 42px !important;
	line-height: 42px !important;
	border: 0px;
	border-radius: 4px;
	padding: 0px;
	padding-left: 21px;
	padding-right: 21px;
	color: var(--Gray-800, #33354D) !important;
	font-size: 16px;
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	transition: background 0.3s ease-in-out;
	float: right;
	margin-bottom: 6px;
	background-image: none !important;
	width: auto !important;
}

.spinblock
{
	float: right;
    height: 42px;
    width:42px;
    line-height: 42px;
    border: 0px;
    margin-top: 25px;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 28px;
	background-image: url(img/spin.svg);
	transition: background 0.1s ease-in-out;
	margin-right: 5px;
	display:none;
}

.modalsave:hover,.modalcancel:hover
{
	cursor: pointer;
	opacity: 0.85;
}

.modalset
{
	border: 3px solid #ccc;
	float: right;
	height: 36px;
	line-height: 36px;
	border-radius: 21px;
	padding-left: 15px;
	padding-right: 15px;
	color: #000;
	font-size: 16px;
	margin-top: 25px;
	text-align: center;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	transition: border 0.1s ease-in-out;
}

.modalcancel
{
	float: right;
	height: 36px;
	line-height: 36px;
	width: 36px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 36px;
	background-image: url(img2/bx-plus.svg);
	cursor: pointer;
}

.modalset:hover
{
	cursor: pointer;
	border: 3px solid #999;
}

select
{
	text-transform: capitalize;
}

.inputbox
{
	position: relative;
	float: left;
	width: 100%;
}

.inputbox.inputbox33
{
	width: calc((100% / 3) - 10px);
	float: left;
}

.inputbox.inputbox50l
{
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
}

.inputbox.inputbox50r
{
	width: calc(50% - 10px);
	float: left;
	margin-left: 10px;
}

.inputbox:first-of-type
{
	margin-top: 0px;
}

.tagblock
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 16px;
	color: #000;
	border: 1px solid #D4D7E5;
	padding: 10px;
	padding-top: 0px;
	box-sizing: border-box;
	z-index: 2;
	margin: 0px;
	border-radius: 6px;
	outline: 0;
	transition: box-shadow 0.1s ease-in-out;
	margin-top: 15px;
}

.tagblock .languages,.tagblock .interests
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 10px;
}

.selectbt
{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-color: var(--Gray-200, #EFF2FC);
	width: 100px;
	height: 48px;
	line-height: 48px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	float: left;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	color: var(--Gray-800, #33354D);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}

.inputbox input,.inputbox select,.inputbox textarea,.inputbox .box,.inputbox .box2
{
	float: left;
	width: 100%;
	position: relative;
	font-size: 16px;
	color: #000;
	border: 1px solid var(--Gray-400, #D4D7E5);
	padding: 10px;
	box-sizing: border-box;
	z-index: 2;
	height: 48px;
	line-height: 48px;
	margin: 0px;
	border-radius: 6px;
	outline: 0;
	transition: box-shadow 0.1s ease-in-out;
}

.inputbox .box
{
	aspect-ratio: 1;
	height: auto;
	line-height: initial;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px;
	background-image: url(img/upload.svg);
	transition: background 0.1s ease-in-out;
}

.inputbox .box:hover,.inputbox .box2:hover
{
	background-size: 80px;
}

.inputbox .box img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	box-sizing: border-box;
	float: left;
}

.inputbox .box img.nocover
{
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.star_off
{
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 42px;
	background-image: url(img/star_on.svg);
	background-image: url(img/star_off.svg);
	display: inline-block;
	margin-top: 3px;
	cursor: pointer;
}

.star_off:hover
{
	opacity: 0.75;
}

.star_on
{
	background-image: url(img/star_on.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 42px;
}

.inputbox textarea
{
	resize: none;
	height: 150px;
	padding: 15px;
	line-height: 18px;
}

.note-editor.note-airframe, .note-editor.note-frame
{
    border: 2px solid #aaa !important;
}

.inputbox input:focus,.inputbox textarea:focus,.inputbox select:focus
{
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
}

.inputbox label
{
	float: left;
	width: 100%;
	text-transform: capitalize;
	color: var(--Gray-900, #0B0F19);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 8px;
}

.menucover
{
	display: none;
}

.menu
{
	background-color: #fff;
	width: 100%;
	float: left;
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	padding: 10px;
	padding-top: 5px;
	box-sizing: border-box;
	border-bottom-right-radius: 10px;
}

.menu2
{
	background-color: #fff;
	width: 100%;
	float: left;
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	padding: 10px;
	padding-top: 5px;
	box-sizing: border-box;
	margin-top: 5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.menu a,.menu2 a,.menu .selectlanguage
{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	float: left;
	width: 100%;
	color: #22252F;
	padding-left: 32px;
	font-size: 14px;
	cursor:pointer;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 21px;
	transition: font-size 0.1s ease-in-out;
	text-transform: capitalize;
}

.menu_sel
{
	margin-left: -10px;
	float: left;
	width: calc(100% + 10px);
	background-repeat: no-repeat;
	background-position: left center,right center;
	background-size: 48px,12px;
	background-image: url(img/menu_select.svg),url(img/goright.svg);
	height: 32px;
	line-height: 32px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.menu_sel a
{
	margin: 0px;
	font-size: 15px;
	color: #4208CC;
	padding-left: 54px;
	background-position: left 10px center;
}

.menu a:hover,.menu .selectlanguage:hover
{
	font-size: 15px;
}

.menu a.sel,.block a
{
	text-decoration: none;
	color: #4208CC;
}

.menu a.profile
{
	background-size: 18px;
	background-image: url(img/menu_profile_2.svg);
}

.menu .menu_sel a.profile
{
	background-image: url(img/menu_profile_2_w.svg);
}

.menu a.feed
{
	background-image: url(img/projects.svg);
}

.menu a.csearch
{
	background-image: url(img2/csearch.svg);
}

.menu .menu_sel a.feed
{
	background-image: url(img/projects_w.svg);
}

.menu a.user
{
	background-image: url(img/menu_home.svg);
}

.menu .menu_sel a.user
{
	background-image: url(img/menu_home_w.svg);
}

.menu .menu_sel a.articles
{
	background-image: url(img/articles_w.svg);
}

.menu a.articles
{
	background-image: url(img/articles.svg);
}

.menu a.e-learning
{
	background-image: url(img/e-learning.svg);
}

.menu a.charity
{
	background-image: url(img/donate.svg);
}

.menu .selectlanguage
{
	background-image: url(img/location2.svg);
	position: relative;
}

.selectlanguage div
{
	float:left;
	width: calc(100% - 35px);
}

.languageoptions
{
	width: 100%;
	float:left;
	display: none;
}

.selectlanguage div b
{
	display: inline-block;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
	background-image: url(img/down.svg);
	transition: .2s all;
	width: 20px;
	height: 20px;
	margin-top: 5px;
}

.menu a.e-courses
{
	background-image: url(img/e-courses.svg);
}
.menu a.e-academy
{
	background-image: url(img/e-academy.svg);
}

.menu a.groups
{
	background-image: url(img/menu_groups.svg);
}

.menu a.members
{
	background-image: url(img/menu_members.svg);
}

.menu .menu_sel a.members
{
	background-image: url(img/menu_members_2.svg);
}

.menu a.wallet
{
	background-image: url(img/menu_wallet.svg);
}

.menu .menu_sel a.wallet
{
	background-image: url(img/menu_walletw.svg);
}

.menu a.network
{
	background-image: url(img/menu_network.svg);
}

.menu .menu_sel a.network
{
	background-image: url(img/menu_network_w.svg);
}

.menu a.purchase
{
	background-image: url(img/menu_purchase.svg);
}

.menu a.partners
{
	background-image: url(img/menu_partners.svg);
}

.menu .menu_sel a.partners
{
	background-image: url(img/menu_partners_2.svg);
}

.menu a.video
{
	background-image: url(img/play_video.svg);
}

.menu .menu_sel a.video
{
	background-image: url(img/play_video_w.svg);
}

.menu a.podcast
{
	background-image: url(img/microphone.svg);
}

.menu .menu_sel a.podcast
{
	background-image: url(img/microphone_w.svg);
}

.menu a.events
{
	background-image: url(img/menu_events.svg);
}

.menu .menu_sel a.events
{
	background-image: url(img/menu_events_2.svg);
}

.menu a.webinars
{
	background-image: url(img/webinar.svg);
}

.menu .menu_sel a.webinars
{
	background-image: url(img/webinar_w.svg);
}

.menu a.services
{
	background-image: url(img/menu_services.svg);
}

.menu .menu_sel a.services
{
	background-image: url(img/menu_services_w.svg);
}

.menu a.logout
{
	background-image: url(img/menu_logout.svg);
}

.menu .menu_sel a.security
{
	background-image: url(img/menu_security_w.svg);
}

.menu a.security
{
	background-image: url(img/menu_security.svg);
}

.menu .menu_sel a.faq
{
	background-image: url(img/menu_faq_w.svg);
}

.menu a.faq
{
	background-image: url(img/menu_faq.svg);
}

.menu .line
{
	float: left;
	width: 100%;
	height: 1px;
	background-color: #fcfcfc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.award
{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
	background-image: url(img/award_bronze.svg);
	font-size: 15px;
	font-weight: bold;
	padding-left: 32px;
	height: 24px;
	line-height: 24px;
	float: left;
	margin-bottom: 5px;
}

.currentstatus
{
	float: right;
	text-align: right;
	width: calc(100% - 80px);
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-right: 3px;
}

.nextstep
{
	float: left;
	max-width: 190px;
	font-size: 12px;
	text-align: left;
	margin-left: 25px;
	padding-top: 5px;
}

.nextstep b
{
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px;
	padding-left: 20px;
	background-image: url(img/arrow3.svg);
	color: #4208CC;
}

.status
{
	width: 220px;
	float: right;
	margin-top: -3px;
}

.status1.statussel
{
	background: radial-gradient(100% 100% at 50% 0%, #9F78FD 0%, #7C51E3 21.35%, #4E1DC4 70.31%, #4108CA 100%);
	border: 0px;
	color: #fff;
}

.status1
{
	width: 70px;
	height: 24px;
	line-height: 24px;
	border-radius: 10px;
	float: left;
	border: 1px solid #70737C;
	color: #70737C;
	font-size: 12px;
	box-sizing: border-box;
	text-align: center;
}

.status2
{
	width: 70px;
	height: 24px;
	line-height: 24px;
	border-radius: 10px;
	float: left;
	border: 1px solid #70737C;
	color: #70737C;
	font-size: 12px;
	box-sizing: border-box;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.status3
{
	width: 70px;
	height: 24px;
	line-height: 24px;
	border-radius: 10px;
	float: left;
	border: 1px solid #70737C;
	color: #70737C;
	font-size: 12px;box-sizing: border-box;
	text-align: center;
}

.logo
{
	background-color: #fff;
	float: left;
	padding-left: 10px;
	height: 72px;
	line-height: 72px;
	box-sizing: border-box;
	margin-left: 0px;
	width: 190px;
}

.logo img
{
	height: 60px;
	vertical-align: middle;
}

.menu_toggle
{
	float: left;
	width: 36px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 18px;
	background-image: url(img/menu_close.svg);
	background-color: #fff;
	padding-right: 12px;
	box-sizing: border-box;
}

header
{
	background-color: #F6F6F8;
	display: flex;
	width: 100%;
	float: left;
	box-sizing: border-box;
	z-index: 10;
	height: 72px;
}

.block
{
	background-color: #fff;
	width: 100%;
	float: left;
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	border-radius: 10px;
	padding: 12px;
	box-sizing: border-box;
	margin-top: 24px !important;
}

.middle .content.contentflex
{
	display: flex;
}

.middle .block.block33
{
	flex: 1;
	width: calc((100% / 3) - 8px);
}

.middle .block.block50
{
	flex: 1;
	width: calc((100% / 2) - 8px);
}

.block:first-of-type
{
	margin-top: 0px;
}

.block .avatar
{
	float: left;
	width: calc((100% / 10) - 12px);
	margin: 4px;
	position: relative;
	margin-bottom: 30px;
	position: relative;
}

.noco
{
	text-transform: capitalize;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	background-color: #fafafa;
	border-radius: 12px;
	height: 24px;
	line-height: 24px;
}

.nomsg
{
	float: left;
	width: calc(100% + 15px);
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	border-radius: 12px;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
}

.avatar b
{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: absolute;
	color: #000;
	font-size: 10px;
	z-index: 1;
	font-weight: normal;
	line-height: 12px;
	box-sizing: border-box;
	text-align: center;
	top: 65px;
	left: 0px;
    width: 100%;
    white-space: normal;
    font-weight: bold;
    overflow: hidden;
}

.block .results
{
	font-size: 12px;
	color: #70737C;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 18px;
}

.note-video-btn,.note-image-btn
{
	background-color: #000 !important;
	box-sizing: border-box !important;
	color: #fff !important;
	opacity: 1 !important;
	border: 0 !important;
	margin-top: -10px !important;
	line-height: 28px !important;
}

.row-fluid
{
	float: left !important;
	width: 100% !important;
}

.note-form-label
{
	width: calc(100% - 100px) !important;
}

.note-modal-body
{
	padding-bottom: 50px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-bottom: 20px !important;
}

.note-modal-body
{
	padding-bottom: 120px !important;
}

.note-group-select-from-files input
{
	padding: 0px !important;
	padding-left: 10px !important;
}

.note-modal .note-modal-body label
{
	padding-left: 0px !important;
	width: calc(100% - 50px) !important;
	margin-top: 20px !important;
}

.note-modal .note-modal-body .note-group-image-url label
{
	margin-top: 100px !important;
}

.note-modal-footer
{
	margin-top: 10px !important
}

.note-input
{
	margin-top: 10px !important;
}

.note-modal-header
{
	padding-left: 10px !important;
}

.note-image-url
{
	margin-top: 35px !important;
}

.block .btinner
{
	width: 100%;
	float: left;
	text-align: center;
}

.block.block33 .title,.block.block50 .title,.block.block100 .title
{
	text-transform: capitalize;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: -5px;
	float: left;
	width: 100%;
}

.block .b
{
	float: left;
	width: 100%;
	display: flex;
	flex-shrink: 0;
	margin-bottom: 15px;
}

.eventline
{
	float: left;
	width: calc(100% - 80px);
	margin-bottom: 10px;
}

.eventline:last-of-type,.eventcalendar:last-of-type
{
	margin-bottom: 0px !important;
}

.eventname
{
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin-top: 3px;
}

.eventname b
{
	color: #78C100;
	font-size: 12px;
	margin-left: 8px;
}

.eventcalendar
{
    flex: 1;
    aspect-ratio: 1;
    float: left;
    background-color: #F5F5F5;
    flex-shrink: 0;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.eventtext
{
	float: left;
	width: 100%;
	font-size: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.eventtime
{
	color: #70737C;
	font-size: 12px;
	float: left;
	width: 100%;
}

.eventblock .block .b
{
	padding-bottom: 5px;
	border-bottom: 2px solid #fafafa;
}

.eventblock .block .b:last-of-type
{
	padding-bottom: 0px;
	border-bottom: 0px solid #fafafa;
}

.eventblock .block .b1
{
	flex: 1;
	float: left;
	width: calc(22% - 8px);
	background-color: #FFF;
	flex-shrink: 0;
	margin-right: 8px;
	border-radius: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
}

.eventblock .block .b1 img
{
	width: 100%;
	object-fit: cover;
	padding: 2px;
	border: 4px solid #fafafa;
	box-sizing: border-box;
	aspect-ratio: 1;
}

.block .b1
{
	flex: 1;
	aspect-ratio: 1;
	float: left;
	width: calc(22% - 8px);
	background-color: #F5F5F5;
	flex-shrink: 0;
	margin-right: 8px;
	border-radius: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block .b1.bb1
{
	width: 80px;
	margin-right: 10px;
}

.block .b1.bb1.bbr img
{
	border-radius: 50%;
	padding: 2px;
	border: 4px solid #fafafa;
	box-sizing: border-box;
	aspect-ratio: 1;
}

.block .g1,.block .g11
{
	flex: 1;
	float: left;
	width: calc(22% - 8px);
	flex-shrink: 0;
	margin-right: 8px;
	border-radius: 10px;
	text-align: center;
}

.block .g1 img
{
	width: 100%;
	border-radius: 50%;
	padding: 2px;
	border: 5px solid #fafafa;
	box-sizing: border-box;
	aspect-ratio: 1;
}

.block .g11 img
{
	width: 100%;
	aspect-ratio: 1;
	padding: 2px;
	box-sizing: border-box;
	border: 5px solid #fff;
}

.block .b1 .dta,.block .eventcalendar .dta
{
	font-size: 18px;
}

.block .b1 .dtb,.block .eventcalendar .dtb
{
	font-size: 12px;
	color: #70737C;
}

.block .b3
{
	float: left;
	width: 100%;
	font-size: 13px;
	color: #70737C;
	margin-top: -20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fafafa;
	padding-bottom: 10px;
	line-height: 14px;
}


.block .b2
{
	float: left;
	width: 78%;
}

.block .b2.bb2
{
	width: calc(100% - 80px);
}

.block .b2 .event a
{
	float: left;
	width: 100%;
	color: #4208CC;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px;
	background-image: url(img/arrow3.svg);
	font-size: 13px;
	text-decoration: none;
}

.block .b2 .name
{
	color: #000;
	font-weight: bold;
	float: left;
	width: 100%;
	font-size: 13px;
}

.eventblock .block .b2 .name
{
	color: #000;
	font-weight: bold;
	float: left;
	width: 100%;
	font-size: 15px;
	margin-top: 5px;
}

.block .b2 .time
{
	color: #70737C;
	float: left;
	width: 100%;
	font-size: 12px;
}

.block .b2 .sp
{
	color: #4208CC;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

.eventblock .block .b2 .event
{
	color: #70737C;
}

.block .b2 .event
{
	color: #000;
	float: left;
	width: 100%;
	font-size: 14px;
}

.block .b2 .date
{
	font-size: 12px;
	color: #70737C;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px;
	background-image: url(img/calendar.svg);
	float: left;
	width: 100%;
	padding-left: 15px;
}

.block .b2 .role
{
	font-size: 12px;
	color: #70737C;
	float: left;
	width: 100%;
}

.block .b2 .role a
{
	font-size: 12px;
	color: #70737C;
	float: left;
	width: 100%;
	color: #4208CC;
	font-weight: bold;
	text-decoration: none;
}

.block .b2 .date a,.block .b3 a
{
	color: #4208CC;
	text-decoration: none;
}

.block .avatar img
{
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
	width: 100%;
	background-color: #fff;
	height: 100%;
	transition: transform .2s;
	position: relative;
	border:  5px solid #fafafa;
	padding: 2px;
	box-sizing: border-box;
	display: block;
}

.block .avatar img:hover,.thumb img:hover,.contact img:hover
{
	transform: scale(1.1);
	cursor: pointer;
}

.block h2,.middle h2
{
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 8px;
	margin-bottom: 8px;
	float: left;
	height: 24px;
	line-height: 24px;
}

.middle h2.topspace
{
	margin-top: 25px;
}

.block.wallet h2
{
	width: 100%;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 21px;
	background-image: url(img/menu_walletw.svg);
}

.block.donate
{
	text-transform: capitalize;
	height: 48px;
	line-height: 48px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left 15px center,right 15px center;
	padding-left: 52px;
	font-weight: bold;
	font-size: 14px;
	background-size: 28px,10px;
	background-image: url(img/donate.svg),url(img/arrow3.svg);
	transition: background 0.1s ease-in-out;
	margin-top: 10px;
}

.block.verify
{
	text-transform: capitalize;
	text-decoration: none;
	color: #000;
	margin-top: 10px;
	height: 48px;
	line-height: 48px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left 15px center,right 15px center;
	padding-left: 52px;
	font-weight: bold;
	font-size: 14px;
	background-size: 24px,10px;
	background-image: url(img/verify.svg),url(img/arrow3.svg);
	transition: background 0.1s ease-in-out;
}

.left .block.invite
{
	text-transform: capitalize;
	margin-top: 20px;
	display: none;
}

.left .block.wallet,.left .block.donate,.left .expirenote,.left .subsnote,.left .block.blockupgrade,.left .block.verify
{
	display: none;
}

.block.invite
{
	text-transform: capitalize;
	display: block;
	text-decoration: none;
	text-align: left !important;
	height: 48px;
	line-height: 48px;
	padding: 0px;
	padding-left: 52px;
	font-weight: bold;
	font-size: 14px;
	background-size: 26px,16px;
	transition: background 0.1s ease-in-out;
	background: url(img/invite.svg) no-repeat left 15px center,url(img/arrow2.svg) no-repeat right 15px center,radial-gradient(100% 100% at 50% 0%, #9F78FD 0%, #7C51E3 21.35%, #4E1DC4 70.31%, #4108CA 100%);
	color: #fff;
	margin-top: 3px;
}

.block.invite:hover
{
	cursor: pointer;
	background: url(img/invite.svg) no-repeat left 15px center,url(img/arrow2.svg) no-repeat right 12px center,adial-gradient(100% 100% at 50% 0%, #A724E0 0%, #4208CC 100%);
}

.block.donate:hover,.block.verify:hover
{
	cursor: pointer;
	background-position: left 15px center,right 12px center;
}

.block .circle
{
	height: 42px;
	width: 42px;
	float: left;
	text-align: center;
	line-height: 42px;
	font-size: 13px;
	color: #70737C;
	border:  5px solid #fafafa;
	border-radius: 50%;
	position: relative;
	font-weight: bold;
}

.block .circlespace
{
	width: 10px;
	height: 5px;
	float: left;
	margin-top: 22px;
	background-color: #D7D7D7;
}

.block .circle.filled
{
	background-color: #4208CC;
	color: #fff;
}

.block .circle.verified
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	background-image: url(img/verified.svg);
	background-color: #4208CC;
}

.block .circle.filled:before,.block .circle.verified:before
{
	border: 1px solid #4208CC;
}

.block .circle:before
{
	background: none;
	border-radius: 50%;
	border: 1px solid #D7D7D7;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
}

.middle h2
{
	font-size: 18px;
	height: 28px;
	line-height: 28px;
}

.block .seeall,.middle .seeall
{
	text-transform: capitalize;
	text-decoration: none;
	float: right;
	border-radius: 12px;
	height: 24px;
	line-height: 24px;
	background-color: #4208CC;
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-right: 8px;
	transition: background 0.1s ease-in-out;
	background: radial-gradient(100% 100% at 50% 0%, #9F78FD 0%, #7C51E3 21.35%, #4E1DC4 70.31%, #4108CA 100%);
}

.seeallselectoff
{
	text-transform: capitalize;
	float: right;
	border-radius: 14px;
	height: 28px;
	line-height: 28px;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-right: 4px;
	transition: background 0.1s ease-in-out;
	text-decoration: none;
}

.seeallselecton
{
	color: #fff;
	background: radial-gradient(100% 100% at 50% 0%, #9F78FD 0%, #7C51E3 21.35%, #4E1DC4 70.31%, #4108CA 100%);	
}

.block .upgradebt
{
	color: #fff;
	background: radial-gradient(100% 100% at 50% 0%, #9F78FD 0%, #7C51E3 21.35%, #4E1DC4 70.31%, #4108CA 100%);
	height: 32px;
	line-height: 32px;
	border-radius: 10px;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	transition: opacity 0.1s ease-in-out;
}

.block .upgradebt:hover
{
	background: radial-gradient(100% 100% at 50% 0%, #4208CC 0%, #4208CC 100%);
	cursor: pointer;
}

.shop_error
{
	float: left;
	width: 100%;
	border-radius: 10px;
	margin-top: 4px;
	background-color: #FDEFE3;
	margin-bottom: 15px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 18px;
	background-image: url(img/alert2.svg);
	color: #F92C2C;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	font-weight: bold;
}

.shop_ok
{
	float: left;
	width: 100%;
	border-radius: 10px;
	margin-top: 4px;
	background-color: #d7e8d8;
	margin-bottom: 15px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 18px;
	background-image: url(img/price_check.svg);
	color: #78C100;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	font-weight: bold;
}

.subsnote
{
	float: left;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #d7e8d8;
	margin-top: 15px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 18px;
	background-image: url(img/price_check.svg);
	color: #78C100;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	font-weight: bold;
}

.expirenote
{
	float: left;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #FDEFE3;
	margin-top: 15px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 18px;
	background-image: url(img/alert2.svg);
	color: #F92C2C;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	font-weight: bold;
}

.block.blockcenter.blockupgrade
{
	margin-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	font-size: 15px;
}

.block.blockcenter.blockupgrade img
{
	margin-top: 10px;
}

.block .seeallbt
{
	text-transform: capitalize;
	text-decoration: none;
	border: 1px solid #4208CC;
	color: #4208CC;
	background-color: #fff;
	height: 28px;
	line-height: 28px;
	border-radius: 10px;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	transition: opacity 0.1s ease-in-out;
}

.block .seeallbt:hover
{
	opacity: 0.75;
	cursor: pointer;
}

.block.wallet
{
	margin-top: 10px;
	background: radial-gradient(100% 100% at 50% 0%, #9F78FD 0%, #7C51E3 21.35%, #4E1DC4 70.31%, #4108CA 100%);
	color: #fff;
}

.block.wallet .walletblock
{
	float: left;
	width: 50%;
	padding: 8px;
	padding-bottom: 4px;
	box-sizing: border-box;
	font-size: 13px;
}

.block.wallet .walletblock.value
{
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
}

.block.wallet .walletbt
{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	height: 42px;
	border-radius: 21px;
	width: calc(50% - 8px);
	float: left;
	background-color: #fff;
	color: #000;
	text-align: center;
	line-height: 42px;
	font-size: 13px;
	margin: 4px;
	margin-top: 12px;
	transition: background-color 0.1s ease-in-out;
	font-weight: bold;
}

.block.wallet .walletbt:hover
{
	background-color: #eee;
	cursor: pointer;
}

.middle h2
{
	text-transform: capitalize;
	padding-left: 4px;
}

.middle .seeall
{
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	margin-right: 4px;
}

.right .block.blockcenter
{
	text-align: center;
}

.middle .block
{
	width: calc(100% - 8px);
	margin: 4px;
}

.middle .block .avatar
{
	margin-left: 8px;
	margin-right: 8px;
	width: calc((100% / 8) - 20px);
}

.middle .block.act .avatar
{
	margin-bottom: 35px;
}

.block .seeall:hover,.middle .seeall:hover,.seeallselecton:hover
{
	cursor: pointer;
	background: radial-gradient(100% 100% at 50% 0%, #4208CC 0%, #4208CC 100%);
}

.seeallselectoff:hover
{
	background-color: #fdfdfd;
	cursor: pointer;
}

.c
{
	clear: both;
}

.ticket
{
	background-color: #fff;
	width: calc((100% / 3) - 8px);
	margin: 4px;
	float: left;
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 0px;
	position: relative;
}

.ticket_thumb
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	position: relative;
}

.ticket_thumb img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.5;
}

.ticket_number
{
	color: #fff;
	font-size: 36px;
	width: 100%;
	text-align: center;
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
	position: absolute;
	top: calc(50% - 18px);
	font-weight: bold;
	height: 36px;
	line-height: 32px;
	left: 0px;
	z-index: 2px;
}

.ticket_name
{
	width: 100%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}

.ticket_name span
{
	float: left;
	width: 100%;
	text-align: left;
}

.ticket_name span:first-of-type
{
	font-size: 12px;
	color: #aaa;
}

.ticket_name span:last-of-type
{
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ticket_event
{
	width: 100%;
	float: left;
	padding: 15px;
	padding-top: 0px;
	box-sizing: border-box;
}

.ticket_event span
{
	float: left;
	width: 100%;
	text-align: left;
}

.ticket_event span:first-of-type
{
	font-size: 12px;
	color: #aaa;
}

.ticket_event span:last-of-type
{
	font-size: 13px;
	font-weight: bold;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ticket_time
{
	width: 100%;
	float: left;
	padding: 15px;
	padding-bottom: 0px;
	box-sizing: border-box;
	padding-top: 0px;
}

.ticket_time span
{
	float: left;
	width: 100%;
	text-align: left;
}

.ticket_time span:first-of-type
{
	font-size: 12px;
	color: #aaa;
}

.ticket_time span:last-of-type
{
	font-size: 13px;
	font-weight: bold;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ticket_barcode
{
	font-family: 'Libre Barcode 39', cursive;
	color: #000;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 48px;
	border-top: 1px dotted #000;
	padding: 15px;
	padding-bottom: 0px;
	box-sizing: border-box;
}

.ticket_address
{
	float: left;
	width: 100%;
	padding: 15px;
	padding-top: 0px;
	color: #000;
	font-size: 13px;
	box-sizing: border-box;
}

.ticket_address span
{
	float: left;
	width: 100%;
}

.thumb
{
	background-color: #fff;
	width: calc((100% / 3) - 8px);
	margin: 4px;
	float: left;
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 8px;
	position: relative;
}

.thumb .length
{
	top: 10px;
	right: 10px;
	position: absolute;
	background-color: rgba(0,0,0,.5);
	height: 18px;
	line-height: 18px;
	color: #fff;
	border-radius: 9px;
	padding-left: 7px;
	padding-right: 7px;
	box-sizing: border-box;
	font-size: 12px;
}

.thumb .newsdate
{
	color: #fff;
	line-height: 36px;
	font-size: 12px;
	height: 36px;
	border-radius: 10px;
	float: left;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 18px;
	background-image: url(img/calendar2.svg);
	padding-left: 35px;
	box-sizing: border-box;
}

.thumb b
{
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	margin-top: 6px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-left: 20px;
	transition: font-size 0.1s ease-in-out;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 14px;
	background-image: url(img/title_thumb.svg);
	box-sizing: border-box;
}

.content.videos .thumb b,.content.events .thumb b
{
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	margin-top: 6px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-left: 0px;
	transition: font-size 0.1s ease-in-out;
	box-sizing: border-box;
	background-image: none;
}

.thumb i
{
	color: #70737C;
	font-style: normal;
	float: left;
	width: 100%;
	font-size: 12px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
}

.content.videos .thumb i,.content.events .thumb i
{
	color: #70737C;
	font-style: normal;
	float: left;
	width: 100%;
	font-size: 12px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
}

.thumb .uploader
{
	float: right;
	height: 32px;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}

.thumb .uploader span
{
	float: left;
	line-height: 12px;
	display: block;
	width: calc(100% - 37px);
	font-size: 12px;
	color: #4208CC;;
}

.thumb .uploader img
{
	height: 32px;
	width: 32px;
	float: left;
	margin-right: 5px;
	border-radius: 50%;
	padding: 1px;
	border: 1px solid #fafafa;
	box-sizing: border-box;
}

.reserve .upgradebt
{
	margin: 0px;
	margin-top: 15px;
}

.reserve .price
{
	width: 100%;
	text-align: center;
	margin-top: 0px;
}

.price
{
	color: #78C100;
	height: 32px;
	line-height: 32px;
	float: right;
	font-weight: bold;
	margin-top: 10px;
	position: relative;
}

.price b
{
	position: absolute;
	top: -15px;
	right: 0px;
	font-size: 10px !important;
	font-weight: normal;
	color: #000;
	text-align: right;
}

.growth
{
	text-transform: capitalize;
	float: left;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	font-size: 13px;
	border: 1px solid #4208CC;
	color: #4208CC;
	border-radius: 10px;
	margin-top: 10px;
	transition: opacity 0.1s ease-in-out;
}

.growth.growthfull
{
	width: calc(100% - 20px);
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.growth:hover
{
	cursor: pointer;
	opacity: 0.75;
}

.play
{
	font-size: 13px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	background-image: url(img/play.svg);
	float: left;
	color: #4208CC;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	margin-top: 17px;
}

.m_thumb
{
	padding-bottom: 52px;
}

.m_header
{
	position: relative;
	float: left;
	width: 100%;
	height: 95px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #E1E1E1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.m_name
{
	float: left;
	color: #000;
	font-weight: bold;
	margin-top: 5px;
	font-size: 15px;
	height: 24px;
	line-height: 24px;
}

.m_followers
{
	float: right;
	color: #4208CC;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	padding-left: 18px;
	font-weight: bold;
	background-image: url(img/menu_members.svg);
	margin-top: 5px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.m_location
{
	float: left;
	color: #70737C;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	padding-left: 18px;
	background-image: url(img/location2.svg);
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

.m_flex
{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.m_avatar
{
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 10px;
	left: 10px;
	border-radius: 50% !important;
	z-index: 2;
	padding: 2px;
	border: 5px solid #fafafa;
	background-color: #fff;
}

.m_avatar img
{
	width: 100%;
	height: 100%;
	border-radius: 50% !important;
	background-color: #fff;
}

.thumb i.m_tags
{
	float: left;
	color: #70737C;
	width: 100%;
	font-size: 12px;
}

.thumb i.m_tags span:first-of-type
{
	margin-left: 0px;
}

.thumb i.m_tags span
{
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px;
	padding-left: 15px;
	background-image: url(img/tag.svg);
}

.partner
{
	float: left;
	color: #70737C;
	padding-right: 15px;
	font-weight: bold;
	margin-top: 8px;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.partner img
{
	float: left;
	margin-right: 3px;
	width: 24px !important;
	height: 24px;
	float: left;
	border-radius: 50%;
}

.label span
{
	font-size: 12px;
	color: #70737C;
}

.label
{
	font-size: 14px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 42px;
	line-height: 42px;
	background-color: #fff;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 21px;
	padding-left: 36px;
	padding-right: 15px;
	font-weight: bold;
	background-image: url(img/grass_award.svg);
	z-index: 1;
}

.thumb:hover b
{
	color: #4208CC;
}

.thumb b.m_role
{
	font-weight: normal;
}

.thumb:hover b.m_role
{
	color: #000;
}

.thumb img
{
	transition: transform .2s;
	border-radius: 10px;
	float: left;
	aspect-ratio: 16 / 9;
	width: 100%;
}

.content
{
	float: left;
	width: 100%;
	margin-top: 24px;
	position: relative;
}

.content:first-of-type
{
	margin-top: -4px !important;
}

.content .avatar b
{
	float: left;
	width: 100%;
	margin-top: 8px;
	font-size: 12px;
	position: relative;
	top: 0px;
}

.avatar i
{
	position: absolute;
	top: 3px;
	right: 3px;
	background-color: #F92C2C;
	color: #fff;
	font-style: normal;
	font-size: 11px;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	padding: 3px;
}

.content .avatar b span
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 14px;
	color: var(--Gray-900, #0B0F19);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

.content .avatar b .fbt
{
	width: 100%;
	border: 1px solid #4208CC;
	color: #4208CC;
	background-color: #fff;
	height: 28px;
	line-height: 28px;
	border-radius: 10px;
	margin-top: 8px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	transition: opacity 0.1s ease-in-out;
}

.content .avatar b .fbt:hover
{
	opacity: 0.75;
	cursor: pointer;
}

.content:first-of-type
{
	margin-top: 0px;
}

.content .block
{
	position: relative;
}

.content .block .avatar
{
	float: none;
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: top;
}

.zoom
{
	position: relative;
	border-radius: 10px;
	float: left;
	width: 100%;
	overflow: hidden;
}

.blockinner
{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.nextblock
{
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	position: absolute;
	top: calc(50% - 24px);
	right: -16px;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	background-image: url(img/goright.svg);
	transition: all 0.1s ease-in-out;
	z-index: 2;	
}

.prevblock
{
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	position: absolute;
	top: calc(50% - 24px);
	left: -16px;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	background-image: url(img/goleft.svg);
	transition: all 0.1s ease-in-out;
	z-index: 2;
	display: none;
}

.nextblock:hover,.prevblock:hover
{
	width: 54px;
	height: 54px;
	top: calc(50% - 27px);
	cursor: pointer;
}

.options
{
	text-transform: capitalize;
	color: #000;
	background-color: #fff;
	width: calc((100% / 5) - 8px);
	float: left;
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	border-radius: 10px;
	box-sizing: border-box;
	margin: 4px;
	height: 105px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center top 40%;
	background-size: 34px;
	position: relative;
	margin-top: 0px;
	background-color: radial-gradient(circle, rgba(155,15,187,1) 0%, rgba(244,19,223,1) 100%);
	transition: all 0.1s ease-in-out;
}

.options b
{
	position:  absolute;
	bottom: 0px;
	height: 32px;
	line-height: 32px;
	left: 0px;
	width: 100%;
	transition: color 0.1s ease-in-out;
}

.options i
{
	position:  absolute;
	bottom: 0px;
	height: 28px;
	width: 28px;
	line-height: 32px;
	background: #F0F0F0;
	border-radius: 10px;
	box-sizing: border-box;
	right: 5px;
	top: 5px;
	transition: color 0.1s ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 5px;
	background-image: url(img/arrow.svg);
}

.options.services
{
	background-image: url(img/menu_services.svg);
}

.options.events
{
	background-image: url(img/menu_events.svg);
}

.options.partners
{
	background-image: url(img/menu_partners.svg);
}

.options.members
{
	background-image: url(img/menu_members.svg);
}

.options.partners
{
	background-image: url(img/menu_partners.svg);
}

.options.groups
{
	background-image: url(img/menu_groups.svg);
}

.options:hover b
{
	color: #4208CC;
	cursor: pointer;
}

.options:hover
{
	cursor: pointer;
	background-position: center top 30%;
}

header .user
{
	float: left;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin: 9px;
	margin-left: 4px;
	margin-right: 4px;
	position:relative;
}

.ubadge
{
	position:absolute;
	top:0px;
	right:0px;
	height:22px;
	width:22px;
	background-color:#fff;
	box-sizing: border-box;
	border-radius:50%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px;
}

header .user .badge
{
	position:absolute;
	top:-3px;
	right:-3px;
	height:22px;
	width:22px;
	background-color:#fff;
	box-sizing: border-box;
	border-radius:50%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px;
}

header .user .badge img
{
	width: 50px;
	height:50px;
}

header .user img
{
	padding: 1px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid #fff;
	transition: transform .2s;
	width: 100%;
	height: 100%;
	float: left;
}

.menu_left
    {
        float: left;
        margin-left: 12px;
    }

    .menu_left a
    {
        color: var(--White, #FFF);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        height: 32px;
        line-height: 32px;
        margin-top: 22px;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        text-transform: capitalize;
        text-decoration: none;
        margin-left: 10px;
        margin-right: 10px;
    }

    .menu_left a:hover
    {
        opacity: 0.85;
    }

    .new_header .new_menu a.sign_in:hover
    {
        opacity: 0.85;
        background-color: #FF8A48;
        background-repeat: no-repeat;
        background-position: left 12px center;
        background-size: 21px;
        background-image: url(img2/userw.svg);
    }

    .new_header .new_menu a.sign_in
    {
        border-radius: 4px;
        background: #FF8A48;
        text-decoration: none;
        color: var(--White, #FFF);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 36px;
        line-height: 36px;
        padding: 0px;
        padding-right: 12px;
        padding-left: 36px;
        background-repeat: no-repeat;
        background-position: left 12px center;
        background-size: 21px;
        background-image: url(img2/userw.svg);
        margin: 0px;
        margin-top: 20px;
        width: auto;
        margin-left: 8px;
    }

.new_header .notifications .havenotifications
{
	display: none;
	position: absolute;
	top: 6px;
	right: 10px;
	background-color: #4208CC;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	z-index: 2;
}

.new_header .message .havemsg
{
	display: none;
	position: absolute;
	top: 8px;
	right: 5px;
	background-color: #4208CC;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	z-index: 2;
}

.new_header .message
{
	margin-left: 5px;
	border-radius: 10px;
	margin-top: 17px;
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	background-color: #fff;
	float: right;
	height: 38px;
	width: 38px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	background-image: url(img/message.svg);
	cursor: pointer;
	position: relative;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.new_header .message:hover
{
	border-bottom: 2px solid #4208CC;
}

header .cart
{
	border-radius: 10px;
	margin-top: 17px;
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	background-color: #fff;
	float: right;
	height: 38px;
	width: 38px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	background-image: url(img/basket.svg);
	cursor: pointer;
	position: relative;
}

header .cart:hover
{
	border-bottom: 2px solid #4208CC;
}

header .cart .havecart
{
	display: none;
	position: absolute;
	top: 8px;
	right: 5px;
	background-color: #4208CC;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	z-index: 2;
}

header .welcome
{
	float: left;
	height: 60px;
	width: 127px;
	box-sizing: border-box;
	padding-top: 12px;
	margin-right: 10px;
	padding-right: 24px;
	position: relative;
}

header .welcome i
{
	position: absolute;
	top: 18px;
	right: 0px;
	height: 24px;
	width: 12px;
	display: inline-block;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
	background-image: url(img/down.svg);
	transition: .2s all;
}

header .welcome b
{
	float: left;
	width: 100%;
	display: block;
	font-size: 12px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: capitalize;
}

header .welcome b:first-of-type
{
	color: #70737C;
}

header .search
{
	flex: 1;
	margin-left: 28px;
	margin-right: 29px;
	position: relative;
}

header .search .searchopc
{
	text-transform: capitalize;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	top: 12px;
	right: 0px;
	width: 100px;
	height: 48px;
	line-height: 48px;
	color: #000;
	position: absolute;
	background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    background-image: url(img/down.svg);
    cursor: pointer;
    font-size: 13px;
}

header .search .searchopci
{
	display: none;
	position: absolute;
	top: 60px;
	right: 0px;
	border-radius: 10px;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	padding: 15px;
	box-sizing: border-box;
	white-space: nowrap;
}

header .search .searchopci span
{
	white-space: nowrap;
	float: left;
	width: 100%;
	display: block;
	line-height: 24px;
}

header .search .searchopci span:hover
{
	color: #3D65B6;
	cursor: pointer;
}

header .search input
{
	text-transform: capitalize;
	border: 1px solid #B1B0B6;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	height: 48px;
	line-height: 48px;
	margin-top: 12px;
	border-radius: 10px;
	outline: 0px;
	padding-left: 48px;
	padding-right: 18px;
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 18px;
	background-image: url(img/search.svg);
	transition: border 0.1s ease-in-out;
}

header .search input:focus
{
	border: 1px solid #aaa;
}
header .userdrop
{
	margin-top: 6px;
	position: relative;
	cursor: pointer;
	float: right;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

header .userdrop:hover .user img
{
	transform: scale(1.1);
}

header .useroptions
{
	position: absolute;
	top: 60px;
	width: calc(100% - 6px);
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	z-index: 10;
	padding: 10px;
	box-sizing: border-box;
	display: none;
}

header .useroptions:after
{
	bottom: 100%;
	left: 25px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}

header .useroptions a
{
	text-transform: capitalize;
	float: left;
	width: 100%;
	text-decoration: none;
	color: #000;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
	padding-left: 28px;
	transition: color 0.1s ease-in-out;
	font-size: 15px;
}

header .useroptions a:hover
{
	color: #4208CC;
}

header .useroptions a.logout
{
	background-size: 21px;
	background-position: left 4px center;
	background-image: url(img/menu_logout.svg);
}

header .useroptions a.creator
{
	background-position: left 1px center;
	background-image: url(img/creator.svg);
	background-size: 20px;
}

header .useroptions a.purchases
{
	background-position: left 1px center;
	background-image: url(img/basket.svg);
	background-size: 20px;
}

header .useroptions a.messages
{
	background-position: left 2px center;
	background-image: url(img/message.svg);
	background-size: 20px;
}

header .useroptions a.profile
{
	background-image: url(img/menu_profile.svg);
}

header .useroptions a.settings
{
	background-image: url(img/settings.svg);
	background-size: 23px;
}

.creator_thumb
{
	float: left;
	width: 110px;
	height: 60px;
	background-color: #fafafa;
	border-radius: 6px;
}

.creator_title
{
	float: left;
	margin-left: 10px;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
}

.creator_block
{
	line-height: 60px;
	height: 60px;
	float: left;
	white-space: nowrap;
	float: right;
	margin-left: 15px;
	font-size: 12px;
}

.publish
{
	text-transform: capitalize;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	padding-left: 16px;
	padding-right: 16px;
	color: #78C100;
	background-color: #EAFEC9;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.event_publish
{
	float: right;
	display: block;
	height: 42px;
	line-height: 42px;
	border-radius: 4px;
	padding-left: 16px;
	padding-right: 16px;
	color: #fff;
	background-color: #78C100;
	font-size: 15px;
	transition: opacity 0.1s ease-in-out;
	font-weight: bold;
	margin-left: 10px;
	color: var(--White, #FFF);
	font-family: Manrope;
	font-size: 14px;
}

.event_preview
{
	float: right;
	display: block;
	height: 42px;
	line-height: 42px;
	border-radius: 4px;
	padding-left: 16px;
	padding-right: 16px;
	color: #fff;
	background-color: #1D2350;
	text-decoration:none;
	font-size: 15px;
	transition: opacity 0.1s ease-in-out;
	font-weight: bold;
	margin-left: 10px;
	font-family: Manrope;
	font-size: 14px;
}

.event_delete,.event_delete2
{
	font-family: Manrope;
	font-size: 14px;
	float: right;
	display: block;
	height: 42px;
	line-height: 42px;
	border-radius: 6px;
	padding-left: 16px;
	padding-right: 16px;
	color: #fff;
	background-color: #EF4444;
	font-size: 15px;
	transition: opacity 0.1s ease-in-out;
	font-weight: bold;
	margin-left: 10px;
}

.event_delete2
{
	text-transform: uppercase;
}

.uppercase
{
	text-transform: uppercase;
}

.capitalize
{
	text-transform: capitalize;
}

.event_back
{
	float: left;
	display: block;
	height: 42px;
	line-height: 42px;
	border-radius: 4px;
	padding-left: 16px;
	padding-right: 16px;
	color: #1D2350;
	border: 1px solid #1D2350;
	background-color: #FFF;
	font-size: 15px;
	transition: opacity 0.1s ease-in-out;
	font-weight: bold;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: left 16px center;
	background-image: url(img/back_arrow.svg);
	padding-left: 36px;
	background-size: 12px;
	text-decoration: none;
	font-family: Manrope;
	font-size: 14px;
}

.event_mt
{
	margin-top: 25px;
}

.event_publish:hover,.event_delete:hover,.event_back:hover,.event_preview:hover,.event_delete2:hover
{
	cursor: pointer;
	opacity: 0.75;
}

.multiremove
{
	position:absolute;right:10px;top:-8px;background-color:#fff;padding-left:5px;padding-right:5px;font-weight:bold;font-size:12px;cursor:pointer;
}

.multiline
{
	float:left;width:100%;margin-top:25px;margin-bottom:10px;height:1px;background-color: #ccc;position:relative
}

.npublish
{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	text-transform: capitalize;
	padding-left: 16px;
	padding-right: 16px;
	color: #F92C2C;
	background-color: #FDEFE3;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.creator_block b
{
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/calendar.svg);
	background-size: 15px;
	display: inline-block;
	vertical-align: middle;
}

.creator_block a
{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/edit2.svg);
	background-size: 28px;
	display: inline-block;
	vertical-align: middle;
}

.creator_block i
{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/error.svg);
	background-size: 28px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.creator_thumb img
{
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.prefooter
{
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	padding-bottom: 0px;
}

footer
{
	text-transform: capitalize;
	float: left;
	width: 100%;
	border-top: 1px solid #D7D7D7;
	margin-bottom: 25px;
}

.goleft
{
	box-sizing: border-box;
	padding-left: 25px;
	float: left;
	width: 50%;
}

.goright
{
	box-sizing: border-box;
	padding-right: 25px;
	float: right;
	width: 50%;
}

footer .parts
{
	float: right;
	width: calc(100% / 4);
}

footer .parts a
{
	float: left;
	width: 100%;
	color: #70737C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	transition: color 0.1s ease-in-out;
}

footer .parts a:hover
{
	color: #4208CC;
}

footer .line1
{
	float: left;
	width: 100%;
	color: #000;
	font-size: 13px;
}

footer .line2
{
	float: left;
	width: 100%;
	margin-top: 15px;
}

footer .line3
{
	float: left;
	width: 100%;
	margin-top: 30px;
}

footer .line1 img,footer .line2 img,footer .line3 img
{
	margin-right: 10px;
}

footer .line1 span
{
	color: #70737C;
	font-size: 12px;
}

footer h4
{
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 15px;
}

footer .lselect
{
	float: left;
	font-size: 13px;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: left center,right center;
	background-size: 18px,12px;
	background-image: url(flags/us.png),url(img/down.svg);
	padding-right: 20px;
	padding-left: 23px;
}

.rotate180
{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	transition: .2s all
}

.rotate90
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: .2s all;
}

.rotate45
{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .2s all;
}

.new_header .notificationoptions
{
	display: none;
	z-index: 9;
	right: 0px;
	position: absolute;
	top: 66px;
	width: 350px;
	border-radius: 8px;
	border: 1px solid #E2E5F1;
	background: #FFF;
	box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
	padding: 16px;
	color: #000;
}

.new_header .notificationoptions a
{
	margin: 0px !important;
	height: auto !important;
	float: none !important;
	float: left;
	width: 100%;
	text-decoration: none;
	color: #000;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
	padding-left: 28px;
	transition: color 0.1s ease-in-out;
	font-size: 15px;
}

.new_header .notificationoptions .notification
{
	margin-left: -16px;
	margin-right: -16px;
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E2E5F1;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 16px;
}

.new_header .notificationoptions .notification:last-of-type
{
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
}

.new_header .notificationoptions .notification .notavt
{
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 8px;
	border: 1px solid #E2E5F1;
}

.new_header .notificationoptions .notification .notavt img
{
	width: 100%;
	height: 100%;
	float: left;
	border-radius: 50%;
}

.new_header .notificationoptions .notification .notinfo
{
	height: 32px;
	float: left;
	font-size: 13px;
	float: left;
	line-height: 32px;
	width: calc(100% - 125px);
	text-align: left;
}

.new_header .notificationoptions .notification .notinfo span
{
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
}

.new_header .notificationoptions .notification .notinfo a
{
	font-size: 13px;
	color: #4208CC;
	width: auto;
	display: inline-block;
	padding: 0px;
	margin-right: 3px;
}


.clearall
{
	margin-top: 6px;
	float: right;
	width: 83px;
	border-radius: 4px;
	height: 28px;
	line-height: 28px;
	background-color: #4208CC;
	color: #fff;
	font-size: 11px;
	padding: 0px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
	text-align: center;
	transition: background 0.1s ease-in-out;
	border-radius: 6px;
	background: #EFF2FC;
	color: var(--Gray-800, #33354D);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-style: normal;
	font-weight: 600;
}

.clearallm
{
	margin-top: 6px;
	float: right;
	width: 83px;
	border-radius: 4px;
	height: 28px;
	line-height: 28px;
	background-color: #4208CC;
	color: #fff;
	font-size: 11px;
	padding: 0px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
	text-align: center;
	transition: background 0.1s ease-in-out;
	border-radius: 6px;
	background: #EFF2FC;
	color: var(--Gray-800, #33354D);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-style: normal;
	font-weight: 600;
}

header .notificationoptions .notification .accept
{
	margin-top: 6px;
	float: right;
	width: 60px;
	border-radius: 10px;
	height: 20px;
	line-height: 20px;
	background-color: #4208CC;
	color: #fff;
	font-size: 11px;
	padding: 0px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
	text-align: center;
	transition: background 0.1s ease-in-out;
	background: radial-gradient(100% 100% at 50% 0%, #9F78FD 0%, #7C51E3 21.35%, #4E1DC4 70.31%, #4108CA 100%);
}

.new_header .notificationoptions .notification .deny
{
	margin-top: 6px;
	float: right;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #4208CC;
	color: #fff;
	font-size: 11px;
	box-sizing: border-box;
	margin-left: 3px;
	text-align: center;
	background-color: #6666F2;
}

.new_header .notificationoptions .notification .deny:hover,.new_header .notificationoptions .notification .accept:hover,.new_header .msgoptions .msg .read:hover,.clearall:hover,.clearallm:hover
{
	cursor: pointer;
	opacity: 0.85;
}

.new_header .msgoptions
{
	display: none;
	z-index: 9;
	right: 0px;
	position: absolute;
	top: 66px;
	width: 350px;
	border-radius: 8px;
	border: 1px solid #E2E5F1;
	background: #FFF;
	box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
	padding: 16px;
	color: #000;
}

.new_header .msgoptions a
{
	float: left;
	width: 100%;
	text-decoration: none;
	color: #000;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
	padding-left: 28px;
	transition: color 0.1s ease-in-out;
	font-size: 15px;
}

.new_header .msgoptions .msg
{
	margin-left: -16px;
	margin-right: -16px;
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E2E5F1;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 16px;
}

.new_header .msgoptions .msg:last-of-type
{
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
}

.new_header .msgoptions .msg .notavt
{
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 6px;
}

.new_header .msgoptions .msg .notavt img
{
	width: 100%;
	height: 100%;
	float: left;
	border-radius: 50%;
}

.new_header .msgoptions .msg .notinfo
{
	height: 32px;
	float: left;
	font-size: 13px;
	float: left;
	line-height: 15px;
	width: calc(100% - 130px);
	text-align: left;
}

.new_header .msgoptions .msg .notinfo a
{
	font-size: 13px;
	color: #4208CC;
	width: auto;
	margin: 0px;
	height: 18px;
	line-height: 18px;
	display: block;
	padding: 0px;
	margin-right: 3px;
	float: none;
	display: inline-block;
}

.new_header .msgoptions .msg .read
{
	margin-top: 6px !important;
	float: right !important;
	border-radius: 10px !important;
	width: 45px !important;
	height: 20px !important;
	line-height: 20px !important;
	background-color: #4208CC !important;
	color: #fff !important;
	font-size: 11px !important;
	box-sizing: border-box !important;
	margin-right: 3px !important;
	text-align: center !important;
	background-color: #6666F2 !important;
	padding: 0px;
}

.new_header .msgoptions .msg .deny
{
	margin-top: 6px;
	float: right;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #4208CC;
	color: #fff;
	font-size: 11px;
	box-sizing: border-box;
	margin-left: 3px;
	text-align: center;
	background-color: #6666F2;
}

.new_header .msgoptions .msg .deny:hover,.new_header .msgoptions .msg .accept:hover
{
	cursor: pointer;
	opacity: 0.85;
}

.profileavatar
{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	background-color: #fafafa;
}

.profileavatar.changeavt,.changeavt
{
	position: relative;
	cursor: pointer;
}

.profileavatar .avtphoto,.avtphoto
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fff;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	background-image: url(img/edit.svg);
}

.changebg
{
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #fff;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	background-image: url(img/edit.svg);
	z-index: 3;
}

.profileavatar img
{
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.profilename
{
	font-size: 21px;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
	text-align: center;
	float: left;
}

.profileinfo
{
	font-size: 13px;
	text-align: left;
}

.shortbio
{
	float: left;
	text-align: left;
	width: 100%;
}

.profileadd
{
	border-radius: 4px;
	background: var(--Purple, #6666F2);
	border: 1px solid #6666F2;
	height: 36px;
	line-height: 36px;
	color: var(--White, #FFF);
	text-align: center;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	float: left;
	margin-right: 12px;
	padding-left: 12px;
	padding-right: 12px;
}

.profileadd:hover
{
	cursor: pointer;
	opacity: 0.85;
}

.profilemsg
{
	border-radius: 4px;
	border: 1px solid var(--Purple, #6666F2);
	background: #FFF;
	height: 36px;
	line-height: 36px;
	color: var(--Purple, #6666F2);
	text-align: center;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	float: Left;
	padding-left: 12px;
	padding-right: 12px;
}

.profilemsg:hover
{
	cursor: pointer;
	opacity: 0.85;
}

.profiledots
{
	float: left;
	border-radius: 18px;
	height: 36px;
	width: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	background-image: url(img2/dots.svg);
}

.profiledots:hover
{
	cursor: pointer;
}

.profiledotsopc
{
	position: absolute;
	bottom: -135px;
	right: 0px;
	background-color: #fafafa;
	border-radius: 10px;
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	z-index: 2;
	padding: 15px;
	box-sizing: border-box;
	display: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space: nowrap;
}

.profiledotsopc a
{
	float: left;
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: #000;
	transition: color 0.1s ease-in-out;
}

.profiledotsopc a:first-of-type
{
	margin-bottom: 5px;
}

.profiledotsopc a:hover
{
	color: #4208CC;
}

.profilebts
{
	position: absolute;
	bottom: 25px;
	right: 5px;
	width: auto;
}

.blockprofile
{
	text-align: center;
	padding: 25px;
}

.blockprofile2
{
	position: relative;
}

.blockprofile2 .proftop
{
	background-color: #e1e1e1;
	position: relative;
	float: left;
	height: 160px;
	margin-left: -10px;
	margin-top: -15px;
	width: calc(100% + 20px);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.blockprofile2 .proftop img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blockprofile2 .profbottom
{
	float: left;
	width: 100%;
	padding-top: 60px;
	margin-bottom: 10px;
	height: 50px;
}

.blockprofile2 .profline
{
	position: absolute;
	top: 185px;
	right: 20px;
	width: 300px;
}

.profline1
{
	float: left;
	width: 40%;
}

.profline2
{
	float: left;
	width: 100%;
}

.blockprofile2 .profline b
{
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 10px;
	background-image: url(img/goright.svg);
	padding-left: 16px;
	font-size: 14px;
	margin-top: 10px;
	box-sizing: border-box;
	font-weight: normal;
	margin-bottom: 5px;
}

.blockprofile2 .profline b.education
{
	background-position: left top;
	background-size: 16px;
	padding-left: 21px;
	background-image: url(img/e-learning.svg);
}

.blockprofile2 .profline b.work
{
	background-position: left top;
	background-size: 15px;
	padding-left: 21px;
	background-image: url(img/work.svg);
}

.blockprofile2 .skills
{
	position: absolute;
	top: 220px;
	left: 160px;
	color: var(--primary-text, #565973);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	width: calc(100% - 600px);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blockprofile2 .name
{
	position: absolute;
	color: var(--Gray-900, #0B0F19);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	top: 150px;
	left: 160px;
}

.blockprofile2 .location
{
	color: #9397AD;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	background-image: url(img/location2.svg);
	padding-left: 21px;
	position: absolute;
	right: 15px;
	top: -40px;
	white-space: nowrap;
}

.blockprofile2 .profile_status
{
	float: left;
	width: 100%;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	font-size: 13px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	background-image: url(img/location2.svg);
	line-height: 15px;
	height: 15px;
	color: #70737C;
	margin-top:10px;
}

.profileavatar2
{
	position: absolute;
	top: 130px;
	left: 20px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding: 2px;
	border: 0px solid #fafafa;
	box-sizing: border-box;
	background-color: #fff;
}

.profileavatar2 .pbadge
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	position:absolute;bottom:5px;right:5px;background-color:#fff;width:36px;height:36px;border-radius:50%;
	box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
}

.profileavatar2 img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.workexperience
{
	float: left;
	width: 100%;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 24px;
	background-image: url(img/bag.svg);
	font-size: 15px;
	box-sizing: border-box;
}

.workexperience b,.education b,.iexperience b
{
	display: none;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	background-image: url(img/trash.svg);
	vertical-align: middle;
	margin-top: -2px;
	transition: opacity 0.1s ease-in-out;
}

.workexperience i,.education i,.iexperience i,.motto i,.profileinfo i
{
	display: none;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	background-image: url(img/edit.svg);
	vertical-align: middle;
	margin-top: -2px;
	transition: opacity 0.1s ease-in-out;
}

.workexperience:hover b,.education:hover b,.iexperience:hover b
{
	display: inline-block;
}

.workexperience:hover i,.education:hover i,.iexperience:hover i,.motto:hover i,.profileinfo:hover i
{
	display: inline-block;
}

.workexperience b:hover,.workexperience i:hover,.education b:hover,.education i:hover,.iexperience b:hover,.iexperience i:hover,.motto i:hover,.profileinfo i:hover
{
	cursor: pointer;
	opacity: 0.75;
}

.workexperiencespacer,.iexperiencespacer,.educationspacer
{
	float: left;
	width: 21px;
	height: 42px;
	border-right: 2px solid #ddd;
}

.educationspacer,.iexperiencespacer
{
	margin-top: 2px;
	margin-bottom: 2px;
}

.workexperiencespacer:last-of-type,.iexperiencespacer:last-of-type,.educationspacer:last-of-type
{
	display: none;
}

.none
{
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	line-height: 32px;
}

.nonemore
{
	margin-top: 10px;
}

.education
{
	float: left;
	width: 100%;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 24px;
	background-image: url(img/education.svg);
	font-size: 15px;
	line-height: 18px;
	box-sizing: border-box;
}

.iexperience
{
	float: left;
	width: 100%;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 24px;
	background-image: url(img/globe.svg);
	font-size: 15px;
	line-height: 18px;
	box-sizing: border-box;
	min-height: 24px;
}

.iexperience.location
{
	background-image: url(img/location.svg);
	background-size: 21px;
}

.iexperience img
{
	width: 18px;
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 6px;
}

.iexperience span
{
	font-size: 11px;
	font-weight: normal;
	color: #bbb;
}

.iexperiencetitle
{
	float: left;
	width: 100%;
	font-size: 18px;
	padding-left: 12px;
	margin-bottom: 15px;
	box-sizing: border-box;
	margin-top: 42px;
}

.iexperiencetitle:first-of-type
{
	margin-top: 0px;
}

.morepadding
{
	padding-top: 24px;
	padding-bottom: 24px;
}

.morepaddinginterests
{
	padding-top: 14px;
	padding-bottom: 24px;
}

.formtitle
{
	float: left;
	width: 100%;
	color: var(--Gray-900, #0B0F19);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	box-sizing: border-box;
	margin-bottom: 8px;
	text-transform: capitalize;
}

.formtitlespace
{
	margin-top: 30px;
}

.formpadding
{
	padding: 24px;
	padding-bottom: 32px;
}

.languages,.interests,.nationalities,.countries
{
	float: left;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #eee;
	font-size: 13px;
	margin-right: 10px;
	margin-top: 10px;
	transition: background-color 0.1s ease-in-out;
}

.languages
{
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: 21px;
	background-image: url(img/language.svg);
	padding-left: 28px;
}

.languages b,.interests b,.nationalities b,.countries b
{
	height: 32px;
	width: 12px;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
	transition: opacity 0.1s ease-in-out;
}

.languages b:hover,.interests b:hover,.nationalities b:hover,.countries b:hover
{
	opacity: 0.75;
	cursor: pointer;
}

.interestsgroup
{
	float: left;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	margin-right: 10px;
	margin-top: 10px;
	transition: opacity 0.1s ease-in-out;
}

.interestsgroup:hover
{
	cursor: pointer;
	opacity: 0.75;
}

.interestsopc
{
	display: none;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.interestsgroup b
{
	margin-left: 6px;
	width: 12px;
	height: 32px;
	display: inline-block;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
	background-image: url(img/downw.svg);
	transition: .2s all;
}

.interestsgroupsel
{
	font-weight: bold;
}

.modalinterests .languages,.modalinterests .interests
{
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
}

.modalinterests .languages:hover,.modalinterests .interests:hover
{
	cursor: pointer;
	background-color: #ddd;
}

.modalinterests .sel
{
	color: #fff;
	background: var(--Purple, #6666F2);
}

.languages img,.countries img,.nationalities img
{
	margin-top: -1px;
	margin-right: 5px;
	vertical-align: middle;
}

.contact b
{
	position: absolute;
	background-color: rgba(0,0,0,.75);
	color: #fff;
	font-size: 10px;
	z-index: 1;
	font-weight: normal;
	min-height: 16px;
	line-height: 11px;
	border-radius: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	bottom: -5px;
	left: 50%;
	display: none;
    transform: translate(-50%, 0);
    box-sizing: border-box;
    width: 100%;
}

.contact:hover b
{
	display: block;
}

.contact
{
	float: left;
	width: calc((100% / 8) - 10px);
	aspect-ratio: 1;
	border-radius: 50%;
	margin: 5px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.contact.more
{
	background-color: #4208CC;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	transition: background 0.1s ease-in-out,font-size 0.1s ease-in-out;
  	font-size: 14px;
  	background: radial-gradient(100% 100% at 50% 0%, #9F78FD 0%, #7C51E3 21.35%, #4E1DC4 70.31%, #4108CA 100%);
}

.contact.more:hover
{
	cursor: pointer;
	font-size: 16px;
  	background: radial-gradient(100% 100% at 50% 0%, #4208CC 0%, #4208CC 100%);
}

.contact img
{
	transition: transform .2s;
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.block.messages
{
	padding: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.msgblock_1
{
	float: left;
	background-color: #fff;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 20px;
	border-top-left-radius: 5px;
	max-width: calc(100% - 125px);
}

.msgblock_2
{
	float: right;
	background-color: #70737C;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 20px;
	border-top-right-radius: 5px;
	color: #fff;
	max-width: calc(100% - 125px);
}

.msgblock_2 .msgavt
{
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	right: 5px;
	border-top-right-radius: 5px;
}

.msgblock_1 .msgavt
{
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	border-top-left-radius: 5px;
}

.msgavt img
{
	width: 100%;
	height: 100%;
}

.msgavatar
{
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 2px;
	border: 3px solid #fff;
}

.msgavatar_1
{
	float: left;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.msgavatar_2
{
	float: right;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.msgavatar_1 img,.msgavatar_2 img,.msgavatar img
{
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.newmessage
{
	background-color: #fff;
	width: 100%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 25px;
	border-radius: 10px;
}

.newmessage input
{
	float: 100%;
	width: calc(100% - 52px);
	height: 42px;
	border-radius: 21px;
	background-color: #f5f5f5;
	border: 0px;
	outline: 0px;
	box-sizing: border-box;
	padding-left: 18px;
	padding-right: 18px;
}

.newmessage .msgsend
{
	background-color: #f5f5f5;
	height: 42px;
	line-height: 42px;
	width: 42px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding-left: 16px;
	float: right;
	border-radius: 21px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	background-image: url(img/send.svg);
	transition: background-color 0.1s ease-in-out;
}

.newmessage .msgsend:hover
{
	cursor: pointer;
	background-color: #eee;
}

.msgblock_1 .msgtime
{
	position: absolute;
	bottom: 0px;
	right: -35px;
	font-size: 12px;
	color: #70737C;
}

.msgblock_2 .msgtime
{
	position: absolute;
	bottom: 0px;
	left: -35px;
	font-size: 12px;
	color: #70737C;
}

.msgblock_2 .msgname
{
	font-size: 11px;
	float:left;
	width: 100%;
	margin-bottom: 10px;
}

.msgblock_1 .msgname
{
	font-size: 11px;
	float:left;
	width: 100%;
	padding-left: 28px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.msgdel
{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	position: absolute;
	top: 0px;
	left: -25px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	background-image: url(img/trash.svg);
	transition: opacity 0.1s ease-in-out;
	cursor: pointer;
}

.msgdelopc
{
	position: absolute;
	background-color: #fff;
	bottom: -10px;
	right: 25px;
	border-radius: 10px;
	padding: 8px;
	white-space: nowrap;
	display: none;
}

.msgdelopc div
{
	cursor: pointer;
	float: left;
	width: 100%;
	color: #000;
	font-size: 12px;
	white-space: nowrap;
	transition: color 0.1s ease-in-out;
	text-decoration: none;
	text-align: right;
}

.msgdelopc div:hover
{
	color: #4208CC;
	cursor: pointer;
}

.msgheader
{
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	width: calc(100% + 30px); 
	margin-left: -15px;
	float: left;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.msgcontact
{
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding-left: 8px;
	color: #000;
	text-decoration: none;
}

.content h2 b
{
	height: 28px;
	line-height: 28px;
	background-color: #F92C2C;
	color: #fff;
	padding: 3px;
	font-size: 12px;
	border-radius: 14px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.msgdots
{
	box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width: 36px;
	height: 36px;
	margin-top: 7px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px;
	background-image: url(img/3dotsb.svg);
	float: right;
	border-radius: 50%;
	transition: background-color 0.1s ease-in-out;
	position: relative;
	background-color: #fff;
}

.msgdotsopc
{
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	top: -10px;
	right: 45px;
	z-index: 1;
	padding: 8px;
	box-sizing: border-box;
	display: none;
	white-space: nowrap;
}

.msgdotsopc div
{
	float: left;
	width: 100%;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	text-align: right;
	transition: color 0.1s ease-in-out;
}

.msgdotsopc div:hover
{
	color: #4208CC;
}

.msgdots:hover
{
	background-color: #fafafa;
	cursor: pointer;
}

.msginner
{
	float: left;
	width: 100%;
	max-height: 500px;
	overflow: auto;
	box-sizing: border-box;
	padding-right: 15px;
	overflow-x: hidden;
}

.msginner::-webkit-scrollbar
{
	width: 6px;
}
 
.msginner::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
 
.msginner::-webkit-scrollbar-thumb
{
	background-color: darkgrey;
	outline: 0px solid slategrey;
	border-radius: 5px;
}

.msginner .c
{
	margin-bottom: 20px;
}

.msgdate
{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	color: #70737C;
}

.msgdate b
{
	font-weight: normal;
	font-size: 12px;
	background-color: #f5f5f5;
	height: 18px;
	border-radius: 9px;
	padding-left: 9px;
	padding-right: 9px;
	border: 1px solid #eee;
}

.msgleft
{
	width: 300px;
	float: left;
}

.msgright
{
	width: calc(100% - 310px);
	float: left;
	background-color: #F6F6F8;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	margin-left: 10px;
	overflow: hidden;
}

.msgsender
{
	float: left;
	width: 50px;
	height: 50px;
}

.msguser
{
	color: #000;
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

.msguser b
{
	float: right;
	color: #70737C;
	font-weight: normal;
}

.msgmsg
{
	margin-top: 3px;
	color: #70737C;
	font-size: 12px;
	float: left;
	width: 100%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
	padding-right: 10px;
	box-sizing: border-box;
}

.msgmsg b
{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	font-weight: normal;
	border-radius: 8px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #70737C;
	color: #fff;
}

.msgmsg b.red
{
	background-color: #F92C2C;
}

.msgmsg b.unread
{
	background-color: #f92c2c;
}

.msgsender img
{
	width: 100%;
	border-radius: 50%;
	padding: 2px;
	border: 3px solid #fafafa;
	box-sizing: border-box;
	aspect-ratio: 1;
}

.msgsort
{
	float: left;
	width: 100%;
	background-color: #F6F6F8;
	border-radius: 10px;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.msgsort div
{
	float: left;
	width: calc((100% / 2) - 10px);
	background-color: #fff;
	margin: 5px;
	border-radius: 10px;
	height: 32px;
	line-height: 32px;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}

.allmessages
{
	color: #4208CC;
}

.msgline
{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F6F6F8;
}

.msgline .msglineinner
{
	float: left;
	width: 100%;
}

.msgline.selected
{
	margin-top: -11px;
	border-top: 1px solid #fff;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.msgline.selected .msgsender img
{
	border: 3px solid #fff;
}

.msgline.selected .msglineinner
{
	background-color: #F6F6F8;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	border-bottom: 0px;
}

.msginfo
{
	float: left;
	width: calc(100% - 50px);
	padding-left: 5px;
	box-sizing: border-box;
}

.flexblock
{
	float: left;
	width: 100%;
	display: flex;
}

.eventmap
{
	float: left;
	width: 100%;
	margin-top: 10px;
	border-radius: 10px;
}

.expirenote.eventexpire
{
	margin-top: 3px;
}

.eventmap img
{
	float: left;
	width: 100%;
}

.eventline0
{
	float: left;
	font-weight: bold;
	text-align: left;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.eventline0:first-of-type
{
	margin-top: 0px;
}

.eventline1
{
	font-size: 14px;
	color: #70737C;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	background-image: url(img/calendar.svg);
	float: left;
	width: calc(100% - 16px);
	padding-left: 24px;
	text-align: left;
	margin-left: 8px;
	margin-right: 8px;
	box-sizing: border-box;
}

.eventline2:last-of-type
{
	margin-bottom: 10px;
}

.eventline2
{
	font-size: 14px;
	color: #000;
	font-weight: normal;
	float: left;
	width: calc(100% - 16px);
	padding-left: 24px;
	text-align: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
	box-sizing: border-box;
}

.eventline3
{
	font-size: 14px;
	color: #70737C;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	background-image: url(img/location2.svg);
	float: left;
	width: calc(100% - 16px);
	padding-left: 24px;
	text-align: left;
	margin-left: 8px;
	margin-right: 8px;
	box-sizing: border-box;
}

.eventline4
{
	font-size: 14px;
	color: #78C100;
	font-weight: bold;
	float: left;
	width: calc(100% - 16px);
	padding-left: 24px;
	text-align: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	box-sizing: border-box;
}

.eventimage
{
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
}

.eventimage iframe,.headervideo iframe
{
	border-radius: 10px;
	aspect-ratio: 16/9;
	float: left;
	width: 100%;
}

.headervideo
{
	background-color: #000;
	position: absolute;
	width: 800px;
	aspect-ratio: 16 / 9;
	left: calc(50% - 400px);
	bottom: 48px;
	border-radius: 8px;
	overflow: hidden;
}

.eventtopics li:first-of-type
{
	margin-top: 10px;
}

.eventtype
{
	float: left;
	width: 100%;
	color: #78C100;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 3px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 11px;
	background-image: url(img/arrow3.svg);
	font-size: 14px;
	text-decoration: none;
}

.question
{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 17px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F6F6F8;
	cursor: pointer;
}

.question b
{
	float: right;
}

.answer
{
	display: none;
	font-weight: normal;
	box-sizing: border-box;
	float: left;
	width: 100%;
	font-size: 15px;
	margin-top: 5px;
}

.shopping_submit
{
	text-decoration: none;
	float: right;
	display: block;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	background: radial-gradient(100% 100% at 50% 0%, #9F78FD 0%, #7C51E3 21.35%, #4E1DC4 70.31%, #4108CA 100%);
	font-size: 15px;
	transition: background 0.1s ease-in-out;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 25px;
}

.shopping_submit:hover
{
	background: radial-gradient(100% 100% at 50% 0%, #4208CC 0%, #4208CC 100%);
	cursor: pointer;
}

.shopping_thumb
{
	float: left;
	width: 120px;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
}

.shopping_thumb img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shopping_action
{
	float: left;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}

.shopping_quantity
{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;	
	float: left;
	width: 150px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid var(--Gray-400, #D4D7E5);
	margin-bottom: 24px;
	margin-top: -12px;
}

.shopping_delete
{
	margin-bottom: 24px;
	margin-top: -12px;
	margin-left: 12px;
	float: left;
	height: 42px;
	line-height: 42px;
	border-radius: 6px;
	border: 1px solid rgba(239, 68, 68, 0.35);
	color: var(--System-Error, #EF4444);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	background-repeat: no-repeat;
	background-position: left 12px top 11px;
	background-size: 18px;
	background-image: url(img2/trashred.svg);
	padding-left: 36px;
	padding-right: 12px;
	cursor: pointer;
}

.shopping_delete:hover
{
	opacity: 0.85;
}

.shopping_product
{
	float: left;
	height: 90px;
	line-height: 90px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	flex: 1;
	font-weight: bold;
	font-size: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shopping_quantity span
{
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	box-sizing: border-box;
	cursor: pointer;
	transition: font-size 0.1s ease-in-out;
	width: 50px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	float: left;
}

.shopping_quantity span.top
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px;
	background-image: url(img2/ctop.svg);
}

.shopping_quantity span.bottom
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px;
	background-image: url(img2/cbottom.svg);
}

.shopping_quantity span:hover
{
	font-size: 21px;
}

.shopping_quantity input
{
	width: 50px;
	height: 42px;
	border-radius: 10px;
	outline: 0px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	border: 0px;
}

.shopping_discount input.submit
{
	width: 80px;
	height: 48px;
	border: 1px solid #4208CC;
	background-color: #4208CC;
	border-radius: 10px;
	outline: 0px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	color: #fff;
	margin-left: 10px;
	transition: background-color 0.1s ease-in-out;
}

.shopping_discount input.submit:hover
{
	cursor: pointer;
}

.shopping_numbers::-webkit-outer-spin-button,.shopping_numbers::-webkit-inner-spin-button
{
	-webkit-appearance: none;
 	margin: 0;
}

.shopping_numbers
{
  -moz-appearance: textfield;
}

.shopping_prices
{
	float: right;
	width: 300px;
}

.shopping_prices_1,.shopping_prices_2
{
	padding-top: 2px;
	float: left;
	width: 100px;
}

.shopping_prices_1 b
{
	float: left;
	font-size: 11px;
	width: 100%;
	font-weight: normal;
	text-align: right;
}

.shopping_prices_1 span
{
	font-weight: bold;
	float: left;
	font-size: 18px;
	width: 100%;
	text-align: right;
}

.shopping_prices_2 b
{
	float: left;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

.shopping_prices_2 span
{
	font-weight: bold;
	width: 100%;
	float: left;
	font-size: 18px;
	text-align: right;
	color: #78C100;
}

.shopping_discount input
{
	width: 250px;
	height: 48px;
	border: 1px solid #B1B0B6;
	border-radius: 10px;
	outline: 0px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.shopping_action b
{
	vertical-align: middle;
	display: inline-block;
	height: 42px;
	width: 42px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	background-image: url(img/trash2.svg);
	transition: background 0.1s ease-in-out;
}

.shopping_action b:hover
{
	background-size: 26px;
	cursor: pointer;
}

.shopping_price
{
	float: left;
	font-weight: bold;
	width: 100px;
	text-align: center;
	height: 90px;
	line-height: 90px;
}

.eventtopics
{
	flex: 1;
	font-size: 15px;
	color: #000;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.eventtag
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px;
	background-image: url(img/tag.svg);
	float: left;
	width: 32px;
	height: 32px;
	margin-top: 10px;
	margin-right: -5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.eventimage img
{
	width: 100%;
	border-radius: 10px;
}

h2.eventfaq
{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	float: left;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 25px;
	margin-top: 25px;
}

.eventtitle
{
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	float: left;
	width: 100%;
	padding: 10px;
	padding-top: 0px;
	box-sizing: border-box;
}

h1.eventtitle
{
	margin-top: 5px;
}


h1.newtitle
{
	color: var(--Gray-900, #0B0F19);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	margin-bottom: 32px;
}

h2.newtitle
{
	color: #1D2350;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	margin-bottom: 32px;
	margin-top: 8px;
	margin-bottom: 24px;
}

.eventdesc
{
	float: left;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	padding: 10px;
	padding-top: 0px;
}

.eventavt
{
	float: left;
	width: 190px;
	height: 95px;
	overflow: hidden;
	border-radius: 6px;
}

.eventavt img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eventmetaverse
{
	float: right;
	background-color: #F6F6F8;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	margin-top: 6px;
	border-radius: 24px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 8px;
	margin-right: 8px;
	transition: background 0.1s ease-in-out;
	width: calc(100% - 16px);
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 25px;
}

.eventzoom
{
	float: right;
	background-color: #F6F6F8;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	margin-top: 6px;
	border-radius: 24px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 8px;
	margin-right: 8px;
	transition: background 0.1s ease-in-out;
	width: calc(100% - 16px);
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 25px;
}

.eventsharebt
{
	text-transform: capitalize;
	float: left;
	background-color: #F6F6F8;
	height: 48px;
	line-height: 48px;
	font-size: 13px;
	margin-top: 6px;
	border-radius: 24px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 5px;
	transition: background 0.1s ease-in-out;
}

.eventmetaverse b
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 28px;
	background-image: url(img/metaverse.svg);
	margin-right: 5px;
	height: 32px;
	width: 32px;
	display: inline-block;
	vertical-align: middle;
}

.eventzoom b
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 28px;
	background-image: url(img/zoomapp.svg);
	margin-right: 5px;
	height: 32px;
	width: 32px;
	display: inline-block;
	vertical-align: middle;
}

.eventsharebt:hover,.eventmetaverse:hover
{
	cursor: pointer;
	background-color: #e6e6e8;
}

.eventsharebt.co_facebook
{
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 18px;
	padding-left: 42px;
	background-image: url(img/co_facebook.svg);
}

.eventsharebt.co_twitter
{
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 18px;
	padding-left: 42px;
	background-image: url(img/co_twitter.svg);
}

.eventsharebt.co_linkedin
{
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 18px;
	padding-left: 42px;
	background-image: url(img/co_linked.svg);
}

.eventsharebt.co_link
{
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 18px;
	padding-left: 42px;
	background-image: url(img/link.svg);
}

.eventfollowers
{
	text-transform: capitalize;
	padding-top: 8px;
	float: left;
	height: 60px;
	margin-left: 5px;
	line-height: 20px;
	box-sizing: border-box;
}

.eventfollowers span
{
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 13px;
	padding-left: 16px;
	background-image: url(img/menu_members.svg);
}

.eventshare
{
	height: 60px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 15px;
}

.eventshare a
{
	color: #000;
}

.eventshare img
{
	height: 60px;
	width: 60px;
	object-fit: cover;
	aspect-ratio: 1;
	float: left;
	padding: 2px;
	border: 5px solid #fafafa;
	border-radius: 50%;
	box-sizing: border-box;
}

.eventinfo
{
	float: left;
	width: calc(100% - 380px);
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.eventinfo b
{
	float: left;
	font-size: 15px;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}

.eventinfo span
{
	float: left;
	width: 100%;
	font-size: 12px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.filters
{
	float: right;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 5px;
}

.filters input
{
	text-transform: capitalize;
	outline: 0;
	padding-left: 4px;
	box-sizing: border-box;
	height: 32px;
	width: 180px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #B1B0B6;
	padding-left: 28px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 15px;
	background-image: url(img/search.svg);
	float: left;
}

.filters .sortby
{
	display: none;
	float: left;
	height: 32px;
	line-height: 32px;
	color: #70737C;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	background-image: url(img/calendar.svg);
	padding-left: 21px;
	font-size: 13px;
}

.filters select
{
	display: none;
	outline: 0;
	padding-left: 4px;
	box-sizing: border-box;
	height: 32px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #B1B0B6;
	float: left;
	margin-left: 5px;
}

.nav
{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 42px;
	margin-top: 48px;
}

.navinner
{
	display: inline-block;
}

.nav .prev,.nav .next
{
	float: left;
	width: 42px;
	height: 42px;
	background-color: #fff;
	transition: background 0.1s ease-in-out;
}

.nav .prev
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	background-image: url(img2/left.svg);
	margin-right: 4px;
}

.nav .next
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	background-image: url(img2/right.svg);
	margin-left: 4px;
}

.nav .num
{
	text-decoration: none;
	float: left;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: var(--Gray-800, #33354D);
	text-align: center;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	margin-left: 4px;
	margin-right: 4px;
}

.nav .num.sel
{
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	background: var(--Brand-Primary, #6366F1);
	box-shadow: 0px 8px 18px -8px rgba(99, 102, 241, 0.90);
}

.nav .num:hover,.nav .next:hover,.nav .prev:hover
{
	cursor: pointer;
	border-radius: 4px;
	color: var(--Gray-800, #33354D);
	background-color: var(--Gray-200, #EFF2FC);
}

.review,.reviewtext
{
	float: left;
	width: 100%;
}

.reviewtext
{
	color: #70737C;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.reviewtext:last-of-type
{
	border-bottom: 0px;
	padding-bottom: 0px;
}

.review .reviewavatar
{
	height: 60px;
	width: 60px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
	margin-right: 4px;
}

.review .reviewavatar a
{
	padding: 0px;
	float: left;
}

.review .reviewavatar img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	padding: 3px;
	border: 5px solid #fafafa;
	box-sizing: border-box;
}

.review .reviewname
{
	float: left;
	height: 21px;
	line-height: 21px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
}

.review .reviewdate
{
	float: left;
	clear: both;
	font-size: 12px;
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
	background-image: url(img/calendar.svg);
	color: #70737C;
	margin-top: 5px;
}

.review .reviewb
{
	float: left;
	height: 60px;
}

.review .reviewrating
{
	float: left;
	height: 21px;
	line-height: 21px;
	margin-top: 5px;
	margin-left: 10px;
}

.review .reviewrating img
{
	height: 21px;
	width: 21px;
	margin-left: 3px;
}

.reserve
{
	text-transform: capitalize;
	text-align: center;
	float: right;
	width: 190px;
	background-color: #F6F6F8;
	height: 100px;
	border-radius: 10px;
}

.reserve b
{
	font-weight: normal;
	font-size: 10px;
	float: left;
	text-align: center;
	width: 100%;
}

.rotation
{
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite
}

@-moz-keyframes spin
{
	100%
	{
		-moz-transform:rotate(360deg)
	}

}

@-webkit-keyframes spin
{
	100%
	{
		-webkit-transform:rotate(360deg)
	}
}
	
@keyframes spin
{
	100%
	{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}

.invites
{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fafafa;
}

.invites:last-of-type
{
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 4px;
}

.invites .inv_accept
{
	float: right;
	border-radius: 12px;
	height: 24px;
	line-height: 24px;
	background-color: #4208CC;
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-right: 8px;
	transition: background 0.1s ease-in-out;
	background: radial-gradient(100% 100% at 50% 0%, #9F78FD 0%, #7C51E3 21.35%, #4E1DC4 70.31%, #4108CA 100%);
	margin-top: 18px;
	cursor: pointer;
}

.invites .inv_accept:hover
{
	background: radial-gradient(100% 100% at 50% 0%, #4208CC 0%, #4208CC 100%);
}

.invites .inv_ignore
{
	float: right;
	border-radius: 12px;
	height: 24px;
	line-height: 24px;
	background-color: #fff;
	border: 1px solid #4208CC;
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #4208CC;
	transition: background 0.1s ease-in-out;
	margin-top: 18px;
	margin-right: 8px;
	cursor: pointer;
}

.invites .inv_avt
{
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 8px;
}

.invites .inv_avt img
{
	width: 100%;
	object-fit: cover;
	padding: 2px;
	border: 5px solid #fafafa;
	box-sizing: border-box;
	border-radius: 50%;
}

.invites .inv_info
{
	float: left;
	height: 60px;
	margin-left: 5px;
	box-sizing: border-box;
	padding-top: 6px;
}

.invites .inv_name
{
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.invites .inv_location
{
	float: left;
	color: #70737C;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	padding-left: 18px;
	background-image: url(img/location2.svg);
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	clear: both;
}

.invites .inv_job
{
	float: left;
	color: #70737C;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	padding-left: 18px;
	background-image: url(img/bag.svg);
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	clear: both;
}

.priceline
{
	display: flex;
	float: left;
	width: 100%;
}

.priceinfo
{
	width: 100%;
	float: left;
	border-radius: 12px;
	margin: 5px;
	font-size: 12px;
	box-sizing: border-box;
	text-aign: left;
}

.priceblock
{
	width: calc(100% / 4);
	float: left;
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 24px;
	box-sizing: border-box;
	border-bottom: 1px solid #E2E5F1;
	border-left: 1px solid #E2E5F1;
	color: var(--Gray-700, var(--primary-text, #565973));
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.pricespan
{
	color: var(--Gray-600, #9397AD);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 28.8px */
	text-align: left !important;
	width: 100%;
	float: left;
}

.priceblocktext
{
	float: left;
	width: 100%;
	text-align: left;
	color: var(--Gray-900, #0B0F19);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope !important;
	font-size: 40px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	margin-top: 48px;
	margin-bottom: 24px;
}

.priceblock: last-of-type
{
	border-right: 1px solid #E2E5F1;
}

.pricefirst
{
    width: 100%;
    float: left;
    background-color: #eee;
    border-radius: 12px;
    text-align: center;
    margin: 5px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
}

.pricetitle
{
	color: var(--Gray-900, #0B0F19);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%; /* 28px */
	margin-bottom: 10px;
}

.priceamount
{
	color: var(--Gray-900, #0B0F19);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%; /* 28px */
}

.priceamount span
{
	color: #9397AD;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}

.priceamount .priceamountsmall
{
	color: #000;
	font-size: 28px;
	display: inline-block;
}

.priceblock b
{
	color: var(--Gray-900, #0B0F19);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	vertical-align: middle;
	box-sizing: border-box;
}

.priceblock:first-of-type b
{
	color: #000;
	float: left;
	width: 100%;
	text-align: left;
}

.priceblock p
{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
}

.pricecheck
{
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px;
	background-image: url(img2/bx-check.svg);
	display: inline-block;
	vertical-align: middle;
}

.priceuncheck
{
	height: 22px;
	widtH: 22px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px;
	background-image: url(img2/bx-plus.svg);
	display: inline-block;
	vertical-align: middle;
}

.pricetext
{
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 13px;
	color: #6B6F75;
	box-sizing: border-box;
	padding-top: 20px;
}

.priceblock.priceblock1
{
	height:100px;line-height:80px;
}

.priceblock.priceblock2
{
	height:120px;line-height:100px;
}

.priceblock.priceblock3 span
{
	vertical-align: middle;display:inline-block;display:flex;align-items:center;height:100%;flex-shrink: 0;flex-wrap: wrap;
}

.priceblock.priceblockflex span
{
	vertical-align: middle;display:inline-block;display:flex;align-items:center;height:100%;flex-shrink: 0;flex-wrap: wrap;text-align: center;justify-content: center;
}

.priceblock.priceblock4
{
	height:80px;line-height:60px;
}

.pricesub
{
	border-radius: 6px;
	border: 1px solid rgba(99, 102, 241, 0.35);
	display: flex;
	padding: 11px 28px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

.pricesub:hover
{
	cursor: pointer;
	opacity: 0.85;
}

.block.blocktrheader
{
	display:table-row;
	background-color:transparent;
	box-shadow: none;
	font-size:12px;
	float:none;
}

.blocktable
{
	display: table;
	width:100%;
	border-collapse: collapse;
}

.block.blocktr
{
	display: table-row;
	float:none;
	border-radius:10px;
}

.blocktd
{
	display: table-cell;
	width:auto;
	vertical-align: middle;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	line-height: 21px;
	font-size:14px;
	text-align:center;
}

.blocktrheader .blocktd
{
	padding-top:0px;
	padding-bottom:5px;
}

.blocktd:first-child
{
	border-top-left-radius:10px;
		border-bottom-left-radius:10px;
}

.blocktd:last-child
{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}

.tup
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
	background-image: url(img/chartarrow_up.svg);
}

.tdown
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
	background-image: url(img/chartarrow_dn.svg);
}

.wallet_invoice
{
	border-radius: 6px;
	border: 1px solid var(--Gray-300, #E2E5F1);
	color: var(--Gray-800, #33354D);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 36px;
	padding-right: 12px;
	margin-left: 24px;
	margin-top: 15px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 20px;
	background-image: url(img2/bx-file.svg);
}

.wallet_invoice:hover
{
	opacity: 0.85;
}

.content h3.wallet_recent
{
	margin-bottom: 24px;
	color: #1D2350;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%; /* 28px */
	font-weight: bold;
}

.wallet_title
{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 36px;
	background-image: url(img2/walleticon.svg);
	padding-left: 52px;
	text-transform: capitalize;
	margin-bottom: 36px;
	float: left;
	height: 36px;
	width: 700px;
}

.wallet_title2
{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 36px;
	background-image: url(img2/invite.png);
	padding-left: 52px;
	text-transform: capitalize;
	margin-bottom: 36px;
	float: left;
	height: 36px;
	width: 700px;
}

.wallet_pending
{
	display: inline-block;
	color: var(--White, #FFF);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	height: 22px;
	border-radius: 4px;
	background: #EF4444;
	padding-left: 8px;
	padding-right: 8px;
}

.wallet_completed
{
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	color: var(--White, #FFF);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	height: 22px;
	border-radius: 4px;
	background: var(--System-Success, #22C55E);
}

.wallet_title a
{
	text-decoration: none;
}

.wallet_title:first-line,.wallet_title2:first-line
{
	font-weight:bold;
	color: var(--Gray-800, #33354D);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 25.6px */
}

.tcompleted
{
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 16px;
	background-image: url(img/wallet_ok.svg);
	width:100%;
	font-size:12px;
	padding-top: 18px;
	display:inline-block;
}

.terror
{
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 16px;
	background-image: url(img/wallet_error.svg);
	width:100%;
	font-size:12px;
	padding-top: 18px;
	display:inline-block;
}

.tdate
{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
	background-image: url(img/calendar.svg);
	padding-left: 21px;
}

.table_spacer
{
	float:left;
	width:100%;
	height:5px;
}

.wballance
{
	float:left;
	font-size:32px;
	height:60px;
	line-height: 60px;
	font-weight: bold;
	margin-right: 20px;
}

.waddfunds
{
	text-transform: capitalize;
	height:60px;
	line-height:54px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	margin-left:10px;
	background-color:#fff;
	border-radius:30px;
	float:left;
	padding-left:24px;
	padding-right:24px;
	box-sizing: border-box;
	border:3px solid #ddd;
	cursor: pointer;
}

.waddfunds:hover
{
	background-color:#fafafa;
}

.pricesmall
{
	margin-top: 5px;
	margin-bottom: 10px;
	color: #9397AD;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}

.pricestatus
{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 21px;
	margin-top: 24px;
}

.priceoption b
{
	color: #4208CC;
}

.priceoption
{
	float: left;
	text-align: center;
	font-size: 28px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 24px;
}

.priceblock font
{
	font-size: 12px;
}

.gomonth,.goyear
{
	cursor: pointer;
}

.gomonth:hover,.goyear:hover
{
	font-weight: bold;
}

.switchtext
{
	color: var(--Gray-900, #0B0F19);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
}

.switchtext2
{
	color: var(--Gray-600, #9397AD);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	float: left;
	margin-top: -12px;
	margin-bottom: 15px;
	width: 100%;
	padding-left: 48px;
	box-sizing: border-box;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-left: 8px;
  margin-right: 8px;
}

.switcher
{
	margin-bottom: 15px;
	width: 100%;
	float: left;
	line-height: 24px;
	color: var(--Gray-800, #33354D);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	text-align: left;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #6366F1;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.info-success
{
    font-size: 15px;;
	position: fixed;
	top: 20px;
	right: -300px;
	z-index: 10000;
	border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    min-width: 200px;
}

.info-warning
{
    font-size: 15px;;
	position: fixed;
	top: 20px;
	right: -300px;
	z-index: 10000;
	border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    overflow: hidden;
    min-width: 200px;
}

.info-warning span
{
	float: left;
	font-weight: bold;
	width: 100%;
	background-color: #F92C2C;
	height: 42px;
	line-height: 42px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 24px;
	background-image: url(img/warning.svg);
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 12px;
	text-transform: capitalize;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.info-success span
{
	float: left;
	width: 100%;
	background-color: #22C55E;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 24px;
	background-image: url(img2/bx-check2.svg);
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 12px;
	text-transform: capitalize;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.info-warning b
{
	float: left;
	width: 100%;
	background-color: #eee;
	height: 42px;
	line-height: 42px;
	color: #F92C2C;
	box-sizing: border-box;
	padding-left: 12px;
	padding-right: 12px;
	text-transform: capitalize;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.info-success b
{
	float: left;
	width: 100%;
	background-color: #eee;
	height: 42px;
	line-height: 42px;
	color: #22C55E;
	box-sizing: border-box;
	padding-left: 12px;
	padding-right: 12px;
	text-transform: capitalize;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

[type=checkbox]
{
	width: 2rem;
	height: 2rem;
	color: dodgerblue;
	vertical-align: middle;
	-webkit-appearance: none;
	background: none;
	border: 0;
	outline: 0;
	flex-grow: 0;
	border-radius: 50%;
	background-color: #FFFFFF;
	transition: background 300ms;
	cursor: pointer;
}

[type=checkbox]::before
{
	content: "";
	color: transparent;
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	border: 0;
	background-color: transparent;
	background-size: contain;
	box-shadow: inset 0 0 0 1px #CCD3D8;
}

[type=checkbox]:checked
{
	background-color: currentcolor;
}

[type=checkbox]:checked::before
{
	box-shadow: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

[type=checkbox]:disabled
{
	background-color: #CCD3D8;
	opacity: 0.84;
	cursor: not-allowed;
}

[type=checkbox]::-ms-check
{
	content: "";
	color: transparent;
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	border: 0;
	background-color: transparent;
	background-size: contain;
	box-shadow: inset 0 0 0 1px #CCD3D8;
}

[type=checkbox]:checked::-ms-check
{
	box-shadow: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

@media print
{
    .ticket
	{
		background-color: #fff;
		width: calc((100% / 3) - 8px);
		margin: 4px;
		float: left;
		box-shadow: 0px 7px 7px rgba(198, 200, 205, 0.25);
		border-radius: 10px;
		box-sizing: border-box;
		padding: 0px;
		position: relative;
	}

	.ticket_thumb
	{
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		width: 100%;
		aspect-ratio: 16/9;
		overflow: hidden;
		position: relative;
	}

	.ticket_thumb img
	{
		height: 100%;
		width: 100%;
		object-fit: cover;
		opacity: 0.5;
	}

	.ticket_number
	{
		color: #fff;
		font-size: 36px;
		width: 100%;
		text-align: center;
		text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
		position: absolute;
		top: calc(50% - 18px);
		font-weight: bold;
		height: 36px;
		line-height: 32px;
		left: 0px;
		z-index: 2px;
	}

	.ticket_name
	{
		width: 100%;
		float: left;
		padding: 15px;
		box-sizing: border-box;
	}

	.ticket_name span
	{
		float: left;
		width: 100%;
		text-align: left;
	}

	.ticket_name span:first-of-type
	{
		font-size: 12px;
		color: #aaa;
	}

	.ticket_name span:last-of-type
	{
		font-size: 18px;
		font-weight: bold;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.ticket_event
	{
		width: 100%;
		float: left;
		padding: 15px;
		padding-top: 0px;
		box-sizing: border-box;
	}

	.ticket_event span
	{
		float: left;
		width: 100%;
		text-align: left;
	}

	.ticket_event span:first-of-type
	{
		font-size: 12px;
		color: #aaa;
	}

	.ticket_event span:last-of-type
	{
		font-size: 13px;
		font-weight: bold;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.ticket_time
	{
		width: 100%;
		float: left;
		padding: 15px;
		padding-bottom: 0px;
		box-sizing: border-box;
		padding-top: 0px;
	}

	.ticket_time span
	{
		float: left;
		width: 100%;
		text-align: left;
	}

	.ticket_time span:first-of-type
	{
		font-size: 12px;
		color: #aaa;
	}

	.ticket_time span:last-of-type
	{
		font-size: 13px;
		font-weight: bold;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.ticket_barcode
	{
		font-family: 'Libre Barcode 39', cursive;
		color: #000;
		width: 100%;
		float: left;
		text-align: center;
		font-size: 48px;
		border-top: 1px dotted #000;
		padding: 15px;
		padding-bottom: 0px;
		box-sizing: border-box;
	}

	.ticket_address
	{
		float: left;
		width: 100%;
		padding: 15px;
		padding-top: 0px;
		color: #000;
		font-size: 13px;
		box-sizing: border-box;
	}

	.ticket_address span
	{
		float: left;
		width: 100%;
	}
}

@media screen and (max-width: 1560px)
{
	.profline
	{
		display: none;
	}

	.shortbio
	{
		width: calc(100% - 20px);
	}

	.priceslide
	{
		overflow: auto;
	}
}

@media screen and (max-width: 1260px)
{
	.middle .block .avatar
	{
    	width: calc((100% / 6) - 20px);
	}

	.middle
	{
		padding-left: 12px;
		overflow: hidden;
		padding-bottom: 10px;
	}
	.right
	{
		display: none;
	}

	.middle
	{
		width: calc(100% - 226px);
	}

	header .search
	{
	    margin-left: 16px;
	    margin-right: 16px;
	}

	.userdrop
	{
		margin-right: 8px;
	}

	.left .block.invite
	{
		display: block;
	}

	.left .block.wallet
	{
		display: block;
	}

	.left .block.wallet,.left .block.donate,.left .expirenote,.left .subsnote,.left .block.blockupgrade,.left .block.verify
	{
		display: block;
	}

	.filters input
	{
		margin-top: -8px;
	}

	.righttoleft
	{
		float: left;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		box-sizing: border-box;
	}
}


@media screen and (max-width: 1023px)
{
	.priceoption
	{
		font-size: 21px;
	}

	.goleft
	{
		width: 40%;
	}

	.goright
	{
		width: 60%;
	}

	.middle .content.contentflex
	{
    	display: block;
	}

	.middle .block.block33
	{
		flex: none;
    	width: calc(100% - 8px);
	}

	.middle .block .avatar
	{
    	width: calc((100% / 5) - 20px);
	}

	.eventinfo
	{
    	width: calc(100% - 190px);
    }

	.reserve
	{
		width: 100%;
		margin-top: 12px;
	}

	.eventsharebt
	{
		text-indent: -9999px;
		background-position: center center;
	}

	.eventdesc img
	{
		max-width: 100% !important;
	}

	.eventdesc iframe
	{
		height: auto !important;
		aspect-ratio: 16/9 !important;
		max-width: 100% !important;
	}

	.msgleft,.msgright
	{
		width: 100%;
		margin-left: 0px;
	}

	.left
	{
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		height: 100%;
		z-index: 10;
		overflow: hidden;
		overflow-y: auto;
	}

	.middle
	{
		width: 100%;
	}

	.menucover
	{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .75);
		z-index: 9;
	}

	.closemenu
	{
		width: 60px;
		height: 60px;
		position: absolute;
		top: 10px;
		left: 236px;
		border-radius: 50%;
		background-color: #000;
		color: #fff;
		line-height: 60px;
		text-align: center;
		font-size: 24px;
		cursor: pointer;
	}

	header
	{
		background-color: #fff;
	}
}

@media screen and (max-width: 799px)
{
	.wballance
	{
		width: 100%;
	}

	.waddfunds
	{
		margin-left:0px;
		margin-right:10px;
	}

	.thumb
	{
		width: calc((100% / 2) - 8px);
	}

	.searchopc
	{
		display: none;
	}

	header .search input
	{
		display: none;
	}

	header .search
	{
		margin: 0px;
	}

	.ctbr
	{
		display: none;
	}

	.creator_title
	{
		width: calc(100% - 190px) !important;
	}

	.modal
	{
		padding-left: 20px;
		padding-right: 20px;
		width: calc(100% - 40px);
	}

	body
	{
		overflow: hidden;
		overflow-y: auto;
	}
}

@media screen and (max-width: 650px)
{
	#code
	{ 
	   white-space: pre-wrap;
	   white-space: -moz-pre-wrap;
	   white-space: -pre-wrap;
	   white-space: -o-pre-wrap;
	   word-wrap: break-word;
	}

	.part1,.part2
	{
		display: none;
	}

	footer .parts
	{
		box-sizing: border-box;
		width: 50%;
		padding-left: 10px;
	}

	.part3,.part4
	{
		width: 50%;
	}

	header .welcome
	{
		display: none;
	}

	header .useroptions
	{
		overflow: hidden;
		right: 0px;
		width: 170px;
	}

	.eventavt
	{
		display: none;
	}

	.eventinfo
	{
		width: 100%;
	}

	.middle .block .avatar
	{
    	width: calc((100% / 4) - 20px);
	}

	header .notificationoptions
	{
		left: initial;
		right: -50px;
	}

	header .msgoptions
	{
		left: initial;
		right: -85px;
	}

	.options
	{
		font-size: 12px;
	}

	.filters input
	{
		margin-top: 0px;
	}

	.prefooter
	{
		padding-left: 10px;
		padding-right: 10px;
	}

	.goleft
	{
		padding-left: 15px;
	}

	.goright
	{
		padding-right: 15px;
	}

	.eventshare
	{
		height: auto;
	}

	.eventshare a
	{
		float: left;
		width:  100%;
	}

	.eventsharebt
	{
		float: left;
	}

	.block.blockfaq
	{
		font-size: 12px;
	}

	.event_back
	{
		text-indent: -9999px;
		background-position: center center;
		padding: 0px;
		width: 60px;
	}
}

@media screen and (max-width: 500px)
{
	.priceoption
	{
		font-size: 18px;
	}

	.filters
	{
		float: left;
		width: calc(100% - 8px);
		margin-left: 4px;
	}

	.filters input
	{
		width: 100%;
	}

	.thumb
	{
		width: calc(100% - 8px);
	}

	.ticket
	{
    	width: calc(100% - 8px) !important;
    }

    .review .reviewrating
	{
		width: 100%;
		margin-left: 0px;
	}

	.review .reviewrating img
	{
		margin-left: 0px;
		margin-right: 3px;
	}

	.reviewdate
	{
		display: none;
	}

	.review .reviewb
	{
		float: left;
		width: calc(100% - 64px);
	}

	.inputbox.inputbox50l,.inputbox.inputbox50r
	{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.interests
	{
		overflow: hidden;
	}
}

@media screen and (max-width: 399px)
{
	.middle
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	.block
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	.blockprofile2 .location
	{
		height: auto;
		width: calc(100% - 20px);
		box-sizing: border-box;
	}

	.logo img
	{
		height: 54px;
	}
}

@media screen and (max-width: 359px)
{
	header .notificationoptions
	{
    	width: 300px;
	}
	.part1,.part2,.part3
	{
		display: none;
	}

	footer .parts
	{
		box-sizing: border-box;
		width: 100%;
		padding-left: 10px;
	}

	.part3,.part4
	{
		width: 100%;
	}

	.goleft
	{
		width: 60%;
	}

	.goright
	{
		width: 40%;
	}

	.message
	{
		display: none;
	}

	.options
	{
		font-size: 11px;
	}

	.middle h2
	{
		font-size: 14px;
	}

	.block.block33 .title, .block.block50 .title, .block.block100 .title
	{
		padding-left: 10px;
	}

	.modalblock
	{
		padding: 20px;
	}

	.logo img
	{
		height: 48px;
	}
}

	body
	{
		background-color: #fff;
		font-family: 'Manrope', sans-serif;
	}

	.new_page
	{
		max-width: 1500px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.new_header
	{
		background: #1D2350;
		box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
		width: 100%;
		height: 76px;
	}

	.new_header_sub
	{
		background: #1D2350;
		float: left;
		width: 100%;
		border-top: 1px solid #33354D;
		height: 52px;
		line-height: 52px;
		margin-bottom: 12px;
	}

	.new_header_sub a:hover
	{
		background: rgba(255, 255, 255, 0.06);
	}

	.new_header_sub a
	{
		text-transform: capitalize;
		margin-top: 10px;
		text-decoration: none;
		float: left;
		font-weight: 500;
		font-size: 12px;
		color: #fff;
		padding-left: 28px;
		margin-right: 24px;
		height: 32px;
		line-height: 32px;
		border-radius: 4px;
		padding-right: 5px;
	}

	.new_header_sub a.all
	{
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 20px;
		background-image: url(img2/bx-collection.svg);
	}

	.new_header_sub a.articles
	{
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 20px;
		background-image: url(img2/bx-detail.svg);
	}

	.new_header_sub a.videos
	{
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 20px;
		background-image: url(img2/bx-video.svg);
	}

	.new_header_sub a.webinars
	{
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 20px;
		background-image: url(img2/bx-microphone.svg);
	}

	.new_header_sub a.podcasts
	{
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 20px;
		background-image: url(img2/bx-desktop.svg);
	}

	.new_header_sub a.events
	{
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 20px;
		background-image: url(img2/bx-calendar-star.svg);
	}

	.new_header_sub a.other
	{
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 20px;
		background-image: url(img2/bx-store.svg);
	}

	.new_header .new_menu a:hover,.new_header .new_menu .a:hover
	{
		background: rgba(255, 255, 255, 0.06);
		cursor: pointer;
	}

	.new_header .new_menu a,.new_header .new_menu .a
	{
		text-transform: capitalize;
		float: left;
		height: 56px;
		width: 80px;
		color: #fff;
		text-decoration: none;
		padding-top: 35px;
		font-size: 12px;
		font-weight: 500;
		margin-top: 10px;
		text-align: center;
		margin-right: 8px;
		margin-left: 8px;
		box-sizing: border-box;
		border-radius: 8px;
		position: relative;
	}

	.new_header .new_menu .menu_spacer
	{
		background-color: #9397AD;
		width: 1px;
		margin-left: 8px;
		margin-right: 8px;
		float: left;
		height: 36px;
		margin-top: 20px;
	}

	.new_header .new_menu .new_user:hover
	{
		cursor: pointer;
		background: rgba(255, 255, 255, 0.06);
	}

	.new_header .new_menu .new_user
	{
		position: relative;
		border: 1px solid #9397AD;
		height: 56px;
		margin-top: 10px;
		border-radius: 8px;
		float: left;
		padding: 7px;
		box-sizing: border-box;
		margin-left: 16px;
	}

	.new_header .new_menu .new_user .new_avatar
	{
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-sizing: border-box;
		background-color: #9397AD;
		float: left;
		box-sizing: border-box;
	}	

	.new_header .new_menu .new_user .new_avatar img
	{
		width: 100%;
		height: 100%;
		display: block;
		border-radius: 50%;
	}

	.new_header .new_menu .new_user .new_role
	{
		font-size: 14px;
		color: #fff;
		float: left;
		width: 70px;
		margin-top: 1px;
	}

	.new_header .new_menu .new_user .new_role b
	{
		color: #FF8A48;
		float: left;
		width: 100%;
		font-weight: normal;
		font-size: 12px;
	}

	.new_header .new_menu a.home
	{
		background-repeat: no-repeat;
		background-position: center top 5px;
		background-size: 24px;
		background-image: url(img2/bx-home-alt.svg);
	}

	.new_header .new_menu a.feed
	{
		background-repeat: no-repeat;
		background-position: center top 5px;
		background-size: 24px;
		background-image: url(img2/bx-collection.svg);
	}

	.new_header .new_menu a.csearch
	{
		background-repeat: no-repeat;
		background-position: center top 5px;
		background-size: 24px;
		background-image: url(img2/csearch.svg);
	}

	.new_header .new_menu a.connections
	{
		background-repeat: no-repeat;
		background-position: center top 5px;
		background-size: 24px;
		background-image: url(img2/bx-share-alt.svg);
	}

	.new_header .new_menu .a.messages
	{
		background-repeat: no-repeat;
		background-position: center top 5px;
		background-size: 24px;
		background-image: url(img2/bx-message.svg);
	}

	.new_header .new_menu a.cart
	{
		background-repeat: no-repeat;
		background-position: center top 5px;
		background-size: 24px;
		background-image: url(img2/bx-cart-alt.svg);
	}

	.new_header .new_menu .a.notifications
	{
		background-repeat: no-repeat;
		background-position: center top 5px;
		background-size: 24px;
		background-image: url(img2/bx-bell.svg);
	}

	.new_header .new_menu .a.language
	{
		background-repeat: no-repeat;
		background-position: center top 5px;
		background-size: 24px;
		background-image: url(img2/bx-globe.svg);
	}

	.new_header .new_menu .a i
	{
		transition: .2s all;
		display: inline-block;
		width:  12px;
		height: 12px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 12px;
		background-image: url(img2/caret.svg);
		margin-left: 1px;
	}

	.new_header .new_logo
	{
		float: left;
		margin-top: 22px;
	}

	.new_header .new_menu
	{
		float: right;
	}

	.new_header .language_options
	{
		display: none;
		z-index: 9;
		right: 0px;
		position: absolute;
		top: 66px;
		width: 130px;
		border-radius: 8px;
		border: 1px solid #E2E5F1;
		background: #FFF;
		box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
		padding: 12px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.new_header .user_options
	{
		display: none;
		z-index: 9;
		right: 0px;
		position: absolute;
		top: 66px;
		width: 170px;
		border-radius: 8px;
		border: 1px solid #E2E5F1;
		background: #FFF;
		box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
		padding: 12px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.new_header .user_options a,.new_header .language_options a
	{
		text-transform: capitalize;
		height: 36px;
		line-height: 36px;
		color: #33354D;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		float: left;
		width: 100%;
		margin: 0px;
		text-align: left;
		padding: 0px;
	}

	.new_header .user_options a:hover,.new_header .language_options a:hover
	{
		color: #6666F2;
	}

	.new_header .user_options a.profile
	{
		padding-left: 28px;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px;
		background-image: url(img2/user.svg);
	}

	.new_header .user_options a.settings
	{
		padding-left: 28px;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px;
		background-image: url(img2/bx-cog.svg);
	}

	.new_header .user_options a.invite
	{
		padding-left: 28px;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px;
		background-image: url(img2/user_invite.svg);
	}

	.new_header .user_options a.purchases
	{
		padding-left: 28px;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px;
		background-image: url(img2/bx-shopping-bag.svg);
	}

	.new_header .user_options a.wallet
	{
		padding-left: 28px;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px;
		background-image: url(img2/bx-wallet.svg);
	}

	.new_header .user_options a.signout
	{
		padding-left: 28px;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px;
		background-image: url(img2/bx-log-out-circle.svg);
	}

	.new_header .user_options .user_spacer
	{
		background-color: #E2E5F1;
		height: 1px;
		margin-left: -16px;
		margin-right: -16px;
		margin-top: 12px;
		margin-bottom: 12px;
		float: left;
		width: calc(100% + 32px);
	}

	.ns
	{
		-webkit-touch-callout:none;
		-webkit-user-select:none;
		-khtml-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		user-select:none;
	}

	.new_left
	{
		margin-top: 32px;
		float: left;
		width: calc(100% - 300px);
		padding-right: 200px;
		box-sizing: border-box;
	}

	.new_right
	{
		margin-top: 32px;
		float: left;
		width: 300px;
	}

	.new_right .block
	{
		padding: 24px;
		box-sizing: border-box;
		float: left;
		width: 100%;
		border-radius: 8px;
		background: #FFF;
		box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
	}

	.new_right .block .title
	{
		float: left;
		width: 100%;
		color: #0B0F19;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 25.6px */
	}

	.new_right .block .text
	{
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
		color: var(--primary-text, #565973);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 20.8px */
	}

	.new_right .block .blockflex
	{
		width: 100%;
		float: left;
		display: flex;
	}

	.new_right .block .bt1
	{
		text-decoration: none;
		border-radius: 8px;
		background: #EFF2FC;
		display: flex;
		width: 76px;
		padding: 10px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		color: #000;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
		margin-right: 8px;
	}

	.new_right .block .bt2
	{
		text-decoration: none;
		border-radius: 6px;
		background: #6366F1;
		display: flex;
		padding: 11px 28px;
		justify-content: center;
		align-items: center;
		gap: 8px;
		flex: 1 0 0;
		color: var(--White, #FFF);
		text-align: center;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 22.4px */
	}

	.new_right .block .bt2:hover
	{
		opacity: 0.85;
	}

	.new_right .block .bt3:hover,.new_right .block .bt1:hover
	{
		background-color: #eee;
	}
	.new_right .block .bt3
	{
		text-decoration: none;
		border-radius: 8px;
		background: #EFF2FC;
		display: flex;
		padding: 10px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		color: #000;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
		width: 100%;
	}

	.new_right .block .bt4
	{
		border-radius: 6px;
		border: 1px solid var(--Gray-300, #E2E5F1);
		float: left;
		padding: 11px 28px;
		align-items: center;
		gap: 8px;
		align-self: stretch;
		color: var(--Gray-800, #33354D);
		text-align: left;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%; /* 22.4px */
		padding-left: 42px;
		background-repeat: no-repeat;
		background-position: left 15px center;
		background-size: 20px;
		background-image: url(img2/bx-fingerprint.svg);
		width: 100%;
		margin-top: 10px;
		box-sizing: border-box;
	}

	.new_right .block .bt5
	{
		cursor: pointer;
		border-radius: 6px;
		border: 1px solid var(--Gray-300, #E2E5F1);
		float: left;
		padding: 11px 28px;
		align-items: center;
		gap: 8px;
		align-self: stretch;
		color: var(--Gray-800, #33354D);
		text-align: left;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%; /* 22.4px */
		padding-left: 42px;
		background-repeat: no-repeat;
		background-position: left 15px center;
		background-size: 20px;
		background-image: url(img2/user.svg);
		width: 100%;
		margin-top: 10px;
		box-sizing: border-box;
	}

	.new_right .block .bt5:hover,.new_right .block .bt4:hover
	{
		color: #6366F1;
	}

	.feedblock
	{
		overflow: hidden;
		box-sizing: border-box;
		padding: 24px;
		padding-top: 0px;
		margin-bottom: 24px;
		width: 100%;
		float: left;
		border-radius: 8px;
		background: #FFF;
		box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
	}

	.feedavt
	{
		text-decoration: none;
		line-height: 42px;
		float: left;
		color: var(--Gray-700, var(--primary-text, #565973));
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		margin-top: 24px;
	}

	.feedavt.feedavt2
	{
		margin-bottom: 16px;
	}

	.feedavt.feedavt3
	{
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.feedavt img
	{
		margin-right: 5px;
		float: left;
		border-radius: 36px;
		border: 3px solid #E2E5F1;
		width: 42px;
		height: 42px;
		box-sizing: border-box;
	}

		.feedbts
		{
			float:left;
			width: 100%;
			overflow: hidden;
			-webkit-touch-callout:none;
			-webkit-user-select:none;
			-khtml-user-select:none;
			-moz-user-select:none;
			-ms-user-select:none;
			user-select:none;
			border-top: 1px solid #E2E5F1;
			padding-top: 16px;
			margin-top: 16px;
		}

		.feedbts.feedbts2
		{
			border-top: 0px;
			margin-top: 8px;
		}

		.feedbts.feedbts3
		{
			margin-bottom: 0px;
		}

		.feeddate
		{
			height: 24px;
			line-height: 24px;
			float: right;
			color: #9397AD;
			text-align: right;
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 13px;
			font-style: normal;
			font-weight: 400;
			margin-top: 33px;
		}

		.feeddate3
		{
			height: 24px;
			line-height: 24px;
			float: left;
			color: #9397AD;
			text-align: left;
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 13px;
			font-style: normal;
			font-weight: 400;
			margin-top: 24px;
			width: 100%;
		}

		.feeddate3 span
		{
			float: right;
		}

		.feeddate2
		{
			margin-top: 33px;
			height: 24px;
			line-height: 24px;
			float: right;
			color: #9397AD;
			text-align: right;
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 13px;
			font-style: normal;
			font-weight: 400;
			border-left: 1px solid #E2E5F1;
			padding-left: 15px;
			margin-left: 15px;
		}

		.cb
		{
			float:left;
			width: 100%;
			display: none;
		}

		.feedcomments input
		{
			height: 48px;
			border-radius: 24px;
			float: left;
			width:calc(100% - 53px);
			margin-left: 5px;
			border:0px;
			padding: 0px;
			outline:0px;
			padding-left:12px;
			padding-right:12px;
			box-sizing: border-box;
			border: 1px solid #efefef;
			margin-top: 10px;
		}

		.fcremove
		{
			float:right;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 14px;
			background-image: url(img2/trash.svg);
			width: 14px;
			height: 14px;
			cursor:pointer;
		}

		.copycode
		{
			color: var(--Brand-Primary, #6366F1);
			text-align: center;
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 16px;
			font-style: normal;
			font-weight: 600;
			height: 42px;
			line-height: 42px;
			float: left;
			cursor: pointer;
		}

		.com
		{
			margin-top: 10px;
			background-color: #f6f6f6;
			border-radius: 10px;
			float: left;
			width:calc(100% - 53px);
			margin-left: 5px;
			border:0px;
			outline:0px;
			padding: 12px;
			font-size: 14px;
			box-sizing: border-box;
			border-top-left-radius: 0px;
		}

		.comi
		{
			float: left;
			width: 100%;
			margin-bottom: 5px;
			color: var(--Gray-700, var(--primary-text, #565973));
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 12px;
			font-style: normal;
			font-weight: 600;
		}

		.comi a
		{
			text-decoration: none;
			color: #000;
		}

		.feedavatar img
		{
			width: 100%;
			height: 100%;
			border-radius: 50%;
		}

		.feedavatar
		{
			float: left;
			width: 48px;
			height:48px;
			background-color: #fff;
			border-radius: 50%;
			padding: 0px;
			box-sizing: border-box;
			margin-top: 10px;
		}

		.feedcomments2
		{
			padding:10px;
			padding-left: 0px;
			padding-top:0px;
			padding-right: 0px;
			box-sizing: border-box;
			float:left;
			width: 100%;
			border-radius: 10px;
			overflow: hidden;
			margin-top: 10px;
		}

		.feedcomments
		{
			padding:0px;
			box-sizing: border-box;
			float:left;
			width: 100%;
			border-radius: 10px;
			overflow: hidden;
			margin-top: 10px;
		}

		.feedbts .feedlike
		{
			text-align: center;
			float:left;
			height: 42px;
			line-height:42px;
			cursor: pointer;
			color: var(--Gray-600, #9397AD);
			text-align: right;
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
		}

		.feedlike b
		{
			transition: background 0.1s ease-in-out;
			width: 18px;
			height: 42px;
			vertical-align: middle;
			margin-right: 3px;
			margin-left: 5px;
			display: inline-block;
			background-repeat: no-repeat;
			background-position: center top 10px;
			background-size: 18px;
			background-image: url(img2/bx-like.svg);
		}

		.feedbts .feedlike span,.feedbts .feeddislike span,.feedbts .feedcomment span
		{
			color: #33354D;
		}

		.feedbts .feeddislike
		{
			text-align: center;
			float:left;
			height: 42px;
			line-height:42px;
			color: var(--Gray-600, #9397AD);
			text-align: right;
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
			cursor: pointer;
			margin-left: 15px;
			margin-right: 15px;
		}

		.feeddislike b
		{
			transition: background 0.1s ease-in-out;
			width: 18px;
			height: 42px;
			vertical-align: middle;
			margin-right: 3px;
			margin-left: 5px;
			display: inline-block;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 18px;
			background-image: url(img2/bx-dislike.svg);
		}

		.feedbts .feedcomment
		{
			text-align: center;
			float:left;
			height: 42px;
			line-height:  42px;
			color: var(--Gray-600, #9397AD);
			text-align: right;
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 14px;
			font-style: normal;
			font-weight: 400;			
			cursor: pointer;
		}

		.feedcomment b
		{
			transition: background 0.1s ease-in-out;
			width: 24px;
			height: 42px;
			vertical-align: middle;
			margin-right: 3px;
			margin-left: 5px;
			display: inline-block;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 18px;
			background-image: url(img2/bx-comment.svg);
		}

		.feedbts .feedshare
		{
			text-align: center;
			float:left;
			width: calc(100% / 4);
			height: 60px;
			line-height:60px;
			font-size: 12px;
			font-weight:bold;
			background-color: #f6f6f6;
			cursor: pointer;
		}

		.feedbts .feedshare:hover b
		{
			background-size: 28px;
		}

		.feedshare b
		{
			transition: background 0.1s ease-in-out;
			width: 24px;
			height: 60px;
			vertical-align: middle;
			margin-right: 5px;
			display: inline-block;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 24px;
			background-image: url(img/share.svg);
		}

		.feedimage
		{
			float:left;
			width: calc(100% + 48px);
			border-radius: 10px;
			height: 380px;
			margin-left: -24px;
			margin-right: -24px;
		}

		.feedimage img
		{
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: inline-block;
		}

		.feedtitle
		{
			float: left;
			width: 100%;
			color: var(--Gray-800, #33354D);
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 24px;
			font-style: normal;
			font-weight: 800;
			margin-top: 16px;
		}

		.feedtitleflex
		{
			flex: 1;
		}

		.feedtitle2
		{
			display: flex;
			background: #F3F6FF;
			margin-left: -24px;
			margin-right: -24px;
			width: calc(100% + 48px);
			float: left;
			padding-top: 16px;
			padding-bottom: 16px;
			padding-left: 24px;
			padding-right: 24px;
			box-sizing: border-box;
			color: #33354D;
			font-family: Manrope;
			font-size: 18px;
			font-style: normal;
			font-weight: 700;
			line-height: normal;
		}

		.feedprice
		{
			box-sizing: border-box;
			margin-left: 10px;
			color: #6366F1;
			font-family: Manrope;
			font-size: 18px;
			font-style: normal;
			font-weight: 700;
			float: right;
			height: 42px;
			line-height: 42px;
			background-repeat: no-repeat;
			background-position: left center;
			background-size: 24px;
			background-image: url(img2/mdi_lock.svg);
			padding-left: 32px;
		}

		.feedtitle2 b
		{
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
			overflow: hidden;
			height: 22px;
			line-height: 22px;
			float: left;
			width: 100%;
			white-space: break-spaces;
		}

		.feedtitle2 span
		{
			margin-top: 5px;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
			overflow: hidden;
			color: var(--primary-text, #565973);
			font-family: Manrope;
			font-size: 13px;
			font-style: normal;
			font-weight: 400;
			line-height: 15px;
			height: 15px;
			float: left;
			width: 100%;
		}

		.feeddesc
		{
			float: left;
			width: 100%;
			color: var(--Gray-700, var(--primary-text, #565973));
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			margin-top: 16px;
		}

		.feedlabel
		{
			float: right;
			background-color: #2276E5;
			color: #fff !important;
			box-sizing: border-box;
			padding: 10px;
			border-radius: 10px;
			margin: 10px;
			font-size: 12px;
			text-transform: uppercase;
			text-decoration: none;
		}

		.content_card
	{
		overflow: hidden;
		width: 100%;
		float: left;
		border-radius: 8px;
		background: var(--White, #FFF);
		box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
		margin-bottom: 24px;
		position: relative;
	}

	.content_card .cleft
	{
		width: 500px;
		float: left;
		height: 100%;
		overflow: hidden;
	}

	.content_card .cleft img
	{
		width: 100%;
		aspect-ratio: 16/9;
		float: left;
		object-fit: cover;
	}

	.content_card .cright
	{
		float: left;
		width: calc(100% - 500px);
		padding: 24px;
		box-sizing: border-box;
		height: 100%;
	}

	.content_card .title
	{
		color: var(--Gray-800, #33354D);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: 140%; /* 33.6px */
		float: left;
		width: 100%;
		margin-bottom: 16px;
		margin-top: 16px;
		text-align: left;
		text-decoration: none;
	}

	.content_card .date
	{
		color: #9397AD;
		text-align: right;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 20.8px */
		float: Left;
		width: 100%;
		text-align: left;
		height: 28px;
		line-height: 28px;
	}

	.content_card .date span
	{
		border-left: 1px solid #E2E5F1;
		margin-left: 12px;
		padding-left: 12px;
		height: 28px;
		line-height: 28px;
	}

	.content_card .desc
	{
		float: left;
		width: 100%;
		color: var(--Gray-700, var(--primary-text, #565973));
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
	}

	.content_card .price
	{
		text-decoration: none;
		margin: 0px;
		color: #6366F1;
		font-family: Manrope;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		float: right;
		height: 42px;
		line-height: 42px;
		background-repeat: no-repeat;
		background-position: left 15px center;
		background-size: 24px;
		background-image: url(img2/mdi_lock.svg);
		padding-left: 45px;
		padding-right: 15px;
		border-radius: 8px;
		background-color: #EFF2FC;
	}

	.content_card .clike
	{
		text-align: center;
		height: 42px;
		line-height:42px;
		color: var(--Gray-600, #9397AD);
		text-align: right;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		display: inline-block;
	}

	.clike b
	{
		transition: background 0.1s ease-in-out;
		width: 18px;
		height: 42px;
		vertical-align: middle;
		margin-right: 3px;
		margin-left: 5px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center top 10px;
		background-size: 18px;
		background-image: url(img2/bx-like.svg);
	}

	.content_card .clike span,.content_card .cdislike span,.content_card .ccomment span
	{
		color: #33354D;
	}

	.content_card .cdislike
	{
		text-align: center;
		display: inline-block;
		height: 42px;
		line-height:42px;
		color: var(--Gray-600, #9397AD);
		text-align: right;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		margin-left: 15px;
		margin-right: 15px;
	}

	.cdislike b
	{
		transition: background 0.1s ease-in-out;
		width: 18px;
		height: 42px;
		vertical-align: middle;
		margin-right: 3px;
		margin-left: 5px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px;
		background-image: url(img2/bx-dislike.svg);
	}

	.content_card .ccomment
	{
		text-align: center;
		display: inline-block;
		height: 42px;
		line-height:  42px;
		color: var(--Gray-600, #9397AD);
		text-align: right;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;			
	}

	.ccomment b
	{
		transition: background 0.1s ease-in-out;
		width: 24px;
		height: 42px;
		vertical-align: middle;
		margin-right: 3px;
		margin-left: 5px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px;
		background-image: url(img2/bx-comment.svg);
	}

	.content_card .info
	{
		display: flex;
		float: left;
		width: calc(100% - 548px);
		border-top: 1px solid #E2E5F1;
		margin-top: 24px;
		padding-top: 24px;
		position: absolute;
		left: 524px;
		bottom: 24px;
	}

	.content_card .bts
	{
		flex: 1;
		text-align: center;
		height: 42px;
		line-height: 42px;
	}

	.content_card .bts.btsright
	{
		text-align: right;
	}

	.content_card .avatar
	{
		float: left;
		width: 42px;
		height: 42px;
		border: 3px solid #E2E5F1;
		border-radius: 50%;
		box-sizing: border-box;
		overflow: hidden;
	}

	.content_card .avatar img
	{
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: inline-block;
	}

	.content_card .user
	{
		float: left;
		margin-left: 8px;
		height: 42px;
		line-height: 42px;
		color: var(--Gray-900, #0B0F19);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
	}

	.content_header h1
	{
		color: var(--Gray-900, #0B0F19);
		text-align: left;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 48px;
		font-style: normal;
		font-weight: 800;
		float: left;
		width: 100%;
		margin: 0px;
		margin-bottom: 24px;
	}

	.content h2
	{
		text-transform: capitalize;
		float: left;
		margin: 0px;
		color: var(--Gray-900, #0B0F19);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 40px;
		font-style: normal;
		font-weight: 800;
		line-height: 130%; /* 52px */
		height: 48px;
		line-height: 48px;
		margin-bottom: 24px;
		margin-top: 48px;
	}

	.content h2.inside
	{
		color: var(--Gray-900, #0B0F19);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 20px;
		font-style: normal;
		font-weight: 800;
		line-height: 130%; /* 26px */
		margin: 0px;
		margin-top: 12px;
		margin-bottom: -12px;
	}

	.contentinput
	{
		border-radius: 6px;
		border: 1px solid var(--Gray-400, #D4D7E5);
		background: var(--White, #FFF);
		height: 48px;
		box-sizing: border-box;
		width: 400px;
		float: right;
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: 20px;
		background-image: url(img2/bx-search.svg);
		outline: 0px;
		padding-left: 12px;
		margin-top: 48px;
		margin-bottom: 24px;
	}

	.contentinput4
	{
		height: 56px;
		box-sizing: border-box;
		width: 100%;
		float: right;
		background-repeat: no-repeat;
		background-position: left 18px center;
		background-size: 20px;
		background-image: url(img2/bx-search.svg);
		outline: 0px;
		padding-left: 48px;
		border-radius: 6px;
		border: 1px solid var(--Gray-400, #D4D7E5);
		margin-bottom: 52px;
	}

	.content_header
	{
		float: left;
		background: #F3F6FF;
		width: 100%;
		padding-top: 24px;
		padding-bottom: 24px;
		margin-top: -12px;
	}

	.content_header .feeddate2
	{
		border-left: 0px;
	}

	.content_header .feedprice
	{
		float: right;
	}

	.content .feedtitle2
	{
		display: block;
	}

	.content_header .feedtitle2 .feedtitleflex2
	{
		float: Left;
		width: calc(100% - 140px);
		height: 42px;
		overflow: hidden;
	}

	.content_header .feedtitle2
	{
		float: left;
		display: block;
	}

	.content_header .feedblock
	{
		width: 580px;
		display: inline-block;
		float: none;
		margin-left: 24px;
	}

	.content_header .feedblock:first-of-type
	{
		margin-left: 0px;
	}

	.content_header .content_inner
	{
		white-space: nowrap;
		float: left;
		width: 100%;
		overflow: auto;
	}

	.content_header .content_inner
	{
		cursor: grabbing;
	    -ms-overflow-style: none;
	    scrollbar-width: none;
	}

	.content_header .content_inner::-webkit-scrollbar
	{ 
	    display: none;
	}

	.bread
	{
		float: left;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 42px;
	}

	.bread a
	{
		text-decoration: none;
		color: var(--Gray-600, #9397AD);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 22.4px */
		margin-right: 12px;
		height: 16px;
		line-height: 16px;
	}

	.bread a.home
	{
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 18px;
		background-image: url(img2/homegray.svg);
		padding-left: 24px;
	}

	.bread a:hover
	{
		color: var(--Brand-Primary, #6366F1);
	}

	.bread span
	{
		color: var(--Brand-Primary, #6366F1);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 22.4px */
		height: 16px;
		line-height: 16px;
	}

	.bread i
	{
		background-repeat: no-repeat;
		background-position: center top 4px;
		background-size: 16px;
		background-image: url(img2/arr.svg);
		width: 16px;
		height: 16px;
		margin-right: 12px;
		display: inline-block;
	}

	.post .info
	{
		float: left;
		width: 100%;
	}

	.postinfo .postdate
	{
		color: var(--Gray-700, var(--primary-text, #565973));
		text-align: right;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		float: left;
		line-height: 26px;
		margin-top: 15px;
	}

	.postinfo .un
	{
		float: right;
	}

	.postinfo .avatar
	{
		overflow: hidden;
		margin-right: 10px;
		float: left;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background-color: #eee;
	}

	.postinfo .avatar img
	{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.postinfo .user
	{
		line-height: 56px;
		color: var(--Gray-900, #0B0F19);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		float: left;
	}

	.postinfo .postdate2
	{
		color: var(--Gray-700, var(--primary-text, #565973));
		text-align: right;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px;
		margin-top: 15px;
		float: left;
		margin-left: 16px;
		padding-left: 16px;
		border-left: 1px solid #E2E5F1;
		margin-bottom: 42px;
	}

	.posth2
	{
		color: var(--Gray-900, #0B0F19);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 40px;
		font-style: normal;
		font-weight: 800;
		line-height: 130%; /* 52px */
		float: left;
		width: 100%;
	}

	.posth1
	{
		color: var(--Gray-900, #0B0F19);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 40px;
		font-style: normal;
		font-weight: 800;
		line-height: 130%; /* 52px */
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px;
		margin-bottom: 21px;
	}

	.postheader
	{
		float: left;
		width: 100%;
		height: 640px;
		margin-top: -12px;
	}

	.postheader img
	{
		float: left;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.posttext
	{
		float: left;
		width: 100%;
		color: var(--Gray-700, var(--primary-text, #565973));
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
		padding-bottom: 32px;
		border-bottom: 1px solid #E2E5F1;
		margin-bottom: 0px;
		margin-top: 32px;
	}

	.posttextintro
	{
		margin-top: 42px;
		float: left;
		width: 100%;
		color: var(--Gray-900, #0B0F19);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 32px */
	}

	.morecontent
	{
		float: left;
		width: calc(100% + 24px);
		margin-left: -12px;
		margin-right: -12px;
		margin-bottom: 72px;
	}

	.morecontent .feedblock
	{
		width: calc((100% / 3) - 24px);
		margin: 12px;
	}

	.morecontent .feedtitle
	{
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.postmore
	{
		border-radius: 8px;
		border: 1px solid rgba(99, 102, 241, 0.35);
		display: inline-flex;
		padding: 13px 32px;
		justify-content: center;
		align-items: center;
		gap: 8px;
		color: var(--Brand-Primary, #6366F1);
		text-align: center;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 25.6px */
		float: right;
		cursor: pointer;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: right 32px center;
		background-size: 24px;
		background-image: url(img2/icon-r.svg);
		padding-right: 64px;
	}

	.postmore:hover
	{
		opacity: 0.85;
	}

	.postmore2
	{
		border-radius: 8px;
		border: 1px solid rgba(99, 102, 241, 0.35);
		display: inline-flex;
		padding: 13px 32px;
		justify-content: center;
		align-items: center;
		gap: 8px;
		color: var(--Brand-Primary, #6366F1);
		text-align: center;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 25.6px */
		float: right;
		cursor: pointer;
		text-decoration: none;
		margin-right: 0px;
	}

	.postmore2:hover
	{
		opacity: 0.85;
	}

	.postcomments
	{
		float: left;
		width: 100%;
		padding-bottom: 32px;
		border-bottom: 1px solid #E2E5F1;
		margin-bottom: 32px;
	}

	.postcomments:last-of-type
	{
		border-bottom: 0px;
	}

	.postcomments .avatar
	{
		float: left;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background-color: #eee;
		overflow: hidden;
	}

	.postcomments .avatar img
	{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.postcomments .comment
	{
		background: #F2F2F2;
		margin-left: 10px;
		width: calc(100% - 58px);
		float: left;
		padding: 12px;
		box-sizing: border-box;
		color: var(--primary-text, #565973);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
		border-radius: 12px;
		border-top-left-radius: 0px;
	}

	.postcomments .postname
	{
		color: #0B0F19;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 160%; /* 25.6px */
		float: Left;
		width: 100%;
	}

	.postcomments .postbio
	{
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		float: left;
		width: 100%;
		color: #9397AD;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 22.4px */
		margin-bottom: 12px;
	}

	.postleft
	{
		width: calc(100% - 376px);
		float: left;
	}

	.postright
	{
		margin-left: 40px;
		text-align: center;
		color: var(--Gray-900, #0B0F19);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 160%; /* 28.8px */
		width: 336px;
		float: left;
		padding-top: 42px;
	}

	.postright .social
	{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.socialshare
	{
		border-radius: 6px;
		background: var(--Gray-200, #EFF2FC);
		display: inline-block;
		width: 22px;
		height: 22px;
	}

	.postcomments input
	{
	    height: 48px;
	    border-radius: 24px;
	    float: left;
	    width: calc(100% - 58px);
	    margin-left: 10px;
	    border: 0px;
	    padding: 0px;
	    outline: 0px;
	    padding-left: 24px;
	    padding-right: 24px;
	    box-sizing: border-box;
	    border: 1px solid #efefef;
	}

		.speakers
	{
		float: left;
		width: 50%;
		margin-top: 24px;
	}

	.speakers .avatar img
	{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.speakers .avatar
	{
		width: 70px;
		height: 70px;
		border-radius: 50%;
		overflow: hidden;
		float: left;
		background-color: #eee;
		margin-right: 10px;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.speakers .person
	{
		height: 70px;
		float: left;
		width: calc(100% - 80px);
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.speakers .person b
	{
		color: #0B0F19;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 800;
		line-height: 140%; /* 19.6px */
		float: Left;
		width: 100%;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-top: 12px;
	}

	.speakers .person span
	{
		color: var(--primary-text, #565973);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 16.8px */
		float: left;
		width: 100%;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-top: 5px;
	}

	.speakers h3,.buyblock h3,.postright h3
	{
		color: var(--Gray-900, #0B0F19);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: 140%; /* 33.6px */
		float: Left;
		width: 100%;
		margin: 0px;
		padding: 0px;
		margin-bottom: 12px;
		text-align: left;
	}

	.headerleft
	{
		float: left;
		width: 50%;
		margin-top: 80px;
		box-sizing: border-box;
		padding-right: 40px;
	}

	.headerright
	{
		margin-top: 80px;
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding-left: 40px;
	}

	.headerright img
	{
		float: right;
		border-radius: 10px;
		aspect-ratio: 16/9;
	}

	.headerleft .headertitle
	{
		float: left;
		width: 100%;
		color: #FFF;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 40px;
		font-style: normal;
		font-weight: 800;
		line-height: 130%; /* 52px */
		margin-bottom: 24px;
		margin-top: 12px;
	}

	.headerleft .headeravatar
	{
		float: Left;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		overflow: hidden;
		background-color: #eee;
	}

	.headerleft .headeruser
	{
		float: left;
		width: calc(100% - 66px);
		margin-left: 10px;
	}

	.headerleft .headeruser b
	{
		float: left;
		width: 100%;
		color: #FFF;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: 140%; /* 22.4px */
		margin-top: 5px;
	}

	.headerleft .headeruser span
	{
		color: #9397AD;
		text-align: right;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		float: left;
	}

	.headerleft .headeruser span:last-of-type
	{
		margin-left: 15px;
		border-left: 1px solid #E2E5F1;
		padding-left: 15px;
	}

	.headerleft .headertext
	{
		color: #FFF;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 25px;
		float: Left;
		width: 100%;
		margin-top: 24px;
	}

	.headerbread
	{
		color: #FFF;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 20px;
		font-style: normal;
		font-weight: 800;
		line-height: 130%; /* 26px */
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 60px;
	}

	.headerbread a
	{
		text-decoration: none;
		color: var(--White, #FFF);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 22.4px */
		float: left;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 16px;
		background-image: url(img2/arr2.svg);
		padding-left: 24px;
	}

	.buyblock
		{
			float: left;
			width: 100%;
			border-radius: 8px;
			border: 1px solid var(--Gray-300, #E2E5F1);
			background: var(--White, #FFF);
			box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
			padding: 24px;
			box-sizing: border-box;
			margin-bottom: 24px;
		}

		.buyblock .buybt:hover
		{
			cursor: pointer;
			opacity: 0.85;
		}

		.buyblock .buybt
		{
			border-radius: 6px;
			background: #FF8A48;
			box-shadow: 0px 8px 18px -8px rgba(99, 102, 241, 0.90);
			color: var(--White, #FFF);
			text-align: center;
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 16px;
			font-style: normal;
			font-weight: 600;
			line-height: 160%; /* 25.6px */
			height: 52px;
			line-height: 52px;
		}

		.buyblock .bprice
		{
			color: var(--Gray-900, #0B0F19);
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 32px;
			font-style: normal;
			font-weight: 800;
			float: left;
			height: 32px;
			line-height: 32px;
			margin-bottom: 24px;
		}

		.buyblock .bdiscount
		{
			color: var(--Gray-600, #9397AD);
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 20px;
			font-style: normal;
			font-weight: 400;
			text-decoration: line-through;
			float: left;
			height: 32px;
			line-height: 32px;
			margin-left: 10px;
			margin-bottom: 24px;
		}

		.buyblock .small
		{
			color: var(--Gray-700, var(--primary-text, #565973));
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 160%; /* 25.6px */
			background-repeat: no-repeat;
			background-position: left center;
			background-size: 20px;
			background-image: url(img2/bx-slideshow.svg);
			padding-left: 24px;
			box-shadow: brown;
			text-align: left;
			float: left;
			width: 100%;
			margin-bottom: 24px;
		}

		.buyblock .smalltext
		{
			float: left;
			width: 100%;
			color: var(--Gray-700, var(--primary-text, #565973));
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
			line-height: 160%; /* 22.4px */
			text-align: left;
		}

		.buyblock .smallt
		{
			color: var(--Gray-700, var(--primary-text, #565973));
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 16px;
			font-style: normal;
			font-weight: 700;
			line-height: 160%; /* 25.6px */
			background-repeat: no-repeat;
			background-position: left center;
			background-size: 20px;
			background-image: url(img2/bx-slideshow.svg);
			padding-left: 24px;
			box-shadow: brown;
			text-align: left;
			float: left;
			width: 100%;
			margin-bottom: 8px;
		}

		.buyblock .eventmap
		{
			float: left;
			width: 100%;
			aspect-ratio: 1;
			border-radius: 8px;
			background-color: #eee;
			margin-top: 24px;
		}

		.postright .tags:hover
		{
			background-color: #eee;
			cursor: pointer;
		}

		.postright .tags
		{
			margin-right: 8px;
			margin-bottom: 8px;
			border-radius: 4px;
			background: var(--Gray-200, #EFF2FC);
			color: var(--Gray-800, #33354D);
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 14px;
			font-style: normal;
			font-weight: 600;
			line-height: 160%; /* 22.4px */
			float: left;
			padding: 4px;
			padding-left: 8px;
			padding-right: 8px;
			box-sizing: border-box;
		}

		.headervoucher
	{
		width: 980px;
		height: 280px;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
		border-radius: 8px;
		position: absolute;
		left: calc(50% - 490px);
		top: calc( 50% - 140px);
		overflow: hidden;
	}

	.voucherimg
	{
		float: left;
		height: 280px;
		width: 500px;
	}

	.voucherimg img
	{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.voucherinfo
	{
		width: 400px;
		height: 280px;
		float: left;
		background-color: #fff;
		box-sizing: border-box;
		padding: 24px;
	}

	.voucherbar
	{
		width: 80px;
		height: 280px;
		float: left;
		background-color: #fff;
		box-sizing: border-box;
		border-left: 1px dashed #000;
		padding-top: 38px;
	}

	.voucherbar2
	{
		width: 100%;
		float: left;
		background-color: #fff;
		box-sizing: border-box;
		border-top: 1px dashed #000;
		padding-top: 32px;
		padding-bottom: 16px;
		margin-top: 16px;
	}

	.voucherinput
	{
		border-radius: 6px;
		border: 1px solid var(--Gray-400, #D4D7E5);
		background: var(--White, #FFF);
		height: 36px;
		line-height: 36px;
		float: left;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 18px;
		margin-top: 6px;
		padding-left: 12px;
		padding-right: 12px;
		overflow: hidden;
		white-space: nowrap;
		color: #0B0F19;
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
	}

	.voucherlabel
	{
		color: var(--Gray-900, #0B0F19);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		float: left;
		width: 100%;
	}

	.barcode
	{
		font-family: 'Libre Barcode 39', cursive;
		color: #000;
		width: 100%;
		float: left;
		text-align: center;
		font-size: 48px;
		padding: 15px;
		padding-bottom: 0px;
		box-sizing: border-box;
		-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}

	.barcode2
	{
		font-family: 'Libre Barcode 39', cursive;
		color: #000;
		width: 100%;
		float: left;
		text-align: center;
		font-size: 56px;
		font-weight: normal;
	}

	.buyblock.buybar
	{
		padding: 0px;
		overflow: hidden;
		text-align: left;
	}

	.buyblock.buybar img
	{
		float: Left;
		width: 100%;
	}

	.buyblock.buybar .voucherinfo
	{
		float: left;
		width: 100%;
	}

	.buyblock.buybar .voucherinfo
	{
		float: left;
		width: 100%;
	}

		.spacer
		{
			float: left;
			width: 100%;
			margin-top: 24px;
			height: 1px;
		}

		.view_all_inner
		{
			float: left;
			width: 100%;
			text-align: center;
		}

		.view_all
		{
			border-radius: 4px;
			border: 1px solid var(--Purple, #6666F2);
			background: #FFF;
			color: var(--Purple, #6666F2);
			text-align: center;
			font-family: Manrope;
			font-size: 14px;
			font-style: normal;
			font-weight: 600;
			line-height: 18px; /* 128.571% */
			margin-top: 6px;
			width: 300px;
			display: inline-block;
			height: 50px;
			line-height: 50px;
			text-decoration: none;
		}

		.view_all:hover
		{
			cursor: pointer;
			opacity: 0.85;
		}

		.modalcheckbox
		{
		    width: 18px;
		    height: 18px;
		    border: 2px solid #B4B7C9;
		    border-radius: 2px;
		    display: inline-block;
		    vertical-align: middle;
		    float: left;
		    cursor: pointer;
		    margin-right: 5px;
		}

		.modalcheckbox.sel
		{
			background-color: #6366F1;
			border: 2px solid #6366F1;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 21px;
			background-image: url(img2/v5.svg);
		}

		.modalcheckboxinner
		{
			margin-top: 3px;
			height: 18px;
			line-height: 22px;
			float: left;
			color: var(--Gray-700, var(--primary-text, #565973));
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
		}

		.modalcharcounter
		{
			color: var(--Gray-700, var(--primary-text, #565973));
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 12px;
			font-style: normal;
			font-weight: 400;
			float: left;
			width: 100%;
			margin-top: 5px;
		}

		.reviewblock
			{
				border-radius: 8px;
				background: var(--White, #FFF);
				box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
				margin: 10px;
				display: inline-block;
				width: 400px;
				position: relative;
				color: var(--Gray-700, var(--primary-text, #565973));
				font-feature-settings: 'clig' off, 'liga' off;
				font-family: Manrope;
				font-size: 16px;
				font-style: normal;
				font-weight: 400;
				padding: 24px;
				padding-top: 52px;
				box-sizing: border-box;
				white-space: normal;
			}

			.reviewblock .quote
			{
				width: 44px;
				height: 44px;
				border-radius: 6px;
				background: var(--Brand-Primary, #6366F1);
				box-shadow: 0px 8px 18px -8px rgba(99, 102, 241, 0.90);
				position: absolute;
				top: -22px;
				left: 22px;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: 20px;
				background-image: url(img2/quote.svg);
			}

			.rating5
			{
				background-image: url(img2/star1.svg), url(img2/star1.svg), url(img2/star1.svg), url(img2/star1.svg), url(img2/star1.svg);
				background-position: left center, left 14px center, left 28px center, left 42px center, left 56px center;
				background-size: 14px,14px,14px,14px,14px;
				background-repeat: no-repeat;
				width: 100%;
				height: 14px;
				float: left;
				margin-top: 24px;
			}

			.rating4
			{
				background-image: url(img2/star1.svg), url(img2/star1.svg), url(img2/star1.svg), url(img2/star1.svg), url(img2/star2.svg);
				background-position: left center, left 14px center, left 28px center, left 42px center, left 56px center;
				background-size: 14px,14px,14px,14px,14px;
				background-repeat: no-repeat;
				width: 100%;
				height: 14px;
				float: left;
				margin-top: 24px;
			}

			.rating3
			{
				background-image: url(img2/star1.svg), url(img2/star1.svg), url(img2/star1.svg), url(img2/star2.svg), url(img2/star2.svg);
				background-position: left center, left 14px center, left 28px center, left 42px center, left 56px center;
				background-size: 14px,14px,14px,14px,14px;
				background-repeat: no-repeat;
				width: 100%;
				height: 14px;
				float: left;
				margin-top: 24px;
			}

			.rating2
			{
				background-image: url(img2/star1.svg), url(img2/star1.svg), url(img2/star2.svg), url(img2/star2.svg), url(img2/star2.svg);
				background-position: left center, left 14px center, left 28px center, left 42px center, left 56px center;
				background-size: 14px,14px,14px,14px,14px;
				background-repeat: no-repeat;
				width: 100%;
				height: 14px;
				float: left;
				margin-top: 24px;
			}

			.rating1
			{
				background-image: url(img2/star1.svg), url(img2/star2.svg), url(img2/star2.svg), url(img2/star2.svg), url(img2/star2.svg);
				background-position: left center, left 14px center, left 28px center, left 42px center, left 56px center;
				background-size: 14px,14px,14px,14px,14px;
				background-repeat: no-repeat;
				width: 100%;
				height: 14px;
				float: left;
				margin-top: 24px;
			}

			.rating0
			{
				background-image: url(img2/star2.svg), url(img2/star2.svg), url(img2/star2.svg), url(img2/star2.svg), url(img2/star2.svg);
				background-position: left center, left 14px center, left 28px center, left 42px center, left 56px center;
				background-size: 14px,14px,14px,14px,14px;
				background-repeat: no-repeat;
				width: 100%;
				height: 14px;
				float: left;
				margin-top: 24px;
			}

			.reviewsinner
			{
				float: left;
				width: calc(100% + 10px);
				margin-left: -10px;
				margin-right: 0px;
				overflow: auto;
				white-space: nowrap;
			}

			.reviewsinner
			{
				cursor: grabbing;
			    -ms-overflow-style: none;
			    scrollbar-width: none;
			    padding-top: 14px;
			    padding-bottom: 90px;
			}

			.reviewsinner::-webkit-scrollbar
			{ 
			    display: none;
			}

			.reviewblock .user
			{
				position: absolute;
				bottom: -68px;;
				left: 14px;
			}

			.reviewblock .user2
			{
				float: left;
				margin-top: -8px;
				margin-bottom: -8px;
				width: 100%;
			}

			.reviewblock .user .avatar,.reviewblock .user2 .avatar
			{
				float: left;
				width: 48px;
				height: 48px;
				border-radius: 50%;
				background-color: #eee;
				overflow: hidden;
			}

			.reviewblock .user .avatar img,.reviewblock .user2 .avatar img
			{
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

			.reviewblock .user .info,.reviewblock .user2 .info
			{
				float: left;
				height: 48px;
				margin-left: 6px;
				width: calc(100% - 54px);
			}

			.reviewblock .user .info b,.reviewblock .user2 .info b
			{
				color: var(--Gray-900, #0B0F19);
				font-feature-settings: 'clig' off, 'liga' off;
				font-family: Manrope;
				font-size: 14px;
				font-style: normal;
				font-weight: 700;
				line-height: 160%; /* 22.4px */
				float: left;
				width: 100%;
				padding-top: 3px;
			}

			.reviewblock .user .info span,.reviewblock .user2 .info span
			{
				float: left;
				width: 100%;
				color: var(--Gray-600, #9397AD);
				font-family: Manrope;
				font-size: 12px;
				font-style: normal;
				font-weight: 400;
				line-height: 160%; /* 19.2px */
			}

			.addproduct
	{
		float: left;
		width: 300px;
		aspect-ratio: 16 / 9;
		background-color: #F3F6FF;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100px;
		background-image: url(img2/bx-plus-circle.svg);
	}

	.block.blocknp
	{
		padding: 0px;
		overflow: hidden;
		margin-top: 0px !important;
		margin-bottom: 24px !important;
	}

	.block.blocknp b
	{
		color: var(--Gray-800, #33354D);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: 140%; /* 33.6px */
		float: left;
		width: calc(100% - 300px);
		margin-top: 42px;
		padding-left: 24px;
		box-sizing: border-box;
	}

	.block.blocknp span
	{
		color: var(--Gray-700, var(--primary-text, #565973));
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
		float: left;
		width: calc(100% - 300px);
		margin-top: 12px;
		padding-left: 24px;
		box-sizing: border-box;
	}

	.h2creator
	{
		color: var(--Gray-900, #0B0F19);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 48px;
		font-style: normal;
		font-weight: 800;
		margin: 0px;
		margin-top: 42px;
		margin-bottom: 32px;
		text-transform: capitalize;
		float: left;
		width: 100%;
	}

	.content h3
	{
		text-transform: capitalize;
		color: var(--Gray-900, #0B0F19);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 32px;
		font-style: normal;
		font-weight: 800;
	}

	.qtdinfo
	{
		color: var(--primary-text, #565973);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		float: right;
	}

	.qtdinfo a
	{
		text-decoration: none;
		color: var(--primary-text, #565973);
	}

	.editproduct
	{
		float: right;
		background-color: #EFF2FC;
		width: 32px;
		height: 32px;
		display: block;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 32px;
		background-image: url(img2/bx-pencil.svg);
		border-radius: 4px;
	}

	.labelsmall
		{
			font-size: 12px !important;
			margin-top: 6px !important;
			font-weight: normal !important;
		}

		.h2forms
		{
			color: var(--Brand-Primary, #1D2350);
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 20px !important;
			font-style: normal;
			font-weight: 700;
			margin-bottom: 0px !important;
		}

		.liner
		{
			background-color: #E2E5F1;
			height: 1px;
			float: left;
			width: 100%;
			margin-top: 42px;
			margin-bottom: 0px;
		}

		.bt_orange
		{
			border-radius: 6px;
			background: #FF8A48;
			color: var(--White, #FFF);
			text-align: center;
			font-feature-settings: 'clig' off, 'liga' off;
			font-family: Manrope;
			font-size: 14px;
			font-style: normal;
			font-weight: normal;
		}

		@media screen and (max-width: 599px)
		{
			.feedbts .feedlike,.feedbts .feeddislike,.feedbts .feedcomment,.feedbts .feedshare
			{
				text-indent: -9999px;
			}

			.feedlike b,.feeddislike b,.feedcomment b,.feedshare b
			{
				margin:0px;
				display:block;
				width: 100%;
				height: 60px;
			}
		}

		@media screen and (max-width: 399px)
		{
			.feedbts
			{
				margin-left:10px;
				margin-right: 10px;
				width: calc(100% - 20px);
			}
		}

