:root {
	--navbar-height: 76px;
}
@media (min-width: 992px) {
	body:not(.login) #wraper {
		display: flex;
		flex-wrap: nowrap;
		height: 100vh;
		max-height: 100vh;
		overflow-x: auto;
		overflow-y: hidden;
	}
}

main#container {
	width: -webkit-fill-available;
}
main#container #scrollContent {
	overflow-y: auto;
	height: calc(100vh - var(--navbar-height));
}
@media (min-width: 768px) {
	main#container #scrollContent {
		height: 100vh;
		padding-right: calc(var(--bs-gutter-x)* 1);
		padding-left: calc(var(--bs-gutter-x)* 1);
	}
}

/* Alert */
div#alertContainer {
	width: 100%;
	max-width: 600px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999999;
}

/* Text Helpers */
.text-balance {
	text-wrap: balance;
}
.text-secondary {
	color: rgb(105 114 115) !important;
}

/* Buttons */
.btn-block {
	width: 100%;
}
@media (min-width: 768px) {
	.btn-md-block {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.btn-sm-block {
		width: 100%;
	}
}

/* Tables */
.table th {
	font-weight: 600;
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* Cards */
.card {
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0);
	--bs-card-cap-padding-y: 1rem;
}
/*.card:hover {
	box-shadow: var(--bs-box-shadow) !important;
	transition: ease all 0.3s;
}*/
.card-header {
	background-color: var(--bs-card-cap-bg);
}

/* Forms */
.form-label {
	font-weight: 600;
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.form-check-input {
	background-color: var(--bs-form-check-bg);
	border-color: #637281;
}

.login_input:focus {
    box-shadow: none;
}

/* Login */


/* Navbar */
#mobileNav {
	height: var(--navbar-height);
}
#navigationBar {
	display: none !important;
}
#mainNav, #offcanvasmc {
	transition: all ease 0.3s;
	
	@media (min-width: 768px) {
		width: 25vw;
		max-width: 25vw;
	}
	@media (min-width: 992px) {
		width: 20vw;
		max-width: 20vw;
	}
	.nav {
		--bs-nav-link-color: #fff;
		--bs-nav-link-hover-color: #fff;
	}
	i.fa, i.fas, i.fa-solid {
		width: 20px;
		margin-right: 10px;
	}
	.nav-link {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.btn-toggle {
	width: 100%;
	color: white;
	text-align: left;
	background-color: rgba(255, 255, 255, 0);
	position: relative;
}
.btn-toggle:hover, .btn-toggle:active, .btn-toggle:focus {
	color: white !important;
	background-color: rgba(255, 255, 255, 0.1);
}
.btn-toggle::before {
	box-sizing: border-box;
	width: 1.25em;
	line-height: 0;
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
	transition: transform .35s ease;
	transform-origin: .5em 50%;
	transform: rotate(90deg);
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
}
.btn-toggle[aria-expanded="true"] {
	color: white;
}
.btn-toggle[aria-expanded="true"]::before {
	transform: rotate(-90deg);
}


#dropdownUser .username {
	/*text-transform: capitalize;*/
}
body.misservicios .nav-item.misservicios a,
body.mideuda .nav-item.mideuda a,
body.serviciosadicionales .nav-item.serviciosadicionales a,
body.misreclamos .nav-item.misreclamos a,
body.misfacturas .nav-item.misfacturas a,
body.todasmisfacturas .nav-item.todasmisfacturas a,
body.facturasporemail .nav-item.facturasporemail a,
body.guiatelefonica .nav-item.guiatelefonica a,
body.lugaresdepago .nav-item.lugaresdepago a,
body.micuenta .nav-item.micuenta a,
body.escritorio .nav-item.escritorio a {
	color: var(--bs-nav-pills-link-active-color);
	background-color: var(--bs-nav-pills-link-active-bg);
	border-radius: var(--bs-nav-pills-border-radius);
}

