body{
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    }

.refresh-icon{
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    
}

.refresh-icon:hover{
    scale: 1.2;
    rotate: 45deg;
    color: #60aed5;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);  /* Adjust the RGBA values for different overlay colors and transparency */
    z-index: 1050;  /* This ensures the overlay is on top of everything else */
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);  /* This will blur the content behind the overlay */
}
    
.noga{
    background-image: url('../assets/images/Poplave2023-noga-high.jpg');
    padding: 10px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center;
}

.noga-razmak{
    padding: 0 50px;
}

.cursor{
    cursor: pointer;
}

.cursor:hover{
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
            box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.slika-urszr img{
    width: 300px;

}



.noga-podatki p{
    margin: 0;
    padding: 0;
    color: white;
    font-size: 14px;
    font-family: Poppins;
}

.noga-podatki i {
    vertical-align: middle;
}


.slika-civilna img{
    height: 100px;
    width: auto;
}

.glava-zgoraj{
    padding: 10px 0;
    background-image: url('../assets/images/Poplave2023-glava-high.jpg');
     background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center;
}

.glava-zgoraj-civilna{
    padding: 10px 0;
    background-image: url('../assets/images/coverFBTW-edited.jpg');
     background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center;
}

.socialna-omrezja {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; 
    padding-right: 20px;
}

.socialna-omrezja a {
    display: inline-block;         
    text-decoration: none; 
}


.socialna-omrezja a:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);   /* Slightly enlarge the circle */
}


.glava-zgoraj img{
    width: 350px;
    padding: 20px 0 20px 50px;
}

.glava-zgoraj-civilna img{
    width: 100px;
    
}

.glava-spodaj{
    padding: 0 20px 0 50px;
    background-color: #2F5465;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;  
    -webkit-box-pack: justify;  
        -ms-flex-pack: justify;  
            justify-content: space-between;
    
}

.glava-spodaj p{
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
}

.modal-prostor-zgoraj{
    padding-top: 5%;
}

.modal-oblika{
    border-radius: 30px;
}

.tabela-ozadje {
    background-color: #F3F3F3;
}

.gumb-border{
    border: 1px solid lightgrey;
}
.gumb-border:hover {
    border-color: red;  
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;  
}

.tabela-spacing{
    padding: 5% 0;
}

.style1{}

.ozadje-login{
    background-color: #ddebff;}

    
.priloga{
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.izbrisi-sliko {
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.izbrisi-sliko-container:hover .izbrisi-sliko {
    opacity: 1;
    visibility: visible;
}

.csv-list {
  padding: 10px 0;
}

.csv-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 16px;
  color: #212529;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: #f9f9f9;
}

.csv-link i {
  color: #007bff;
}

.csv-link:hover {
  background-color: #e6f0ff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #0056b3;
}

.csv-link:hover i {
  color: #0056b3;
}

.csv-link p{
    font-size: 12px;
}
