/* Base Styling */
#privacyConsent[data-privacy-consent-theme] {
  display: block;
  text-align: left;
  margin: 10px auto;
  width: calc(100% - 20px);
}

#privacyConsent[data-privacy-consent-theme] .privacy-consent__checkbox {
  width: 21px;
  min-width: 21px;
  height: 21px;
  margin: 0 25px 0 0;
}

#privacyConsent[data-privacy-consent-theme] .privacy-consent__label {
  display: flex;
  padding-top: 10px;
  justify-content: center;
}

#privacyConsent[data-privacy-consent-theme] .privacy-consent__text {
  font-size: 16px;
}

#privacyConsent[data-privacy-consent-theme] .privacy-consent__link {
  text-decoration: underline;
}

/* Mega Money Wheel Theme - Variation 1 */
#privacyConsent[data-privacy-consent-theme="mmw1"] .privacy-consent__text {
  text-transform: none;
  text-shadow: 0 0 4px black;
}

#privacyConsent[data-privacy-consent-theme="mmw1"] .privacy-consent__link {
  color: rgba(255, 233, 86, 1);
}

/* Mega Money Wheel Theme - Variation 2 */
#privacyConsent[data-privacy-consent-theme="mmw2"] .privacy-consent__text {
  color: white;
  font-size: 15px;
}

#privacyConsent[data-privacy-consent-theme="mmw2"] .privacy-consent__text br {
  display: none;
}

#privacyConsent[data-privacy-consent-theme="mmw2"] .privacy-consent__link {
  font-weight: 700;
  color: rgba(255, 212, 40, 1);
}

/* Mega Money Wheel Theme - Variation 3 */
#privacyConsent[data-privacy-consent-theme="mmw3"] {
  margin-top: 0;
  margin-bottom: 15px;
}

#privacyConsent[data-privacy-consent-theme="mmw3"] .privacy-consent__text {
  color: white;
  font-size: 15px;
}

#privacyConsent[data-privacy-consent-theme="mmw3"] .privacy-consent__text br {
  display: none;
}

#privacyConsent[data-privacy-consent-theme="mmw3"] .privacy-consent__link {
  font-weight: 700;
  color: rgba(239, 213, 0, 1);
}

/* Mega Money Wheel Theme - Variation 4 */
#privacyConsent[data-privacy-consent-theme="mmw4"] .privacy-consent__text {
  color: black;
  font-size: 15px;
}

#privacyConsent[data-privacy-consent-theme="mmw4"] .privacy-consent__link {
  font-weight: 700;
  color: rgba(255, 74, 1, 1);
}

/* Mega Money Wheel Theme - Variation 5 */

#privacyConsent[data-privacy-consent-theme="mmw5"] {
  margin: 10px auto 20px;
}

#privacyConsent[data-privacy-consent-theme="mmw5"] .privacy-consent__text {
  text-transform: none;
  text-shadow: 0 0 1px black;
  font-size: 12px;
  color: white;
}

#privacyConsent[data-privacy-consent-theme="mmw5"] .privacy-consent__link {
  color: white;
}

/* Mega Vault Millionaire Theme - Variation 1 */
#privacyConsent[data-privacy-consent-theme="mvm1"] {
  margin-top: 0;
  margin-bottom: 15px;
}

#privacyConsent[data-privacy-consent-theme="mvm1"] .privacy-consent__text {
  color: white;
  font-size: 15px;
}

#privacyConsent[data-privacy-consent-theme="mvm1"] .privacy-consent__text br {
  display: none;
}

#privacyConsent[data-privacy-consent-theme="mvm1"] .privacy-consent__link {
  font-weight: 700;
  color: rgba(254, 202, 9, 1);
}

/* Thunderstruck Wildstorm - Variation 1 */
#privacyConsent[data-privacy-consent-theme="tsws1"] .privacy-consent__text {
  text-transform: none;
  font-size: 15px;
  text-shadow: -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555,
    1px 1px 0 #555;
}

#privacyConsent[data-privacy-consent-theme="tsws1"] .privacy-consent__link {
  color: rgba(222, 181, 100, 1);
}

/* Golden Tiger 9 Masks of Fire - Variation 1 */
#privacyConsent[data-privacy-consent-theme="gt9"] .privacy-consent__text {
  text-transform: none;
  font-size: 15px;
  text-shadow: -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555,
    1px 1px 0 #555;
}

#privacyConsent[data-privacy-consent-theme="gt9"] .privacy-consent__link {
  color: rgb(255, 216, 0);
}

/* Win Jackpot Theme - Variation 1 */
#privacyConsent[data-privacy-consent-theme="wj1"] {
  margin: 0px auto 20px;
}

