
@font-face {
    font-family: 'Rokkitt';
    src: url('/styles/fonts/Rokkitt-VariableFont_wght.ttf');
}

@font-face {
  font-family: "Rokkitt";
  src: url("/styles/fonts/Rokkitt-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Rokkitt";
  src: url("/styles/fonts/Rokkitt-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Rokkitt";
  src: url("/styles/fonts/Rokkitt-Light.ttf");
  font-weight: normal;
  font-style: italic;
}

table {
    border-collapse: collapse;
    margin: auto;
    font-size: 16px;
    min-width: 100%;
}

/* Ensure all tables can scroll horizontally on mobile */
@media screen and (max-width: 980px) {
    table {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }
    
    table td,
    table th {
        white-space: nowrap;
    }
}
    table th, table td {
	border: 1px solid #00000060;
    text-align: left;
}

td{
	padding: 3px 5px;
}
    tr:nth-child(odd) {
      background: #fafafa;
    }

/* width */
::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
} 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-weight:300;
  font-size:16px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #444;
  font-weight:300;
}
:-moz-placeholder { /* Firefox 18- */
  color: #444;
  font-weight:300;
}
a:link{
color: #4d6070;
text-decoration:none;
transition: color 0.5s;
-webkit-transition: color 0.5s;
}
a:visited {
color: #4d6070;
text-decoration:none;
transition: color 0.5s;
-webkit-transition: color 0.5s;
}
a:hover{
color:#222222;
text-decoration:underline;
}
a:active{
color:#111111;
text-decoration:underline;
}

a.alt:link{
color: #5f5e5e;
text-decoration:none;
transition: color 0.5s;
-webkit-transition: color 0.5s;
}
a.alt:visited {
color: #5f5e5e;
text-decoration:none;
transition: color 0.5s;
-webkit-transition: color 0.5s;
}
a.alt:active{
color:#000;
}
html,
body {
margin:0;
padding:0;
height:100%;
}
body{
background-color: #ffffff;
text-align:center;
font-family: 'Rokkitt', sans-serif;
font-size:18px;
color:#333;
margin-bottom: 150px;
}
h1 {
    font-weight: 600;
    font-size: 28px;
    color: #4d6070;
    text-align: center;
    margin: 25px auto 40px auto;
    border-bottom: 2px solid #e0e0e0;
    padding: 15px 10px 12px 10px;
    box-shadow: none;
    letter-spacing: 0.8px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    max-width: 600px;
    font-family: 'Rokkitt', sans-serif;
}

h2, h3 {
    text-align: center;
}

h4 {
    font-size: 1.5em;
    font-weight: 600;
    color: #2c3e50;
    margin: 30px 0 20px 0;
    padding: 15px 0;
    border-bottom: 2px solid #e9ecef;
    text-align: center;
    letter-spacing: -0.3px;
}
img, video{
	max-width:100%
}

/*-----------------------------------------------------------------------------------*/
/*FORM CONTAINERS*/
/*-----------------------------------------------------------------------------------*/

