/* Source: cleaned from main.css :contentReference[oaicite:0]{index=0} */

.cl {
    clear: both;
}
label {
    font-size: 14px;
}
body {
    margin: 0;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Rnd', sans-serif;
	/* font-family: 'Source Sans Pro', sans-serif; */
    background-color: #f7f6f2;
}

a {
    text-decoration: none;
    color: #333;
}
@media (max-width: 600px) {
  .ui-dialog {
    width: 90% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: 90% !important;
  }
  .ui-dialog-content {
    padding: 10px !important;
  }
  .ui-dialog .ui-dialog-buttonpane {
    padding: 8px 10px !important;
  }
}

.ui-widget {
    font-family: 'rnd', sans-serif;
}

/* Main Header */
.main-header {
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    max-width: 1440px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.visually-hidden,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.main-header nav {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Text style helpers */
.text-none {}
.text-underline { text-decoration: underline !important; }
.text-bold { font-weight: bold !important; }
.text-italic { font-style: italic !important; }
.text-bold_underline {
    font-weight: bold !important;
    text-decoration: underline !important;
}
.text-italic_underline {
    font-style: italic !important;
    text-decoration: underline !important;
}
.text-bold_italic {
    font-weight: bold !important;
    font-style: italic !important;
}

/* Main Navigation */
.main-header ul {
    list-style: none;
    gap: 0;
    padding: 0;
    margin: 0;
    font-family: 'MyWebFont';
    text-align: center;
}

.cls-2 {
    fill: #000 !important;
}

.main-header ul li {
    display: inline-block;
    margin-bottom: 3px;
}

.main-header ul li i {
    display: inline-block;
    min-width: 17px;
}

.main-header ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    padding: 8px 13px;
    font-family: 'varf';
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-weight: bold;
    border-right: 1px dashed #c3c3c3;
}

.main-header ul li:last-child a {
    border-right: none;
}

.ui-sortable li a {
    transition: background-color 0.3s, color 0.3s;
}

/* Modal Background */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #383d54eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advanceLoginLogoTopBar {
    position: fixed;
    left: 0;
    top: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 10%, rgba(47, 13, 102, 0.23) 100%),
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><rect width="1" height="1" x="0" y="0" fill="rgba(0,0,0,0.04)"/><rect width="1" height="1" x="5" y="5" fill="rgba(0,0,0,0.04)"/></svg>');
    background-size: 3px 3px;
    background-color: #38364d;
    width: 100%;
    padding: 10px;
    height: 30px;
    padding-bottom: 20px;
    border-top: 4px solid #000;
    border-bottom: 1px solid #5b5b5b;
}

.advanceLoginLogoTopBar img {
    height: 100%;
}

.loginHH {
    font-family: 'Source Serif Pro', serif;
    padding-bottom: 20px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 20px;
    font-size: 140%;
    letter-spacing: 0.2px;
    line-height: 130%;
}

.loginPoruka {
    color: #f63636;
    font-family: monospace;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    display: none;
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    border: 1px solid #e7e3db;
    border-radius: 2px;
    padding: 64px;
    width: 430px;
    text-align: center;
    font-family: 'Source Serif Pro', serif;
    letter-spacing: 0.5px;
    position: relative;
}

/* Close Button (final version) */
.close {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    color: #000000;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 0 0 0 3px;
    transition: transform 0.25s;
}

/* Input Group */
.input-group {
    margin-bottom: 14px;
}
.input-group label{
    width: 100%;
    display: inline-block;
    text-align: left;
}
.input-group.remember-me label{
    width: auto;
    display: inline-block;
    text-align: left;
}

.input-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #dad8e2;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.field-help {
    font-size: .85rem;
    color: #6b6a75;
    margin-top: 4px;
}

.email-container,
.password-container {
    display: flex;
    align-items: center;
}

.email-container input[type="text"],
.password-container input[type="password"] {
    width: 100%;
    outline: none;
    border: 1px solid #dad8e2;
    padding: 12px;
    font-size: 18px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    background: #f0f4ff;
    box-sizing: border-box;
}

#registerForm input {
    width: 100%;
    padding: 6px 8px;
    font-size: 16px;
    box-sizing: border-box;
}

.email-container button,
.password-container button {
    border: none;
    background: none;
    color: #007BFF;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
}

.toggle-pass {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 6px 8px;
}

.chk {
    user-select: none;
}

.chk input {
    margin-right: 8px;
    vertical-align: middle;
}

#accept_tos {
    display: inline-block;
    width: 22px !important;
    height: 22px !important;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 0;
}

.chk a {
    text-decoration: underline;
}

.form-error {
    display: none;
    margin: 8px 0 0;
    color: #b00020;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.form-error.show {
    display: block;
}

/* Sign-in button (final version) */
.sign-in {
    width: 100%;
    padding: 12px 16px;
    border: 0;
    border-radius: 12px;
    background: #1f1c2e;
    color: #fff;
    font-weight: normal;
    font-family: 'Bodoni Moda', serif;
    font-size: 22px;
    margin-top: 10px;
}

/* Remember me */
#rememberMe {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

label[for='rememberMe'] {
    display: inline-block;
}

/* Forgot Password Link */
.forgot-password {
    display: block;
    margin-top: 10px;
    color: #4479b3;
    text-decoration: underline;
    font-size: 14px;
    font-family: monospace;
    margin-bottom: 50px;
}

.nistekorisnikopts u{
	cursor:pointer;
}

/* Switch auth / register note */
.nistekorisnikopts,
.switch-auth {
    margin-bottom: 30px;
    font-size: 13px;
    margin-top: 100px;
    letter-spacing: 0.5px;
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    margin-left: -64px;
    padding-left: 64px;
    margin-right: -64px;
    padding-right: 64px;
}

/* Social buttons */
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 15px 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.divider span {
    margin: 0 10px;
    font-size: 12px;
    color: #777;
}

.social-buttons {
    display: flex;
    gap: 10px;
}

.social-buttons button {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
}

.social-buttons button img {
    width: 76px;
    margin-right: 0;
}

.facebook {
    border-color: #1877F2;
    color: #1877F2;
}

.google {
    border-color: #DB4437;
    color: #DB4437;
}

/* Tooltips */
.my-tooltip {
    position: absolute !important;
    z-index: 10000000001;
}

.ui-tooltip {
    --tooltip-bg: rgb(74 69 126 / 100%);
    --tooltip-border: #fff;

    background-color: var(--tooltip-bg);
    color: #fff;
    border: 1px solid var(--tooltip-border);
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    pointer-events: none;
    white-space: normal;
    word-wrap: break-word;
    max-width: 300px;
}

.ui-tooltip.tooltip-arrow-bottom::after,
.ui-tooltip.tooltip-arrow-bottom::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
}

.ui-tooltip.tooltip-arrow-bottom::before {
    border-width: 11px;
    border-color: var(--tooltip-border) transparent transparent transparent;
    z-index: 1;
}

.ui-tooltip.tooltip-arrow-bottom::after {
    border-width: 10px;
    border-color: var(--tooltip-bg) transparent transparent transparent;
    z-index: 2;
}

.ui-tooltip.tooltip-arrow-top::after,
.ui-tooltip.tooltip-arrow-top::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
}

.ui-tooltip.tooltip-arrow-top::before {
    border-width: 11px;
    border-color: transparent transparent var(--tooltip-border) transparent;
    z-index: 1;
}

.ui-tooltip.tooltip-arrow-top::after {
    border-width: 10px;
    border-color: transparent transparent var(--tooltip-bg) transparent;
    z-index: 2;
}

/* Measure execution time box */
.measureExecutionTime_cont {
    position: fixed;
    right: 50px;
    bottom: 20px;
    color: #777;
    font-size: 14px;
    font-family: monospace;
    letter-spacing: 0.2px;
    max-width: 440px;
    overflow: auto;
    max-height: 93vh;
    background-color: #f0f8fffc;
    border-radius: 2px;
    padding: 14px;
    border-left: 7px solid #6b7991;
}

.sqlprikazpre {
    font-size: 14px;
    padding: 20px;
    white-space: pre-wrap;
    max-height: 80vh;
    overflow: auto;
}

