body {

    color: rgb(255 255 255 / 70%);
	background-color: #151313;
 }

 .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb(255 255 255);
}

a {
	color: #fff;
	text-decoration: underline
}
a:hover {
	color: #fff
}


.table {
	--bs-table-bg: transparent;
	--bs-table-striped-color: rgb(255 255 255 / 85%);
	--bs-table-striped-bg: rgb(255 255 255 / 12%);
	--bs-table-active-color: rgb(255 255 255 / 27%);
	--bs-table-active-bg: rgb(255 255 255 / 10%);
	--bs-table-hover-color: rgb(255 255 255);
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: rgb(255 255 255 / 85%);
	vertical-align: top;
	border-color: rgb(255 255 255 / 15%);
}


.table-light {
    --bs-table-bg: rgb(255 255 255 / 40%);
    color: #fff;
	border-color: rgb(255 255 255 / 15%)
}

.table.dataTable.table-striped > tbody > tr.odd > * {	
box-shadow:	inset 0 0 0 9999px rgb(255 255 255 / 15%);
}


div.dataTables_wrapper div.dataTables_length select {
	background-color: #ffffff4d !important;
}


.table.table-bordered.dataTable {
	border: 1px #fff !important;
	vertical-align: middle;
	background-color: #1fa2e2;
	text-align-last: center;
}

.form-control {
	color: #ffffff;
	background-color: rgb(0 0 0 / 15%);
	border: 1px solid rgb(255 255 255 / 15%);
}


.form-control:focus {
    color: #fff;
	background-color: rgb(0 0 0 / 20%);
	border-color: 1px solid rgb(255 255 255 / 15%);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.form-control:disabled,
.form-control[readonly] {
	background-color: rgb(233 236 239 / 22%);
}


.form-select {
    color: #000;
}

.form-select:focus {
    border-color: rgb(255 255 255 / 35%);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.form-select option {
	/*background-color: #171717;*/
	background-color: #73b3ff !important;
}

.form-check-input {
   /* background-color: rgb(255 255 255 / 15%);*/
    border: 1px solid rgb(255 255 255 / 15%);
}

.form-check-input:focus {
    border-color: rgb(255 255 255 / 15%);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.form-check-input:checked {
	/*background-color: rgb(255 255 255 / 15%);*/
	border-color: rgb(255 255 255 / 15%);
}

.input-group-text {
    color: #ffffff;
    background-color: rgb(0 0 0 / 20%);
	border: 1px solid rgb(255 255 255 / 20%);
}

.btn-light {
	color: #fff;
	background-color: rgb(255 255 255 / 15%);
	border-color: rgb(255 255 255 / 50%);
}
	.btn-light:hover {
		color: #fff;
		background-color: rgb(61 207 255 / 100);
		border-color: rgb(0 0 0);
		/*border-color: rgb(255 255 255 / 40%);*/
	}

.card {
	background-color: #02808a;
	box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12);
	margin-bottom: .5rem;
	/*border: 1px solid #ffffff42;*/
	border: 1px solid #fff;
}

.card-footer {
    border-top: 1px solid rgba(255, 255, 255, .125)
}


.accordion-item {
    background-color: rgb(255 255 255 / 12%);
    border: 1px solid rgb(255 255 255 / 12%);
}

.accordion-button {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .125);
    background-color: rgb(255 255 255 / 12%);
}

.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: rgb(255 255 255 / 15%);
}

.accordion-button:focus {
    border-color: #fff;
	box-shadow: 0 0 0 .25rem rgba(225, 225, 225, .25)
}

.breadcrumb-item.active {
	color: #ffffff
}

.page-link {
    color: #ffffff;
    background-color: rgb(255 255 255 / 15%);
	border: 1px solid rgb(255 255 255 / 15%);
}

.page-link:hover {
    color: #fff;
	background-color: rgb(0 0 0 / 25%);
	border-color: rgb(255 255 255 / 15%);
}