#privacyConsent[data-privacy-consent-theme="wj1"] .privacy-consent__text {
  text-transform: none;
  text-shadow: 0 0 4px black;
  font-size: 12px;
}

#privacyConsent[data-privacy-consent-theme="wj1"] .privacy-consent__link {
  color: rgba(255, 233, 86, 1);
}

/* Golden Tiger 9 Masks of Fire - Variation 1 */
#privacyConsent[data-privacy-consent-theme="vlv4"] .privacy-consent__text {
  text-transform: none;
  font-size: 15px;
  text-shadow: -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555,
    1px 1px 0 #555;
}

#privacyConsent[data-privacy-consent-theme="vlv4"] .privacy-consent__link {
  color: rgb(255, 216, 0);
}

/* Fire And Rose Joker Theme - Variation 1 */

#privacyConsent[data-privacy-consent-theme="frj1"] {
  margin: 10px auto 20px;
}

#privacyConsent[data-privacy-consent-theme="frj1"] .privacy-consent__text {
  text-transform: none;
  text-shadow: 0 0 1px black;
  font-size: 12px;
  color: white;
}

#privacyConsent[data-privacy-consent-theme="frj1"] .privacy-consent__link {
  color: #ffde00;
}

/* 9 Max Rewards Theme - Variation 1 */

#privacyConsent[data-privacy-consent-theme="9mr1"] {
  margin: 10px auto 20px;
}

#privacyConsent[data-privacy-consent-theme="9mr1"] .privacy-consent__text {
  text-transform: none;
  text-shadow: 0 0 1px black;
  font-size: 12px;
  color: white;
}

#privacyConsent[data-privacy-consent-theme="9mr1"] .privacy-consent__link {
  color: #bb8d40;
}

/* Yukon Gold Casino VaryClone Theme - Variation 1 */

#privacyConsent[data-privacy-consent-theme="ygc1"] {
  margin: 10px auto 20px;
}

#privacyConsent[data-privacy-consent-theme="ygc1"] .privacy-consent__text {
  text-transform: none;
  text-shadow: 0 0 4px black;
  font-size: 14px;
  color: white;
}

#privacyConsent[data-privacy-consent-theme="ygc1"] .privacy-consent__link {
  color: white;
}

/* Zodiac Casino TRUST Theme - Variation 1 */

#privacyConsent[data-privacy-consent-theme="trust1"] {
  margin: 10px auto 20px;
}

#privacyConsent[data-privacy-consent-theme="trust1"] .privacy-consent__text {
  text-transform: none;
  text-shadow: 0 0 1px black;
  font-size: 12px;
  color: white;
  font-weight: 400;
}

#privacyConsent[data-privacy-consent-theme="trust1"] .privacy-consent__link {
  color: white;
}

/* Immortal Romance 2 - Variation 1 */

#privacyConsent[data-privacy-consent-theme="ir2"] {
  margin: 10px auto 20px;
}

#privacyConsent[data-privacy-consent-theme="ir2"] .privacy-consent__text {
  text-transform: none;
  text-shadow: 0 0 1px black;
  font-size: 12px;
  color: white;
  font-weight: 400;
  font-family: "Roboto", arial;
}

#privacyConsent[data-privacy-consent-theme="ir2"] .privacy-consent__link {
  color: #ffc463;
}

/* 12 Masks of Fire Drums - Variation 1 */

#privacyConsent[data-privacy-consent-theme="12m-1"] {
  margin: 10px auto 20px;
}

#privacyConsent[data-privacy-consent-theme="12m-1"] .privacy-consent__text {
  text-transform: none;
  text-shadow: 0 0 3px black;
  font-size: 14px;
  color: white;
  font-weight: 400;
  font-family: "Roboto", arial;
}

#privacyConsent[data-privacy-consent-theme="12m-1"] .privacy-consent__link {
  color: yellow;
}

/* Grand Mondial Casino - GMD1 - Legacy Design */

#privacyConsent[data-privacy-consent-theme="gmd1"] {
  margin: 10px auto 20px;
}

#privacyConsent[data-privacy-consent-theme="gmd1"] .privacy-consent__text {
  text-transform: none;
  text-shadow: unset;
  font-size: 13px;
  color: #4d4d4d;
  font-weight: 400;
  font-family: "Roboto", arial;
}

#privacyConsent[data-privacy-consent-theme="gmd1"] .privacy-consent__link {
  color: #0070c0;
}

/* Grand Mondial Casino - GMD1 - Legacy Design */

#privacyConsent[data-privacy-consent-theme="applogin1"] {
  position: relative;
  color: white;
  margin: 5px 0 0;
  display: block;
}

