body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font-size: 12px;
}



.cover-bg,
.cover-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/core/poster_01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.cover-blur {
  filter: blur(10px);
}




/* stylizowanie boxa z avatarem */


.page {
	margin: 1em auto;
	max-width: 768px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 100%;
}

.box {
	padding: 0.5em;
	width: 100%;
	margin:0.5em;
}

.box-2 {
	padding: 0.5em;
	width: 100%;
}

.options label,
.options input{
	width:4em;
	padding:0.5em 1em;
}

.result
{
  max-height: 400px;
  overflow-y: auto;
}



/* stylizowanie bar */ 



.ldBar-label {
display: none;
}


.condition-bar .ldBar-label:before{
  content: "kondycja: "; 
  font-size: 0.6em;
}

.tires-bar .ldBar-label:before{
  content: "opony: "; 
  font-size: 0.6em;
}

.ldBar-label{
  width: 100% !important;
}



/* stylizowanie formularza logreg w cover */
.hidden {
    display: none;
  }
  
  #login, #register, #remind {
   display: none;
 }
  
  .switch {
      display: flex;
      align-items: center;
  }
  
  .switch-button {
      flex: 1;
      text-align: center;
      border-radius: 20px;
      cursor: pointer;
      transition: all 0.3s;
      font-weight: bold;
      margin: 0px;
  }

.logo_cover {
  position: fixed;
  top: 75px;
  left: 50%; /* Ustaw pozycję diva na środku względem osi poziomej */
  width: 320px;
  height: 100px;
  background-image: url("../../src/img/core/logo.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(
    -50%
  ); /* Przesuń div w lewo o połowę jego szerokości, aby go wyśrodkować */
}

/* menu nawigacyjne na stronie cover */
.center {
  position: fixed;
  top: 0px;
  left: 10px;
  height: 100px;
  display: table;
  padding-top: 25px;
  padding-bottom: 0px;
  z-index: -1;
}

.card {
    position: relative;
    backdrop-filter: blur(10px) saturate(100%);
    -webkit-backdrop-filter: blur(10px) saturate(100%);
    background-color: rgba(17, 25, 40, 0.5);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    color: var(--bs-light);
    padding: 10px;
    
}

.cover_desc{
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 600px;
}

#map, #app {
width: 100%;
height: 100%;
}

/* wrapper dla boxów w menusach */
.wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  height: 300px;
  padding: 5px;
  color: #13264D;
}




* {
  box-sizing: border-box;
}

.wrapper > div {
  border: 2px solid #cccccc;
  border-radius: 5px;
  background-color: #dddddd;
  padding: 5px;
  margin: 3px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3);


background: rgba( 255, 255, 255, 0.6 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 11px );
-webkit-backdrop-filter: blur( 11px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );



}

.hidden {
  visibility: hidden;
}


td {
  padding: 5px;
}




