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

/* width */
::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
} 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}
/* Placeholder styling for different browsers */
::-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 {
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: #FFFFFF;
text-decoration:none;
transition: color 0.5s;
-webkit-transition: color 0.5s;
}
a.alt:visited {
color: #FFFFFF;
text-decoration:none;
transition: color 0.5s;
-webkit-transition: color 0.5s;
}
a.alt:hover{
color:#dadada;
text-decoration:underline;
}
a.alt:active{
color:#FFFFFF;
text-decoration:none;
}
html,
body {
margin:0;
padding:0;
min-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: 400;
    font-size: 32px;
}
img, video{
	max-width:100%
}
table {
    border-collapse: collapse;
    margin:auto;
    font-size: 18px;
}
th, td {
	border: 1px solid #0000000a;
    text-align: left;
}
td{
	padding: 3px 5px;
}
    tr:nth-child(odd) {
      background: #fafafa;
    }
.tablehead {
    border-bottom: 2px solid;
    background-color: #efefef;
    color: #222e38;
}

input {
    width: 88%;
    max-width: 350px;
    padding: 6px 8px;
    margin-bottom: 20px;
    margin-top: 1px;
    font-size: 18px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #00000024;
    text-align: center;
    outline: none;
}
input:focus {
    outline: 1px solid #d4deef;
  }
textarea{
    width: 95%;
    max-width: 400px;
    height: 70px;
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
}
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;
}



.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;
}
.seperator-whiteline {
    width: 80%;
    margin: 5px auto;
    display: block;
    height: 1px;
    background-color: #ffffff26;
}
.fieldexplain {
    margin-bottom: 0;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #5d5d5d;
    color: #fff;
    vertical-align: middle;
    padding: 4px;
    font-size: 12px;
}
/* glava strani */
#burgermenu {
    position: fixed;
    right: -2px;
    top: -4px;
    display:none;
    cursor: pointer;
    z-index: 10;
    border-bottom-left-radius: 6px;
}
#meni {
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #4d6070;
    background: linear-gradient(180deg, rgb(68 73 76) 0%, rgb(101 121 139) 35%, rgb(7 60 70) 100%);
    z-index: 9;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

/* Menu items container - takes up available space */
.menu-items-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Language selector positioned at bottom */
.language-selector-bottom {
    margin-top: auto;
    flex-shrink: 0;
}
.menielement{
	display: block;
    margin: 7px 6px;
    padding: 6px;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    transition: all 0.3s ease;
}

/* Active menu item styling */
.menielement.active {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 8px;
}

.menielement.active a.alt {
    color: #ffffff !important;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.menielement-skrit{
	display:none;
    margin: 4px 4px;
    padding: 4px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

/* Language Switcher */
.language-switcher {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    margin-top: 10px;
}

.language-label {
    color: #fff;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
}

.language-dropdown {
    background-color: #fff;
    color: #333;
    padding: 8px 12px;
    border: 2px solid #4d6070;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
    transition: all 0.3s ease;
}

.language-dropdown:hover {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.language-dropdown:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

.language-dropdown option {
    padding: 8px;
    font-size: 14px;
}
#stolpci-logo{
    margin-top: 10px;
    max-width:70px;
}
#logo{
    margin-top: 10px;
}
#logobeli{
    width: 70%;
    margin: 20px;
}
#maincontent {
    width: 70%;
    margin: 0 6px 200px 22%;
}
#incgeslo, #incemaijl{
    outline: none;
}
.password-input-wrapper {
    position: relative;
    display: inline-block;
    width: 88%;
    max-width: 350px;
}
.password-input-wrapper #incgeslo {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 1px;
}
.password-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(calc(-50% - 8px));
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    outline: none;
}
.password-toggle:hover {
    color: #333;
}
.password-toggle:focus {
    outline: 1px solid #d4deef;
    border-radius: 2px;
}
.eye-icon {
    width: 20px;
    height: 20px;
    pointer-events: none;
}
#loginbutton {
    background-color: #778c9a;
    border: none;
    color: #ffffff;
    cursor: pointer;
    max-width: 250px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    margin: auto;
	border-radius: 3px;
}
    #loginbutton:hover {
        background-color: #5f717d;
        transition: 0.6s;
    }