body.misservicios #mainNav .collapse:not(.show),
body.micuenta #mainNav .collapse:not(.show) {
	display: block;
}

#lugaresDePago a img {
	filter: grayscale(100%);
}
#lugaresDePago a:hover img {
	filter: grayscale(0%);
}


/* Mis Facturas */
@media (max-width: 991px) {
	#totalAPagar {
		position: relative;
	}
	#totalAPagarSumado {
		margin-bottom: 10px !important;
		display: block;
	}
	#pagoLotesCancelar {
		position: absolute;
		top: 10px;
		right: 10px;
	}
}

/*@media (min-width: 768px) {*/
	.v-pills-tab .card.shadow-sm.servPropio.active {
		/*box-shadow: 0 0 0 2px #2c3e50 !important; // de yael */
		box-shadow: 0 0 0 2px #3498DB !important;
	}

	.v-pills-tab .card.shadow-sm.servTerceros.active {
		/*box-shadow: 0 0 0 2px #2c3e50 !important; // de yael */
		box-shadow: 0 0 0 2px #ff6600 !important;
	}
/*}*/
@media (max-width: 991px) {
	#totalAPagar {
		width: 100%;
	}
}

#v-pills-tab .btn[aria-expanded="true"] .fa, #v-pills-tab .btn[aria-expanded="true"] .fa-solid {
	transform: rotate(180deg) !important;
}
.uk-nav-header {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	font-weight: 600;
}
#pageHeader {
	display: flex;
	flex-direction: column-reverse;
	@media (min-width: 768px) {
		justify-content: space-between;
		align-items: center;
		flex-direction: unset;
		margin-bottom: 1.5rem;
	}
	&.has-sticky {
		@media (max-width: 767px) {
			h1 {
				margin-top: 60px;
			}
		}
	}
	
	#servicioSelectMyTab {
		@media (max-width: 767px) {
			width: 100vw;
		}
	}
}

#dropdownServicioContainer {
	/*@media (max-width: 767px) {
		position: fixed;
		z-index: 999;
	}*/
	.dropdown-toggle-servicio {
		margin: -1.5rem 0 20px -12px;
		padding-left: 12px;
		padding-right: 12px;
		/*width: 100vw;*/
		text-align: left;
		border-radius: 0;
		border: 0;
		background-color: white;
		display: flex;
		align-items: center;
		gap: 20px;
		justify-content: space-between;
		box-shadow: var(--bs-box-shadow-sm);

		@media (min-width: 768px) {
			margin: unset;
			padding-left: 20px;
			padding-right: 20px;
			width: fit-content;
			border-radius: 10px;
			box-shadow: var(--bs-box-shadow-sm);
			/*text-align: right;*/
		}
	}
	.dropdown-menu {
		--bs-dropdown-min-width: 20rem;
		--bs-dropdown-link-active-bg: #ced4da;
		--bs-dropdown-link-hover-bg: #ced4da;
	}
	#servicioButtonContent {
		div {
			line-height: 1.3em;
		}
	}
}

.logo-menu {
	max-width: 200px;
	width: 100%;
	height: auto;
}

.text-naranja {
    color: #ff6600; /* Hex, RGB o nombre de color */
}

#dropdownServicioContainer2 .dropdown-toggle-servicio {
	margin: 0;
	padding: 10px 20px;
	width: 100%;
	border-radius: 10px;
	border: 0;
	background-color: white;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	box-shadow: var(--bs-box-shadow-sm);
	text-align: left;
}

#dropdownServicioContainer2 .dropdown-menu {
	--bs-dropdown-min-width: 20rem;
	--bs-dropdown-link-active-bg: #ced4da;
	--bs-dropdown-link-hover-bg: #ced4da;
}

#dropdownServicioContainer2 #servicioButtonContent div {
	line-height: 1.3em;
}

.btn-inactivo {
	pointer-events: none;
	cursor: default;
	opacity:.4;
}

.btnPagar {
	min-height: 3rem;
}