.first-header .navbar-nav .nav-link {
	line-height: normal;
	font-weight: 500;
}
.first-header .set-items-icons .icon-menu li.nav-item {
	border-right: 1px solid #e2e2e2;
	text-align: center;
	flex: 1;
}
.first-header .set-logo-search .tdb-logo {
	width: 90px;
	height: auto;
}
.first-header .set-logo-search .search-box .form-control {
	height: 30px;
	margin-right: 5px;
	padding: 0px 10px;
}
.first-header .set-items-icons .icon-menu li.nav-item:first-child {
	border-right: 0px;
}
.first-header .set-items-icons .icon-menu li a.nav-link {
	padding: 2px 12px;
}
.first-header .set-items-icons .icon-menu li.nav-item h6 {
	margin: 0px;
}
.first-header .set-items-icons .icon-menu {
	flex: 1;
}
.navbar .heder-search-options {
	flex: initial;
}
.first-header .location-btn {
	border: 0px;
	text-wrap: nowrap;
}
.first-header .location-btn:hover {
	color: #000 !important;
}
button#attendees-btn,
#comment-btn {
	border: 0px;
}
.first-header .set-items-icons li.nav-item.get-app-btn {
	flex: 0 0 140px;
}
.first-header .set-items-icons li.get-app-btn .btn.btn-primary {
	font-size: 14px;
	padding: 8px 8px;
	display: flex;
	justify-content: center;
	gap: 6px;
	align-items: center;
	width: 100%;
}
.first-header .set-items-icons li.get-app-btn .btn.btn-primary i {
	font-size: 20px;
}
/* event-detail */
section.event-title {
	border-bottom: 1px solid;
	border-color: rgba(46, 62, 72, 0.12);
}
.timing-event .btn {
	border: 1px solid;
}
.evnet-details {
	background-color: rgb(246 247 248 / 1);
}
.evnet-details .event-info {
	border-radius: 16px;
}
.evnet-details .event-info .form-check-input[type="checkbox"],
.evnet-details .event-info .form-check-input[type="radio"] {
	padding: initial;
}
.evnet-details .event-info .input-box {
	text-align: right;
}
.evnet-details .event-info .input-box .items-count {
	height: auto;
	width: auto;
	padding: 8px;
	font-size: 14px;
}
.event-info .from-group .form-check label {
	color: #000;
	font-weight: 500;
	vertical-align: middle;
}
.event-info .from-group {
	border-bottom: 1px dashed gray;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.event-info .from-group:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.event-info .Tickets-btn .btn-primary {
	background-color: #f5f6fa;
	border-color: #f5f6fa;
	color: #000;
}
.event-info .chip-in-item {
	margin-bottom: 10px;
}
.event-info .chip-in-item p {
	color: #047bd5;
}
.event-info .chip-in-item p strong {
	color: #090909;
}
.event-info .chip-in-item:last-child {
	margin-bottom: 0px;
}
.event-info .chip-in-item .btn.btn-primary {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.3;
}
.event-description ul,
.event-description li {
	list-style: disc;
}
.event-description p {
	margin-bottom: 10px;
}
.evnet-details .items {
	padding: 15px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.evnet-details .card {
	border: 0px;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	border-radius: 10px;
}
.evnet-details .card img {
	max-width: 72px;
	margin: 0px auto;
}
.evnet-details .card .card-title {
	font-size: 14px;
}
.evnet-details .card .card-text {
	font-size: 12px;
}
.evnet-bottom {
	z-index: 99;
}
.comment .avatar {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3rem;
	font-size: 1.25rem;
}
.comment .avatar-img,
.comment .avatar-initials,
.comment .avatar-placeholder {
	width: 100%;
	height: 100%;
	border-radius: inherit;
}
.comment .avatar-img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
.comment .avatar-initials {
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	line-height: 0;
	background-color: #a0aec0;
}
.comment .avatar-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	background: #a0aec0
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%23fff' d='M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z'/%3e%3c/svg%3e")
		no-repeat center/1.75rem;
}
.comment .avatar-indicator {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%;
	height: 20%;
	display: block;
	background-color: #a0aec0;
	border-radius: 50%;
}
.comment .avatar-group {
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.comment .avatar-group .avatar + .avatar {
	margin-left: -0.75rem;
}
.comment .avatar-group .avatar:hover {
	z-index: 1;
}
.comment .avatar-sm,
.comment .avatar-group-sm > .avatar {
	width: 2.125rem;
	height: 2.125rem;
	font-size: 1rem;
}
.comment .avatar-sm .avatar-placeholder,
.comment .avatar-group-sm > .avatar .avatar-placeholder {
	background-size: 1.25rem;
}
.comment .avatar-group-sm > .avatar + .avatar {
	margin-left: -0.53125rem;
}
.comment .avatar-lg,
.comment .avatar-group-lg > .avatar {
	width: 4rem;
	height: 4rem;
	font-size: 1.5rem;
}
.comment .avatar-lg .avatar-placeholder,
.comment .avatar-group-lg > .avatar .avatar-placeholder {
	background-size: 2.25rem;
}
.comment .avatar-group-lg > .avatar + .avatar {
	margin-left: -1rem;
}
.comment .avatar-light .avatar-indicator {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}
.comment .avatar-group-light > .avatar {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}
.comment .avatar-dark .avatar-indicator {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}
.comment .avatar-group-dark > .avatar {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}
.authors-container .author {
	float: left;
	position: relative;
	transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	z-index: 3;
}
.authors-container .author:nth-child(2) {
	z-index: 99;
	margin-left: -5px;
}
.authors-container > .author > .account-photo {
	width: 40px;
	height: 40px;
}
.account-photo {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}
.account-photo img {
	width: 100%;
}
.account-photo .mask {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	border-radius: 50%;
}
.event-timing time {
	text-transform: uppercase;
}
.evnet-bottom .event-btn button {
	padding: 12px 15px;
}
.evnet-bottom .event-btn .attend-btn button {
	min-width: 130px;
}
.evnet-bottom .event-btn i.fa-regular.fa-bookmark.fa-fw {
	font-size: 20px;
	margin-left: 10px;
}
#editRsvp .modal-footer .btn {
	font-size: 16px;
	padding: 5px 10px;
	max-width: 120px;
	width: 100%;
	border-radius: 20px;
}
#editRsvp .add-to-cart .input-text {
	text-align: center;
}
#editRsvp .add-to-cart .items-count {
	border: 1px solid #a3aaab;
	border-radius: 10px;
	padding: 12px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #212529;
	height: 46px;
}
/* evnet-details */
.inline-subtitle .deal-subtitle a {
	color: #212529;
}
.pricing-options-wrapper {
	display: flex;
	flex-wrap: wrap;
	line-height: 24px;
	font-size: 16px;
}
.price-discount-container {
	display: flex;
	align-items: center;
}
.breakout-option-value,
.breakout-option-regular-price {
	text-decoration: line-through;
}
.value-source-wrapper {
	margin-right: 5px;
}
.breakout-option-regular-price {
	color: #318200;
	font-weight: 700;
	margin-right: 4px;
}
.breakout-option-price {
	color: #e00038;
	font-weight: 700;
	margin-right: 4px;
}
.discount-message {
	background-color: #fce8eb;
	color: #eb0028;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1;
	text-transform: capitalize;
}
.promo-discount-price {
	font-size: 16px;
	color: #0d6efd;
	line-height: 24px;
}
.promo-discount-price .final-discounted-price {
	font-weight: 700;
}
.urgency-pricing-label {
	font-size: 14px;
	margin-top: 2px;
	color: red;
	font-weight: 600;
}
.event-info .performer-count img {
	width: 100%;
	max-width: 24px;
	float: left;
	margin-right: 10px;
}
.event-info .performer-count {
	text-align: left;
}
.cpnCode {
	border: 1px dashed gray;
	padding: 10px 20px;
	border-right: 0;
	margin: 0px;
	display: inline-block;
}
.cpnBtn {
	background: #fff;
	padding: 10px 20px;
	color: #7158fe;
	cursor: pointer;
	border: 1px solid;
	margin-left: -2px;
}
.evnet-bottom .cpnCode,
.evnet-bottom .cpnBtn {
	font-size: 16px;
	display: inline-block;
	line-height: normal;
}
.evnet-bottom .cpnBtn {
	background-color: #90ee90;
	color: #fff;
	border-color: #90ee90;
}
.evnet-bottom .buynow-btn button {
	min-width: 150px;
}
/* banner slider Slider */
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
	width: 100%;
}
.slider-banner-image {
	height: 350px;
}
.banner-slider .slider.slider-for {
	margin-bottom: 20px;
}
.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
	color: #006af7;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg {
	max-width: 178px;
	height: 110px;
	margin: 0 auto;
	border: 1px solid #ebebeb;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
	border: 0;
	outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
	border: 2px solid #196db6;
}
.slick-lightbox-close:before {
	font-size: 30px;
}
.banner-slider iframe {
	height: 100%;
	width: 100%;
}
.slick-lightbox-close {
	right: 20px;
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-lightbox-close:before {
	font-size: 35px;
	line-height: normal;
}
/* event-filter */
.pic-p {
	position: relative;
	z-index: 1;
}
.filter-btn a {
	font-size: 14px;
}
.filter-btn .dropdown-menu a.active,
.filter-btn .dropdown-menu a:hover {
	border-radius: 0px;
}
.event-list .card img {
	max-height: 140px;
	object-fit: cover;
}
.event-list .card h2.text-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}
.event-list .card p.text-subtitle {
	margin-bottom: 5px;
}
.event-list .row {
	row-gap: 15px;
}

