@import url("global.css");

/*
|--------------------------------------------------------------------------
| General - Header
|--------------------------------------------------------------------------
 */
header a {
	color: rgb(var(--lb-text-color-rgb) / 0.54);
	text-decoration: none;
}

header a.selected {
	color: var(--lb-text-color-primary);
	pointer-events: none;
	cursor: default;
}

header a:hover,
header a:focus {
	color: var(--lb-text-color-primary);
	text-decoration: underline;
}

header .first-header-wrapper {
	border-bottom: 1px solid var(--lb-color-primary);
}

header .nav-link {
	--bs-nav-link-color: var(--lb-text-color-primary);
	position: relative;
}


/* pasar a demo */
/* header .nav-link:hover {
	text-decoration: none;
	color: var(--lb-color-primary-contrast);
	transition: padding .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

header .nav-link::before {
	content: '';
	opacity: 0;
	position: absolute;
	border-radius: 2px;
	height: 14px;
	width: 100%;
	top: 50%;
	left: 0;
	background-color: var(--lb-color-primary);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: -1;
}

header .nav-link:hover:before {
	background-color: var(--lb-color-primary);
	height: 100%;
	opacity: 1;
}

*/

header .navbar-toggler {
	--bs-navbar-toggler-focus-width: 0.1rem;
	border: none;
}

.search-component-wrapper {
	width: 300px;
}

.search-component-wrapper .form-control:focus {
	border-color: initial;
	outline: 0;
	box-shadow: -4px 0px 0px 0.25rem rgb(13 110 253 / 25%);
}

.search-component-wrapper .form-control:focus+button {
	box-shadow: 4px 0px 0px 0.25rem rgb(13 110 253 / 25%);
}

nav[aria-label="breadcrumb"] {
	--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");
}

.breadcrumb a {
	text-decoration: none;
	color: rgb(var(--lb-text-color-rgb) / 0.54);
}

.breadcrumb li.active a {
	font-weight: 500;
	color: var(--lb-color-primary);
}

.login_desktop {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.login_desktop .only-login {
	padding: 4rem 6rem;
}

.login_desktop .closedd {
	position: absolute;
	top: 15px;
	right: 15px;
}

.login-separator {
	display: block;
	position: relative;
	border-top: 0.1rem solid var(--bs-border-color);
	height: 0.1rem;
	margin: 1.5rem 0;
	text-align: center;
}

.login-separator::after {
	background: #fff;
	content: attr(data-content);
	display: inline-block;
	font-size: .75rem;
	padding: 0.4rem 0.8rem;
	-webkit-transform: translateY(-1.1rem);
	transform: translateY(-1.1rem);
	text-align: center;
}

/*
|--------------------------------------------------------------------------
| General - Newsletter / Cookies
|--------------------------------------------------------------------------
 */
.newsletter {
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin-top: 3rem;
	background-color: #f0f0f0;
}

.cookies-block {
	position: sticky;
	bottom: 0;
	background-color: #ffffffe8;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

/*
|--------------------------------------------------------------------------
| General - Footer
|--------------------------------------------------------------------------
 */
 footer .nav-link {
	--bs-nav-link-color: var(--lb-color-primary-contrast);
	--bs-nav-link-hover-color: var(--lb-color-primary-contrast);
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: 0.125rem;
}

/*
|--------------------------------------------------------------------------
| Home - Banner (pasar a demo)
|--------------------------------------------------------------------------
 */
.home-slider {
	position: relative;
}

.home-slider .banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;

	display: flex;
	font-weight: 500;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.home-slider>.column_banner {
	padding: 0;
}

.home-slider img {
	max-height: 500px;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 1200px) {
	.home-slider h1 {
		font-size: 3.5rem;
	}
}

.banner_iframe {
	text-align: center;
}

.banner_iframe iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

/*
|--------------------------------------------------------------------------
| Home
|--------------------------------------------------------------------------
 */
.about-us-banner a {
	text-decoration: none;
}

.about-us-banner span {
	text-decoration: none;
	color: var(--lb-color-primary);
	font-weight: 500;
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
}


.section-categoires .d-grid {
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;

}

.category-wrapper {
	position: relative;
	text-decoration: none;
}

.category-wrapper .block-img {
	height: 140px;
	position: absolute;
	left: 20px;
	bottom: 15px;
	z-index: 1;
}

.category-wrapper .block-img img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	box-shadow: var(--lb-box-shadow);
}

.category-wrapper h3 {
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgb(255 255 255 / 30%);
	border-radius: 15px;
}

.block-background {
	height: 130px;
	background: #f0f0f0;
	border-radius: 15px;
	box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px 0px;
}

.category-wrapper-2 {
	position: relative;
	align-items: stretch;
	height: 140px;
	text-decoration: none;
	color: var(--lb-color-primary-light);
}

.category-wrapper-2:hover {
	color: var(--lb-color-primary);
}

.category-wrapper-2 .block-img {
	position: absolute;
	left: 0;
	height: 100%;
	padding-right: 1.5rem;
}

.category-wrapper-2 .block-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 15px 0 0 15px;
}

