.bgblue {
    background-color: #369ed1 !important;
}

a.dropdown-item {
    cursor: pointer;
}

.googleBtn {
    cursor: pointer;
    background-color: white;
    color: #85c5e4;
    min-width: 240px;
}

.googleBtn:hover {
    transition: ease-in-out 0.3s;
    background-color: rgb(218, 218, 218);
    color: #9fd5ef;
}

.textblue {
    color: #379ed1;
}

.nav-pills {
    float: right;
}

.nav {
    display: flex !important;
    flex-wrap: nowrap;
}

.sbgBottom {
    transform: rotate(180deg);
}

.collapseExample:hover {
    color: white;
    background-color: #6c757d;
}

a.nasazelena {
    background-color: #58be85;
    color: white;
}

a.nasazelena:hover {
    background-color: #51926d;
    color: white;
}

.underline-orange {
    border-bottom: 7px solid #f9a33d;
}

.underline-green {
    border-bottom: 7px solid #58be85;
}

.underline-purple {
    border-bottom: 7px solid #4e63ad;
}

.bggreen {
    background-color: #58be85;
}

.linkSubDesc {
    padding: 0px 20px 5px 0px;
    margin-bottom: 0px;
    font-size: 16px;
    white-space: nowrap;
    font-weight: normal;
}

