html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu";
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}
a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.overlay.visible {
  opacity: 1;
  pointer-events: initial;
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu/ubuntu-v20-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/ubuntu/ubuntu-v20-latin_latin-ext-300italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu/ubuntu-v20-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/ubuntu/ubuntu-v20-latin_latin-ext-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu/ubuntu-v20-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/ubuntu/ubuntu-v20-latin_latin-ext-500italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu/ubuntu-v20-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/ubuntu/ubuntu-v20-latin_latin-ext-700italic.woff2') format('woff2');
}
.navbar {
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#313131));
  background: linear-gradient(left, #000000 0%, #313131 100%);
  background: -ms-linear-gradient(left, #000000 0%, #313131 100%);
  width: 100%;
  max-width: 100vw;
  height: 70px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.navbar img.menu-icon {
  width: 38px;
  margin-right: 15px;
}
img.logo {
  width: 150px;
  display: block;
}
.points-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 33px;
  border-radius: 18px;
  background: #E7B419;
  padding: 0 14px;
  gap: 5px;
  margin-left: auto;
}
.points-badge svg {
  stroke: #000;
}
.points-badge span {
  color: #000;
  font-weight: 700;
}
.button-group {
  background: #313131;
  width: calc(100% - 40px);
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 52px;
  max-width: 576px;
}
.button-group svg {
  stroke: #FFF;
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .button-group {
    position: relative;
    width: 100%;
    margin-top: 80px;
  }
}
.content {
  width: 100%;
  max-width: 576px;
  min-height: calc(100vh - 70px);
  margin: 0 auto;
  padding: 0 20px;
}
.content .title {
  text-align: center;
}
.content .title h1,
.content .title h2 {
  font-size: 1.225rem;
}
.content .title h1 + p,
.content .title h2 + p {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 10px;
}
.content.skeniraj .title h1,
.content.skeniraj .title h2 {
  margin: 0;
}
.content .reward-placement {
  margin-top: 20px;
}
.content .reward-placement h2 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 8px;
}
.content .reward-placement p {
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 0px;
  font-weight: bold;
}
.content .reward-placement p span {
  padding: 5px 10px;
  border-radius: 25px;
  background-color: gold;
}
.sidebar-menu {
  position: absolute;
  width: 100%;
  max-width: 300px;
  height: calc(100% - 77px);
  top: 0;
  left: 0;
  z-index: 99;
  background: #313131;
  background: -webkit-gradient(linear, left top, right top, from(#313131), to(#000000));
  background: linear-gradient(left, #313131 0%, #000000 100%);
  background: -ms-linear-gradient(left, #313131 0%, #000000 100%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sidebar-menu .menu-header {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-menu .close-button {
  background: #E7B419;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: none;
  padding: 3px;
}
.sidebar-menu .menu {
  background: #FFF;
  border-radius: 30px 30px 0 0;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-menu .menu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  margin-top: 30px;
}
.sidebar-menu .menu ul li {
  position: relative;
  margin-bottom: 10px;
}
.sidebar-menu .menu ul li:after {
  content: url("../images/icons/circle-arrow-right-filled.svg");
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
}
.sidebar-menu .menu ul li img {
  position: absolute;
  top: 10px;
  left: 15px;
}
.sidebar-menu .menu ul li a {
  display: block;
  height: 43px;
  padding: 0 50px;
  border-radius: 30px;
  background: #313131;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-menu .menu a {
  font-size: 0.875rem;
  text-decoration: none;
}
.sidebar-menu .menu .points-badge {
  margin-left: 0;
}
.sidebar-menu.opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.prijava-page {
  width: 100%;
  height: 100%;
  padding: 30px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #313131;
  background: -webkit-gradient(linear, left top, right top, from(#313131), to(#000000));
  background: linear-gradient(left, #313131 0%, #000000 100%);
  background: -ms-linear-gradient(left, #313131 0%, #000000 100%);
}
.prijava-page .content {
  background: #FFF;
  padding: 30px;
  border-radius: 30px 30px 0 0;
  height: 100%;
  margin-top: 20px;
}
.prijava-page .content h2 {
  text-align: center;
  margin: 40px 0px;
}
.prijava-page .content .alert-danger {
  color: red;
  padding: 0 0 20px;
}
.prijava-page .content .buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.prijava-page .content .buttons a {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 20px;
  background: #313131;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.prijava-page .content .buttons a.registracija {
  background: #E7B419;
  color: #000;
}
.prijava-page .content form .form-input,
.prijava-page .content form .form-select {
  position: relative;
}
.prijava-page .content form .form-input.two-col,
.prijava-page .content form .form-select.two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.prijava-page .content form .form-input.two-col input:not([type="checkbox"]),
.prijava-page .content form .form-select.two-col input:not([type="checkbox"]) {
  padding: 0 20px;
}
.prijava-page .content form .form-input.email:before,
.prijava-page .content form .form-select.email:before,
.prijava-page .content form .form-input.telefon:before,
.prijava-page .content form .form-select.telefon:before,
.prijava-page .content form .form-input.password:before,
.prijava-page .content form .form-select.password:before,
.prijava-page .content form .form-input.address:before,
.prijava-page .content form .form-select.address:before,
.prijava-page .content form .form-input.postcode:before,
.prijava-page .content form .form-select.postcode:before,
.prijava-page .content form .form-input.code:before,
.prijava-page .content form .form-select.code:before,
.prijava-page .content form .form-input.company:before,
.prijava-page .content form .form-select.company:before {
  position: absolute;
  top: 8px;
  left: 20px;
  content: url("../images/icons/mail-filled.svg");
}
.prijava-page .content form .form-input.telefon:before,
.prijava-page .content form .form-select.telefon:before {
  content: url("../images/icons/phone.svg");
}
.prijava-page .content form .form-input.password:before,
.prijava-page .content form .form-select.password:before {
  content: url("../images/icons/lock.svg");
}
.prijava-page .content form .form-input.address:before,
.prijava-page .content form .form-select.address:before {
  content: url("../images/icons/home.svg");
}
.prijava-page .content form .form-input.postcode:before,
.prijava-page .content form .form-select.postcode:before {
  content: url("../images/icons/123.svg");
}
.prijava-page .content form .form-input.code:before,
.prijava-page .content form .form-select.code:before {
  content: url("../images/icons/key.svg");
}
.prijava-page .content form .form-input.company:before,
.prijava-page .content form .form-select.company:before {
  z-index: 1;
  content: url("../images/icons/building.svg");
}
.prijava-page .content form .form-select {
  position: relative;
}
.prijava-page .content form .form-select:after {
  position: absolute;
  top: 8px;
  right: 15px;
  content: url("../images/icons/chevron-down.svg");
  pointer-events: none;
}
.prijava-page .content form input:not([type="checkbox"]),
.prijava-page .content form select {
  display: block;
  width: 100%;
  height: 42px;
  margin-bottom: 20px;
  border: 2px solid #CFCFCF;
  border-radius: 30px;
  padding: 0 20px 0 50px;
  color: #000 !important;
  font-weight: 700;
  font-family: "Ubuntu";
}
.prijava-page .content form input:not([type="checkbox"])::-webkit-input-placeholder, .prijava-page .content form select::-webkit-input-placeholder {
  color: #B2B2B2;
  font-weight: 700;
}
.prijava-page .content form input:not([type="checkbox"])::-moz-placeholder, .prijava-page .content form select::-moz-placeholder {
  color: #B2B2B2;
  font-weight: 700;
}
.prijava-page .content form input:not([type="checkbox"]):-ms-input-placeholder, .prijava-page .content form select:-ms-input-placeholder {
  color: #B2B2B2;
  font-weight: 700;
}
.prijava-page .content form input:not([type="checkbox"])::-ms-input-placeholder, .prijava-page .content form select::-ms-input-placeholder {
  color: #B2B2B2;
  font-weight: 700;
}
.prijava-page .content form input:not([type="checkbox"])::placeholder,
.prijava-page .content form select::placeholder {
  color: #B2B2B2;
  font-weight: 700;
}
.prijava-page .content form select:invalid {
  color: #B2B2B2 !important;
}
.prijava-page .content form button {
  background: #399B49;
  border: none;
  color: #FFF;
  font-weight: 700;
  border-radius: 30px;
  height: 34px;
  font-size: 1rem;
  float: right;
  padding: 8px 20px;
}
.product {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 15px;
}
.product img {
  float: left;
  width: 30%;
}
.product h4 {
  float: left;
  width: 70%;
  font-size: 16px;
  padding-left: 10px;
}
.product {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.btn.iskoristi-bodove {
  clear: both;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 40px;
  background: #313131;
  color: #FFF;
  font-weight: 700;
  float: right;
}
span.bodovi-potrebni {
  border-radius: 20px;
  color: #000;
  background: #E7B419;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  padding: 0 5px;
}
.profil h1 {
  margin-top: 0;
}
.profil b {
  display: block;
  margin-bottom: 5px;
}
.profil .product {
  float: initial;
}
.profil .profile-data span {
  color: #313131;
}
.divider {
  display: block;
  width: 100%;
  height: 100px;
  float: left;
}
.select2-container--default .select2-selection--single {
  margin-bottom: 20px !important;
  border: 2px solid #CFCFCF !important;
  border-radius: 30px !important;
  height: 42px !important;
  background-color: #e9e9ed !important;
  padding: 0 20px 0 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-selection__rendered {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border-radius: 15px !important;
  background-color: #fff !important;
  border: 2px solid #CFCFCF !important;
  overflow: hidden;
}
.select2-search--dropdown {
  padding: 10px !important;
}
.select2-search--dropdown .select2-search__field {
  border-radius: 10px !important;
  padding: 8px !important;
}
.registracija-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.select2-selection__clear {
  height: 38px !important;
}
.select2-selection__clear span {
  color: #000;
}
.zastita-privatnosti.content {
  padding: 0px;
}
.zastita-privatnosti.content h2 {
  text-align: left;
  font-size: 1.25rem !important;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .zastita-privatnosti.content h2 {
    font-size: 1rem !important;
  }
}
.zastita-privatnosti.content a {
  word-wrap: break-word;
}
.select2-container--default .select2-selection--single {
  background-color: transparent !important;
}
.forgot-password-input-link {
  display: block;
  color: gray;
  font-size: 0.85rem;
  margin: 10px 0 20px;
  text-decoration: underline;
}
.popup-modal {
  position: fixed;
  inset: 0;
  background-color: #00000080;
  display: none;
  z-index: 100;
}
.popup-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-modal .popup-modal-content {
  width: 80%;
  height: 80%;
  overflow-y: scroll;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 20px;
}
.popup-modal .popup-modal-content .btn {
  color: #fff;
  background-color: #5eba00;
  border-color: #5eba00;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 0.8125rem;
  min-width: 2.375rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.84615385;
  border-radius: 3px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.iskoristi-bodove-warning p {
  margin-top: 20px;
  font-weight: 500;
}
