
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
  }

  .lato-regular {
    font-family: 'Lato', sans-serif;
    font-weight: 400; /* Regular */
}

.lato-bold {
    font-family: 'Lato', sans-serif;
    font-weight: 700; /* Bold */
}

.wrapper {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 100%;
  }
  .content {
    grid-row: 1;
  }
  .footer {
    grid-row: 2;
  }
.log-in-form {
  border: 1px solid #DDD;
  padding: 1rem;
  border-radius: 0;
  box-shadow: 5px 5px 10px;
}
.callout.secondary {
  background-color: #FFF;
}  
.label.secondary{
	background-color: silver;
}

.margines{
	margin-bottom:5%;
	margin-top:10px;
	margin-left:10px;
}
.kolor{
	color:#E50047;
}
.czarny{
	color:#000;
}
.size-12 { font-size: 12px; }
      
      .size-14 { font-size: 14px; }
      
      .size-16 { font-size: 16px; }
      
      .size-18 { font-size: 18px; }
      
      .size-21 { font-size: 21px; }
      
      .size-24 { font-size: 24px; }
      
      .size-36 { font-size: 36px; }
      
      .size-48 { font-size: 48px; }
      
      .size-60 { font-size: 60px; }
      
      .size-72 { font-size: 72px; }
	  
img-fluid{max-width:100%;height:auto}

.tlo {
  background-color: #E50047; /* Kolor tła */
  text-align: center;
 
}
.bialy {
	 color: #ffffff;
}
.pion-center {
    display: flex;
    align-items: center;
    
}
.error {
      border: 2px solid red;
    }
	
.szary{
	/*color:#748194;*/
  color:#000;
}

 .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #748194;
    color: #000; 
    background-color: #e9e9e9;
    
}
.button.hollow:hover, .button.hollow:focus {
    border-color: #E50047;
    color: #E50047;
    background-color: #dadada;
  }
.link:hover, .link:focus {
    color: #E50047; 
   
	}
	
.flatpickr-day.selected {
    background: #E50047;
    color: white;
	font-weight: bold;
}

.thumbnail {
            display: inline-block;
            margin-right: 0px;
            position: relative;
			border: none;
        }

.thumbnail img {
            width: 120px;
            height: 120px;
            object-fit: cover;
        }

.file-delete {
            position: absolute;
            top: 140px;
            right: 10px;
            cursor: pointer;
			color :#E50047;
        }
		
.file-name {
            position: absolute;
			top: 140px;
			left: 0px;
            text-overflow: ellipsis;
        }
		
.radio-container {
          display: inline-block;
        }

.rounded-button, #date-picker{
          border-radius: 5px !important;/* Dostosuj tę wartość do pożądanego zaokrąglenia */
          border: 1px solid #caced1 !important; /* Kolor obramowania */
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important; /* Cień */
        }

.zaokraglony-input {
          border-radius: 5px !important; /* Dostosuj tę wartość do pożądanego zaokrąglenia */
      }

#blad {
      margin-top: 10px !important;
}

.mtop {
  margin-top: 20px !important;
}
@media screen and (min-width: 641px) {
  .large-margin-top {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 640px) {
  .large-margin-top {
    margin-top: 0 !important;
  }
}

.szareTlo {
  background-color: #e9e9e9;
  padding: 5px;
  margin-top: 10px;      
  margin-bottom: 10px; 
}

.informacja {
  margin-left: 10px;
  margin-right: 30px;
}

.ramka {
  border: 2px solid #000000;
  padding: 10px;

}

.reveal {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  margin: 0 auto;
  height: auto; 
  overflow-y: auto;
  max-height: 90vh;
}

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.0);
}



@media (max-width: 768px) 
{
  .reveal {
      width: 90%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) 
{
  .reveal {
      width: 70%;
  }
}

@media (min-width: 1025px) 
{
  .reveal {
      width: 50%;
  }
}



