/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[3]!./src/components/Navigation.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.Navigation_nav__D1U__ {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  display: flex;
  justify-content: space-around;
  padding: 12px 0 24px 0; /* Extra padding for iOS home indicator area */
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
  z-index: 50;
  border-top: 1px solid #F3F4F6;
}

.Navigation_navItem__gXr6E {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #9CA3AF;
  transition: all 0.2s;
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 12px;
}

.Navigation_caption__vDrtF {
  font-size: 11px;
  font-weight: 500;
}

.Navigation_active__g2eu3 {
  color: #EA580C; /* Matching the orange from the image */
  background-color: #FFF7ED; /* Light orange background for active tab */
}

.Navigation_active__g2eu3 .Navigation_caption__vDrtF {
  font-weight: 600;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[3]!./src/app/tramites/page.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.page_page__44EXG {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  background-color: #FFFDF9; /* Slightly warm off-white background matching the image */
  min-height: 100vh;
  padding-bottom: 100px;
}

/* App Bar */
.page_appBar__spnDH {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background-color: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #F3F4F6;
}

.page_userInfo__oH_AK {
  display: flex;
  align-items: center;
  gap: 12px;
}

.page_avatar__Nszb6 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
}

.page_userName__l6OBZ {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-container);
}

.page_bellButton__lYy0A {
  background: none;
  border: none;
  color: var(--primary-container);
}

/* Header */
.page_header__GmUpu {
  padding: 24px 20px 16px;
}

.page_title__D5qBe {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-container);
  margin-bottom: 8px;
}

.page_subtitle__PTC6W {
  font-size: 14px;
  color: #4B5563;
  line-height: 1.5;
}

/* Credencial Card */
.page_credencialWrapper__Xl6EE {
  padding: 0 20px;
  margin-bottom: 24px;
}

.page_credencialCard__VMHD9 {
  background: linear-gradient(135deg, #1f0046 0%, #3a0077 100%);
  border-radius: 16px;
  padding: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(58, 0, 119, 0.15);
}

.page_credHeader__yGbvE {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.page_credTitle__8A_m7 {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}

.page_credName__EAgJZ {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

.page_credDetails__N4sAc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page_credLabel__TxF6H {
  font-size: 12px;
  color: #E9D5FF;
}

.page_credNumber__a5mJj {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.page_credButton__BRQM_ {
  background-color: #FFA500;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.page_credWatermark__Cj7uD {
  position: absolute;
  right: -10px;
  top: 20px;
  opacity: 0.1;
  font-size: 120px;
  pointer-events: none;
}

/* Action Cards */
.page_actionGrid__mS0oU {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
  padding: 0 20px;
  margin-bottom: 24px;
}

.page_actionCard__f7zL7 {
  background: #FFF5EC; /* Slightly warm tint matching the image */
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  border: 1px solid #FCE7F3;
}

.page_actionIcon__X7qSU {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.page_iconOrange__EVXUB {
  background-color: #FFEDD5;
  color: #EA580C;
}

.page_iconPurple__66tlc {
  background-color: #F3E8FF;
  color: #7E22CE;
}

.page_actionTitle__O8r0a {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-container);
  margin-bottom: 8px;
}

.page_actionDesc__JUEKA {
  font-size: 13px;
  color: #4B5563;
  line-height: 1.4;
  margin-bottom: 16px;
  flex: 1 1;
}

.page_actionLink__1HVnn {
  font-size: 13px;
  font-weight: 600;
  color: #EA580C;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

/* History List */
.page_historySection__A3ilK {
  padding: 0 20px;
}

.page_historyHeader__yDH1u {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.page_historyTitle__pWgN1 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-container);
}

.page_viewAll__ktuIq {
  font-size: 14px;
  font-weight: 600;
  color: #EA580C;
  text-decoration: none;
}

.page_historyList__JxAqH {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page_historyItem__okanC {
  background: white;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.page_historyIconWrapper__P7N6G {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F8FAFC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748B;
}

.page_historyContent__DuohD {
  flex: 1 1;
}

.page_historyItemTitle__dOJzY {
  font-size: 15px;
  font-weight: 500;
  color: #1F2937;
  margin-bottom: 4px;
}

.page_historyItemDesc__KLmZu {
  font-size: 13px;
  color: #64748B;
}

.page_statusChip__yjJ_k {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.page_statusGreen__69nbs {
  background-color: #DCFCE7;
  color: #166534;
}

.page_statusOrange__xsBkV {
  background-color: #FEF3C7;
  color: #92400E;
}

/* FAB */
.page_fab__7F9Zh {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 56px;
  height: 56px;
  background-color: #FFA500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 4px 12px rgba(255, 165, 0, 0.3);
  border: none;
  z-index: 40;
  cursor: pointer;
}

