/* Color variables */
:root {
  --canvas: #a7b1c1;
  --panel: #f3f6fb; 
  --ink: #0f172a; 
  --muted: #7b869a;
  --pill: #ffffff; 
  --primary-dark: #4154b9; 
}

/* Base layout */
html, body {
  height: 100%;
}

/* Modal styling */
.modal-backdrop.show {
  backdrop-filter: blur(2px);
}

.modal-modern .modal-content {
  border-radius: 20px;
  padding: 20px;
  background: var(--pill);
  border: none;
  box-shadow: 0px 8px 24px rgba(2, 6, 23, 0.18), 0 2px 6px rgba(2, 6, 23, 0.08);
}

.modal-modern .modal-header {
  border-bottom: none;
  padding: 0 0 15px 0;
}

.modal-modern .modal-title {
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
}

.btn-close-custom {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: #f5f7fb;
  color: #3b4354;
  display: grid;
  place-items: center;
  font-size: 18px;
  line-height: 0;
  cursor: pointer;
}

.btn-close-custom:hover {
  background: #eef2f8;
}

/* Panel components */
.panel {
  background: var(--panel);
  border-radius: 14px;
  padding: 14px 14px 16px;
  margin-bottom: 14px;
  position: relative;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.93rem;
  color: var(--muted);
  margin-bottom: 8px;
}

.amount-row,
.field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.readout {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #2a3241;
}

.token {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
  background: var(--pill);
  border-radius: 12px;
  padding: 5px 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 1px 3px rgba(2, 6, 23, 0.08);
}

/* Larger token variant */
.token-lg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  background: var(--pill);
  border-radius: 14px;
  padding: 8px 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 2px 4px rgba(2, 6, 23, 0.1);
}

.token-lg span {
  font-weight: 600;
  letter-spacing: 0.5px;
}

#meterNumberDisplay, 
#confirmPhone,
#confirmPhonePrefix {
  font-size: 16px;
  font-weight: 600;
}

/* Input box styling - replaces panel styling for confirmation modal */
.input-box {
  background: var(--panel);
  border-radius: 14px;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}

.input-box .row-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.row-label small {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}

.balance {
  font-size: 12px;
  color: var(--muted);
}

/* Form elements */
.form-modern {
  background: #fff;
  border: 1px solid #e4e9f3;
  border-radius: 12px;
  padding: 0.7rem 0.9rem;
  font-weight: 600;
  color: #273047 !important;
}

.form-modern::placeholder {
  color: #a0a9ba;
  font-weight: 500;
}

.ccode {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #e4e9f3;
  border-radius: 12px;
  padding: 0.55rem 0.75rem;
  font-weight: 700;
  color: #2a3241;
  min-width: 97px;
  justify-content: center;
}

/* Payment methods */
.pay-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.pay {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: none !important;
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 4px 12px rgba(2, 6, 23, 0.08); 
  transition: all 0.2s ease;
  transform: translateY(0);
}

.pay .badge {
  width: 38px;
  height: 26px;
  border-radius: 6px;
  display: inline-block;
}

