@import url("global.css");

.clock-page img {
	margin-bottom: 2rem !important;
}

.max-lines.with-scroll {
	display: -webkit-box;
}

.lb-scroll {
	scrollbar-color: var(--color-gold) #000;
}

h2 {
	font-size: 1.5rem;
	margin: 0;
}

.btn-lb-secondary-gold {
	--bs-btn-color: rgb(255 255 255 / .8);
    --bs-btn-hover-color: #fff;
}
/*
|--------------------------------------------------------------------------
| Navs
|--------------------------------------------------------------------------
*/
.nav {
    --bs-nav-link-color: rgb(255 255 255 / .8);
    --bs-nav-link-hover-color: #fff;
    --bs-nav-link-disabled-color: rgb(255 255 255 / .5);
}

.nav-user {
	color: rgb(255 255 255 / .8);
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--lb-border-radius, 0.375rem);
    --bs-nav-pills-link-active-color: rgb(255 255 255 / .8);
    --bs-nav-pills-link-active-bg: #000;
    justify-content: stretch;
}

.header_aucions_lots {
	background: #000;
	color: rgb(255 255 255 / .8);
}

.nav-pills .nav-link {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    width: 100%;
}

.nav .nav-user-name {
	font-size: 16px;
}

.nav.nav-pills, .header_aucions_lots h4 {
	font-size: 1.25rem;
}

/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/
header {
	background-color: #000;
	color: var(--color-gold);
	border-bottom: 1px solid var(--lb-color-secondary);
}

header .navbar {
	padding: 0;
}

.navbar > .navbar-container > * {
	padding-bottom: 0;
	margin-bottom: 0;
}

header .navbar-brand {
	height: 80px;
	/* flex: 1; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

header .navbar-brand img {
	object-fit: contain;
	height: 100%;
}

header .navbar-brand img.logo {
	width: 100%;
}

header .auction_title {
	font-size: 2.5rem;
}


/*
|--------------------------------------------------------------------------
| tr_user_info
|--------------------------------------------------------------------------
*/

.input-puja input {
	border-right: 0;
	font-size: 18pt;
}

.input-puja .input-group-text {
	background: transparent;
    border-left: 0;
    border-right: 0;
	font-size: 18pt;
}

.product_img {
	height: 484.44px;
}

.product_desc .actual_titulo {
	height: auto;
}
