:root {
    --evn-dark-grey: #414141;
    --black: black;
    --evn-red: #e0001b;
    --evn-white: white;
    --evn-grey: #cfcfcf;
    --evn-light-grey: #f8f8f8;
    --evn-mid_grey: #818181;
    --evn-blue: #e6eaef;
    --font-family: Frutigernextforevn, sans-serif;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

    .w-checkbox:before {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-checkbox:after {
        content: " ";
        clear: both;
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #3898ec;
        background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-color: #3898ec;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus {
        box-shadow: 0 0 3px 1px #3898ec;
    }

.w-form-formradioinput--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

    .w-form-formradioinput--inputType-custom.w--redirected-focus {
        box-shadow: 0 0 3px 1px #3898ec;
    }

    .w-form-formradioinput--inputType-custom.w--redirected-checked {
        border-width: 4px;
        border-color: #3898ec;
    }

.mud-badge.mud-badge-top.left.mud-badge-overlap {
    inset: auto calc(100% - 30px) calc(100% - 23px) auto;
}

body {
    color: #333;
    letter-spacing: 0;
    font-family: Frutigernextforevn, sans-serif;
    font-size: 1vw;
    line-height: 1.6;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(3px);
    }
}

.shake-animation {
    animation: shake 0.5s ease-in-out;
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

p {
    margin-bottom: 0;
}

a {
    float: none;
    clear: none;
    color: var(--evn-dark-grey);
    text-decoration: none;
}

.qm-icon-red {
    width: 60px;
    height: 60px;
    color: var(--black);
}

.download-form {
    width: 195px;
    background-color: var(--evn-red);
    color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    padding: 6px;
    text-decoration: none;
    display: flex;
}

.side-menu-link {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.qm-link-block {
    width: 100%;
    height: 215px;
    max-width: 250px;
    border-top: 5px solid var(--evn-red);
    background-color: var(--evn-white);
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: 45px 0;
    padding: 11px;
    text-decoration: none;
    display: flex;
}

.ed-text {
    text-align: center;
    line-height: 1.2rem;
}
.ee-link-block {
    width: 304px;
    height: 215px;
    max-width: 304px;
    border-top: 6px solid var(--evn-red);
    background-color: var(--evn-white);
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 10px;
    text-decoration: none;
    display: flex;
    position: relative;
}

.qm-c3-block {
    height: 215px;
    max-width: 304px;
    border-top: 6px solid var(--evn-red);
    background-color: var(--evn-white);
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: 45px 0;
    padding: 11px;
    text-decoration: none;
    display: flex;
}

.utility-page-wrap {
    width: 100vw;
    height: 80vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.utility-page-content {
    width: 260px;
    text-align: center;
    flex-direction: column;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.faq-accordion {
    width: 100%;
    border-bottom: 1px solid var(--evn-grey);
    flex: 1;
    overflow: visible;
}

.map-nav-link {
    width: 22.5%;
    background-color: var(--evn-white);
    align-items: center;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
}

.about-us-sub-menu {
    width: 304px;
    height: 215px;
    max-width: 304px;
    border-top: 6px solid var(--evn-red);
    background-color: var(--evn-white);
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 10px;
    text-decoration: none;
    display: flex;
    position: relative;
}

.upload-btn {
    width: 49%;
    border: 1px solid var(--evn-light-grey);
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    display: flex;
}

.odgovornost-sub-menu {
    width: 223px;
    height: 215px;
    max-width: 304px;
    border-top: 6px solid var(--evn-red);
    background-color: var(--evn-white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 10px;
    text-decoration: none;
    display: flex;
    position: relative;
}

.ee-link-block_inv {
    width: 304px;
    height: 250px;
    max-width: 304px;
    border-top: 6px solid var(--evn-red);
    background-color: var(--evn-white);
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 10px;
    text-decoration: none;
    display: flex;
    position: relative;
}

.page-wrapper {
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 1em;
    display: block;
    overflow: hidden;
}

.page-main {
    width: 100%;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1440px;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

    .container.nav {
        z-index: 2;
        max-width: 1560px;
        flex-flow: row;
        justify-content: space-around;
        align-items: stretch;
        margin-left: auto;
        margin-right: auto;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .container.baranje {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex;
        position: static;
    }

    .container.home-text {
        width: 100vw;
        padding-top: 2em;
        padding-bottom: 2em;
    }

.brand {
    margin-left: 1rem;
}

.list-icon {
        margin-bottom: 5px;
    /* margin-left: 10px; */
    padding-bottom: 0px;
    /*     font-family: Frutigernextforevn, sans-serif; */
    color: #111;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.img-block {
    background-position: 85%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-around;
    padding: 5em 1.8em 5.5em 3.4em;
    display: flex;
    position: relative;
}

.img-block.home-block {
    height: 85vh;
    background-image: url('../images/home/1600x900_Elektrodistribucija_Images_Pochetna.jpg');

}

.img-block.welcome-block {
    height: 85vh;
    background-image: url('../images/home/1600x900_Elektrodistribucija_Images_Home.jpg');
}

.navbar {
    border-bottom: 1px solid var(--evn-grey);
    background-color: var(--evn-white);
    position: relative;
}

.nav_layout {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.image {
    width: 265px;
}

.nav-menu {
    z-index: 5;
    padding-right: 1rem;
    display: flex;
}

.home-heading {
    color: var(--evn-white);
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 2em;
    font-size: 2.6em;
    font-weight: 500;
    line-height: 1.5;
}

.menu-link-block {
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
}

    .menu-link-block.new_user {
        z-index: 5;
        display: none;
        position: relative;
    }

.menu-text {
    margin-bottom: 0;
    padding-left: .2em;
/*    font-family: "Frutigernextltw 1 G", sans-serif;*/
    font-size: 1.2em;
    font-weight: 500;
}

    .menu-text:hover {
        text-decoration: underline;
    }

    .menu-text.new_user {
        font-size: 1.2em;
    }

.menu-icon {
    width: 20px;
    height: 20px;
}

    .menu-icon.link {
        width: 1.25em;
        height: 1.25em;
        color: var(--evn-white);
        margin-right: 10px;
        transform: rotate(90deg);
    }

.text-head {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
    font-family: Frutigernextltw1g, sans-serif;
    font-size: 4em;
    font-weight: 500;
}

.text-p {
    width: 80%;
    font-family: Frutigernextforevn, sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.6;
}

.page-code {
    display: none;
    position: fixed;
}

.text-block {
    width: 1440px;
}

.ed-login-btn-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 3.5em;
    display: flex;
    position: static;
}

.top {
    position: static;
}

.section.footer {
    z-index: 100;
    background-color: var(--evn-grey);
    margin-top: 2em;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.paragraph-2 {
    color: var(--evn-white);
    text-align: center;
    font-size: 1em;
    font-weight: 300;
}

.evn-priklucok-btn {
    background-color: var(--evn-red);
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5em;
    display: flex;
}

    .evn-priklucok-btn:hover {
        background-color: var(--evn-white);
        color: var(--evn-red);
    }

    .evn-priklucok-btn.white {
        background-color: var(--evn-white);
        color: var(--evn-red);
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: .75em;
        padding-left: 0;
        padding-right: 0;
        font-size: 1.5em;
        display: flex;
    }

        .evn-priklucok-btn.white:hover {
            background-color: var(--evn-mid_grey);
            color: var(--evn-white);
        }

    .evn-priklucok-btn.priklucok {
        margin-top: 39px;
    }

.najavi_se-block {
    z-index: 2;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
}

.form-block {
    z-index: 2;
    width: 35em;
    border: 1px solid var(--evn-mid_grey);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    background-color: #8080807a;
    border-radius: 10px;
    margin-bottom: 0;
}

.form {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0 5.4em 2em;
    display: flex;
}

.footer-block {
    width: 100%;
    height: 26px;
    max-width: 1440px;
    background-color: rgba(207, 207, 207, 0);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.login-title {
    color: var(--evn-white);
    margin-top: 1rem;
    margin-bottom: 0.5rem;
/*    font-family: "Frutigernextltw 1 G", sans-serif;*/
    font-size: 2em;
    font-weight: 500;
    line-height: 1;
}

.form_lable {
    color: var(--evn-white);
    font-size: 1.2em;
    font-weight: 300;
}

.forgot_password {
    color: var(--evn-white);
    text-align: right;
    font-size: 1em;
    font-weight: 300;
    text-decoration: underline;
}

.remember_block {
    justify-content: flex-end;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 0;
    display: flex;
}

.remember_me {
    color: var(--evn-white);
    padding-left: .3em;
    font-size: 16px;
    line-height: 1.6;
}

.evn-checkbox {
    width: 1em;
    height: 1em;
    margin-top: 0;
    margin-right: 1em;
}

    .evn-checkbox.w--redirected-checked {
        border-color: var(--evn-red);
        background-color: var(--evn-red);
    }

.login-button {
    width: 10.5em;
    background-color: var(--evn-red);
    border-radius: 10px;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:1em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.5em;
    font-weight: 300;
}

.form-field {
    height: 4em;
    border-radius: 10px;
}

.bg-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transition: 0.3s ease-in-out;
}
    .bg-img.object-img {
        background-image: url('../images/banners/1600x350_Header-Images_01.jpg');
    }
    .bg-img.personal-img {
        background-image: url('../images/banners/1600x350_Header-Images_03.jpg');
    }
    .bg-img.location-img {
        background-image: url('../images/banners/1600x350_Header-Images_02.jpg');
    }
    .bg-img.tech-img {
        background-image: url('../images/banners/1600x350_Header-Images_06.jpg');
    }
    .bg-img.doc-img {
        background-image: url('../images/banners/1600x350_Header-Images_04.jpg');
    }
    .bg-img.summary-img {
        background-image: url('../images/banners/1600x350_Header-Images_05.jpg');
    }



    .bg-img.profile {
        background-image: url('../images/home/1600x900_Elektrodistribucija_Images_Registriraj-Se.jpg');
    }

    .bg-img.profile {
        width: 100%;
        height:85vh;
        max-width: 1520px;
        background-size: cover;
        border-radius: 20px;
        justify-content: center;
        align-items: center;
        margin-top: 1em;
        margin-bottom: 3em;
        padding: 1.5em 4em;
        display: flex;
        position: static;
    }

.bg-img-requests {
    height: 100%;
    background-image: url('../images/banners/1600x350_header-images_03.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.bg-img-connection {
    height: 60vh;
    background-image: url('../images/home/1600x900_elektrodistribucija_images_izberi-vid-na-prikluchok.jpg');
    background-position: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}


.bg-img.top {
    width: 100%;
    max-width: 1520px;
    background-size: cover;
    border-radius: 20px;
    align-items: center;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 4em;
    display: flex;
    position: static;
}


    .bg-img-requests.top {
        width: 100%;
        max-width: 1520px;
        background-size: cover;
        border-radius: 20px;
        align-items: center;
        margin-top: 34px;
        margin-bottom: 1em;
        padding-top: 5em;
        padding-bottom: 5em;
        padding-left: 4em;
        display: flex;
        position: static;
    }

.bg-img-connection.priklucok {
    width: 100%;
    height:65vh;
    max-width: 1520px;
    background-size: cover;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 1.5em 4em;
    display: flex;
    position: static;
}

.col-block {
    width: 100%;
    max-width: 1520px;
    grid-column-gap: 1em;
    justify-content: space-between;
    display: flex;
}

.col-2 {
    width: 50%;
    border-radius: 20px;
}

    .col-2.left {
        width: 50%;
        flex-flow: column wrap;
        display: flex;
        position: relative;
        height:600px;
        margin-bottom: 1rem;
    }

    .col-2.right {
        width: 50%;
        border: 1px solid var(--evn-grey);
        background-color: var(--evn-light-grey);
        border-radius: 20px;
        padding: 1em 3em;
        position: relative;
        margin-bottom: 1rem;
    }

.icon-svg {
    width: 8em;
    height: 8em;
    color: var(--evn-grey);
    margin-bottom: 1em;
    margin-top: 1em;
    display:flex;
}

.ed-btn {
    width: 50%;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

    .ed-btn._1 {
        cursor:pointer;
        align-items: center;
        padding-top: 2em;
        padding-bottom: 2em;
        position: relative;
    }

        .ed-btn._1:hover {
            color: var(--evn-red);
            border:1px var(--evn-red) dashed;
        }


.evn-menu-blocks {
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: flex;
}

.dropdown-priklucok {
    z-index: 1;
    width: 100%;
    padding-left: 1em;
}

.dropdown-priklucok-trigger {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.icon-2 {
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.dropdown_heading {
    margin-left: 20px;
    font-size: 25px;
    line-height: 1;
}

.radio-evn {
    width: 1.125em;
    height: 1.125em;
    border-color: var(--evn-dark-grey);
    margin-left: 1em;
    margin-right: .5em;
}

    .radio-evn.w--redirected-checked {
        width: 1.125em;
        height: 1.125em;
        border: 1px solid var(--evn-red);
        background-image: url('../images/evn/Group-82.svg');
        background-position: 0 0;
        background-size: contain;
    }

    .radio-evn.w--redirected-focus {
        box-shadow: none;
    }

    .radio-evn.btn {
        margin-top: 0;
        margin-left: 0;
    }

.form-block-2 {
    z-index: 20;
    position: relative;
}

.baranje_heading {
    margin-top: 2em;
    margin-bottom: 1em;
}

.block-title-text {
    color: var(--evn-dark-grey);
    font-size: 1.5em;
    line-height: 1;
}

.dropdown-list-priklucok {
    margin-left: 2px;
    position: static;
}

    .dropdown-list-priklucok.w--open {
        background-color: rgba(221, 221, 221, 0);
        margin-left: -1em;
        padding-left: 3em;
    }

.baranje_novo_mesto {
    height: 100%;
    width: 100%;
    border: 1px solid var(--evn-dark-grey);
    background-color: var(--evn-white);
    border-radius: 10px;
    margin-bottom: 1.5em;
}

.evn-icon {
    width: 28px;
    height: 28px;
    border: 1px solid var(--evn-dark-grey);
    object-fit: fill;
    border-radius: 50%;
}

.radio-btn-icon {
    width: 100%;
    height: 100%;
    transition: all .2s;
    display: none;
}

    .radio-btn-icon.is--active {
        display: block;
    }

.border {
    border: var(--evn-grey) solid 1px;
}

.top-title {
    color: var(--evn-dark-grey);
    font-size: 20px;
    font-weight: 300;
}

.btn_block {
    width: 16em;
}

.baranje_submit_btn {
    background-color: var(--evn-red);
    text-align: center;
    border-radius: 10px;
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.5em;
}

    .baranje_submit_btn:hover {
        color: var(--evn-white) !important;
    }

.link {
    color: var(--evn-red);
    text-decoration: underline;
}


.agree_submit_btn {
    background-color: var(--evn-red);
    text-align: center;
    border-radius: 10px;
    margin: 1vh;
    font-size: 1rem;
    width:60%;

}
    .agree_submit_btn:hover {
        color: var(--evn-white) !important;
    }


.not_agreed_submit_btn {
    background-color: var(--evn-dark-grey);
    text-align: center;
    border-radius: 10px;
    margin: 1vh;
    font-size: 1rem;
    width: 60%;
}



    .not_agreed_submit_btn:hover {
        color: var(--evn-white) !important;
    }

.agree-checkbox {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin-right: .5em;
}

    .agree-checkbox.w--redirected-checked {
        background-color: var(--evn-red);
        background-size: cover;
        border-style: none;
        border-width: 0;
    }

    .agree-checkbox.w--redirected-focus {
        box-shadow: none;
    }

.agree-checkbox-lable {
    color: var(--evn-grey);
}

.page-title {
    color: var(--evn-white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 300;
}

.log_in_wrapper {
    height: 85vh;
    width: 100%;
    background-image: url('../images/home/1600x900_elektrodistribucija_images_najavi-se.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 1em;
    padding-top: 7em;
    padding-bottom: 7em;
}

.register_wrapper {
    height: 85vh;
    width: 100%;
    background-image: url('../images/home/1600x900_Elektrodistribucija_Images_Registriraj-Se.jpg');
    background-position: 78%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 1em;
    padding-top: 7em;
    padding-bottom: 7em;
}

.forget_wrapper {
    height: 85vh;
    width: 100%;
    background-image: url('../images/home/1600x900_elektrodistribucija_images_zaboravena-lozinka.jpg');
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 1em;
    padding-top: 7em;
    padding-bottom: 7em;
}

.reset_wrapper {
    height: 85vh;
    width: 100%;
    background-image: url('../images/evn/tiny1514878.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 2.125em;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}


.back_to_home {
    cursor: pointer;
    align-items: center;
    margin-bottom: 1em;
    display: flex;
}

.login-sub {
    color: var(--evn-white);
    margin-bottom: 1.5em;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.2;
}

.baranje_footer {
    margin-top: 2em;
    margin-bottom: 1em;
}

.radio-lable-evn {
    z-index: 1;
    margin-bottom: 0;
    margin-right:2.5rem;
    font-size: .85em;
    line-height: 1;
    position: relative;
}

    .radio-lable-evn.large {
        font-size: 1.25em;
    }

.info_pop-up {
    z-index: 3;
    background-color: var(--evn-light-grey);
    opacity: .99;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s;
    display: none;
    position: absolute;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.info-block-heading {
    margin-top: 8%;
    margin-left: 0;
    margin-bottom: 5%;
    text-align: center;
}

.evn-list-item {
    background-image: url('../images/evn/list-icon.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    padding-left: 34px;
    font-size: 1em;
    font-weight: 300;
    list-style-type: none;
}

.evn-list {
    padding-left: 0;
}

.close_info-tab {
    width: 19px;
    height: 19px;
    background-image: url('../images/evn/close_btn-icon.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 2%;
    bottom: auto;
    left: auto;
    right: 2%;
    cursor: pointer;
}

.info_btn {
    z-index: 2;
    width: 46px;
    height: 42px;
    background-image: url('../images/evn/Info-Button.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 10%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.footer-text {
    margin-bottom: 0;
    font-size: 12px;
}

.info_btn-block {
    z-index: 2;
    width: 54px;
    height: 43px;
    background-image: url('../images/evn/Info-Button.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    cursor: pointer;
}

.evn-user-menu {
    width: 100%;
    border: 1px solid var(--evn-grey);
    background-color: var(--evn-light-grey);
    border-radius: 10px;
    justify-content: space-around;
    padding: 1em;
    display: flex;
}

    .evn-user-menu.is--top {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 34px;
    }

.evn-icon-img {
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    display: flex;
}

    .evn-icon-img.documents {
        width: 10%;
    }

.evn-menu-line {
    width: 3em;
    height: 1px;
    background-color: var(--evn-grey);
}

    .evn-menu-line.is--active {
        background-color: var(--evn-red);
    }

.evn-icon-line {
    width: 2%;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.evn-icon-02 {
    width: 2em;
    height: 2em;
}

.new-user-heading {
    color: var(--evn-white);
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 3em;
/*    font-family: "Frutigernextltw 1 G", sans-serif;*/
    font-size: 3em;
    font-weight: 500;
    line-height: 1;
}

.evn-menu-text {
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 0;
    font-size: .75em;
    line-height: 1;
}

    .evn-menu-text.is--active {
        color: var(--evn-red);
        font-weight: 300;
    }

.user-form {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    grid-column-gap: 1rem;
}

.evn-form-block {
/*    width: 47.5%;*/
}

    .evn-form-block.is--first {
        width: 100%;
        padding-right: 52.25%;
    }

.user-info-form {
    width: 100%;
    border: 1px solid var(--evn-grey);
    background-color: var(--evn-light-grey);
    border-radius: 10px;
    padding: 10px 20px;
}

    .user-info-form.is--half {
        width: 49.25%;
    }

        .user-info-form.is--half.is--white {
            background-color: var(--evn-white);
        }

            .user-info-form.is--half.is--white.is--custom-height {
                height: 17em;
            }

            .user-info-form.is--half.is--white.is--margin {
                margin-top: -19.0625em;
            }

                .user-info-form.is--half.is--white.is--margin.is--custom-height {
                    height: 100%;
                    margin-top: -18.5em;
                    margin-bottom: 13.4375em;
                }

            .user-info-form.is--half.is--white.is--margin-last {
                margin-top: -14em;
            }

    .user-info-form.is--white {
        background-color: var(--evn-white);
    }

.col-block-user {
    width: 100%;
    max-width: 1520px;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

    .col-block-user.is--active, .col-block-user.is--user {
        padding-bottom: 1rem;
    }

.evn-form-lable {
    color: var(--evn-dark-grey);
    padding-left: 1em;
    font-size: .75em;
    font-weight: 600;
}

    .evn-form-lable.is--dark {
        color: var(--evn-dark-grey);
    }

.evn-form-text-field {
    text-transform: capitalize;
    border-radius: 5px;
}

    .evn-form-text-field:focus {
        border: 1px solid var(--evn-red);
    }

    .evn-form-text-field.is--caps {
        text-transform: none;
    }

    .evn-form-text-field.is--grey {
        background-color: var(--evn-light-grey);
    }

.user-info-heading {
    color: var(--evn-red);
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.3em;
    font-weight: 300;
}

.col-full-new {
    width: 100%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.user-menu-nav {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
    display: flex;
}

.back-btn-text {
    color: var(--evn-red);
    text-align: right;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
}

.evn-next-btn {
    background-color: var(--evn-red);
    color: var(--evn-white);
    border-radius: 10px;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 1.4em;
    font-weight: 300;
}

    .evn-next-btn:hover {
        background-color: var(--evn-red);
        color: var(--evn-white) !important;
    }

.evn-user-list {
    width: 100%;
}

.evn-user-list-heading {
    justify-content: flex-start;
    display: flex;
}

.evn-dropdown-trigger {
    width: 100%;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-right: 20px;
    display: flex;
    padding: 0px;
}

    .evn-dropdown-trigger.w--open {
        grid-column-gap: 3em;
        grid-row-gap: 3em;
        justify-content: space-between;
        display: flex;
    }

.evn-dropdown-status {
    border: 1px solid var(--evn-grey);
    background-color: var(--evn-light-grey);
    border-radius: 10px;
    margin-bottom: .5em;
    display: block;
    overflow: hidden;
}

.dropdown-icon {
    color: var(--evn-red);
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5em;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0%;
}

.env-list-col2 {
    width: 47%;
    overflow:hidden;
    position: relative;
}

.status-name {
    color: var(--evn-dark-grey);
/*    font-family: "Frutigernextltw 1 G", sans-serif;*/
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.1;
}

.status-info {
    color: var(--evn-red);
    font-size: .8em;
    padding-top: 3px;
}

.status-address {
    font-size: 1.2em;
    font-weight: 500;
}

.status-text {
    color: var(--evn-red);
    padding-left: 1em;
    font-size: 1.2em;
    font-weight: 500;
}

.status-wrapper {
    align-items: center;
    display: flex;
    margin-top: 5px;
}

.env-dropdown-col2 {
    width: 47%;
    position: relative;
}

.dropdown-list-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    background-color: var(--evn-light-grey);
    padding: 20px;
    position: static;
}

    .dropdown-list-2.w--open {
        padding: 20px;
        display: flex;
    }

.status-icon {
    width: 1.5em;
}

.status-heading {
    width: 50%;
    margin-bottom: 10px;
}

.evn-dropdown-block {
    border-bottom: 1px solid var(--evn-grey);
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
}

    .evn-dropdown-block.is--first {
        border-top: 1px solid var(--evn-grey);
    }

    .evn-dropdown-block.is--last {
        border-bottom-style: none;
    }

.evn-dropdown-text {
    margin-bottom: 0;
    font-size: .8em;
    font-weight: 300;
}

.evn-dropdown-field {
    margin-bottom: 0;
    font-size: .9em;
    font-weight: 300;
}

.evn-more-link {
    color: var(--evn-red);
    font-weight: 300;
    text-decoration: underline;
    position: absolute;
    top: auto;
    bottom: 3%;
    left: auto;
    right: 0%;
}

.pagination {
    padding-bottom: 1rem;
    margin: 1rem 1rem 0rem 1rem;
    align-items: center;
    justify-content: center;
    display: flex;
}

.page-icon {
    height: 1.25em;
    padding-left: 10px;
    padding-right: 10px;
}

.pagination-text {
    color: var(--evn-red);
    margin-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: 300;
}

.priklucok-sub-text {
    color: var(--evn-white);
    margin-bottom: 1em;
    font-size: .75em;
    line-height: 1.3;
}

.evn-dropdown-priklucok {
    width: 100%;
    height: 3.75em;
    background-color: var(--evn-white);
    border-radius: 10px;
    margin-bottom: 1em;
}

.evn-dropdown-priklucok-trigger {
    width: 100%;
}

.evn-radio-btn {
    height: 3em;
    background-color: var(--evn-white);
    border-radius: 10px;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}

    .evn-radio-btn.outline {
        border: 1px solid var(--evn-grey);
    }

.evn-btn-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    display: flex;
}

.izvesuvanje {
    width: 100%;
    border: 1px solid var(--evn-red);
    background-color: var(--evn-light-grey);
    margin-bottom: 1rem;
    border-radius: 10px;
    padding: 1em;
    display: flex;
    align-items: center;
}

    .izvesuvanje.soglasnost {
        flex-direction: column;
        margin-bottom: 3em;
        padding-left: 3em;
        padding-right: 3em;
    }

.izvestuvanje-text {
    color: var(--evn-red);
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.2;
}

    .izvestuvanje-text.soglasnost {
        color: var(--evn-mid_grey);
        font-size: 1em;
    }

.izvestuvanje-icon {
    margin-left: 1em;
    margin-right: 1em;
    height: 2em;
}

.evn-dropdown-baranje {
    width: 100%;
    border: 1px solid var(--evn-grey);
    background-color: var(--evn-light-grey);
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    display: block;
}

    .evn-dropdown-baranje.is--half {
        width: 49.25%;
        margin-bottom: 0;
    }

.evn-dropdown-baranje-trigger {
    width: 100%;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-right: 20px;
    display: flex;
}

    .evn-dropdown-baranje-trigger.w--open {
        grid-column-gap: 3em;
        grid-row-gap: 3em;
        justify-content: space-between;
        display: flex;
    }

.env-list-col2-baranje {
    width: 100%;
    display: flex;
    position: relative;
}

.baratel-block {
    width: 100%;
    margin-left: 1em;
}

.baranje-heading {
    color: var(--evn-dark-grey);
    margin-bottom: .5em;
/*    font-family: "Frutigernextltw 1 G", sans-serif;*/
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1;
}

.dropdown-list-baranje {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    background-color: var(--evn-light-grey);
    padding: 20px;
    position: static;
}

    .dropdown-list-baranje.w--open {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        border-radius: 10px;
        flex-direction: column;
        padding: 20px;
        display: flex;
    }

.env-dropdown-full {
    width: 100%;
    position: relative;
}

.address-block {
    border: 1px solid var(--evn-grey);
    background-color: var(--evn-light-grey);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    width: 100%;
}

    .address-block.is--half {
        width: 49.25%;
        height: 8em;
    }

.documents-icon {
    height: 3.2em;
}

.baranje-text {
    margin-bottom: 0;
/*    font-family: "Frutigernextltw 1 G", sans-serif;*/
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.1;
}

.address-wrapper {
    margin-left: 1em;
    line-height: 1;
}

.col-half-new {
    width: 50%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.documents-block {
    width: 100%;
    /*TODO*/
    border: 1px solid var(--evn-grey);
    background-color: var(--evn-light-grey);
    border-radius: 10px;
    flex-direction: column;
    padding: 10px 20px;
    display: flex;
}

    .documents-block.is--half {
        width: 49.25%;
    }

    .documents-block.is--margin-last {
        margin-bottom: 1rem;
    }

.documents-heading {
    color: var(--evn-red);
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.3em;
    font-weight: 300;
}

    .documents-heading.is--bottom {
        margin-top: 1em;
    }

.heading-block {
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    margin-bottom: 4px;
}

.documents-wrapper {
    border-bottom: 1px solid var(--evn-grey);
    justify-content: space-between;
    align-items: center;
    padding: 6px;
    display: flex;
}

    .documents-wrapper.is--first {
        border-top: 1px solid var(--evn-grey);
    }

.document-link {
    width: 1em;
    height: 1.4em;
    background-image: url('../images/evn/Group-93.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
}

    .document-link.download {
        transform: rotate(180deg);
    }

.document-text {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 300;
    line-height: 1;
    width: 80%;
}

.document-icon{
    display:flex;
    flex-direction: column-reverse;
    align-items:center;
     
}
.document-name{
    font-size: 12px;
    cursor:pointer;
}
.document-upload {
    padding-top: 0.5rem;
    flex-direction: row;
    display: flex;
}

.document-info-text {
    color: var(--evn-mid_grey);
    margin-top: 1em;
    margin-bottom: 0;
    font-size: .8em;
    font-weight: 300;
    line-height: 1;
}

.evn-contact {
    color: var(--evn-mid_grey);
    font-size: .9em;
    margin-top: 6px;
}

.evn-priklucok-heading {
    margin-bottom: 0;
/*    font-family: "Frutigernextltw 1 G", sans-serif;*/
    font-size: 1.25em;
    font-weight: 500;
}

.evn-btn-wrapper-baranje {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.evn-uslovi-priklucok {
    width: 100%;
    border: 1px solid var(--evn-grey);
    background-color: var(--evn-light-grey);
    border-radius: 10px;
    padding: 20px;
}

.evn-priklucok-submit {
    background-color: var(--evn-red);
    border-radius: 10px;
    padding-left: 4em;
    padding-right: 4em;
    font-size: 2em;
}

.evn-icon-emmbed {
    width: 2em;
    height: 2em;
    color: var(--evn-grey);
}

    .evn-icon-emmbed.is--active {
        color: var(--evn-red);
    }

.address-wrapper-block {
    grid-column-gap: .5em;
    grid-row-gap: 0em;
    display: flex;
}

.notification-wrapper {
    width: 100%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    margin-top: 34px;
    display: flex;
}

.notification-block {
    width: 49.25%;
    grid-column-gap: 1em;
    grid-row-gap: 0.4em;
    border: 1px solid var(--evn-grey);
    background-color: var(--evn-light-grey);
    border-radius: 10px;
    flex-direction: column;
    padding: 2em;
    height:fit-content;
    display: flex;
    overflow:hidden;
}

    .notification-block.is--white {
        background-color: var(--evn-white);
    }

.notification-heading {
    margin-top: 0;
    margin-bottom: 0;
    cursor: default;
}

.notification-line {
    height: 1px;
    background-color: var(--evn-grey);
}

    .notification-line.is--bottom {
        margin-top: 3em;
    }

.notification-tab {
    align-items: center;
    display: flex;
    position: relative;
}

    .notification-tab.is--tab {
        height: 100%;
    }

.notification-tab-number {
    width: 2em;
    height: 2rem;
    background-color: var(--evn-grey);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-left: .5em;
    margin-right: .5em;
    display: flex;
}

.notification-number-text {
    color: var(--evn-white);
    font-size: 1.25em;
    font-weight: 700;
}

.menu-line {
    height: 4px;
    background-color: var(--evn-grey);
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.notification-tab-block {
    align-items: center;
    margin-bottom: 1em;
    padding: .5em;
    display: flex;
}

.notification-link-wrapper {
    color: var(--evn-dark-grey);
    border: 1px solid var(--evn-light-grey);
    border-radius: 5px;
    /* margin-bottom: 0.5em;*/
    padding: 0px 5px 0px 5px;
    transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

    .notification-link-wrapper:hover {
        color: var(--evn-dark-grey) !important;
        border-color: var(--evn-grey);
        background-color: var(--evn-white);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .notification-link-wrapper:active,
    .notification-link-wrapper:focus {
        border-color: var(--evn-red);
        background-color: var(--evn-white);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .notification-link-wrapper.is--active {
        background-color: var(--evn-blue);
    }


.notification-link-heading {
    align-items: center;
    margin-bottom: 0.6em;
    display: flex;
}

.notification-link-block {
    padding: .3em;
}

.notification-link-heading-text {
    color: var(--evn-red);
    font-family: "Frutigernextltw 1 G", sans-serif;
    font-size: .8em;
    font-weight: 500;
    line-height: 1;
}

.notification-link-icon {
    width: 1em;
    height: 1em;
    margin-right: 2em;
}

.notification-title {
    margin: 0px 0px 0px 10px;
/*    font-family: "Frutigernextltw 1 G", sans-serif;
    font-weight: 500;*/
}

.notification-subtitle {
    margin-left: 3em;
    font-family: "Frutigernextltw 1 G", sans-serif;
    font-weight: 300;
}

.notification-date {
    float: right;
    font-size: 0.8em;
    font-family: "Frutigernextltw 1 G", sans-serif;
    font-weight: 300;
    color: #999;
   /* padding-top: 0.5em;*/
   /* margin-right: 3em;*/
}

.notification-tabs-menu {
    display: flex;
}

.tabs {
    width: 100%;
    background-color: rgba(221, 221, 221, 0);
    padding: 0;
    font-weight: 300;
}

    .tabs.w--current {
        width: 100%;
        background-color: rgba(175, 40, 40, 0);
        font-weight: 700;
    }

.notification-menu-text {
    width: 70%;
    font-size: 1.25em;
    line-height: 1;
}

.tab-pane {
   margin-top: 0.4em;
}

.tab-pane-wrapper {
    height: 75vh;
    flex-grow: 1;
    overflow-y: auto;
    flex-direction: column;
    display: flex;
}

.notification-paragraph {
    font-weight: 300;
    color: #333;
    line-height: 1.5;
    text-align: justify;
    padding: 10px;
    text-indent: 10px;
    letter-spacing: 0.04rem;
    cursor: default;
}

.notification-baranje-block {
    border: 1px solid var(--evn-grey);
    padding: 1em;
}

.notification-baranje-text {
    font-size: 1.2rem;
}

.notification-baranje-button {
    background-color: var(--evn-red);
    text-align: center;
    border-radius: 10px;
    align-self: flex-end;
    padding: .4em 2em;
    font-size: 1.5em;
    font-weight: 300;
}

.notification-baranje-button:hover {
    background-color: var(--evn-dark-grey);
    color: var(--evn-white) !important;
}

.notification-sub-text {
    color: var(--evn-grey);
    font-size: .7em;
    font-weight: 300;
}

.menu-button-2 {
    z-index: 5;
}

.custom-menu {
    flex-direction: row;
    display: flex;
}

    .custom-menu:hover {
        text-decoration: underline;
    }

.text-block-7 {
/*    font-family: "Frutigernextltw 1 G", sans-serif;*/
    font-size: 1.25em;
    font-weight: 500;
}

.icon-3 {
    color: var(--evn-red);
    font-weight: 700;
}

.dropdown-list-3 {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

    .dropdown-list-3.w--open {
        width: 13em;
        background-color: var(--evn-light-grey);
        flex-direction: column;
        display: flex;
        top: 70%;
        bottom: auto;
        left: 0%;
        right: 0%;
        border-radius: 10px;
    }

.custom-menu-dropdown {
    width: 10em;
    padding-left: 10px;
    padding-right: 10px;
/*    font-family: "Frutigernextltw 1 G", sans-serif;*/
    font-weight: 500;
}

.custom-dropdown {
    padding: 16px;
    display: flex;
}

    .custom-dropdown:hover {
        text-decoration: underline;
    }

.agree_block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 0;
    display: flex;
}

.agree-text {
    color: var(--evn-white);
    padding-left: .3em;
    font-size: .8em;
    line-height: 1.2;
}

.error-text {
    color: var(--evn-white);
    font-size: .8em;
    line-height: 1.2;
    padding: 1em;
}

.is--red {
    color: var(--evn-red);
}

.video-link {
    color: var(--evn-red);
    text-decoration: underline;
}

.form-block-4 {
    margin-top: 1em;
}

.submit-button-2 {
    background-color: var(--evn-grey);
    border-radius: 10px;
    padding: .5em 3em;
    font-size: 1.25em;
}

    .submit-button-2:hover {
        background-color: var(--evn-red);
    }

.checkbox-field {
    align-items: center;
    margin-bottom: 1em;
    padding-left: 1.25em;
    display: flex;
}

.checkbox-label {
    margin-bottom: 0;
}

.tehnicki-podatoci-wrapper {
    width: 49.25%;
    border: 1px solid var(--evn-grey);
    background-color: var(--evn-light-grey);
    border-radius: 10px;
    padding: 25px;
}

    .tehnicki-podatoci-wrapper.is--full {
        width: 100%;
    }

.tehnicki-dropdown {
    width: 100%;
    border-bottom: 1px solid var(--evn-grey);
    overflow: hidden;
}

.tehnicki-trigger {
    width: 100%;
    height: 5em;
    align-items: center;
    display: flex;
}

.tech-text {
    font-weight: 300;
    line-height: 1;
}

.dropdown-list-4 {
    width: 100%;
    background-color: var(--evn-light-grey);
    display: block;
    position: static;
}

.tech-icon {
    color: var(--evn-red);
    font-size: 1.25em;
    font-weight: 700;
}

.tech-info-block {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
}

.tech-info-text-wrapper {
    flex-direction: column;
    display: flex;
    justify-content:center;
}

.tech-info-icon {
    margin-right: 1em;
}

.tech-info-text {
/*    font-family: "Frutigernextltw 1 G", sans-serif;*/
    font-size: .8em;
    font-weight: 500;
}

.tech-info-title {
    color: var(--evn-red);
/*    font-family: "Frutigernextltw 1 G", sans-serif;*/
    font-size: 1.25em;
    font-weight: 500;
}

.div-block-10 {
    grid-column-gap: .5em;
    grid-row-gap: 2em;
    border-bottom: 1px #000;
    grid-template: ". . Area Area . Area-2 Area-2" 1fr
        ". . . . . . ."
        ". . . . . . ."
        ". . . . . . ."
        / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
}

.grid-sub {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .8em;
}

.grid-p {
    border-width: 1px;
    border-color: var(--evn-grey);
    border-bottom-style: solid;
    padding-top: 11px;
    padding-bottom: 11px;
}

.grid-title {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
/*    font-family: "Frutigernextltw 1 G", sans-serif;*/
    font-weight: 500;
    display: flex;
}

.tech-text-field {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--evn-grey);
    background-color: var(--evn-light-grey);
    margin-bottom: 1em;
}

.ant-upload-list-item-name {
    width: 120px;
}

@media screen and (max-width: 1279px) {
    .mud-badge.mud-badge-top.left.mud-badge-overlap {
        inset: auto calc(100% - 39px) calc(100% - 23px) auto;
    }
}

@media screen and (min-width: 992px) {
    .bg-img.top {
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }

    .mud-step-label-content {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

/*@media screen and (max-width:1200px) and (min-width:1046px) {
    .info-block-heading {
        margin-top: 8%;
        align-content: center;
        margin-bottom: 5%;
    }
}*/


@media screen and (max-width:1045px) {
    .tab-pane-wrapper {
        height: 70vh;
    }

    .col-2.right {
        width: 50%;
        border: 1px solid var(--evn-grey);
        background-color: var(--evn-light-grey);
        border-radius: 20px;
        padding: 39px;
        padding-left: 44px;
        padding-right: 43px;
        position: relative;
    }

    h1 {
        font-size: 30px;
        line-height: 44px;
        margin-top: 20px;
    }

    .info-block-heading {
        margin-top: 8%;
        align-content: center;
        margin-bottom: 5%;
    }

    .ant-upload-list-item-name {
        width: 120px;
    }

    .user-info-form.is--half {
        width: 100%;
    }

    .documents-block.is--half {
        width: 100%;
    }

    .ant-upload-list-item-name {
        width: 160px;
    }

    .ant-upload-list-item-info .anticon-loading .anticon, .ant-upload-list-item-info .ant-upload-text-icon .anticon {
        font-size: 16px;
    }

    .ant-btn-icon-only.ant-btn-sm > * {
        font-size: 20px;
    }
    .info-block-heading {
        margin-top: 8%;
        align-content: center;
        margin-bottom: 5%;
    }
    .col-2.right {
        width: 50%;
        border: 1px solid var(--evn-grey);
        background-color: var(--evn-light-grey);
        border-radius: 20px;
        padding: 1em 3em;
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    .tab-pane-wrapper {
        height: 45vh;
    }

    .mud-radio-content-placement-end {
        margin-left: -11px;
        margin-right: 16px;
        margin-inline-start: 0px;
        margin-inline-end: 37px;
        flex-direction: row;
    }

    .mud-badge.mud-badge-top.left.mud-badge-overlap {
        inset: auto calc(100% - 39px) calc(100% - 23px) auto;
    }

    .ant-upload-list-item-name {
        width: 120px;
    }

    .qm-link-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    .ee-link-block {
        width: auto;
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .qm-c3-block {
        flex-direction: column;
        flex: 1;
        justify-content: center;
    }

    .about-us-sub-menu, .odgovornost-sub-menu, .ee-link-block_inv {
        width: auto;
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-wrapper {
        min-height: 100%;
        overflow: hidden;
    }

    .page-main {
        min-height: 90vh;
        overflow: hidden;
    }

    .container {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        padding-left: 0;
        padding-right: 0;
    }

        .container.nav {
            height: 5rem;
        }

        .container.baranje {
            border-radius: 10px;
            margin-top: 0;
            padding: 0 1rem;
        }

    .brand.w--current {
        margin-left: 2em;
    }

    .home-block {
        background-position: 20%;
        padding-top: 1rem;
        padding-bottom: 1.8rem;
    }

    .navbar {
        z-index: 10;
        position: relative;
    }

    .image {
        width: 80%;
    }

    .home-heading {
        margin-top: 0rem;
        padding-bottom: 1.25rem;
        font-size: 2.3rem;
    }



    .menu-link-block {
        justify-content: center;
    }

    .menu-text {
        font-size: 2rem;
    }

        .menu-text.new_user, .menu-icon {
            font-size: 1rem;
        }

    .text-head {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 2rem;
    }

    .text-p {
        width: 100%;
        font-size: 1.1rem;
    }

    .text-block {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .ed-login-btn-block {
        margin-bottom: .5rem;
        margin-inline: 5%;
    }

    .paragraph-2 {
        font-size: 1rem;
    }

    .evn-priklucok-btn {
        font-size: 1.5rem;
    }

        .evn-priklucok-btn.white {
            padding-left: .8rem;
            padding-right: .8rem;
            font-size: 1.5rem;
        }

    .najavi_se-block {
        padding-top: 0;
        padding-bottom: 0;
    }

    .form-block {
        margin: 0 auto;
    }
    .form-block.profile {
        margin: 0 auto;
    }

    .form {
        padding: 1.9rem 4.9rem;
    }

    .login-title {
        margin-top:0;
        text-align:center;
        font-size: 1.75rem;
    }

    .form_lable, .forgot_password, .remember_me {
        font-size: 1rem;
    }

    .evn-checkbox {
        width: 1rem;
        height: 1rem;
        margin-left: 0;
        margin-right: 1rem;
    }

/*    .login-button {
        width: 20rem;
        margin-top: 0rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1.5625rem;
    }*/

    .form-field {
        height: 4rem;
    }

    .bg-img {
        aspect-ratio: auto;
        background-position: 75%;
        background-size: cover;
    }

        .bg-img.top {
            height: 10rem;
            margin-bottom: 0;
            padding-top: 5rem;
            padding-bottom: 5rem;
            padding-left: 2rem;
        }

        .bg-img.priklucok {
            padding-left: 2rem;
        }

    .col-block {
        grid-column-gap: 0em;
        grid-row-gap: 1rem;
        flex-wrap: wrap;
    }

    .col-2.left {
        width: 100%;
        height: 100%;
        margin-bottom:0rem;
    }

    .col-2.right {
        width: 100%;
        height: 100%;
        padding-top: 1.5em;
        padding-bottom: 3em;
        border: 1px solid var(--evn-grey);
        background-color: var(--evn-light-grey);
        border-radius: 20px;
        padding: 1em 3em;
        position: relative;
        margin-bottom: 1rem;
    }

    .icon-svg {
        width: 6rem;
        margin-bottom: 1rem;
    }

    .ed-btn._1 {
        padding: 2.5rem 2rem;
    }

    .ed-text {
        font-size: 1rem;
        line-height:1.2rem;
    }

    .dropdown-priklucok-trigger {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dropdown_heading {
        font-size: 1rem;
    }

    .radio-evn {
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 1em;
    }

    .block-title-text {
        font-size: 1.5rem;
    }

    .evn-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .top-title {
        font-size: 1.15rem;
    }

    .btn_block {
        width: 15rem;
    }

    .baranje_submit_btn {
        padding-left: 3rem;
        padding-right: 3rem;
        font-size: 1.5rem;
    }

    .agree-checkbox {
        width: 1rem;
        height: 1rem;
        margin-right: .5rem;
    }

    .agree-checkbox-lable {
        font-size: 1rem;
    }

    .page-title {
        padding-left: 2rem;
        font-size: 2rem;
    }

    .log_in_wrapper {
        justify-content: center;
        align-items: center;
        padding-top: 3.8rem;
        padding-bottom: 3.8rem;
    }

    .reset_wrapper {
        /*height: 80vh;*/
        justify-content: center;
        align-items: center;
        padding-top: 3.8rem;
        padding-bottom: 3.8rem;
        display: flex;
    }

    .back_to_home {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .radio-lable-evn {
        margin-bottom: -5px;
        font-size: .85rem;
    }

        .radio-lable-evn.large {
            font-size: 1.25rem;
        }

    .footer-text {
        padding-left: 2rem;
    }

    .form-2 {
        margin-top: .5rem;
    }

    .evn-user-menu.is--top {
        padding: 0.5rem;
    }

    .evn-icon-img {
        width: 4.3rem;
    }

        .evn-icon-img.documents {
            width: 20%;
        }

    .evn-icon-02 {
        width: 1.5rem;
        height: 1.5rem;
    }

    .new-user-heading {
        margin-top: 2rem;
        padding-bottom: 1.25rem;
        font-size: 2.7rem;
    }

    .evn-menu-text {
        font-size: .7rem;
        font-weight: 300;
    }

        .evn-menu-text.is--active {
            font-size: .7rem;
        }

    .user-info-form, .user-info-form.is--half.is--white {
        width: 100%;
    }

        .user-info-form.is--half {
            width: 100%;
        }

            .user-info-form.is--half.is--white.is--custom-height {
                width: 100%;
                height: auto;
            }

            .user-info-form.is--half.is--white.is--margin.is--custom-height {
                height: auto;
                margin-top: 0;
                margin-bottom: 0;
            }


            .user-info-form.is--half.is--white.is--margin-last {
                margin-top: 0;
            }

    .col-block-user {
        grid-column-gap: 0em;
        grid-row-gap: 1rem;
        flex-wrap: wrap;
    }

        .col-block-user.is--active {
            margin-bottom: 1rem;
        }

        .col-block-user.is--user {
            margin-bottom: 0;
        }

    .evn-form-lable {
        font-size: .6rem;
    }

    .user-info-heading {
        font-size: 1.2rem;
    }

    .col-full-new {
        width: 100%;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .back-btn-text {
        font-size: 1rem;
    }

    .dropdown-icon {
        font-size: 1.2rem;
    }

    .status-name {
        font-size: .9rem;
    }

    .status-info {
        font-size: .7rem;
    }

    .status-address {
        font-size: .8rem;
    }

    .status-text {
        font-size: .9rem;
    }

    .status-icon {
        width: 2rem;
    }

    .status-heading {
        font-size: 1rem;
    }

    .evn-dropdown-text {
        font-size: .75rem;
    }

    .evn-dropdown-field {
        font-size: .8rem;
    }

    .evn-more-link {
        font-size: .8rem;
    }

    .page-icon {
        height: .9rem;
    }

    .pagination-text {
        font-size: 1rem;
        padding-top: 5%;
    }

    .priklucok-sub-text {
        font-size: .75rem;
    }

    .evn-dropdown-priklucok {
        height: 3.5rem;
        margin-bottom: 1rem;
    }

    .evn-dropdown-priklucok-trigger {
        padding: 11px;
    }

    .evn-radio-btn {
        height: 3rem;
    }

    .evn-radio-btn-wraper {
        height: 2rem;
        align-items: center;
        display: flex;
        margin-bottom:1rem;
    }

    .evn-drop-text {
        font-size: 1rem;
    }

    .izvesuvanje {
        margin-top: 1rem;
        padding: 1.4rem 1rem;
    }

        .izvesuvanje.soglasnost {
            margin-bottom: 3rem;
        }

    .izvestuvanje-text, .izvestuvanje-text.soglasnost {
        font-size: 1rem;
    }

    .izvestuvanje-icon {
        margin-left: .5rem;
        margin-right: .8rem;
        height: 1.3em;
    }

    .evn-dropdown-baranje {
        height: auto;
        margin-bottom: 0;
    }

        .evn-dropdown-baranje.is--half {
            width: 100%;
            flex: 0 auto;
        }

    .baratel-block {
        margin-left: 1rem;
    }

    .baranje-heading {
        font-size: 1rem;
    }

    .address-block, .address-block.is--half {
        width: 100%;
        height: auto;
    }

    .documents-icon {
        height: 4rem;
    }

    .baranje-text {
        font-size: 1.2rem;
    }

    .address-wrapper {
        margin-left: 1rem;
    }

    .col-half-new {
        width: 100%;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .documents-block.is--half {
        width: 100%;
    }

    .documents-heading {
        font-size: 1.4rem;
    }

    .document-link {
        width: 2rem;
        height: 2rem;
    }

    .document-text {
        font-size: 1rem;
    }

    .document-head {
        font-size: 1rem;
    }

    .document-info-text {
        font-size: .9rem;
    }

    .evn-contact {
        font-size: .9rem;
        line-height: 1;
    }

    .evn-priklucok-heading {
        font-size: 1.25rem;
    }

    .evn-btn-wrapper-baranje {
        margin-top: 1rem;
        margin-bottom: 1rem;
        align-items: center;
        font-size: 1rem;
    }
    .agree_submit_btn{
        width:60%;

    }
    .not_agreed_submit_btn {
        width: 60%;
    }

    .evn-uslovi-priklucok {
        margin-bottom: 1rem;
    }

    .evn-priklucok-submit {
        padding-left: 4.5em;
        padding-right: 4.5em;
        font-size: 2rem;
    }

    .evn-icon-emmbed {
        width: 2rem;
        height: 2rem;
    }

    .notification-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-wrap: wrap;
        padding: 0;
    }

    .notification-block {
        width: 100%;
        padding: 2rem;
    }

        .notification-block.is--white {
            margin-bottom: 3rem;
        }

    .notification-line.is--bottom {
        margin-top: 3rem;
    }

    .notification-tab-number {
        width: 2rem;
    }

    .notification-number-text {
        font-size: 1.25rem;
    }

    .notification-tab-block {
        width: 100%;
        margin-bottom: 1rem;
        padding: .5rem;
    }

    .notification-link-heading {
        margin-bottom: 0.8rem;
    }

    .notification-link-heading-text {
        font-size: .8rem;
    }

    .notification-link-icon {
        width: 1rem;
        height: 1rem;
        margin-right: 2rem;
    }

    .notification-title, .notification-subtitle {
        font-size: 1rem;
    }

    .notification-menu-text {
        font-size: 1.25rem;
    }

    .tab-pane-wrapper {
        grid-column-gap: 1rem;
       /* grid-row-gap: 1rem;*/
    }

    .notification-paragraph {
        font-size: 1rem;
    }

    .notification-baranje-block {
        padding: 1rem;
    }

    .notification-baranje-text {
        font-size: 1.4rem;
    }

    .notification-baranje-button {
        padding: .4rem 2rem;
        font-size: 1.5rem;
    }

    .notification-sub-text {
        font-size: .7rem;
    }

    .text-block-7 {
        font-size: 1.25rem;
    }

    .icon-3 {
        font-size: 1rem;
    }

    .dropdown-list-3.w--open {
        width: 13rem;
        top: 105%;
    }

    .custom-menu-dropdown {
        width: 10rem;
        font-size: 1rem;
    }

    .agree-text {
        font-size: 1rem;
    }

    .form-block-4 {
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .submit-button-2 {
        font-size: 1.25rem;
        font-weight: 300;
    }

    .checkbox-field {
        margin-bottom: 1rem;
        padding-left: 0;
    }

    .checkbox-label {
/*        font-family: "Frutigernextltw 1 G", sans-serif;*/
        font-size: 1rem;
        font-weight: 500;
    }

    .tehnicki-podatoci-wrapper {
        width: 100%;
    }

    .tehnicki-trigger {
        height: 5rem;
    }

    .tech-text {
        font-size: 1rem;
    }

    .tech-icon {
        font-size: 1.25rem;
    }

    .tech-drop-text {
        font-size: 1rem;
    }

    .tech-info-icon {
        margin-right: 1rem;
    }

    .tech-info-text {
        font-size: .8rem;
    }

    .tech-info-title {
        font-size: 1.1rem;
    }

    .grid-sub {
        font-size: .7rem;
    }

    .grid-p {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        font-size: .8rem;
    }

    .grid-title {
        font-size: .8rem;
    }
}

@media screen and (max-width: 767px) {
    .ed-login-btn-block {
        margin-bottom: .5rem;
        margin-inline: 0%;
        padding-top: 30%;
    }
    .objTitle {
        font-size : 17px;
    }

    .objButton {
        font-size : 1em;
    }
    .tab-pane-wrapper {
        height: 45vh;
    }
    .evn-next-btn {
        
        text-align: center;
    }

    .env-list-col2 {
        width: 200px;
    }

    .download-form {
        margin-bottom: 20px;
    }

    .qm-link-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    .ee-link-block {
        width: auto;
        height: auto;
        max-width: none;
        padding: 60px 6px;
    }

    .qm-c3-block {
        width: 100%;
        height: 170px;
        flex-wrap: nowrap;
        flex: 0 auto;
        align-items: center;
        margin: 0;
    }

    .about-us-sub-menu, .odgovornost-sub-menu {
        width: auto;
        height: auto;
        max-width: none;
        padding: 60px 6px;
    }

    .ee-link-block_inv {
        width: auto;
        height: auto;
        max-width: none;
        min-height: 250px;
        padding: 60px 6px;
    }

    .home-block {
        padding-top: 0;
    }

    .image {
        width: 60%;
    }

    .home-heading {
        font-size: 1.7rem;
    }

    .pagination {
        padding-bottom:1rem;
        margin: 1rem 1rem 0rem 1rem;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column-reverse;
        grid-column-gap: 1rem;
    }


    .menu-link-block.new_user {
        left: -3rem;
    }

    .text-block {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .paragraph-2 {
        margin-bottom: 5px;
    }

    .evn-priklucok-btn {
        font-size: 1rem;
    }

        .evn-priklucok-btn.white {
            padding-left: 0;
            padding-right: 0;
            font-size: 1rem;
        }

    .form {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .bg-img.top, 
    .bg-img.priklucok {
        padding-left: 2rem;
    }

    .ed-btn._1 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .top-title{
        font-size: .9rem;
        margin-left: 2%;
    }

    .agree-checkbox-lable {
        font-size: .9rem;
    }

    .page-title {
        padding-left: 0;
        font-size: 1.5rem;
    }

    .log_in_wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .reset_wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .new-user-heading {
        font-size: 2rem;
    }

    .evn-radio-btn.outline {
        width: 50%;
    }

    .document-text {
        line-height: 1.2;
    }

    .evn-priklucok-submit {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .btn_block {
        width: 12rem;
    }
    .objTitle
    {
        font-size : 17px;
    }
    .objButton, .mud-button {
        font-size: 1em;
    }
    .tab-pane-wrapper {
        height: 45vh;
    }
    .baranje_novo_mesto {
        width: 94%;
        margin-left: 3%;
    }
    .info-block-heading {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .col-2.left {
        width: 100%;
        margin-bottom: 0rem;
    }
    .block-title-text {
        font-size: 1.3rem;
    }

    .qm-icon-red {
        width: 40px;
        height: 40px;
    }

    .download-form {
        width: 100%;
        margin: 20px auto;
        padding: 10px 20px;
    }

    .qm-link-block {
        height: 130px;
        max-width: none;
        min-width: 130px;
        flex-wrap: nowrap;
        flex: 1;
        margin: 0;
        padding: 10px;
    }

    .ee-link-block {
        width: auto;
        height: auto;
        max-width: none;
        flex-direction: column;
        flex: 0 auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .qm-c3-block {
        width: auto;
        height: 120px;
        max-width: none;
        min-width: auto;
        flex-flow: column;
        justify-content: flex-start;
        margin: 0;
        padding: 15px 6px 6px;
    }

    .faq-accordion {
        max-width: none;
    }

    .map-nav-link {
        width: 100%;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .about-us-sub-menu {
        width: auto;
        height: auto;
        max-width: none;
        flex-direction: column;
        flex: 0 auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }


    .mud-pagination {
        gap: 2px;
        flex-wrap: nowrap;
        padding: 0;
    }   
        
    .mud-pagination-item {
        font-size: 1rem;
        height: 32px;
        text-align: center;
        border-radius: 16px;
    }


    .odgovornost-sub-menu {
        width: auto;
        height: 185px;
        max-width: none;
        flex-direction: column;
        flex: 0 auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .ee-link-block_inv {
        width: auto;
        height: auto;
        max-width: none;
        flex-direction: column;
        flex: 0 auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .page-wrapper {
        min-height: 100vw;
    }

    .container.baranje {
        border-radius: 20px;
        padding: 0 1rem;
    }

    .brand {
        flex: 1;
    }

    .home-block {
        height: 75vh;
        background-position: 35% 0;
    }

    .image {
        width: 200px;
    }

    .nav-menu {
        background-color: var(--evn-white);
    }

    .home-heading {
        font-size: 1.2rem;
        margin-left: 0%;
    }

    .menu-link-block {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

        .menu-link-block.new_user {
            margin-top: 0;
            margin-bottom: 0;
            left: -.5rem;
        }

    .menu-text {
        white-space: nowrap;
        font-size: 1.4rem;
    }

        .menu-text.new_user {
            font-size: .8rem;
        }

    .menu-icon {
        width: .7rem;
    }

        .menu-icon.link {
            width: 1rem;
            height: 1rem;
        }

    .text-head {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .text-p {
        font-size: 1rem;
    }

    .text-block {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .najavi_se-block {
        margin: 0rem 1rem 0rem 1rem;
    }
    .w-checkbox {
        padding-left: 0;
    }

    .form_lable, .forgot_password, .remember_me {
        padding-top: 1rem;
        padding-bottom: 0;
    }
        .form-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .form {
        padding: 1.4rem 1.3rem;
    }

    .login-title {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }

    .login-button {
        width: 100%;
        font-size: 1rem;
    }

    .form-field {
        height: 3em;
    }

    .bg-img.top {
        height: 6rem;
        border-radius: 10px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 1rem;
    }

    .bg-img.priklucok {
        border-radius: 10px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .col-2.right {
        margin-bottom: 2%;
        padding: 5%;
    
    }

    .icon-svg {
        width: 5.5rem;
        margin-bottom: 1rem;
    }

    .ed-btn._1 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .ed-text {
        text-align: center;
        font-size: .7rem;
    }

    .dropdown-priklucok {
        padding-left: 0;
    }

    .dropdown-priklucok-trigger.w--open {
        width: 100%;
    }

    .dropdown_heading {
        font-size: 1rem;
    }

    .radio-evn {
        width: 1rem;
        height: 1rem;
        margin-left: 0;
        margin-right: .5rem;
    }

        .radio-evn.w--redirected-checked {
            width: 1rem;
            height: 1rem;
        }

    .baranje_heading {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .block-title-text {
        line-height: 1.2;
        margin-left: 3%;
    }

    .dropdown-list-priklucok.w--open {
        margin-left: 0;
        padding-left: 0;
    }

    .baranje_novo_mesto {
        margin-bottom: 1.5rem;
    }

    .evn-icon {
        width: 1.25rem;
        height: 1.25rem;
    }

    .baranje_submit_btn {
        width: 50%;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-right: 1%;
        padding-left: 1%;
        margin-bottom: 2rem;
        font-size: 1rem;
    }

    .page-title {
        font-size: 1rem;
    }

    .log_in_wrapper {
        /*height: 75vh;*/
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .reset_wrapper {
        /*height: 75vh;*/
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .baranje_footer {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .radio-lable-evn {
        font-size: .75rem;
    }

        .radio-lable-evn.large {
            font-size: 1rem;
        }

    .info_pop-up {
        line-height: 1.2;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        height: auto;
        padding-left: 2%;
        padding-right: 4%;
    }

    .evn-list-item {
        font-size: 1rem;
    }

    .evn-user-menu {
        flex-wrap: wrap;
    }

    .evn-icon-img.documents {
        width: 40%;
    }

    .evn-icon-02 {
        width: 1rem;
        height: 1rem;
    }

    .new-user-heading {
        font-size: 1.5rem;
    }

    .evn-form-block {
        width: 100%;
    }

    .user-info-heading {
        margin-bottom: 1rem;
        padding-left: 1rem;
    }

    .col-full-new {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .back-btn-text {
        font-size: .75rem;
    }

    .evn-next-btn {
        font-size: .8rem;
    }

    .evn-user-list {
        padding-top: 0;
    }

    .evn-dropdown-trigger {
        flex-direction: column;
    }

    .env-list-col2 {
        width: 100%;
    }

    .status-address {
        width: 100%;
        white-space: pre-wrap;
        word-break: keep-all;
        overflow-wrap: break-word;
        font-size: .9rem;
    }

    .status-wrapper {
        margin-top: 1rem;
    }

    .env-dropdown-col2 {
        width: 100%;
    }

    .dropdown-list-2.w--open {
        flex-direction: column;
    }

    .status-heading {
        font-size: .7rem;
    }

    .evn-more-link {
        bottom: -5%;
    }

    .req-det-bottom {
        bottom: 5%;
    }

    .req-det-top {
        bottom: 32%;
    }

    .evn-dropdown-priklucok-trigger {
        height: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .evn-radio-btn {
        width: 38%;
    }

        .evn-radio-btn.outline {
            padding-left: 10px;
        }

    .evn-radio-btn-wraper {
        width: 100%;
        height: 2rem;
        padding: .7rem;
    }

    .evn-drop-text {
        white-space: pre-wrap;
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .evn-drop-icon, .drop-link {
        font-size: 1rem;
    }

    .izvesuvanje {
        margin-top: 1rem;
        padding: 1.4rem 1rem;
    }

    .izvestuvanje-text {
        font-size: .8rem;
    }

    .evn-dropdown-baranje-trigger {
        flex-direction: column;
    }

    .env-list-col2-baranje {
        width: 100%;
    }

    .dropdown-list-baranje.w--open {
        flex-direction: column;
    }

    .env-dropdown-full {
        width: 100%;
    }

    .documents-icon {
        height: 4rem;
    }

    .col-half-new {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .documents-wrapper.is--first {
        justify-content: space-between;
    }

    .document-link {
        width: 2rem;
    }

    .document-text {
        width: 80%;
        line-height: 1.2;
        font-size: 1rem;
    }

    .document-head {
        line-height: 1.1;
        font-size: .8rem;
    }

    .evn-contact {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

    .evn-priklucok-heading {
        line-height: 1.2;
    }

    .evn-priklucok-submit {
        padding-left: 0;
        padding-right: 0;
    }

    .notification-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .notification-block {
        padding: 1rem;
    }

    .notification-tab-block {
        justify-content: space-between;
    }

    .notification-tabs-menu {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .text-block-7 {
        font-size: 1rem;
    }

    .checkbox-field {
        margin-bottom: 1rem;
        padding-left: 0;
    }

    .tehnicki-podatoci-wrapper.is--full {
        overflow: auto;
    }

    .w-dropdown {
        margin-bottom: 0px;
    }

    .w-dropdown-req {
        margin-bottom: 2%;
    }

    .dropdown-priklucok {
        padding-left: 10px;
    }
}

@media screen and (max-width: 413px) {
    .objTitle {
        font-size: 17px;
    }

    .objButton {
        font-size; 1em;
    }
    .tab-pane-wrapper {
        height: 45vh;
    }
    .info_pop-up {
        line-height: 1.2;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        height: auto;
        padding-left: 1.2%;
        padding-right: 1.2%;
    }
    .cancelReq {
        line-height: 20px;
    }
    h1 {
        font-size: 26px;
        line-height: 25px;
    }
    .col-2.right {
        margin-bottom: 2%;
        padding-top: 5%;
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 5%;
    }
    .list-icon {
        margin-bottom: 5px;
        margin-left: 2px;
        padding-bottom: 0px;
        font-family: Frutigernextforevn, sans-serif;
        color: #111;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
    }
    .info-block-heading {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .w-dropdown {
        margin-bottom: 0px;
    }

    .w-dropdown-req {
        margin-bottom: 2%;
    }

    .dropdown-priklucok {
        padding-left: 10px;
    }

    .req-det-top {
        bottom: 37%;
    }
}

@media screen and (max-width: 400px) {
    .tab-pane-wrapper {
        height: 45vh;
    }
        .ant-upload-list-item-name {
        width: 10px;
    }

    .ant-upload-list-item-info .anticon-loading .anticon, .ant-upload-list-item-info .ant-upload-text-icon .anticon {
        font-size: 12px;
    }

    .ant-btn-icon-only.ant-btn-sm > * {
        font-size: 16px;
    }

    .mud-radio-content-placement-end {
        margin-left: -11px;
        margin-inline-start: -12px;
        margin-inline-end: 19px;
        flex-direction: row;
    }

    .baranje_submit_btn {
        width: 50%;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-right: 1%;
        padding-left: 1%;
        /* margin-bottom: 2rem; */
        font-size: 1rem;
    }
    h1 {
        font-size: 23px;
        line-height: 25px;
    }
    .info-block-heading {
        margin-top: 2px;
        margin-bottom: 5px;
    }
    .list-icon {
        margin-bottom: 5px;
        margin-left: 2px;
        padding-bottom: 0px;
        font-family: Frutigernextforevn, sans-serif;
        color: #111;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
    }
    .w-dropdown {
        margin-bottom: 0px;
    }
    .w-dropdown-req {
        margin-bottom: 2%;
    }
    .dropdown-priklucok {
        padding-left: 10px;
    }
    .req-det-top {
        bottom: 37%;
    }
    .info_pop-up {
        line-height: 1.2;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        height: auto;
        padding-left: 1.2%;
        padding-right: 1.2%;
    }
}

@media screen and (max-width: 330px) {

    .btn_block {
        width: 12rem;
    }
    .home-heading {
        font-size: 1.2rem;
        margin-left: 5%;
    }
    .ed-login-btn-block {
        margin-bottom: .5rem;
        margin-inline: 2%;
    }
}
@media screen and (max-width: 281px) {
    .home-block {
        height: 75vh;
        background-position: 40% 0;
    }

    .btn_block {
        width: 10rem;
    }
}

    #w-node-bd2febd3-be70-5d51-b5b3-989022623586-6b3792af, #w-node-_42229c32-dc9d-59c7-24fe-789bc1bce351-6b3792af, #w-node-_3753ac41-c144-7675-2a9c-bf8696a11ae5-6b3792af, #w-node-_8fabf5ef-abe1-1f61-81a3-27415ded0810-97e87689, #w-node-b4d3348d-71e9-e927-3afd-b2e48c89db02-97e87689, #w-node-_9ce3fd2f-3a0f-0cd8-f2f8-9c99daef6508-97e87689, #w-node-c1093d72-49fa-7347-5527-6e0c08462ae5-97e87689 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_1eab2a5d-b3d8-678e-aab0-a70892a02dc2-ef93d3f7 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_3b1e290f-d662-689d-aceb-a42e3a4fb38f-ef93d3f7 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_81703561-aac1-2ab9-f9f1-e9e4b3eb10f1-ef93d3f7 {
        grid-area: Area;
    }

    #w-node-_2fe60683-d16c-0575-c1b5-3ab591b46fce-ef93d3f7 {
        grid-area: 1 / 5 / 2 / 6;
    }

    #w-node-_0b4ea7c1-ba7c-1343-e84c-723f83da3a8b-ef93d3f7 {
        grid-area: Area-2;
    }

    #w-node-_14d7c8ea-eb59-4ef5-cc4d-c36e331da40f-ef93d3f7, #w-node-b02af351-a0e6-a36a-03dd-5b898b79a7f0-ef93d3f7, #w-node-_4bf4219a-882d-87be-048b-1a893f6cc765-ef93d3f7, #w-node-_1e0d9a3a-1e99-b0b1-7c6b-ee3570ea1d0d-ef93d3f7, #w-node-d0078b0a-5427-159d-0b85-5daaea3728b8-ef93d3f7, #w-node-_34378ac5-95ab-958a-c776-46be7f9b2bb7-ef93d3f7, #w-node-eeb2a0b8-b0d1-77d2-4daf-bef31729b6b4-ef93d3f7, #w-node-cc3cd172-41ba-8e53-b6a8-cacc7cf00233-ef93d3f7, #w-node-b39e1087-cd14-0ffa-880f-cf549e153702-ef93d3f7, #w-node-_152e398a-d6e0-26dc-722d-f68a76fcbcff-ef93d3f7, #w-node-_8b70b710-3040-07d5-6e64-53801c530496-ef93d3f7, #w-node-b00f92dd-ac10-7710-5741-30cdec84321c-ef93d3f7, #w-node-_7061113e-73f2-be99-818c-47489358b151-ef93d3f7, #w-node-_040b1f1c-8c43-556e-0067-071586f2b984-ef93d3f7, #w-node-c8e994d0-0239-1a70-ecdb-1b2c18a7e031-ef93d3f7, #w-node-_0bc5b158-7bff-6189-2d1b-d8383ddaca6f-ef93d3f7, #w-node-_7755f827-739a-2910-7add-b8f24c048bf9-ef93d3f7, #w-node-d1958eac-5961-6003-b69c-0da6f115ddae-ef93d3f7, #w-node-_6dfddae4-153b-56ea-3272-eab28673c50b-ef93d3f7, #w-node-d2b97b0a-aad5-2126-982f-0ba38e44f3d8-ef93d3f7, #w-node-_89913f46-f3bb-3c23-488d-7f93ff8c4e35-ef93d3f7 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }


    @font-face {
        font-family: 'Frutigernextforevn';
        src: url('../fonts/FrutigerNextforEVN-Light.otf') format('opentype'), url('../fonts/FrutigerNextforEVN-Light.otf') format('opentype'), url('../fonts/FrutigerNextForEVN-LightIta.otf.otf') format('opentype'), url('../fonts/FrutigerNextForEVN-LightIta.otf.otf') format('opentype');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Frutigernextforevn';
        src: url('../fonts/FrutigerNextforEVN-Bold.otf') format('opentype'), url('../fonts/FrutigerNextforEVN-Bold.otf') format('opentype'), url('../fonts/FrutigerNextForEVN-BoldIta.otf.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Frutigernextltw1g';
        src: url('../fonts/FrutigerNextLTW1G-Medium.otf') format('opentype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Frutigernextltw 1 G Ultraltit';
        src: url('../fonts/FrutigerNextLTW1G-UltraLtIt.otf.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Frutigernextltw 1 G Ultralt';
        src: url('../fonts/FrutigerNextLTW1G-UltraLt.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Frutigernextltw 1 G';
        src: url('../fonts/FrutigerNextLTW1G-Medium.otf') format('opentype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Frutigernextltw 1 G';
        src: url('../fonts/FrutigerNextLTW1G-Light.otf') format('opentype');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
