﻿a
{
    text-decoration:none;
}

.h1sm
{
    font-size:22px;
}

.foot
{
    margin-top:50px;
    color:#808080;
    font-size:12px;
    margin-bottom:8px;
}

.h2section {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #b5b5b5;
}

.bg-platform-dark {
    background-color: #479edd;
}

.bg-platform-selected-light {
    background-color: #B4CFF8 !important;
}

.btn-platform-primary {
    background-color: #479edd;
}

.container .nav .nav-link {
    color: #ffffff !important;
    background-color: #479edd !important;
    border: 2px #ffffff solid !important;
}

.container .nav .active {
    color: #ffffff !important;
    background-color: #2c7cbf !important;
    border: 2px #ffffff solid !important;
}

#card_Procjene.sticky {
    position: fixed;
    top: 0;
}

.chevron-list {
    list-style: none; /* Uklanja standardne oznake */
    margin: 10px;
    padding: 0;
}

    .chevron-list li::marker {
        content: '› '; /* Unicode znak za desnu strelicu */
        color: #555; /* Boja strelice */
       /* font-size: 1.2em; */
    }