/*.desno-baner-klik {
    position: fixed;
    bottom: 0px;
    z-index: 9;
    width: 100vw;
    text-align: center;
    margin-left: -15px;
}*/
.desno-baner-klik {
    width: 296px;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index:9;
}
.desno-baner-klik-xl {
    width: 728px !important;
}
.sidebar-klik-baner {
    bottom: 1000px;
    transform: translateY(100%);
    transition: transform .5s ease-in-out;
    position: relative;
    width: 0;
    margin: 0 auto;
}
.sidebar-klik-baner.active {
    bottom: 0px;
    transform: translateY(0);
    transition: transform .5s ease-in-out;
    z-index: 999;
    width: 296px;
    display: block;
}
.sidebar-klik-baner-xl.active {
    width: 728px !important;
}

.sidebar-klik-baner-form {
    transform: translateY(100%);
    display: none;
    transition: transform .8s ease-in-out;
    position: relative;
    margin: 0 auto;
    background: white;
}

#klik-link {
    bottom: 0;
    display: block;
    position: relative;
}

.klik-link-form {
    bottom: -480px !important;
}

#klik-link .openBanner {
    width: 296px;
}

#klik-link .openBanner-xl {
    width: 728px !important;
}
/*.arrowsContainer {
    position: absolute;
    width: 296px;
    margin: 0 auto;
    top: 8px;
    left: calc((100vw - 296px) / 2);
}*/
.arrowsContainer {
    position: absolute;
    width: 296px;
    margin: 0 auto;
    top: 8px;
}
.arrowsContainer-xl {
    width: 728px !important;
}
.arrowsContainer img {
    position: absolute;
    transition: transform .5s ease-in-out;
}
.arrowsContainer img:first-child {
    left: 9px;
}
.arrowsContainer img:last-child {
    right: 9px;
}
.arrowRotate {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);

    transition: transform .5s ease-in-out;
}
#klik-link:hover {
    cursor: pointer !important;
}
.closePopUp {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px 16px;
    font-size: 21px !important;
    color: white;
}

.sidebar-klik-baner-form{
    padding: 20px;
}
/* @media screen and (max-width: 572px) {
    .desno-baner-klik {
    }
} */



/*POPUP SA COUNTEROM*/
@media (max-width: 991px) {
  
        #popupmobilefakture{
            height: 300px !important;
        }
        #countdown{
          position: absolute;
          width: 92%;
          top: 193px;
        }

    }

.promtekst{
    font-size: 35px !important; 
    font-weight: 900 !important; 
    text-align: center !important;
}


   .containerpromenapromena h1 {
    font-size: 30px !important; 
    color: white;
    text-align: center !important;
    }

    .containerpromenapromena h1 span::after {
        content: "";
        font-weight: 900 !important; 
        font-size: 40px;
        animation: change-text 20s ease-in-out 0s infinite;
    }
    .gradientchange {
    background-image: linear-gradient(45deg,#ff3333,#f4b400,#0f9d58);
      -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
    }

    @keyframes change-text {
        0% {
            content: "Integracija sa SEF";
        }

        15% {
            content: "Podrška redakcije";
        }

        30% {
            content: "Automatsko zavođenje faktura";
        }

        45% {
            content: "Procedure odobravanja";
        }

        60%{
            content: "Bez skrivenih troškova";
        }

        75% {
            content: "Ušteda vremena";
        }
        100% {
            content: "Profakture";
        }
    }
}