.event-list .card-body {
	padding: 12px;
	display: flex;
	flex-direction: column;
}
.event-list .btn.btn-primary {
	font-size: 14px;
}
.event-list .card-body .pricing-options-wrapper {
	line-height: 22px;
	font-size: 16px;
}
.event-list .card-body .promo-discount-price {
	font-size: 16px;
	line-height: 22px;
}
.event-list .card-body .event-btn {
	height: 100%;
	align-items: end;
}
.event-list .crad .btn.btn-primary {
	background: #f5f6fa;
	color: #343434;
	border: 1px solid #343434;
	min-width: 40px;
}
.list-it.filter-btn .date-filter {
	height: 100%;
}
.list-it.filter-btn .date-filter:hover {
	background-color: transparent;
}
.list-it.filter-btn .date-filter .form-control {
	height: 40px;
}
/* business-list */
.inner-search .form-control {
	height: 30px;
	margin-right: 5px;
}
.Business-listing .card {
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 15px;
}
.Business-listing .card .user-profile {
	max-width: 50px;
}
.Business-listing .card .user-profile img {
	border-radius: 55px;
}
.Business-listing .card .review ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.Business-listing .card .review ul li {
	font-size: 14px;
}
.Business-listing .card .review ul li a {
	color: #000;
}
.Business-listing .card .review-rating .rating-numeric {
	margin: 0px 4px;
}
.Business-listing .card .review-rating .rating-numeric li i {
	color: #ffc120;
	font-size: 14px;
}
.Business-listing .card .head-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.Business-listing .card .header-slide {
	display: flex;
	align-items: center;
	gap: 20px;
}
.Business-listing .card .user-time span .dot-separator:before {
	content: "·";
	display: inline;
	padding: 0 4px;
}
.Business-listing .card .user-time .open-hours {
	color: #318200;
}
.Business-listing .card .user-time {
	font-size: 14px;
}
.Business-listing .card .user-disc {
	font-size: 14px;
}
.Business-listing .card .btn.btn-primary {
	font-size: 14px;
}
/* help-categorie */
.help-categorie {
	padding: 80px 0px;
}
.help-categorie h2 {
	text-align: center;
	margin-bottom: 15px;
}
.search-form .input-container {
	display: flex;
	border: 1px solid #212429;
	margin-bottom: 35px;
}
.search-form ::placeholder {
	color: #212429;
	opacity: 1;
}
.search-form .search-input {
	background: #fff;
	color: #212429;
	vertical-align: middle;
	font-size: 16px;
	line-height: 2;
	padding: 10px 20px;
	border: 0px;
	outline: none;
	border-radius: 0px;
}
.search-form .search-submit {
	background: #0b5ed7;
	color: #ffffff;
	vertical-align: middle;
	padding: 0 20px;
	border: 0;
	outline: none;
	cursor: pointer;
}
.search-form .search-submit i {
	font-size: 24px;
}
.help-categorie .box-card {
	padding: 20px 15px;
	text-align: center;
	border-radius: 0.5rem;
	border: 2px solid #b5bfd9;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	transition: 0.15s ease;
	cursor: pointer;
	height: 100%;
}
.help-categorie .box-card .icon i {
	font-size: 40px;
	color: #0b5ed7;
	margin-bottom: 12px;
}
.help-categorie .box-card h5.card-title {
	text-transform: capitalize;
	font-size: 16px;
	color: #212429;
}
.help-categorie .row {
	row-gap: 15px;
}
/* helpdetail */
.breadcrumb-section {
	padding: 50px 0px 40px;
}
.helpdetail {
	padding: 0px 0px 50px;
}
.helpdetail .sidebar-btn button {
	background: #39ad48;
	border-color: #39ad48;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
	/* padding: 12px 15px; */
}
/* user-profile */
.profile-scetion {
	padding: 20px;
}
.profile-scetion .profile-box {
	border: 1px solid #cecece;
	padding: 15px;
	border-radius: 10px;
	display: inline-block;
}
.profile-box .profile-header {
	display: flex;
	align-items: center;
	column-gap: 15px;
	margin-bottom: 10px;
}
.profile-box .profile-header img {
	border-radius: 50px;
}
.profile-box .profile-stats {
	display: flex;
	gap: 16px;
}
.profile-box .profile-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 70px;
	cursor: pointer;
	border-right: 1px solid;
	padding-right: 16px;
}
.profile-box .profile-stat:last-child {
	border-right: 0px;
	padding-right: 0px;
}
.profile-box .share-icon a {
	color: #212529;
	font-size: 24px;
}
.profile-box .profile-btn a {
	flex: 1;
}
.profile-box .profile-btn .btn {
	font-size: 14px;
}
.Personal-marketplace-section {
	padding: 20px 20px;
}
.Personal-marketplace-section h4.heading-title {
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	color: #212529;
}
.profile-social-media {
	border-bottom: 1px solid #575757;
	padding: 0px 0px 20px;
	margin: 0px 20px;
}
.profile-social-media ul.Social-icon {
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0;
}
.profile-social-media ul.Social-icon li {
	display: inline-block;
	padding: 0px 2px;
}
.profile-social-media .inputWithIcon input[type="text"]:focus {
	border-color: dodgerBlue;
	box-shadow: 0 0 8px 0 dodgerBlue;
}

.profile-social-media .inputWithIcon input {
	padding-left: 50px;
}

.profile-social-media .inputWithIcon {
	position: relative;
}

.profile-social-media .inputWithIcon i {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translate(0%, -50%);
	color: #aaa;
	transition: 0.3s;
}

