@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Buy/Shared/HeroSearch.razor.rz.scp.css */
#form-main-listing-search-hero-filters-form > .header__filter[b-d4gdu8homi] {
	z-index: 1;
}

@media screen and (max-width: 1000px) {
	#form-main-listing-search-hero-filters-form > .header__filter[b-d4gdu8homi] {
		padding-bottom: 0;
	}
}
/* /Components/Buy/Shared/ListingTiles.razor.rz.scp.css */
.listing-tiles-grid-2__row[b-o4wgojg82j] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    padding: 0 10px;
}

.segment-score-within-photo[b-o4wgojg82j] {
    position: absolute;
    bottom: 0;
    right: 8px;
}

.listing-tiles-grid-3__row[b-o4wgojg82j] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
}

.listing-tiles-grid-4__row[b-o4wgojg82j] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
}

@media screen and (max-width: 1230px) {
    .listing-tiles-grid-4__row[b-o4wgojg82j] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 0 10px;
    }
}

@media screen and (max-width: 1130px) {
    .listing-tiles-grid-2__row[b-o4wgojg82j], .listing-tiles-grid-3__row[b-o4wgojg82j], .listing-tiles-grid-4__row[b-o4wgojg82j] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 10px;
    }
}

@media screen and (max-width: 700px) {
    .listing-tiles-grid-2__row[b-o4wgojg82j], .listing-tiles-grid-3__row[b-o4wgojg82j], .listing-tiles-grid-4__row[b-o4wgojg82j] {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding: 0 10px;
    }

    /*.listing-tiles-grid-2__row {*/
    /*    grid-template-columns: repeat(1, 1fr);*/
    /*}*/
}


.listing-tiles-grid-1__row a[b-o4wgojg82j], .listing-tiles-grid-2__row a[b-o4wgojg82j], .listing-tiles-grid-3__row a[b-o4wgojg82j], .listing-tiles-grid-4__row a[b-o4wgojg82j] {
    color: inherit;
    text-decoration: none;
}

.lacard__badge[b-o4wgojg82j] {
    border: none;
}
/* /Components/Buy/Shared/PriceWithActionButton.razor.rz.scp.css */
.wrapper[b-2f90o1nt4v] {
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	letter-spacing: 0;
	font-weight: 700;
}

@media screen and (max-width: 1000px) {
	.label[b-2f90o1nt4v] {
		font-size: 14px;
	}
}

.wrapper.bright-green[b-2f90o1nt4v] {
	border: 2px solid var(--lag-bright-green);
}

.wrapper.orange[b-2f90o1nt4v] {
	border: 2px solid var(--lag-fc-orange);
}

.label[b-2f90o1nt4v] {
	background-color: #ffffff;
	padding: 8px 26px;
	color: var(--lag-la-navy);
}

.price[b-2f90o1nt4v] {
	font-size: x-large;
}

.price-suffix[b-2f90o1nt4v] {
	font-size: large;
}

.colored[b-2f90o1nt4v] {
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 8px 26px;
}

.wrapper.bright-green .colored[b-2f90o1nt4v] {
	background-color: var(--lag-bright-green);
}

.wrapper.orange .colored[b-2f90o1nt4v] {
	background-color: var(--lag-fc-orange);
}

.colored img[b-2f90o1nt4v] {
	height: 28px;
	width: auto;
	margin-right: 8px;
}

/* /Components/Buy/Shared/ProductsList.razor.rz.scp.css */
.lacard__badge[b-m1myzasvv9] {
	border: none;
}

