@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*** review-info ***/
.review-info {
	padding-bottom: 160px;
}

.review-info .head h3 {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	font-family: "Ubuntu", sans-serif;
	letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.review-info .head h3 span {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0px;
	margin-left: 8px;
	position: relative;
	top: -4px;
}

.review-info .see-btn {
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	font-family: "Ubuntu", sans-serif;
	margin-bottom: 20px;
}

.review-info .see-btn i {
	margin-left: 15px;
	font-size: 19px;
	position: relative;
	top: 2px;
}

.review-box {
	border: 1px solid #000000;
	border-radius: 8px;
	padding: 12px 15px 10px 15px;
	margin-bottom: 15px;
}

.review-box .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.review-box .head .stars img {
	margin-right: -6px;
}

.review-box .head .date {
	margin-left: auto;
	font-style: italic;
	font-size: 12px;
	color: #000;
	padding-right: 15px;
}

.review-box p {
	font-style: italic;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

.review-box .user-name {
	display: flex;
	align-items: center;
}

.review-box .name {
	margin-left: 35px;
	color: #000;
	font-size: 16px;
	font-style: italic;
}

.review-box .user-img {
	width: 40px;
	height: 40px;
	border: 1px solid #F397A9;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	margin-right: -20px;
	text-align: center;
}

.review-box .user-img>img {
	width: 38px;
	height: 38px;
	object-fit: cover;
	border-radius: 50%;
}

.review-box .user-img span {
	background: #F397A9;
	display: inline-block;
	border-radius: 7px;
	line-height: 12px;
	text-align: center;
	font-size: 11px;
	color: #222;
	font-family: "Staatliches", sans-serif;
	padding: 2px 5px 0px 5px;
	font-weight: 400;
	position: absolute;
	bottom: -7px;
	right: 0px;
}

.review-box .user-img:first-child span {
	right: 4px;
}

.review-box .down {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.review-box .down .btn-default {
	line-height: 35px;
	font-size: 24px;
	padding-top: 5px;
}

.review-box .down .btn-default.fill {
	background: #BEEF00;
	min-width: 52%;
}

.review-box .down .btn-default.fill:hover {
	background: #BEEF00;
	color: #000;
}

/*** ***/
.infonew .item.guest-details {
	padding: 10px 8px 15px 8px;
	overflow: hidden;
}

.infonew .item.guest-details h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 20px;
	display: flex;
	align-items: center;
}

.infonew .item.guest-details h3 em {
	text-align: center;
	font-style: normal;
	padding-left: 5px;
	padding-right: 5px;
}

.infonew .item.guest-details .head {
	border-bottom: 1px solid #222222;
	margin-bottom: 15px;
}

.infonew .item.guest-details .label {
	display: inline-block;
	background: #93C572;
	color: #000;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	border-radius: 8px;
	min-width: 95px;
	text-align: center;
	padding: 2px 0px 0px 0px;
	font-family: "Staatliches", sans-serif;
	margin-bottom: 10px;
}

.infonew .item.guest-details .label.yellow {
	background: #FECB00;
}

.infonew .item.guest-details .label.pink {
	background: #FE56C0;
}

.infonew .item.guest-details p {
	color: #222;
	font-size: 24px;
	line-height: 32px;  
}

.infonew .item.guest-details p .star-label {
	border-radius: 48px;
	min-width: 33px;
	line-height: 23px;
	text-align: center;
	top: -3px;
	position: relative;
}

.infonew .item.guest-details p .star-label i {
	margin: 0;
}

.infonew .item.guest-details .btn-default {
	min-width: 148px;
	line-height: 34px;
	border-width: 1px;
	font-size: 20px;
	background: #BEEF00;
	margin-bottom: 35px;
}

.infonew .item.guest-details .guestbtn {
	color: #222;
	font-family: "Staatliches", sans-serif;
	font-size: 20px;
	display: inline-block;
	width: 100%;
}

.infonew .item.guest-details .guestbtn img {
	margin-right: 5px;
	margin-top: -2px;
}

.infonew .item.guest-details hr {
	border-color: #222;
	opacity: 1;
	margin-bottom: 20px;
}

/*** info-short ***/
.info-short .btn-default.green {
	font-size: 24px;
	margin-bottom: 15px;
}

.info-short .btn-default.green img {
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.info-short .item {
	border: 1px solid #000000;
	border-radius: 8px;
	padding: 20px 14px;
	margin-bottom: 15px;
	background: #F397A9;
}

.info-short .item h2 {
	color: #000;
	font-size: 28.5px;
	line-height: 32px;
	font-style: italic;
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 25px;
}

.info-short .date-text {
	display: inline-block;
	width: 100%;
	line-height: 54px;
	border: 1px solid #222;
	background: #B4E90D;
	color: #000;
	border-radius: 40px;
	font-size: 24px;
	font-style: italic;
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	border-width: 0px, 4px, 4px, 0px;
	box-shadow: 2px 3px 0px 0px #B4E90D;
}

.info-short .date-text img {
	margin-right: 5px;
	top: -2px;
	position: relative;
}

.info-short hr {
	border-color: #222;
	opacity: 1;
	margin: 24px 0px;
}

.info-short .link {
	display: inline-block;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.info-short .link i {
	margin-left: 12px;
	margin-top: 2px;
}

.saved-place .price-card .head {
	padding: 0px 0px;
	overflow: hidden;
	position: relative;
	background: none;
}

.saved-place .price-card .head .align {
	position: absolute;
	top: 15px;
	right: 0;
	padding-right: 10px;
	z-index: 3;
}

.saved-place .price-card .head img {
	min-height: 136px;
	object-fit: cover;
	opacity: 85%;
}

.saved-place .price-card .head .label {
	border: 1px solid #FF9933;
	background: #FF9933;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	min-width: 62px;
	margin-left: 5px;
}

.saved-place .price-card .head .label.white {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}

.saved-place .price-card .head .label.green {
	border: 1px solid #006341;
	background: #006341;
	color: #fff;
}

.saved-place .price-card .head .label.yellow {
	border: 1px solid #FECB00;
	background: #FECB00;
	color: #fff;
}

.saved-place .price-card .text h4 {
	font-size: 36px;
	line-height: 36px;
}

.saved-place .price-card .text h5 {
	font-size: 16px;
	line-height: 30px;
	border-bottom:1px solid #93C572;
	min-height: 78px;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	padding-bottom: 7px;
}

.saved-place .price-card .text h5 span {
	font-size: 32px;
	line-height: 32px;
}

.saved-place .price-card .user-small {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	min-height: 40px;
}

.saved-place .price-card .user-small>img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}

.saved-place .price-card .user-small span {
	color: #000;
	font-family: "DM Serif Text", serif;
	font-size: 24px;
	font-style: italic;
	letter-spacing: 0.5px;
}

.new-topbar .uesr-top {
	display: inline-block;
	border: 1px solid #222222;
	line-height: 35px;
	min-width: 90px;
	text-align: center;
	border-radius: 32px;
	padding-bottom: 3px;
	color: #000;
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.5px;
	padding: 0px 10px 0px 5px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: end;
	width: fit-content;
}

.new-topbar .uesr-top img {
	margin-right: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}

.infonew.profilecarousel .saved-place .price-card .text h4 {
	position: relative;
	margin-bottom: 30px;
}

.infonew.profilecarousel .saved-place .price-card .text h4 a {
	position: absolute;
	top: 0;
	right: 0;
}

.infonew.profilecarousel .saved-place .price-card .text hr {
	border-top:1px solid #93C572;
	opacity: 1;
	margin: 10px 0px 15px 0px;
}

.infonew.profilecarousel .saved-place .price-card .text .user-small {
	margin-bottom: 8px;
}

.infonew.profilecarousel .saved-place .price-card .text h6 {
	color: #222;
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
}

.infonew.profilecarousel .saved-place .price-card .share-btn {
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.infonew.profilecarousel .saved-place .price-card .share-btn i {
	margin-left: 10px;
	margin-bottom: 25px;
	font-size: 19px;
	top: 1px;
	position: relative;
}

/**/
.content-info.home.homenew {
	padding-bottom: 150px;
}

.content-info.home.homenew .bottombar ul {
	justify-content: start;
}

.content-info.home.homenew .bottombar ul li:last-child {
	margin-left: auto;
}

.content-info.home.homenew .bottombar ul li a {
	display: inline-block;
	margin-right: 25px;
}

.content-info.home.homenew .bottombar ul li:last-child a {
	margin-right: 0px;
	margin-left: 25px;
}

.infonew .item.user-card .bg-notes {
	background: #fff;
	background: #fffdf5;
	border-radius: 10px;
	padding: 15px 15px 10px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.infonew .item.user-card .bg-notes h4 {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
}

.infonew .item.user-card .bg-notes p {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 12px;
	margin-top: 9px;
}

.btn-default.newblack {
	background: #333333;
	border: none;
	border-radius: 7px;
	color: #FDF9EF;
	font-size: 16px;
	line-height: 45px;
}

.about-user {
	border:1px solid #fff5ea;
	border-radius: 5px;
	overflow: hidden;
	padding: 15px;
}

.user-new {
	background: #fffcf4;
	background: #FFFDF5D1;
	display: inline-block;
	width: 100%;
	padding: 20px 20px;
	border-radius: 5px;
	border:1px solid #fff5ea;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.user-new.small {
	background: #FDF9EF;
}

.user-new .img>img {
	min-width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 25px;
}

.user-new .text p {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight: 500;
}

.user-new .text p span {
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
	display: inline-block;
}

.about-user .abt-text {
	background: #fffcf4;
	display: inline-block;
	width: 100%;
	padding: 12px 12px;
	border-radius: 5px;
	border:1px solid #fff5ea;
	margin-bottom: 25px;
}

.about-user .abt-text h4 {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.about-user .abt-text h4 img {
	margin-right: 7px;
	vertical-align: middle;
}

.about-user .abt-text h4 span {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: 400;
	margin: 0;
	padding-top: 9px;
	display: inline-block;
}

.about-user .abt-text p {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: 400;
	margin-top: 11px;
}

.infonew .twoparts {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.about-user .btns {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}

.about-user .btns a {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 12px;
	color: #1c1b1f;
	font-weight: 400;
	display: inline-block;
	background: #beef00;
	border-radius: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 7px;
}

.about-user .btns a img {
	margin-right: 4px;
}

.prev-stay {
	box-shadow: 0px 1px 3px 1px #00000026;
	box-shadow: 0px 4px 8px 0px #71706B29;
	border: 1px solid #FEEFE1;
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 17px;
	flex-wrap: wrap;
	background: #fff;
}

.prev-stay .text {
	padding: 20px 20px;
	background: #fff;
}

.prev-stay .img {
	min-width: 116px;
	max-width: 116px;
	margin-left: auto;
}

.prev-stay .img img {
	min-width: 116px;
	max-width: 116px;
	object-fit: cover;
	height: 100%;
	border-radius: 0px 8px 8px 0px;
}

.prev-stay p {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}

.prev-stay p.grey {
	color: #000000;
	font-weight: 700;
	opacity: .5;
}

.prev-stay p span {
	font-weight: bold;
}

.btn-default.green.searchbtn {
	border: none;
	border-radius: 7px;
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 50px;
	padding: 0px 20px;
}

.info-short .bgimg {
	padding: 90px 15px 180px 15px;
	position: relative;
	overflow: hidden;
	background: #000;
}

.info-short .bgimg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	background: url(../images/bg-img.jpg) 50% 50% no-repeat;
	background-size: cover;
	z-index: 1;
}

.info-short .bgimg * {
	position: relative;
	z-index: 2;
}

.info-short .bgimg h4 {
	color: #fff;
	font-size: 25px;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	width: 70%;
}

.info-short .radius {
	border-radius: 5px;
}

.saved-place.newprice-card {
	padding: 0;
	border: none;
	border-radius: 0;
	margin-bottom: 0px;
}

.saved-place.newprice-card .price-card {
	margin-bottom: 15px;
}

.saved-place.newprice-card .price-card .head .align {
	top: 15px;
	right: auto;
	left: 0;
	padding-left: 10px;
}

.saved-place.newprice-card .price-card .head .align .label {
	margin-left: 0px;
	margin-right: 5px;
}

.saved-place.newprice-card .price-card .head img {
	height: 294px;
	object-fit: cover;
}

.saved-place.newprice-card .price-card .text h4 {
	position: relative;
	margin-bottom: 10px;
}

.saved-place.newprice-card .price-card .text h4 a {
	position: absolute;
	top: 6px;
	right: 0;
}

.saved-place.newprice-card .price-card .text h5 div {
	display: inline-block;
	width: 100%;
}

.infonew .space-left-right {
	padding: 0px 25px;
}


/**/
.searchform {
	position: relative;
	background: #fffff3;
	width: 100%;
	border-radius: 0px 0px 20px 20px;
	position: relative;
	z-index: 99;
	padding: 0px 10px;
	margin-bottom: 45px;
}

.searchform form {
	background: #fffff3;
	width: 100%;
	padding: 20px 12px;
	border:1px solid #000;
	border-radius: 0px 0px 20px 20px;
	position: relative;
	z-index: 99;
}

.searchform:before {
	content: '';
	width: 100%;
	height: 102%;
	background: #fffff3;
	position: absolute;
	top: 1px;
	left: 0px;
	border-radius: 0px 0px 20px 20px;
	z-index: 9;
}

.searchform:after {
	content: '';
	width: 100%;
	height: 104%;
	background-image:  linear-gradient(270deg, #0086FF 13.2%, #BEEF00 62%);
	position: absolute;
	top: 1px;
	left: 0px;
	border-radius: 0px 0px 20px 20px;
	z-index: -999;
}

.searchform label {
	color: #000;
	font-size: 14px;
}

.filter-btn {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #000;
	padding-top: 30px;
	margin-top: 22px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	font-family: "Ubuntu", sans-serif;
}

.filter-btn img {
	margin-right: 5px;
	margin-top: -2px;
}

.filter-btn:hover,
.filter-btn.active {
	color: #BEEF00;
}

.filter-btn:hover img,
.filter-btn.active img {
	filter: invert(79%) sepia(69%) saturate(593%) hue-rotate(17deg) brightness(99%) contrast(102%);
}

.form-control.map {
	background: none;
	background-image:url(../images/map-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding-left: 40px;
}

.form-control.date-icon {
	background: none;
	background-image:url(../images/date-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding-left: 40px;
}

.info-short .filter-section {
	padding-bottom: 50px;
}

.info-short .filter-section h3 {
	color: #222222;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.info-short .filter-section h3 img {
	margin-right: 10px;
}

.info-short .filter-section .tags a {
	display: inline-block;
	background: #808080;
	border-radius: 25px;
	text-align: center;
	font-family: "Staatliches", sans-serif;
	font-size: 15px;
	line-height: 33px;
	color: #FFFFFF;
	padding: 0px 11px;
	margin-bottom: 10px;
}

.info-short .filter-section hr {
	margin: 15px 0px 24px 0px;
}

.infonew .edit-profile {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.infonew .edit-profile a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
}

.infonew .edit-profile a img {
	margin-left: 5px;
}

.infonew .heading {
	display: inline-block;
	width: 100%;
	font-family: "Staatliches", sans-serif;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	padding: 0px 20px;
	margin-top: 30px;
}

.infonew.profilecarousel.profile-view {
	background:#fff;
	padding-top: 30px;
}

.infonew.profilecarousel.profile-view .head {
	display: flex;
	align-items: center;
}

.infonew.profilecarousel.profile-view .text h4 {
	font-size: 22px;
	line-height: 20px;
}

.infonew.profilecarousel.profile-view .head h3 {
	color: #000;
	font-size: 16px;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	text-transform: inherit;
	display: flex;
	align-items: center;
}

.infonew.profilecarousel.profile-view .head h3 img {
	margin-right: 7px;
}

.infonew.profilecarousel.profile-view .head .rt {
	color: #000;
	font-size: 14px;
	font-family: "Ubuntu", sans-serif;
	font-weight: 600;
	min-width: 50%;
	text-align: right;
}

.infonew.profilecarousel.profile-view .head .rt .form-switch {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.infonew.profilecarousel.profile-view .head .rt .form-switch .form-check-input {
	width: 36px;
	height: 24px;
}

.infonew.profilecarousel.profile-view .head .rt .form-switch .form-check-input:checked {
	background-color: #00B3A4;
	border-color: #00B3A4;
}


.infonew.profilecarousel.profile-view .item.saved-place {
	background: #FDF9EF;
	border: 1px solid #FEEFE180;
}

.infonew.profilecarousel.profile-view .item.saved-place .btn-default.green {
	border: none;
	border-radius: 8px;
	margin-bottom: 3px;
}

.infonew.profilecarousel.profile-view .item.saved-place .share-btn {
	text-transform: inherit;
	display: inline-block;
}

.infonew.profilecarousel.profile-view .item.saved-place .remove-btn {
	text-transform: inherit;
	padding-bottom: 15px;
	display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.infonew.profilecarousel.profile-view .headis h3 {
	color: #000;
	font-size: 20px;
	font-family: "Ubuntu", sans-serif;
	font-weight: 600;
	border-top: 1px solid #BEEF00;
	padding-top: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.infonew.profilecarousel.profile-view .headis h3 a {
	margin-left: auto;
	display: inline-block;
	border: 1px solid #1C1C1C;
	color: #1C1C1C;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 500;
	font-size: 15px;
	border-radius: 22px;
	padding: 11px 13px;
}

.infonew.profilecarousel.profile-view .saved-place .price-card .user-small span {
	font-style: normal;
	font-size: 16px;
}

.infonew .user-new.small .img>img {
	min-width: 40px;
	height: 40px;
	margin-right: 18px;
	margin-top: 6px;
}

.infonew .dbtns .btn-default {
	background: #BEEF00;
	color: #222222;
	border-radius: 8px;
	line-height: 48px;
	font-size: 16px;
	border: none;
}

.infonew .dbtns .link {
	display: inline-block;
	font-family: "Staatliches", sans-serif;
	color: #222222;
	border-radius: 8px;
	line-height: 48px;
	font-size: 16px;
	border: none;
}

.infonew .prev-stay .btn-default {
	background: #BEEF0080;
	margin-top: 20px;
	width: calc(100% - 36px);
	margin-left: 18px
}

.infonew .shead.dbtns .btn-default {
	margin: 0;
	margin-left: 5px;
	padding: 0px 20px;
}

.infonew .listinfo {
	display: flex;
	align-items: center;
	border-radius: 8px;
	padding: 8px 9px;
	border: 1px solid #FEEFE1;
	background: #FEFDFA;
	box-shadow: 0px 4px 8px 0px #71706B29;
	margin-top: 15px;
}

.infonew .listinfo .img>img {
	min-width: 40px;
	height: 40px;
	margin-right: 15px;
}

.infonew .listinfo  .text p {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 11px;
	color: rgba(0, 0, 0, .4);
	font-weight: 400;
}

.infonew .listinfo  .text p span {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 600;
}

/*** main-info ***/
.main {
	padding: 0px 0px 0px 0px;
	background: #fff;
}

.sidemenu {
	background: #FFFDF5;
	box-shadow: 0px 4px 4px 0px #71706B29;
	border-radius: 0px 0px 8px 8px;
	padding: 105px 35px;
	height: 100%;
	left:0px;
	width:16.66666667% !important;
}

.sidemenu h3 {
	color: #333333;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.4px;
	margin-bottom: 15px;
}

.sidemenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

.sidemenu ul li {
	margin: 5px 0px;
}

.sidemenu ul li a {
	display: inline-block;
	width: 100%;
	line-height: 42px;
	padding-right: 12px;
	padding-left: 16px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.15px;
	text-decoration:none;
}

.sidemenu ul li:hover a,
.sidemenu ul li.active a {
	background: #BEEF00;
}

.sidemenu ul li a img {
	margin-right: 5px;
}

.desktop-topbar {
	margin-bottom: 30px;
	background: #FAFAFA;
	/* background: red; */
	padding: 12px 12px 12px 24px;
	margin-left: -24px;
	margin-right: -12px;
}

.desktop-topbar .select-home {
	display: inline-block;
	width: 100%;
	height: 56px;
	border-radius: 8px;
	border-right-width: 1px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 50px;
	border: none;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #333333;
	background: #fff url(https://stayaltered.com/wp-content/uploads/2025/06/home.png) 15px 50% no-repeat;
}

.desktop-topbar .form-control {
	width: 100%;
	height: 56px;
	border-radius: 8px;
	border: none;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.15px;
	color: #333;
	margin: 0;
	padding-left: 25px;
	background:#fff url(https://nyc3.digitaloceanspaces.com/stayaltered/2025/06/search-submit.png) 97% 50% no-repeat;
}

.desktop-topbar .form-control::-webkit-input-placeholder {
	color: rgba(51,51,51,.5);
}

.desktop-topbar .list-right a {
	margin-left: 10px;
}

.desktop-topbar .list-right a.user-maintop {
	display: inline-block;
	background: #333333;
	width: 40px;
	height: 40px;
	border-radius: 49.5px;
	position: relative;
}

.desktop-topbar .list-right a.user-maintop span {
	position: absolute;
	width: 15px;
	line-height: 15px;
	height: 15px;
	bottom: -2px;
	right: 0px;
	border-radius: 49.5px;
	background: #BEEF00;
	color: #000;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
}

.desktop-topbar .list-right a.btn-default.green {
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 600;
	width: 121px;
	line-height: 48px;
	border-radius: 8px;
	font-size: 16px;
	vertical-align: middle;
	border: none;
	margin: 5px 0px 5px 20px;
}

.desktop-topbar .list-right a.btn-default.green:hover {
	background: #000;
	color: #fff;
}

.main .rightinfo {
	padding-bottom: 20px;
}

.content-box {
	box-shadow: 0px 1px 3px 1px #00000026;
	box-shadow: 0px 4px 8px 0px #71706B29;
	border: 1px solid #FEEFE1;
	background: #FAFAFA;
	border-radius: 8px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	min-height: 135vh;
}

.bulleted {
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	padding-left: 25px;
}

.main .infonew .listinfo .text p span {
	font-weight: 700;
}

.bulleted li {
	margin-bottom: 20px;
}

.bulleted ul li {
	font-style: italic;
	list-style-type: disc;
}

.bulleted-numberic {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	padding-left: 25px;
}

.content-box h1 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0;
	color: rgba(76, 78, 100, 0.6);
	text-transform: inherit;
	margin-bottom: 15px;
}

.content-box p {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}

.btn-default.green.newstyle {
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 600;
	line-height: 48px;
	border-radius: 8px;
	font-size: 16px;
	vertical-align: middle;
	border: none;
	margin: 12px 10px 5px 0px;
}

.btn-default.green.newstyle:hover {
	background: #000;
	color: #fff;
}

.content-box.centerbox {
	height: calc(100% - 120px);
	padding-left: 40px;
	padding-right: 40px;
}

.sticky-menu-btns {
	background: #222222;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	padding: 35px 0px 35px 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.sticky-menu-btns a {
	color: #fff;
	font-size: 16px;
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding: 0px 10px;
}

.sticky-menu-btns.newbtns a {
	border-radius: 100px;
	min-width: 100px;
	padding: 10px 0px;
}

.sticky-menu-btns.newbtns .active,
.sticky-menu-btns.newbtns a:hover {
	color: #222222;    
	background: #FFFFF3;
}

.sticky-menu-btns.newbtns .active img,
.sticky-menu-btns.newbtns a:hover img {
	filter: invert(82%) sepia(13%) saturate(20%) hue-rotate(355deg) brightness(103%) contrast(96%);
}

.sticky-menu-btns.newbtns a.middle {
	border: none !important;
	border-radius: 100px;
	padding: 10px 45px;
}

.content-box {
	min-height: inherit;
	margin-bottom: 20px;
}
.main .infonew .accordion-item {
	border: none;
	background: none;
	padding: 0;
	border-radius: 0;
	margin: 0;
	margin-top: 4px;
}

.main .infonew .accordion-item .accordion-button {
	border: none !important;
	padding: 0;
	border-radius: 0px !important;
	background: none !important;
	width: 100%;
	display: inline-block;
}

.main .infonew .accordion-item .listinfo {
	margin: 0;
	box-shadow: 0px 1px 3px 1px #00000026;
	box-shadow: 0px 4px 8px 0px #71706B29;
}

.main .infonew .accordion-item .accordion-button::before {
	display: none !important;
}

.main .infonew .accordion-item .accordion-body {
	padding: 20px 0px !important;
	border: none !important;
}

.infonew .listinfo .text p.btn-default.green {
	background: #BEEF00;
	color: #222222;
	border-radius: 8px;
	line-height: 48px;
	font-size: 16px;
	border: none;
}

.infonew .listinfo .text p.btn-default.green span {
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
}

.main .infonew .accordion-item.first .accordion-button .listinfo {
	border: none;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}

.main .infonew .accordion-item {
	margin-top: 4px;
	margin-bottom: 8px;
}


.main.add-place>.container-fluid {
	padding-left: 12px;
	padding-right: 12px;
}

.main.add-place .sidemenu ul li a {
	text-decoration: none;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
}

.main.add-place .outside-container {
	background: none;
	max-width: 100%;
}

.main.add-place .form-input {
	background: none;
}

.main.add-place .create-place-container .back-link {
	color: #222222;
	text-decoration: none;
}

.main.add-place .create-place-container .back-link:hover {
	text-decoration: underline;
}

.main.add-place .btn-questions {
	background: #beef00;
	color: #000;
}

.main.add-place .btn-questions:hover {
	background: #beef00;
	color: #000 !important;
	text-decoration: underline;
}



.progressbar .icon {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #93c572;
	align-items: center;
	justify-content: center;
}


.icon {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #93c572;
	align-items: center;
	justify-content: center;
}

body.page-template-template-crmhome .smallinfobox, body.page-template-template-app .smallinfobox{
	background: #FFFFF3;
	border: 1px solid #000;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 30px;
}

body.page-template-template-crmhome .smallinfobox h3, body.page-template-template-app .smallinfobox h3 {
	font-size: 24px;
	font-weight: 400;
}

body.page-template-template-crmhome .smallinfobox .btn-default, body.page-template-template-app .smallinfobox .btn-default{
	width: 100%;
	margin-bottom: 0px;
	padding: 0px 7px;
}

body.page-template-template-crmhome .smallinfobox .btn-default img, body.page-template-template-app .smallinfobox .btn-default img{
	max-width: 20px;
	margin-right: 5px;
}

body.page-template-template-crmhome .smallinfobox p, body.page-template-template-app .smallinfobox p {
	font-weight: 400;
	margin-bottom: 20px;
}

body.page-template-template-crmhome .smallinfobox .btns, body.page-template-template-app  .smallinfobox .btns {
	display: flex;
	align-items: center;
	gap: 20px;
}

body.page-template-template-crmhome .smallinfobox .btn-default.transparent, body.page-template-template-app  .smallinfobox .btn-default.transparent{
	max-width: 120px;
	min-width: 120px;
}

body.page-template-template-crmhome .smallinfobox .img img, body.page-template-template-app  .smallinfobox .img img{
	border-radius: 15px;
	margin-top: 15px;
}

body.page-template-template-crmhome .smallinfobox .img + p, body.page-template-template-app .smallinfobox .img + p{
	margin-top: 15px;
}


.form-step .accordion-body label.text-primary {
	color: #000 !important;
	margin-bottom: 20px;
}

.form-step .accordion-body .form-input {
	background: none !important;
}

.form-step .accordion-body select {
	background: none;
}

.form-step .accordion-body textarea {
	border: 1px solid #222;
	border-radius: 3px !important;
}

.form-step .accordion-body textarea {
	border: 1px solid #222;
	border-radius: 3px !important;
}

.form-step .form-step .accordion-body input[type="checkbox"] {
	margin-right: 5px;
}
.form-step .accordion-body input[type="checkbox"] {
	margin-right: 5px;
}

.form-step .accordion-body label.d-inline-block {
	margin-bottom: 10px;
}
.content-box p.text-muted{
	font-size:14px;
}
#createPlaceListingForm .btn-default,
#createPlaceListingForm .btn-edit {
	padding: 0px 20px;
	background: #BEEF00;
	color: #222222;
	border-radius: 8px;
	line-height: 48px;
	font-size: 16px;
	border: none;
	font-family: "Staatliches", sans-serif;
	min-width: 150px;
}

.collapsemedia p.text-muted{
	margin-top:15px;
}
ul.content-tabs {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	width: 100%;
	border: 1px solid #FEEFE1;
	background: #FFFFF3;
	box-shadow: 0px 4px 8px 0px #71706B29;
	padding: 13px;
	border-radius: 8px;
	margin-bottom: 18px;
}

ul.content-tabs li:first-child {
	background: #D9D9D9;
}

ul.content-tabs li:first-child label {
	background: #D9D9D9;
	font-style: italic;
	color: #333;
}

ul.content-tabs li:first-child {
	font-style: italic;
	color: #333;
	font-weight: 400;
}

ul.content-tabs li {
	width: 25%;
	border: 1px solid #FEEFE1;
	box-shadow: 0px 4px 8px 0px #71706B29;
	background: #FEFDFA;
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding: 8px 10px;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.5px;
	vertical-align: middle;
	color: #000;
}

ul.content-tabs li label {
	min-width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	background: #BEEF00;
	color: #000000;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 700;
	font-size: 25px;
}

ul.content-tabs li:hover, ul.content-tabs li.active {
	background: #BEEF00;
}

ul.content-tabs li:hover label,  ul.content-tabs li.active label  {
	background: #fff;
	color: #000000;
}

.about-user {
	border: 1px solid #000000 !important;
	background: #FDF9EF;
	border-radius: 8px;
	padding: 0px 16px 0px 8px !important;
}

.about-user .row {
	align-items: center;
}

.about-user .img {
	display: inline-block;
	vertical-align: middle;
}

.about-user .img img {
	line-height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
	height:40px;
	width:40px;
}

.about-user .text {
	display: inline-block;
	vertical-align: middle;
}

.about-user .text p {
	font-size: 16px;
	color: #1D1B20;
	font-weight: 400;
}

.about-user .btn-default {
	margin: 20px 0px;
	font-family: "Ubuntu Sans", sans-serif;
	text-transform: inherit;
	color: #333;
	font-weight: bold;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	float: right;
	line-height: 38px;
}

.about-user .btn-default:hover {
	background: #000;
	color: #fff;
}

.place-info {
	box-shadow: 0px 1px 3px 1px #00000026;
	box-shadow: 0px 4px 8px 0px #71706B29;
	background: #FEFDFA;
	border: 1px solid #FEEFE1;
	border-radius: 8px;
	padding: 0px 14px;
}

.place-info>.row {
	align-items: center;
}

.place-info h5 {
	font-family: "Ubuntu Sans", sans-serif;
	color: #000;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.place-info h6 {
	font-family: "Ubuntu Sans", sans-serif;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.place-info>.row>div:last-child img {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-right: -14px;
	max-width: 116px;
	height: 131px;
	object-fit: cover;
}

.place-info .place-link {
	font-family: "Ubuntu Sans", sans-serif;
	color: #000;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}

.place-info .place-buttons {
	border: 1px solid #FEEFE1;
	background: #FEFDFA;
	box-shadow: 0px 4px 8px 0px #71706B29;
	border-radius: 8px;
	padding: 15px 11px 0px 11px;
	margin-bottom: 14px;
}

.place-info .place-buttons .row>div:first-child .btn-default {
	text-transform: inherit;
	color: #333;
	border: none;
	border-radius: 8px;
	border: none;
	font-size: 18px;
	line-height: 42px;
	letter-spacing: 0;
	width: 100%;
}

.place-info .place-buttons .row>div:first-child .btn-default:hover {
	background: #000;
	color: #fff;
}

.place-info .place-buttons .row>div:last-child .btn-default {
	font-family: "Ubuntu Sans", sans-serif;
	text-transform: inherit;
	color: #333;
	font-weight: bold;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	float: right;
	line-height: 38px;
}

.place-info .place-buttons .row>div:last-child .btn-default:hover {
	background: #000;
	color: #fff;
}
.main .infonew .accordion-item .listinfo .text .btns {
	margin-left: auto;
}

.main .infonew .accordion-item .listinfo .text {
	width: calc(100% - 55px);
	display: flex;
	align-items: center;
}

.main .infonew .accordion-item .listinfo .text p {
	margin: 0;
}

.main .infonew #createPlaceListingForm .accordion-item .listinfo .text .btn-default {
	margin-bottom: 0;
	margin-left: 15px;
	font-family: "Ubuntu Sans", sans-serif;
	text-transform: inherit;
	color: #333;
	font-weight: bold;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	float: right;
	line-height: 38px;
}

.main .infonew #createPlaceListingForm .accordion-item .listinfo .text .btn-default:hover {
	background: #000;
	color: #fff;
}

.accordion-item .listinfo .details {
	display: flex;
	align-items: center;
}

.accordion-item .listinfo a.btn-default.green{
	margin-bottom:0px;
}

.main .infonew #createPlaceListingForm .accordion-item .listinfo .btns .btn-default {
	margin-bottom: 0;
	margin-left: 10px;
	font-family: "Ubuntu Sans", sans-serif;
	text-transform: inherit;
	color: #333;
	font-weight: bold;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	line-height: 38px;
	min-width: inherit;
}

.main .infonew #createPlaceListingForm .accordion-item .listinfo .btns .btn-default:hover {
	background: #000;
	color: #fff;
}
.o--Widget--widget.o--App--profileWidget {
	max-width: 100%!important;
	border-width: 0px!important;
}

.main .tabinfo .sbtns .btn-default {
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 600;
	line-height: 56px;
	border-radius: 8px;
	font-size: 16px;
	vertical-align: middle;
	border: none;
	margin: 5px 0px 5px 15px;
	min-width: 176px;
}

.main .tabinfo .sbtns .btn-default:hover {
	background: #BEEF00;
	color: #000;
}

.main .tabinfo .sbtns .btn-default.blue {
	background: #0086FF;
	color: #fff;
}

.main .tabinfo .cards {
	background: #FAFAFA;
	border: 1px solid #FEEFE1;
	box-shadow: 0px 4px 8px 0px #71706B29;
	border-radius: 8px;
	margin-bottom: 20px;
}

.main .tabinfo .cards h4 {
	font-family: "Ubuntu", sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	margin: 0;
}

.main .tabinfo .cards h4 img {
	margin-left: 10px;
	margin-right: auto;
}

.main .tabinfo .cards h4 span.mid {
	font-family: "Ubuntu Sans", sans-serif;
	color: #333333;
	font-size: 36px;
	letter-spacing: .5px;
	font-weight: 700;
	margin: 0 auto;
	padding-right: 10px;
}

.main .tabinfo .cards h4 .star-label {
	display: inline-block;
	vertical-align: middle;
	color: #FF9933;
	font-size: 16px;
	font-weight: 500;
	border-radius: 48px;
	min-width: 70px;
	line-height: 23px;
	text-align: center;
	padding: 0px 7px;
	font-family: "Staatliches", sans-serif;
	background: #FECB001A;
	border: 0.5px solid #FF993380;
}

.main .tabinfo .cards h4 .star-label span {
	font-family: "Ubuntu", sans-serif;
}

.main .tabinfo .cards.congrats {
	padding: 30px 30px;
}

.main .tabinfo .cards.congrats h3 {
	font-family: "Ubuntu", sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.main .tabinfo .cards.congrats p {
	font-family: "Ubuntu Sans", sans-serif;
	color: #4C4E6499;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
}

.main .tabinfo .cards.congrats .btn-default {
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 600;
	line-height: 48px;
	border-radius: 8px;
	font-size: 16px;
	vertical-align: middle;
	border: none;
	margin: 5px 0px 0px 0px;
	min-width: 156px;
}

.main .tabinfo .cards.congrats .btn-default:hover {
	background: #BEEF00;
	color: #000;
}

.main .tabinfo .cards.congrats .btn-default:hover {
	background: #BEEF00;
	color: #000;
}


.main .tabinfo .cards.guest {
	padding: 30px 30px;
}

.main .tabinfo .cards.guest h3 {
	font-family: "Ubuntu", sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}

.main .tabinfo .cards.guest h3 img {
	margin-left: 12px;
}

.main .tabinfo .cards.guest p {
	font-family: "Ubuntu Sans", sans-serif;
	color: #333333;
	font-size: 36px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: .5px;
}

.main .tabinfo table thead th {
	padding: 20px 8px;
	box-shadow: 0px -1px 0px 0px #4C4E641F inset;
	font-family: "Ubuntu Sans", sans-serif;
	color: #333333DE;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: .15px;
	text-align: left;
	text-transform: uppercase;
	background: #5757571F;
}

.main .tabinfo table thead th:first-child {
}

.main .tabinfo table tbody td {
	padding: 20px 15px;
	box-shadow: 0px -1px 0px 0px #4C4E641F inset;
	background: #FFFFFF01;
	font-family: "Ubuntu Sans", sans-serif;
	color: #333333DE;
	/* color: #333333; */
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
	letter-spacing: .15px;
    box-shadow: none !important;
}

.main .tabinfo .bg-grey {
    background: #FAFAFA;
    border-radius: 16px;
    padding: 15px 0px;
}

.main .tabinfo table tbody td input[type="checkbox"],
.main .tabinfo table thead th input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin-right: 0px;
}

.main .tabinfo table thead th input[type="checkbox"] {
	margin-right: 14px;
	margin-left: 3px;
}

.main .tabinfo .dt-layout-row .dt-search {
	display: none;
}

.main .tabinfo table tbody tr.selected td {
	background: #BEEF0029;
	color: #333;
}

.main .tabinfo .dt-info {
	font-family: "Ubuntu Sans", sans-serif;
	color: #333333;
	padding: 20px 0px;
}

.main .tabinfo .right .user-new {
	margin-bottom: 20px;
}

.main .tabinfo .right .labels .label {
	display: inline-block;
	background: #01C2D1;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	border-radius: 48px;
	min-width: 70px;
	line-height: 31px;
	text-align: center;
	padding: 2px 12px 0px 12px;
	font-family: "Staatliches", sans-serif;
	margin-left: 10px;
	margin-bottom: 10px;
}

.main .tabinfo .right .labels .label.yellow {
	border: 1px solid #FECB00;
	background: #FECB00;
}

.main .tabinfo .right .labels .star-label {
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Serif Text", serif;
	border-top: 1px solid #000;
	min-width: 33px;
	border-color: #FF9933;
	padding: 0px 7px;
	text-align: center;
	margin-left: 5px;
	position: relative;
	top: -1px;
	display: inline-block;
	border: 1px solid #FF9933;
	background: #FECB00;
	color: #000;
	font-weight: 500;
	border-radius: 48px;
}

.main .tabinfo .right .about-user {
	background: #fafafa;
	border-radius: 16px;
	border: none !important;
	padding: 16px !important;
}

.main .tabinfo .right .about-user .abt-text {
	border: 1px solid #FEEFE180;
}

.main .tabinfo .right .about-user .abt-text h4 em {
	font-style: normal;
	float: right;
}

.main .tabinfo .right .twoparts {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.main .tabinfo .right .about-user .btns {
	margin-bottom: 10px;
}

.main .tabinfo .right .about-user .btns a {
	background: #CEB9A5;
}


.main .tabinfo .right .about-user .btns .btn-bg {
	font-family: "Ubuntu Sans", sans-serif;
    font-size: 12px;
    color: #1c1b1f;
    font-weight: 400;
    display: inline-block;
    background: #CEB9A5;
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px 7px;
}

.main .tabinfo .right .about-user .twoparts.small h4 {
	display: flex;
	align-items: start;
}

.main .tabinfo .right .about-user .twoparts.small h4 span.wid {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin-top: 0;
	padding: 0;
	padding-left: 2px;
}

.main .tabinfo .right .about-user .twoparts.small h4 span.wid span {
	font-size: 13px;
}

.main .tabinfo .right .about-user .abt-text.inline h4 {
	display: flex;
	align-items: center;
	line-height: 1.5;
}

.main .tabinfo .right .about-user .abt-text.inline h4 span  {
	line-height: 1.5;
	padding-bottom: 5px;
	width: 70%;
	margin-left: auto;
}

.main .tabinfo .right .about-user .abt-text.inline.big h4 span  {
	width: 85%;
}

.main .tabinfo.active .cardsdiv {
	width: 66.66666667%;
}

.main .tabinfo.active .cardsdiv .cardbtnbar>div:last-child {
	display: none;
}

.main .tabinfo.active .cardsdiv .cardbtnbar>div:first-child {
	width: 80%;
}

.main .tabinfo.active .rightsidebar {
	width: 33.33333333%;
    z-index:99999;
}
.main .tabinfo .dt-layout-start {
    margin-left: auto !important;
    margin-right: 0 !important;
    justify-content: end;
}
.main .tabinfo .cards {
	height: inherit;
	margin-top: 0;
}

.main .tabinfo table tbody tr.selected td {
	background: #BEEF0029 !important;
	box-shadow: none !important;
}

.main .tabinfo .dt-layout-start {
	margin-left: auto !important;
	margin-right: 20px !important;
	justify-content: end;
}

.main .tabinfo .right .user-new .img img{
	line-height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
	height: 64px;
	width: 64px;
	min-width: unset;
}

@media only screen and (max-width: 767px) {


	/*** ***/
	.main {
		background: #FFFDF5;
		padding-bottom: 140px;
	}

	.new-topbar.active {
		position: fixed;
		top: 0px;
		left: 0%;
		z-index: 999;
		width: 100%;
		background: #FFFDF5;
		padding: 30px 12px;
	}

	.sidemenu {
		position: fixed;
		top: 90px;
		left: -100%;
		transition: all .3s;
		z-index: 999;
		height: calc(100vh - 90px);
		width: 100%;
		overflow-y: scroll;
		padding: 75px 35px;
	}

	.sidemenu.active {
		display: block;
		left: 0px;
	}

	body.active {
		overflow: hidden;
	}

	.desktop-topbar {
		display: none;
	}

	.user-new.small {
		padding: 12px 8px 18px 8px;
	}


	.user-new .text p {
		font-size: 16px;
	}

	.bulleted {
		font-size: 14px;
	}

	.content-box.centerbox {
		display: inline-block;
		width: 100%;
		height: inherit;
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.content-box h1 {
		font-size: 29px;
		line-height: 38px;
	}

	.content-box p {
		font-size: 14px;
		line-height: 20px;
	}

	.bulleted-numberic {
		font-size: 14px;
	}
	.content-box.accordian-content {
		min-height: inherit;
		margin-bottom: 20px;
		background: none;
		box-shadow: none;
		border-radius: 0;
		border: none;
		padding: 12px 12px;
	}

	.main .infonew .accordion-item.first .accordion-button .text {
		min-width: 80%;
	}

	.main .infonew .accordion-item.first .accordion-button .text p.btn-default.green {
		width: 100%;
		line-height: 40px;
	}

	.new-topbar {
		padding: 30px 0px !important;
	}

	.new-topbar.active {
		padding: 30px 12px !important;
	}
	.content-box.accordian-content{
		display:block !important;
	}

	body.page-template-template-crmhome  .smallinfobox {
		padding: 15px 15px;
	}
	ul.content-tabs {
		display: none;
	}

	.about-user {
		border-radius: 5px;
		padding: 9px 16px 8px 8px !important;
	}

	.about-user .img img {
		margin-top: 0px !important;
	}

	.about-user .row>div:last-child {
		display: none;
	}

	.place-info h5 {
		font-size: 14px;
	}

	.place-info h6 {
		font-size: 14px !important;
	}

	.place-info .place-link {
		font-size: 13px;
	}

	.place-info .place-buttons .row>div:first-child .btn-default {
		font-size: 16px;
		line-height: 40px;
		width: 100%;
	}
	form#createPlaceListingForm .accordion-header .ms-auto.text-end{
		display:none;
	}

	.main .tabinfo.active .cardsdiv {
		width: 100%;
	}

	.main .tabinfo.active .cardsdiv .cardbtnbar>div:first-child {
		width: 100%;
	}

	.main .tabinfo.active .rightsidebar {
		width: 100%;
	}

	.main .tabinfo table tbody td.dtfc-fixed-left {
		background: #fff;
	}

	.main .tabinfo table tbody td.dtfc-fixed-start.dtfc-fixed-left,
	.main .tabinfo table thead th.dtfc-fixed-left {
		background: #fff;
	}

	.main .tabinfo .sbtns {
		margin-bottom: 15px;
	}

	.main .tabinfo .sbtns .btn-default {
		line-height: 50px;
		font-size: 14px;
		margin: 5px 0px 5px 15px;
		min-width: 146px;
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.bulleted {
		font-size: 14px;
	}

	.content-box.centerbox {
		height: calc(100% - 144px);
	}

	.main .tabinfo .sbtns {
		margin-bottom: 15px;
	}

	.main .tabinfo.active .cardsdiv {
		width: 50%;
	}

	.main .tabinfo.active .cardsdiv .cardbtnbar>div:first-child {
		width: 100%;
	}

	.main .tabinfo.active .rightsidebar {
		width: 50%;
	}

}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.bulleted {
		font-size: 16px;
	}

	.content-box.centerbox {
		height: calc(100% - 88px);
	}
	.main .tabinfo .sbtns {
		margin-bottom: 15px;
	}

	.main .tabinfo.active .cardsdiv {
		width: 60%;
	}

	.main .tabinfo .cardsdiv .cardbtnbar>div:first-child {
		width: 70%;
	}

	.main .tabinfo .cardsdiv .cardbtnbar>div:last-child {
		width: 30%;
	}

	.main .tabinfo.active .cardsdiv .cardbtnbar>div:first-child {
		width: 100%;
	}

	.main .tabinfo.active .rightsidebar {
		width: 40%;
	}


}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.content-box.centerbox {
		height: calc(100% - 86px);
	}

	.main .tabinfo.active .cardsdiv {
		width: 60%;
	}

	.main .tabinfo .cardsdiv .cardbtnbar>div:first-child {
		width: 70%;
	}

	.main .tabinfo .cardsdiv .cardbtnbar>div:last-child {
		width: 30%;
	}

	.main .tabinfo.active .cardsdiv .cardbtnbar>div:first-child {
		width: 100%;
	}

	.main .tabinfo.active .rightsidebar {
		width: 40%;
	}	
}



@media only screen and (min-width:1400px) and (max-width:1579px) {
	.content-box.centerbox {
		height: calc(100% - 86px);
	}
}

/*** CRM ADJUSTMENTS ***/
.sidemenu .user-blue {
	padding:15px 25px !important;
}
.sidemenu .user-blue .img .round-img {
	border-radius:60px;
	position:relative;
	overflow:hidden;
	width:60px;
	height:60px;
    object-fit: cover;
}

body.page-template-template-crmhome .smallinfobox .img img, body.page-template-template-app .smallinfobox .img img {
	aspect-ratio:16 / 9;
	object-fit:cover;
	object-position:center;
}

@media only screen and (max-width:767px) {
	.new-topbar .setting-btn {
		display:flex;
		align-items:center;
		text-transform:uppercase;
	}	
}

.rightsidebar .close_side {
	position: absolute;
    right: 20px;
    cursor: pointer;
}



/**** New sidebar css ****/
.main .tabinfo .rightsidebar .about-user {
    padding: 18px;
    border-radius: 0;
    border: none;
    background: #FFFFF3;
}

.main .rightsidebar .user-card {
    background: #FEFDFA;
    border-radius: 8px;
    border: none;
    margin: 0;
    display: flex;
    align-items: start;
    padding: 10px;
    box-shadow: 0px 4px 8px 0px #71706B29;
    margin-bottom: 25px;
}

.main .rightsidebar .user-card h3 {
    font-family: "Ubuntu", sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 3px;
}

.main .rightsidebar .user-card p {
    font-family: "Ubuntu", sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
}

.main .rightsidebar .user-card .btns {
    margin-top: 10px;
}

.main .rightsidebar .user-card .btns a {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 10px;
    color: #333;
    font-weight: 400;
    display: inline-block;
    background: #D9D9D9;
    border-radius: 5px;
    margin-right: 5px;
    padding: 6px 7px;
}

.main .tabinfo .rightsidebar .about-user .btns a {
    background: #D9D9D9;
    font-size: 10px;
}

.main .tabinfo .rightsidebar .about-user .btns a.yellow {
    background: #FECB0080;
}

.main .rightsidebar .user-card .btns a img {
    margin-right: 7px;
}

.main .rightsidebar .user-card .userimg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.main .rightsidebar .user-card .edit-tag {
    color: #222;
    font-family: "Staatliches", sans-serif;
    font-size: 11px;
    line-height: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 17px;
}

.main .rightsidebar .user-card .edit-tag img {
    margin-left: 10px;
    top: -2px;
    position: relative;
}

.main .tabinfo .right .about-user .welcomebox .btns {
    margin-bottom: 0px;
}

.main .rightsidebar .welcomebox {
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px #00000026;
    box-shadow: 0px 4px 8px 0px #71706B29;
    background: #FEFDFA;
    margin-bottom: 30px;
}

.main .rightsidebar .bg-gradienti {
    background: linear-gradient(180deg, #0086FF 0%, #BEEF00 100%);
    box-shadow: 0px 4px 8px 0px #71706B29;
    border-radius: 8px;
    padding: 4px;
    display: inline-block;
    width: 100%;
}

.main .rightsidebar .bg-gradienti .bg {
    background: #fff;
    border-radius: 4px;
    padding: 8px 8px;
}

.main .rightsidebar .bg-gradienti h3 {
    font-family: "Ubuntu", sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 3px;
}

.main .rightsidebar .bg-gradienti p {
    font-family: "Ubuntu", sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
}

.main .rightsidebar .welcomebox .text {
    padding: 20px 12px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.main .rightsidebar .bg-gradienti .bulleted {
    font-size: 12px;
    line-height: 16px;
    padding-left: 18px;
    margin-top: 10px;
    color: #333;
    margin-bottom: 0;
}

.main .rightsidebar .bg-gradienti .bulleted li {
    margin: 0px;
}

.main .rightsidebar .welcomebox .edit-tag {
    color: #222;
    font-family: "Staatliches", sans-serif;
    font-size: 11px;
    line-height: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 17px;
    margin-bottom: 15px;
}

.main .rightsidebar .welcomebox .edit-tag img {
    margin-left: 10px;
    top: -2px;
    position: relative;
}

.main .rightsidebar .welcomebox p {
    font-family: "Ubuntu", sans-serif;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    margin-top: 10px;
}

/* tabs */
.main .rightsidebar .nav-tabs {
    display: flex;
    align-items: end;
    margin-top: 5px;
    margin-bottom: 15px;
}

.main .rightsidebar .nav-tabs li {
    width: 33.33%;
}

.main .rightsidebar .nav-tabs.full li {
    width: 100%;
}

.main .rightsidebar .nav-tabs .nav-link {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    font-family: "Staatliches", sans-serif;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #333;
    width: 100%;
    padding: 4px 0px;
}

.main .rightsidebar .nav-tabs .nav-link.active {
    color: #333333;
    border-bottom: 2px solid #BEEF00;
}

.main .rightsidebar .tab-pane {
    padding-top: 10px;
}

.main .rightsidebar .priceinfo {
    background: #FEFDFA;
    border: 1px solid #000000;
    box-shadow: 0px 4px 8px 0px #71706B29;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.main .rightsidebar .priceinfo h3 {
    font-family: "Ubuntu", sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 0px;
}

.main .rightsidebar .priceinfo p {
    font-family: "Ubuntu", sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px;
}

.main .rightsidebar .priceinfo .text {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    gap: 8px;
    font-family: "Ubuntu", sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    flex-wrap: wrap;
}

.main .rightsidebar .priceinfo .text span {
    font-size: 10px;
    font-weight: 400;
}

.main .rightsidebar .tab-content .greybtn {
    display: inline-block;
    font-family: "Staatliches", sans-serif;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    background: #71706B29;
    border-radius: 8px;
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
}

/* priceinfo2 */
.main .rightsidebar .priceinfo2 {
    background: #FEFDFA;
    border: 1px solid #000000;
    box-shadow: 0px 4px 8px 0px #71706B29;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.main .rightsidebar .priceinfo2 .head {
    background: linear-gradient(180deg, rgba(0, 134, 255, 0.5) 0%, rgba(190, 239, 0, 0.5) 100%);
    padding: 15px;
    border-bottom: 1px solid #000000;
}

.main .rightsidebar .priceinfo2 .up {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.main .rightsidebar .priceinfo2 h3 {
    font-family: "Ubuntu", sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0px;
}

.main .rightsidebar .priceinfo2 p {
    font-family: "Ubuntu", sans-serif;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px;
}

.main .rightsidebar .priceinfo2 .text {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    gap: 8px;
    font-family: "Ubuntu", sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    flex-wrap: wrap;
}

.main .rightsidebar .priceinfo2 .text span {
    font-size: 10px;
    font-weight: 400;
}

.main .rightsidebar .priceinfo2 .down .list {
    display: flex;
    align-items: start;
    border-bottom: 1px solid #000000;
    padding-top: 15px;
    padding-right: 15px;
}

.main .rightsidebar .priceinfo2 .down .list div:first-child {
    min-width: 78%;
}

.main .rightsidebar .priceinfo2 .down .list:last-child {
    border: none;
}

.main .tabinfo .rightsidebar .priceinfo2 .btns  a {
    line-height: 28px;
    font-size: 10px;
    padding: 0px 5px;
}

.main .tabinfo .rightsidebar .priceinfo2 .edit-tag {
    color: #222;
    font-family: "Staatliches", sans-serif;
    font-size: 11px;
    line-height: 10px;
    font-weight: 400;
    display: flex;
    align-items: start;
    justify-content: end;
    margin-top: 8px;
}

.main .tabinfo .rightsidebar .priceinfo2 .edit-tag img {
    margin-left: 5px;
    top: -2px;
    position: relative;
}

.main .tabinfo .rightsidebar .priceinfo2 .list .text .btns {
    width: auto;
    margin-bottom: 0;
}

.main .tabinfo .rightsidebar .priceinfo2 .list .text .first {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.main .tabinfo .rightsidebar .priceinfo2 .list .text p {
    font-family: "Ubuntu", sans-serif;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 5px;
}

.main .tabinfo .rightsidebar .infobox {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px 12px 0px 12px;
    border: 1px solid #222222;  
    box-shadow: 0px 4px 8px 0px #71706B29;
    margin-bottom: 20px;
}

.main .tabinfo .rightsidebar .infobox h3 {
    color: #333;
    text-transform: inherit;
    font-size: 13px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .tabinfo .rightsidebar .infobox h3 img {
    margin-left: 2px;
    margin-right: 8px;
}

.main .tabinfo .rightsidebar .infobox p {
    color: #333;
    font-size: 12px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .tabinfo .rightsidebar .infobox .last p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .tabinfo .rightsidebar .infobox2 {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px 12px 0px 12px;
    border: 1px solid #222222;  
    box-shadow: 0px 4px 8px 0px #71706B29;
    margin-bottom: 20px;
}

.main .tabinfo .rightsidebar .infobox2 .abt-text {
    margin-bottom: 12px;
    background: #fffcf4;
    border: none;
}

.main .tabinfo .rightsidebar .infobox2 .twoparts.small h4 span.wid {
    font-size: 14px;
    font-weight: bold;
}

.main .tabinfo .rightsidebar .infobox2 .twoparts.small h4 span.wid span {
    font-size: 13px;
}

.main .tabinfo .rightsidebar .infobox2 .abt-text h4 {
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
}

.main .tabinfo .right .about-user .abt-text h4 span {
    font-size: 13px;
    line-height: 24px;
}

.main .tabinfo .right .about-user .abt-text.inline h4 span,
.main .tabinfo .right .about-user .abt-text h4 span {
    padding-top: 0;
    padding-bottom: 0;
}

/*** Responsive Css ***/
@media only screen and (max-width: 767px) {
.main .rightsidebar .priceinfo2 .text {
    gap: 6px;
}

.main .rightsidebar .priceinfo .text {
    gap: 3px;
}

.main .tabinfo .rightsidebar .priceinfo2 .list .text p {
    font-size: 12px;
}

.main .tabinfo .rightsidebar .priceinfo2 .list .text .btns {
    width: 66%;
    min-width: initial;
}

.main .rightsidebar .user-card {
    flex-wrap: wrap;
}

.main .rightsidebar .priceinfo {
    padding: 10px;
}

}

@media only screen and (min-width: 768px)and (max-width: 991px) {
.main .rightsidebar .user-card {
    flex-wrap: wrap;
}

}

@media only screen and (min-width: 992px)and (max-width: 1199px) {


}

@media only screen and (min-width:1200px) and (max-width:1399px) {


}


/*** CRM BODY TABLE ***/
.main #example3 tbody>tr {
    background: #fff !important;
    border-bottom: 5px solid #fff;
    border-bottom: 1px solid #eaeaec !important;
}
 
.main #example3 tbody>tr.nested-row.collapse {
    background: #BEEF0033 !important;
    box-shadow: 0px -1px 0px 0px #4C4E641F inset ;
    border-bottom: none !important;
}
 
.main #example3 tbody>tr.accordion-row {
    background: #BEEF0033 !important;
    box-shadow: 0px -1px 0px 0px #4C4E641F inset ;
    border-bottom: 1px solid #BEEF0033 !important;
}
 
.main #example3 tbody>tr.accordion-row.collapsed {
    background: #fff !important;
    box-shadow: 0px -1px 0px 0px #4C4E641F inset;
    border-bottom: 1px solid #eaeaec !important;
}
 
.main .tabinfo table thead th {
    padding: 13px 10px 10px 10px;
    font-family: "Ubuntu Sans", sans-serif;
    color: #333333;
    font-size: 14px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.17px;
    text-align: left;
    text-transform: uppercase;
    background: #5757571F;
    box-shadow: 0px -1px 0px 0px #4C4E641F inset;
 
}
 
.main .tabinfo table thead th {
    background: #5757571F;
    box-shadow: 0px -1px 0px 0px #4C4E641F inset;
}
 
.main .tabinfo table tbody td {
    padding: 3px 15px;
    font-family: "Ubuntu Sans", sans-serif;
    color: #333333DE;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-align: left;
    letter-spacing: .15px;
    box-shadow: none !important;
    border-bottom: 1px solid #eaeaec !important;
}
 
.main #example3 tbody>tr.nested-row td {
    padding: 6px 15px;
}
 
.main .tabinfo table tbody td .btn-default.blue {
    background: none;
}
 
.main .tabinfo table tbody td .btn-default.blue:hover {
    background: #BEEF00;
    border-color: #BEEF00;
    color: #333333;
}
 
.main .tabinfo table tbody td:first-child img.rounded-circle {
    max-width: 21px;
}

/*** CRM SIDE MENU ***/
.sidemenu ul li:hover a,
.sidemenu ul li.active a {
    background: none;
}
 
.sidemenu ul li:hover>a,
.sidemenu ul li.active>a {
    background: #BEEF00;
}
 
.menuhas-children>a.active + ul.sub-menu {
    display: inline-block;
    padding-left: 12px !important;
}
 
.sidemenu ul .menuhas-children>a.active {
    background: #BEEF00;
}
 
.menuhas-children ul.sub-menu {
    width: 100%;
    display: none;
}
 
.sidemenu ul .menuhas-children>a {
    position: relative;
}
 
.sidemenu ul .menuhas-children>a:after {
    content: '';
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 18px;
}

.main #example3 tbody>tr.nested-row.collapse.last td {
    border-bottom: 1px solid #333333DE !important;
}
 
.main #example3 tbody>tr.accordion-row td {
    position: relative;
}
 
.main #example3 tbody>tr.accordion-row td:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #333333DE;
    width: 100%;
    height: 1px;
}
 
.main #example3 tbody>tr.accordion-row.collapsed td:before {
    background: none ;
}

/**/
.main .rightinfo .linebar {
    display: flex;
    align-items: start;
    width: 100%;
}
 
.main .rightinfo .linebar .btn-default {
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 46px;
    border-radius: 8px;
    font-size: 16px;
    vertical-align: middle;
    border: none;
    margin: 5px 0px 0px 0px;
    min-width: 136px;
    padding: 0px 5px;
}
 
.main .rightinfo .linebar .btn-default img {
    margin-right: 2px;
}
 
.main .rightinfo .linebar .cards {
    margin-left: 15px;
}
 
.main .rightinfo .linebar .cards h4 {
    font-family: "Ubuntu", sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px 7px;
    margin: 0;
    min-height: 44px;
}
 
.main .rightinfo .linebar .cards h4 .star-label {
    font-size: 24px;
    font-weight: bold;
    border-radius: 48px;
    min-width: 54px;
    line-height: 23px;
    padding: 0px 7px;
}
 
.main .tabinfo .cards h4 .star-label i {
    font-size: 12px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
 
.main .tabinfo .cards h4 span.mid {
    font-family: "Ubuntu Sans", sans-serif;
    color: #333333;
    font-size: 24px;
    letter-spacing: .5px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0px 7px;
}
 
.main .rightinfo .linebar .cards.datebar h4 {
    font-weight: 400;
    color: #1D1B20;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    padding: 1px 10px;
}
 
.main .rightinfo .linebar .cards.datebar h4 img {
    margin-right: 10px;
    margin-left: 10px;
}
 
 
.desktop-topbar .select2-container .select2-selection--multiple {
    background: none !important;
    border: none !important;
    padding: 0px !important;
    min-height: 22px;
    margin-bottom: -6px;
}
 
.desktop-topbar .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin: 0px;
    padding: 0;
    background: none;
}

ul#menu-accounts{
margin-bottom:0px;
}

 
.desktop-topbar .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 0px;
    text-overflow: ellipsis;
    white-space: break-spaces;
}
 
.desktop-topbar .select2-container .select2-selection--multiple {
    margin-bottom: 3px;
}
 
.desktop-topbar .select2-selection__choice {
    background: #BEEF0033 !important;
    padding: 5px 10px !important;
    margin-bottom: 5px;
}
 
.desktop-topbar .select2-selection__choice__remove {
    color: #93C572 !important;
    background: #000000 !important;
    border: none !important;
    margin: 4px !important;
    position: relative !important;
    line-height: 17px;
    height: 13px !important;
    min-width: 13px !important;
    border-radius: 50% !important;
    padding: 0px 4px 1px 3px !important;
}


body>pre{
display:none
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
 
.main .rightinfo .linebar .cards.datebar h4 {
    letter-spacing: .4px;
}
 



/*** ***/
.main.journey-info .rightinfo .headlinebar {

}

.main.journey-info .rightinfo .headlinebar h3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: Bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
    text-align: center;
}

.main.journey-info .rightinfo .headlinebar span {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
    text-align: center;
}

.main.journey-info .rightinfo .card-boxes {
    padding: 0px 7px;
}

.main.journey-info .rightinfo .card-boxes .cardsdiv {
    display: inline-block;
    width: 100%;
    border: 1px solid #FEFDFA;
    background: #FEFDFA;
    box-shadow: 0px 4px 8px 0px #71706B29;
    padding: 8px 14px;
    border-radius: 8px;
    border-width: 1px;
    margin-bottom: 10px;
}

.main.journey-info .rightinfo .card-boxes .cardsdiv h4 {
    font-family: "Ubuntu", sans-serif;
    font-weight: Bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000;
    margin: 0;
    margin-bottom: 4px;
}

.main.journey-info .rightinfo .card-boxes .cardsdiv p {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0px;
    color: #000;
    margin: 0;
}

body.page-template.page-template-crm-templates.page-template-template-crmjourneys{
    background-color: #fff;
}


.sidemenu ul .menuhas-children.active > .sub-menu {
    display: inline-block;
    padding-left: 12px;
}
 
section.forminfo .step-container input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    margin-top: 6px;
    position: relative;
    top: 7px;
}
 
section.forminfo .input-group>label {
    margin-bottom: 10px;
    color: #000 !important;
}
 
section.forminfo label {
    color: #000 !important;
}
 
section.forminfo .input-group textarea {
    border: 1px solid #222;
    background: #FFFFF3;
    font-family: "DM Serif Text", serif;
    color: #000;
    padding-left: 15px;
}
 
section.forminfo button[type="button"] {
    min-width: 100px;
}
 
section.forminfo .form-input {
    font-family: "DM Serif Text", serif;
    color: #000;
    padding-left: 15px;
    padding-left: 15px;
}

.main, body.page-template.page-template-crm-templates{
    background: #FAFAFA;
}

.desktop-topbar.new .select-home.normal-select {
height: 30px;
appearance: auto;

}
 
 
.crm-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333333;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.4px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
 
.crm-select .select2-selection {
    background: #fff !important;
    padding: 5px 0px !important;
}
 
.crm-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}
 
.crm-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
}