.profile-social-media .inputWithIcon input[type="text"]:focus + i {
	color: dodgerBlue;
}
#edit-profile-Modal .avatar-upload {
	position: relative;
	max-width: 160px;
	margin: 14px auto;
}
#edit-profile-Modal .avatar-upload .avatar-edit {
	position: absolute;
	right: 12px;
	z-index: 1;
	top: 10px;
}
#edit-profile-Modal .avatar-upload .avatar-preview {
	width: 150px;
	height: 150px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #f8f8f8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
#edit-profile-Modal .avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#edit-profile-Modal .avatar-upload .avatar-edit input {
	display: none;
}
#edit-profile-Modal .avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #ffffff;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}
#edit-profile-Modal .avatar-upload .avatar-edit input + label:after {
	content: "\f040";
	font-family: "FontAwesome";
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
#edit-profile-Modal form textarea.form-control {
	height: auto;
}
.Premium-box {
	background: linear-gradient(180deg, #f5fdff 14.52%, #c9eaff 117.42%);
	box-shadow: 0px 3.57px 8.93px 0px #857f7f40;
	border: 1.02px solid #006af71a;
	border-radius: 8.14px;
	padding: 14px 12px;
	margin-bottom: 20px;
	display: flex;
	column-gap: 10px;
}
.Premium-box .icon-box img {
	max-width: 35px;
}
.Premium-box .box-content h4 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	color: #212529;
	margin-bottom: 5px;
}
.Premium-box .box-content p {
	font-family: "Poppins", sans-serif;
	line-height: 1.2;
	text-align: left;
	color: #212529;
	margin-bottom: 5px;
}
.Personal-marketplace-section .Premium-box .box-content h4 {
	font-size: 20px;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.notification-section .form-switch .form-check-input {
	margin: 0px;
}
.notification-section .form-switch {
	padding-left: 0px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 100%;
}
.notification-section .form-switch label.form-check-label {
	width: 100%;
}
.notification-section .Premium-box .box-content {
	width: 100%;
}
.notification-section .Premium-box .box-content h4 {
	margin: 0px;
}
.notification-section .Premium-box .form-switch .form-check-input {
	width: 40px;
	height: 22px;
}
.delete-wrapper {
	text-align: center;
}
.delete-wrapper .box-content h4 {
	text-align: center;
}
.delete-wrapper .box-content p {
	color: #7b7c8c;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.79px;
	text-align: center;
}
.delete-wrapper .box-content {
	max-width: 237px;
	width: 100%;
	margin: 0px auto;
}
.delete-wrapper-btn button {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 10px 20px;
	border-radius: 10px;
	flex: 1;
}
.delete-wrapper-btn button.btn-secondary {
	border-color: #f2f2f6;
	background: #f2f2f6;
	color: #7b7c8c;
}
.delete-wrapper-btn button.btn-primary {
	border-color: #006af7;
	background: #006af7;
	color: #fff;
}
#delete-modal .modal-header {
	border-radius: 0px;
	background-color: #fff;
	border: 0px;
}
/* sign-up */
.sign-up-form .login-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sign-up-form form {
	padding: 20px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0px 1px 7px 0px #00000026;
}
.sign-up-form .form-title p {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #c9c8c8;
}
.sign-up-form form .button .img {
	max-width: 26px;
	margin-right: 10px;
}
.sign-up-form form .button {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px gray solid;
	border-radius: 24px;
	background-color: white;
	padding: 0.5rem 15px;
	margin: 1rem 0;
	width: 100%;
	font-size: 16px;
}
.sign-up-form form .button:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}
.sign-up-form form .form-control {
	border: 1px solid #a3aaab;
	border-radius: 10px;
	padding: 14px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #212529;
}
.sign-up-form .form-label {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}
.sign-up-form form .btn.btn-primary {
	width: 100%;
	font-size: 16px;
}
.sign-up-form .row {
	margin-right: -30px;
	margin-left: -30px;
	height: 100vh;
}
.sign-up-form .col-md-6 {
	padding: 2% 4% 2%;
}
.sign-up-form .form-sidebar-img {
	text-align: center;
	margin-top: 15px;
}
.sign-up-form .form-sidebar-img img {
	width: 100%;
	max-width: 350px;
}
.sign-up-form .form-sidebar {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sign-up-form .form-sidebar .form-logo {
	width: 100%;
	margin-bottom: 20px;
}
.sign-up-form .form-sidebar .form-logo img {
	max-width: 100px;
	width: 100%;
	object-fit: cover;
}
.cart-content .order_type.btn:hover {
	color: #000 !important;
}
/* subscription */
.subscription-top-bar .logo img {
	max-width: 120px;
}
.subscription-top-bar {
	padding: 15px 0px;
}
.Premium-section {
	padding: 40px 0px 20px;
}
.gray-light-bg {
	background-color: rgb(246 247 248 / 1);
}
.footer-Premium {
	padding: 20px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-Premium-btn .btn {
	font-size: 16px;
}
.footer-Premium-btn .btn img {
	max-width: 24px;
	margin-right: 5px;
}
#card {
	background: #006af7;
	border-radius: 15.41px;
	padding: 20px;
	max-width: 350px;
	margin: 0px auto;
	margin-bottom: 20px;
	width: 100%;
}
#card > #card-top,
#card > #card-top * {
	color: #fff;
}
#card .expiry {
	text-align: end;
}
#card .expiry > span + span {
	display: block;
}
.credit-card-form .form-label {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.payment-info .event-info {
	box-shadow: 0px 8px 12px 0px #00000024;
	text-align: center;
	border-radius: 16px;
}
.payout-detalis-section .table-wrapper {
	width: 100%;
	border-radius: 30px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 30px;
	margin-top: 15px;
}
.payout-detalis-section table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
.payout-detalis-section table td,
.payout-detalis-section table th {
	/* border: 1px solid #000; */
	text-align: left;
	padding: 10px 8px;
	font-size: 15px;
}
.payout-detalis-section table td .badge {
	width: 100%;
	padding: 6px 5px;
}
.store-btn img {
	width: 100%;
}
.qrcode-item img {
	width: 100%;
}
.qrcode-item {
	flex: 0 0 20%;
}
.event-btn .share-btn .btn-primary {
	background-color: #f5f6fa;
	border-color: #f5f6fa;
	color: #000;
}
.event-info .form-check-input:checked {
	background-color: #000;
	border-color: #000;
}
/* seller-master-page */
.seller-master-section .leftside-feed .navbar-nav {
	width: 100%;
}
.seller-listing .card {
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 15px;
}
.seller-listing .card .img-fluid {
	height: 100%;
	width: 100%;
	max-height: 230px;
}
.seller-listing .card .card-body .card-title {
	font-size: 20px;
}
.seller-listing .card .card-body p {
	font-size: 16px;
}
.seller-listing-btn a i {
	font-size: 16px;
	width: 16px;
	text-align: center;
}
.seller-listing-btn .dropdown-item {
	height: auto;
	padding: 5px 10px;
	border-radius: 0px;
	font-weight: 500;
}
.seller-listing-btn .dropdown button {
	/* height: 100%; */
}
.seller-master-right .event-info {
	border-radius: 16px;
}

.seller-master-btn .btn-outline-primary {
	background-color: #ebf5ff;
	border-color: #ebf5ff;
	color: #0064d1;
	font-weight: 500;
}
.seller-master-btn .btn-outline-primary:hover {
	background-color: #fff;
	color: #0064d1;
	border-color: #0064d1;
}
/* contact-pop-up */
form .form-label,
.form-group .form-label {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}
.contact-from button,
.boost-model .modal-footer button {
	font-size: 16px;
	padding: 5px 10px;
	max-width: 120px;
	width: 100%;
}
.boost-model form .heading-title {
	border: 1px solid #a3aaab;
	padding: 0.375rem 0.75rem;
	border-radius: 10px;
	margin-bottom: 1rem;
}
/*inquiries-page */
.input-elevated {
	font-size: 16px;
	line-height: 1.5;
	background: #ffffff;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 20px 20px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	width: 100%;
	max-width: 300px;
	padding: 0.5em 1em 0.5em 2.5em;
	border: 1px solid #c1c1c1;
}
.input-elevated::placeholder {
	color: #4f4f4f;
}
.input-elevated:focus {
	outline: none;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}
.inquiries-filter select.filter {
	max-width: 140px;
	width: 100%;
}
.dot-separator:before {
	content: "·";
	display: inline;
	padding: 0 4px;
}
.inquiries .card .img-fluid {
	height: 100%;
	width: 100%;
	max-height: 180px;
	object-fit: cover;
}
.inquiries .inquiry-status p > span {
	padding-right: 15px;
}
.inquiries .inquiry-status a.open-inquiry-btn {
	color: #212529;
}
.inquiries .inquiry-status a.open-inquiry-btn i {
	color: #006af7;
}
/* select-menu*/
.select-menu.select {
	position: relative;
}
.select-menu.select .selectBtn:after {
	content: "\f0d7";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 25px;
	color: #006af7;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(-50%, -50%);
	transition: 0.2s ease;
}
.select-menu.select .selectBtn.toggle {
	border-radius: 3px 3px 0 0;
}
.select-menu.select .selectBtn.toggle:after {
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}
.select-menu.select .selectDropdown {
	position: absolute;
	top: 100%;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	border-top: 1px solid #eee;
	z-index: 1;
	background: #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	visibility: hidden;
	transition: 0.2s ease;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	margin-top: 5px;
}
.select-menu.select .selectDropdown .option {
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.select-menu.select .selectDropdown .option:hover {
	background: #f8f8f8;
}
.select-menu.select .selectDropdown.toggle {
	visibility: visible;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.inquiry-details .select-menu .selectBtn {
	padding-right: 45px;
}
.inquiry-details .bottom-status {
	border: 1px solid #a3aaab;
	border-radius: 10px;
	padding: 12px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #212529;
}
/* user-event-list */
.user-event-list-table .user-img img {
	max-width: 80px;
}
.user-event-list-table tbody tr td {
	vertical-align: middle;
}
.user-event-list-table .user-date {
	text-align: center;
	margin: 0px;
}
.user-event-list-table .user-date span {
	color: #006af7;
}
/* commercialpage */
.feed .heder-search {
	border-radius: 30px !important;
	padding: 3px 10px;
}
.commercial-profile .card {
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 15px;
}
.commercial-profile .card .header-slide {
	display: flex;
	gap: 20px;
}
.commercial-profile .card .user-profile {
	max-width: 100px;
}
.commercial-profile .card .user-profile img {
	border-radius: 100px;
}
.commercial-profile .header-slide span.claimed {
	color: blue;
}
.commercial-profile .card .title ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	column-gap: 10px;
}
.commercial-profile .card .title ul li.nav-item {
	font-size: 14px;
	margin: 0px;
}
.commercial-profile .card .btn.btn-primary {
	font-size: 14px;
	color: #212429;
	background-color: #fff;
	border-color: #a3aaab;
	font-weight: 500;
}
.commercial-profile .card .btn.btn-primary i {
	padding-right: 5px;
}
.commercial-tab .nav-pills {
	justify-content: center;
}
.commercial-tab .nav-pills .nav-link {
	border-radius: 30px;
	color: #181818;
	font-size: 14px;
	font-weight: 700;
}
.commercial-tab .nav-pills .nav-link.active {
	color: #fff;
}
.feed .commercial-tab .nav-item {
	margin: 0px;
}
.commercial-sidebar .event-info {
	border-radius: 16px;
	box-shadow: 0px 3.57px 8.93px 0px #857f7f40;
}
.commercial-sidebar .commercial-info {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.commercial-sidebar .commercial-info li {
	margin-bottom: 15px;
}
.commercial-sidebar .review ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
}
.commercial-sidebar .review ul li {
	font-size: 14px;
}
.commercial-sidebar .review ul li a {
	color: #000;
}
.commercial-sidebar .review-rating .rating-numeric {
	margin: 0px 4px;
}
.commercial-sidebar .review-rating .rating-numeric li i {
	color: #ffc120;
	font-size: 14px;
}
.commercial-sidebar .review ul li.nav-item {
	font-size: 14px;
}
.commercial-sidebar .profile-social-media {
	margin: 0px 0px 15px;
	padding-bottom: 10px;
}
.commercial-sidebar .time-model .modal-content {
	box-shadow: 0px 24px 70px 0px #00000021;
	border: 1px solid #26232a17;
	border-radius: 25px;
	padding: 20px;
	background-color: #fff;
}
.commercial-sidebar .time-model .modal-dialog .modal-header {
	background-color: #fff;
	padding: 10px 14px;
}
.commercial-sidebar .commercial-time-table p {
	color: #000;
	font-weight: 500;
}
.commercial-sidebar .commercial-contact-btn a {
	width: 100%;
}
.commercial-contact-btn .btn-primary {
	background-color: #f5f6fa;
	border-color: #f5f6fa;
	color: #000;
	min-width: 100px;
}
.card-social-media ul.Social-icon {
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0;
}
.card-social-media ul.Social-icon li {
	display: inline-block;
	padding: 0px 2px;
}
.contact-info {
	padding: 20px;
	border-radius: 16px;
	box-shadow: 0px 8px 17px 0px #00000024;
}
.contact-info i {
	color: #000000;
	width: 35px;
	height: 35px;
	margin-right: 15px;
	background: #dfedff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	transition: all 0.3s ease-in-out;
}
.contact-info ul.contact-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.contact-info ul.contact-list li {
	display: flex;
	margin-bottom: 10px;
}
/* Job-post-Form-page */
form textarea.form-control {
	height: auto;
}
form .form-select {
	border: 1px solid #a3aaab;
	border-radius: 10px;
}
.Job-post-form {
	box-shadow: 0px 3.57px 8.93px 0px #857f7f40;
	padding: 16px 20px;
	border-radius: 20px;
}
.Job-post-form .contact-from .info-btn {
	border: 1px solid #eaeaea;
	border-radius: 10px;
	padding: 8px;
}
.Job-post-form .contact-from .info-btn button {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border-radius: 10px;
	padding: 8px 10px;
}
.Job-post-form .contact-from button .info-btn img {
	max-width: 24px;
}
.job-hire-wrapper .hire-img img {
	width: 100%;
	margin-bottom: 30px;
}
.hire-box-wrapper h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 28.8px;
	text-align: left;
	color: #181a1f;
	margin-bottom: 20px;
}
.hire-box-wrapper .hire-box {
	box-shadow: 0px 3.57px 8.93px 0px #857f7f40;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.hire-box-wrapper .hire-box h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #2775ef;
}
.hire-box-wrapper .hire-box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	color: #181a1f;
	margin-bottom: 0px;
}
.company-details-form .company-logo-filed {
	border: 1px solid #a3aaab;
	border-radius: 10px;
	padding: 10px;
}
.company-details-form .company-logo-filed .form-control[type="file"] {
	height: 100%;
}
.company-details-form .company-logo img {
	max-width: 50px;
}
.company-logo-filed .form-control[type="file"] {
	height: auto;
}
.Job-post-form .form-check label,
.company-details-form .form-check label {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}
.Job-post-form .form-check .form-check-input {
	margin-top: 0px;
}
.Job-post-form form select,
.Job-post-form .form-control {
	line-height: normal;
}
.Job-post-form form .form-label {
	margin-bottom: 8px;
}
.Job-post-form form input::-ms-input-placeholder,
.Job-post-form .form-select,
.Job-post-form .form-control::-ms-input-placeholder,
.company-details-form .form-control::-ms-input-placeholder {
	font-weight: 500;
	color: #000;
	font-size: 16px;
}
.Job-post-form form input::placeholder,
.Job-post-form .form-select,
.Job-post-form .form-control::placeholder,
.company-details-form .form-control::placeholder {
	font-weight: 500;
	color: #000;
	font-size: 16px;
}
.form-group-wrapper {
	border: 1px solid #eaeaea;
	padding: 14px;
	border-radius: 8px;
}
.Job-post-form .form-group-wrapper .form-check-input[type="radio"] {
	height: 22px;
	width: 22px;
}
.Job-post-form .form-group-wrapper .form-check-input:checked {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.Job-post-form .form-group-wrapper .form-check {
	height: 100%;
}
/* job-list page */
.feed .list-search .heder-search {
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
}
.list-search .heder-search .form-control {
	background: #f9f9f9;
}
.job-list .card {
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 15px;
	box-shadow: 0px 1px 7px 0px #0000001a;
	border: 1px solid #d5d5d5;
}
.job-list .card .header-slide {
	display: flex;
	align-items: center;
	/* flex: 1; */
	gap: 12px;
}
.job-list .card .user-profile {
	/* flex: 0 0 24%; */
}
.job-list .card .user-profile img {
	border-radius: 6px;
}
.job-list .card .user-disc h6 {
	font-size: 16px;
}
.job-list .Search-job-btn .btn.btn-primary,
.job-detail-wrapper .Search-job-btn .btn.btn-primary {
	font-size: 14px;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	color: #006af7;
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shift-type {
	list-style: none;
	margin: 0px 0px 12px;
	padding: 0px;
}
.shift-type li {
	background: #e2e2e2;
	border-radius: 20px;
	padding: 4px;
	display: inline-block;
	min-width: 80px;
	text-align: center;
	margin-right: 5px;
}
.shift-type li a {
	color: #000;
	font-weight: 500;
	font-size: 13px;
}

.job-list,
.job-details {
	height: calc(100vh - 170px);
	overflow-x: auto;
	padding: 0px 10px 0px 0px;
}
.job-detail-wrapper {
	padding: 5px;
}
.job-detail-wrapper .card .header-slide {
	display: flex;
	gap: 12px;
}
.job-detail-wrapper .card {
	box-shadow: 0px 3.57px 8.93px 0px #857f7f40;
	border: 0px;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 12px;
}
.job-detail-wrapper .job-box-info {
	box-shadow: 0px 3.57px 8.93px 0px #857f7f40;
	border: 0px;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 12px;
}
.job-detail-wrapper .card .user-disc .dot-separator {
	vertical-align: text-top;
	margin: 0px 4px;
}
.job-detail-wrapper .card .user-disc .dot-separator:before {
	content: "\f111";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 8px;
	display: inline;
	padding: 0 4px;
}
.job-detail-wrapper .card .user-disc p {
	font-size: 15px;
	color: #313131;
}
.job-detail-wrapper .card .Social-btn a {
	width: 100%;
}
.job-detail-wrapper .card .Social-btn button.following-btn {
	background: #f1f4f5;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	border-radius: 30px;
}
.job-detail-wrapper .card .Social-btn button.follow-btn {
	background: #006af7;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 30px;
}
.job-list::-webkit-scrollbar-track,
.job-details::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	background-color: #f5f5f5;
}
.job-list::-webkit-scrollbar,
.job-details::-webkit-scrollbar {
	background-color: #f5f5f5;
	width: 12px;
}
.job-list::-webkit-scrollbar-thumb,
.job-details::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: #f4f2ee;
}
.job-list::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}
.job-details::-webkit-scrollbar-thumb,
.job-details::-webkit-scrollbar-track {
	border-radius: 10px;
}
.job-description .moretext {
	display: none;
}
.job-description .moreless-button {
	color: #006af7;
	font-weight: 500;
}
.job-details .job-title.title h4 {
	font-size: 25px;
}
.job-detail-wrapper .card button.follow-btn {
	background: #006af7;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	color: #fff;
	border-radius: 30px;
}
/* community-form */
.tags-input {
	border: 1px solid #a3aaab;
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 10px;
}
.tag {
	background-color: #eee;
	border-radius: 3px;
	padding: 5px;
	margin: 2px;
	display: flex;
	align-items: center;
}
.tag-close {
	margin-left: 5px;
	cursor: pointer;
	color: red;
}
.tag-input {
	border: none;
	outline: none;
	flex-grow: 1;
}
.community-from .select2-container--default .select2-selection--multiple {
	border: 0px;
}
.community-from .form-check-input[type="radio"],
.community-from .form-check-input[type="checkbox"] {
	padding: 8px;
	margin: 0px 8px 0px 0px;
}
.community-from .form-label span {
	color: #424141;
	font-weight: 500;
	font-size: 12px;
	margin-top: 5px;
	display: inline-block;
}
.community-from .box-gre {
	background-color: #ffffff !important;
	box-shadow: 0px 3.57px 8.93px 0px #857f7f40;
	padding: 16px 12px;
	border-radius: 15px;
}
.community-from .form-btn button {
	font-size: 16px;
	padding: 5px 10px;
	max-width: 120px;
	width: 100%;
}
.communities-form .form-control[type="file"]::file-selector-button,
.communities-form .form-control[type="file"]::-webkit-file-upload-button {
	display: none;
}
.communities-form .box-ico {
	font-weight: 600;
	font-size: 16px;
	border: 1px solid #b3b3b3;
	box-shadow: 0px 8px 17px 0px #00000024;
	background-color: transparent;
	display: flex;
	align-items: center;
	padding: 8px 10px;
}
.communities-form .box-ico img {
	max-width: 50px;
	width: 100%;
	margin-right: 10px;
}
.job-post-top-bar .logo img {
	max-width: 90px;
}
/* communities-page */
.communitie-tab {
	border-bottom: 1px solid #d1d1d1;
	padding: 0px 8px;
}
.communitie-tab .nav-link {
	border-radius: 0px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #3a3a3a;
	width: 100%;
	padding: 5px 8px;
	background-color: transparent;
}
.communitie-tab .nav-link.active {
	background-color: transparent;
	color: #2879f1;
	display: inline-block;
	width: auto;
	border-bottom: 4px solid;
}
.communitie-tab .nav-item {
	text-align: center;
}
.communitie-tab .nav-item {
	flex: auto;
}
.communitie-cat-list {
	padding: 10px 0px;
}
.communitie-cat-list .cat-list-box {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0px;
}
.communitie-cat-list .cat-list-box img {
	width: 100%;
	height: 80px;
}
.communitie-cat-list .cat-list-box .cat-list-text {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: #000000;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.communitie-cat-list .cat-list-box .cat-list-text p {
	margin: 0px;
	font-weight: 600;
}
.communities-box {
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 15px;
	box-shadow: 0px 1px 7px 0px #0000001a;
	border: 1px solid #d5d5d5;
	margin-bottom: 15px;
}
.communities-box .communities-img {
	max-width: 100px;
	width: 100%;
}
.communities-img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.communities-share .btn.btn-primary {
	font-size: 12px;
	padding: 8px 8px 6px;
	color: #212429;
	background-color: #fff;
	border-color: #a3aaab;
	font-weight: 500;
	line-height: 1.2;
	min-width: 80px;
}
.feed_view_section .profile-secm {
	border-radius: 10px;
}
.profile-feed {
	margin-bottom: 20px;
}
.explore p {
	margin-bottom: 5px;
	color: #8e8e8e;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
}
.explore .communities-disc span {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}
.explore .communities-share .btn.btn-primary {
	background: #006af7;
	color: #fff;
	border: 0px;
}
/* community-view */
.community-main-banner {
	box-shadow: 0px 3.57px 8.93px 0px #857f7f40;
	margin-bottom: 15px;
	border-radius: 20px 20px 0px 0px;
}
.profile-header-info {
	padding: 0px 20px 20px;
}
.profile-header .profile-header-cover {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	height: 300px;
}