/* Quick notification */
.kratkabrzaporuka {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 15px 30px 15px 46px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    z-index: 99999999999999;
    box-shadow: 0 8px 16px #00000082;
    max-width: 460px;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ccc8e4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0'/%3E%3Cpath d='M12 9h.01'/%3E%3Cpath d='M11 12h1v4h1'/%3E%3C/svg%3E") 10px 10px/20px 20px no-repeat,
        linear-gradient(360deg, #3d3b51, #504f6a);
    transition: background 0.2s, bottom 0.2s;
}

.kbprka_mid {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    border-radius: 3px;
    padding-bottom: 14px;
    padding-top: 12px;
    background: linear-gradient(360deg, #3d3b51, #504f6a);
    padding-left: 20px;
    padding-right: 40px;
    max-width: 200px;
    text-align: left;
    line-height: 120%;
}

.kbprka_mid::after {
    content: "X";
    position: absolute;
    right: 8px;
    top: 8px;
    color: #d0d0d0;
    width: 19px;
    height: 19px;
    border: 2px solid #938396;
    border-radius: 20px;
    font-size: 11px;
    line-height: 19px;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    transition: transform 0.25s, border-color 0.25s, color 0.25s, background-color 0.25s;
}

/* Breaking news satellite icon */
.satellite-wrap {
    position: relative;
    display: inline-block;
    margin-right: 16px;
}

.satellite-wrap .fa-satellite-dish {
    font-size: 28px;
    color: #069;
    position: relative;
}

h1 .satellite-wrap .fa-satellite-dish {
    font-size: 130%;
    color: #8592a7;
    position: relative;
    margin-right: 12px;
}

.satellite-wrap .fa-satellite-dish::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border: 2px solid #393563;
    border-radius: 50%;
    opacity: 0;
    animation: wave 2.5s ease-out infinite;
}

.satellite-wrap .fa-satellite-dish[data-style="dashed"]::after {
    border: 2px dashed #393563;
    animation: wave 2.5s ease-out infinite;
}

h1 .satellite-wrap .fa-satellite-dish::after {
    border: 3px dotted #8592a7;
}

.satellite-wrap .fa-satellite-dish::before {
    animation: swingsat 10s ease infinite;
    display: inline-block;
    transform: rotate(0deg);
}

.satellite-wrap .fa-satellite-dish[data-style="dashed"]::before {
    animation: swingsat 5s ease infinite;
}

@keyframes swingsat {
    20% { transform: rotate(0deg); }
    50% { transform: rotate(-90deg); }
    80% { transform: rotate(0deg); }
}

@keyframes wave {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}

.ui-widget-header {
    background: #453a65;
    color: #ffffff;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 0.7em;
}

/* Search overlay */
.trazilicaOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(23 22 29 / 77%);
    z-index: 1000;
}

.trazilicaCont_over {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    display: flex;
    gap: 10px;
    align-items: center;
}

.trazilicaCont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto;
    max-width: 700px;
    padding: 10px;
    background: #564c75;
    border-radius: 999px;
    margin-top: 80px;
    position: relative;
    z-index: 1111;
}

.trazilicaCont_over.trazilicaCont {
    margin: initial;
    position: absolute;
}

.trazilicaTermin {
    flex: 1;
    border: none;
    outline: none;
    padding: 16px 24px;
    font-size: 18px;
    border-radius: 999px;
    background-color: #fff;
}

.trazilicaButton {
    background-color: #392f56;
    color: #fff;
    padding: 17px 17px;
    margin-left: 7px;
    border-radius: 140px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease-in-out;
}

.trazilicaButton i {
    font-size: 18px;
}

.google_trazilicaButton {
    width: 50px;
    background-color: #392f56;
    color: #fff;
    padding: 2px;
    margin-left: 7px;
    border-radius: 140px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease-in-out;
}

.google_trazilicaButton img {
    display: block;
    width: 100%;
}

@media (max-width: 430px) {
    .trazilicaCont {
        display: block;
        border-radius: 30px;
        text-align: center;
        padding-bottom: 0;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .trazilicaTermin {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .trazilicaButton {
        display: inline-block;
        width: 20px;
        height: 18px;
        vertical-align: top;
        margin-right: 10px;
    }

    .trazilicaButton i {
        vertical-align: top;
    }

    .google_trazilicaButton {
        display: inline-block;
    }

    .trazilicaCont_over.trazilicaCont {
        width: calc(100% - 40px);
        box-sizing: border-box;
    }
}

/* Blur HTML when search active */
.bluredHtml body {
    filter: blur(3px);
    pointer-events: none;
}

.bluredHtml .trazilicaOverlay {
    pointer-events: all;
}

.htmlNoScroll {
    overflow: hidden;
}

/* Back to top button (final version) */
.backToTopButton {
    position: fixed;
    right: 1rem;
    bottom: 1.25rem;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 1.8rem;
}

.backToTopButton[hidden] {
    display: none !important;
}

/* Breaking banner container alignment */
#top_alarm_container {
    display: flex;
    align-items: center;
    gap: .5rem;
}

#top_alarm_close {
    background: transparent;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}

/* Wheel container */
@keyframes spin360 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.spin-on-add {
    animation: spin360 0.15s ease-in-out;
}

.wheel-containerWrapper_outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 99999999;
}

.wheel-containerWrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    transition: transform 200ms ease-out, opacity 200ms ease-out;
}

.wheel-containerWrapper.is-hiding {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.1) rotate(90deg);
}

.wheel-container {
    --segments: 6;
    --angle: calc(360deg / var(--segments));
    --gap: 0.7deg;
    --c0: #3b2a54;
    --c1: #1d425f;
    --c2: #355d3b;
    --c3: #7a5a00;
    --c4: #5d2a2a;
    --c5: #2f2f2f;
    --outer: 150px;
    --inner: 60px;

    width: calc(var(--outer) * 2);
    height: calc(var(--outer) * 2);
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: conic-gradient(
        var(--c0) 0deg                                         calc(  var(--angle) - var(--gap)/2),
        #CCC                                            calc(  var(--angle) - var(--gap)/2)  calc(  var(--angle) + var(--gap)/2),
        var(--c1)              var(--angle)                 calc(2*var(--angle) - var(--gap)/2),
        #CCC         calc(2*var(--angle) - var(--gap)/2)  calc(2*var(--angle) + var(--gap)/2),
        var(--c2)         calc(2*var(--angle))              calc(3*var(--angle) - var(--gap)/2),
        #CCC         calc(3*var(--angle) - var(--gap)/2)  calc(3*var(--angle) + var(--gap)/2),
        var(--c3)         calc(3*var(--angle))              calc(4*var(--angle) - var(--gap)/2),
        #CCC         calc(4*var(--angle) - var(--gap)/2)  calc(4*var(--angle) + var(--gap)/2),
        var(--c4)         calc(4*var(--angle))              calc(5*var(--angle) - var(--gap)/2),
        #CCC         calc(5*var(--angle) - var(--gap)/2)  calc(5*var(--angle) + var(--gap)/2),
        var(--c5)         calc(5*var(--angle))              calc(6*var(--angle) - var(--gap)/2),
        #CCC         calc(6*var(--angle) - var(--gap)/2)  360deg
    );
}