.crm-select .select2-selection {
    border-radius: 32px !important;
    border: 1px solid #222 !important;
    background: none !important;
    padding: 5px 0px 5px 8px !important;
    margin-bottom: 4px;
}


.crm-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px !important;
}
 
.crm-select .select2-selection {
    height: 35px !important;
}
 
.crm-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 3px;
}

.page-template-crm-templatestemplate-crmguestprofile-php #hostChecklist {
    border: 1px solid #000;
    border-radius: 15px;
    margin-bottom: 25px;
    background: #fffff3;
}
 
.page-template-crm-templatestemplate-crmguestprofile-php div#iframe-container {
    border: 1px solid #000;
    border-radius: 15px;
    margin-bottom: 25px;
    background: #fffff3;
	padding: 30px 15px;
}
 
.page-template-crm-templatestemplate-crmguestprofile-php #hostChecklist .primary {
	margin-bottom: 25px;
}
 
.page-template-crm-templatestemplate-crmguestprofile-php .form-input {
	border-radius: 30px !important;
	border: 1px solid #222;
	background: #FFFFF3;
	display: block;
	width: 100%;
	padding: 0px 0.75rem;
	font-family: "Ubuntu", sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	min-height: 41px;
	outline:none !important;
	font-weight: 300;
}
 