.pay.mtn .badge {
  background: linear-gradient(135deg, #003b7a 0%, #0d5bb5 100%);
}

.pay.airtel .badge {
  background: linear-gradient(135deg, #ff4f6d 0%, #ff7b7b 100%);
}

.pay.card .badge {
  background: linear-gradient(135deg, #bfc5d1 0%, #dfe3ea 100%);
}

.pay.active {
  border: none !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important; /* Thicker shadow for active state */
  background-color: #f8f9fa !important;
}

.pay:not(.disabled):active {
  transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important; /* Thicker shadow for pressed state */
}

.pay span {
  font-weight: 700;
  color: #2a3241;
}


/* Button styles */
.cta {
  margin-top: 8px;
  background: var(--primary-dark);
  color: #fff;
  border-radius: 28px;
  height: 56px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.25);
}

.cta:hover {
  background-color: #fff;
  color: var(--primary-dark) !important;
  border: 1px solid var(--primary-dark);
}

/* Phone input with prefix */
.phone-input-wrapper {
  display: flex;
  position: relative;
  background: #fff;
  border: 1px solid #e4e9f3;
  border-radius: 12px;
  overflow: hidden;
}

.phone-prefix {
  display: flex;
  align-items: center;
  padding: 0 0 0 0.9rem;
  font-weight: 600;
  color: #273047;
  white-space: nowrap;
  opacity: 0.7; 
}

.phone-with-prefix {
  border: none !important;
  border-radius: 0 !important;
  margin-left: 4px;
  flex: 1;
  padding-left: 4px !important;
  letter-spacing: 0.5px;
}

.form-modern.phone-with-prefix {
  background: #fff;
  color: #273047 !important;
}

.phone-with-prefix:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.phone-input-wrapper:focus-within {
  border-color: #c3d1e4;
  box-shadow: 0 0 0 1px rgba(99, 141, 199, 0.1);
}

/* Hide number input spinners */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Payment method display */
.pay-method-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.payment-badge {
  border-radius: 6px;
  width: 50px;
  height: 42px;
  object-fit: cover;
}

/* Form validation */
.phone-input-wrapper .is-invalid {
  border-color: #dc3545 !important;
  background-color: #fff8f8 !important;
}

.phone-input-wrapper .invalid-feedback {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  width: 100%;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
}

.panel {
  margin-bottom: 24px;
}

/* Animation effects */
@keyframes highlight-change {
  0% { border-color: #e4e9f3; }
  50% { border-color: #4d91fb; box-shadow: 0 0 0 3px rgba(77, 145, 251, 0.15); }
  100% { border-color: #e4e9f3; }
}

.highlight-change {
  animation: highlight-change 0.5s ease;
}

/* Static displays */
#staticCountryDisplay {
  background: #fff;
  border: 1px solid #e4e9f3;
  border-radius: 12px;
  padding: 0.55rem 0.75rem;
  font-weight: 700;
  color: #2a3241;
  min-width: 97px;
  justify-content: center;
}

/* Read-only fields */
input[readonly].form-modern {
  background-color: #f8f9fa;
  cursor: default;
  opacity: 0.85;
}

/* Responsive styles */
@media (min-width: 576px) {
  .modal-modern .modal-dialog {
    max-width: 520px;
    margin-top: 6vh;
  }
}

/* SweetAlert customization */
.swal-custom-popup {
  border-radius: 18px !important;
  padding: 1.5rem !important;
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.18), 0 2px 6px rgba(2, 6, 23, 0.08) !important;
}

.swal2-title {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  color: var(--ink) !important;
}

.swal2-html-container {
  margin-top: 1rem !important;
}

.swal2-confirm.btn.cta {
  min-width: 120px;
}

/* Error styling */
.swal-custom-popup-error {
  border-radius: 18px !important;
  padding: 1.5rem !important;
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.18), 0 2px 6px rgba(2, 6, 23, 0.08) !important;
  border-left: 3px solid #dc3545 !important;
  background-color: #fff5f5 !important;
}

.swal-custom-popup-error .swal2-title {
  color: #dc3545 !important;
}

/* XML viewer */
.xml-viewer {
  background-color: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  max-height: 180px;
  overflow-y: auto;
  padding: 10px;
  margin-top: 12px;
  position: relative;
}

.xml-viewer pre {
  font-family: 'Courier New', Monaco, monospace;
  font-size: 12px;
  line-height: 1.4;
  color: #3b4252;
  margin: 0;
  white-space: pre-wrap;
}

.xml-viewer code {
  display: block;
}

/* XML syntax highlighting */
.xml-tag {
  color: #0366d6;
}

.xml-attr {
  color: #6f42c1;
}

.xml-value {
  color: #22863a;
}

/* Disabled state */
.cta:disabled {
  background-color: #9aa1b0;
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
}

/* Token display */
.swal2-popup #tokenValue {
  cursor: text;
  user-select: all;
}

.success-content {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/* Loading indicators */
.spinner-border {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
}

/* Token styling */
.success-content .panel {
  margin-top: 1rem;
}

#tokenValue {
  font-family: 'Courier New', monospace;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-weight: 600;
  padding-right: 45px;
  text-align: center;
  background-color: #f8f9fb;
}

/* Copy button */
.copy-btn {
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.copy-btn:hover {
  background-color: #f0f4f9;
  color: var(--primary-dark);
}

.copy-btn .fa-check {
  color: #28a745;
}

/* Enhanced modal responsiveness */
@media (max-width: 767.98px) {
  /* Modal adjustments for mobile */
  .modal-modern .modal-body {
    padding: 12px;
  }
  
  .modal-modern .modal-title {
    font-size: 1rem;
  }
  
  /* Form elements on mobile */
  .panel {
    padding: 12px;
    margin-bottom: 16px;
  }
  
  .field-row,
  .amount-row {
    flex-direction: column;
    gap: 10px;
  }
  
  /* Make country and phone fields stack properly */
  .field-row.w-100 {
    flex-direction: column;
  }
  
  /* Payment method buttons */
  .pay-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .pay {
    flex: 1 1 100%;
    margin-bottom: 8px;
    min-width: 100px;
    max-width: none;
    justify-content: center;
  }
  
  /* Button adjustments */
  .cta {
    height: 50px;
  }
  
  /* Name fields in confirmation modal */
  #confirmationModal .field-row.w-100.d-flex {
    flex-direction: column;
  }
  
  .phone-input-wrapper.flex-fill.me-2 {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  
  /* Country selector adjustments */
  #staticCountryDisplay {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Extra small devices (portrait phones) */
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    padding: 0 !important;
  }
  
  .modal-fullscreen-sm-down .modal-content {
    border-radius: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  
  .modal-fullscreen-sm-down .modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
  }
  
  /* Panel adjustments */
  .panel {
    border-radius: 10px;
    margin-bottom: 12px;
  }
  
  /* Payment method buttons */
  .pay {
    padding: 8px 10px;
  }
  
  .payment-badge {
    width: 40px;
    height: 34px;
  }
  
  /* Fix duplicate currency prefix ID issue */
  #confirmationModal .phone-prefix {
    font-size: 0.9rem;
  }
}