/* Icons ring */
.iconsWh {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.iconWh {
    --size: 90px;
    --dist: calc((var(--outer) + var(--inner)) / 2);
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform:
        translate(-50%, -50%)
        rotate(calc(var(--i) * var(--angle)))
        translateX(var(--dist))
        rotate(calc(-1 * var(--i) * var(--angle)));
}

.iconWh i {
    font-size: 22px;
    color: #ffffff;
    transition: zoom 0.2s ease-in-out 0.2s, color 0.2s ease-in-out 0s;
}

/* Centre hub */
.center-circle {
    position: absolute;
    width: calc(var(--inner) * 2);
    height: calc(var(--inner) * 2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1e1e1e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.center-circle i {
    color: #bfbfbf;
    font-size: 28px;
    padding: 24px;
    transition: zoom 0.2s ease-in-out 0.2s, color 0.2s ease-in-out 0s;
}

.randomizerNews {
    cursor: pointer;
}

/* Pretplate – overlay & layout */
.closePlansWrapper {
    position: absolute;
    right: 0;
    top: -40px;
    width: 30px;
    background-color: #848484;
    height: 28px;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
    font-weight: bold;
    line-height: 25px;
    cursor: pointer;
}

.plans_wrapper_outer {
    position: fixed;
    width: 100%;
    background-color: #ead9bee6;
    z-index: 1000;
    top: 0;
    height: 100vh;
    display: none;
    overflow: auto;
}

.plans_wrapper_CC {
    position: relative;
    margin: 2rem auto;
    max-width: 1600px;
    margin-top: 140px;
    border-radius: 3px;
    border-bottom: 2px solid #9d9d9d;
    box-shadow: 2px 2px 12px #b1b1b1;
    background-image:
        radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(104,104,104,0.04) 100%),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><rect x='1' y='3' width='1' height='1' fill='rgba(0,0,0,0.04)'/><rect x='7' y='5' width='1' height='1' fill='rgba(0,0,0,0.05)'/><rect x='9' y='9' width='1' height='1' fill='rgba(0,0,0,0.06)'/></svg>");
    background-size: 3px 3px;
    background-color: #1d3250;
}

.plans_wrapper {
    position: relative;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    padding: 40px;
    padding-bottom: 90px;
    justify-content: center;
}

/* Plan cards */
.plan_card {
    position: relative;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    text-align: center;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .15s;
    background-image:
        radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(104,104,104,0.04) 100%),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><rect x='1' y='3' width='1' height='1' fill='rgba(0,0,0,0.04)'/><rect x='7' y='5' width='1' height='1' fill='rgba(0,0,0,0.06)'/></svg>");
    background-size: 3px 3px;
    cursor: pointer;
}

.pristanakOpacity .plan_card,
.pristanakOpacity .paymentMethodBox {
    opacity: 0.4 !important;
    pointer-events: none;
}

.pristanakOpacity .payment_strip_hh {
    opacity: 0 !important;
    pointer-events: none;
}

.plan_card::after {
    content: "";
    position: absolute;
    right: -1.5rem;
    top: 0;
    width: 1.5rem;
    height: 100%;
    background-color: transparent;
}

/* Highlighted plan */
.plan_chosen {
    outline: 10px solid #665a8f;
    background-color: #ffecbd;
}

.plan_ribbon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #d11919;
    color: #fff;
    font-size: .75rem;
    letter-spacing: .05em;
    font-weight: 600;
    padding: .3rem 0;
}

/* Title & price */
.plan_title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 .8rem;
    color: #555555;
    letter-spacing: 1px;
}

.plan_price {
    margin: 0;
}

.plan_price .currency {
    font-size: 1.2rem;
    vertical-align: top;
}

.plan_price .amount {
    font-size: 2.8rem;
    font-weight: 700;
}

.plan_price .decimals {
    font-size: 1.4rem;
}

.plan_price .per {
    font-size: .9rem;
}

/* Original price (with animation) */
.plan_price .orig_price {
    position: relative;
    display: inline-block;
    font-weight: 600;
    opacity: 0;
    transform: translateY(-6px) scale(.96);
    color: #d14b4b;
    filter: saturate(1.1);
    animation: origPop 450ms ease-out forwards;
    text-decoration: line-through;
    font-size: 1.2rem;
}

@keyframes origPop {
    to {
        opacity: .9;
        transform: translateY(0) scale(1);
    }
}

.plan_price .orig_price::after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: 52%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0, #e74c3c 20%, #ff7058 50%, #e74c3c 80%, transparent 100%);
    transform-origin: left center;
    transform: scaleX(0);
    border-radius: 1px;
    animation: slashGrow 700ms cubic-bezier(.2,.6,.15,1) forwards 250ms;
}

@keyframes slashGrow {
    0% { transform: scaleX(0) rotate(-6deg); }
    100% { transform: scaleX(1) rotate(-6deg); }
}

/* New price bounce-in */
.plan_price .amount,
.plan_price .decimals {
    display: inline-block;
    will-change: transform, opacity;
}

.plan_price .amount.priceBounce {
    animation: priceBounce 520ms cubic-bezier(.2, .9, .2, 1.2) 1;
}

@keyframes priceBounce {
    0% { transform: scale(1); }
    30% { transform: scale(1.22); }
    60% { transform: scale(.94); }
    100% { transform: scale(1); }
}

/* Description & option */
.plan_desc {
    margin: 1rem 0 1.5rem;
    font-size: .9rem;
}

.plan_option {
    display: block;
    margin: 1rem auto;
    font-size: .85rem;
    cursor: pointer;
    user-select: none;
}

.plan_option input {
    margin-right: .4rem;
    transform: translateY(2px);
}

/* Image */
.plan_mockup {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
}

/* Button */
.plan_btn {
    background: #1d1d1d;
    color: #fff;
    border: none;
    padding: .8rem 1rem;
    border-radius: 3px;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .1s;
}

/* Payment strip */
.payment_strip {
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #646464;
    text-align: center;
}

.payment_strip_hh {
    position: absolute;
    left: 0;
    top: -47px;
    color: #e5e5e5;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: underline;
}

.payment_strip_hh i {
    color: #af9fe7;
    font-size: 140%;
    margin-left: 10px;
    margin-right: 10px;
}

.payment_strip_hh span {
    display: inline-block;
    padding-right: 14px;
    color: #9d9d9d;
    transition: opacity 0.15s;
    white-space: nowrap;
}

.payment_strip_hh span i {
    color: #CCC;
}

.remSPanFHH {
    opacity: 0;
}

.ui-widget.ui-widget-content {
    z-index: 999999;
}

.ui-widget-overlay {
    z-index: 99999;
}

/* Payment methods */
.paymentMethodBox {
    position: relative;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    transition: transform .15s;
    cursor: pointer;
    border-top: 10px solid transparent;
    filter: grayscale(0.5) contrast(0.8) brightness(1.1);
}

.paymentMethodBox[data-method-slug="googlepay"] {}
#gpay-tile-btn { height: 70px; }

.loadingGpaySpan {
    color: #747474;
    display: block;
    margin-top: 22px;
    font-size: 14px;
    letter-spacing: 1px;
}

#gpay-tile-btn button:focus,
#gpay-tile-btn div:focus,
#gpay-tile-btn iframe:focus {
    outline: none !important;
    box-shadow: none !important;
}

.pp-inline-host {}

.paymentMethodBox[data-method-slug="paypal_wallet"] {}

.paymentMethodBox:not([data-method-slug="paypal_wallet"]):not([data-method-slug="googlepay"]) {
    background-color: transparent;
}

.paymentMethodBox:not([data-method-slug="paypal_wallet"]):not([data-method-slug="googlepay"]).paymentMethod_chosen {
    background-color: #f8f8f8;
}

.paymentMethodBox::after {
    content: "";
    position: absolute;
    right: -1.5rem;
    top: 0;
    width: 1.5rem;
    height: 100%;
    background-color: transparent;
}

.paymentMethodBox[data-inline-button="1"] {
    cursor: default;
}

.rstrctedmethod {
    display: none !important;
}

.pm-icon-frontend {
    max-width: 100px;
}

.paymentMethod_chosen {
    border-top: 10px solid #665a8f;
    filter: none;
}

.discBadge {
    position: absolute;
    right: -6px;
    top: -40px;
    background: #ee5e22;
    color: #FFF;
    border-radius: 4px;
    padding: 2px 6px 2px 10px;
    font-size: 13px;
    line-height: 1.2;
    box-shadow: 0 2px 10px rgba(238,94,34,.35);
}

.discMsg {
    display: block;
    width: 280px;
    margin: auto;
    margin-top: 20px;
    line-height: 110%;
}

#discount_code {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #333;
    padding-left: 13px;
    width: 180px;
    margin-top: 10px;
}

#applyDiscountBtn {
    background-color: #6f8191;
    color: #FFF;
    letter-spacing: 1px;
    border-color: #818181;
}

#removeDiscountBtn {
    background-color: #7e6e6e;
    color: #FFF;
    letter-spacing: 1px;
    border-color: #818181;
}

.ppopaktjo {
    color: #CCC;
}

/* Card highlight on discount */
.plan_card.discountFlash {
    animation: cardFlash 1200ms ease-out 1;
}

@keyframes cardFlash {
    0% {
        box-shadow: 0 0 0 rgba(238,94,34,0);
        transform: translateY(0);
    }
    20% {
        box-shadow: 0 10px 30px rgba(238,94,34,.45);
        transform: translateY(-2px);
    }
    100% {
        box-shadow: 0 0 0 rgba(238,94,34,0);
        transform: translateY(0);
    }
}