.category-wrapper-2 .block-background {
	height: auto;
	z-index: 1;
	border-radius: 0 15px 15px 0;
	border-top-left-radius: 40% 100%;
	margin-left: auto;
	width: 80%;
	box-shadow: rgb(0 0 0 / 10%) 0px 1px 0px 0px;

}

.category-wrapper-2:hover .block-background {
	box-shadow: rgb(255 0 0 / 20%) 0px 1px 1px 0px
}

/*
|--------------------------------------------------------------------------
| Subastas
|--------------------------------------------------------------------------
 */
.card-custom-large {
	box-shadow: var(--lb-box-shadow);
}

.card-custom-large .card-footer {
	background-color: #fff;
}

.card-custom-large img {
	object-fit: cover;
	border-top-right-radius: var(--bs-border-radius);
	border-bottom-right-radius: var(--bs-border-radius);
}

.card-custom-large .card-img-wrapper {
	position: relative;
}

.card-custom-large .btn-live-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 20px;
}

/*
|--------------------------------------------------------------------------
| Grid
|--------------------------------------------------------------------------
 */
.badge-custom-primary {
	display: inline-flex;
	gap: 5px;
	color: var(--lb-color-primary-contrast);
	background-color: var(--lb-color-primary);
	cursor: pointer;
	padding: 0.5rem;
}

.pagination-wrapper .pagination {
	--bs-pagination-active-bg: var(--lb-color-primary);
	--bs-pagination-active-color: var(--lb-color-primary-contrast);
	--bs-pagination-color: var(--lb-text-color-primary);
	--bs-pagination-hover-color: var(--lb-color-primary);
	--bs-pagination-focus-color: var(--lb-color-primary);
	--bs-pagination-active-border-color: var(--lb-color-primary);
	--bs-pagination-padding-y: 0.25rem;
	--bs-pagination-padding-x: 0.6rem;
	flex-wrap: wrap;
}

.section-grid-lots {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1rem;
}

.section-grid-filters {
	height: auto;
	/*Firefox*/
	scrollbar-color: var(--lb-color-primary) var(--lb-color-primary-light);
	scrollbar-width: thin;
}

.section-grid-filters::-webkit-scrollbar {
    width: 10px;
}
.section-grid-filters::-webkit-scrollbar-track {
	background: var(--lb-color-primary-light);
}
.section-grid-filters::-webkit-scrollbar-thumb{
    background: var(--lb-color-primary);
}

.filters-types> :is(div, section) {
	padding: 1rem 0;
	border-bottom: 1px solid var(--bs-border-color);
}

.section-grid-filters .auction__filters-categories:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

@media(min-width: 992px) {
	.section-grid-filters {
		height: 94vh;
		top: 3vh;
		overflow-y: auto;
	}
}

/*
|--------------------------------------------------------------------------
| Lote
|--------------------------------------------------------------------------
 */
.lot-card {
	border: none;
	box-shadow: var(--lb-box-shadow-lot);
}

.lot-card .card-img-top {
	height: 180px;
	object-fit: contain;
}

.lot-card .card-title {
	--line-heigth: 1.2;
	line-height: var(--line-heigth);
	min-height: calc(var(--line-heigth) * var(--max-lines, 1) * 1rem);
}

