/* _content/Presentation/Views/Auth/Login.cshtml.rz.scp.css */
button[b-6k70ypn4m4] {
	height: 50px !important;
	font-size: 18px;
	transition: all 0.3s ease;
}

button:hover[b-6k70ypn4m4] {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-box[b-6k70ypn4m4] {
	width: 550px;
	border-radius: 20px;
	background: linear-gradient(to bottom right, #ffffff, #f8f9fa);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.box-container[b-6k70ypn4m4] {
	width: 1200px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 30px !important;
	max-height: 770px;
	padding: 2rem;
	box-shadow: 0 15px 30px rgba(108, 117, 125, 0.3);
}

.welcome-section[b-6k70ypn4m4] {
	width: 60%;
	padding: 2rem;
}

.welcome-image[b-6k70ypn4m4] {
	width: 400px;
	animation: float-b-6k70ypn4m4 6s ease-in-out infinite;
}

.password-container[b-6k70ypn4m4] {
	position: relative;
}

.password-toggle[b-6k70ypn4m4] {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #6c757d;
	transition: color 0.3s ease;
}

.password-toggle:hover[b-6k70ypn4m4] {
	color: #0d6efd;
}

.form-floating>.form-control:focus~label[b-6k70ypn4m4],
.form-floating>.form-control:not(:placeholder-shown)~label[b-6k70ypn4m4] {
	color: #0d6efd;
	opacity: 0.8;
}

.form-control:focus[b-6k70ypn4m4] {
	border-color: #0d6efd;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

footer[b-6k70ypn4m4] {
	position: fixed;
	bottom: 0;
	width: 100%;
}

html[b-6k70ypn4m4],
body[b-6k70ypn4m4] {
	margin: 0;
	padding: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #f8f9fa;
}

#login[b-6k70ypn4m4] {
	height: 95vh;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	animation: fadeIn-b-6k70ypn4m4 0.8s ease-in-out;
}

.alert-danger[b-6k70ypn4m4] {
	position: fixed;
	top: 20px;
	right: 20px;
	min-width: 300px;
	z-index: 1000;
	animation: slideIn-b-6k70ypn4m4 0.5s ease-out;
}

.alert-success[b-6k70ypn4m4] {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

@keyframes fadeIn-b-6k70ypn4m4 {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes float-b-6k70ypn4m4 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes slideIn-b-6k70ypn4m4 {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@media (max-width: 1200px) {
	.box-container[b-6k70ypn4m4] {
		width: 95%;
		flex-direction: column;
	}

	.welcome-section[b-6k70ypn4m4],
	.form-box[b-6k70ypn4m4] {
		width: 100%;
	}

	.welcome-image[b-6k70ypn4m4] {
		width: 300px;
	}
}
/* _content/Presentation/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

#main[b-gwyn2hk7aw]{
  width: 100% !important;
  height: 100vh !important;
}


a.navbar-brand[b-gwyn2hk7aw] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-gwyn2hk7aw] {
  color: #0077cc;
}


.nav-pills .nav-link.active[b-gwyn2hk7aw], .nav-pills .show > .nav-link[b-gwyn2hk7aw] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-gwyn2hk7aw] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-gwyn2hk7aw] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-gwyn2hk7aw] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-gwyn2hk7aw] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-gwyn2hk7aw] {
  position: absolute;
  bottom: 0;
 
  /*height: 40px;*/
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  animation: fadeIn-b-gwyn2hk7aw 0.8s ease-in-out;

}

.footer .container[b-gwyn2hk7aw]{
  padding: 0 !important;
}

@keyframes fadeIn-b-gwyn2hk7aw {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* _content/Presentation/Views/Shared/_Sidebar.cshtml.rz.scp.css */
a:hover[b-lmg9lsvq6b] {
	color: var(--secondary-color) !important;
}

#sidebar[b-lmg9lsvq6b] {
	position: fixed;
	left: 0;
	height: 100vh;
	width: 60px;
	transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	animation: fadeIn-b-lmg9lsvq6b 0.8s ease-in-out;
	overflow-x: hidden;
	z-index: 1030;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#sidebar:hover[b-lmg9lsvq6b] {
	width: 250px;
}

.sidebar-text[b-lmg9lsvq6b],
.text-muted[b-lmg9lsvq6b],
hr[b-lmg9lsvq6b] {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease;
	white-space: nowrap;
}

#sidebar:hover .sidebar-text[b-lmg9lsvq6b],
#sidebar:hover .text-muted[b-lmg9lsvq6b],
#sidebar:hover hr[b-lmg9lsvq6b] {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.1s;
}

#sidebar:hover .sidebar-section-header[b-lmg9lsvq6b] {
	display: block !important;
}

.nav-link[b-lmg9lsvq6b] {
	border-radius: 8px;
	margin-bottom: 0;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	white-space: nowrap;
	padding: 0.5rem;
	justify-content: center;
}

#sidebar:hover .nav-link[b-lmg9lsvq6b] {
	padding: 0.5rem 1rem;
	justify-content: flex-start;
	margin-bottom: 0.25rem;
}

.nav-link:hover[b-lmg9lsvq6b] {
	background-color: rgba(255, 255, 255, 0.1);
	transform: translateX(5px);
}

.nav-link.active[b-lmg9lsvq6b] {
	background-color: rgba(255, 255, 255, 0.2) !important;
}

.nav-link i[b-lmg9lsvq6b] {
	font-size: 1.2rem;
	min-width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar-section[b-lmg9lsvq6b] {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}

#sidebar:hover .sidebar-section[b-lmg9lsvq6b] {
	margin-bottom: 1.5rem;
}

.sidebar-section small[b-lmg9lsvq6b] {
	font-size: 0.75rem;
	letter-spacing: 0.5px;
	margin-bottom: 0.5rem;
	height: 0;
	overflow: hidden;
}

#sidebar:hover .sidebar-section small[b-lmg9lsvq6b] {
	height: auto;
}

