/* Atlantic Image Defense v1.15.4.19.35.287 — Visual Identity Monitoring date-control visibility */
.aid-visual-monitoring-page .avm-date-field {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.aid-visual-monitoring-page .avm-date-control {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.aid-visual-monitoring-page .avm-date-control > input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  inline-size: 100%;
  width: 100%;
  min-inline-size: 0;
  min-width: 0;
  max-inline-size: 100%;
  max-width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 54px 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  background: #fff;
  background-image: none;
  color: #13203b;
  color-scheme: light;
  font: inherit;
  font-size: 13px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.aid-visual-monitoring-page .avm-date-control__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  background: center / 22px 22px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230c7f91' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E");
  pointer-events: none;
}

.aid-visual-monitoring-page .avm-date-control > input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}

.aid-visual-monitoring-page .avm-date-control:focus-within > input[type="date"] {
  border-color: #34d6ff;
  box-shadow: 0 0 0 4px rgba(52, 214, 255, .16);
}

@media (max-width: 767px) {
  .aid-visual-monitoring-page .avm-date-control > input[type="date"] {
    min-height: 50px;
    padding-right: 52px;
  }

  .aid-visual-monitoring-page .avm-date-control__icon {
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aid-visual-monitoring-page .avm-date-control > input[type="date"] {
    transition: none;
  }
}