.lot-card .card-body {
	min-height: 200px;
	display: flex;
	flex-direction: column;
}

.lot-card .card-body .lot-prices span:last-of-type {
	float: right;
}

.lot-card .lot-btn {
	margin-top: auto;
}


@media (min-width: 576px) {
	.section-grid-lots.large {
		grid-template-columns: 1fr;
	}

	.section-grid-lots.large .lot-card {
		display: grid;
		grid-template-columns: 2fr 3fr;
	}

	.section-grid-lots.large .lot-card .card-body {
		padding-right: 50px;
	}

	.section-grid-lots.large .lot-card .card-footer {
		grid-column-start: 1;
		grid-column-end: end;
	}

}

.label-grid {
	z-index: 3;
	position: absolute;
	top: 27px;
	right: -28px;
	width: 85px;
	height: 30px;
	padding-top: 7px;
	background: var(--lb-color-primary);
	color: var(--lb-color-primary-contrast);
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	border-bottom-right-radius: var(--bs-border-radius);
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

.label-grid.ficha-label {
	top: 65px;
}

/*
|--------------------------------------------------------------------------
| Ficha Lote - Layout
|--------------------------------------------------------------------------
 */
.ficha-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
}

section.ficha-image {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

/* debug */
/* .ficha-grid section {
	background-color: var(--lb-color-secondary);
	border: 1px solid red;
} */


@media (min-width: 992px) {
	.ficha-grid {
		grid-template-columns: 1fr 2fr 2fr;
	}

	section.ficha-title {
		grid-column: 1 / 4;
	}

	section.ficha-image {
		grid-column: 1 / 3;
		grid-row: 2 / 5;
	}

	section.ficha-pujas {
		grid-column: 3 / 4;
	}

	section.ficha-history {
		grid-column: 3 / 4;
		grid-row: 3 / 4;
	}

	section.ficha-share {
		grid-column: 3 / 4;
		grid-row: 4 / 5;
		align-self: flex-end;
	}

	section.ficha-description {
		grid-column: 1 / 4;
		grid-row-start: 5;
	}

	section.ficha-files {
		grid-column: 1 / 4;
	}

	section.ficha-recomendados {
		grid-column: 1 / 4;
	}
}

@media (min-width: 1200px) {

	.ficha-grid {
		grid-template-columns: 1fr 2fr 1fr;
	}

	section.ficha-image {
		grid-column: 2 / 3;
		grid-row: 2 / 4;
	}

	section.ficha-history {
		align-self: flex-end;
	}

	section.ficha-share {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}

	section.ficha-previous-next {
		grid-column: 1 / 3;
		grid-row: 4 / 5;
	}

	section.ficha-description {
		grid-column: 1 / 2;
		grid-row-start: 2;
	}
}

/*
|--------------------------------------------------------------------------
| Ficha Lote
|--------------------------------------------------------------------------
 */

.ficha-title p:first-of-type {
	display: inline;
}

.img-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
}

.img-360-real {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.minis-content {
	overflow-x: auto;
}

.minis-content button {
	height: 80px;
	width: 100px;
}

.minis-content button img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.minis-content button img.img-360-cover {
	position: absolute;
	left: 0;
	top: 0;
}

.favoritos {
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 1000;
}

#js-toolbar {
	position: absolute !important;
	padding: 3px;
}

#js-toolbar.fullpage {
	background-color: #ffffffea;
	padding: 5px;
}

#js-toolbar a {
	color: rgba(0, 0, 0, 0.6);
}

#js-toolbar a:hover {
	color: rgba(0, 0, 0, 0.8);
}

.ficha-date-closing {
	text-wrap: balance;
}

.ficha-pujas.ficha-pujas-o {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ficha-shopping {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.ficha-pujas .price:not(.next-price) span:nth-of-type(2) {
	float: right;
}

.ficha-pujas .bid-price {
	font-weight: 700;
}

.ficha-content #bid_amount {
	position: relative;
}

.ficha-content #bid_amount::after {
	position: absolute;
	top: 0;
	content: "€";
	left: 5px;
}

.card.hist {
	border: 0;
}