#loadinganimation {
    max-width: 250px;
    padding: 10px;
    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%;
}
#stanje a,
#stanje a:visited {
	color: #4d5d68;
}
#stanje a:hover {
	color: #333;
}
#mojneto{
    font-size:38px;
}
.pravokotnik{
	max-width:600px;
	display:block;
	margin:auto;
}

@media screen and (max-width: 1000px) {
    #maincontent {
        margin: 0px 6px 200px 27%;
    }
    #footer {
        padding-left: 9%;
    }
	.tretjina{
		width:90%;
	}
}

@media screen and (max-width: 700px) {
    #logo{
        width:200px;
    }
    #burgermenu{
        display:block;
    }
    #maincontent {
        margin: auto;
        width: 90%;
    }
    #meni {
        width: 270px;
        left: -270px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
        transition: left 0.15s ease-out;
    }
    .menielement{
        padding: 5px;
    }
    
    /* Mobile active menu item styling */
    .menielement.active {
        background-color: rgba(255, 255, 255, 0.1);
        padding-left: 6px;
        margin-left: 3px;
    }
    #footer {
        margin-left: 0 !important;
        padding-left: 0 !important;
		font-size: 12px;
    }
	table {
		display: table;
		width: 100%;
		max-width: 100%;
	}
	
	table td,
	table th {
		white-space: nowrap;
	}
}


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

/*-----------------------------------------------------------------------------------*/
/* VNOSNO POLJE ŠTEVILK */
/*-----------------------------------------------------------------------------------*/
.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input {
    text-align: center; 
    width: 100%;
    font-size: 25px;
    padding: 12px;
    padding-right: 40px; 
    border: 1px solid #4d6070;
    font-weight: bold;
}
/* INPUT ZA INSERT */
.input2 {
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 12px;
    border-radius: 0px;
    border: 1px solid #4d6070;
    background: #ffffff;
    color: #333;
    outline: none;
    transition: all 0.3s;
}
.input2.input-active {
    border-color: #33475b;
    background: #f8f8f8;
    box-shadow: 0 0 4px rgba(51, 71, 91, 0.4);
}

.input2.input-filled {
    background: #f0f0f0;
    color: #333;
} 
.input2:disabled {
    opacity: 0.5;
  }
.input:focus {
    border-color: #33475b;
    background:rgb(248, 248, 248); 
}

.label {
    font-size: 25px;
    font-weight: 600;
    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-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;
}


/*-----------------------------------------------------------------------------------*/
/* 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 {
    content: attr(data-tooltip);
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: normal;
    word-wrap: break-word;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    max-width: 300px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    z-index: 9999;
}

/* Show on hover (desktop) */
.status-tooltip:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Show when manually triggered (mobile) */
.status-tooltip.active::after {
    opacity: 1;
    visibility: visible;
}





/*-----------------------------------------------------------------------------------*/
                        /* TABELA (Mobile so simple celice) */
/*-----------------------------------------------------------------------------------*/

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

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

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



	
	/* tabela-celica */
	
    @media screen and (max-width: 700px) {
        /* tabela-celica - keep as table with horizontal scroll */
        .tabela-celica {
            width: 100%;
            display: table;
        }
        
        .tabela-celica-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
        
        .tabela-celica td,
        .tabela-celica th {
            white-space: nowrap;
        }
    }

    /*-----------------------------------------------------------------------------------*/
                            /* TABELA (Mobile so blocki namesto tabel) */
    /*-----------------------------------------------------------------------------------*/


    