.bigrpcntt {
    font-size: 180%;
    color: #fff06f;
}

/* Consent & info */
.pristanakNaKoristenjeSustava_ccOuter {
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.6px;
    text-align: center;
    margin: auto;
    margin-bottom: 100px;
    width: 530px;
    line-height: 22px;
    position: relative;
}

.imatePopustMozda {
    font-size: 18px;
    margin-top: 30px;
    color: #dbd4c4;
}

.imatePopustMozda i {
    color: #c1b4e9;
}

.advanceMockUpSubDisplay {
    position: absolute;
    left: -540px;
    top: -220px;
    width: 600px;
}

/* Connector SVG layer */
.connector-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* Accept terms text */
.prihvacamUvjete {
    max-width: 860px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 110px;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    padding-left: 8px;
    padding-right: 8px;
    font-style: italic;
    font-size: 80%;
    position: relative;
}

.prihvacamUvjete_napomena {
    position: absolute;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    width: 150px;
    text-align: left;
    padding-left: 36px;
    padding-top: 10px;
    color: #5d5d5d;
    left: -15px;
    top: 34px;
    display: none;
}

.prihvacamUvjete_napomena_arrow {
    width: 25px;
    height: 52px;
    background-image: url(/ad/2022/assets/icons/arrowcheck.png);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

/* Payment system info */
.npm_oSustavuPretplateInner {
    width: 100%;
    display: block;
    font-size: 12px;
}

.npm_oSustavuPretplate_sngDet {
    color: #dddddd;
    line-height: 140%;
    background-color: #665a8f;
    padding: 30px 40px;
    font-size: 12px;
    letter-spacing: 1px;
}

.wspaylink {
    float: left;
    margin-right: 26px;
    margin-bottom: 10px;
}

.wspaylink img {
    width: 118px;
    border-radius: 3px;
}

.paymentsListCont {
    border-top: 1px dashed #999999;
    padding-top: 0;
    margin-top: 3px;
}

.paymentSmallDetail {
    height: 22px;
    margin-right: 6px;
}

.oSpremanjuKartice {
    line-height: 140%;
    font-size: 16px;
}

.josinfoospremanjukartice {
    line-height: 130%;
    font-size: 16px;
}

/* Save card dialog buttons */
.saveCardDialog .ui-dialog-buttonpane {
    display: flex;
    justify-content: center;
    padding: 20px 10px 10px 10px;
    background: transparent;
    border-top: none;
}

.saveCardDialog .ui-dialog-buttonset {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.saveCardDialog .ui-dialog-buttonpane button {
    font-size: 14px;
    font-weight: bold;
    padding: 14px 9px;
    width: 100%;
    background-color: #f5f0e5;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 2px;
    transition: background-color 0.1s;
    margin: 0 0 10px 0;
}

.prikazcardinfo {
    display: block;
    float: left;
    font-size: 50px;
    color: #4071a0;
    margin-right: 20px;
    margin-bottom: 10px;
}

.kliktoshowdtsvinf {
    color: #069;
    cursor: pointer;
}

.nijeOpcZaAmex {
    font-size: 10px;
    display: block;
    width: 200px;
    margin: auto;
    margin-top: 7px;
    color: #6e6e6e;
    letter-spacing: 0.7px;
}

#paymentOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f1c26cc;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinnerPyOv {
    width: 100px;
    height: 100px;
    border: 5px solid #ebdfd9;
    border-top-color: #a45fff;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Plans animation initial */
.plans_wrapper_CC {
    transform-origin: top;
}

.plan_card,
.paymentMethodBox {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .30s ease, transform .30s ease;
    position: relative;
}

.plans_wrapper_CC.is-open {
    display: block;
}

.plan_card.is-in,
.paymentMethodBox.is-in {
    opacity: 1;
    transform: translateY(0);
}

.bigWhiteBeforeLeave {
    position: fixed;
    width: 100%;
    background-color: #FFF;
    z-index: 9999999999999999999999999;
    top: 0;
    height: 100vh;
    display: none;
}

#adminOrNot_cc{
    position: fixed;
    left: -5px;
    bottom: -13px;
    padding: 20px;
    color: #a49fd7;
    font-size: 30px;
    z-index: 10;
    padding-right: 40px;
    /* opacity: 0; */
    transition: opacity 0.2s;
    padding-left: 0px;
    padding-bottom: 0px;
}
#adminOrNot_cc:hover{
	opacity:1;
}
#adminOrNot{
    width: 26px;
    height: 26px;
}
@media (max-width: 1000px){
#adminOrNot_cc{
	opacity:1;
}	
}

#connectors path {
    opacity: 0;
}

.notedityet {
    border: none;
    color: #7763bd;
    padding: 0;
}

.notedityet:focus {
    outline: none;
    border: none;
}

/* PretplataCallInfo variant */
.pretplataCallInfo {
    max-width: 1450px !important;
    margin-top: 0 !important;
}

.pretplataCallInfo .plans_wrapper_outer {
    position: relative;
    width: 100%;
    background-color: transparent;
    z-index: 1000;
    top: 0;
    height: auto;
    display: block;
    overflow: auto;
}

.pretplataCallInfo .plans_wrapper_CC {
    border-bottom: none;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
    margin-top: 0;
}

.pretplataCallInfo .plan_card,
.pretplataCallInfo .paymentMethodBox {
    opacity: 1;
    background-image: none !important;
}

.pretplataCallInfo .paymentMethodBox {
    filter: grayscale(1) contrast(1) brightness(1);
    margin-top: -30px;
    box-shadow: 0 10px 10px #f9f9f9;
}

.tempfullcolor {
    filter: none !important;
}

.pretplataCallInfo .closePlansWrapper {
    display: none;
}

.pretplataCallInfo .plan_chosen {
    outline: 3px solid #665a8f;
    background-color: transparent;
    border-radius: 7px;
}

.pretplataCallInfo .payment_strip_hh {
    color: #4c4c4c;
}

.pretplataCallInfo .payment_strip_hh span {
    color: #4b4b4b;
}

.pretplataCallInfo .payment_strip_hh span i {
    color: #555555;
}

.pretplataCallInfo .pristanakNaKoristenjeSustava_cc {
    color: #000000;
}

.pretplataCallInfo .pristanakNaKoristenjeSustava_cc a {
    text-decoration: underline;
    color: #777;
}

.pretplataCallInfo .npm_oSustavuPretplate_sngDet {
    color: #848484;
    background-color: transparent;
}

.pretplataCallInfo .payment_strip {
    padding-bottom: 150px;
    border-bottom: 1px solid #cfcfcf;
}

.pretplataCallInfo .fastPaymentOn_note {
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin-top: 13px;
}

.pretplataCallInfo .fastPaymentOn_note .fastpyarrow {
    color: #3e6c94;
}

.pretplataCallInfo .fastPaymentOn_note b {
    color: #000;
}

.pretplataCallInfo .fastPaymentOn_note .fa-bolt {
    color: #ffc715;
}

.pristanakNaKoristenjeSustava_cc a {
    color: #a292db;
}

.pristanakNaUvjetePlacanja {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

/* Advanced welcome modal */
#advancedWelcomeModal .awmLayout {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr;
    gap: 24px;
    min-width: 0;
    align-items: start;
}

@media (max-width: 700px) {
    #advancedWelcomeModal .awmLayout {
        grid-template-columns: 1fr;
    }
}

#advancedWelcomeModal .awmLeft {
    background: linear-gradient(135deg, #eef2f7, #f8fafc);
    border: 1px solid #e6ebf2;
    border-radius: 4px;
    padding: 18px;
    margin-top: 8px;
}

#advancedWelcomeModal .awmBadge {
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #e7f5ff;
    color: #0b66c3;
    border: 1px solid #cae8ff;
    margin-bottom: 8px;
}

#advancedWelcomeModal .awmTitle {
    margin: 4px 0 8px;
    font-size: 20px;
}

#advancedWelcomeModal .awmLead {
    color: #444;
    margin: 0 0 10px;
}

#advancedWelcomeModal .awmBullets {
    margin: 8px 0 10px 18px;
    color: #333;
}

#advancedWelcomeModal .awmBullets li {
    margin: 4px 0;
}

