@supports selector(:focus-visible) {
  .examples-holder li:hover,
  .examples-holder li:focus-visible {
    cursor: pointer;
    color: white;
    background: #dd7533;
    border-radius: 8px;
  }

  .examples-holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .examples-holder li {
    background-color: #155f85;
    border-radius: 8px;
    font-size: 20px;
    line-height: 77px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 1rem;
  }
}

.examples-hedder-tittle h1 {
  font-size: 63px;
  font-weight: 700;
  line-height: 77px;
  letter-spacing: 0em;
  text-align: center;
}

.examples-hedder-tittle p {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: #0d3b52;
  width: 60%;
  text-align: center;
}

.code-example-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #0d3b52;
  border-radius: 8px;
  padding: 0rem;
  overflow: hidden;
}

.code-example-hedder ul {
  padding: 0rem;
  margin: 0rem;
  list-style: none;
  padding-left: 1rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.code-example-hedder {
  width: 100%;
  background-color: #dd7533;
  display: flex;
  align-items: center;
  padding: 0.2rem;
  justify-content: flex-start;
  color: white;
}

.codeHolder {
  padding: 1rem;
}

.codeHolder b {
  color: #dd7533;
}

.bgblue {
  background-color: #155f85 !important;
}

a.dropdown-item {
  cursor: pointer;
}

.textblue {
  color: #379ed1;
}

.nav-pills {
  float: right;
}

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

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

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

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

.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;
}

.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;
}

.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 (max-width: 767px) {
  .linkSubDesc {
    white-space: normal;
  }
}

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

.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: 770px;
  }

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

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

  .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: 800px;
  }

  .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;
  }
}

.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);
}

.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);
  }
}

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

@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;
  }
}

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

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

.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;
}

.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) {
  .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;
}

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

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

#meniJeziki a {
  color: black;
}

#culture-button-placeholder:hover #culture-button-placeholder,
#culture-button-placeholder:active #culture-button-placeholder {
  background-color: white;
}

#meniJeziki li:hover {
  background-color: lightgrey;
}

.buttons-holder-div {
  display: flex;
  align-items: center;
}

#buttons-placeholder {
  margin-top: 0.5rem;
}

#culture-button-placeholder button {
  height: 100%;
}

@media (min-width: 1200px) {
  #culture-button-placeholder {
    margin-top: 0.5rem;
    height: calc(100% - 0.5rem);
  }

  #meniJeziki {
    position: absolute;
    top: 100%;
  }
}

@media (max-width: 1199px) {
  #meniJeziki {
    transform: translateX(-50%) translateY(-120%);
  }

  .buttons-holder-div {
    flex-direction: column;
  }
}

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

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

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

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

a:hover {
  cursor: pointer;
}

.cultlistStyle {
  inset: auto auto 0 0;
}

.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);
}

.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;
}

.index-dev-bg {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .index-dev-bg {
    background-image: url("icons-dev/index-bg-md.png");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .index-dev-bg {
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .index-dev-bg {
    background-image: url("icons-dev/index-bg.png");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.navbar {
  position: fixed;
  z-index: 200;
  width: 100vw;
}

.close-navbar-toggler {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 190;
  cursor: pointer;
}

.close-navbar-toggler.collapsed {
  display: none;
}

.navbar-first-row:hover .nav-second-row,
.navbar-first-row:active .nav-second-row {
  color: black !important;
}

.dropdown-toggle::after {
  color: rgba(255, 255, 255, 0.55);
  vertical-align: 0.2em;
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}

@media (min-width: 1200px) {
  #header-content {
    height: 100%;
    display: flex;
  }

  .navbar-height {
    height: 4.6rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .navbar-nav .nav-link:hover {
    color: black;
  }

  .nav-first-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 0.5rem;
  }

  .nav-first-row:hover {
    background-color: white;
    color: black !important;
  }

  .nav-first-row:hover .nav-link {
    color: black !important;
  }

  .dropdown-border {
    border-top-left-radius: 0;
    top: 100%;
    width: min(25rem, 90vw);
    border-top: none;
    border-left: white;
  }

  .ul-desktop {
    margin-right: 1.3rem;
    height: 100%;
  }

  .dropdown:hover .dropdown-toggle::after,
  .dropdown:hover .dropdown-toggle::after {
    color: black;
  }

  .divider {
    border-left: 1px solid rgba(255, 255, 255, 0.55);
  }
}

@media (max-width: 1119px) {
  #menu-content-placeholder {
    padding: 1rem;
  }

  .divider {
    padding-top: 1rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
  }
}

.hide-mode-responce {
  display: none !important;
}