.lavender {
	background-color: lavender;
}

.na_dole {
	position: relative;
	bottom: 0px;
}

.obr {
	opacity: 0.8;
}

.obr:hover {
	cursor: pointer;
	opacity: 1;
}


.danet > p {
	font-size: 1.1em;
	font-weight: 510;
}

.danet > p > i {
	margin-right: 0.6rem;
	color: #ff0000;
}


.logowanie {
  border: 1px solid #ccc;
  display: block;
  min-height: 300px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}


.cien {
  box-shadow: 7px 7px 7px grey;
}

.stopkax {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 20;
}

#uwaga {
  color: #FF0000;
  font-weight: bold;
}

.pasek {
  background-color: #FFFFFF;
  border-bottom: 1px solid #ccc;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.wyloguj:hover {
	cursor: pointer;
}

.wsmn > nav {
  --bs-navbar-padding-y:0px!important;
}


.panel {
  background-color: var(--bs-gray-300);
  border-radius: 5px;
}


.panel > div .form-label {
  font-weight: bold;
}

.dpf {
  display: inline-flex;
}

.luka {
  padding-top: 77px;
}

.luka1 {
  padding-top: 35px;
}

.menu-fixed-top {
  top:24px!important;
}

.url > a {
  color: #000;
  text-decoration: none;
}

.url > a:hover {
  color: #ff0000;
}

.stopka_ws, .glowka {
  background-color: aliceblue;
}

.glowka > h4 {
  font-size: 1.2rem;
}


@media only screen and (min-width: 768px) {
  .logowanie {
    width: 50%;
    margin-top: 70px;
  }


  .g1 {
    background-color: #cccccc;
    text-align: center;
    padding: 10px;
  }

  .tlog {
    padding-top: 20px;
    padding-left: 66px;
    padding-right: 66px;
  }

   .s1 {
    background-color: #cccccc;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
  }

  .z-flex {
    display: flex!important;
  }

  .ws-img {
     max-height: 200px;
     position: relative;
     overflow: hidden;
     margin-bottom: 16px;
  }

}  


  


.display-1 {
  font-size: 6.5rem!important;
  font-weight: 700;
}


.ukryj {
    display: none;
}

#progress {
    width: 100%;
    background-color: #ddd;
    margin-top: 10px;
}

#pbar {
    width: 1%;
    height: 10px;
    background-color: #4caf50;
}


.xlw:hover {
  cursor:pointer;
}

.p_usun {
  position: relative;
  bottom: -13px;
}

.hej {
  width: 2.0rem;
  text-align: center;
}

.hej:hover {
    cursor: pointer;
    background-color: cornflowerblue !important;
    color: #FFFFFF;
}


.xlista {
  margin-bottom: 5px!important;
}

.xlista > li > a {
  text-decoration: none;
  color: #000;
}

.xlista > li > i:hover {
  cursor:pointer;
}


.nazwa_firmy {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
  transition: 0.5s;
}


.alink {
  text-decoration: none;
  color: #000;
}

.link {
  transition: 0.5s;
  position: relative; 
}

.link::after {
  content:"";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
  background-color: #0e11ec;
}

.link:hover::after {
   width: 100%;
   height: 100%;
 } 

.link:hover, .link:hover .nazwa_firmy, .link:hover .red {
  color: #fff;
  border-bottom-color: #fff;
}


.lista_naglowek {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
}

.red {
  color: #f00;
  transition: 0.5s;
}

#lupa:hover {
  cursor: pointer;
}

.wsa {
  text-decoration: none;
  color:inherit;
}

.display-4 {
  font-weight: 600;
}


/*
#id_obraz {
  width: auto;
  height: 300px;
}
*/