@media (max-width:768px) {
.profile-header .profile-header-cover {
	height: 150px;	
}
}

.profile-header figure > img {
	width: 100%;
	height: 100%;
}
.user-short-description .user-profile {
	text-align: center;
	margin-top: -100px;
}
.user-short-description .user-profile img {
	max-width: 120px;
	margin: 0px auto;
	width: 100%;
	height: 120px;
	border-radius: 120px;
	margin-bottom: 10px;
}
.user-short-description .row {
	align-items: center;
}
.user-short-description .authors-container .author {
	float: left;
	position: relative;
	transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	z-index: 3;
}
.user-short-description .authors-container .author:nth-child(2) {
	z-index: 99;
	margin-left: -5px;
}
.user-short-description .authors-container > .author > .account-photo {
	width: 40px;
	height: 40px;
}
.user-short-description .account-photo {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}
.user-short-description .account-photo img {
	width: 100%;
}
.user-short-description .account-photo .mask {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	border-radius: 50%;
}
.community-social-tab .nav-pills .nav-link {
	background: #f1f4f5;
	border: 0.82px solid #c6c6c6;
	font-size: 16px;
	font-weight: 600;
	line-height: 17.6px;
	color: #000000;
	border-radius: 20px;
	cursor: pointer;
}
.community-social-tab .nav-pills .nav-link:hover {
	color: #2879f1;
	background: #e4f2fd;
	border-color: #006af7;
}
.community-social-tab .nav-pills .nav-link.active {
	color: #2879f1;
	background: #e4f2fd;
	border: 0.82px solid #006af7;
}
.user-replay {
	position: relative;
}
.user-replay .user-replay-img {
	max-width: 40px;
	width: 100%;
	margin-right: 10px;
}
.user-replay .user-replay-img img {
	width: 100%;
}
.user-replay .user-write .upload-area input[type="file"] {
	width: 0px;
}
.user-replay .user-write {
	width: 100%;
}
.user-replay .user-write label.upload-area {
	position: absolute;
	top: 0;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
}
/* filter-bar */
.filter-bar .nav-pills .nav-link {
	display: flex;
	font-size: 16px;
	padding: 0.25rem 1rem;
	align-items: center;
	border-radius: 3.125rem;
	/*border:0px;*/
	border: 1px solid #d5caca;
	color: #080808;
	/*background-color: #f3f3f3;*/
	transition: background-color 0.4s ease-out, color 0.4s ease-out;
}
.filter-bar .nav-pills .nav-link.active {
	/* color:#2879F1;*/
	background-color: #1b1c1e;
	border-color: #1b1c1e;
	color: white;
}
.filter-bar .dropdown-item {
	color: #404040;
	font-size: 16px;
	font-weight: 500;
}
.filter-bar .dropdown .dropdown-menu {
	margin-top: 6px !important;
}
.filter-bar .filter-menu-options .active .nav-link {
	/*color: #2879F1;*/
	background-color: #1b1c1e;
	border-color: #1b1c1e;
	color: white;
}
/* datepicker */
.calendar {
	max-width: 130px;
	width: 100%;
	background: #ffffff;
	border: 1px solid #333333;
	box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
}
.calendar::-ms-input-placeholder {
	color: #080808;
	text-align: center;
}
.calendar::placeholder {
	color: #080808;
	text-align: center;
}
.ui-datepicker {
	background: #ffffff;
	border-radius: 15px;
}
.ui-datepicker-header {
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background: #31639c;
	margin-bottom: 10px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	width: 20px;
	height: 20px;
	text-indent: 9999px;
	border-radius: 100%;
	cursor: pointer;
	overflow: hidden;
	margin-top: 12px;
}
.ui-datepicker-prev {
	float: left;
	margin-left: 12px;
}
.ui-datepicker-prev:after {
	transform: rotate(45deg);
	margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
	float: right;
	margin-right: 12px;
}
.ui-datepicker-next:after {
	transform: rotate(-135deg);
	margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
	border-color: #333333;
}
.ui-datepicker-title {
	text-align: center;
	font-size: 25px;
}
.ui-datepicker-calendar {
	width: 100%;
	text-align: center;
}
.ui-datepicker-calendar thead tr th span {
	display: block;
	width: 40px;
	color: #31639c;
	margin-bottom: 5px;
	font-size: 18px;
}
.ui-state-default {
	display: block;
	text-decoration: none;
	color: #333333;
	line-height: 40px;
	font-size: 16px;
}
.ui-state-default:hover {
	color: #ffffff;
	background: #31639c;
	border-radius: 50px;
	transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-state-highlight {
	color: #ffffff;
	background-color: #31639c;
	border-radius: 50px;
}
.ui-state-active {
	color: #ffffff;
	background-color: #31639c;
	border-radius: 50px;
}
.ui-datepicker-unselectable .ui-state-default {
	color: #eee;
	border: 2px solid transparent;
}
/* single-select */
.single-select .select-btn {
	display: flex;
	background: #fff;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	border: 1px solid #a3aaab;
	border-radius: 10px;
	padding: 14px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #212529;
}
.single-select .select-btn i {
	font-size: 25px;
	transition: 0.3s;
}
.single-select.active .select-btn i {
	transform: rotate(-180deg);
}
.single-select .options {
	position: relative;
	padding: 10px;
	margin-top: 10px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	display: none;
	border: 1px solid #a3aaab;
}
.single-select.active .options {
	display: block;
}
.single-select .options .option {
	display: flex;
	cursor: pointer;
	border-radius: 8px;
	align-items: center;
	background: #fff;
	padding: 10px;
}
.single-select .options .option:hover {
	background: #f2f2f2;
}
.single-select .option i {
	font-size: 25px;
	margin-right: 12px;
}
.single-select .option .option-text {
	font-size: 18px;
	color: #212529;
}
.country-option #all,
.country-option #states,
.country-option #city {
	display: none;
}
.country-option .form-select {
	max-width: 75%;
	width: 100%;
	margin: 0px auto;
	margin-right: 0px;
	margin-top: 8px;
	padding-bottom: 5px;
}
.single-select .option .country-lable {
	width: 25%;
}
.single-select .option .country-option {
	flex: 1;
}
.country-select-option .form-check-input[type="radio"] {
	height: 20px;
	width: 20px;
	margin-top: 0px;
	margin-right: 10px;
}
.communities-form .form-control::-ms-input-placeholder {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #212529;
}
.communities-form .form-control::placeholder {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #212529;
}
.communities-form .addeven select {
	font-weight: 600;
}
.communities-form .form-check h4 {
	font-size: 16px;
	color: #212529;
}
/* ------------- */
.pro-icon li {
	border: 0;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: Center;
}