#advancedWelcomeModal .awmNote {
    color: #666;
    font-size: 13px;
}

#advancedWelcomeModal .awmRight {
    min-width: 0;
}

#advancedWelcomeModal .awmLabel {
    display: block;
    font-weight: 600;
    margin: 8px 0 6px;
}

#advancedWelcomeModal .awmFieldRow {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 6px;
}

#advancedWelcomeModal .awmInput {
    flex: 1 1 220px;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #d0d7e2;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
}

#advancedWelcomeModal .awmInput:focus {
    border-color: #7aa2e3;
    box-shadow: 0 0 0 3px rgba(122,162,227,.15);
}

#advancedWelcomeModal .awmBtn {
    border: 1px solid #cfd7e5;
    background: #fff;
    border-radius: 10px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#advancedWelcomeModal .awmIconBtn {
    border: 1px solid #cfd7e5;
    background: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    cursor: pointer;
    line-height: 0;
}

#advancedWelcomeModal .awmValidation {
    background: #fff0f0;
    border: 1px solid #ffd6d6;
    color: #b00020;
    padding: 10px 12px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 14px;
}

/* Final confirmation */
#advancedWelcomeModal.awmFinal .awmFinalWrap {
    text-align: center;
    padding: 6px;
}

#advancedWelcomeModal .awmFinalIcon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e7faf0;
    color: #1f8f5e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 4px auto 8px;
    font-size: 22px;
}

#advancedWelcomeModal .awmFinalTitle {
    margin: 6px 0 2px;
    font-size: 18px;
}

#advancedWelcomeModal .awmFinalText {
    color: #555;
    margin: 0 0 30px;
}

#advancedWelcomeModal .awmFinalRow {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 8px 0;
    font-size: 14px;
}

#advancedWelcomeModal .awmFinalLabel {
    color: #666;
}

#advancedWelcomeModal .awmFinalValue {
    font-weight: 600;
    padding: 4px 8px;
    border: 1px dashed #d0d7e2;
    border-radius: 8px;
    background: #fbfdff;
}

#advancedWelcomeModal .awmFinalActions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

#advancedWelcomeModal .awmFinalActions .awmBtn {
    padding: 10px 14px;
    border-color: #bfc8da;
    margin-top: 60px;
}

/* Copy feedback */
#advancedWelcomeModal .awmBtnOk {
    background: #e6f7ef;
    border-color: #84d3a1;
    color: #0d7a4a;
    transition: all .25s ease;
}

#advancedWelcomeModal .awmBtnGhost {
    position: relative;
}

#advancedWelcomeModal .awmCopied {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
    color: #0d7a4a;
    background: #e6f7ef;
    border: 1px solid #bfe8cd;
    padding: 2px 6px;
    border-radius: 8px;
    opacity: 1;
    animation: awmFadeOut 1s ease forwards;
    position: absolute;
    top: 40px;
}

@keyframes awmFadeOut {
    0%   { opacity: 1; transform: translateY(0); }
    60%  { opacity: 1; transform: translateY(-2px); }
    100% { opacity: 0; transform: translateY(-6px); }
}

/* Scoped overlay color for Advanced Welcome Modal only */
body.awm-overlay-on .ui-widget-overlay {
    background: #6b7589 !important;
    opacity: 0.7 !important;
}

body.awm-overlay-on {
    overflow: hidden;
}

/* Debug info bottom boxes */
.loadMDB_info {
    position: fixed;
    bottom: 0;
    background-color: #3e5b47;
    color: #EEE;
    z-index: 11111;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 3px 3px 0 0;
    left: 50%;
    transform: translateX(-50%);
}

.hmdeliveryinfo {
    position: fixed;
    bottom: 0;
    right: 440px;
    background-color: #333;
    color: #EEE;
    z-index: 11111;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 3px 3px 0 0;
}

.memInfoBottomBox {
    position: fixed;
    right: 70px;
    top: 50px;
    background-color: #576e5f;
    color: #EEE;
    z-index: 11111;
    padding: 11px 16px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 3px;
}

.memInfoBottomBox div {
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px dashed #adadad;
}

.memInfoBottomBox div b {
    color: #ffe056;
}

.memInfoBottomBox div:last-child {
    border-bottom: none;
}

.pcr-app {
    z-index: 9999999 !important;
}

/* Timer boxes */
.timer_box {
    position: fixed;
    right: 6px;
    background: #1a1a1a;
    color: #00ff66;
    font-family: monospace;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 255, 100, 0.3);
    z-index: 2147483647;
    opacity: 0.9;
    margin-bottom: 80px;
}

.timer_box:nth-of-type(1)  { bottom: 6px; }
.timer_box:nth-of-type(2)  { bottom: 32px; }
.timer_box:nth-of-type(3)  { bottom: 58px; }
.timer_box:nth-of-type(4)  { bottom: 84px; }
.timer_box:nth-of-type(5)  { bottom: 110px; }
.timer_box:nth-of-type(6)  { bottom: 136px; }
.timer_box:nth-of-type(7)  { bottom: 162px; }
.timer_box:nth-of-type(8)  { bottom: 188px; }
.timer_box:nth-of-type(9)  { bottom: 214px; }
.timer_box:nth-of-type(10) { bottom: 240px; }
.timer_box:nth-of-type(11) { bottom: 266px; }
.timer_box:nth-of-type(12) { bottom: 292px; }
.timer_box:nth-of-type(13) { bottom: 318px; }
.timer_box:nth-of-type(14) { bottom: 344px; }
.timer_box:nth-of-type(15) { bottom: 370px; }
.timer_box:nth-of-type(16) { bottom: 396px; }
.timer_box:nth-of-type(17) { bottom: 422px; }
.timer_box:nth-of-type(18) { bottom: 448px; }
.timer_box:nth-of-type(19) { bottom: 474px; }
.timer_box:nth-of-type(20) { bottom: 500px; }

.fullpagerendertimecss {
    bottom: 188px;
    background-color: blue;
    font-size: 14px;
    line-height: 15px;
}

.timer_box:hover {}

.ti-spin {
    display: inline-block;
    animation: ti-spin 1s linear infinite;
    vertical-align: middle;
}

@keyframes ti-spin {
    100% {
        transform: rotate(360deg);
    }
}

#btn_save_layout i {
    margin-right: 6px;
}