.form-container {
    max-width: 600px;
    margin: auto;
    padding: 25px;
    border-radius: 0px;
    background: #ffffff;
    text-align: center;
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/* DIVIDER */
/*-----------------------------------------------------------------------------------*/
.divider {
    height: 1px;
    width: 100%;
    background-color: #e0e6ed;
    margin: 15px 0;
}

/*-----------------------------------------------------------------------------------*/
/* VNOSNO POLJE ŠTEVILK */
/*-----------------------------------------------------------------------------------*/
.input3 {
    padding: 2px 8px;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 90%;
    max-width: 500px;
    font-size: 18px;
}
.input3:invalid {
    border: 1px solid red;
}
.input3:disabled, select:disabled {
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
}

.label {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
}


/*-----------------------------------------------------------------------------------*/
/* EUR znak */
/*-----------------------------------------------------------------------------------*/
.currency-symbol {
    position: absolute;
    right: 10px; 
    font-size: 22px;
    color:rgb(32, 70, 102);
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 100%; 
    margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------*/
/* DROPDOWN ANIMACIJA */
/*-----------------------------------------------------------------------------------*/
.animated-section {
    display: none;
    width: 100%;
    margin-top: 10px;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0; 
    border: none; 
    background: none; 
}


/*-----------------------------------------------------------------------------------*/
/* OPOMBA OKVIR */
/*-----------------------------------------------------------------------------------*/
.textarea {
    width: 100%;
    font-size: 18px;
    padding: 12px;
    border-radius: 0px;
    border: 1px solid #4d6070;
    background: #f0f0f0; 
    color: #4d6070;
    font-weight: bold;
    outline: none;
    transition: all 0.3s;
}

.textarea:focus {
    border-color: #33475b;
    background: #ffffff;
}


/*-----------------------------------------------------------------------------------*/
/* TEXT GUMB */
/*-----------------------------------------------------------------------------------*/
.toggle-btn {
    background: transparent;
    color: #4d6070;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.3s;
}

.toggle-btn:hover {
    color: #33475b;
}




/*-----------------------------------------------------------------------------------*/
/* INFO SPOROČILA */
/*-----------------------------------------------------------------------------------*/
.error{
    border-color:red;
}
.error-message {
    display: none;
    color: #db2121;
    text-align: center;
    font-weight: 600;
}

.info-text {
    text-align: center;
    color: #666;
    font-size: 14px;
}

.success-message {
    display: none;
    text-align: center;
    color: #4d6070;
    font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/
/* FLAG */
/*-----------------------------------------------------------------------------------*/
.greenflag{
    background-color:#92d050;
}
.yellowflag{
    background-color:#ffff53;
}
.orangeflag{
    background-color:#ff8d53;
}
.redflag{
    background-color:#ff4b4b;
}

/*-----------------------------------------------------------------------------------*/
/* COPY GUMB */
/*-----------------------------------------------------------------------------------*/
.copy-btn {
    background: none;
    border: none;
    font-size: 20px;
    top: 0;
    right: 0;
    padding: 2px;
}

.copy-btn:hover {
    color: #4d6070;
}


/*-----------------------------------------------------------------------------------*/
/* IOKNA HOVER PODATKOV */
/*-----------------------------------------------------------------------------------*/
.status-tooltip {
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    z-index: 10;
}
/*-----------------------------------------------------------------------------------*/
/* Tooltip (skrit, dokler ni hover) */
/*-----------------------------------------------------------------------------------*/
.status-tooltip::after {
    z-index: 9999;  
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: normal; /* Omogoči prelom besedila */
    word-wrap: break-word;
    bottom: 120%; /* Boljša vidljivost */
    left: 50%;
    transform: translateX(-50%);
    width: 250px; /* Povečana širina tooltipa */
    max-width: 300px; /* Največja širina za berljivost */
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    visibility: hidden;
}

/* Prikaže tooltip na hover */
.status-tooltip:hover::after {
    display: block;
    opacity: 1;
    visibility: visible;
}


/*-----------------------------------------------------------------------------------*/
/* GUMB ZA SPREMENI IN PREKLICI */
/*-----------------------------------------------------------------------------------*/

.spremeni, .preklici, .dodaj {
    border: none;
    background-color: #5f717d;
    color: #ffffff;
    width: 100px;
    margin: 5px auto;
    padding: 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.spremeni:hover, .preklici:hover ,.dodaj:hover {
    background-color: #4d5d68;
    transition: 0.6s;
}

/*-----------------------------------------------------------------------------------*/
/* TABELA */
/*-----------------------------------------------------------------------------------*/

/* Osnovni slog tabele */
.tabela {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
}

/* Naslov tabele */
.tabela-naslov {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

/* Oblika celic */
.tabela td, 
.tabela th {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}
.tabela-container {
    border-radius: 0px;
    margin-top: 0px;
    padding-top: 0px;
    overflow-x: hidden;
    white-space: normal;
    margin: 0 auto;
    margin-left: 15px;
}

/* Make .tabela header sticky */
.tabela th {
    position: sticky;
    top: 0;
    background: #f4f4f4;
    z-index: 2;
}
.tabela2 th {
    position: sticky;
    top: 0;
    background: #f4f4f4;
    z-index: 2;
}

@media screen and (max-width: 980px) {
    .tabela,
    .tabela2,
    .pod-tabela {
        min-width: 100%;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }
    
    .tabela-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    /* Ensure table content doesn't wrap on mobile */
    .tabela td,
    .tabela th,
    .tabela2 td,
    .tabela2 th,
    .pod-tabela td,
    .pod-tabela th {
        white-space: nowrap;
        min-width: auto;
    }
    
    /* Add horizontal scroll indicator */
    .tabela-container::after {
        content: "← Swipe to see more →";
        display: block;
        text-align: center;
        color: #666;
        font-size: 12px;
        margin-top: 10px;
        opacity: 0.7;
    }
}
        /*-----------------------------------------------------------------------------------*/
                                    /* PODTABELA */
        /*-----------------------------------------------------------------------------------*/
       
	.pod-tabela {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
        font-size: 16px;
    }
    
    .pod-tabela th,
    .pod-tabela td {
        border: 1px solid #ccc;
        text-align: left;
    }
    
    .pod-tabela th {
        background-color: #f4f4f4;
    }
    
    .pod-tabela tbody tr:nth-child(odd) {
        background-color: #fafafa;
    }

/*-----------------------------------------------------------------------------------*/
/* TOOLTIP */
/*-----------------------------------------------------------------------------------*/
.status-tooltip {
        pointer-events: auto;
    }

.status-tooltip::after {
    bottom: 140%; /* Dodatno premaknemo tooltip višje */
    left: 50%;
    transform: translateX(-50%);
    width: 280px; /* Večja širina */
    max-width: 320px; /* Še več prostora na večjih mobilnih zaslonih */
    font-size: 16px; /* Malce večja pisava za boljšo berljivost */
    padding: 12px; /* Več prostora okoli besedila */
    text-align: center;
    z-index: 9999;
    }


/*-----------------------------------------------------------------------------------*/
/* Opozorilo */
/*-----------------------------------------------------------------------------------*/
.investment-warning {
    display: none;
    margin-top: 20px;
    padding: 10px;
    background: rgb(241, 241, 241);
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
}.investment-warning p {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 16px;
}    

/*-----------------------------------------------------------------------------------*/
/* GUMB */
/*-----------------------------------------------------------------------------------*/

.button2{
	border: none;
	background-color: #5f717d;
	color:#ffffff;
	width:150px;
	margin:5px auto;
	padding:10px;
	cursor:pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
    .button2:hover {
        background-color: #4d5d68;
        transition: 0.6s;
    }


.altbutton{
	border: 1px solid #222;
    background-color: #3d5567;
    color: #fff;
    width: 220px;
    margin: 10px auto;
    padding: 13px;
    cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/* GUMB DOLG */
/*-----------------------------------------------------------------------------------*/
.button3 {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    background: #4d6070;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.button3:hover {
    background: #33475b;
}
/*-----------------------------------------------------------------------------------*/
/* GUMB MANJSI */
/*-----------------------------------------------------------------------------------*/
.btn-short {
    display: inline-block;
    background: #4d6070;
    color: white;
    font-size: 15px;
    padding: 1px 5px;
    border-radius: 2px;
    text-decoration: none;
    border: 1px solid #ccc;
    margin-left: 6px;
    transition: background-color 0.2s, color 0.2s;
    cursor: pointer;
}

.btn-short:hover {
    background-color: #494f55;
    color: #d0d6db;
}




/*-----------------------------------------------------------------------------------*/
/* LADDER TABELA */
/*-----------------------------------------------------------------------------------*/
.ladder-container {
    background-color: rgb(255, 255, 255);
    padding: 15px;
    max-width: 400px;
    margin: 20px auto; /* Centriranje horizontalno */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centriranje vsebine */
}


.ladder-container h4 {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #333;
	text-align: center;
}

.ladder-container li {
    list-style-type: none;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    font-size: 0.95em;
    color: #555;
	text-align: center;
}

.ladder-container li:last-child {
    border-bottom: none;
}
/*------------------------------------------------------------*/
 /*PODMENI*/
 /*------------------------------------------------------------*/
 
 /* Centered Tab Styling with Enlarging Hover Effect */
 .tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding: 0;
}

.tablinks {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    outline: none;
    cursor: pointer;
    padding: 12px 20px;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    margin: 0 3px;
    position: relative;
    top: 1px;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

/* Enlarging hover effect */
.tablinks:hover {
    background-color: #ececec;
    color: #444;
    border-color: #d8d8d8;
    transform: translateY(-1px) scale(1.02);
    z-index: 1;
}

.tablinks.active {
    background-color: #fff;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    transform: translateY(-3px);
    z-index: 2;
}

/* Tab content container */
#tab-content {
    background-color: #fff;
    padding: 20px;
    min-height: 300px;
    border: 1px solid #e0e0e0;
    border-top: none;
    margin-top: -1px;
}

/* ---------------------------------------------------- */
/* Loading image styling */
/* ---------------------------------------------------- */
#loadericon{
    display: none;
    margin: auto;
    max-width:50px;
}




/* Responsive adjustments */
@media (max-width: 768px) {
    .tab {
        flex-direction: column;
        border-bottom: none;
    }
    
    .tablinks {
        border: 1px solid #e0e0e0;
        margin: 0 0 -1px 0;
        text-align: center;
        top: 0;
    }
    
    .tablinks:hover {
        transform: scale(1.01);
    }
    
    .tablinks.active {
        transform: none;
        border-left: 4px solid #555;
        font-weight: 600;
    }
}




    .tablehead {
        border-bottom: 2px solid;
        background-color: #efefef;
        color: #222e38;
    }
    .formholder{
        margin: 10px auto;
        width: 460px;
    }
    
    /* Mobile responsive styles for password change form */
    @media screen and (max-width: 768px) {
        .formholder {
            width: 90%;
            max-width: 400px;
            margin: 10px auto;
        }
        
        .clasicinput {
            font-size: 16px;
            height: 35px;
            margin: 2px 2px 12px 2px;
        }
        
        .inputexplainer {
            font-size: 14px;
            padding: 1px;
            margin: 1px;
        }
    }
    
    @media screen and (max-width: 480px) {
        .formholder {
            width: 95%;
            max-width: 350px;
        }
        
        .clasicinput {
            font-size: 16px;
            height: 40px;
            margin: 2px 1px 10px 1px;
        }
        
        .inputexplainer {
            font-size: 13px;
        }
    }
    .inputexplainer{
        padding: 2px;
        margin: 2px;
    }
    .clasicinput {
        width: 100%;
        border: 1px solid;
        border-radius: 2px;
        height: 30px;
        font-size: 18px;
        margin: 2px 5px 15px 5px;
    }

    /* Loginform */
	.input-container {
		position: relative;
		margin: 10px auto;
		width: 360px;
	}
	.input-container input[type="text"] {
	  font-size: 20px;
	  width: 100%;
	  border: none;
	  border-bottom: 1px solid #ccc;
	  padding: 5px 0;
	  background-color: transparent;
	  outline: none;
	}
	.input-container input[type="password"] {
	  font-size: 20px;
	  width: 100%;
	  border: none;
	  border-bottom: 1px solid #ccc;
	  padding: 5px 0;
	  background-color: transparent;
	  outline: none;
	}
	.input-container .label {
	  position: absolute;
	  top: 0;
	  left: 0;
	  color: #ccc;
	  transition: all 0.3s ease;
	  pointer-events: none;
	}
	.input-container input[type="text"]:focus ~ .label,
	.input-container input[type="text"]:valid ~ .label {
	  top: -20px;
	  font-size: 16px;
	  color: #333;
	}
	.input-container input[type="password"]:focus ~ .label,
	.input-container input[type="password"]:valid ~ .label {
	  top: -20px;
	  font-size: 16px;
	  color: #333;
	}
	.input-container .underline {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  height: 1px;
	  width: 100%;
	  background-color: #333;
	  transform: scaleX(0);
	  transition: all 0.3s ease;
	}
	.input-container input[type="text"]:focus ~ .underline,
	.input-container input[type="text"]:valid ~ .underline {
	  transform: scaleX(1);
	}
	.input-container input[type="password"]:focus ~ .underline,
	.input-container input[type="password"]:valid ~ .underline {
	  transform: scaleX(1);
	}
    #form2fa{
        display:none;
    }
    #try2fa {
        border: 0;
        border-bottom: 1px solid #3d5567;
        font-size: 40px;
        outline-width: 0;
        text-align: center;
        padding: 10px;
        max-width: 300px;
        margin: 50px auto;
    }

textarea{
    width: 95%;
    max-width: 400px;
    height: 70px;
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    display: block;
    margin: 20px auto;
    min-height: 65px;
}
select {
    display: block;
    margin-bottom: 20px;
    margin-top: 2px;
    font-size: 18px;
    width: 90%;
    padding: 6px 8px;
	border: 1px solid #222;
    max-width: 368px;
    margin: auto;
}

.minibutton{
    padding: 5px !important;
    font-weight: 300 !important;
    font-size: 16px !important;
}
.sbsbutton{
    display: inline-block !important;
    margin:5px 8px !important;
}
.sbsbutton2{
    display: inline-block;
    margin:5px 8px !important;
}
.smallbutton{
    background-color: #8799a5;
    color: #fff;
    display: inline-block;
    border: 0;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
}

.button {
	padding: 12.5px 30px;
    border: 0;
    max-width: 300px;
    border-radius: 7px;
    background-color: #3d5567;
    color: #ffffff;
    font-weight: Bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    margin: auto;
    text-align: center;
}

.button:hover {
  background-color: #3d5567;
  box-shadow: 0 0 20px #6fc5ff50;
  transform: scale(1.1);
}

.button:active {
  background-color: #3d5567;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  box-shadow: none;
  transform: scale(0.98);
}

#popup-background{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #222222de;
    width:100%;
    height:100%;
    z-index: 10;
}
#popup{
    display: none;
    position: fixed;
    border-radius: 3px;
    padding: 5px;
    min-height: 70px;
    max-height: 80vh;
    overflow-y: scroll;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    max-width: 800px;
    background-color: #fafafa;
    z-index: 11;
}
    .popupx{
        position: absolute;
        right: 10px;
        margin: 0;
        padding: 5px;
        font-size: 50px;
        cursor: pointer;
        line-height: 50%;
        color: #4d6070;
    }
    .popup-content{
        display: block;
        margin:15px auto 5px auto;
        padding: 5px;
    }


.altbutton{
	border: 1px solid #222;
    background-color: #3d5567;
    color: #fff;
    width: 220px;
    margin: 10px auto;
    padding: 13px;
    cursor: pointer;
}

.half{
	width:46%;
	margin:auto;
	display:inline-block;
	vertical-align:top;
}
.tretjina{
	width:30%;
	padding:5px;
	margin:auto;
	display:inline-block;
	vertical-align:top;
}
.levo{
	text-align:left;
}
.centr{
	text-align:center;
}
.debeu{
	font-weight: 700;
}
.seperator{
    margin-top: 20px;
}
.kurzorhover {
    cursor: pointer;
}
.seperator-whiteline {
    width: 80%;
    margin: 5px auto;
    display: block;
    height: 1px;
    background-color: #ffffff26;
}
.fieldexplain {
    margin-bottom: 0;
}
#footer.local{
    background-color: rgb(0, 170, 255) !important;
}
#footer.staging{
    background-color: rgb(0, 255, 89) !important;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #5d5d5d;
    color: #fff;
    vertical-align: middle;
    padding: 6px;
    padding-left: 6%;
    font-size: 14px;
    z-index: 10;
}
#obvestila-ikona-nosilec{
    display: block;
    position: fixed;
    width: 30px;
    top:20px;
    right:20px;
}
    #obvestila-stevilo {
        padding: 0px 4px;
        background-color: red;
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        display: block;
        position: absolute;
        bottom: 0;
        left: -5px;
        border-radius: 30px;
    }