.products__row[b-m1myzasvv9] {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.products__list--lview[b-m1myzasvv9] {
	min-height: 90dvh;
}

.products__row--custom-modal[b-m1myzasvv9] {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
}

@media screen and (max-width: 1080px) {
	.products__row[b-m1myzasvv9] {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

@media screen and (max-width: 500px) {
	.products__row[b-m1myzasvv9] {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.lacard__price[b-m1myzasvv9] {
	max-width: 50%;
}

.listing-card-admin-actions[b-m1myzasvv9] {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.listing-card-admin-actions a[b-m1myzasvv9] {
	text-decoration: none;
	flex-grow: 1;
	margin: .25rem !important;
	color: #FFFFFF;
}

.segment-score-within-photo[b-m1myzasvv9] {
	position: absolute;
	bottom: 0;
	right: 8px;
}

@media screen and (max-width: 1030px) {
	.products__row--custom-modal[b-m1myzasvv9] {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 10px;
	}
}

@media screen and (max-width: 1030px) {
	.fcinputwrap__label[b-m1myzasvv9] {
		color: #232D5B;
	}
}

/* /Components/Buy/Shared/RecentListings.razor.rz.scp.css */
.products__switchtbn--override[b-xqnsxo97cw] {
	bottom: 82px;
	z-index: 999;
}
/* /Components/Buy/Shared/SaveListingButtonLarge.razor.rz.scp.css */
.btnorange[b-zpkw3zen01] {
    background: var(--lag-fc-orange);
    color: #fff;
}
/* /Components/Chat/Shared/ChatComponent.razor.rz.scp.css */
[b-3yeja80y3l] .avatar-with-verification {
	position: relative;
	padding-left: 4px;
}

[b-3yeja80y3l] .avatar-with-verification .verification-symbol {
	position: absolute;
	top: 12px;
	left: 14px;
	border-radius: 50%;
	overflow: hidden;
}

.file-upload-progress__wrapper[b-3yeja80y3l] {
	width: 100%;
}

small.text-muted[b-3yeja80y3l] {
	color: grey !important;
}

.contract[b-3yeja80y3l] {
	width: 100%;
	margin-top: 10px;
	padding: 8px;
	text-align: left;
}

.message[b-3yeja80y3l] {
	word-break: break-word;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 12px;
}
/* /Components/Chat/Shared/ChatDisplayContract.razor.rz.scp.css */
.offer-table[b-p9ksw75874] {
    --bs-table-bg: transparent;
}
/* /Components/Chat/Shared/KevChatMessage.razor.rz.scp.css */
.content a[b-ptzhds9pm5] {
    color: #fff;
}

.content a:hover[b-ptzhds9pm5] {
    color: #fff;
}

.kev-image[b-ptzhds9pm5] {
    height: auto;
    width: auto;
    max-height: 70px;
    max-width: 70px;
}
/* /Components/FeaturedAds/FeaturedAdCard.razor.rz.scp.css */
.inner-content-container[b-n7tthmwb43] {
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
	letter-spacing: 0;
	word-break: break-word;
	overflow-wrap: break-word;
	-ms-word-break: break-word;
	word-break: break-word;
}

.featured-ad-active-until__badge[b-n7tthmwb43] {
	left: 12px;
	right: 50%;
}

.featured-ad__card[b-n7tthmwb43] {
	border: 5px solid var(--lag-fc-orange);
}

.featured-ad__card--square img[b-n7tthmwb43] {
	object-fit: cover;
	height: auto;
	width: 100%;
}

.featured-ad__card--square[b-n7tthmwb43] {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
	border: 2px solid #fff;
}

.featured-ad__card .btn .btn-text[b-n7tthmwb43] {
	font-size: larger;
	letter-spacing: 0;
}

.sponsored-badge[b-n7tthmwb43] {
	position: absolute;
	top: 16px;
	right: 16px;
	border-radius: 32px;
	padding: 8px 16px;
	display: block;
	color: #fff;
	background-color: var(--lag-fc-orange);
	z-index: 2;
}
/* /Components/FeaturedAds/FeaturedAdEditForm.razor.rz.scp.css */
.step-heading__wrapper span.step-number[b-vdlywgeuzv] {
	left: 0 !important;
	top: -10px !important;
	letter-spacing: 1px !important;
	font-size: 16px !important;
}

.cover-container[b-vdlywgeuzv] {
	cursor: pointer;
	width: 100%;
}

.listing-image img[b-vdlywgeuzv] {
	width: 100%;
	height: auto;
	aspect-ratio: 40 / 32;
}
/* /Components/Image/Shared/ImageCropper.razor.rz.scp.css */
.img-container[b-qoqothfn7g] {
	width: 100%;
	height: 100dvh;
}
/* /Components/Image/Shared/TradeListingImageCropper.razor.rz.scp.css */
.img-container[b-mk2tm2zv8b] {
	width: 100%;
	height: 100dvh;
}
/* /Components/Image/Shared/TradeListingImageCropperModalContent.razor.rz.scp.css */
.img-container[b-76l33t7dh9] {
	width: 100%;
	height: 100dvh;
}
/* /Components/Layout/BottomMenu.razor.rz.scp.css */
.bottom-menu-bar[b-7p77hvs648] {
    position: fixed;
    bottom: 0;
    /*right: 0;*/
    /*background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;*/
    z-index: 2050;
}

@media(max-width: 700px) {
    .bottom-menu-bar[b-7p77hvs648] {
        display: none;
    }
}

.account-select[b-7p77hvs648] {
    border: none;
    background-color: #fff;
    margin-right: 20px;
    color: grey;
}
/* /Components/Layout/HeaderGlobalSearchModal.razor.rz.scp.css */
.searchmodal__backdrop[b-3ncxqe74xo] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.searchmodal.show[b-3ncxqe74xo] {
    top: 0;
}
/* /Components/Layout/HeaderMenu.razor.rz.scp.css */
.header__right--menu--item a .dot[b-2jcmjm2o3l] {
	position: absolute;
	width: 10px;
	height: 10px;
	background: rgb(255, 146, 49);
	border-radius: 50%;
	right: 0;
	top: 0;
}

.header[b-2jcmjm2o3l] {
	min-height: 86px;
}

.header__right--menu--item a:hover[b-2jcmjm2o3l] {
	border-color: #232D5B;
}

.header__maccount--list--item button[b-2jcmjm2o3l] {
	display: flex;
	gap: 20px;
	align-items: center;
	text-decoration: none;
	color: #232D5B;
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
}

.header__nav--menu--item .sub-menu[b-2jcmjm2o3l] {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: all 0.3s;
	transform: translateY(-6px);
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 8px;
	margin-left: 6px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 150px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background: rgb(239, 245, 248);
	z-index: 2;
}

.header__nav--menu--item a[b-2jcmjm2o3l], .header__nav--menu--item button[b-2jcmjm2o3l] {
	font-size: 18px;
	font-weight: 400;
	line-height: 20.8px;
	letter-spacing: -0.03em;
	color: #232D5B;
	text-decoration: none;
	outline: 0;
	border: 0;
	background-color: transparent;
}

.header__nav--menu--item.menu-item-has-children:hover .sub-menu[b-2jcmjm2o3l] {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	transform: translateY(0);
}

.header__maccount--list--item button .icon[b-2jcmjm2o3l] {
	width: 30px;
	display: flex;
	justify-content: center;
}

.header__maccount--list--item .icon[b-2jcmjm2o3l] {
	min-width: 30px;
	width: 30px;
}

.header__maccount--list--item .icon i[b-2jcmjm2o3l] {
	width: 20px;
	height: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.messages-popup.show[b-2jcmjm2o3l] {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.messages-popup[b-2jcmjm2o3l] {
	position: absolute;
	top: 65px;
	max-width: 345px;
	width: 100%;
	right: 40px;
	margin-top: 12px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background: #ffffff;
	transition: all 0.3s ease-in-out;
	transform: translateY(60px);
	padding-bottom: 7px;
	opacity: 0;
	visibility: hidden;
}

.messages-popup[b-2jcmjm2o3l]::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 4px;
	top: -3px;
	left: 80px;
	transform: rotate(45deg);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	z-index: -1;
}


.header__nav--menu--item.menu-item-has-children[b-2jcmjm2o3l] {
	position: relative;
}

.header__nav--menu--item.menu-item-has-children[b-2jcmjm2o3l]::before {
	content: "";
	position: absolute;
	opacity: 0;
	top: 100%;
	left: 0;
	height: 8px;
	width: 100%;
}

.header__nav--menu--item .sub-menu[b-2jcmjm2o3l] {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: all 0.3s;
	transform: translateY(-6px);
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 8px;
	margin-left: 6px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 150px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background: rgb(239, 245, 248);
	z-index: 2;
}

.header__nav--menu--item.menu-item-has-children:hover .sub-menu[b-2jcmjm2o3l] {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	transform: translateY(0);
}

@media screen and (max-width: 1030px) {
	.header__nav--menu--item .sub-menu[b-2jcmjm2o3l] {
		position: relative;
		top: 0;
		left: 0;
		margin: 10px 12px 0;
		padding: 0;
		gap: 6px;
		width: 100%;
		box-shadow: none;
		border-radius: 0;
		background: transparent;
		z-index: 0;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

.header__nav--menu > .header__nav--menu--item:nth-child(1)[b-2jcmjm2o3l] {
	margin-right: -10px;
}

.header__nav--menu > .header__nav--menu--item:nth-child(1) a[b-2jcmjm2o3l] {
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 20.8px;
	letter-spacing: -0.03em;
	padding: 6px 15px;
	background: rgb(211, 225, 232);
	border-radius: 30px;
	transition: all 0.3s;
}

.header__nav--menu > .header__nav--menu--item:nth-child(1) a:hover[b-2jcmjm2o3l] {
	background: #232D5B;
	color: #ffffff;
}

@media screen and (max-width: 1030px) {
	.header__nav--menu > .header__nav--menu--item:nth-child(1) a[b-2jcmjm2o3l] {
		width: 100%;
		padding: 15px;
		background: #7EBC4A;
		color: #ffffff;
		border-radius: 4px;
		text-align: center;
		justify-content: center;
	}
}

.header__nav--menu > .header__nav--menu--item:nth-child(2)[b-2jcmjm2o3l] {
	margin-right: 10px;
}

.header__nav--menu > .header__nav--menu--item:nth-child(2) a[b-2jcmjm2o3l] {
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 20.8px;
	letter-spacing: -0.03em;
	padding: 6px 15px;
	background: rgb(211, 225, 232);
	border-radius: 30px;
	transition: all 0.3s;
}

.header__nav--menu > .header__nav--menu--item:nth-child(2) a:hover[b-2jcmjm2o3l] {
	background: #232D5B;
	color: #ffffff;
}

@media screen and (max-width: 1030px) {
	.header__nav--menu > .header__nav--menu--item:nth-child(2) a[b-2jcmjm2o3l] {
		width: 100%;
		padding: 15px;
		background: #232D5B;
		color: #ffffff;
		border-radius: 4px;
		text-align: center;
		justify-content: center;
		margin: -10px 0 30px;
	}
}
/* /Components/Layout/HeaderMenuRight.razor.rz.scp.css */
.header__right--menu--item a .dot[b-ai7sn0zv1z] {
	position: absolute;
	width: 10px;
	height: 10px;
	background: rgb(255, 146, 49);
	border-radius: 50%;
	right: 0;
	top: 0;
}

.user-avatar[b-ai7sn0zv1z] {
	border-radius: 50%;
	object-fit: cover;
	height: 36px;
	width: 36px;
}

.kev-unread-count[b-ai7sn0zv1z] {
	position: absolute;
	top: -8px;
	right: 0;
	background: var(--lag-bright-green);
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	font-size: large;
	padding: 0;
	margin: 0;
}

.kev-button-upper[b-ai7sn0zv1z] {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	z-index: -1;
	transition: 200ms all;
}

a.kev-button-upper:hover[b-ai7sn0zv1z] {
	transform: scale(1.1);
}

@media screen and (max-width: 900px) {
	.kev-button-upper[b-ai7sn0zv1z] {
		display: none;
	}
}

.account-menu-divider[b-ai7sn0zv1z] {
	padding-top: 15px;
	border-top: 1px solid rgba(35, 45, 91, 0.12);
}

.header__right--menu--item a:hover[b-ai7sn0zv1z] {
	border-color: #232D5B;
}

.header__maccount--list--item button[b-ai7sn0zv1z] {
	display: flex;
	gap: 20px;
	align-items: center;
	text-decoration: none;
	color: #232D5B;
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
}

.header__maccount--list--item button .icon[b-ai7sn0zv1z] {
	width: 30px;
	display: flex;
	justify-content: center;
}

.header__maccount--list--item .icon[b-ai7sn0zv1z] {
	min-width: 30px;
	width: 30px;
}

.header__maccount--list--item .icon i[b-ai7sn0zv1z] {
	width: 20px;
	height: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.messages-popup.show[b-ai7sn0zv1z] {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.messages-popup[b-ai7sn0zv1z] {
	position: absolute;
	top: 65px;
	max-width: 345px;
	width: 100%;
	right: 40px;
	margin-top: 12px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background: #ffffff;
	transition: all 0.3s ease-in-out;
	transform: translateY(60px);
	padding-bottom: 7px;
	opacity: 0;
	visibility: hidden;
}

.messages-popup[b-ai7sn0zv1z]::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 4px;
	top: -3px;
	left: 80px;
	transform: rotate(45deg);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	z-index: -1;
}

button.notificationbtn > svg[b-ai7sn0zv1z], button.messagesbtn > svg[b-ai7sn0zv1z] {
	position: absolute; /* ios/safari fix */
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0ld2b345g4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0ld2b345g4] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;  
    min-height: 100dvh;
}

main > article[b-0ld2b345g4] {
    flex-grow: 1;
}


/* /Components/Layout/MobileUserBottomTabs.razor.rz.scp.css */
ul.mobilestickynav__menu[b-2zru2cilmx] {
	margin: 0;
	padding: 0;
}

.mobilestickynav__menu--item[b-2zru2cilmx] {
	height: 100%;
}

.notification-badge[b-2zru2cilmx] {
	position: absolute;
	top: -8px;
	right: 10px;
}

.mobilestickynav[b-2zru2cilmx] {
	padding: 0;
}

.mobilestickynav__menu--item a[b-2zru2cilmx] {
	padding: 16px 6px;
}
/* /Components/Listing/Shared/CornerRibbon.razor.rz.scp.css */
.corner-ribbon__container[b-rb2bdmf5pg] {
	position: relative;
	width: 0;
	overflow: visible;
	padding: 0 !important;
}

.ribbon[b-rb2bdmf5pg] {
	width: 240px;
	height: 240px;
	overflow: hidden;
	position: absolute;
}

.ribbon span[b-rb2bdmf5pg] {
	position: absolute;
	display: block;
	width: 300px;
	padding: 15px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	font: 700 18px/1 "Lato", sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	text-align: center;
	z-index: 9;
	letter-spacing: 1px;
}

.ribbon > span.red[b-rb2bdmf5pg] {
	background-color: red;
	color: #fff;
}

.ribbon > span.orange[b-rb2bdmf5pg] {
	background-color: var(--lag-fc-orange);
	color: #fff;
}

.ribbon > span.bright-green[b-rb2bdmf5pg] {
	background-color: var(--lag-bright-green);
	color: #fff;
}

.ribbon-top-left span[b-rb2bdmf5pg] {
	right: 0;
	top: 25%;
	transform: rotate(-45deg);
}
/* /Components/Listing/Shared/ListingCard.razor.rz.scp.css */
.ls-card-large-info[b-uhatc8sj3v] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	padding: .5rem;
}

.card-divider[b-uhatc8sj3v] {
	border-bottom: 2px solid var(--lag-pale-blue);
	width: 100%;
	margin-bottom: 8px;
	margin-top: 8px;
}

small[b-uhatc8sj3v] {
	font-size: small;
}

picture[b-uhatc8sj3v] {
	padding: 0 !important;
}

.ls-card-large-info-text[b-uhatc8sj3v] {
	font-size: 24px;
	color: black;
	letter-spacing: 0;
	white-space: nowrap;
	padding-bottom: 6px;
}

.btnblue[b-uhatc8sj3v] {
	border: 1px solid var(--lag-la-navy);
}

.btnblue:hover[b-uhatc8sj3v] {
	border: 1px solid var(--lag-bright-green);
}

.info-component[b-uhatc8sj3v] {
	padding-top: 8px;
	font-size: 16px;
}

.inner-content-container[b-uhatc8sj3v] {
	padding-left: 16px;
	padding-right: 16px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-grow: 1;
	width: 100%;
}

.price-container[b-uhatc8sj3v] {
	text-align: center;
}

.ls-card-large-info-text small[b-uhatc8sj3v] {
	font-size: 16px !important;
}

.ls-card-large-info-subtext[b-uhatc8sj3v] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: grey;
	font-size: 16px !important;
}

.segment-score-within-photo[b-uhatc8sj3v] {
	position: absolute;
	bottom: 0;
	right: 8px;
}

.checkvault-verified-container[b-uhatc8sj3v] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.checkvault-verified-container img[b-uhatc8sj3v] {
	width: 76px;
	height: auto;
}

.inspector-comments[b-uhatc8sj3v] {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 8px;
	font-size: 16px;
	padding-left: 16px;
	padding-right: 16px;
	word-wrap: break-word;
	white-space: break-spaces;
	width: 100%;
	min-width: 0;
	word-break: break-word;
}

.ls-card__container[b-uhatc8sj3v] {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	@media (max-width: 770px) {
		background: #eee;[b-uhatc8sj3v]
	}
}

.ls-card__image[b-uhatc8sj3v] {
	max-width: 100%;
	height: auto;
	cursor: pointer;

	@media (min-width: 800px) {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;[b-uhatc8sj3v]
	}
}

.ls-card__top[b-uhatc8sj3v] {
	width: 100%;
}

.ls-card__hide[b-uhatc8sj3v],
.ls-card[b-uhatc8sj3v] {
	width: 100%;
	max-width: 400px;

	@media (min-width: 450px) {
		margin: 16px;[b-uhatc8sj3v]
	}

	@media (min-width: 750px) {
		max-width: 350px;
		margin: 0;[b-uhatc8sj3v]
	}

	@media (min-width: 850px) {
		max-width: 400px;
		margin: 16px;[b-uhatc8sj3v]
	}
}

.ls-card[b-uhatc8sj3v] {
	margin-bottom: 16px;

	display: flex;
	flex-direction: column;

	@media (min-width: 450px) {
		border: 1px solid #eee;
		border-bottom: 1px solid #ccc;[b-uhatc8sj3v]
	}

	border-bottom: 1px solid #ccc;

	background: white;
	border-radius: 4px;

	@media (max-width: 770px) {
		border-radius: 0;[b-uhatc8sj3v]
	}
}

table.table[b-uhatc8sj3v] {
	border: none;
	width: 100%;
	margin-bottom: 0;
}

td[b-uhatc8sj3v] {
	border: none;

}

td.top[b-uhatc8sj3v] {
	border-top: 1px solid #efefef;
}

td.left[b-uhatc8sj3v] {
	border-left: 1px solid #efefef;
}

.ls-card__top[b-uhatc8sj3v] {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-top: -10px;
}

.info-component-table td[b-uhatc8sj3v] {
	padding-top: 8px;
}

.info-component-table__value[b-uhatc8sj3v] {
	padding-left: 16px;
	letter-spacing: 0;
}

.ls-card-right__top[b-uhatc8sj3v] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.ls-card-right__top > div[b-uhatc8sj3v] {
	margin-left: 8px;
}

.ls-card__left[b-uhatc8sj3v] {
	flex-grow: 1;
	padding-bottom: 6px;
}

.location[b-uhatc8sj3v] {
	line-height: normal;
}

.ls-card__right[b-uhatc8sj3v] {
	text-align: center;
	margin-right: 0;
	min-width: 45%;
}

.single .ls-card-large-info-text[b-uhatc8sj3v] {
	font-size: 24px;
}

.lacard__img > img[b-uhatc8sj3v] {
	padding: 0 !important;
}
/* /Components/Listing/Shared/ListingTags.razor.rz.scp.css */
.tags[b-f073lz3b2l] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 8px;
	width: 100%;
}

.tag[b-f073lz3b2l] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: var(--lag-la-navy);
	font-size: 14px;
	letter-spacing: 0;
	font-weight: bold;
}

.tag img[b-f073lz3b2l] {
	height: 30px;
	width: auto;
	margin-right: 4px;
}
/* /Components/Location/Shared/AccountLocationsWithAdd.razor.rz.scp.css */
.location-select-wrapper[b-fkgi2qnzw5] {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

.add-location-button[b-fkgi2qnzw5] {
	margin-left: 0;
	min-width: 96px;
	height: 44px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: var(--lag-la-navy);
}

@media (max-width: 900px) {
	.location-select-wrapper[b-fkgi2qnzw5] {
		flex-wrap: wrap;
	}

	.add-location-button[b-fkgi2qnzw5] {
		margin-left: 0;
	}
}

.add-location-button > span > span[b-fkgi2qnzw5] {
	font-size: 14px;
	line-height: 1;
}
/* /Components/Location/Shared/LocationAutoComplete.razor.rz.scp.css */
.selected-location[b-7stqbx002f] {
    background: #eee;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

    .selected-location > i[b-7stqbx002f] {
        cursor: pointer;
        padding: 12px;
    }

        .selected-location > i:hover[b-7stqbx002f] {
            cursor: pointer;
            color: var(--bs-secondary);
        }

.autocomplete[b-7stqbx002f] {
    position: relative;
}

    .autocomplete .options[b-7stqbx002f] {
        position: absolute;
        /*top: 40px;*/
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 9999;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option[b-7stqbx002f] {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text[b-7stqbx002f] {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover[b-7stqbx002f] {
            background: #1E90FF;
            color: #fff;
            cursor: pointer;
        }

        .autocomplete .option.disabled[b-7stqbx002f] {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .autocomplete .option.disabled:hover[b-7stqbx002f] {
                background: lightgrey;
                color: var(--bs-body);
            }
/* /Components/MyProfile/Layout/MobileTabs.razor.rz.scp.css */
.mobile-tabs-wrapper[b-lom1w40umc] {
    position: fixed;
    bottom: 8px;
    left: 8px;
    right: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 80px;
    /*padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;*/
    /*padding: 16px;*/
    background-color: #fff;
    /*border-top: 1px solid var(--bs-tertiary);*/
    /*box-shadow: 1px 1px 1px 1px #000;*/
    max-width: 100vw;
    /*  border-radius: 50px;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));*/
    /*overflow: hidden;*/
}

.mobile-tabs-wrapper .col[b-lom1w40umc] {
    margin-top: 0 !important;
}

@media(min-width:640px) {
    .mobile-tabs-wrapper[b-lom1w40umc] {
        display: none;
    }
}

.mobile-tab[b-lom1w40umc] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    /*height: 80%;*/
    height: 100%;
    text-decoration: none;
    color: #000;
    font-size: small;
    padding: 8px;
    width: 100%;
    color: var(--bs-primary);
    /*color: grey;*/
    /*background-color: var(--bs-tertiary);*/
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
}

    .mobile-tab[data-is-current][b-lom1w40umc] {
        background-color: var(--bs-primary);
        /*border-top: 2px solid var(--bs-primary);*/
        /*border-radius: 50px;*/
        color: #000;
        color: #fff;
        /*color: var(--bs-primary);*/
    }

    .mobile-tab i[b-lom1w40umc] {
        font-size: large;
    }
/* /Components/MyProfile/Layout/MyProfileSideMenu.razor.rz.scp.css */
.icon > i[b-np39v86dl0] {
    width: 20px;
    height: 16px;
}

.dashboard__menu--list--item i[b-np39v86dl0] {
    color: var(--lag-la-navy) !important;
}

.active i[b-np39v86dl0] {
    color: var(--lag-bright-green) !important;
}

.dashboard__menu--list--item:hover i[b-np39v86dl0] {
    color: var(--lag-bright-green) !important;
}
/* /Components/MyProfile/Shared/DashTips.razor.rz.scp.css */
.dashtips .dashtips__block[b-4gluhfufso]  h5 {
	font-size: 18px !important;
	margin-bottom: 12px !important;
}

.dashtips .dashtips__block[b-4gluhfufso]  p {
	font-size: 16px !important;
}
/* /Components/MyProfile/Shared/EscrowSetupWizard.razor.rz.scp.css */
.setup-wizard[b-15x38h3qj0] {
    width: 100%;
    min-height: calc(100dvh - 100px);
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.steps[b-15x38h3qj0] {
    width: 400px;
    height: 100%;
    padding: 16px;
    background-color: transparent;
}

@media screen and (max-width: 1030px) {
    .steps[b-15x38h3qj0] {
        display: none;
    }
}

.step[b-15x38h3qj0] {
    padding: 12px;
    margin-top: 16px;
    width: 100%;
    border: none;
    cursor: pointer;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    opacity: 0.5;
    color: var(--lag-la-navy);
}

.step[disabled][b-15x38h3qj0] {
    color: #ccc;
    cursor: not-allowed;
}

.step.active[b-15x38h3qj0] {
    border-bottom: 2px solid #ddd;
    opacity: 1;
}

.step.active > .step-number[b-15x38h3qj0] {
    color: var(--lag-bright-green);
}

.step-content[b-15x38h3qj0] {
    flex-grow: 1;
    display: flex;
    min-height: 500px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.large-icon[b-15x38h3qj0] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.large-icon > i[b-15x38h3qj0] {
    color: #278ebc;
    font-size: 100px;
}

.step-actions[b-15x38h3qj0] {
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 16px;
    width: 100%;
}

.step-number[b-15x38h3qj0] {
    width: 40px;
    display: inline-block;
}

.finish-actions[b-15x38h3qj0] {
    background: var(--lag-pale-blue);
    width: 100%;
}

.finish-action[b-15x38h3qj0] {
    width: 100%;
    font-size: large;
}

.finish-action > a[b-15x38h3qj0] {
    text-decoration: none;
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.finish-action i[b-15x38h3qj0] {
    /*height: 50px;*/
    width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.finish-action > a > *[b-15x38h3qj0] {
    margin: 4px 8px;
}
/* /Components/MyProfile/Shared/ProfileGalleryUploader.razor.rz.scp.css */
/* /Components/MyProfile/Shared/ProfileSetupWizard.razor.rz.scp.css */
.setup-wizard[b-eck7iqiuz2] {
    width: 100%;
    min-height: calc(100dvh - 100px);
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.setup-wizard p[b-eck7iqiuz2] {
    margin-bottom: 20px;
}

.steps[b-eck7iqiuz2] {
    width: 400px;
    height: 100%;
    padding: 16px;
    background-color: transparent;
}

@media screen and (max-width: 1030px) {
    .steps[b-eck7iqiuz2] {
        display: none !important;
    }

    .large-icon[b-eck7iqiuz2] {
        display: none !important;
    }

    .kev-image-container[b-eck7iqiuz2] {
        padding: 16px;
        max-width: 180px;
    }
}

.step[b-eck7iqiuz2] {
    padding: 12px;
    margin-top: 16px;
    width: 100%;
    border: none;
    cursor: pointer;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    opacity: 0.5;
    color: var(--lag-la-navy);
}

.step[disabled][b-eck7iqiuz2] {
    color: #ccc;
    cursor: not-allowed;
}

.step.active[b-eck7iqiuz2] {
    border-bottom: 2px solid #ddd;
    opacity: 1;
}

.step.active > .step-number[b-eck7iqiuz2] {
    color: var(--lag-bright-green);
}

.step-content[b-eck7iqiuz2] {
    flex-grow: 1;
    display: flex;
    min-height: 500px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.large-icon[b-eck7iqiuz2] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.large-icon > i[b-eck7iqiuz2] {
    color: #278ebc;
    font-size: 100px;
}

.cover-container[b-eck7iqiuz2] {
    width: 100%;
    height: 150px;
	aspect-ratio: 1.95;
    overflow: hidden;
    border: 1px dashed grey;
    cursor: pointer;
}

.avatar-container[b-eck7iqiuz2] {
    cursor: pointer;
    height: 150px;
    width: 100%;
    border: 1px dashed grey;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step-actions[b-eck7iqiuz2] {
    border-top: 1px solid #ddd;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 16px;
    width: 100%;
}

.step-number[b-eck7iqiuz2] {
    width: 40px;
    display: inline-block;
}

.finish-actions[b-eck7iqiuz2] {
    background: var(--lag-pale-blue);
    width: 100%;
}

.finish-action[b-eck7iqiuz2] {
    width: 100%;
    font-size: large;
    background: rgb(211, 225, 232);
    letter-spacing: 0;
}

.finish-action > a[b-eck7iqiuz2] {
    text-decoration: none;
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
}

.green-bullets[b-eck7iqiuz2] {
    list-style: disc;
}

.green-bullets > li[b-eck7iqiuz2]::marker {
    color: var(--lag-bright-green);
}

.finish-action i[b-eck7iqiuz2] {
    /*height: 50px;*/
    width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.finish-action > a > *[b-eck7iqiuz2] {
    margin: 4px 8px;
}
/* /Components/MyProfile/Shared/SellForm.razor.rz.scp.css */
.clrightcontent__block--footer[b-yhyjljo3s8] {
	border-top: none !important;
}

.clwrapper .heading-3[b-yhyjljo3s8] {
	letter-spacing: 0;
}

.clwrapper .clrightcontent__block .heading-3 span[b-yhyjljo3s8] {
	left: 0;
	top: -10px;
	letter-spacing: 1px;
	font-size: 16px;
}

.clwrapper[b-yhyjljo3s8]  .left-heading-row .clheading .heading-3 {
	margin-bottom: 0;
}

.step-heading__wrapper[b-yhyjljo3s8] {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.heading-2[b-yhyjljo3s8] {
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.right[b-yhyjljo3s8] {
		flex-grow: 1;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	.left .btnoutline[b-yhyjljo3s8] {
		margin-top: 26px;
	}

	.clleftcontent[b-yhyjljo3s8] {
		display: none;
	}	
}

.clwrapper .clrightcontent[b-yhyjljo3s8]  .clldetails__col:first-child {
	min-width: 220px;
}
/* /Components/MyUser/Layout/MyUserDashboard.razor.rz.scp.css */
.icon > i[b-yejs1zhp13] {
    width: 20px;
    height: 16px;
}

.dashboard__menu--list--item i[b-yejs1zhp13] {
    color: var(--lag-la-navy) !important;
}

.active i[b-yejs1zhp13] {
    color: var(--lag-bright-green) !important;
}

.dashboard__menu--list--item:hover i[b-yejs1zhp13] {
    color: var(--lag-bright-green) !important;
}

.dashboard__menu--list--item button[b-yejs1zhp13] {
    position: relative;
    display: flex;
    padding: 12px 15px;
    align-items: center;
    text-decoration: none;
    color: #232D5B;
    gap: 22px;
    transition: all 0.3s;
    border-radius: 4px;
}
/* /Components/Popovers/BootstrapPopover.razor.rz.scp.css */
.lag-bs-popover[b-f6yq9uc2b6] {
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    border: none;    
}

.popover[b-f6yq9uc2b6] {
    --bs-popover-header-bg: var(--bs-primary) !important;
    --bs-popover-header-color: #fff !important;
}
/* /Components/Shared/AvatarImage.razor.rz.scp.css */
/* /Components/Shared/AvatarWithVerification.razor.rz.scp.css */
.avatar-with-verification[b-0fb98qxs58] {
	padding-left: 8px;
	min-width: 65px;
	position: relative;
}

.avatar-with-verification .user-avatar[b-0fb98qxs58] {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.avatar-with-verification .verification-symbol[b-0fb98qxs58] {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: -15px;
}
/* /Components/Shared/BlueKeyValue.razor.rz.scp.css */
.blue-key-value-container[b-sjl9t8zyln] {
	display: flex;
	align-items: center;
	position: relative;
	padding: 15px 20px;
	background: rgb(211, 225, 232);
	border-radius: 4px;
	gap: 10px;
}

.blue-key-value-container[b-sjl9t8zyln] {
	letter-spacing: 0;
}

.blue-key-value-container span[b-sjl9t8zyln] {
	color: #000;
}

.blue-key-value-container:not(:last-child)[b-sjl9t8zyln] {
	margin-bottom: 5px;
}
/* /Components/Shared/CookiePreferences.razor.rz.scp.css */
.cookies-preferences-btn[b-fp3jsy35ja] {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: var(--lag-pale-blue);
	border: none;
	border-radius: 100%;
	transition: 0.3s ease-in-out;
	width: 40px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.cookies-preferences-btn i[b-fp3jsy35ja] {
	font-size: 20px;
	color: var(--bs-primary);
}    
    
/* /Components/Shared/CssSelect.razor.rz.scp.css */
.csselect-trigger.placeholder[b-b8sdw0pkdo] {
	cursor: pointer;
	opacity: 1;
	background: rgb(211, 225, 232) !important;
}

.unselect-button[b-b8sdw0pkdo] {
	position: absolute;
	right: 32px;
	top: 0;
	z-index: 99;
	border: 0;
	background: none;
}

.csselect-trigger[b-b8sdw0pkdo] {
	min-height: 45px;
}

.csselect-trigger.placeholder + button[b-b8sdw0pkdo] {
	display: none;
}

.full-width[b-b8sdw0pkdo] {
	max-width: 100%;
	width: 100%;
}
/* /Components/Shared/FileUploader.razor.rz.scp.css */
.drop-container[b-1pvi10s0pw] {
    position: relative;
    display: flex;
    gap: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #bbb;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

    .drop-container:hover[b-1pvi10s0pw] {
        background: #eee;
        border-color: #111;
    }

        .drop-container:hover .drop-title[b-1pvi10s0pw] {
            color: #222;
        }

.drop-title[b-1pvi10s0pw] {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}
/* /Components/Shared/HtmlString.razor.rz.scp.css */
[b-u9fko4u77u] ul {
	list-style: disc;
	padding-left: 2rem;
}

[b-u9fko4u77u] ol {
	list-style-type: decimal;
	padding-left: 2rem;
}

[b-u9fko4u77u] h1 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

[b-u9fko4u77u] h2 {
	font-size: 1.5em;
	margin-bottom: 0.8rem;
}

[b-u9fko4u77u] h3 {
	font-size: 1.17em;
	margin-bottom: 0.5rem;
}

[b-u9fko4u77u] h4, [b-u9fko4u77u] h5, [b-u9fko4u77u] strong {
	font-weight: bold;
	margin-bottom: 0.5rem;
}

[b-u9fko4u77u] em {
	font-style: italic;
}

[b-u9fko4u77u] table {
	border-spacing: 6px;
	width: 100%;
}
/* /Components/Shopfront/Shared/ShareShopfront.razor.rz.scp.css */
/* Style all font awesome icons */
.fab[b-w7n4psf3fp], .fas[b-w7n4psf3fp], .far[b-w7n4psf3fp] {
    padding: 20px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

/* Add a hover effect if you want */
.fab:hover[b-w7n4psf3fp], .fas:hover[b-w7n4psf3fp], .far:hover[b-w7n4psf3fp] {
    opacity: 0.7;
}

.fa-envelope[b-w7n4psf3fp] {
    background: #BB001B;
    color: white;
}

.fa-link[b-w7n4psf3fp] {
    background: var(--lag-la-navy);
    color: white;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook[b-w7n4psf3fp] {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter[b-w7n4psf3fp] {
    background: #55ACEE;
    color: white;
}

.fa-instagram[b-w7n4psf3fp] {
    background: #405DE6;
    color: white;
}
