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

.left-border-div,
.left-border-div-dev {
  border: none;
}

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

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

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

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

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

/* 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;
}

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

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

.container-index {
  position: relative;
}

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

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

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

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

a:hover {
  cursor: pointer;
}

.cultlistStyle {
  inset: auto auto 0 0;
}

/* 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;
} */
#cultures-list {
  white-space: nowrap;
}

.navbar {
  position: sticky;
  top: 0;
  width: 100% !important;
  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 {
  /* z-index:-1; */
  display: none;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.push-first-section {
  /* margin-top: 63.875px; */
}

.form-floating > .form-control {
  height: 2.5rem;
  border: 1px solid lightgrey;
  padding-top: 0;
  padding-bottom: 0;
}

.form-floating > label {
  opacity: 0.65;
  top: -0.5rem;
  border-radius: 10px;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.3rem) translateX(0.15rem);
  background-color: white;
  height: fit-content;
  padding: 0 5px;
  margin: 0 5px;
}

.no-arrows-input::-webkit-outer-spin-button,
.no-arrows-input::::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

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

#culture-text {
  color: rgba(255, 255, 255, 0.55);
}

#culture-button-placeholder:hover #dropdown1::after,
#culture-button-placeholder:hover #culture-text {
  color: white;
}

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

#package:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* .lightHeaderImage {
  background-image: url('images/article_images/NasDemo.webp');
  background-position-y: 28%;
  height: fit-content;
  position: relative;
} */
.lightHeaderImage::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.lightHeaderImage h1,
.lightHeaderImage h4 {
  position: relative;
  z-index: 100;
}

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

  .small-pfs {
    font-size: 0.9rem !important;
  }

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

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

  .Logobrands {
    width: 100px;
  }

  .logos-solution {
    width: 80px;
  }

  .logobrands2 {
    height: 100px;
  }

  .ico-responsive {
    enable-background: new 0 0 24 24;
    width: 60px;
  }

  .tablet-coverphoto {
    width: 350px;
  }
}

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

  .tablet-coverphoto {
    width: 400px;
  }
}

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

  .left-border-div {
    border-left: 5px solid #155f85;
  }

  .left-border-div-dev {
    border-left: 5px solid #369ed1;
  }

  .bigger-pfs {
    font-size: 1.8rem !important;
  }

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

  .Logobrands {
    width: 130px;
  }

  .logos-solution {
    width: 100px;
  }

  .logobrands2 {
    height: 100px;
  }
}

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

  .responsive-printer {
    position: absolute;
    opacity: 30%;
    z-index: 1;
  }

  h3 {
    text-align: center;
  }
}

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

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

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

  .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;
    }
  } */
  #culture-button-placeholder {
    margin-top: 0.5rem;
    height: calc(100% - 0.5rem);
  }

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

  #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: 1199px) {
  #meniJeziki {
    transform: translateX(-50%) translateY(-120%);
  }

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

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

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

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

.custom-list {
  height: 100px;
  overflow-y: auto;
  overflow-wrap: break-word;
}
.custom-medium_list {
  height: 250px;
  overflow-y: auto;
  overflow-wrap: break-word;
}
.custom-longer_list {
  height: 350px;
  overflow-y: auto;
  overflow-wrap: break-word;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .custom-medium_list {
    height: 140px;
    overflow-y: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-list {
    height: 80px;
    overflow-y: auto;
  }
  .custom-medium_list {
    height: 100px;
    overflow-y: auto;
  }
  .custom-longer_list {
    height: 200px;
    overflow-y: auto;
  }
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f8f9fa;
}
::-webkit-scrollbar-thumb {
  background-color: #369ed1;
  border-radius: 5px;
}