.fs-11 {
	font-size: 11px;
	display: block;
}

.feed_img_up .uploader_img {
	border: 0 !important;
}

.feed_img_up .image-uploader {
	border-radius: 20px;
}

.image-uploader.has-files .uploaded::after {
	content: "";
	background-image: url("https://localyft.store/Localyft_marketplace_1/assets/website/images/plusb.png");
	height: 70px;
	width: 50px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 40px;
}

.bnner-2ndCar {
	margin-top: 0 !important;
}

.profile-secm {
	margin-top: 20px !important;
}

.carousel_img_vid .carousel-item,
.carousel_img_vid .feed_detail_page_cru.feed_detail_page_cru_video {
	height: 100% !important;
}

.carousel_img_vid .carousel-item img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 2;
}

.pro-icon ul li.more {
	width: 100px;
	border-radius: 20px;
	font-weight: 700;
}

.profile-feed {
	position: static !important;
}

.sugeimgpart a img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	object-fit: cover;
}

.sugeimgpart {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.story_image_div {
	padding: 10px 0px;
	margin: 0px;
}

.story_image_div img {
	border-radius: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	border-radius: 50%;
	font-size: 14px;
	width: 30px;
	height: 30px;
}

.feed .heder-search {
	border-radius: 30px !important;
	padding: 3px 10px;
}

.width20 {
	width: 20% !important;
}

.width25 {
	width: 25% !important;
}

.width50 {
	width: 55% !important;
}

.feed .heder-search {
	margin-top: 0 !important;
}

.event_yagg
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	height: auto;
	width: auto;
}