.page-template-crm-templatestemplate-crmguestprofile-php input.btn {
	color: #222;
	font-family: 'Staatliches', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 0.75rem;
	display: block;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 40px;
	border: 1px solid #222;
	background: #BEEF00;
}
 
.page-template-crm-templatestemplate-crmguestprofile-php input.btn:hover {
	background: #fff;
}
 
.page-template-crm-templatestemplate-crmguestprofile-php #hostChecklist a.primary-task-title,
.page-template-crm-templatestemplate-crmguestprofile-php #hostChecklist a.primary-task-title u,
.page-template-crm-templatestemplate-crmguestprofile-php #hostChecklist .primary-task-title>p {
	font-size: 18px !important;
}
 
#hostChecklist .primary:last-child {
    border: none;
    margin-bottom: 0;
}
 
/*** Responsive Css ***/

  
/*** Responsive Css ***/
@media only screen and (max-width: 767px) {
.main .rightinfo .linebar {
    display: inline-block;
}
 
.main .rightinfo .linebar .cards {
    margin-left: 15px;
    margin-bottom: 10px;
}
 .main.journey-info .rightinfo .headlinebar {
    margin-top: 20px;
}
}


@media only screen and (min-width: 768px)and (max-width: 991px) {
.main.journey-info .rightinfo .card-boxes .cardsdiv h4 {
    font-size: 13px;
    margin-bottom: 1px;
}

.main.journey-info .rightinfo .card-boxes .cardsdiv p {
    font-size: 10px;
}

}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
.main.journey-info .rightinfo .card-boxes .cardsdiv h4 {
    font-size: 14px;
    margin-bottom: 1px;
}

