body {
	font-family: "Montserrat",system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.font-default {
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans";
}
.header {
	background-color: #b71b1c;
	/*height: 90px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;*/
	display: flex;
	align-items: center;
	padding: 0px 30px;
}
.header img {
	width: 80px;
}
.footer {
	background-color: #b71b1c;
	height: 60px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0px 30px;
}
.login-form {
	background-color: #E5E5E5;
	border-radius: 10px;
	padding: 20px;
}
.btn-ingresar {
	background-color: #b71b1c;
	font-size: 26px;
	border-radius: 10px;
}
.btn-ingresar:hover {
	background-color: #811313;
}
.enlaces {
	color: #1D71B8;
	font-size: 13px;
}
.enlaces:hover {
	color: #144b79;
}
.no-registro {
	font-size: 13px;
}
.input-nuevo {
	border-radius: 10px;
	border: 1px solid #706f6f;
}
.btn-soporte {
	border-radius: 10px;
}
.btn-soporte p:first-child {
	font-size: 13px;
}
.btn-soporte p {
	font-size: 18px
}
.btn-soporte a {
	color: #ffffff;
	
}
.btn-soporte:hover, .btn-soporte a:hover {
	color: #811313!important;
	background-color: #f2f2f2;
	transition: .3s all;
}
.alibot {
	width: 70%;
}

/* Registrate - Dashboard */
#bg-content {
	background-color: #d9d9d9;
}
.section-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content-br {
	border-radius: 10px;
}
.title-content {
	border-bottom: 2px solid #b71b1c;
    width: 100%;
}
.btn-secondary-nuevo {
	border-radius: 10px;
	font-size: 22px;
}
.btns_formularios button {
	font-size: 22px;
}
.aceptar-termino {
	font-size: 13px;
}

.select-box select {
	background: transparent;
}
  
.select-box {
    background: url("../img/icons/arrow.png") no-repeat right #ffffff;
    background-size: 13px 8px; /* Ajusta el tamaño de la flecha según sea necesario */
    background-position: right 10px center;
}

.input-lupa {
	background: url('../img/icons/lupa.png') no-repeat right center;
	background-size: 18px 18px;
	background-position: right 10px center;
}

.box-input-icon i {
	color: #b71b1c;
	border: 1px solid #b71b1c;
	border-radius: 3px;
}
.input-icon {
	position: absolute;
	right: 16px;
	top: 65%;
    transform: translateY(-45%);
	cursor: pointer;
}
.input-icon img {
	width: 22px;
	height: 22px;
}
.form-check-input:checked {
	background-color: #b71b1c;
	border-color: #b71b1c;
}

/* Contenido */
.btns-subheader img {
    width: 30px;
    height: 28px;
}

.btns-subheader img.icon-campana {
    height: 34px;
}
.img-user .avatar {
	background-color: #b71b1c;
	border-radius: 50%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
}
.img-user .avatar img {
	border-radius: 50%;
	object-fit: cover;
}
.info-user .user-name {
	color: #767676;
}
.info-user .company {
	color: #B3B3B3
}
.btn-menu {
	display: none;
}

.menu-opciones img {
	width: 35px;
}

.menu-opciones .nav-link {
	background-color: #b71b1c;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 5px 10px!important;
}
.menu-opciones .nav-link:hover {
    background-color: #811313;
}
.menu-opciones .nav-link.activo {
	background-color: #ffffff!important;
	color: #b71b1c!important;
}
.icon-table {
	font-size: 13px
}
.size-btn-modal {
	font-size: 16px
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
	height: 50px;
}
.colo_icon {
	color: #b71b1c;
}

#myTable {
	font-size: 13px;
}

.dataTables_paginate .previous, .dataTables_paginate .next {
	display: none;
}

/* Estilo para el contenedor de contenido de pestañas */
.tab-content-container {
	margin-top: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Flecha encima del contenedor apuntando hacia arriba */
.nav-tabs .nav-item .nav-link.active::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(484%);
	border-width: 0 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent white transparent;
	z-index: 1;
}

/* Agregar un borde más claro a la flecha para que coincida con el contenedor */
.nav-tabs .nav-item .nav-link.active::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%) translateY(464%);
	border-width: 0 11px 11px 11px;
	border-style: solid;
	border-color: transparent transparent #cccccc transparent;
	z-index: 0;
}

/* Estilos adicionales para la apariencia */
.nav-tabs .nav-item {
	position: relative;
}

.nav-tabs .nav-link {
	border: none;
	position: relative;
}

.nav-tabs {
	border-bottom: none;
}

.resumen_pedido {
	font-size: 13px;
}

.modal_eliminar .texto_advertencia, .modal_eliminar .btn_grabar {
    font-size: 14px;
}

.dt-buttons {
	float: left;
	margin-bottom: 10px;
}
.dt-search {
	float: right;
	margin-bottom: 10px;
}
.dt-info {
	float: left;
	margin-top: 10px;
}
.dt-paging {
	float: right;
	margin-top: 10px;
}
.tabla_solicitudes {
	font-size: 13px;
}
.eliminar_flecha_Select {
	-webkit-appearance: none; /* Para navegadores basados en WebKit */
	-moz-appearance: none;    /* Para Firefox */
	appearance: none;         /* Para navegadores que soportan la propiedad estándar */
	background: none;         /* Opcional: Elimina el fondo de la flecha */
	pointer-events: none;
}

.table-custom th, .table-custom td {
	text-align: center;
	vertical-align: middle;
}

.table-custom thead th {
	color: #ffffff;
}

.table-custom .bg_verde {
	background-color: #4e6228
}
.table-custom .bg_azul {
	background-color: #366294
}
.table-custom .bg_celeste {
	background-color: #dae6f2
}

.table-custom {
	font-size: 13px;
}

.dropdown-divider {
    height: 1px;
    background-color: white; 
    margin: 0.5rem 0; 
}


.en-proceso {
    color: #FF6347; 
    font-weight: bold;
}