/* Medium to large devices - optimize layout */
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-modern .modal-dialog {
    max-width: 90%;
  }
  
  .field-row:not(.w-100) {
    flex-wrap: wrap;
  }
  
  .pay {
    min-width: 120px;
  }
}

/* Fix for country dropdown positioning */
.ccode.dropdown .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

/* Fix amount input with suffix */
@media (max-width: 767.98px) {
  .phone-input-wrapper {
    width: 100%;
  }
  
  /* Fix for mobile number input with country code */
  .ccode.dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
  
  /* Ensure spinner is visible and aligned */
  .spinner-border {
    margin-left: 8px !important;
  }
}

/* Responsive modals that scroll correctly on all devices */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* Fix for duplicate ID issue with currency prefix */
#confirmationModal #currencyPrefix {
  /* Use specificity to override default styles */
}

/* Additional styling for new confirmation modal */
.input-box {
  background: var(--panel);
  border-radius: 14px;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}

.input-box .row-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.row-label small {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}

.balance {
  font-size: 12px;
  color: var(--muted);
}

.token {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
  background: var(--pill);
  border-radius: 12px;
  padding: 5px 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 1px 3px rgba(2, 6, 23, 0.08);
}

/* Mobile-friendly classes */
@media (max-width: 767.98px) {
  .input-box {
    padding: 12px;
  }
  
  .modal-modern .modal-content {
    padding: 15px;
  }
  
  .token {
    padding: 4px 8px;
    font-size: 13px;
  }
  
  #fullName {
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Make sure validation feedback appears properly */
.input-box.is-invalid {
  border-color: #dc3545;
}

.input-box #amountFeedbackContainer .invalid-feedback {
  display: block;
  color: #dc3545;
  margin-top: 5px;
  font-weight: 500;
}

/* Improved styling for amount feedback container */
#amountFeedbackContainer {
  margin-top: 8px;
  transition: all 0.3s ease;
}

#amountFeedbackContainer .invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 4px 2px;
}

/* Highlight for invalid amount */
#amountDisplay.is-invalid {
  border: 1px solid #dc3545 !important;
  background-color: rgba(220, 53, 69, 0.05) !important;
  border-radius: 8px;
}

/* Form-modern styling in input-box context */
.input-box .form-modern {
  background: transparent;
  border: none;
  font-weight: 600;
  color: var(--ink) !important;
  font-size: 16px;
}

#amountDisplay {
  border: none;
  background: transparent;
}

#amountDisplay.is-invalid {
  color: #dc3545;
}