.page-link:focus {
    color: #fff;
	background-color: rgb(0 0 0 / 20%);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.page-item.active .page-link {
    color: #fff;
	background-color: rgb(0 0 0 / 20%);
	border-color: rgb(255 255 255 / 15%);
}

.page-item.disabled .page-link {
    color: #ffffff;
	background-color: rgb(255 255 255 / 42%);
	border-color: rgb(255 255 255 / 15%);
}

.alert {
    background-color: rgb(0 0 0 / 15%);
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)
}

.progress {
    background-color: rgb(255 255 255 / 15%);
}

.progress-bar {
    color: #fff;
    background-color: #ffffff;
}

.list-group-item {
    color: rgba(255, 255, 255, 0.85);
    background-color: rgb(255 255 255 / 12%);
	border: 1px solid rgb(255 255 255 / 12%);
}

.modal-content {
    background-color: #171717;
    border: 1px solid rgba(255, 255, 255, .2);
}

.modal-header {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.modal-footer {
    border-top: 1px solid rgb(255 255 255 / 15%);
}

.border {
	border: 1px solid rgb(255 255 255 / 15%)!important
}

.border-top {
	border-top: 1px solid rgb(255 255 255 / 15%)!important;
}

.border-end {
	border-right: 1px solid rgb(255 255 255 / 15%)!important;
}
.border-bottom {
	border-bottom: 1px solid rgb(255 255 255 / 15%)!important;
}
.border-start {
	border-left: 1px solid rgb(255 255 255 / 15%)!important;
}

.text-light {
	color: #f8f9fa!important
}
.text-light-1 {
	color: rgba(255,255,255,.125)!important
}
.text-light-2 {
    color: rgba(255, 255, 255, 0.70)!important;
}
.text-light-3 {
    color: rgba(255, 255, 255, 0.50)!important;
}
.text-light-4 {
    color: rgba(255, 255, 255, 0.20)!important;
}

.bg-light {
	background-color: rgb(255 255 255 / 15%)!important;
}

.bg-body {
	background-color: rgb(255 255 255 / 15%)!important;
}


.dropdown-menu {
    color: #ffffff;
    background-color: #1e1e1e;
    border: 1px solid rgba(0, 0, 0, .15);
    top: 100%;
	right: 0;
}


.dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, .15)
}


.dropdown-item {
    color: rgb(255 255 255 / 85%);
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .15)
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd
}


/*Custome//////////////////*/

.form-control option {
	/*background-color: #171717;*/
	background-color: #73b3ff !important;
}


.Enterdata  {
	width: 80px; 
	text-align: center;
	background-color: rgb(255 255 255 / 50%);
	border-radius: .2rem;
	border: 1px solid #fff;
}


.sizesm {
	height:25px !important;
}

.imgCat {
	width: 45px;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #fff !important; 
}
	.imgCat.selected {
		border: 2px solid blue !important; /* Cambia el borde de la imagen seleccionada */
		opacity: 0.5; /* Reduce la opacidad para indicar selección */
		
	}




/* Tablet en orientación vertical (768px a 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.container {
		padding: 15px;
	}
	/* Otros estilos específicos para tabletas */
}

/* Smartphone en orientación vertical (menos de 768px) */
@media only screen and (max-width: 767px) {
	.container {
		padding: 10px;
		font-size: 14px;
	}

	.img-fluid {
		max-height: 775px;
		max-width: 75px;		
		object-fit: cover;
		border-radius: 10px;
		border: solid 3px #25b31a;
	}
	.imgCat {
		width: 80px;
		height: 80px;
		border-radius: 5px;
		border: 1px solid #fff !important;
	}
	h1{
		text-align:left;
	}

	.menu {
		display: block;
		font-size: 16px;
	}
}

/* Pantallas pequeñas (menos de 576px) */
@media only screen and (max-width: 576px) {
	.container {
		padding: 5px;
	}



	h1 {
		font-size: 1.3em;
	}

}