.event_yagg .select2-container {
	width: 100% !important;
}
.apto-dropdown-wrapper {
	background-color: transparent;
	float: left;
	position: relative;
}

.apto-trigger-dropdown {
	border: 0;
	transition: 0.2s ease-in;
	cursor: pointer;
}

.apto-trigger-dropdown .fa-caret-down {
	float: right;
	line-height: 22px;
}

.apto-trigger-dropdown svg {
	width: 25px;
	float: left;
	height: 25px;
}

.dropdown-menu {
	width: 180px;
	display: none;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 45px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.dropdown-menu.show {
	display: block;
}

.dropdown-item svg {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 10px;
	color: #222;
}

.dropdown-item {
	width: 100%;
	height: 40px;
	line-height: 25px;
	border: 0;
	padding: 0 20px;
	cursor: pointer;
	transition: 0.2s ease-in;
	background-color: #fff;
	font-weight: 700;
	/* font-family: Montserrat, serif;*/
	color: #5a616c;
	text-align: left;
}

.dropdown-item:hover {
	background-color: #e5e5e5;
}

.dropdown-item:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}

.carousel_img_vid .feed_detail_page_cru.feed_detail_page_cru_img {
	height: 100% !important;
}

.upload-area {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.preview-container {
	display: flex;
	flex-wrap: wrap;
}

.preview {
	margin-left: 10px;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-box {
	display: flex;
	/*flex-direction: column;*/
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 20px;
	border: 1px solid #ddd;
}

.product-box img {
	margin-bottom: 10px;
}

.product-box p {
	text-align: center;
}
.ownShipping .form-group .btn-default {
	text-align: left;
	padding: 0px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	border: 0;
}
.ownShipping .form-group label:first-child {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
}
.ownShipping .form-group {
	max-width: 80%;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 15px;
}
.ownShipping .form-group:last-child {
	margin-bottom: 0px;
}
.ownShipping .form-group .btn.active,
.ownShipping .form-group .btn:hover {
	border: 0px;
}
.ownShipping .btn-group input {
	visibility: visible;
	width: auto;
	height: auto;
	margin-top: 4px;
}
.ownShipping .btn-group,
.ownShipping .btn-group .row {
	width: 100%;
}
.ownShipping .form-group > *,
.ownShipping .form-group .form-label {
	width: 100%;
}
.ownShipping .btn-group > .row {
	margin: 0px;
}
#ownShippingModel .modal-footer {
	justify-content: center;
}
#ownShippingModel .modal-footer .btn {
	font-size: 16px;
	padding: 5px 10px;
	max-width: 120px;
	width: 100%;
}
.modal .modal-dialog .modal-header {
	background-color: rgb(211, 211, 211, 0.4);
	border-radius: 0px;
}
.btn btn-danger {
	font-size: 16px;
	padding: 5px 10px;
	max-width: 120px;
	width: 100%;
	border-radius: 20px;
}

