.elementor-6549 .elementor-element.elementor-element-1a52d78{--display:flex;--min-height:100vh;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-6549 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-6549{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-6549 .dialog-message{width:640px;height:100vh;align-items:flex-start;}/* Start custom CSS for html, class: .elementor-element-f3c46d4 *//* =====================================================
   MLINOMONT LOGO / BRAND HEADER
===================================================== */

.popup-mlinomont .mlinomont-mobile-brand {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    padding: 10px 22px;

    background: #f6f8fb;
    border-bottom: 1px solid #e7edf1;

    box-sizing: border-box;
}

.popup-mlinomont .mlinomont-brand-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    color: #02233A;
    text-decoration: none;
}

.popup-mlinomont .mlinomont-brand-link:hover {
    color: #02233A;
}


/* LOGO */

.popup-mlinomont .mlinomont-mobile-brand img {
    display: block;

    width: auto;
    height: 40px;

    object-fit: contain;
}


/* MLINOMONT TEKST */

.popup-mlinomont .mlinomont-mobile-brand span {
    color: #02233A;

    font-size: 18px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: 0.06em;
}


/* =====================================================
   MLINOMONT MOBILE MENU
===================================================== */

.popup-mlinomont .popup-menu {
    position: relative;

    width: 100%;
    height: 100dvh;

    background: #fff;
    overflow: hidden;

    color: #02233A;
    font-size: 16px;
    font-weight: 500;

    box-sizing: border-box;
}


/* Rezervna vrednost za starije telefone */

@supports not (height: 100dvh) {
    .popup-mlinomont .popup-menu {
        height: 100vh;
    }
}


/* =====================================================
   NIVOI MENIJA
===================================================== */

.popup-mlinomont .menu-level {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: #fff;

    box-sizing: border-box;

    transition:
        transform 0.4s ease,
        opacity 0.3s ease,
        visibility 0.3s ease;
}


/* =====================================================
   GLAVNI MENI
===================================================== */

.popup-mlinomont .menu-main {
    transform: translateX(0);

    overflow-y: auto;
    overflow-x: hidden;

    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.popup-mlinomont .menu-main.active {
    transform: translateX(0);
}


/* =====================================================
   LISTE
===================================================== */

.popup-mlinomont .menu-level ul {
    list-style: none;

    margin: 0;
    padding: 20px 22px 100px;

    box-sizing: border-box;
}


/* =====================================================
   STAVKE
===================================================== */

.popup-mlinomont .menu-level li {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 16px 0;

    color: #02233A;

    font-size: 16px;
    font-weight: 500;

    border-bottom: 1px solid #E7EDF1;

    cursor: pointer;
    gap: 10px;
}

.popup-mlinomont .menu-level li a {
    display: flex;
    align-items: center;

    width: 100%;

    color: inherit;
    text-decoration: none;
}

.popup-mlinomont .menu-text {
    flex: 1;
}


/* =====================================================
   STRELICA DESNO
===================================================== */

.popup-mlinomont .has-submenu::after {
    content: "";

    display: inline-block;
    flex: 0 0 14px;

    width: 14px;
    height: 25px;

    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='16' viewBox='0 0 18 12'%3E%3Cg fill='none' fill-rule='evenodd' transform='rotate(-90 9 6)'%3E%3Cpath fill='%2302233A' d='M2.115.885L9 7.755l6.885-6.87L18 3l-9 9-9-9z'/%3E%3C/g%3E%3C/svg%3E")
        no-repeat center;

    background-size: 14px 28px;
}


/* =====================================================
   PODMENI
===================================================== */

.popup-mlinomont .menu-sub {
    transform: translateX(100%);

    opacity: 0;
    visibility: hidden;

    overflow-y: auto;
    overflow-x: hidden;

    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.popup-mlinomont .menu-sub.show {
    transform: translateX(0);

    opacity: 1;
    visibility: visible;
}


/* =====================================================
   HEADER PODMENIJA
===================================================== */

.popup-mlinomont .menu-header {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 60px;

    background: #02233A;

    box-sizing: border-box;
}


.popup-mlinomont .menu-header h3 {
    margin: 0;
    padding: 0;

    color: #fff;

    font-size: 16px;
    font-weight: 600;

    text-align: center;
}


/* =====================================================
   NAZAD
===================================================== */

.popup-mlinomont .back-btn {
    position: absolute;

    left: 12px;
    top: 50%;

    transform: translateY(-50%);

    width: 40px;
    height: 40px;

    padding: 0;

    background: transparent;
    border: 0;

    cursor: pointer;
}


.popup-mlinomont .back-btn::before {
    content: "";

    display: block;

    width: 22px;
    height: 22px;

    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='16' viewBox='0 0 18 12'%3E%3Cg fill='none' fill-rule='evenodd' transform='rotate(90 9 6)'%3E%3Cpath fill='%23ffffff' d='M2.115.885L9 7.755l6.885-6.87L18 3l-9 9-9-9z'/%3E%3C/g%3E%3C/svg%3E")
        no-repeat center;

    background-size: 14px 28px;
}


/* HOVER */

.popup-mlinomont .menu-level li:hover {
    color: #2699E6;
}/* End custom CSS */