.main.journey-info .rightinfo .card-boxes .cardsdiv p {
    font-size: 10px;
}


}

@media only screen and (min-width:1200px) and (max-width:1399px) {


}

@media only screen and (max-width:767px) {
.sidemenu.active {
	width:75% !important;
}

.content-box.centerbox {
	display:flex !important;
    flex-direction:column !important;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.sidemenu {
	width:inherit !important;
}
}



section.info-short.searchinfo.memberonly {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6rem;
	position: relative;
	overflow: hidden;
}

section.info-short.searchinfo.memberonly:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222222;
	opacity: .4;
}

section.info-short.searchinfo.memberonly .row {
	position: relative;
	z-index: 3;
}

section.info-short.searchinfo.memberonly h1 {
	color: #FFFFF3;
	font-size: 45px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 60px;
}

section.info-short.searchinfo.memberonly h2 {
	color: #FFFFF3;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: 0.5px;
	font-family: "DM Serif Text", serif;
	margin-bottom: 60px;
}

section.info-short.searchinfo.memberonly h4 {
	color: #FFFFF3;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	font-family: "DM Serif Text", serif;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	section.info-short.searchinfo.memberonly {
		height: inherit;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 40px 15px;
		position: relative;
	}



	section.info-short.searchinfo.memberonly .row {
		position: relative;
		z-index: 3;
	}

	section.info-short.searchinfo.memberonly h1 {
		color: #FFFFF3;
		font-size: 30px;
		font-weight: bold;
		line-height: 40px;
		margin-bottom: 60px;
	}

	section.info-short.searchinfo.memberonly h2 {
		color: #FFFFF3;
		font-size: 24px;
		font-style: italic;
		font-weight: bold;
		line-height: 32px;
		letter-spacing: 0.5px;
		font-family: "DM Serif Text", serif;
		min-height: inherit;
	}

	section.info-short.searchinfo.memberonly h4 {
		color: #FFFFF3;
		font-size: 20px;
		line-height: 22px;
		font-weight: 700;
		font-family: "DM Serif Text", serif;
	}
}