.btn btn-primary {
	font-size: 16px;
	padding: 5px 10px;
	max-width: 120px;
	width: 100%;
}
.user-profile .dropdown-menu li .dropdown-item {
	height: auto;
	padding: 6px 15px;
	background-color: transparent;
}
.user-profile .dropdown-menu li .dropdown-item:hover {
	background-color: #f8f9fa;
}
/* Marketplace-categories */

.marketplace-categories {
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: inset -7px 0px 20px 0px #aaaaaa3b;
}
.marketplace-categories #container {
	width: 100%;
	overflow-x: scroll;
}
.marketplace-categories #content {
	width: 100%;
	/* gap: 20px; */
	justify-content: space-around;
}
#container::-webkit-scrollbar {
	height: 0px;
}
.marketplace-categories .categories-wrapper .list-it > a {
	text-wrap: nowrap;
	border-radius: 5px;
	text-align: center;
}
.marketplace-categories .slide-btn {
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	background-color: rgb(169, 169, 169, 0.9);
	color: #fff;
	border: 0;
}
.marketplace-categories .slideright-arrow {
	right: -12px;
}
.marketplace-categories .slideleft-arrow {
	left: -12px;
}
.Business-listing .carousel-control-next,
.Business-listing .carousel-control-prev {
	opacity: 1;
}
.Business-listing .carousel-1 #recipeCarousel i {
	color: #006af7;
}
#feedDetailsModel
	.profile-sec
	.carousel_img_vid
	.feed_detail_page_cru.feed_detail_page_cru_img {
	height: calc(100vh - 106px) !important;
}
#feedDetailsModel
	.profile-sec
	.carousel_img_vid
	.feed_detail_page_cru.feed_detail_page_cru_video {
	height: calc(100vh - 106px) !important;
}
#feedDetailsModel .profile-sec .viewmore_storydetail_comment_section {
	max-height: calc(100vh - 330px) !important;
}
#feedDetailsModel .profile-sec .carousel_img_vid .carousel-item {
	height: 100% !important;
}
#feedDetailsModel .profile-secm {
	margin-top: 0px !important;
}
#feedDetailsModel .profile-sec .profile-secm p {
	font-size: 16px;
	font-weight: 400;
}
#feedDetailsModel .profile-sec .family-img .dec {
	padding-left: 14px;
}
#feedDetailsModel button.btn-close {
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 22px;
	border: 1px solid #e4e6eb;
	border-radius: 20px;
	padding: 6px;
	background-color: #e4e6eb;
}