/* 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: auto;
    -webkit-overflow-scrolling: touch;
    white-space: normal;
    margin: 0 auto;
    margin-left: 15px;
}

    @media screen and (max-width: 700px) {
        /* TABELA - keep as table with horizontal scroll */
        .tabela {
            width: 100%;
            display: table;
        }
        
        .tabela-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
        
        .tabela td,
        .tabela th {
            white-space: nowrap;
        }
    }    
/*-----------------------------------------------------------------------------------*/
/* 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;
    }


/*-----------------------------------------------------------------------------------*/
/* NAKAZILO GUMB */
/*-----------------------------------------------------------------------------------*/
.payment-button {
    padding: 8px 15px;
    border: none;
    font-size: 14px;
    border-radius: 5px;
}

.payment-button.active {
    background-color: #4d6070;
    color: white;
    cursor: pointer;
}

.payment-button.disabled {
    background-color: rgb(185, 185, 185);
    color: white;
    cursor: not-allowed;
}

/*-----------------------------------------------------------------------------------*/
/* 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;
}    
/*-----------------------------------------------------------------------------------*/
/* Podatki za nakazilo */
/*-----------------------------------------------------------------------------------*/
.payment-details {
    display: none;
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ddd;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
/* Poudarjene vrednosti */
.highlight-value {
    background: #f5f5f5;
    padding: 5px;
}
.payment-details h2 {
    font-size: 28px;
    color: #4d6070;
    border-bottom: 2px solid #4d6070;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.payment-details h3 {
    font-size: 24px;
    color: #4d6070;
    margin-top: 15px;
}
.payment-section {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}
.payment-section:last-child {
    border-bottom: none;
}
.payment-details p {
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 6px;
}

/*-----------------------------------------------------------------------------------*/
/* Preklic zahtevka */
/*-----------------------------------------------------------------------------------*/

.prekliczahtevka {
    cursor: pointer;
    padding: 4px 6px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    user-select: none;
}

/* ❌ Rdeči učinek na gumb za preklic */
.prekliczahtevka {
    background-color: white;
    color: red;
    font-weight: bold;
}

.prekliczahtevka:hover {
    background-color: rgba(255, 0, 0, 0.2);
    color: darkred;
    transform: scale(1.05);
}


/*-----------------------------------------------------------------------------------*/
/* Stranka split na podjetje */
/*-----------------------------------------------------------------------------------*/


  /* Prilagoditev razmika v stolpcu "Stranka" */
  .stranka-wrapper {
    width: 100%;
    text-align: center;
    display: block;
}

/* Slog podjetja */
.podjetje {
    font-weight: normal;
    margin-bottom: 3px;
}

/* Slog imena in priimka */
.ime {
    font-size: 16px;
    margin-top: 3px;
}

/* Ločilna črta med podjetjem in imenom */
.stranka-hr {
    border: 0;
    border-top: 1px solid #ccc;
    width: 50%;
    margin: 2px auto;
    display: none;
}

.podjetje + .stranka-hr {
    display: block;
}
/*-----------------------------------------------------------------------------------*/
/* Sprejem zahtevka */
/*-----------------------------------------------------------------------------------*/

.sprejemzahtevka {
    font-size: 25px;
    cursor: pointer;
    padding: 4px 6px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    user-select: none;
}

    /* Zeleni učinek na gumb za odobritev */
    .sprejemzahtevka {
        background-color: white;
        color: rgb(87, 143, 89);
        font-weight: bold;
        font-size: 25px;
    }

    .sprejemzahtevka:hover {
        background-color: rgba(0, 255, 0, 0.2);
        color: darkgreen;
        transform: scale(1.05);
    }

/*-----------------------------------------------------------------------------------*/
/* INFO CARD */
/*-----------------------------------------------------------------------------------*/
.info-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 0px;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
    margin-top: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}
.info-card h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
}
.info-card .info-value {
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 0px;
    display: inline-block;
	font-size: 22px;
}