/* glava strani */
#burgermenu {
    position: fixed;
    right: 15px;
    top: 15px;
    display:none;
    cursor: pointer;
    z-index: 10;
    border-bottom-left-radius: 6px;
}
#leftmenu {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #e2e6e8;
    z-index: 9;
}
    #leftmenu-logo {
     width: 80%;
     max-width: 170px;
        margin-top: 20px;
    }
	#menuiskalnik{
		width: 20px;
		display: block;
		cursor: pointer;
		margin-left: 5px;
		opacity: 0.5;
	}
    .leftmenu-element{
    	display: block;
        margin: 7px 6px;
        padding: 6px;
        font-size: 17px;
        font-weight: 400;
        text-align: left;
    }
    .menielement {
        padding: 5px;
        margin: 5px;
        text-align: left;
    }
    .menielement-skrit{
    	display:none;
        margin: 4px 4px;
        padding: 4px;
        font-size: 15px;
        font-weight: 400;
        text-align: left;
    }
    .triangle{
        display: inline;
    }

#secondmenu {
    text-align: center;
    max-width: 80%;
    margin: auto;
    border: 1px solid #e4e4e4;
    border-right: 0;
    border-left: 0;
    padding: 10px;
}

.iskalnikholder {
    display: block;
    line-height: 28px;
    align-items: center;
    position: relative;
    max-width: 230px;
    margin: 15px 10px;
}

