#particles-js,
body::before {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
br,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
small,
span,
ul {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
a,
button {
  user-select: none;
  pointer-events: auto;
}
#particles-js,
img {
  pointer-events: none;
}
img {
  -webkit-user-drag: none;
}
body {
  background-image: url('../images/images-banner.webp');
  background-repeat: no-repeat;
  background-position: left 20% center;
  background-size: cover;
  height: auto;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
body::before {
  content: '';
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.753);
}
#particles-js {
  width: 100%;
}
canvas.particles-js-canvas-el {
  width: 100px !important;
  height: 85px !important;
}
.betrightonline-disclaimer {
  box-shadow: 0 16px 80px 0 rgba(101, 77, 255, 0.171);
  width: 100%;
  overflow: hidden;
  background: #000;
  text-align: center;
  border-bottom: 1px solid #006667a6;
  position: fixed;
  z-index: 9999;
}
.betrightonline-disclaimer > p {
  font-family: Montserrat, serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  margin: 0;
  padding: 5px 0;
}
.betrightonline-disclaimer > p > a {
  color: #161616;
}
.betrightonline-disclaimer > p > img {
  width: 24px;
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.betrightonline-banner-content > h1 {
  font-family: Poppins, sans-serif;
  color: #f5f5f5;
  font-size: 34px;
  font-weight: 500;
  margin: 0;
  padding: 60px 0 10px;
}
.betrightonline-banner-content > p {
  font-family: Montserrat, serif;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.more {
  display: none;
}
button.myBtn {
  border: none;
  outline: 0;
  background: 0 0;
  color: #d1d5d8;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
}
.betrightonline-trust-area {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 25px 0 10px;
}
.betrightonline-trust-card {
  display: flex;
  align-items: center;
  gap: 8px;
}
.betrightonline-trust-card > img {
  width: 36px;
}
.betrightonline-trust-card > p {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-style: italic;
}
.betrightonline-list-table {
  padding: 30px 0 0;
}
.betrightonline-table-card {
  display: flex;
  gap: 24px;
  background: linear-gradient(109.6deg, #010101 11.2%, #3f3f17 51.2%, #000 98.6%);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  padding: 10px;
}
.betrightonline-table-card .sparkle {
  position: absolute;
  width: 5px;
  height: 5px;
  background: radial-gradient(circle, #fff 0, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  animation: 3s linear infinite sparkleAnimation;
  opacity: 0;
  pointer-events: none;
}
@keyframes sparkleAnimation {
  0% {
    transform: translate(0, 0) scale(0.5);
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
    transform: translate(calc(-50px + 100px * var(--x)), calc(-50px + 100px * var(--y))) scale(1.2);
  }
  100% {
    transform: translate(calc(-50px + 200px * var(--x)), calc(-50px + 200px * var(--y))) scale(0.8);
    opacity: 0;
  }
}
.betrightonline-logoWrapper {
  position: relative;
  flex-shrink: 0;
}
.betrightonline-logoWrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.betrightonline-logoImg img {
  width: 235px;
  height: 134px;
  border-radius: 3px 0 0 3px;
  object-fit: contain;
  position: relative;
}
.betrightonline-level {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffeb3b;
  clip-path: polygon(100% 0, 93% 50%, 100% 100%, 0 100%, 0 0);
  z-index: 1;
  width: 140px;
  height: 22px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.4px;
  padding: 1px 0;
  font-family: Poppins, sans-serif;
}
.betrightonline-btnCard,
.betrightonline-review-title,
.betrightonline-value {
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}
.betrightonline-footer-logo a img {
  max-width: 100px !important;
  width: 60px !important;
}
.betrightonline-cardBody {
  display: grid;
  align-items: center;
  width: 100%;
  margin-right: 12px;
  grid-template-columns: auto 350px 200px;
  grid-template-rows: auto;
  gap: 0 18px;
  grid-template-areas: 'title facts cta-btn';
}
.betrightonline-cardBonusTitle p {
  font-family: Montserrat, serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  align-items: center;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.betrightonline-cardBonusTitle p > span {
  font-size: 20px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  animation: 3s ease-in-out infinite colorPulse;
  font-style: italic;
}
@keyframes colorPulse {
  0%,
  100% {
    color: #ddd;
  }
  33% {
    color: #4effe7;
  }
  66% {
    color: #f7f7f7;
  }
}
.betrightonline-ratingsWrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 0;
  grid-area: facts;
  gap: 16px;
  position: relative;
  top: 4px;
}
.betrightonline-review-grid {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
  width: 120px;
  position: relative;
  top: 6px;
}
.betrightonline-rating-star > ul {
  padding: 0;
  margin: 0;
}
.betrightonline-rating-star > ul > li {
  list-style: none;
  display: inline-flex;
  color: #ffd915;
  font-size: 16px;
}
.betrightonline-rating span {
  font-size: 14px;
}
.betrightonline-review-title {
  font-family: Poppins, sans-serif;
  font-size: 11px;
  width: 100%;
  height: 25px;
  margin-top: 0;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-overflow: ellipsis;
  color: #fff;
}
.betrightonline-value {
  font-size: 26px;
  width: 100%;
  height: 35px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  word-spacing: 1px;
}
.betrightonline-value > span {
  font-size: 13px;
}
.betrightonline-btn-area {
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: 28px;
  grid-area: cta-btn;
}
.betrightonline-btnCard {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 0;
  color: #222;
  border-radius: 24px;
  background: #ffeb3b;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  top: 15px;
  transition: 0.6s;
}
.betrightonline-btnCard:hover {
  color: #000;
}
.betrightonline-bonus-bottom-offer {
  margin-bottom: 8px;
  background: #0129299a;
}
.betrightonline-bonus-bottom-offer > p {
  font-family: Montserrat, serif;
  font-size: 10px;
  color: #dbdbdb;
  line-height: 12px;
  margin: 0;
  padding: 4px;
  font-weight: 400;
  text-align: center;
}
.betrightonline-bonus-bottom-offer > p > button {
  font-size: 10px;
}
.betrightonline-servicesContext {
  background: #fff;
  padding: 37px 51px;
}
h2.betrightonline-servicesTitle {
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 30px;
  margin: 10px 0 15px;
}
p.betrightonline-wrapper-p {
  font-family: Montserrat, serif;
  font-size: 14px;
  color: #383737;
  line-height: 20px;
  font-weight: 500;
  margin: 15px 0 45px;
}
.betrightonline-listIconWrap {
  display: flex;
  gap: 16px;
  justify-items: flex-start;
  margin-bottom: 25px;
  padding: 15px;
  background: linear-gradient(114deg, #010101 11.2%, #2196f3 51.2%, #000 98.6%);
  border-radius: 100px;
}
.betrightonline-iconPhoto {
  border-radius: 10px;
  min-width: 70px;
  height: 65px;
  text-align: center;
}
.betrightonline-iconPhoto > img {
  width: 50px;
  height: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-27px);
}
.betrightonline-list-text > h3 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.betrightonline-list-text > p {
  font-family: Montserrat, serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  margin: 0;
  color: #f1f1f1;
  line-height: 20px;
}
.betrightonline-aboutText,
.betrightonline-faqText {
  background: #fff;
  padding: 37px 51px;
  margin: 40px 0;
}
.betrightonline-aboutText > h2,
.betrightonline-faqText > h2 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 10px 0 15px;
  color: #000;
}
.betrightonline-aboutText > h3,
.betrightonline-faqText > h3 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 5px;
  color: #000;
}
.betrightonline-aboutText > p,
.betrightonline-faqText > p {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0;
  margin: 0;
  color: #383737;
  line-height: 20px;
}
.betrightonline-subpages {
  padding: 25px 0;
  background: #fff;
  margin-top: 40px;
}
h2.betrightonline-sub-title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  font-style: normal;
  padding-bottom: 12px;
  font-family: Poppins, sans-serif;
}
.betrightonline-subpages-context > h5 {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  font-style: normal;
  padding: 10px 0;
  margin: 0;
  font-family: Poppins, sans-serif;
}
.betrightonline-subpages-context > p,
.betrightonline-subpages-context > ul > li {
  color: #222;
  line-height: 22px;
  font-style: normal;
  padding-top: 5px;
  margin: 0;
  font-family: Montserrat, serif;
  font-size: 14px;
  font-weight: 400;
}
.betrightonline-subpages-context > p {
  padding-bottom: 15px;
}
.betrightonline-subpages-context > ul > li {
  padding-bottom: 5px;
}
.betrightonline-footer {
  padding: 40px 50px;
  background: black;
}
.betrightonline-footer-logo {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.row.betrightonline-footer-content-b,
.row.betrightonline-footer-content-top.pb-4 {
  width: 100%;
  margin: 0 auto;
  max-width: 1365px;
}
.footer-license-images img {
  padding: 10px 0 20px;
}
.betrightonline-footer-link > ul > li > a,
.betrightonline-footer-text > p {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 12px;
  color: #c2c2c2;
  font-style: normal;
  margin: 0;
  font-family: Montserrat, serif;
  word-spacing: 1px;
}
footer img.betrightonline-footer-ico {
  max-width: 160px;
}
.betrightonline-footer-logo > img:first-child {
  width: 50px;
  height: 50px;
}
img.betrightonline-footer-ico.anj-logo {
  width: 110px;
}
.betrightonline-footer-text > p {
  font-weight: 400;
  line-height: 20px;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #dcdcdc !important;
  opacity: 0.35 !important;
}
.betrightonline-footer-link > ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.betrightonline-footer-link > ul > li > a {
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
}
.betrightonline-footer-link > ul > li > a:hover {
  color: #0d61fd;
  text-decoration: underline;
}
.betrightonline-copyright {
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-style: normal;
  padding-top: 10px;
  padding-bottom: 0;
  margin: 0;
  font-family: Montserrat, serif;
  word-spacing: 1px;
  text-decoration: none;
  text-align: center;
}
img.betrightonline-footer-ico.toprated_icon1A {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
img.betrightonline-footer-ico.toprated_icon2A {
  max-width: 190px;
  border-radius: 10px;
}
img.betrightonline-footer-ico.toprated_icon3A {
  width: 106px;
  border-radius: 10px;
}
img.betrightonline-footer-ico.anj-logo.toprated_icon4A,
img.betrightonline-footer-ico.toprated_icon5A {
  border-radius: 10px;
  width: 60px;
}
img.betrightonline-footer-ico.toprated_icon6A {
  max-width: 200px;
}