.gradIntegration {
    background: linear-gradient(
    253deg,
    #ff6e38 0%,
    rgba(98, 147, 175, 255) 77%,
    #379ed1 100%
  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}

.gradPrinter {
    background: linear-gradient(
    253deg,
    #ffc338 0%,
    rgba(98, 147, 175, 255) 77%,
    #379ed1 100%
  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}

.gradbtn {
    background: linear-gradient(-107deg, #58be85 0%, #379ed1 100%);
}

.grad {
    background: linear-gradient(-107deg, #58be85 0%, #379ed1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.typewrite > .wrap {
    border-right: 0.08em solid #6c757d;
}

.cyan {
    background-color: #85c5e4;
}

.cyan:hover {
    background-color: #2a86b4;
}

@media (min-width: 576px) {
    .avtoAktiv {
        width: 200px;
    }
}

.list-group-item.active {
    background-color: #379ed1;
    border-color: #379ed1;
}

.accordion .card .card-header.activestate {
    border-width: 1px;
}

.accordion .card .card-header {
    padding: 0;
    border-width: 0;
}

.accordion > .card .card-header {
    margin-bottom: -1px;
}

.card .card-header {
    background: transparent;
    border: none;
}

.accordion.accordion-type-2 .card .card-header > a.collapsed {
    color: #324148;
}

.accordion .card:first-of-type .card-header:first-child > a {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion.accordion-type-2 .card .card-header > a {
    background: transparent;
    color: #00acf0;
    padding-left: 50px;
}

.accordion .card .card-header > a.collapsed {
    color: #324148;
    background: transparent;
}

.accordion .card .card-header > a {
    background: #00acf0;
    color: #fff;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a {
    text-decoration: none;
    color: #00acf0;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.badge.badge-pill {
    border-radius: 50px;
}

.badge.badge-light {
    background: #eaecec;
    color: #324148;
}

.badge {
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 72%;
    letter-spacing: 0.3px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}

.accordion.accordion-type-2 .card .card-header > a.collapsed:after {
    content: "\f158";
}

.accordion.accordion-type-2 .card .card-header > a::after {
    display: inline-block;
    font: normal normal normal 14px/1 "Ionicons";
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    position: absolute;
    content: "\f176";
    font-size: 21px;
    top: 15px;
    left: 20px;
}

.accordion-body {
    padding: 1rem 1.25rem;
    text-align: left;
}

.accordion-button:not(.collapsed) {
    color: #056b9d;
    background-color: #f5f5f5;
}

@media (min-width: 576px) {
    .fotkanaexplain {
        position: absolute;
        z-index: 1;
        transform: translate(3rem, -165px);
    }
}

@media (max-width: 767px) {
    .linkSubDesc {
        white-space: normal;
    }

    .fotkanaexplain {
        position: absolute;
        display: none;
        transform: translate(25px, -175px);
    }
}

.nav-tabs .nav-link {
    background-color: #bebebe;
    color: #ffffff;
}

.bgpurple {
    background-color: #4e63ad;
}

.lastchild div:last-of-type {
    margin-top: auto;
}

.lastchild {
    display: flex;
    flex-direction: column;
}

@media (min-width: 576px) and (max-width: 767px) {
    .height-maker {
        height: 810px;
    }

    .height-maker-dev {
        height: 500px;
    }

    .pricingheight-dev {
        min-height: 450px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .height-maker-dev {
        height: 550px;
    }

    .pricingheight-dev {
        min-height: 520px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .height-maker {
        height: 1000px;
    }

    .height-maker-dev {
        height: 900px;
    }

    .pricingheight-dev {
        min-height: 750px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .height-maker {
        height: 940px;
    }

    .height-maker-dev {
        height: 700px;
    }

    .pricingheight {
        min-height: 1030px;
    }

    .pricingheight-dev {
        min-height: 650px;
    }
}

@media (min-width: 1400px) {
    .height-maker {
        height: 950px;
    }

    .height-maker-dev {
        height: 800px;
    }

    .pricingheight {
        min-height: 1054px;
    }

    .pricingheight-dev {
        min-height: 750px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .height-maker {
        height: 840px;
    }

    /* .pricingheight {
    min-height: 1030px;
  } */
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgb(227, 241, 253);
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: rgb(227, 241, 253);
}

.not {
    color: #ff8557 !important;
}

.yest {
    color: #52e4a2 !important;
}

.form-check-input,
.form-check-input:checked {
    background-color: #369ed1;
    border-color: #369ed1;
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* common */
.ribbon {
    width: 30px;
    height: 50px;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #2980b9;
}

@media (min-width: 768px) {
    .ribbon span {
        position: absolute;
        display: block;
        width: 155px;
        padding: 8px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        color: #fff;
        font: 700 12px/1 "Lato", sans-serif;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .ribbon span {
        position: absolute;
        display: block;
        width: 155px;
        padding: 8px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        color: #fff;
        font: 700 10px/1 "Lato", sans-serif;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        text-align: center;
    }
}

/* top right */
.ribbon-top-right {
    top: -30px;
    right: -25px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
    .ribbon-top-right span {
        left: -120px;
        top: 60px;
        transform: rotate(45deg);
    }

    .Logobrands {
        width: 100px;
    }

    .logos-solution {
        width: 80px;
    }

    .logobrands2 {
        height: 100px;
    }
}

@media (min-width: 768px) {
    .ribbon-top-right span {
        left: -95px;
        top: 50px;
        transform: rotate(45deg);
    }

    .Logobrands {
        width: 130px;
    }

    .logos-solution {
        width: 100px;
    }

    .logobrands2 {
        height: 100px;
    }
}

.infoico {
    height: 18px;
    width: 30px;
}

@media (max-width: 991px) {
    .mobile-coverphoto {
        position: absolute;
        top: 1rem;
        right: 0;
        left: 0;
        opacity: 35%;
        z-index: 4;
    }
}

.mobile-coverphoto-1 {
    opacity: 35%;
    background-image: url("images/index_proba2.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ico-responsive {
        enable-background: new 0 0 24 24;
        width: 80px;
    }
}

@media (min-width: 992px) {
    .ico-responsive {
        enable-background: new 0 0 24 24;
        width: 60px;
    }
}

@media (max-width: 767px) {
    .ico-responsive {
        enable-background: new 0 0 24 24;
        width: 60px;
    }

    .cover-maker {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        background-image: url("images/DB6GHJU7BVCF3ISQ445BEVAJVA.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right top;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .cover-maker {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        background-image: url("images/DB6GHJU7BVCF3ISQ445BEVAJVA.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
    }
}

@media (min-width: 768px) {
    .cover-maker {
        background-image: url("images/DB6GHJU7BVCF3ISQ445BEVAJVA.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
    }
}

.container-index {
    position: relative;
}

@media (max-width: 767px) and (orientation: landscape) {
    .flip {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .flip {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}

@media (max-width: 991px) {
    .responsive-printer {
        position: absolute;
        opacity: 30%;
        z-index: 1;
    }
}

.scroll-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.card-faq {
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.form-check .form-check-input {
    margin-left: 0;
}

.form-switch {
    padding-left: 0;
}

@media (max-width: 767px) {
    .tablet-coverphoto {
        width: 350px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tablet-coverphoto {
        width: 400px;
    }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #c4c4c4;
}

.langDropdown.dropdown-toggle::after {
    transform: scale(1.6);
    z-index: 1000 !important;
}

.contactGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.contactItem {
    width: 100%;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.31);
}

.showMenu {
    display: block;
}

.show {
    display: block;
}

.hideMenu {
    display: none !important;
}

@media (max-width: 575px) {
    /* for phone */
    .responsive-printer {
        position: absolute;
        opacity: 30%;
        z-index: 1;
        top: 7rem;
    }

    .dropdown-item {
        overflow-wrap: break-word;
    }
}

@media (max-width: 575px) {
    .pricing-learnmore {
        --bs-aspect-ratio: 100%;
    }

    .d-flex.justify-content-center.row > div .modal-title.text-center.w-100 {
        font-size: 2rem;
    }

    div
    > .modal-dialog.modal-fullscreen-lg-down.modal-lg
    > .modal-content
    .container
    > .d-flex.justify-content-center.row
    > div
    > div
    > div
    > div
    > div
    > div
    > span {
        /* font-size: initial; */
    }
}

@media (min-width: 1200px) {
    @media (hover: hover) {
        .dropdown:hover .dropdown-menu {
            display: block !important;
        }
    }

    @media (hover: none) {
        .dropdown:hover .dropdown-menu {
            display: none !important;
        }
    }
}

.dropdown-menu-footer {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.field .label {
    flex: 1;
}

.field .input-area {
    flex: 2;
}

.field textarea {
    height: 100%;
}

#form-parent {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#submit-btn {
    border-radius: 50rem;
    padding: 0 1.5rem;
    background-color: transparent;
    border: 1px solid #379ed1;
    color: #379ed1;
}

#submit-btn:hover {
    background-color: #379ed1;
    color: white;
}

.contactTable {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.contactTable::-webkit-scrollbar {
    display: none;
}

#meniJeziki {
    width: fit-content;
    white-space: nowrap;
    transform: translateX(-50%);
}

#footerLang {
    width: fit-content;
    transform: translateY(-50px);
}

@media (min-width: 360px) {
    #footerLang {
        white-space: nowrap;
    }
}

.pillar h2 {
    color: #369ed1;
    font-weight: 300;
    font-size: 2rem;
}

.pillar-faq ol li {
    font-weight: bold;
    font-size: 20px;
}

.pillar-faq ul,
.pillar-faq p {
    font-size: 20px;
    font-weight: 300;
    padding-left: 2rem;
}

.pillar-faq ul {
    margin-left: 2rem;
}

.e-fakt-prijava-pillar li,
.e-fakt-prijava-pillar p {
    font-size: 20px;
    font-weight: 300;
}

#pinkText {
    color: rgba(255, 0, 0, 0.5);
    font-size: 1.4rem;
}

#pillar-title {
    font-size: calc(1.2rem + 3.3vw);
    font-weight: 300;
    color: #379ed1;
    margin: auto;
    margin-top: 2rem;
}

.fake-h2 {
    font-size: calc(1.2rem + 3.3vw);
    font-weight: 300;
    color: #379ed1;
    margin: auto;
    margin-top: 2rem;
    text-align: center;
}

a:hover {
    cursor: pointer;
}

.block-steps {
    height: 400px;
}

#faq-title {
    font-weight: 300;
    font-size: calc(1.2rem + 3.3vw);
    margin: auto;
    margin-top: 2rem;
}

.zero-height {
    height: 135px;
}

@media (max-width: 991px) {
    .small-device-padding {
        padding-right: 8%;
        padding-left: 8%;
    }

    .small-device-padding h2 {
        font-size: 1.7rem;
        font-weight: 300;
    }

    .small-device-padding img {
        width: 100%;
    }

    #pillar-title {
        font-size: calc(1.525rem + 3.3vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .fake-h2 {
        font-size: calc(1.525rem + 3.3vw);
        font-weight: 300;
        line-height: 1.2;
    }

    #faq-title {
        font-size: calc(1.525rem + 3.3vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .block-steps {
        height: fit-content;
    }

    .zero-height {
        height: fit-content;
    }
}

.cultlistStyle {
    inset: auto auto 0 0;
}

.modal-content-inline {
    max-height: 85vh;
    overflow-y: scroll;
    -ms-overflow-style: none;

    /* Internet Explorer 10+ */
    scrollbar-width: none;

    /* Firefox */
}

.modal-content-inline::-webkit-scrollbar {
    display: none;

    /* Safari and Chrome */
}

.referal-link {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.referal-link a {
    text-decoration: none;
    color: #575e64;
}

.referal-link:hover {
    cursor: pointer;
    opacity: 60%;
}

.warning-container {
    display: flex;
    justify-content: center;
}

fieldset {
    border: 1px solid lightgrey;
    border-radius: 5px;
}

fieldset legend {
    font-size: 1rem;
    margin-left: 2%;
    width: fit-content;
    float: none;
    margin-bottom: 0;
}

fieldset input {
    padding-top: 0;
    border: none;
}

fieldset input:focus {
    outline: none;
}

.modal-div {
    top: 15vh;
}

#cultures-list {
    white-space: nowrap;
}

#saznajViseBtn:hover {
    background-color: #51926d;
}

#saznajViseBusinessBtn:hover {
    background-color: #287ca6;
}

.blue-subtitle {
    font-size: 3.5rem;
    font-weight: 300;
    color: #379ed1;
    margin: auto;
    margin-top: 2rem;
}

.december-offer-container {
    position: absolute;
    top: -50px;
    transform: rotate(-20deg);
    left: -30px;
    width: fit-content;
    height: fit-content;
}

.december-offer-container svg {
    width: 35%;
}

@media (min-width: 1400px) {
    .december-offer-container {
        top: -85px;
    }
}

@media (max-width: 1399px) {
    .december-offer-container {
        top: -85px;
    }
}

@media (max-width: 1199px) {
    .december-offer-container {
        top: -65px;
    }
}

@media (max-width: 991px) {
    .december-offer-container {
        top: -85px;
        left: -23px;
    }
}

@media (max-width: 767px) {
    .december-offer-container {
        top: -86px;
        left: -23px;
    }
}

@media (max-width: 575px) {
    .december-offer-container {
        top: -75px;
        left: -20px;
    }

    .december-offer-container svg {
        width: 28%;
    }
}

#link-dec-ponuda {
    color: white;
    pointer-events: auto;
}

#see-more-link {
    pointer-events: auto;
}

#link-dec-ponuda:hover {
    cursor: pointer;
    opacity: 0.85;
    color: #9f0412;
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: #e8490e;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.xmas-tree {
    width: fit-content;
    position: absolute;
    top: -45px;
    left: -32px;
    transform: rotate(-12deg);
}

.xmas-tree svg {
    width: 60px;
    opacity: 0;
    z-index: -1;
}

.xmas-tree2 {
    width: fit-content;
    position: absolute;
    top: -38px;
    right: -24px;
    transform: rotate(7deg);
}

.xmas-tree2 svg {
    width: 55px;
    opacity: 0;
    z-index: -1;
    display: block;
}

.change-img-container {
    /* pointer-events: none; */
    background-image: url("images/bigstock-191708677.webp");
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;
}

.change-img-container:hover #link-dec-ponuda {
    color: #9f0412;
}

#blue-svg-top {
    pointer-events: none;
}

/* .change-img-container::after {
  content: url("images/proba4_4.jpg");
} */
@media (min-width: 768px) {
    /* #link-dec-ponuda:hover #tree-left, */
    /* #link-dec-ponuda:hover #tree-right { */
    .change-img-container:hover #tree-left,
    .change-img-container:hover #tree-right {
        opacity: 1;
        display: block;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .change-img-container:hover #link-dec-ponuda {
        -webkit-transition: all ease 1s;
        -moz-transition: all ease 1s;
        -o-transition: all ease 1s;
        -ms-transition: all ease 1s;
        transition: all ease 1s;
    }

    .change-img-container:hover {
        background-image: url("images/proba4_5.jpg");
    }
}

@media (max-width: 767px) {
    .xmas-tree2 {
        display: none;
    }
}

#linki-pricing a {
    color: #6c757d;
}

#linki-pricing a:hover {
    color: #3f454a;
}

.dev-orange-btn {
    background-color: #dd7533;
    color: white;
    border: 1px solid #dd7533;
}

.dev-orange-btn:hover {
    cursor: pointer;
    background-color: transparent;
    color: #dd7533;
    border: 1px solid #dd7533;
}

.dev-black-btn {
    background-color: #0d3b52;
    color: white;
    border: 1px solid #0d3b52;
}

.dev-black-btn:hover {
    cursor: pointer;
    background-color: transparent;
    color: #0d3b52;
    border: 1px solid #0d3b52;
}

.dev-arrow-btn {
    border: 1px solid #dd7533;
    background-color: transparent;
}

.dev-arrow-btn:hover {
    background-color: #dd7533;
}

#get-docs-disabled {
    color: #dd7533;
    border: 1px solid #dd7533;
    cursor: not-allowed;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.gradIntegration-dev {
    background: linear-gradient(
    253deg, white 0%,
    rgb(221, 117, 51) 100%
  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}

#