.nav-item.mb-2[b-lmg9lsvq6b],
li.sidebar-section[b-lmg9lsvq6b] {
	margin-bottom: 0 !important;
}

#sidebar:hover .nav-item.mb-2[b-lmg9lsvq6b],
#sidebar:hover li.sidebar-section[b-lmg9lsvq6b] {
	margin-bottom: 0.5rem !important;
}

#logout[b-lmg9lsvq6b] {
	margin-top: auto;
	padding: 0.5rem 0;
}

#sidebar:hover #logout[b-lmg9lsvq6b] {
	padding: 1rem 0;
}

#logout hr[b-lmg9lsvq6b] {
	opacity: 0.1;
	margin: 0;
	height: 0;
}

#sidebar:hover #logout hr[b-lmg9lsvq6b] {
	margin: 1rem 0;
	height: 1px;
}

#logout .nav-link:hover[b-lmg9lsvq6b] {
	color: #dc3545 !important;
	background-color: rgba(220, 53, 69, 0.1);
}

@keyframes fadeIn-b-lmg9lsvq6b {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@media (max-width: 768px) {
	#sidebar[b-lmg9lsvq6b] {
		width: 70px;
	}

	#sidebar:hover[b-lmg9lsvq6b] {
		width: 250px;
	}
}
/* _content/Presentation/Views/Shipping/List.cshtml.rz.scp.css */
/*.custom-table tbody tr:hover {*/
/*    transform: scale(1.02);*/
/*    background-color: #eb0f0f;*/
/*}*/

td[b-z2qf76o3ir] {
	border-bottom-width: 0;
	font-size: medium;
	text-align: center;
}

th[b-z2qf76o3ir] {
	border-bottom-width: 2px;
	border-color: var(--secondary-color) !important;
	text-align: center;
}

th>a[b-z2qf76o3ir] {
	width: 80px !important;
}

i[b-z2qf76o3ir] {
	width: 20px !important;
}



tbody>tr[b-z2qf76o3ir] {
	margin-top: 20px !important;
}

.table-container[b-z2qf76o3ir] {
	max-height: 100vh;
	/* Puedes ajustar este valor según lo que necesites */
	max-width: 100%;
	overflow-y: auto;
	
	/* Opcional: para que se vea delimitado */
}
/* _content/Presentation/Views/Shipping/Tracking.cshtml.rz.scp.css */

/*Removes the arrows on de right side */
input[type="number"][b-nwyeekn7e5]::-webkit-outer-spin-button,
input[type="number"][b-nwyeekn7e5]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"][b-nwyeekn7e5] {
    -moz-appearance: textfield;
}



img[b-nwyeekn7e5]{
    width:450px;
}

h1[b-nwyeekn7e5],h2[b-nwyeekn7e5]{
    color:var(--secondary-color);
}


.process[b-nwyeekn7e5]{
    color:var(--primary-color);
}

.finish[b-nwyeekn7e5]{
    color:green;
}

.content-container[b-nwyeekn7e5]{
    gap: 20px;
    height: 400px;
    width: 700px;
    margin-top:100px !important;
    border-radius: 10px;
    border:3px solid grey;
    animation: fadeIn-b-nwyeekn7e5 0.8s ease-in-out;
}

@keyframes fadeIn-b-nwyeekn7e5 {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* _content/Presentation/Views/User/Dashboard.cshtml.rz.scp.css */
#dashboard[b-ad42kpr8zq] {
	width: 100%;
	height: 100vh;
	flex-direction: column;
	animation: fadeIn-b-ad42kpr8zq 0.8s ease-in-out;

}

p[b-ad42kpr8zq] {
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	text-align: center;
	color: var(--secondary-color);
	font-weight: bold;

}

img[b-ad42kpr8zq] {
	animation: movement-b-ad42kpr8zq 2s ease-in-out infinite !important;
	filter: drop-shadow(5px 5px 10px rgb(0, 0, 0, 0.3));
}


@keyframes glow-b-ad42kpr8zq {
	0% {
		text-shadow: 0 0 10px rgba(0, 191, 255, 0.8),
			0 0 20px rgba(0, 191, 255, 0.6),
			0 0 30px rgba(0, 191, 255, 0.4);
	}

	100% {
		text-shadow: 0 0 20px rgba(0, 191, 255, 1),
			0 0 30px rgba(0, 191, 255, 0.8),
			0 0 40px rgba(0, 191, 255, 0.6);
	}
}



@keyframes fadeIn-b-ad42kpr8zq {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes movement-b-ad42kpr8zq {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(30px);
	}

	100% {
		transform: translateY(0px);
	}
}
/* _content/Presentation/Views/User/Users.cshtml.rz.scp.css */
/*.custom-table tbody tr:hover {*/
/*    transform: scale(1.02);*/
/*    background-color: #eb0f0f;*/
/*}*/

td[b-qbsa8plqk8] {
	border-bottom-width: 0;
	font-size: medium;
}

th[b-qbsa8plqk8] {
	border-bottom-width: 2px;
	border-color: var(--secondary-color) !important;
}

th>a[b-qbsa8plqk8] {
	width: 80px !important;
}



tbody>tr[b-qbsa8plqk8] {
	margin-top: 20px !important;
}

.table-container[b-qbsa8plqk8] {
	max-height: 100vh;
	/* Puedes ajustar este valor según lo que necesites */
	max-width: 100%;
	overflow-y: auto;

	/* Opcional: para que se vea delimitado */
}