.hist_content {
	--line-heigth: 1.5;
	--logo-size: 35px;
	--padding-line-y: 1px;
	--padding-line-x: 5px;
	--gap-line: 5px;
	line-height: var(--line-heigth);
	max-height: calc((var(--logo-size) + (var(--padding-line-y) * 2) + var(--gap-line, 1px)) * var(--max-lines, 6));
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-left: 0;
	padding-right: 0.5rem;
	overflow: auto;
}

.hist_content :is(.bidder, .semi-colon) {
	display: none;
}

.hist_content .hist_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: var(--padding-line-y) var(--padding-line-x);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.hist_content .hist_item :is(.winner, .lose) {
	color: inherit;
}

.hist_content .info {
	font-size: .9em;
	padding: var(--padding-line-y) var(--padding-line-x);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--logo-size);
	background-color: var(--lb-color-primary-light);
}

.hist_content .bidder-identifier {
	--hue-color-increment: 20;
	--hue: calc(var(--hue-color-increment) * var(--multiplier, 1));
	width: var(--logo-size);
	height: var(--logo-size);
	padding: 5px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:hsl(var(--hue), 73%, 70%);
	color: var(--color-unit, #000);
}

.hist_item .bidder-identifier:has(.yo + .dos) {
	font-size: .8em;
}

.ficha-content .owl-carousel-responsive img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: relative;
	display: inherit !important;
	margin: 0 auto !important;
}

.ficha-content .resource-wrapper {
	position: relative;
}

.ficha-content .image-wrapper {
	position: relative;
	min-height: 290px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

#img_main {
	position: relative;
	overflow: hidden;
	height: 500px;
	margin-bottom: 10px;
	/* border: 1px solid #cccccc; */
}

.gird-features {
	display: grid;
    grid-template-columns: min-content auto;
    gap: 20px;
}

.gird-features .feature-name {
	font-weight: 700;
	text-transform: capitalize;
}

.gird-features .feature-value {
	align-self: end;
}

.lotes_destacados .slick-list {
	margin: 0 -20px 10px -20px;
}

.lotes_destacados .lots-wrapper {
	padding: 10px 20px;
}


/*
|--------------------------------------------------------------------------
| Calendar
|--------------------------------------------------------------------------
 */

.calendar .month {
	margin-top: 10px;
}

.calendar .day-content {
	border-radius: var(--lb-border-radius);
}

.calendar .day {
	--calendar-background-color: transparent;
	background-color: var(--calendar-background-color);
}

.info_calendar {
	--calendar-border-color: transparent;
	border-color: var(--calendar-border-color);
}

.calendar_event_label {
	height: 10px;
	display: block;
	width: 10px;
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}

.bs-callout {
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #eeeeee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout-default {
	border-left-color: #777777;
}

.AUCTION_calendar_border {
	border-left-color: #AAAAAA;
}

/*
|--------------------------------------------------------------------------
| Valoraciones
|--------------------------------------------------------------------------
 */
#dropzone {
	display: block;
	width: 100%;
	min-height: 100px;
	height: auto;
	padding: 15px;
	border: 1px dashed var(--lb-color-primary);
	border-radius: 5px;
}

#dropzone [type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

#dropzone .mini-file-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

#dropzone .mini-upload-image {
	position: relative;
	z-index: 30;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 130px;
	height: 80px;
	max-height: 100%;
	border: 1px solid var(--bs-border-color);
	border-radius: var(--lb-border-radius);
}

#dropzone img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#dropzone .delete-img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	padding-top: 31px;
	background: rgba(0, 0, 0, 0.2);
	color: red;
	cursor: pointer;
	font-weight: 600;
}

#dropzone .mini-upload-image:hover .delete-img {
	display: block;
}

/*
|--------------------------------------------------------------------------
| Contacto
|--------------------------------------------------------------------------
 */
.map-contact {
	filter: grayscale(1);
}

.contact-page-info-house-auction {
	border: 1px solid var(--bs-border-color);
    padding: 1rem;
    border-radius: var(--lb-border-radius);
    background: lightgray;
}

.contact-page-info-house-auction-title {
	margin-bottom: 50px;
	font-size: 18px;
}

.contact-page-info-house-auction-desc {
	padding: 0 50px;
	text-align: center;
}

