html, body {
  max-width: 100%;
}

body {
  overflow-x: hidden;
}

#poly {
  clip-path: polygon(0 0, 100% 1%, 100% 34%, 0 66%);
}

#myPoly {
  width: 100%;
  height: 400px;
}

#myPoly:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: ' ';
  background: inherit;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: skewY(-3deg);
  transform-origin: top left;
}

.bop {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.glider div:not(:last-child) {
  @apply mr-4;
}

/* width */

::-webkit-scrollbar {
  @apply w-2;
}

/* Track */

::-webkit-scrollbar-track {
  @apply bg-analyse-100;
}

/* Handle */

::-webkit-scrollbar-thumb {
  @apply bg-analyse-700;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  @apply bg-analyse-700;
}

body #blogherads-branding-container.bhbranding-badge {
  position: absolute;
  opacity: .9;
  background-color: transparent !important;
  width: 100% !important;
  overflow: visible !important;
  height: 0;
  margin: auto !important;
  margin-top: -110px !important;
}

@screen lg {
  body #blogherads-branding-container.bhbranding-badge {
    position: absolute;
    opacity: .9;
    background-color: transparent !important;
    width: 100% !important;
    overflow: visible !important;
    height: 0;
    margin: auto !important;
    margin-top: -105px !important;
  }
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.card-wrap {
  --bg-opacity: 1;
  position: relative;
  padding: 35px 65px;
}


.pricing-div {
  background-color: white !important;
  border-radius: 5px;
  padding: 20px;
}

.price-page-label {
  font-size: 22px;
  font-weight: 400;
}

.price-page-subtext {
  margin-bottom: 40px;
}

.price-page-price {
  margin-top: 5px;
  margin-bottom: 40px;
}

.price-page-price span {
  white-space: nowrap;
}

.price-page-pricing {
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.price-page-list li {
  padding-top: 5px;
  display: flex;
}

.price-page-list li svg {
  margin-right: 10px;
  min-width: 20px;
}

.price-page-bottom-text {
  color: #606F7B;
  margin-top: 15px;
}

.price-page-button {
  text-align: center;
}

.price-page-button button {
  margin-top: 15px;
  width: 213px;
  max-width: 100%;
  height: 48px;
  background: #444444;
  border-radius: 5px;
  font-family: Montserrat;
  color: #fff;
  transition: all 0.3s;
}

.price-page-button button:hover {
  background: #212020;
}

.sign-up-button {
  display: inline-block;
  min-width: 213px;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  font-weight: 600;
  background: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  color: #353535;
  transition: all 0.3s;
}

.sign-up-button:hover {
  background: #ccc;
}

.sign-up-button.button-reverse {
  background: #444444;
  color: #fff;
}

.sign-up-button.button-reverse:hover {
  background: #212020;
}

.product-track-modal-button {
  font-size: 18px;
  font-weight: 600;
}

.product-track-modal-button.active {
  background: #9DCBF0;
  color: #fff;
}

.product-track-modal-button.active:hover {
  background: #59a8e7;
}

.price-page-annually-select {
  color: #FFFFFF;
}

textarea.form-control {
  border: 1px solid #C1C1C1 !important;
  border-radius: 5px;
  width: 100%;
  margin: 16px 0;
}

.text-light {
  color: #858585;
}

.modal.-wide {
  max-width: 575px;
}

.container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  margin: auto;
  text-align: center;
}

.switch input {
  position: absolute;
  opacity: 0;
}


.switch {
  display: inline-block;
  font-size: 53px;
  height: 1em;
  width: 2em;
  background: white;
  border-radius: 1em;
  cursor: pointer;
}

.switch .switch-toggle {
  display: block;
  height: 47px;
  width: 47px;
  margin: 3px;
  border-radius: 50%;
  background: #4084B7;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.switch input:checked + .switch-toggle {
  -webkit-transform: translate3d(53px, 0, 0);
  -moz-transform: translate3d(53px, 0, 0);
  transform: translate3d(53px, 0, 0);
  text-align: center;
  color: #353535;
}

.switch-small {
  font-size: 34px;
}

.switch-small .switch-toggle {
  width: 26px;
  height: 26px;
  margin: 4px;
}

.switch-small input:checked + .switch-toggle {
  transform: translate3d(33px, 0, 0);
}

.sign-up-form .sign-up-div {
  width: 100%;
}

.sign-up-form .sign-up-div input {
  width: 100%;
}

.sign-up-form label {
  text-align: right;
  color: white;
}

.label-danger {
  color: red;
}

.link {
  color: #7688D4;
}

.total-overview-block {
  color: #858585;
  position: absolute;
  z-index: 1;
  background: #fff;
  border-radius: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
}

.product-track-modal-button {
  width: 313px;
}

.product-track-modal-block {
  color: #858585;
  position: absolute;
  z-index: 100;
  background: #fff;
  border-radius: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  display: none;
}

.total-overview-title {
  color: #000;
}

.button-dark {
  display: inline-block;
  width: 213px;
  height: 48px;
  line-height: 48px;
  background: #444444;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
}

.button-dark:hover {
  background: #212020;
}

.product-blurred .total-overview-blurred {
  filter: blur(10px);
}

.lds-dual-ring {
  display: none;
  width: 40px;
  height: 40px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #afafaf transparent #afafaf transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading .lds-dual-ring {
  display: inline-block;
}

.loading .hide-on-loading {
  display: none;
}

.blured-row td {
  filter: blur(5px)
}

@media (min-width: 1279px) and (max-width: 1549px) {
  .price-page-price span:last-child {
    display: block;
  }

  .price-page-price {
    margin-bottom: 22px;
  }
}


.product-top-block {
  padding: 20px 30px 30px;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  margin-bottom: 55px;
  width: 83.333333%;
}

@media only screen and (max-width: 768px) {
  .product-top-block {
    width: 100% !important;
  }
}

.product-top-block .product-top-header {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 26px;
  line-height: 48px;
  font-family: 'Montserrat';
}

.product-top-links a {
  display: inline-block;
  margin-right: 15px;
  margin-top: 7px;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
  color: #787878;
  background: #D9D9D9;
  border: 1px solid #FFFFFF;
  border-radius: 90px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
}

.turn-off-text {
  color: #353535;
  margin-top: 13px;
}

.turn-off-text a {
  color: #353535;
}

#auction-single-2 {
  margin-top: 10px;
}

.auction-single {
  margin-top: 10px;
}

.auction-bid p {
  color: #B1B1B1;
  padding-top: 5px;
}

.auction-bid div:first-child p {
  color: #FAFF00;
}

.collapsible {
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top: 10px;
  background-color: rgba(128, 128, 128, 0.18);
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

.auction-div {
  background: #3C3C3C;
  padding: 30px;
}

.font-size-38 {
  font-size: 38px;
}

.trust-div {
  background-color: white;
  color: black;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* NEW */
  border-radius: 15px;
  padding-top: 15px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 15px;
}

.trust-div svg {
  margin-right: 15px;
}

.trust-div p {
  display: flex;
}
