.text-gray-900 {  --tw-text-opacity: 1;  color: rgb(17 24 39 / var(--tw-text-opacity)); }
.p-2 {  padding: 0.5rem;}
.bg-gray-100 {  --tw-bg-opacity: 1;  background-color: rgb(243 244 246 / var(--tw-bg-opacity));}
.border-0 {  border-width: 0px;}
.rounded-md {  border-radius: 0.375rem;}
.mb-4 {  margin-bottom: 1rem;}
button, select {  text-transform: none;}

.items-center {
  align-items: center;
}

.max-w-xs { max-width: 20rem; }
.w-full { width: 100%; }
.grid { display: grid; }

.text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity)); }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.bg-white {  --tw-bg-opacity: 1;  background-color: rgb(255 255 255 / var(--tw-bg-opacity));  }
.border-blue-300 { --tw-border-opacity: 1; border-color: rgb(147 197 253 / var(--tw-border-opacity)); }
.border {border-width: 1px;}
.rounded-md {border-radius: 0.375rem;}
.w-full {width: 100%;}
.flex {display: flex;}

.Centrado
{
  display: flex!important;
  justify-content: center!important;
}
.form-control {
  margin: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(5, 5, 5, 0.106);
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 25px;
  border-radius: 8px;
  border-radius: 0.5rem !important;
}
.title {
  font-size: 28px;
  font-weight: 800;
}
.input-field {
  position: relative;
  width: 100%;
}


