﻿.rotate-item {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  transition: opacity .6s ease-in-out;
  opacity: 0;
  pointer-events: none;
  font-size: 13px;
}
.rotate-item.active {
  opacity: 1;
  pointer-events: auto;
}
.top-bar {
  background-color: black;
  color: white;
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  margin-left: 0px;
  margin-right: 0px;
}
.top-bar-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px !important;
  margin: 0;
  z-index: 1111;
}
.top-bar {
  height: 32px;
}
body {
  padding-top: 32px;
}
.navbar-fixed-top {
  top: 32px;
}
@media (max-width: 768px) {
  .widget-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
  }
  .trustpilot-widget iframe {
    transform: scale(0.74);
    min-width: 430px !important;
  }
}
@media (max-width: 1920px) {
  .top-bar {
    height: 36px;
  }
  body {
    padding-top: 36px;
  }
  .navbar-fixed-top {
    top: 36px;
  }
}
@media (max-width: 1200px) {
  .top-bar {
    height: 40px;
  }
  body {
    padding-top: 40px;
  }
  .navbar-fixed-top {
    top: 40px;
  }
  .trustpilot-widget iframe {
    margin-top: 10px;
  }
}
