html {
  height: 100%;
}
body {
  height: 100%;
}
td {
    vertical-align: middle;
}
.constent.login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.login-form {
  width: 370px;
  background: #f7f7f7;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0px 0px 18px -11px #000;
}

.login-form input {
  width: 100%;
}
.flex-center {
  display: flex;
  align-items: center;
}

.f-end {
  justify-content: end;
}

.col-6.flex-center.f-end a {
  margin-right: 9px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dee2e6;
  height: 39px;
  display: flex;
  align-items: center;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px;
}
.pozycja .col-md-1 {
  display: flex;
  align-items: end;
}

.form-check-input {
  width: 25px;
  height: 25px;
}

/* Zmiana wygladu tabeli */
@media screen and (max-width: 1681px) and (min-width: 800px) {
  td,
  th {
    white-space: nowrap;
  }
  .tab-pane {
    max-height: 800px; /* wysokość widoczna */
    overflow: auto; 
  }

  .table-striped {
    border-collapse: collapse;
    min-width: 1000px; /* wymuszona szerokość dla przewijania poziomego */
  }

  .table-striped th,
  .table-striped td { 
    padding: 8px;
    white-space: nowrap;
  }

  .table-striped thead th {
    position: sticky;
    top: 0;
    background-color: white !important; /* lub inny kontrastujący kolor */
    z-index: 2;
  }
}
.summernote {
  min-height: 400px;
}
.quill-editor.ql-container.ql-snow {
    font-size: 16px;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
    height: 165px;
}

.wysylka input[type="submit"] {
    background: #ffe200;
    box-shadow: none;
    border: 1px solid #ffe200;
    margin-left: 10px;
}

/* end Zmiana wygladu tabeli */
