.dark {
	color: #333 !important;
}
.white {
	color: #FFF !important;
}
.red {
	color: #DD5A43 !important;
}
.red2 {
	color: #E08374 !important;
}
.light-red {
	color: #FF7777 !important;
}
.blue {
	color: #478FCA !important;
}
.light-blue {
	color: #93CBF9 !important;
}
.green {
	color: #69AA46 !important;
}
.light-green {
	color: #B0D877 !important;
}
.orange {
	color: #FF892A !important;
}
.orange2 {
	color: #FEB902 !important;
}
.light-orange {
	color: #FCAC6F !important;
}
.purple {
	color: #A069C3 !important;
}
.pink {
	color: #C6699F !important;
}
.pink2 {
	color: #D6487E !important;
}
.brown {
	color: brown !important;
}
.grey {
	color: #777 !important;
}
.light-grey {
	color: #BBB !important;
}
.badge {
	font-weight: normal;
	padding: 5px;
	border-radius: 5px;
	font-size: 13px;
}
.badge-light-success {
	color: #4caf50;
	background-color: #f4fbdb;
}
.badge-light-primary {
	color: #4fc9da;
	background-color: #ddf8fc;
}
.badge-light-warning {
	color: #ff9800;
	background-color: #fdf4d6;
}
.badge-light-danger {
	color: #f06445;
	background-color: #fff0ed;
}
.btn-xs, .btn-group-xs>.btn {
	font-size: 12px;
	line-height: 1.5;
	top: 0;
	padding: 1px 5px;
	border-width: 1px;
	border-radius: 5px;
}
.valid-error-frontend {
	color: red;
	font-size: 100%;
}
.invalid-feedback {
	font-size: 100%;
}
.input-group-text {
	height: 34px;
}
.input-daterange .input-group-addon {
	width: auto;
	min-width: 41px;
	line-height: 1.42857143;
	text-shadow: 0 1px 0 #fff;
	border-width: 1px 0;
	margin-left: -5px;
	margin-right: -5px;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
/*-----Card------*/
.card {
	padding: 5px;
	box-shadow: none;
	background-color: #fff;
	border: 0 solid #edf2f9;
	border-radius: .375rem;
	border: 1px solid #F1F1F4;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
}
.card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #F1F1F4;
}
.card .card-footer {
	min-height: 70px;	
	border-top: 1px solid #F1F1F4;
	padding: 1rem 1.25rem;
	margin-bottom: 0;
	background-color: #fff;
}
.card-body {
	overflow: auto;
}
.card-toolbar {
	display: flex;
	justify-content: space-between; /* Distribuye los hijos a los extremos */
	align-items: center; /* Alinea verticalmente al centro */
	margin: 0.5rem 0;
}
.card-buttons {
	display: flex;	
}
.card-buttons-container {
	display: flex; /* Distribuye los botones de forma horizontal */
	gap: 10px; /* Espacio entre los botones */
}
.card-label {
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
.card-label-description {
	color: #667585;
}
@media (max-width: 768px) {
	.card-toolbar {
		flex-direction: column;
		align-items: stretch; 
	}
	.card-buttons-container {
		flex-direction: row;	
		width: 100%;
	}
	.card-buttons-container div:nth-child(1) {
		flex: 1;
	}	  	  
	.card-buttons-container div:nth-child(2) {
		flex: 0;
	}	  	  
	.card-buttons-container div:nth-child(3) {
		flex: 0;
	}
}
/*-----End card------*/

/*Table with dropdown*/
.table-responsive .dropdown, .table-responsive .btn-group, .table-responsive .btn-group-vertical {
    position: static;
}
.table thead th {
	color: #667585;
}
.table tbody td, .table thead th {
	border-bottom-style: dashed;
	font-size: 16px;
	color: #667585;
	padding: 11px 3px;
	vertical-align: middle;
}
/*-----------PAGINATION------------*/
.pagination {
	margin-bottom: 0;
}
.pagination>li>a {
	margin: 0 5px 0 5px;
	border-radius: 10px;
	background-color: #ecf2f7;
	color: #667585;
}
.page-link {
	color: #6e7176;
	border: none;
}
.page-link.disabled, .disabled>.page-link {
	color: grey;
}
.page-link:hover {
	color: #1f1e1e;
	border-color: #dee2e6;
	cursor: pointer;
}
.page-item:first-child .page-link {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.page-link.disabled, .disabled>.page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #ffffff;
	border-color: #dee2e6;
}
.pagination>li>a {
	margin: 0 5px;
	border-radius: 10px;
	background-color: #ecf2f7;
	color: #667585;
}
/*-----------FORMS------------*/
.form-control {
	appearance: auto;
}
.form-control.form-control-solid::placeholder {
	color: #99A1B7;
}
.form-label{
	font-weight: 500 !important;
	font-size: 14px;
	color: #071437;
}
.form-control, .form-select {	
    font-weight: 600;
    line-height: 1.5;        
    border: 1px solid #DBDFE9;
    border-radius: .475rem;
	font-size: 14px;
	padding: 7px 12px;
}
.form-control:focus, .form-select:focus {
    color: #212529;    
    border-color: #DBDFE9;
    box-shadow: none;
}
.form-control-solid, .form-select-solid {
    background-color: #F9F9F9;
    border-color: #F9F9F9;
    color: #4B5675;
    transition: color .2s ease;
}
.form-control-solid:active, .form-control-solid:focus, .form-select-solid:active, .form-select-solid:focus{
    background-color: #F1F1F4;
    border-color: #F1F1F4;
    color: #4B5675;
    transition: color .2s ease;
}
.form-control::placeholder {
	color: #99A1B7;
	opacity: 1
}
.form-control:disabled {
	color: #99A1B7;
	background-color: #F1F1F4;
	border: none;
	opacity: 1
}
.form-check-label{
	color: #252f4a;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
}

/*------------MODALS--------------*/
.modal-header {    
    border-bottom: 1px solid #F1F1F4;    
}
.modal-content {
	border-radius: 5px;
	background-clip: inherit;
	background-color: #ffffff;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    /*padding: 1.75rem;*/
}
.modal-footer {
    border-top: 1px solid #F1F1F4;;
	background-color: #ffffff;
}
.btn-close:focus {
	outline: 0;
	box-shadow: none;
	opacity: 1
}
/*------------DROPDOWN--------------*/
.dropdown-menu {
    border-radius: .475rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border: none;
}
.dropdown-menu li{
	padding: 1px 10px 0px 10px;
}
.dropdown-menu li button{
	color:#78829D;
	cursor: pointer;
    padding: 4px 8px;
	font-size: 14px;
	font-weight: 500;
}
.dropdown-menu li a{
	color:#78829D;
	cursor: pointer;
	padding: 4px 8px;
	font-size: 14px;
	font-weight: 500;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #2C9AFF;
    background-color: #F1FAFF;
    border-radius: 6px;
}

/*--------BUTTONS----------*/
.btn-primary{
	background: #009ef7;
    border: none 0 #009ef7;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:active{
	background-color: #0095e8 !important;    
}
.btn-success{
	background: #50cd89;
    border: none 0 #50cd89;
    color: #ffffff;
}
.btn-success:hover, .btn-success:active{
	background-color: #47be7d !important;    
}
.btn-warning{
	background: #ffc700;
    border: none 0 #ffc700;
    color: #ffffff;
}
.btn-warning:hover, .btn-warning:active{
	background-color: #f1bc00 !important;    
	color: #ffffff !important;
}
.btn-danger{
	background: #d9214e;
    border: none 0 #d9214e;
    color: #ffffff;
}
.btn-danger:hover, .btn-danger:active{
	background-color: #d9214e !important;    
	color: #ffffff !important;
}
.btn-dark{
	background: #1E2129;
    border: none 0 #1E2129;
    color: #ffffff;
}
.btn-dark:hover, .btn-dark:active{
	background-color: #111318 !important;    
	color: #ffffff !important;
}
.btn-info{
	background: #7239ea;
    border: none 0 #7239ea;
    color: #ffffff;
}
.btn-info:hover, .btn-info:active{
	background-color: #5014d0 !important;    
	color: #ffffff !important;
}
.btn-light{
	background: #e7e7e7;
    border: none 0 #e7e7e7;
    color: #888;
}
.btn-light:hover, .btn-light:active{   
	color: #888 !important;
}
.btn-group-sm>.btn, .btn-sm {
	border-width: 4px;
	font-size: 12px;
	line-height: 2;
}