.contact-page-info-house-auction-desc .divider {
	width: 70%;
	margin: 20px auto;
	border-bottom: 1px solid white;
}

/*
|--------------------------------------------------------------------------
| Panel Usuario
|--------------------------------------------------------------------------
 */

 .user-panel-page .accordion {
	--bs-accordion-border-radius: var(--lb-border-radius, 0.375rem);
	--bs-accordion-inner-border-radius: calc(var(--lb-border-radius, 0.375rem) - 1px);
	--bs-accordion-active-color: var(--lb-text-color-primary);
	--bs-accordion-bg: #e9e9e9;
	--bs-accordion-active-bg: #e9e9e9;

	/*fill='%23000' el 000 indica el color hexadecimal*/
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
	/* --bs-accordion-btn-focus-border-color: none; */
 }

 .user-panel-page .accordion-body {
	background-color: #fff;
 }

	/*
	|--------------------------------------------------------------------------
	| Menú
	|--------------------------------------------------------------------------
	*/
.menu-panel-card {
	border: 0;
}

.menu-panel-card a {
	border: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.list-group-item {
	--bs-list-group-active-bg: var(--lb-color-primary);
	--bs-list-group-active-border-color: var(--lb-color-primary);
}

.table-to-columns tr {
	height: 80px;
}

.table-to-columns thead tr {
	height: auto;
}

.table-to-columns .td-img {
	width: 80px;
}

.table-to-columns .td-title {
	max-width: 300px;
}

.table-to-columns .td-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-device-width: 992px) {

	/* .table-to-columns table{
		border-collapse: separate;
		border-spacing: 0 15px
	} */

	.table-to-columns :is(tbody, tr, td) {
		display: block;
	}

	.table-to-columns thead tr {
		display: none;
	}

	.table-to-columns tr {
		height: initial;
		border: 1px solid var(--bs-border-color);
		margin-bottom: 1rem;
	}

	.table-to-columns .td-img {
		width: initial;
		height: 200px;
		text-align: center;
	}

	.table-to-columns .td-title {
		max-width: initial;
	}

	.table-to-columns .td-img img{
		object-fit: contain;
	}

	.table-to-columns td:not(.td-img) {
		position: relative;
		padding-left: 50%;
		border: none;
		border-bottom: 1px solid var(--bs-border-color);
	}

	.table-to-columns td:not(.td-img):before {
		content: attr(data-title);
		position: absolute;
		left: 6px;
		font-weight: bold;
	}

}

/*
|--------------------------------------------------------------------------
| Adjudicaciones
|--------------------------------------------------------------------------
*/
.allotments-page .checkout, .bills-page .checkout {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}

.allotments-page .accordion-button {
	gap: .7rem;
}


/*
|--------------------------------------------------------------------------
| Registro - Datos de perfil
|--------------------------------------------------------------------------
*/
:is(
	.account-user,
	.account-info,
	.create-account
) label:not(.form-check-label) {
	width: 100%;
}

/*
|--------------------------------------------------------------------------
| Direcciones
|--------------------------------------------------------------------------
*/
.address-card {
	box-shadow: var(--lb-box-shadow-lot);
}

.card-new-direction {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.card-new-direction svg {
	border: 1px solid var(--bs-border-color);
	border-radius: 99999px;
}

/* ----------------- DESPLEGABLE -------------------- */

#admin_settings_box .desplegable
{
	position: absolute;
	right: -33px;
	top: 40%;
	padding: 10px 6px;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
	background: #2b373a;
	color: #fff;
}

#admin_settings_box .desplegable
{
	cursor: pointer;
	color: #fff;
}

#admin_settings_box
{
	position: fixed;
	left: -250px;
	top: 45%;
	transform: translateY(-50%);
	bottom: 0;
	width: 250px;
	border: 1px solid #2b373a;
	border-left: 0;
	transition: 1s;
	padding: 10px;
	z-index: 1021;
	background: #fff;
}

#admin_settings_box.opened_box
{
	transition: 1s;
	left: 0;
}

.grecaptcha-badge {
	visibility: hidden;
}

.captcha-terms {
	font-size: 12px;
	line-height: 1;
	margin-bottom: .5rem;
}


