body {
    font-family: "Sarabun", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.offcanvas.offcanvas-end{
    
}

.map-logo{
    height:30px;
    content: url('/media/2qmorvm1/snimka-zaslona-2024-04-22-140933.png?rmode=max&width=45&height=28') !important;
}


.map-cef{
    height:50px;
}

.offcanvas{
    top:60px!important;
}

.offcanvas-bottom {
    top: unset !important;
}

.nav {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15), inset 0 -1px 0 rgba(255,255,255,0.15);
    position: absolute;
    width: 100%;
}

header.navbar {
    padding: 5px;
    box-shadow: rgba(9, 30, 66, 0.15) 0px 0.5rem 1rem 0px;
    color:rgb(0,0,0);
    z-index:10;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;    
}


.nav-link {
    color: rgb(23, 43, 77);
    letter-spacing:1px;
}

    .nav-link:hover {
        color:rgb(0, 101, 255)
    }

.container-body {
    padding-top: 76px;
}

.login-status {
    display: flex;
    color: rgb(23, 43, 77);
}

    .login-status p {
        margin-top: 1rem;
    }

.navbar {
    --bs-navbar-padding-y: 0;
    /*z-index: 10;*/
}



.login-status form {
    margin-bottom: 0;
    margin-top: 11px;
    margin-left: 10px;
}


.linkovi{
    margin-top:20px;
    
}

.linkovi tr:nth-child(2){
    background-color:#f0f0f0;
}

.linkovi td
{
    border-radius:5px;
    
    padding:10px; 
    border:2px solid white;
    text-align:center;
}