.iskalnik {
    width: 100%;
    height: 40px;
    line-height: 28px;
    padding: 0 1rem;
    padding-left: 10px;
    border: 2px solid transparent;
    border-radius: 8px;
    outline: none;
    background-color: #f3f3f4;
    color: #0d0c22;
    transition: .3s ease;
}

.iskalnik::placeholder {
 color: #9e9ea7;
}

.iskalnik:focus, input:hover {
 outline: none;
 border-color: #8799a5;
 background-color: #fff;
 box-shadow: 0 0 0 4px #8799a5;
}

.searchicon {
    position: absolute;
    right: 2.5rem;
    top: 0.2rem;
    fill: #3d5567db;
    width: 1rem;
    height: 2rem;
    cursor: pointer;
}
#iskalnikpro{
    margin:auto;
    display: block;
    width:90%;
    max-width: none;
}
    #rezultatiholder{
        display: none;
    }
    .rezultatiskanja{
        display: block;
        border: 1px solid #3d556738;
        background-color: #4d607003;
        padding: 10px;
        margin: 20px 10px;
        border-radius: 2px;
    }










#main-logo-top {
    margin-top: 10px;
    max-width: 130px;
    text-align: center;
    margin: auto;
    padding-top: 10px;
    display: block;
}
#logobeli{
    width: 70%;
    margin: 20px;
}
#mainscreen {
    max-width: 1400px;
    width: 90%;
    margin: auto;
    margin-left: 20%;
    text-align: center;
}

