@charset "UTF-8";
body {
  background: #d1e6fb;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

pre {
  overflow: initial;
}

.line-height-15 {
  line-height: 1.5;
}

.row .form-control[readonly] {
  background-color: #f3f6f9 !important;
}

.v-input--radio-group--column .v-input--radio-group__input {
  flex-direction: row;
  flex-wrap: wrap;
}
.v-input--radio-group--column .v-radio {
  margin-right: 30px;
  margin-bottom: 20px;
}

.v-input--selection-controls .v-input__slot > .v-label, .v-input--selection-controls .v-radio > .v-label {
  display: contents;
  height: 100%;
}

select {
  -webkit-appearance: auto;
}

.form-group label {
  align-self: center;
}

.timeline.timeline-3 .timeline-items .timeline-item.border-w-0 {
  border-width: 0;
}

.max-two-rows {
  height: 30px;
  line-height: 12px;
}

.text-underline {
  text-decoration: underline !important;
}

input.inactive,
textarea.inactive,
select.inactive {
  background: #f3f6f9;
}
input.inactive:hover,
textarea.inactive:hover,
select.inactive:hover {
  cursor: default;
}

button.btn:disabled {
  cursor: default;
}

.checkbox.checkbox-list-toggle > span {
  width: 20px;
  height: 20px;
  border: 1px solid #cfd6e0;
}
.checkbox.checkbox-list-toggle > span:after {
  width: 6px;
  height: 11px;
}

.checkbox.checkbox-list-toggle:hover > input:not([disabled]) ~ span,
.checkbox.checkbox-list-toggle > input:focus ~ span {
  border-color: #b8c2cf;
}

.checkbox.checkbox-list-toggle {
  transition: opacity 0.15s ease, filter 0.15s ease;
}

.checkbox.checkbox-list-toggle.checkbox-pending {
  opacity: 0.55;
  filter: saturate(0.85);
  cursor: default;
}

.checkbox.checkbox-list-toggle.checkbox-pending > span {
  background-color: #f3f6f9;
}

.checkbox.checkbox-list-toggle.checkbox-pending,
.checkbox.checkbox-list-toggle.checkbox-pending > span,
.checkbox.checkbox-list-toggle.checkbox-pending > input {
  cursor: default !important;
}

.photo-list-thumb {
  width: 100px;
  height: 80px;
  flex: 0 0 100px;
  border-radius: 8px;
  border: 1px solid #dbe3ec;
  background: #f3f6f9;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-list-thumb-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 80px;
}

.modal-form-content {
  min-height: 400px;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

@keyframes s3 {
  to {
    transform: rotate(1turn);
  }
}
.modal-loader {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border-radius: 50%;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #fff);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 16px), #000 0);
  animation: s3 2s infinite linear;
}

.modal-loader-dark {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border-radius: 50%;
  background: conic-gradient(#aaa 10%, #fff);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 16px), #000 0);
  animation: s3 2s infinite linear;
}

.modal-message {
  width: 400px;
  height: 40px;
}

.link {
  color: #3699ff;
}
.link:hover {
  color: #0073e9;
}

#footer-call-to-action {
  display: block;
  width: 100%;
  background-color: #ffa800;
  color: #004369;
  position: fixed;
  top: 60px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
#footer-call-to-action:hover {
  color: #ffa800;
  background-color: #004369;
}

.fc-next-button, .fc-prev-button {
  padding-top: 3px !important;
  padding-bottom: 7px !important;
}

a.fc-event {
  color: #3f4254;
}

#project-calendar-box .card.card-custom {
  box-shadow: none;
}

.card-label small {
  font-size: 75% !important;
}

.tagify__input::before {
  position: absolute;
}

.alert-warning a {
  color: #fff;
  font-weight: bold;
}

/* color picker */
.color-grid.form-control {
  display: grid;
  grid-template-columns: repeat(9, 2.4rem); /* 9 zdefiniowanych kolorów */
  gap: 0.5rem;
  padding: 4px 0 0 8px; /* żeby wyglądało jak form-control */
  min-height: auto;
}

.color-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.color-swatch {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  display: inline-block;
  cursor: pointer;
}

.color-radio:focus + .color-swatch {
  outline: 2px solid #333; /* focus ring dla klawiatury */
  outline-offset: 2px;
}

.color-radio:checked + .color-swatch {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15), inset 0 0 0 4px #fff;
}

.inactive .color-swatch {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}

#kt_login_signup_form .form-control[name=login] {
  display: none;
}

/* dostępność – ukrywa tekst, ale czytelny dla screen readerów */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-menu.header-menu-layout-default .menu-nav > .menu-item > .menu-link {
    padding: 0.65rem 0.4rem !important;
  }
  .header-menu.header-menu-layout-default .menu-nav > .menu-item > .menu-link span {
    font-size: 12px;
  }
}