/* Navigation colors */
.nvclass_crvena { color: #d34545 !important; }
.nvclass_jako_crvena { color: #c60606 !important; }
.nvclass_crna { color: #000000 !important; }
.nvclass_plava { color: #1e3a8a !important; }
.nvclass_zelena { color: #2e7d32 !important; }
.nvclass_siva { color: #555555 !important; }
.nvclass_narancasta { color: #d48021 !important; }
.nvclass_blijedo_zelena { color: #6a9079 !important; }

/* Footer layout */
.advanceFooterCC_wrapper {
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, rgba(204, 199, 188, 0.2) 100%),
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><rect width="1" height="1" x="0" y="0" fill="rgba(0,0,0,0.04)"/><rect width="1" height="1" x="5" y="5" fill="rgba(0,0,0,0.04)"/></svg>');
    background-size: 3px 3px;
    background-color: #f3f1ed;
    color: #454545;
    border-top: 5px double #d5d5d5;
    font-family: 'rnd', 'Roboto', sans-serif !important;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
}

.advanceFooterCC_wrapper_inner {
    justify-content: center;
    display: grid;
    gap: 2rem;
    padding: 3rem 2rem;
}

.advanceFooterCC_wrapper_inner--primary {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
}

.advanceFooterCC_wrapper_inner--primary::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 10px;
    pointer-events: none;
    background: linear-gradient(180deg, #00000014, transparent);
}

.advanceFooterCC_wrapper_inner--static {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    background-color: #4c4c4c0a;
}

/* Each footer nav block */
.advanceFooterCC {
    display: flex;
    flex-direction: column;
}

.advanceFooterCC h3 {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #4e4e4e;
    margin: 0 0 0.75rem 0;
    padding-bottom: 0.4rem;
    font-family: 'rnd';
    transition: color 0.6s ease;
    line-height: 120%;
	    font-family: 'Merriweather', serif;
}

.advanceFooterCC_wrapper_inner--static .advanceFooterCC h3 {
    color: #000;
}

/* Roman numerals in static footer */
.advanceFooterCC_wrapper_inner--static ul {
    list-style: none;
    counter-reset: r;
    padding-left: 1.8rem;
}

.advanceFooterCC_wrapper_inner--static ul li {
    counter-increment: r;
    position: relative;
    padding-left: 1.8rem;
}

.advanceFooterCC_wrapper_inner--static ul li::before {
    content: counter(r, upper-roman) ". ";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #937d67;
}

/* List style reset */
.advanceFooterCC ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.advanceFooterCC li {
    margin: 0 0 15px 0;
    font-size: 14px;
}

.advanceFooterCC_wrapper_inner li {
    line-height: 130%;
}

.advanceFooterCC_wrapper_inner--static li {
    line-height: 130%;
}

/* Footer links */
.advanceFooterCC a {
    color: #292929;
    text-decoration: none;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

/* Bottom bar */
.advanceFooterCC_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 2rem;
    font-size: 0.85rem;
    color: #bcbcbc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #1e1a2b;
    position: relative;
}

.advanceFooterCC_bottom a {
    color: #bcbcbc;
    margin-right: 1.5rem;
    text-decoration: none;
}

/* Latest article in footer */
.footerLatest {
    padding-right: 2rem;
    margin-right: 4rem;
    border-right: 1px solid #d6d6d6;
}

.footerLatest_inner {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.footerLatest_heading {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    font-family: rnd;
    padding-bottom: 0;
    color: #414141;
	    border: none;
	    line-height: 120%;
    letter-spacing: 0.4px;
}

.footerLatest_link {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    gap: 2.5rem;
}

.footerLatest_imageWrap {
    flex: 0 0 160px;
    max-width: 160px;
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
    background: #ccc;
}

.footerLatest_imageWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.footerLatest_content {
    flex: 1 1 auto;
    max-width: 300px;
}

.footerLatest_pretitle {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    margin-bottom: 1.1rem;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: none;
    background-color: #3d3252;
    color: #fff;
}

.footerLatest_title {
    letter-spacing: 0.4px;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 1.1rem 0;
    font-weight: normal;
    font-family: 'Merriweather', 'rnd', serif;
}

.footerLatest_lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    border-left: 2px solid #ded7cf;
    padding-left: 1.2rem;
}

/* Responsive footer tweaks */
@media (max-width: 1550px) {
    .advanceFooterCC_wrapper_inner--static {
        display: grid;
        grid-auto-flow: column;
        column-gap: 40px;
    }
}

@media (max-width: 1500px) {
    .advanceFooterCC_wrapper_inner--static {
        padding: 3rem 3rem;
    }
}

@media (max-width: 1150px) {
    .footerLatest {
        padding-right: 0;
        margin-right: 0;
    }

    .footerLatest_link {
        display: contents;
    }

    .advanceFooterCC_wrapper_inner--primary {
        padding: 3rem 3rem;
    }
}

@media (max-width: 1000px) {
    .advanceFooterCC_wrapper_inner--static {
        display: grid;
        grid-auto-flow: column;
        column-gap: 20px;
    }
}

@media (max-width: 900px) {
    .advanceFooterCC_wrapper_inner--static ul li {
        padding-left: 0;
    }

    .advanceFooterCC_wrapper_inner--static ul li::before {
        content: "";
    }
}

@media (max-width: 950px) {
    .footerLatest_imageWrap {
        max-width: 220px;
    }

    .footerLatest_content {
        max-width: 250px;
    }

    .footerLatest_title {
        font-size: 14px;
		font-weight:bold;
    }

    .footerLatest_lead {
        font-size: 14px;
        padding-right: 30px;
    }

    .advanceFooterCC_wrapper_inner {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }
}

/* Mobile footer accordion */
@media (max-width: 850px) {
    .advanceFooterCC_wrapper_inner--static ul li::before {
        content: counter(r, upper-roman) ". ";
    }

    .advanceFooterCC_wrapper_inner--primary .advanceFooterCC h3 {
        justify-content: center;
    }

    .advanceFooterCC_wrapper_inner--static ul li {
        padding-left: 1.8rem;
    }

    .footerLatest_link {
        display: flex;
    }

    .footerLatest {
        width: 100%;
        border: none;
        padding-right: 0;
        margin-right: 0;
    }

    .footerLatest_content {
        max-width: 100%;
    }

    .advanceFooterCC_wrapper_inner {
        justify-content: flex-start;
    }

    .footerLatest_lead {
        line-height: 140%;
    }

    .advanceFooterCC_wrapper_inner--static {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .advanceFooterCC {
        border-bottom: 1px solid rgba(0,0,0,0.08);
        padding: 1rem 0;
    }

    .advanceFooterCC h3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        margin: 0;
        padding: 0;
        border-bottom: none;
    }

    .advanceFooterCC h3::after {
        content: "▾";
        font-size: 0.9rem;
        transition: transform 0.25s ease;
        opacity: 0.6;
        margin-left: 20px;
    }

    .advanceFooterCC.open h3::after {
        transform: rotate(180deg);
    }

    .advanceFooterCC ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
        padding-left: 0;
        margin: 0;
    }

    .advanceFooterCC.open ul {
        max-height: 500px;
        margin-top: 0.75rem;
    }
}

@media (max-width: 500px) {
    .footerLatest_link {
        display: contents;
    }
}

@media (max-width: 500px) {
    .advanceFooterCC_wrapper_inner--primary {
        justify-content: flex-start !important;
    }

    .footerLatest {
        margin-bottom: 30px;
    }

    .footerLatest_lead {
        font-size: 14px;
        padding-right: 0;
        padding-left: 0;
        border-left: 0;
    }

    .footerLatest_imageWrap {
        max-width: 100%;
    }

    .footerLatest_inner {
        gap: 10px;
    }

    .footerLatest_pretitle {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 550px) {
    .advanceFooterCC_wrapper_inner {
        justify-content: center;
    }

    .advanceFooterCC_wrapper_inner--primary {
        gap: 20px;
    }

    .advanceFooterCC_bottom a {
        margin-right: 1.3rem;
        margin-top: 10px;
        display: inline-block;
    }

    .advanceFooterCC_wrapper_inner--static {
        padding-top: 0 !important;
    }

    .footerLatest_heading {
        font-size: 14px;
    }

    .footerLatest_inner {
        gap: 10px;
    }
}

@media (max-width: 430px) {
    .advanceFooterCC h3::after {
        margin-left: 10px;
    }

    .advanceFooterCC_wrapper_inner--primary {
        gap: 10px;
    }
}

@media (max-width: 395px) {
    .advanceFooterCC_wrapper_inner {
        padding-left: 17px;
        padding-right: 17px;
        padding-bottom: 20px;
    }
}

@media (max-width: 365px) {
    .advanceFooterCC h3 {
        font-size: 12px;
    }
}

@media (max-width: 350px) {
    .advanceFooterCC_wrapper_inner {
        justify-content: left;
    }
}

/* Advanced welcome modal minor responsive */
#advancedWelcomeModal {
    max-height: calc(80vh - 147px) !important;
}

@media (max-width: 780px) {
    .awmLayout {
        font-size: 14px;
        line-height: 120%;
    }
}

/* Tap highlight remove */
* {
    -webkit-tap-highlight-color: transparent;
}

/* 2FA / TOTP premium styling */
#totp_section_oauth,
#oauth_recovery_section {
    color: #333;
    font-size: 16px;
}

.ui-dialog-content#ui-id-1 {
    padding: 24px 28px !important;
    background: #fff;
}

#totp_section_oauth p,
#oauth_recovery_section p {
    margin: 0 0 10px;
    line-height: 1.45;
    color: #222;
    font-weight: 500;
}

#totp_section_oauth input[type="text"],
#totp_section_oauth input[type="number"],
#oauth_recovery_section input[type="text"] {
    border: 1px solid #ccc !important;
    background: #fafafa;
    padding: 10px 12px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 6px;
    transition: all .2s ease-in-out;
    outline: none;
}

#totp_section_oauth input:focus,
#oauth_recovery_section input:focus {
    border-color: #7a5df0 !important;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(122, 93, 240, 0.15);
}

#totp_section_oauth a,
#oauth_recovery_section a {
    font-size: 14px;
    color: #d0d0d0;
    text-decoration: none;
    margin-top: 8px;
    display: inline-block;
    transition: color .2s;
    background-color: #463864;
    padding: 3px 10px;
    border-radius: 3px;
}