#unlockinglogin {
    max-width: 120px;
    padding: 1px;
    margin: auto;
    display: none;
}
#logoutbutton {
    background-color: #778c9a;
    border: 1px solid #3d5567;
    color: #ffffff;
    cursor: pointer;
    max-width: 200px;
    margin: 40px auto 10px auto;
    padding: 5px;
}
#stanje{
	font-size:20px;
    line-height: 175%;
}
#mojneto{
    font-size:28px;
}
.pravokotnik{
	max-width:600px;
	display:block;
	margin:auto;
}

#login-logo-top {
    max-width: 200px;
    margin: 50px auto 20px auto;
}
#login-logo-bottom {
    max-width: 140px;
    margin: 50px auto 10px auto;
}


.infocontainer {
    width: 28%;
    max-width: 370px;
    padding: 25px;
    margin: 15px 10px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    color: #4d6070;
    border-radius: 0;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.infocontainer:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.infocontainer h5 {
    border-bottom: 2px solid #e9ecef;
    font-size: 1.3em;
    color: #2c3e50;
    font-weight: 600;
    padding-bottom: 12px;
    margin: 0 0 15px 0;
    letter-spacing: -0.2px;
}

.infocontainer p {
    margin: 8px 0;
    line-height: 1.5;
    font-size: 0.95em;
}






@media screen and (max-width: 1700px) {
    #mainscreen {
        width: 75%;
        margin-left: 20%;
    }
}
@media screen and (max-width: 1460px) {
    .infocontainer {
        width: 30%;
        max-width: 300px;
        padding: 20px;
        margin: 10px 5px;
    }
}
@media screen and (max-width: 1400px) {
    #mainscreen {
        width: 79%;
        margin-left: 20%;
    }
}
@media screen and (max-width: 1250px) {
    #mainscreen {
        width: 75%;
        margin-left: 24%;
    }
}
@media screen and (max-width: 1045px) {
    #mainscreen {
        width: 70%;
        margin-left: 27%;
    }
}
@media screen and (max-width: 1110px) {
    .infocontainer {
        width: 80%;
        max-width: 700px;
        padding: 25px;
        margin: 15px 20px;
    }
}
@media screen and (max-width: 1000px) {
	.tretjina{
		width:90%;
	}
}
@media screen and (max-width: 980px) {
    h4{
        text-align: center;
    }
	h1 {
        text-align: center;
        border-bottom: 1px solid #4d60700a;
        margin: 20px auto;
        max-width: 90%;
        padding-bottom: 20px;
	}
    #leftmenu-logo {
        max-width: 100px;
        margin-top: 10px;
    }
    #burgermenu{
        width: 50px;
        display:block;
    }
    #mainscreen {
        margin: auto;
        width: 95%;
        max-width: 100vw;
        overflow-x: hidden;
    }
    #leftmenu {
        width: 270px;
        left: -270px;
        transform: translateX(0);
        transition: transform 0.3s ease;
    }
    #leftmenu.active {
        transform: translateX(270px);
    }
    .menielement{
        padding: 5px;
    }
 
    #footer {
        padding-left: 0;
		font-size: 12px;
    }
    .infocontainer {
        width: 90%;
        display: block;
        max-width: 900px;
        margin: 15px auto;
        padding: 20px;
    }
    
    /* Prevent horizontal overflow */
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    
    /* Ensure all content stays within viewport */
    * {
        box-sizing: border-box;
    }
}

