/*
 * Legacy styles - these will be gradually removed as views migrate to Tailwind
 * Propshaft serves this file directly without preprocessing
 */

.center-inline {
  display: block;
  float: left;
  width: 1000px;
  border: 0px solid black;
  margin: 0 auto;
  overflow: hidden;
}

.span-inline {
  display: block;
  float: left;
  width: 1000px;
  border: 0px solid black;
}

.nav-buttons-inline {
  position: relative;
  float: left;
  overflow: hidden;
  width: 200px;
  margin: 0 auto;
  display: inline;
}

button.nav-buttons-edit {
  float: left;
  overflow: hidden;
  width: 200px;
  display: inline;
}

.pagination_override {
  background: none;
  background-color: black;
  display: inline-block;
  overflow: hidden;
  list-style: circle outside none;
  width: 1em;
  height: 1em;
  border-radius: 50px;
  color: #fff;
  background: #000;
  float: left;
}

li.circle-li {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #eef;
  margin: 2px;
  padding: 2px;
  border: 1px solid black;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 26px;
}

#modal-win {
  z-index: 2;
  right: 300px;
  top: 650px;
  word-break: break-word;
  border-radius: 6px;
  border: 1px thin black;
  background: #ccc;
  overflow: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}

.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.modal-window {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#fixedmodal-backdrop {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.modal-backdrop {
  filter: fixed;
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.pointer-events {
  pointer-events: none;
}

.modal {
  pointer-events: all;
}

/* Breadcrumb styles */
.breadcrumb {
  font-size: 0.875rem;
  color: #6b7280;
}

.breadcrumb a {
  color: #dc2626;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #b91c1c;
  text-decoration: underline;
}

.breadcrumb-separator {
  margin: 0 0.5rem;
  color: #9ca3af;
}
