@font-face {
    font-family: 'Hero New Super';
    src: url('../assets/fonts/Hero New Super.otf') format('opentype'),
}


.pomagali-ste{
    color: #2F5465;
    font-weight: bold; 
}



.vstopi-div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
                -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;  
}


.vstopi-div img{
    width: 300px;
    padding-bottom: 20px;
}

.slika-zacetna{
            display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
                -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            padding: 5% 0 20px 0;
}

.zacetna-ozadje{
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 60px;
    margin: 0 20%;

}
.poplave_2023{
    font-size: 70px;
    font-family: "Hero New Super";
    font-weight: bold;
    color: white;
    padding: 30px 0;
    margin: 0;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.div-pomagali-ste{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;  
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;      
}

.pomagali-ste {
    margin: 50px 0;
    padding: 10px;   
    border-radius: 20px;         
    background-color: white;  
     -webkit-box-shadow: 0px 3px 6px #00000029;  
             box-shadow: 0px 3px 6px #00000029;
    text-align: center;      
    width: auto;
}


.pomagali-ste p {
    margin: 10px 0;          
}


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;
}

.zacetna-vse{
    background-image: url('../assets/images/Poplave2023-naslovnica-high.jpg');
}
.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;
}


.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-spodaj{
    background-color: #2F5465;
    position: sticky;
    top: 0;
    z-index: 1000; 
}

.glava-spodaj p{
    color: white;
    font-family: "Hero New Super";
    text-align: center;
    font-size: bold;
    padding: 10px 0;
    margin: 0;
}

.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;
}

.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;
}



.poplave2023{
    text-align: center;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 60px;

}

.pomagajmoskupaj{
    text-align: center;
    font-size: 30px;
}

.prva-besedilo{
    text-align: center;
    width: 70%;  
    margin: 0 auto;
}

.gumb-vstopi {
    display: inline-block; 
    background-color: #2F5465; 
    color: #ffffff; 
    padding: 10px 40px;  
    border-radius: 8px;  
    cursor: pointer;  
    text-align: center; 
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; 
}

.gumb-vstopi:hover {
    background-color: white; 
    color: #2F5465; 
}

.gumb-domov{
        display: inline-block; 
    background-color: #2F5465; 
    color: #ffffff; 
    padding: 10px 40px;  
    border-radius: 8px;  
    cursor: pointer;  
    text-align: center; 
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border: 1px solid #2F5465;
}

.gumb-domov:hover {
    background-color: white; 
    color: #2F5465; 
    border: 1px solid #2F5465;
}

.vstopi-div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
                -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;  
}

.div-pomagali-ste{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;  
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;      
}

.pomagali-ste {
    margin: 50px 0;
    padding: 20px;            
    background-color: #fff;  
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    text-align: center;      
    width: auto;
}


.pomagali-ste p {
    margin: 10px 0;          
}

#formObrazec input,
#formObrazec select {
    border-radius: 0 !important; 
}

.oddaj-container{
    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;
    width: 100%;
}

.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;  
}

.modal-prostor-zgoraj{
    padding-top: 20vh;
}

.modal-oblika{
    border-radius: 30px;
}

div.modal-header {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.obvsetilo-container{
    margin-top: 100px;
    margin-bottom: 100px;
}

.text-obvestilo{
    font-size: 14px;
}

.sirina-obrazca{
    width: 75%;
}
.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;  
}

.vse-pomoci{
    padding: 5% 0 10% 0;
}

.custom-sirina-modal{
     max-width: 60%;
}

.custom-sirina-modal-2{
    max-width: 40%;
}
.custom-modal-prostor-zgoraj{
    padding-top: 5%;
}

.link-noga{
    color: white;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; 
}
.link-noga:hover{
            color:white;
}
.custom-sirina-modal-3{
    max-width: 30%;
}

.izbrisi-hover:hover{
    border-color: red;  
}

.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1051; 
    border-radius: 30px;
    
}

.toast-body {
    color: black; 
    padding: 20px;
}

.toast-header {
    color: white;
    background-color:#2F5465 ;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 15px;
}

.toast-header .btn-close{
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
            filter: invert(1) grayscale(100%) brightness(200%);
}

    .notification {
        
       margin-bottom: 0;
       padding-bottom: 10px;
        border: 1px solid #ddd;
        
        border-radius: 5px;  /* rounded corners */
        -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  /* subtle shadow */
    }

    .notification > p {
          /* spacing between elements */
        padding: 0 10px;
        margin: 0;
    }
    .notification h4{
        background-color: #eef5ff;  /* light blue background */
        padding: 10px;
    }
    
@media (max-width: 768px) {
    .noga {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .glava-zgoraj img{
        width: 250px;
        padding: 20px 0 20px 20px;
    }
    .noga-razmak{
        padding: 10px 0;
    }
    .poplave_2023{
    font-size: 25px;
    }
    .sirina-obrazca{
    width: 95%;
    }  
    .custom-sirina-modal-2{
    max-width: 100%;
    
    } 
    .custom-sirina-modal-3{
    max-width: 100%;
    
    }
    #formDodajTermin {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
        #formDodajTermin .row {
            width: 100%; /* To make sure rows take the full width */
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; /* To center the content inside the row */
        }
}