#privacyConsent[data-privacy-consent-theme="applogin1"] br {
  display: none;
}

#privacyConsent[data-privacy-consent-theme="applogin1"]
  .privacy-consent__label {
  display: block;
  padding: unset;
}

#privacyConsent[data-privacy-consent-theme="applogin1"] .privacy-consent__text {
  display: block;
  background: transparent;
  color: white;
  border: none;
  font-size: 11px;
  padding: 0 0 0 25px;
  margin: 0;
}

#privacyConsent[data-privacy-consent-theme="applogin1"]
  .privacy-consent__checkbox {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  vertical-align: top;
  transform-origin: left top;
  width: unset;
  height: unset;
  margin: unset;
}

#privacyConsent[data-privacy-consent-theme="applogin1"] .privacy-consent__link {
  color: white;
  text-decoration: underline;
}

#privacyConsent[data-privacy-consent-theme="applogin1"]
  .privacy-consent__link:hover {
  text-decoration: none;
}

.top-bannerr {
  color: black;
  font-size: 12px;
  font-family: "Poppins";
  line-height: 1.2;
  z-index: 300;
  width: 100%;
  height: 56px;
  background-color: white;
}

.top-banner-container {
  margin: 0;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  display: flex;
}

.top-banner-icon {
  margin-left: 5vw;
  padding: 0;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.icon-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  /* width: 40px; */
  height: 40px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: 1rem !important;
}

.top-banner-header {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 !important;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.header-text {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.top-banner-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  width: 15%;
}

.redirect-btn {
  padding: 0 !important;
  margin: auto !important;
  justify-content: center !important;
  display: flex !important;
  flex: 0 0 auto;
  width: 25%;
}

.cta-btn-top {
  padding: 10px 40px !important;
  margin-top: 0px !important;
  height: 50px !important;
  min-height: auto !important;
}

.redirect-banner-close {
  font-size: 30px;
  cursor: pointer;
}

.btn-con {
  margin-left: auto;
}

@media only screen and (max-width: 992px) {
  .header-text {
    font-size: 14px;
  }

  .icon-img {
    width: 40px;
  }

  .cta-btn-top {
    padding: 8px 27px !important;
    margin-top: 0px !important;
    font-size: 10px !important;
    width: 130px !important;
  }

  .ml-2,
  .mx-2 {
    margin-left: 1.5rem !important;
  }

  .cta-btn-top.btn-arrowed::before,
  .cta-btn-top.btn-arrowed::after {
    width: 15px;
    height: 20px;
  }

  .cta-btn.btn-arrowed::before {
    left: 8px !important;
  }

  .graphics--header-spotlights {
    top: 7%;
  }

  .arrow-curved {
    width: 80px;
    height: 174px;
    top: 177px;
  }

  .contact-side-panel {
    width: 50px !important;
    padding: 2px 0.2rem !important;
    z-index: 999 !important;
  }

  .contact-side-panel p {
    font-size: 14px !important;
  }

  .contact-side-panel:hover .contact-content {
    transform: translate(-38px, 0px) !important;
  }

  .contact-side-panel {
    top: 10% !important;
  }

  .contact-us-icon {
    width: 35px !important;
    margin: 2.5px 0px !important;
  }
}

.preform {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 290px;
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 21px;
}

.text-danger {
  color: yellow !important;
}

.zoom {
  animation: zoomInOut 1s ease infinite;
}

.zoom2 {
  animation: zoomInOut 1.5s ease infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.arrow-curved-con {
  width: 100%;
}

.contact-side-panel {
  min-height: 160px;
  height: 160px;
  width: 75px;
  position: fixed;
  top: 16%;
  right: 0;
  background-color: rgb(255, 226, 155);
  padding: 2px 0.8rem;
  white-space: nowrap;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 10;
  box-shadow: 0px 3px 6px #00000099;
}

.contact-side-panel p {
  color: rgb(73, 78, 96);
  font-size: 16px;
  margin: 0 13px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg) translate(0, 0);
  text-align: center;
  height: 100%;
  transition: 0.3s;
  user-select: none;
}

.contact-us-close-button {
  background-color: white;
  color: black;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: 0px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.contact-content {
  transform: translate(60px, 0px);
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}

.redirect-button,
#live-chat {
  cursor: pointer;
}

.contact-us-icon {
  width: 45px;
  margin: 2.5px 0px;
}

.contact-side-panel:hover .contact-content {
  transform: translate(-45px, 0px);
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}

.contact-side-panel:hover p {
  transform: rotate(180deg) translate(-50px, 0);
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}
