.pac-container {
  z-index: 10000 !important;
}

.green {border:3px solid green}
.pink {border:3px solid pink}

.readonly-field {
  background-color: #fbfcfd;   /* almost white */
  color: #6c757d;
  cursor: not-allowed;
}
.cal-activeday {
  background-color:green;
  border:1px solid #fff;
  color:#fff;
}
.cal-success {
  border:1px solid #fff;
  background-color: #dff0d8;
}
.cal-vacation {
  border:1px solid #fff;
  background-color: tomato;
  color:#fff;
}
.cal-custom {
  border:1px solid #fff;
  background-color: #32CD32;
  color:#fff;
}
.cal-info {
  background-color: #d9edf7;
  border:1px solid #fff;
}
.cal-warning {
  background-color: LightYellow;
  border:1px solid #fff;
}

.cal-outmonth {
  background-color: #cccccc ;
  border:1px solid #e0e0e0;
}

.calendar-wrapper {
  text-align: center;
}
.calendar-wrapper table {
  margin: 0 auto;
  border-collapse: collapse; /* optional: makes borders cleaner if you add them */
}

/* Center numbers inside each cell */
.calendar-wrapper td,
.calendar-wrapper th {
  text-align: center;
  vertical-align: middle;
}

.search-box-icon {
  width: 13px;
  height: 13px;
}
.svg-inline--fa {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.p-cal {padding:10px}
.p-10 {padding:10px}
.p-7 {padding:7px}
.p-8 {padding:8px}
.p-9 {padding:9px}
.p-15 {padding:15px}


@media (min-width: 990px) {
  .ms-custom {
    margin-left: 300px;
  }
}

.logo-placeholder {
  width: 156px;
  height: 156px;
  border-radius: 12px;
  background: #eef2f7;
  color: #5b6b7f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}

/* Welcome page steps */
.step-card {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2c7be5;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.step-arrow {
  text-align: center;
  padding: 0.75rem 0;
  color: #2c7be5;
  font-size: 1.5rem;
}
.step-card .card-body { padding: 1.25rem 1.5rem; }
.step-card .card-title { font-size: 1rem; font-weight: 600; margin-bottom: 0; }
.step-card .btn { font-size: 0.8rem; }
.section-header {
  border-left: 4px solid #2c7be5;
  padding-left: 0.75rem;
  margin-bottom: 1rem;
}
.section-header h4 { margin: 0; font-weight: 600; }
.section-header p { margin: 0.25rem 0 0 0; color: #6c757d; font-style: italic; }

.btn-mobile-half {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
}

@media (min-width: 992px) {
  .btn-mobile-half {
    flex: 0 0 auto;
    max-width: none;
  }
}

/* Prevent iOS auto-zoom on input focus (triggered when font-size < 16px) */
@media screen and (max-width: 768px) {
  .form-control,
  .form-select {
    font-size: 16px !important;
  }
}
