@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Inter";
  src: url("../fonts/subset-Inter-Regular.eot");
  src: url("../fonts/subset-Inter-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/subset-Inter-Regular.woff2") format("woff2"),
    url("../fonts/subset-Inter-Regular.woff") format("woff"),
    url("../fonts/subset-Inter-Regular.ttf") format("truetype"),
    url("../fonts/subset-Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 576px) {
  h1 {
    font-size: 2.4rem !important;
  }
  h2 {
    font-size: 1.8rem !important;
  }
  .sub-heading {
    font-size: 2rem;
  }
}
@media (min-width: 577px) {
  .search-bar-container {
    display: block;
  }
  .search-bar-container.active {
    display: block;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 4rem;
  }
  .mobile-search-label {
    display: block;
  }
  .mobile-search-toggle:checked ~ .search-bar-container {
    display: block;
  }
  .small-img {
    height: 64px;
  }
  .filter form .input-container label {
    margin-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .offcanvas-backdrop {
    display: none !important;
  }
  .kategorije {
    position: relative;
    top: 0 !important;
  }
}
.offcanvas-backdrop {
  display: none !important;
}
.kategorije {
  position: relative;
  top: -232px;
}
@media (min-width: 1200px) {
  #sidebar {
    display: block !important;
    -webkit-transform: none !important;
    transform: none !important;
    visibility: visible !important;
    width: 16.66666667%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
  }
}
@media (max-width: 1200px) {
  table tbody tr td {
    padding: 0.5rem !important;
  }
  .table-container,
  table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .offcanvas-header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #menu-storefront-menu li a span {
    font-size: 20px !important;
    font-weight: 400;
  }
  nav {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  #sidebar ul.list-members ul a {
    padding-left: 9rem !important;
  }
}
@media (max-width: 1700px) {
  #sidebar ul.list-members ul a {
    font-size: 1.4rem !important;
  }
  #sidebar ul li .fs-3 {
    font-size: 1.9rem !important;
  }
  #sidebar h5 {
    font-size: 1.5rem;
  }
  #sidebar .offcanvas-body {
    margin-left: 0px !important;
  }
  #sidebar img {
    width: 170px;
  }
  table tbody tr .review-text {
    min-width: 500px;
  }
}
@media (max-width: 1800px) {
  .ps-xxl-7 {
    padding-left: 0rem !important;
  }
  #sidebar ul.list-members ul a {
    padding-left: 5rem !important;
  }
}
body * {
  line-height: 1.4 !important;
}
h1 {
  margin-bottom: 3.6rem;
  color: #0d47a1;
  font-size: 4.8rem;
}
button {
  border: none;
}
.add-something {
  margin-bottom: 4.8rem;
}
.breadcrumb li {
  color: #222222 !important;
}
.breadcrumb li a {
  text-decoration: none;
  color: #1976d2;
}
.table > :not(caption) > * > * {
  padding: 2rem;
}
table thead th {
  padding: 1rem 2rem !important;
  background-color: #f1c037 !important;
  line-height: 140% !important;
  font-weight: 400;
  white-space: nowrap;
}
table thead th:first-child {
  padding-left: 1.6rem !important;
}
table thead th:first-child input {
  vertical-align: inherit;
}
table tbody tr td {
  line-height: 140% !important;
}
table tbody tr td:first-child {
  padding-left: 1.6rem !important;
}
table tbody tr td.review-text {
  max-width: 520px;
}
table tbody tr td.country {
  max-width: 70px;
}
table tbody tr td.country div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
table tbody tr td.rating-table div {
  gap: 8px;
}
table tbody tr td.rating-table div span {
  font-size: 2rem;
  color: #dddddd;
}
table tbody tr td.rating-table div span.active {
  color: #f1c037;
}
table tbody tr td a {
  color: #1976d2;
}
table tbody tr:nth-child(odd) td {
  background-color: rgba(25, 118, 210, 0.1019607843);
}
table tbody tr:nth-child(2n) td {
  background-color: rgba(241, 192, 55, 0.1019607843);
}
table input[type="checkbox"] {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid black;
  border-radius: 0.4rem;
}
.filter form .input-container {
  margin-bottom: 13px;
}
.filter form .input-container label {
  white-space: nowrap;
  margin-right: 12px;
  margin-left: auto;
}
.filter form .input-container input {
  width: 204px;
}
.filter form .input-container select {
  width: 204px;
}
main {
  height: -webkit-fill-available;
}
main#add_webshop div.company {
  font-size: 1.8rem;
}
main#add_webshop label {
  width: 240px;
}
main#add_webshop input,
main#add_webshop select {
  width: 400px;
}
main#add_webshop p.text-end {
  width: 240px;
  font-size: 1.8rem;
}
main#add_webshop .submit-container {
  width: 590px;
}
main > div {
  height: 100%;
}
main table tr th {
  font-size: 1.6rem;
}
main table tr td {
  font-size: 1.6rem;
}
#sidebar {
  max-width: 380px;
}
#sidebar .btn {
  color: #fff;
}
#sidebar .btn-toggle {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
#sidebar .btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), 0.85);
}
#sidebar .btn-toggle[aria-expanded="true"]:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sidebar ul {
  margin-top: 0.8rem;
}
#sidebar ul li a {
  color: #fff;
  width: 100%;
  border-radius: unset;
}
#sidebar ul li a:hover {
  color: #f1c037 !important;
}
#sidebar ul .svg-container {
  width: 48px;
  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;
}
#sidebar ul .collapse {
  margin-bottom: 20px;
}
#sidebar ul.list-main svg {
  width: 3rem;
  height: 3rem;
}
#sidebar ul.list-members ul li {
  margin-left: 0;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sidebar ul.list-members ul li:last-child {
  margin-bottom: 0;
}
#sidebar ul.list-members ul li.active {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1c037;
}
#sidebar ul.list-members ul li.active a {
  color: #222222 !important;
  font-weight: 700;
}
#sidebar ul.list-members ul li.coming-soon {
  pointer-events: none;
}
#sidebar ul.list-members ul li.coming-soon a {
  color: #7a7a7a !important;
}
#sidebar ul.list-members ul a {
  padding-left: 5rem;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 140% !important;
  color: #fff;
  text-align: left;
}
#sidebar [data-bs-theme="dark"] .btn-toggle:before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}
#sidebar .scrollarea {
  overflow-y: auto;
}
header a.navbar-brand {
  font-size: 1.8rem;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.navbar-nav li {
  margin-left: auto;
  padding: 5px 0;
}
.mobile-search-toggle {
  display: none;
}
.mobile-search-label {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}
.search-bar-container {
  position: relative;
  width: 320px;
  height: 32px;
}
.search-bar-container .form-control {
  width: 100%;
  height: 100%;
}
.search-bar-container .btn {
  pointer-events: none;
}
@media (max-width: 992px) {
  .search-bar-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    background: #0d47a1;
    z-index: 1000;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .search-bar-container.active {
    display: block;
  }
}
main.homepage .main-content {
  padding: 7rem 0 7rem 0;
}
main.homepage .main-content div.intro img {
  width: 10rem;
  height: 10rem;
}
main.homepage .main-content div.card .card-cat {
  font-size: 1.4rem;
}
main.homepage .main-content div.card .rating-table {
  height: 3rem;
}
main.homepage .main-content div.card .card-text {
  line-height: 140%;
  font-size: 1.4rem;
}
.archive .row {
  margin-top: 50px;
}
.single .logos img {
  max-width: 200px;
  width: 100%;
}
.rating {
  display: inline-block;
  position: relative;
  font-size: 50px;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating span {
  display: inline-block;
  position: relative;
  color: lightgray;
}
.rating span:before {
  content: "★";
  position: absolute;
  left: 0;
  color: gold;
  overflow: hidden;
  width: var(--star-fill, 0%);
}
.blue-btn {
  border-radius: 4px;
  color: white;
  background: #1976d2;
  padding: 1rem 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.blue-btn:hover {
  background-color: rgba(25, 118, 210, 0.768627451);
  color: white;
}
.gray-btn {
  border-radius: 4px;
  color: white;
  background: #7a7a7a;
  padding: 1rem 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.connect-btn {
  display: inline-block;
  background-color: #1976d2;
  color: white;
  padding: 10px 7px 10px 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  background-image: url("../images/icons/connect.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px 16px;
  cursor: pointer;
}
.b-border-btn {
  color: #1976d2;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 1rem 1.6rem;
  border: 2px solid #1976d2;
  background: transparent;
}
.max-w-200 {
  max-width: 200px;
}
.max-w-300 {
  max-width: 300px;
}
.lh-140 {
  line-height: 140% !important;
}
.rating-table {
  gap: 0.8rem;
}
.rating-table span.black path {
  fill: #222222;
}
.rating-table span path {
  fill: #dddddd;
}
.rating-table span.active path {
  fill: #f1c037;
}
.sub-heading {
  font-size: 2.4rem;
  font-weight: 700;
}
.small-txt {
  font-size: 1.6rem;
}
#reviewModal .modal-dialog {
  --bs-modal-width: 100rem;
}
#reviewModal .modal-dialog .modal-content {
  width: 100rem;
}
#reviewModal .modal-dialog .modal-content button {
  height: 4rem;
}
.category-link {
  position: relative;
  text-decoration: unset;
}
.category-link:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  content: "";
  height: 0.1rem;
  width: 100%;
  background-color: #222222;
}
.category-link:not(:first-of-type) {
  margin-left: 1rem;
  padding-left: 0.5rem;
}
.category-link:not(:first-of-type):after {
  position: absolute;
  left: -0.5rem;
  top: 50%;
  content: "";
  height: 2.2rem;
  width: 0.1rem;
  background-color: #0d47a1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.verifed {
  padding: 0.4rem 0.8rem;
  border-radius: 0.6rem;
}
.verifed img {
  margin-right: 0.6rem;
}
.reports a {
  border-radius: 0.6rem;
}
.reports a img {
  margin-right: 0.6rem;
}
.single-black path {
  fill: #222222 !important;
}
.accordion .accordion-item {
  border: 0.2rem solid #0d47a1 !important;
  border-radius: 0;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
}
.accordion .accordion-item .accordion-header button {
  padding: 0;
  font-size: 2.4rem;
  color: #222222;
  background-color: transparent;
  font-weight: 700;
  line-height: 140% !important;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  margin-bottom: 0rem;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.accordion .accordion-item .accordion-header button:not(.collapsed) {
  margin-bottom: 1.2rem;
  color: #0d47a1;
}
.accordion .accordion-item .accordion-body {
  padding: 0;
}
.kategorije a {
  font-weight: 300;
}
.kategorije button .bi-plus {
  font-size: 3rem;
}
.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.offcanvas-header {
  display: none;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}