/* Marketplace-slider */
.recipe .slick-slide {
	margin: 0px 10px;
}
.Business-listing .recipe .slick-slide img {
	width: 100%;
	height: 175px;
	object-fit: cover;
	border-radius: 15px;
}
.recipe .slick-prev:before,
.recipe .slick-next:before {
	color: rgb(169, 169, 169);
}
.recipe .slick-prev:before,
.recipe .slick-next:before {
	opacity: 1;
}
.recipe .slick-prev {
	left: -5px;
	z-index: 1;
}
.recipe .slick-next {
	right: -5px;
	z-index: 1;
}
/* subscription */
.subscription-top-bar .logo img {
	max-width: 120px;
}
.subscription-top-bar .top-btn {
	text-align: right;
}
.subscription-top-bar {
	padding: 15px 0px;
}
.Premium-section {
	padding: 40px 0px 20px;
}
.footer-Premium {
	padding: 20px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-Premium-btn .btn {
	font-size: 16px;
}
#card {
	background: #006af7;
	border-radius: 15.41px;
	padding: 20px;
	max-width: 350px;
	margin: 0px auto;
	margin-bottom: 20px;
	width: 100%;
}
#card > #card-top,
#card > #card-top * {
	color: #fff;
}
#card .expiry {
	text-align: end;
}
#card .expiry > span + span {
	display: block;
}
.credit-card-form .form-label {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.payment-info .event-info {
	box-shadow: 0px 8px 12px 0px #00000024;
	text-align: center;
	border-radius: 16px;
}
.payout-detalis-section .table-wrapper {
	width: 100%;
	border-radius: 30px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 30px;
	margin-top: 15px;
}
.payout-detalis-section table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
.payout-detalis-section table td,
.payout-detalis-section table th {
	/* border: 1px solid #000; */
	text-align: left;
	padding: 10px 8px;
	font-size: 15px;
}
.payout-detalis-section table td .badge {
	width: 100%;
	padding: 6px 5px;
}
.store-btn img {
	width: 100%;
}
.qrcode-item img {
	width: 100%;
}
.qrcode-item {
	flex: 0 0 20%;
}
/* product-detail */
.Product-categories.last-header {
	background-color: rgb(211, 211, 211, 0.4);
}
.tdb-fix-index .Product-categories.last-header li a {
	color: #000;
	font-weight: 500;
}
.user-social-option a {
	font-size: 16px;
	font-weight: 500;
}
/* footer */
.footer-dwonload-app img {
	width: 100%;
	max-width: 160px;
}
.footer-dwonload-app .qr-code img {
	max-width: 45px;
}
.foot-main ul.footer-menu {
	list-style: none;
	display: inline-flex;
	padding: 0px;
	margin: 0px;
	align-items: center;
	justify-content: center;
}
.foot-main ul.footer-menu li {
	padding: 0px 10px;
}
.foot-main ul.footer-menu li a {
	color: #c5c5c5;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}
.foot-main .copy-right p {
	color: #c5c5c5;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}
.foot-main .footer-dwonload-app p {
	color: #c5c5c5;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	float: right;
}
.add-Order-wrapper {
	height: calc(100vh - 171px);
	overflow-y: scroll;
	overflow-x: hidden;
}
/* chat-screen */

.chat-screen .thoraton li {
	display: flex;
	line-height: normal;
	margin-bottom: 10px;
	color: #000 !important;
}
.chat-screen .thoraton svg {
	margin-right: 10px;
	max-width: 22px;
	margin-top: 3px;
}
.chatsidebar .webutton {
	font-size: 15px;
}
.chatsidebar .webutton.btn:hover {
	background-color: #000;
	color: #fff;
}
.chattitle .chatul li img {
	border-radius: 50px;
}
.chatslider .slider-nav .slick-slide.thumbnail-image .thumbImg {
	max-width: 178px;
	height: 80px;
}
.chatslider .slick-next {
	right: -10px;
}
.chatslider .slick-prev {
	left: -10px;
	z-index: 1;
}
.chatcli .chattitle .infoend {
	margin-left: 0px;
}
.chatcli .chattitle img + p {
	width: 100%;
}
.chatcli .chattitle {
	padding-right: 10px;
}
.chatround .chat-menu-options li.active a.text-dark {
	color: #006af7 !important;
	font-weight: 600;
}
.chat-list::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}
/* share-event */
.shareEvent .event-url {
	position: relative;
}
.shareEvent .event-url .input-text {
	padding-right: 11%;
}
.shareEvent .share {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translate(-50%, -50%);
}
.ecf_bnnr .deal_img_up label.form-control {
	height: auto;
}
/* left-sidebar */
/* body .leftside-feed{
    height: unset;
    overflow-y: unset;
    overflow-X:unset;
    padding-bottom: 10px;
} */
/* .leftside-feed .my-md-3{
    text-align:left;
}
.leftside-feed .my-md-3 .fbtn{
    min-width:160px;
} */
.mobile-leftside-feed {
	display: none;
}
/* marketplace-home-page */
.middle-content-part {
	padding: 0px 10px;
	margin-left: 10px;
}
/* responsive */
.container-fluid.full-screen {
	width: initial;
}
@media screen and (max-width: 1199px) {
	.sign-up-form .form-sidebar h4 {
		font-size: 18px;
	}
	.sign-up-form .col-md-6 {
		padding: 3%;
	}
	.profile-scetion,
	.Personal-marketplace-section {
		padding: 10px;
	}
	.profile-social-media {
		margin: 0px 10px;
	}
	.Personal-marketplace-section h4.heading-title {
		font-size: 24px;
		line-height: 1.3;
	}
	.Personal-marketplace-section .Premium-box .box-content h4 {
		font-size: 20px;
	}
	.Premium-box {
		padding: 12px 12px;
		margin-bottom: 15px;
	}
	.Premium-box .icon-box img {
		max-width: 25px;
	}
	.leftside-feed .navbar-nav.feed .nav-item {
		margin-right: 0px;
	}
	.feed_view_section .circleborder h6 {
		font-size: 16px;
		font-weight: 400;
	}
	.profile-feed .like_cmt_share_section .buybtn {
		padding: 5px 6px !important;
		font-size: 12px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.profile-feed .like_cmt_share_section .buybtn svg {
		margin-right: 3px;
	}
}
@media screen and (max-width: 1024px) {
	.Personal-marketplace-section .Premium-box .box-content h4 {
		font-size: 18px;
	}
	.middle-content-part {
		padding: 0px;
	}
	.profile-feed .like_cmt_share_section {
		padding: 10px !important;
		align-items: center;
	}
}
@media screen and (max-width: 991px) {
	.right-sidebar-feed .suggestimg {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.right-sidebar-feed .suggest h2 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.right-sidebar-feed .title-sugget h4 {
		font-size: 14px;
	}
	.right-sidebar-feed .suggest-con-img {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.container-fluid {
		padding: 0 20px;
	}
	.sign-up-form .col-md-6 {
		padding: 5%;
	}
	.sign-up-form .login-form {
		margin-top: 20px;
	}
	.sign-up-form .form-sidebar h4 {
		font-size: 16px;
	}
	.sign-up-form .form-sidebar-img img {
		max-width: 80%;
		width: 100%;
	}
	.sign-up-form form .form-control {
		padding: 10px;
		font-size: 14px;
	}
	.sign-up-form form .button,
	.sign-up-form form .btn.btn-primary {
		font-size: 14px;
	}
	.sign-up-form form .button .img {
		max-width: 21px;
		margin-right: 10px;
	}
	.sign-up-form .form-label {
		font-size: 15px;
	}
	.helpdetail .row {
		flex-direction: column-reverse;
	}
	.main-leftside.border-endfeed {
		border-right: 0px;
	}
	.main-leftside .leftside-feed {
		padding-right: 0px;
	}
	.profile-scetion,
	.Personal-marketplace-section {
		padding: 10px 0px;
	}
	.Personal-marketplace-section h4.heading-title {
		font-size: 22px;
	}
	.main-leftside {
		display: none;
	}
	.mobile-leftside-feed {
		display: inline-block;
	}
	.mobile-leftside-feed .navbar-toggler:focus {
		box-shadow: initial;
	}
	.right-sidebar-feed {
		display: none;
	}
	.middle-content-part {
		padding: 0px;
		margin-left: 0px;
	}
	.profile-feed .like_cmt_share_section .likenav li {
		padding-left: 10px !important;
	}
}
@media screen and (max-width: 575px) {
	.profile-social-media .user-social-media {
		flex-wrap: wrap;
	}
	.profile-social-media ul.Social-icon {
		margin: 0px;
	}
	.profile-social-media h4 {
		width: 100%;
		margin-bottom: 10px !important;
	}
	.profile-social-media {
		margin: 10px 0px;
	}
}
@media screen and (max-width: 480px) {
	.profile-box .profile-header img {
		border-radius: 35px;
		width: 35px;
		height: 35px;
	}
	.profile-scetion .profile-box {
		padding: 10px;
		border-radius: 10px;
		display: inline-block;
	}
}
#name_of_card::placeholder {
	color: #838383;
	font-size: 14px;
	font-weight: 400;
}