/* Enhanced payment method display styles */
#paymentDisplay {
  background: var(--panel);
  border-radius: 14px;
  padding: 15px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#paymentDisplay .pay-method-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

#paymentDisplay .payment-badge {
  border-radius: 8px;
  width: 50px !important;
  height: 42px !important;
  object-fit: contain;
}

#paymentDisplay span {
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}

/* Services Grid Layout */
.services-grid-wrapper {
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
}

.services-grid-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 52px; /* Align with grid items (40px arrow + 12px gap) */
}

.services-grid-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.services-grid-viewport {
  flex: 1;
  overflow: hidden;
  position: relative;
  height: 228px; /* (105px card height + 12px gap) × 2 rows - more compact */
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
}

.grid-nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.grid-nav-arrow:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}

.grid-nav-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.grid-nav-arrow i {
  font-size: 16px;
}

.service-card {
  background: #1f2844;
  border-radius: 12px;
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  min-height: 105px;
}

.service-card:hover:not(.disabled) {
  background: #2a3554;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.service-card.active {
  background: #4154b9;
  border-color: #5a6fd8;
}

.service-card.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.service-card.active .service-icon {
  background: rgba(255, 255, 255, 0.2);
}

.service-icon i {
  font-size: 24px;
  color: #ffffff;
}

.service-label {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .services-grid-viewport {
    height: 200px; /* (90px card height + 10px gap) × 2 rows */
  }
  
  .service-card {
    padding: 14px 10px;
    min-height: 90px;
    gap: 8px;
  }
  
  .service-icon {
    width: 38px;
    height: 38px;
  }
  
  .service-icon i {
    font-size: 18px;
  }
  
  .service-label {
    font-size: 12px;
  }
  
  .grid-nav-arrow {
    width: 34px;
    height: 34px;
  }
  
  .grid-nav-arrow i {
    font-size: 13px;
  }
  
  .services-grid-wrapper {
    padding: 14px;
    margin-bottom: 20px;
  }
  
  .services-grid-title {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 46px; /* Adjust for smaller arrow */
  }
  
  .banner__section__two {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
    min-height: auto !important;
  }
  
  .recharge__paymentbox {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 576px) {
  .services-grid-wrapper {
    padding: 12px;
  }
  
  .services-grid-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .services-grid-container {
    gap: 6px;
  }
  
  .service-card {
    padding: 12px 8px;
    min-height: 85px;
    gap: 6px;
  }
  
  .services-grid-viewport {
    height: 180px; /* (85px card height + 10px gap) × 2 rows */
  }
  
  .service-icon {
    width: 34px;
    height: 34px;
  }
  
  .service-icon i {
    font-size: 16px;
  }
  
  .grid-nav-arrow {
    width: 30px;
    height: 30px;
  }
  
  .grid-nav-arrow i {
    font-size: 11px;
  }
  
  .banner__section__two {
    padding-top: 25px !important;
    padding-bottom: 40px !important;
    min-height: auto !important;
  }
  
  .recharge__paymentbox {
    margin-bottom: 30px !important;
  }
  
  .hero-title {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
  
  .hero-subtitle {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }
}

/* Under Construction Section */
.construction-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.construction-content {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.construction-icon {
  font-size: 64px;
  color: #4154b9;
  animation: rotate 3s linear infinite;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.construction-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c3862;
  margin-bottom: 20px;
}

.construction-text {
  font-size: 18px;
  color: #64748b;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 30px;
}

.construction-note {
  display: inline-flex;
  align-items: center;
  background: #f0f4ff;
  padding: 12px 24px;
  border-radius: 50px;
  color: #4154b9;
  font-weight: 600;
  font-size: 16px;
}

.construction-note i {
  font-size: 20px;
}

/* Responsive for construction section */
@media (max-width: 768px) {
  .construction-content {
    padding: 40px 30px;
  }
  
  .construction-icon {
    font-size: 48px;
  }
  
  .construction-title {
    font-size: 24px;
  }
  
  .construction-text {
    font-size: 16px;
  }
  
  .construction-note {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .construction-content {
    padding: 30px 20px;
  }
  
  .construction-icon {
    font-size: 40px;
  }
  
  .construction-title {
    font-size: 20px;
  }
  
  .construction-text {
    font-size: 14px;
  }
}
