html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 12px sans-serif;
}

.link {

    cursor: pointer;
}

#fotic_icon {

    cursor: pointer;
}

.page_body{
    display: grid;
    grid-column: 1;
    row-gap: 30px;
    justify-content: center;
    

}

.container {
    
    display: block;
    width: 50px;
    min-width: 470px;
    max-width: 520px;
    height: 50px;
    text-align: center;
    justify-content: center;
    margin: auto;
    background: white;
    border-radius: 25px;
    position: relative;
    border-style: solid;
    border-color: grey;
    
}


#search { 
    width: 90%;
    height: 100%;
    display: block;
    border-radius: 25px;
    font-size: 20px;
    padding: 8px 40px 8px 20px;
    border: none;
}

input:focus {
    outline:none;
}

#fotic_icon{
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    padding-right: 8px;
    width: 50px;
    cursor: pointer;
    border: none;
}

#scanner{
    height: 600px;
    margin: auto;
}

#zoom-slider {

    margin: auto;
    width: 100%;
}

.da-provjerimo-smijes-li-ti-ovo-vidjeti {

    display :none;
}