/* CURSOR FOR CLICKABLE */
.popupcta{
    cursor:pointer;
}


/* ------------------------------------------------------------------------- */
/*                          Progress bar                                     */
/* ------------------------------------------------------------------------- */

.progress-container {
    position: relative;
    height: 30px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #3498db;
    transition: width 2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 300;
    font-size: 0.9em;
}

.progress-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    font-weight: bold;
    pointer-events: none;
}

.no-process-message {
    text-align: center;
    padding: 20px;
    color: #7f8c8d;
}
/* ------------------------------------------------------------------------- */
/*                      Mini progress bar                                    */
/* ------------------------------------------------------------------------- */
.process-loading-bar {
    position: relative;
    width: 100%;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #3498db, #2980b9);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 4px rgba(52, 152, 219, 0.5);
    position: relative;
}

.progress-percentage-text {
    color: white;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

/* ------------------------------------------------------------------------- */
/*                      Majhno obvestilno okno                               */
/* ------------------------------------------------------------------------- */

.notification-window-small {
    width: 150px;
    margin: 5px auto;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: #2c3e50;
    border-radius: 4px;
    padding: 12px 16px;
    max-width: 280px;
    border-left: 4px solid #3498db;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    animation: fadeInOut 10s ease-in-out forwards;
}

.notification-window-small:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.notification-window-small a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
/* ------------------------------------------------------------------------- */
/*                      Dropdown filter                                      */
/* ------------------------------------------------------------------------- */

.filter-icon {
    cursor: pointer;
    font-size: 12px;
    margin-left: 6px;
    user-select: none;
}


.filter-dropdown {
    position: absolute;
    top: 20px;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    padding: 5px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 10;
    width: 150px;
}

.filter-dropdown .filter-option {
    padding: 6px 12px;
    cursor: pointer;
    font-size: 18px;
}

.filter-dropdown .filter-option:hover {
    background-color: #f0f0f0;
}

/* ------------------------------------------------------------------------- */
/*                      Explain box                                          */
/* ------------------------------------------------------------------------- */
.status-explained {
    max-width: 800px;
    margin: 60px auto 40px auto;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}

.status-heading {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.status-block {
    padding: 15px 25px;
    background: #f9f9f9;
    border-left: 4px solid #5f717d;
    border-right: 4px solid #5f717d;
    margin-bottom: 25px;
    display: inline-block;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center; 
}

/* ------------------------------------------------------------------------- */
/*                      Menu scroll                                          */
/* ------------------------------------------------------------------------- */
#leftmenu {
    max-height: 100vh;
    overflow-y: auto;
    padding-right: 5px;
}

#leftmenu::-webkit-scrollbar {
    width: 6px;
}

#leftmenu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#leftmenu::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

/* OTP Input Styles */
.otp-input-container {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 20px 0;
	flex-wrap: wrap;
}

.otp-digit {
	width: 50px;
	height: 50px;
	border: 2px solid #ddd;
	border-radius: 8px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	transition: all 0.3s ease;
}

.otp-digit:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
	outline: none;
}

.otp-digit:valid {
	border-color: #3d5567;
}

.otp-button-container {
	text-align: center;
	margin-top: 20px;
}

/* Remove the primary-button class since we'll use the existing .button class */

/* Mobile responsiveness */
@media (max-width: 480px) {
	.otp-input-container {
		gap: 8px;
	}
	
	.otp-digit {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}
	
	/* The .button class already has good mobile styling */
}
