
@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;
    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 {
    /* Subtle thin separator line */
    height: 1px;
    width: 80%;
    background-color: rgba(224, 230, 237, 0.45);
    margin: 20px auto;
    box-shadow: none;
}

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

.input3-num {
    padding: 2px 8px;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 90%;
    max-width: 280px;
    font-size: 18px;
    border-radius: 2px;
}
.input3-num:invalid {
    border: 1px solid red;
}
.input3-num: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;
    color: #4d6070;
    font-weight: bold;
    outline: none;
    transition: all 0.3s;
}

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


/*-----------------------------------------------------------------------------------*/
/* 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;
}

/* ------------------------------------------------------------------------- */
/* Component usage explainer (for dev UI previews) */
/* ------------------------------------------------------------------------- */
.explainer {
    margin: 10px auto 10px auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    background: rgba(77, 96, 112, 0.06);
    border: 1px solid rgba(77, 96, 112, 0.18);
    border-radius: 2px;
    box-shadow: none;
}

.explainer-label {
    font-weight: 900;
}

.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;
}


/*-----------------------------------------------------------------------------------*/
/* 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;
}

/* Generic ? help button with tooltip */
.workflow-help-q {
    position: relative;
    border: 1px solid #4d6070;
    background: #fff;
    color: #4d6070;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    line-height: 1;
    padding: 0;
    flex-shrink: 0;
}

.workflow-help-q::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 10px);
    background: #2c3e50;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    white-space: normal;
    width: 420px;
    min-width: 280px;
    max-width: 80vw;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    z-index: 10;
}

.workflow-help-q::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 4px);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2c3e50;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    z-index: 11;
}

.workflow-help-q:hover::after,
.workflow-help-q:hover::before,
.workflow-help-q:focus::after,
.workflow-help-q:focus::before {
    opacity: 1;
    visibility: visible;
}

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

/* Osnovni slog tabele */
.tabela {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
}
/* Oblika celic */
.tabela td, 
.tabela th {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}

/* Right-aligned numeric/currency columns (header + cells) */
.tabela th.col-num,
.tabela td.col-num,
.tabela2 th.col-num,
.tabela2 td.col-num {
    text-align: right;
    white-space: nowrap;
}

/* Right-aligned percent columns (header + cells) */
.tabela th.col-percent,
.tabela td.col-percent,
.tabela2 th.col-percent,
.tabela2 td.col-percent {
    text-align: right;
    white-space: nowrap;
}

/* Right-aligned date columns (header + cells) */
.tabela th.col-date,
.tabela td.col-date,
.tabela2 th.col-date,
.tabela2 td.col-date {
    text-align: center;
    white-space: nowrap;
}
.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 {
        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 {
        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;
    }
}
        	

/*-----------------------------------------------------------------------------------*/
/* 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;
}    


/*------------------------------------------------------------*/
 /*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;
    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-radius: 2px;
	  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-radius: 2px;
	  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;
}

.input3-select {
    display: block;
    margin: 2px auto 10px auto;
    font-size: 18px;
    width: 90%;
    padding: 6px 8px;
    border: 1px solid #222;
    max-width: 280px;
    border-radius: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*BUTTONS - GUMBI*/
/*-----------------------------------------------------------------------------------*/
.button {
	padding: 12.5px 30px;
    border: 0;
    max-width: 300px;
    border-radius: 10px;
    background-color: #4d6070;
    color: #ffffff;
    font-weight: Bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

.button:hover {
    font-size: 17px;
}

.button.spremeni {
    background-color: #2f5e42;
}

.button.spremeni:active {
    background-color: #2f5e42;
}

.button.preklici {
    background-color: #cf0000;
}

.button.preklici:active {
    background-color: #cf0000;
}

.minibutton.preklici {
    background-color: #cf0000 !important;
}

.minibutton.preklici:active {
    background-color: #cf0000 !important;
}
.button:active {
  background-color: #4d6070;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  box-shadow: none;
  transform: scale(0.98);
}

.button2 {
    border: none;
    background-color: #75828D;
    color: #ffffff;
    width: 100px;
    margin: 5px auto;
    padding: 7px;
    cursor: pointer;
	border-radius: 10px;
	font-size: 16px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button2:hover {
    background-color: #75828D;
    font-size: 17px;
    transition: 0.2s;
}
.button3 {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    background: #4d6070;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
	border-radius: 10px;
}

.button3:hover {
    background: #4d6070;
    font-size: 19px;
}
.minibutton{
    display: inline-block;
    padding: 5px;
    margin:5px 8px;
    font-weight: 300 !important;
    font-size: 16px;    	
    border: 0;
    max-width: 300px;
    border-radius: 10px;
    background-color: #4d6070;
    color: #ffffff;
    font-weight: Bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    
    text-align: center;
}

.minibutton:hover {
  background-color: #4d6070;
  font-size: 17px;
}

.minibutton:active {
  background-color: #4d6070;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  box-shadow: none;
  transform: scale(0.98);
}

.button:disabled,
.button2:disabled,
.button3:disabled,
.minibutton:disabled {
	background-color: #c6c6c6;
	color: #666666;
	cursor: not-allowed;
}

#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;
}

.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;
}

#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: 5px;
    }










#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;
}

#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: 5px;
    text-align: left;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.infocontainer:hover {
    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;
}

/*-----------------------------------------------------------------------------------*/
/* UNIVERSAL: centriran blok, flash sporočila, ozek obrazec, tabela besedilo + medij */
/*-----------------------------------------------------------------------------------*/

.page-block-centered {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	text-align: center;
}

.page-block-centered > h2 {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	color: #4d6070;
	margin: 1.25rem 0 0.5rem 0;
	padding: 0;
	border: none;
	box-shadow: none;
	letter-spacing: normal;
}

.page-block-centered > h2:first-child {
	margin-top: 0;
}

.flash-msg {
	margin: 0 0 1em 0;
	text-align: center;
}

.flash-msg-success {
	color: #1b5e20;
}

.flash-msg-error {
	color: #b71c1c;
}

.text-muted-center {
	text-align: center;
}

.form-centered-narrow {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}

.tabela-form-full {
	max-width: 100%;
	width: 100%;
}

.form-centered-narrow .input3:invalid,
.form-centered-narrow select.input3:invalid {
	border: 1px solid #222;
	box-shadow: none;
}

.form-centered-narrow .tabela-form-full td:nth-child(2) {
	text-align: left;
}

.form-centered-narrow select.input3-select {
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

.form-centered-narrow .input3 {
	margin-left: 0;
	margin-right: auto;
}

.form-centered-narrow td:first-child {
	white-space: nowrap;
	vertical-align: top;
	padding-top: 0.5em;
}

.stack-separated {
	margin: 0 auto 1.75rem auto;
	max-width: 960px;
	text-align: center;
}

.stack-separated .tabela-split {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 100%;
}

.tabela-split td.td-split-main {
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}

.tabela-split td.td-split-media {
	text-align: left;
	vertical-align: top;
	width: 280px;
}

.embed-responsive-sm {
	position: relative;
	width: 260px;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	background: #111;
}

.embed-responsive-sm iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}






@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: white;
    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;
}

.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);
    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;
    transition: all 0.3s ease;
    animation: fadeInOut 10s ease-in-out forwards;
}

.notification-window-small:hover {
    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;
    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; 
	outline: none;
}

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

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

/* 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 */
}

.ui-inline-link-btn {
    background: transparent;
    border: none;
    padding: 0;
    color: #4d6070;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
}

.ui-inline-link-btn:hover {
    color: #2f3f4b;
}