.info-card p {
    margin: 5px 0;
    font-size: 18px;
    color: #555;
}
@media screen and (max-width: 768px) {
	.info-card {
        height: auto; 
        padding: 15px; 
        font-size: 16px; 
        max-width: 90%; 
    }

    .info-card .info-value {
        font-size: 18px; 
        padding: 4px 8px;
    }

    .info-card p {
        font-size: 16px;
    }
}

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

.button{
	border: none;
	background-color: #4d6070;
	color:#ffffff;
	width:220px;
	margin:5px auto;
	padding:10px;
	cursor:pointer;
    border-radius: 10px;
    font-size: 16px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.button:hover {
    font-size: 17px;
}

.button-small{
    border: none;
    background-color: #4d6070;
    color: #ffffff;
    width: 32px;
    height: 32px;
    margin: 5px auto;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    .button-small:hover {
        font-size: 19px;
    }


.altbutton{
	border: none;
    background-color: #75828D;
    color: #fff;
    width: 220px;
    margin: 10px auto;
    padding: 13px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
}

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

.button:disabled,
.altbutton:disabled {
    background-color: #c6c6c6;
    cursor: not-allowed;
}

.button:disabled:hover,
.altbutton:disabled:hover {
    font-size: inherit;
}

.button-destructive {
    background-color: #cf0000;
    color: white;
}

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

.button-secondary {
    background-color: #75828D;
}

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

.button-inverse {
    background-color: #e5e7eb;
    color: #1d4f91;
    border: 1px solid #cfd4dc;
}

.button-inverse:hover {
    background-color: #dbe1e8;
    color: #163f73;
    font-size: 17px;
}

/*-----------------------------------------------------------------------------------*/
/* BUTTON GROUPS - Primary action on right, proper spacing */
/*-----------------------------------------------------------------------------------*/
.button-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}

.button-group-two {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}

.button-group-two .button:first-child,
.button-group-two .altbutton:first-child {
    background-color: #75828D;
}

.button-group-three {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}

.button-group-three .button:first-child,
.button-group-three .altbutton:first-child {
    background-color: #75828D;
}

.button-group-three .button:nth-child(2),
.button-group-three .altbutton:nth-child(2) {
    background-color: #75828D;
}

@media screen and (max-width: 700px) {
    .button-group,
    .button-group-two,
    .button-group-three {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    
    .button-group .button,
    .button-group .altbutton,
    .button-group-two .button,
    .button-group-two .altbutton,
    .button-group-three .button,
    .button-group-three .altbutton {
        width: 100%;
        margin: 0;
    }
}

/*-----------------------------------------------------------------------------------*/
/* COLOR PICKER */
/*-----------------------------------------------------------------------------------*/
.color-picker-trigger {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #ccc;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}
.color-picker-popup {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	margin-bottom: 8px;
	z-index: 1000;
	white-space: nowrap;
}
.color-option {
	width: 20px;
	height: 20px;
	margin: 3px;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
}
/*-----------------------------------------------------------------------------------*/
/* 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;
}

.izpisek {
    cursor: pointer;
}
/* Progress bar styling */
#progressContainer {
    margin-bottom: 20px;
}
#progressBar {
    width: 100%;
    height: 14px;
}
/* amber on penultimate step */
#progressBar.warning::-webkit-progress-value {
  background: #FFC107;
}
#progressBar.warning::-moz-progress-bar {
  background: #FFC107;
}
#progressBar.warning {
  accent-color: #FFC107;
}

/* darker yellow on final step */
#progressBar.final-warning::-webkit-progress-value {
  background: #FFA000;
}
#progressBar.final-warning::-moz-progress-bar {
  background: #FFA000;
}
#progressBar.final-warning {
  accent-color: #FFA000;
}
#progressBar {
  position: relative;
  width: 100%;
  height: 16px;
  background: #eee;
  border-radius: 8px;
  overflow: hidden;
}

/* the actual “fill” */
#progressFill {
  width: 0%;
  height: 100%;
  transition: width 0.4s ease-in-out;
  background: #007bff;        /* default color */
}