.input {
  margin-top: 15px;
  width: 100%;
  outline: none;
  border-radius: 8px;
  height: 36px;
  border: 1.5px solid #ecedec;
  background: transparent;
  padding-left: 10px;
  box-shadow: 0 5px 10px rgba(145, 145, 145, 0.2);
}
.input:focus {
  border: 1.5px solid #2d79f3;
}
.input-field .label {
  position: absolute;
  top: 25px;
  left: 15px;
  color: #ccc;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.input-field .input:focus ~ .label,
.input-field .input:valid ~ .label {
  top: 5px;
  left: 5px;
  font-size: 12px;
  border-radius: 8px;
  color: #2d79f3;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}

.select {
  margin-top: 15px;
  width: 100%;
  outline: none;

  border-color: #dadada !important;
  border-radius: 8px;
  height: 45px;
  border: 1.5px solid #ecedec;
  background: transparent;
  padding-left: 10px;
  box-shadow: 0 5px 10px rgba(145, 145, 145, 0.2);
}

.select-field {
  margin-top: 15px;
  width: 95%;
  outline: none;
  height: 45px;
}

.select-field .label {
  position: absolute;
  top: 5px;
  left: 38px;
  color: #2d79f3;
  background-color: #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 2;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;  
}


.input-field .select:valid ~ .label {
  top: 5px;
  left: 5px;
  font-size: 12px;
  border-radius: 8px;
  color: #2d79f3;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}


.file {
  margin-top: 15px !important;
  margin: 15px 0 0 0 !important;
  width: 100%;
  outline: none;
  border-color: #dadada !important;
  border-radius: 8px;
  height: 45px;
  border: 1.5px solid #ecedec;
  background: transparent;
  padding-left: 10px;
  box-shadow: 0 5px 10px rgba(145, 145, 145, 0.2);
}

.input-field .file:valid ~ .label {
  top: -12px;
  left: 5px;
  font-size: 12px;
  border-radius: 8px;
  color: #2d79f3;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}

.button--wrap
{
  display: flex!important;
  justify-content: center!important;
  width: 95%;  
}

.Btn-Extra
{
  margin-top: 20px;
  height: 37px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 12px;
  border: 0;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
  cursor: pointer;
  width: 100%;  
}


.submit-btn {
  background: #f2f2f2;
  color: #ffffff !important;
  background: linear-gradient(180deg, #363636 0%, #1b1b1b 50%, #000000 100%);
  box-shadow: 0px 0px 0px 0px #ffffff, 0px 0px 0px 0px #000000;
}
.submit-btn:hover {
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #0000003a;
}

.BtCancel
{
  background: #f2f2f2;
  color: #ffffff !important;
  background: linear-gradient(180deg, #fa9090 0%, #fe3737 50%, #FF0000 100%);
  box-shadow: 1px 2px 10px 4px #717171, 0px 0px 0px 0px #505050;
}

.BtCancel:hover {
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ff00003a;
}

.BtBlue 
{
  background: #f2f2f2;
  color: #ffffff !important;
  background: linear-gradient(180deg, #afd3fd 0%, #1e76fa 50%, #0252db 100%);
  box-shadow: 1px 2px 10px 4px #717171, 0px 0px 0px 0px #3a3a3a;
}

.BtBlue:hover {
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #093ece9f;
}

.bt-red-danger
{
  font-size:16px;
  color: #ffffff !important;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 4px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: linear-gradient(180deg, #fdafaf 0%, #f84b4b 50%, #ff0000 100%);
  box-shadow: 1px 2px 10px 2px #A1A1A1, 0px 0px 0px 0px #BaBaBa;
}

.bt-red-danger:hover {
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ff00009f;
}




.BtLila 
{
  background: #f2f2f2;
  color: #ffffff !important;
  background: linear-gradient(180deg, #cc90fa 0%, #a837fe 50%, #6702c0 100%);
  box-shadow: 1px 2px 10px 4px #717171, 0px 0px 0px 0px #422c49;
}

.BtLila:hover {
  box-shadow: 0px 0px 0px 2px #f5d2ff, 0px 0px 0px 4px #bf00ffa1;
}

.BtWhite 
{
  background: #f2f2f2;
  color: #050505 !important;
  background: linear-gradient(180deg, #ababab 0%, #d0d0d0 50%, #ffffff 100%);
  box-shadow: 1px 2px 10px 4px #9b9b9b, 0px 0px 0px 0px #bebebe;
}

.BtWhite:hover {
  box-shadow: 0px 0px 0px 2px #d7d7d7, 0px 0px 0px 4px #727272a1;
}

/* ================= contenedor  ==================== */
.ui-content
{
  padding: 10px 15px 0px 15px;
}
.ui-content
{
  border-width: 0;
  overflow: visible;
  overflow-x: visible;
  overflow-x: hidden;
  padding: 1em;
}

.ui-mobile fieldset
{
  display: table-column;
  vertical-align: middle;
}

.ui-grid-a > .ui-block-a, .ui-grid-a > .ui-block-b
{
  width: 50%;
}
.ui-block-a
{
  clear: left;
}

grid-a > .ui-block-b
{
  width: 50%;
}

.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e
{
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.fa   {  font-size:12px;text-align: center; color:#1e76fa; }
.fa-2x{  font-size:24px;text-align: center; color:#1e76fa; }
.fa-3x{  font-size:36px;text-align: center; color:#1e76fa; }

.IcoRed
{  
  color:#ff0000;
  margin-right: 15px;
}

.IcoBlue
{  
  color:#026f02;
  margin-right: 15px;
}

.IcoGreen
{
  color:#0000ff;
  margin-right: 15px;
}


.dropdown ul{
  text-align: center;
  display: none;
  /*display:block;*/
  list-style: none;
  position: absolute;
  /*position: relative;*/
  left: 0;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  transition: height 0.3s ease;
}

.dropdown:hover ul 
{
  text-align: center;
  display: grid;
  padding: 10px;
  list-style: none;

  top: -30%;
  border-radius: 10px;
  border: 6px solid transparent;

  border-bottom: 0;
  margin: 0 0 0 10px;
  box-shadow: 14px 14px 20px 0 rgba(20, 20, 20, 0.2);
}

.dropdown li
{
  width: 24px;
  height: 24px;
}


.dropdown li:hover 
{
  text-align: center;
  background-color: #eee;  
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  
}

.dropdown a 
{
  width: 90%;
  margin-bottom: 2px;
  margin-left: 7px;
  margin-top: 2px;
  /*box-shadow: 0 0 1px 1px rgba(20, 20, 20, 0.25);*/
}

.card {
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}


/* =============  Dialog ================= */
#DlgSelectMunicipio {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#modalUbicacion
{
  background-color: #252525bd;
}







/* =============  Menu inv ================= */
.z-999 {
  z-index: 999;
}
.absolute {
  position: absolute;
}
.left-0 {
  left: 0;
}
.mh2 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mt2 {
  margin-top: 0.25rem;
}
.shadow-4 {
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}
.br2 {
  border-radius: 0.25rem;
}
.b--muted-4 {
  border-color: #e3e4e6;
}
.ba {
  border-style: solid;
  border-width: 1px;
}

svg:not(:root) {
  overflow: hidden;
}


.c-on-base {
  color: #3f3f40;
}
.mh2 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

svg:not(:root) {
  overflow: hidden;
}


user agent stylesheet
svg:not(:root) {
  overflow-clip-margin: content-box;
  overflow: hidden;
}

.h-100 {
  height: 100%;
}
.justify-center {
  -webkit-box-pack: center;
  justify-content: center;
}
.items-center {
  -webkit-box-align: center;
  align-items: center;
}
.flex {
  display: -webkit-box;
  display: flex;
}
.ph3 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.input-group-text 
{
  padding: 0.3rem 0.3rem;
  background-color: #ffffff00 !important;
  border: 0px solid #ffffff !important;
  border-radius: 0.9525rem;
}

/* Fomr de calificacion */
.modal-dialog
{
  max-width: 86% !important;
}

.form-outline
{
  margin-left: -16px !important;
  margin-right: 16px !important;
}

label {
  display: flex;
  align-items: center;
}

span::after {
  padding-left: 3px;
}

input:invalid + span::after 
{
  color: #F00;
  content: "✖";
}

input:valid + span::after 
{
  color: #0F0;
  content: "✓";
}

.InputFecha
{
  margin-top: 15px;
  width: 100%;
  outline: none;
  border-radius: 8px;
  height: 45px;
  border: 1.5px solid #ecedec;
  background: transparent;
  padding-left: 10px;
  box-shadow: 0 5px 10px rgba(145, 145, 145, 0.2);
}

.labelInputFecha{
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  border-radius: 8px;
  color: #2d79f3;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}