#ui-id-1 label {
    font-size: 14px;
    color: #444;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

#oauth_trust_device_30 {
    width: 24px;
    height: 24px;
    cursor: pointer;
    accent-color: #41842e;
}

#totp_section_oauth .ti-key {
    font-size: 170%;
    color: #878787;
}

/* Notification badges */
.brojnovihnotifikacija,
.brojnovihticketa {
    color: #000000;
    background-color: #f3ddb2;
    border-radius: 50px;
    padding-left: 9px;
    padding-right: 9px;
    margin-left: 4px;
    font-weight: bold;
    transition: background-color 0.2s, color 0.2s;
}

.iconNtfBell {
    font-size: 17px;
    vertical-align: middle;
    display: inline-block;
    color: #cecece;
    margin-top: -2px;
    margin-left: 8px;
    animation: bell-swing 2s infinite;
    transform-origin: top center;
}

@keyframes bell-swing {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(20deg); }
    20% { transform: rotate(-20deg); }
    30% { transform: rotate(15deg); }
    40% { transform: rotate(-15deg); }
    50% { transform: rotate(8deg); }
    60% { transform: rotate(-8deg); }
    70% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}

.userBadgeTicket {
    margin-left: 15px;
}
.userBadge,.brojnovihnotifikacija{
	display:inline !important;
	    vertical-align: text-bottom;
}

.userBadgeTicket i {
    font-size: 120%;
    vertical-align: middle;
    color: #ffe4bc;
}

/* Breaking top banner */
#top_alarm_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    padding: 12px 16px;
    background: linear-gradient(180deg, #dd2b2b, #c62828);
    color: #fff;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 8px 10px #0000005c;
    border-bottom: 2px dashed #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
}

/* Pulsing dot */
#top_alarm_banner .bnm_icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    position: relative;
    flex: 0 0 auto;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.35) inset;
}

#top_alarm_banner .bnm_icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #2d8eff;
    animation: bnm-pulse 1.4s ease-out infinite;
    transform-origin: center;
    opacity: 0.8;
}

@keyframes bnm-pulse {
    0%   { transform: scale(1);   opacity: 0.9; }
    60%  { transform: scale(6.4); opacity: 0; }
    100% { transform: scale(6.4); opacity: 0; }
}

/* Text + caret */
#top_alarm_banner .bnm_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95vw;
}

#top_alarm_banner .bnm_caret {
    width: 2px;
    height: 1.1em;
    background: #fff;
    display: inline-block;
    margin-left: 2px;
    animation: bnm-blink 1s steps(2, start) infinite;
}

@keyframes bnm-blink {
    0%, 50%   { opacity: 1; }
    50.01%,100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    #top_alarm_banner .bnm_icon::after { animation: none; }
    #top_alarm_banner .bnm_caret { animation: none; }
}

.bnPDwn {
    margin-top: 90px;
}

.bnPDwn_nav {
    margin-top: 50px;
}

.closeThisBN {
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    width: 60px;
    line-height: 49px;
    font-size: 20px;
    transition: background-color 0.2s;
}

/* Height-based modal adjustments */
@media (max-height: 1000px) {
    .nistekorisnikopts,
    .switch-auth {
        margin-top: 0;
    }

    .modal-content {
        padding: 34px;
    }

    .nistekorisnikopts,
    .switch-auth {
        margin-left: auto;
        padding-left: initial;
        margin-right: auto;
        padding-right: initial;
    }

    .loginHH {
        padding-bottom: 10px;
        font-size: 18px;
    }
}

@media (max-height: 769px) {
    .modal-content {
        padding: 15px 34px;
    }
}

/* Combined width/height media for modal */
@media (max-width: 1000px), (max-height: 720px) {
    .modal-content {
        margin: 20px;
        width: auto;
        overflow: auto;
        height: calc(100% - 110px);
        padding: 30px;
        margin-top: 85px;
        position: absolute;
        top: 0;
        border-radius: 2px;
        max-height: 650px;
    }

    .nistekorisnikopts,
    .switch-auth {
        margin-left: auto;
        padding-left: initial;
        margin-right: auto;
        padding-right: initial;
    }

    #loginForm {
        margin-bottom: 30px;
    }

    .loginHH {
        font-size: 18px;
        font-family: 'Rnd';
    }

    .nistekorisnikopts,
    .switch-auth {
        margin-top: 40px;
    }
}

@media (max-width: 1000px) {
    .advanceFooterCC_wrapper_inner {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        padding-top: 30px;
    }
}

@media (max-width: 780px) {
    .advanceFooterCC_wrapper_inner {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
}

@media (max-width: 640px) {
    .advanceFooterCC_wrapper {
        padding: 0;
    }
}

/* Footer dummy */
.footdummy {
    cursor: pointer;
}

/* Footer-aware pretplate fallback */
.footerAwarePretplate {
    height: 200vh;
}

.articleOuterContainer {
    overflow: hidden;
    min-height: 110vh;
    margin-bottom: 0;
}

/* ------------------------------
   DESKTOP HOVERS ONLY
------------------------------ */
@media (hover: hover) and (pointer: fine) {

    .backToTopButton:hover {
        color: #a49fd7;
    }

    .main-header ul li a:hover {
        color: #ffffff !important;
        background-color: #393563;
    }

    .ui-sortable li a:hover {
        transition: background-color 0.3s, color 0.3s;
    }

    .close:hover {
        transform: scale(1.2);
    }

    .sign-in:hover {
        background: #333333;
    }

    .forgot-password:hover {
        text-decoration: underline;
    }

    .social-buttons button:hover {
        background-color: #f5f5f5;
    }

    .kratkabrzaporuka:hover {
        background:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0'/%3E%3Cpath d='M12 9h.01'/%3E%3Cpath d='M11 12h1v4h1'/%3E%3C/svg%3E") 10px 10px/20px 20px no-repeat,
            linear-gradient(360deg, #3d3b51, #504f6a);
        bottom: -5px;
        cursor: pointer;
    }

    .kbprka_mid:hover {
        background: linear-gradient(360deg, #3d3b51, #504f6a);
    }

    .kbprka_mid:hover::after {
        transform: rotate(360deg);
        border-color: #d9a4a4;
        color: #000000;
        background-color: #eff8ff;
    }

    .trazilicaButton:hover {
        background-color: #75877a;
    }

    .google_trazilicaButton:hover {
        background-color: #fef5e0;
    }

    .iconWh:hover i {
        color: #CCC;
        zoom: 2;
    }

    .center-circle i:hover {
        color: #FFF;
        zoom: 1.4;
        cursor: pointer;
    }

    .closePlansWrapper:hover {
        background-color: #333;
    }

    .plan_card:hover {
        outline: 2px solid #8171b7;
    }

    .plan_card:hover .plan_btn {
        background-color: #2a9571;
    }

    .plan_btn:hover {
        background: #000000;
    }

    .paymentMethodBox:hover,
    .paymentMethod_chosen {
        border-top: 10px solid #665a8f;
        filter: none;
    }

    .paymentMethodBox:not([data-method-slug="paypal_wallet"]):not([data-method-slug="googlepay"]):hover,
    .paymentMethodBox:not([data-method-slug="paypal_wallet"]):not([data-method-slug="googlepay"]).paymentMethod_chosen {
        background-color: #f8f8f8;
    }

    .pretplataCallInfo .paymentMethodBox:hover,
    .pretplataCallInfo .paymentMethod_chosen {
        background-color: transparent;
        filter: none;
    }

    .imatePopustMozda:hover {
        cursor: pointer;
        color: #FFF;
        text-decoration: underline;
    }

    .pristanakNaKoristenjeSustava_cc a:hover {
        text-decoration: underline;
    }

    .saveCardDialog .ui-dialog-buttonpane button:hover {
        background-color: #cae3c4;
    }

    #top_alarm_banner:hover {
        background: #dd2b2b;
    }

    .top-right a:hover .brojnovihnotifikacija,
    .top-right a:hover .brojnovihticketa {
        color: #ffffff;
        background-color: #615081;
    }

    .closeThisBN:hover {
        background-color: #b02827;
    }

    .advanceFooterCC_wrapper_inner--static ul li:hover::before {
        color: #B20000;
    }

    .advanceFooterCC:hover h3 {
        color: #7579b8;
    }

    .advanceFooterCC a:hover,
    .advanceFooterCC a:focus {
        color: #747e96;
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
        text-decoration: underline;
    }

    .advanceFooterCC_bottom a:hover {
        color: #ffffff;
    }

    .footerLatest_link:hover .footerLatest_title {
        text-decoration: underline;
    }

    .timer_box:hover {
        background: #262626;
        color: #80ffb0;
        box-shadow: 0 0 6px rgba(0, 255, 150, 0.6);
    }

    #totp_section_oauth a:hover,
    #oauth_recovery_section a:hover {
        text-decoration: underline;
    }

    .footdummy:hover {
        color: #d6cdb8;
        text-decoration: underline;
    }
}

/* ------------------------------
   MOBILE / TOUCH ACTIVE STATES
------------------------------ */
@media (hover: none) and (pointer: coarse) {

    .backToTopButton:active {
        transform: scale(0.9);
    }

    .main-header ul li a:active {
        color: #ffffff !important;
        background-color: #393563;
    }

    .sign-in:active {
        background: #333333;
    }

    .trazilicaButton:active {
        background-color: #75877a;
    }

    .google_trazilicaButton:active {
        background-color: #fef5e0;
    }

    .plan_card:active {
        outline: 2px solid #8171b7;
    }

    .plan_btn:active {
        background: #000000;
    }

    .paymentMethodBox:active {
        border-top: 10px solid #665a8f;
        filter: none;
    }

    .saveCardDialog .ui-dialog-buttonpane button:active {
        background-color: #cae3c4;
    }

    .advanceFooterCC a:active {
        color: #747e96;
        text-decoration: underline;
    }

    .closePlansWrapper:active {
        background-color: #333333;
    }

    .close:active {
        transform: scale(1.15);
    }

    #top_alarm_banner:active {
        background: #dd2b2b;
    }

    .closeThisBN:active {
        background-color: #b02827;
    }

    .footerLatest_link:active .footerLatest_title {
        text-decoration: underline;
    }

    .forgot-password:active {
        text-decoration: underline;
    }

    .kratkabrzaporuka:active {
        bottom: -5px;
    }
}