/* amber on penultimate step */
#progressFill.warning {
  background: #FFC107;
}

/* darker yellow on final step */
#progressFill.final-warning {
  background: #FFA000;
}

/* popup bubble */
#progressPopup {
  position: absolute;
  padding: 6px 10px;
  background-color: #FFA000;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9em;
  display: none;
  z-index: 10002;
  white-space: nowrap;
}


/* Navigation buttons - primary action on right */
.navigation-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.navigation-buttons button:first-child {
    background-color: #75828D;
}

.navigation-buttons button:last-child {
    background-color: #4d6070;
}

.navigation-buttons button {
    font-size: 18px;
}

.navigation-buttons button:hover {
    font-size: 19px;
}

/* Hide prev/submit by default */
#prevBtn,
#submitBtn {
    display: none;
}

/* Removed duplicate error highlight styles - these are now handled in suitability.css */

/* Removed duplicate category-title styles - these are now handled in suitability.css */

/*-----------------------------------------------------------------------------------*/
/* VERIFIKACIJE */
/*-----------------------------------------------------------------------------------*/

/* LEGENDA */
.status-legend {
    margin: 32px auto;
    padding: 16px 24px;
    max-width: 560px;
    width: 90%;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #2a3446;
}

.legend-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid transparent;
    flex-shrink: 0;
}

.legend-circle.gray {
    background-color: #cbd5e1;
    border-color: #94a3b8;
}

.legend-circle.yellow {
    background-color: #fde047;
    border-color: #facc15;
}

.legend-circle.green {
    background-color: #34d399;
    border-color: #059669;
}

.legend-circle.red {
    background-color: #f87171;
    border-color: #ef4444;
}


.page-title {
    text-align: center;
    margin-top: 80px;
    font-size: 1.8rem;
    color: #2a3446;
    letter-spacing: 0.5px;
}

/* KYC CONTAINER IN DIV-I */
.kyc-container {
    max-width: 560px;
    margin: 20px auto;
    background-color: #f8f9fa;
    border: 1px solid #d1d5db;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    width: 90%;
}

.kyc-header {
    padding: 22px 24px;
    font-size: 1rem;
    font-weight: 600;
    color: #2a3446;
    background-color: #f5f9ff;
    border-bottom: 1px solid #d1d5db;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kyc-step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 24px;
    border-bottom: 1px solid #d1d5db;
    cursor: default;
    background-color: #f8f9fa;
    transition: background-color 0.2s ease, padding-left 0.2s ease;
}

.kyc-step:hover {
    background-color: #f1f5f9;
    padding-left: 28px;
}

.kyc-step:last-child {
    border-bottom: none;
}

.kyc-text {
    flex-grow: 1;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

.step-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2a3446;
    margin-bottom: 6px;
}

.step-desc {
    font-size: 0.9rem;
    color: #555e6c;
    line-height: 1.4;
}

.step-status {
    width: 16px;
    height: 16px;
    background-color: #cbd5e1;
    border: 2px solid #94a3b8;
    border-radius: 50%;
    margin-left: 16px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.kyc-step:hover .step-status {
    transform: scale(0.92) translateX(2px);
}

.kyc-details {
    display: none;
    padding: 16px 24px;
    background-color: #ffffff;
    border-top: 1px solid #d1d5db;
}

.kyc-details input[type="file"] {
    margin-top: 8px;
}

/****************************************************************************/
/* ALERT MESSAGE ZA MAIL */
/****************************************************************************/
.alert-message {
    max-width: 560px;
    margin: 20px auto;
    padding: 16px 20px;
    background-color: #e0f2fe;
    color: #0369a1;
    border: 1px solid #bae6fd;
    border-radius: 6px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 0.95rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}


/****************************************************************************/
/* NEW USER FORM */
/****************************************************************************/
.input2 {
    width: 100%;
    max-width: 500px;
}

.radio-group {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: normal;
}

.radio-group-compact {
    justify-content: center;
    gap: 24px;
}

.radio-group-compact label {
    gap: 6px;
    margin: 0;
}

.radio-group-compact input[type="radio"] {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    height: auto;
}

.switch-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
    width: 100%;
    text-align: center;
}

