.error{
	color: red;
}

.bg-blue{
	height: 50px;
	width: 100%;
	/*background: rgb(35,20,85);
	background: linear-gradient(0deg, rgba(35,20,85,1) 0%, rgba(43,54,101,1) 100%);*/
	background: rgb(32,16,89);
	background: linear-gradient(0deg, rgba(32,16,89,1) 0%, rgba(49,27,124,1) 41%, rgba(49,27,124,1) 56%, rgba(32,16,89,1) 100%);
}

.login-top{
	top: 0;
	position: fixed;
}

.login-left{
	background: rgb(32,16,89);
background: linear-gradient(150deg, rgba(32,16,89,1) 0%, rgba(95,63,207,1) 100%); 
}

.login-bottom{
	bottom: 0;
	position: fixed;
}

.svg-container { 
	display: inline-block;
	position: relative;
	width: 50%;
	overflow: hidden; 
	float: right;
}

.limpiar{
	clear: both;
}

.content-gray{
	/*background-color: #F5F6F8;
	width: 100% !important;*/
}

.scrollable {
	max-height: 200px; /* Ajusta la altura máxima según tus necesidades */
	overflow-y: auto;
  }
  #loading-message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
  }

  .min-vtable{
  	min-height:350px !important;
  }