/* ------- Dijalog: tipografija i margine ------- */

.ui-dialog[aria-describedby="nuDlg"] {
  width: 560px !important;
  max-width: 95vw;
}

#nuDlg { font-size:15px; color:#333; }
#nuDlg p { margin: 0 0 10px; }

/* ------- Dvostupčani raspored ------- */
#nuDlg .nuLayout { display:flex; gap:18px; align-items:stretch; }
#nuDlg .nuLeft { flex: 1 1 42%; background:#f7f6fb; border:1px solid #ece8f6; border-radius:8px; padding:14px 16px; }
#nuDlg .nuRight{ flex: 1 1 58%; }

/* ------- Lijevi stupac: naslov, lista, nota ------- */
#nuDlg .nuLeft h3 { margin:0 0 8px; font-size:18px; line-height:1.25; color:#3b2a67; }
#nuDlg .nuBullets { margin:8px 0 10px 18px; padding:0; }
#nuDlg .nuBullets li { margin:4px 0; }
#nuDlg .nuNote { font-size:13px; color:#555; }

/* ------- Inputi ------- */
#nuDlg input {
  width:100%;
  padding:8px 10px;
  font-size:15px;
  border:1px solid #d3d3d3;
  border-radius:6px;
  background:#fafafa;
  transition:border-color .2s, background-color .2s;
      box-sizing: border-box;
}
#nuDlg input.notedityet:focus { border-color:#7a5bd0; background:#fff; outline:none; }

/* ------- Lozinka: red s gumbom ------- */
#nuDlg .nuPassRow { display:flex; gap:8px; align-items:center; }
#nuDlg #nuTogglePass {
  padding:8px 10px; border:1px solid #d3d3d3; border-radius:6px; background:#f2f2f2; cursor:pointer;
  transition:background .2s,border-color .2s;
}
#nuDlg #nuTogglePass:hover { background:#e9e9e9; border-color:#bdbdbd; }
#nuDlg #nuTogglePass i { font-size:16px; }

/* ------- Link za uređivanje + validacija ------- */
#nuDlg #nuEditLink { cursor:pointer; color:#2a5bd0; }
#nuDlg #nuEditLink:hover { color:#1e47a8; }
#nuDlg .nuValidation { margin-top:6px; font-size:13px; line-height:1.35; color:#c00; }

/* ------- Responsive: stack ispod 720px ------- */
@media (max-width: 720px) {
  #nuDlg .nuLayout { flex-direction:column; }
}







/* ------- Promo banner osnovni stil ------- */
.promoAkcijaBanner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    font-family: inherit;
    color: #fff;
    box-sizing: border-box;
    transform: translateY(100%); /* start off-screen */
    opacity: 0;
	cursor:pointer;
}
.promoAkcijaBanner:hover{
	background-color:#113d26;
}

/* ------- Vidljivost ------- */
.promoAkcijaBanner--visible {
    display: block;
}

/* ------- Animation states ------- */
.promoAkcijaBanner--animIn {
    animation: promoBannerSlideIn 0.35s ease-out forwards;
}

.promoAkcijaBanner--animOut {
    animation: promoBannerSlideOut 0.3s ease-in forwards;
}

/* ------- Unutarnji container ------- */
.promoAkcijaBanner__inner {
    max-width: max-content;
    margin: 0 auto;
    padding: 36px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-sizing: border-box;
}

/* ------- Veliki banner ------- */
.promoAkcijaBanner--big {
background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, rgba(204, 199, 188, 0.2) 100%),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><rect width="1" height="1" x="0" y="0" fill="rgba(0,0,0,0.04)"/><rect width="1" height="1" x="5" y="5" fill="rgba(0,0,0,0.04)"/></svg>');
    background-size: 3px 3px;
    background-color: #131a29;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.75);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.promoAkcijaBanner--big .promoAkcijaBanner__text {
    font-size: 1.45rem;
    line-height: 1.5;
}

/* ------- Kompaktni banner ------- */
.promoAkcijaBanner--compact {
    background: #10131a;
    box-shadow: 0 -6px 25px rgba(0, 0, 0, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.promoAkcijaBanner--compact .promoAkcijaBanner__inner {
    padding: 8px 14px;
}

.promoAkcijaBanner--compact .promoAkcijaBanner__text {
    font-size: 0.9rem;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ------- Tekst ------- */
.promoAkcijaBanner__text {
    flex: 1 1 auto;
}

/* ------- X gumb ------- */
.promoAkcijaBanner__close {
    flex: 0 0 auto;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 50%;
    transition: background 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
}

.promoAkcijaBanner__close:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: scale(1.05);
}

.promoAkcijaBanner__close:active {
    transform: scale(0.97);
    opacity: 0.8;
}

/* ------- Mobile prilagodba ------- */
@media (max-width: 600px) {
    .promoAkcijaBanner__inner {
        padding: 20px 16px;
    }

    .promoAkcijaBanner--big .promoAkcijaBanner__text {
        font-size: 0.95rem;
    }

    .promoAkcijaBanner--compact .promoAkcijaBanner__text {
        max-width: calc(100% - 40px);
    }
}

/* ------- Gliding container ------- */
.glidingAreaForCart {
    display: inline-block;
    width: 70px;
    overflow: visible;
	margin-right:6px;
}
.promoAkcijaBanner--compact .glidingAreaForCart {
    margin-left: -60px;
}

/* ------- Icon animation: smooth glide + micro-rocking ------- */
.cartrockdiscount {
    display: inline-block;
    animation: cartElegance 16s cubic-bezier(0.33, 1, 0.68, 1) infinite;
    transform-origin: 50% 50%;
    color: #dbc3a3;
    font-size: 106%;
}

/* ------- Keyframes ------- */
@keyframes cartElegance {
    0%   { transform: translateX(0)      rotate(0deg); }
    25%  { transform: translateX(50px)   rotate(-16.5deg); }
    50%  { transform: translateX(0)      rotate(0.8deg); }
    75%  { transform: translateX(50px)   rotate(-6.2deg); }
    100% { transform: translateX(0)      rotate(0deg); }
}

/* ------- Slide in/out keyframes ------- */
@keyframes promoBannerSlideIn {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes promoBannerSlideOut {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}
