#obecnosci_page .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  #obecnosci_page .items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#obecnosci_page .items .item {
  background: #442aa2;
  background: -webkit-gradient(linear, right top, left top, color-stop(43%, #2fa3cc), color-stop(93%, #442aa2));
  background: linear-gradient(270deg, #2fa3cc 43%, #442aa2 93%);
  padding: 3px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
#obecnosci_page .items .item .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 40px;
  padding: 0 20px;
}
#obecnosci_page .items .item .select p {
  margin: 0;
  color: #182660;
  font-size: 15px;
  font-weight: 600;
  padding: 0 15px;
  line-height: 18px;
}
#obecnosci_page .items .item .select select, #obecnosci_page .items .item .select input {
  color: black;
  outline: none !important;
  color: #182660;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding: 15px;
  height: 49px;
  width: 100%;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#obecnosci_page .grups {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#obecnosci_page .grups .obecnosc_grafik {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #182660;
  text-decoration: none;
  border: 2px solid #bcbcbc;
  border-radius: 100px;
  padding: 0.3em 1.5em;
  margin: 0.2em 0;
  cursor: pointer;
}
#obecnosci_page .grups .obecnosc_grafik:hover, #obecnosci_page .grups .obecnosc_grafik.active {
  background: #442aa2;
  background: -webkit-gradient(linear, left top, right top, color-stop(43%, rgb(68, 42, 162)), color-stop(93%, rgb(47, 163, 204)));
  background: linear-gradient(90deg, rgb(68, 42, 162) 43%, rgb(47, 163, 204) 93%);
  color: #ffffff;
  border: 2px solid transparent;
}
#obecnosci_page .grafik_table.admin table {
  min-width: initial;
}
@media (max-width: 600px) {
  #obecnosci_page .grafik_table.admin table .obecnosc_dymek_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 9;
  }
}
#obecnosci_page .grafik_table.admin table .obecnosc_dymek_bg .close_obecnosc_dymek {
  display: none;
  z-index: 999999;
  position: absolute;
  top: 15px;
  right: 15px;
}
#obecnosci_page .grafik_table.admin table .obecnosc_dymek_bg .close_obecnosc_dymek svg {
  width: 40px;
  height: 40px;
}
#obecnosci_page .grafik_table.admin table .obecnosc_dymek_bg .close_obecnosc_dymek svg path {
  fill: white;
}
#obecnosci_page .grafik_table.admin table .obecnosc_dymek_bg.active {
  display: block;
}
#obecnosci_page .grafik_table.admin table .obecnosc_dymek_bg.active .close_obecnosc_dymek {
  display: block;
}
@media (max-width: 600px) {
  #obecnosci_page .grafik_table.admin table tbody tr td .obecnosc_dymek {
    position: fixed;
    left: 15px;
    width: calc(100% - 30px);
    top: 0;
    bottom: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    max-height: 50vh;
  }
  #obecnosci_page .grafik_table.admin table tbody tr td .obecnosc_dymek button {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid white;
    width: 100%;
    padding: 20px 10px;
  }
}
#obecnosci_page form .borderarea {
  background: #442aa2;
  background: -webkit-gradient(linear, left top, right top, color-stop(43%, rgb(68, 42, 162)), color-stop(93%, rgb(47, 163, 204)));
  background: linear-gradient(90deg, rgb(68, 42, 162) 43%, rgb(47, 163, 204) 93%);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 25px;
}
#obecnosci_page form textarea {
  color: black;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 10px;
  display: block;
}
#obecnosci_page form textarea::-webkit-input-placeholder {
  color: black;
}
#obecnosci_page form textarea::-moz-placeholder {
  color: black;
}
#obecnosci_page form textarea:-ms-input-placeholder {
  color: black;
}
#obecnosci_page form textarea::-ms-input-placeholder {
  color: black;
}
#obecnosci_page form textarea::placeholder {
  color: black;
}
#obecnosci_page form button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-size: 14px;
  background: #442aa2;
  background: -webkit-gradient(linear, left top, right top, color-stop(43%, rgb(68, 42, 162)), color-stop(93%, rgb(47, 163, 204)));
  background: linear-gradient(90deg, rgb(68, 42, 162) 43%, rgb(47, 163, 204) 93%);
  color: #ffffff;
  outline: none;
  border: none;
  max-width: 300px;
  margin: auto;
}
/*# sourceMappingURL=obecnosci.css.map */