.switch-label {
    font-size: 14px;
    color: #6b7280;
    transition: color 0.2s ease;
}

.switch-label.active {
    color: #1f2937;
    font-weight: 600;
}

.switch-toggle {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

.switch-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1d5db;
    transition: 0.2s;
    border-radius: 999px;
}

.switch-slider::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    top: 3px;
    background-color: #ffffff;
    transition: 0.2s;
    border-radius: 50%;
}

.switch-toggle input:checked + .switch-slider {
    background-color: #4d6070;
}

.switch-toggle input:checked + .switch-slider::before {
    transform: translateX(22px);
}

.input-error {
    border: 2px solid #ff4d4d;
    background-color: #fff0f0;
}

.address-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 500px;
}

.address-field {
    flex: 1;
    min-width: 140px;
}

.address-field input {
    width: 100%;
}

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

/*-----------------------------------------------------------------------------------*/
/* Oži stolpec, filter, plošče, embed — ponovna uporaba */
/*-----------------------------------------------------------------------------------*/

.content-column {
	max-width: 42rem;
	margin: 0 auto;
	padding: 0 1rem 2rem;
	text-align: left;
	box-sizing: border-box;
}

.section-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 1.25rem;
	color: #2c3338;
	text-align: center;
}

.filter-panel {
	margin-bottom: 1.25rem;
	padding: 0.85rem 1rem;
	background: #f7f8f9;
	border: 1px solid #dcdfe3;
	border-radius: 8px;
}

.filter-panel label {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	color: #4d6070;
	margin-bottom: 0.4rem;
}

.filter-panel select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1rem;
	padding: 0.5rem 0.65rem;
	border: 1px solid #b8c0c8;
	border-radius: 6px;
	background: #fff;
	color: #333;
}

.status-line {
	text-align: center;
	font-size: 0.95rem;
	color: #666;
	margin: 0 0 1rem;
}

.status-line.is-hidden {
	display: none;
}

.stack {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.panel {
	border: 1px solid #dcdfe3;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}

.panel-title {
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0;
	padding: 0.75rem 1rem;
	background: linear-gradient(180deg, #f0f3f5 0%, #e8ecef 100%);
	border-bottom: 1px solid #dcdfe3;
	color: #2c3338;
	line-height: 1.35;
}

.panel-title-meta {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.92em;
	font-weight: 500;
	color: #4d6070;
}

.embed-16x9 {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	background: #0f0f0f;
}

.embed-16x9 iframe,
.embed-16x9 object,
.embed-16x9 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.panel-note {
	margin: 0;
	padding: 1rem;
	font-size: 0.95rem;
	color: #555;
	background: #fafafa;
}

.crm-circle-emoji-btn {
	--crm-circle-btn-size: 44px;
	--crm-circle-btn-font-size: 22px;
	--crm-circle-btn-border: #d1d5db;
	--crm-circle-btn-bg: #ffffff;
	--crm-circle-btn-color: #374151;
	--crm-circle-btn-hover-border: #9ca3af;
	--crm-circle-btn-hover-bg: #f3f4f6;
	--crm-circle-btn-hover-color: #111827;
	width: var(--crm-circle-btn-size);
	height: var(--crm-circle-btn-size);
	border-radius: 50%;
	border: 2px solid var(--crm-circle-btn-border);
	background: var(--crm-circle-btn-bg);
	color: var(--crm-circle-btn-color);
	font-size: var(--crm-circle-btn-font-size);
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.crm-circle-emoji-btn:hover {
	background: var(--crm-circle-btn-hover-bg);
	border-color: var(--crm-circle-btn-hover-border);
	color: var(--crm-circle-btn-hover-color);
}

.crm-circle-emoji-btn:active {
	transform: scale(0.97);
}
