.hotest-bookie {
  position: fixed;
  bottom: 18px;
  max-width: 1032px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 98;
}
@media (max-width: 900px) {
  .hotest-bookie {
    bottom: 0;
    z-index: 100;
    padding: 8px;
  }
}

.hotest-bookie-panel {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hotest-bookie-header .hotest-bookie-bonus-text.bonus-text {
  min-height: 40px;
  padding: 0 80px;
}
@media (max-width: 991px) {
  .hotest-bookie-header .hotest-bookie-bonus-text.bonus-text {
    padding: 0 10px;
    margin-right: 0.5rem;
    min-height: 2.5rem;
    justify-content: center;
    text-align: left;
    margin-bottom: 10px;
  }
}
.hotest-bookie-header figure {
  height: 42px;
  width: 80px;
}
.hotest-bookie-header figure img {
  height: 42px;
  width: 80px;
}
.hotest-bookie-header .hotest-bookie-bonus-button {
  height: 32px;
  width: 117px;
  background-color: #FB5D14;
}
.hotest-bookie-header .hotest-bookie-bonus-button:hover {
  background: linear-gradient(180deg, #FC824C 0%, #FC824C 100%);
  box-shadow: 0 3px 0 0 #14707c;
}

@media (max-width: 900px) {
  .hotest-bookie-header {
    flex-wrap: wrap;
  }
  .hotest-bookie-header > div.hotest-bookie-actions {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .hotest-bookie-header .hotest-bookie-promo-code-btn {
    flex-shrink: 0;
    display: inline-flex !important;
  }
  .hotest-bookie-header .clipboard-default-content,
  .hotest-bookie-header .clipboard-content-wrapper {
    flex-shrink: 0;
  }
  .hotest-bookie-header .hotest-bookie-bonus-button {
    flex: 1;
    min-width: 0;
    height: 38px;
    margin-right: 0;
  }
}
.hotest-bookie-header .hotest-bookie-actions {
  margin-right: 40px;
}
@media (max-width: 900px) {
  .hotest-bookie-header .hotest-bookie-actions {
    margin-right: 0;
  }
}
.hotest-bookie-header .close-btn {
  right: 0;
  top: 0;
  display: none;
}
@media (max-width: 900px) {
  .hotest-bookie-header .close-btn {
    display: flex;
  }
}
.hotest-bookie-header .close-btn-lg {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
@media (max-width: 900px) {
  .hotest-bookie-header .close-btn-lg {
    display: none;
  }
}
.hotest-bookie-header .open-arrow {
  right: 0;
  top: 0;
  display: none;
}
@media (max-width: 900px) {
  .hotest-bookie-header .open-arrow {
    margin-top: 4px;
    display: block;
  }
}

.hotest-bookie-promo-code-btn {
  outline: 1px dashed white;
  outline-offset: -1px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 32px;
  box-sizing: border-box;
}

.clipboard-text {
  display: none !important;
}

.clipboard-content-wrapper {
  min-height: 32px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hotest-bookie-footer-body p {
  color: #e6e6e6;
}
.hotest-bookie-footer-body p a {
  display: inline;
}

.clipboard-display-text-styles {
  letter-spacing: 1px;
}

/* Portal self-contained utilities (theme has no bg-purple / rounded-12 helpers) */
.hotest-bookie {
  width: 100%;
  box-sizing: border-box;
}

.hotest-bookie-panel {
  background-color: #347070;
  border-radius: 12px;
  padding: 8px;
  box-sizing: border-box;
}

.hotest-bookie-panel.h-auto {
  height: auto;
}

.hotest-bookie-header {
  display: flex;
  align-items: center;
  position: relative;
}

.hotest-bookie-header-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}

.hotest-bookie-header figure {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 8px;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.hotest-bookie-header figure img {
  object-fit: contain;
  max-width: 100%;
}

.hotest-bookie-bonus-text.bonus-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .hotest-bookie-bonus-text.bonus-text {
    text-align: center;
    justify-content: center;
  }
}

.hotest-bookie-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.hotest-bookie-promo-code-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 0;
  gap: 0;
  cursor: pointer;
  border-radius: 8px;
  padding: 0 4px;
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  height: 32px;
  box-sizing: border-box;
  overflow: hidden;
  align-self: center;
}

.hotest-bookie-bonus-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  border-radius: 8px;
  padding: 8px 12px;
  text-decoration: none !important;
  font-size: 14px;
  background-color: #1eacbc;
  white-space: nowrap;
  width: 117px;
  box-sizing: border-box;
}

.hotest-bookie .close-btn,
.hotest-bookie .close-btn-lg {
  cursor: pointer;
  align-items: center;
  justify-content: end;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.hotest-bookie .close-btn img,
.hotest-bookie .close-btn-lg img {
  width: 18px;
  height: 18px;
  display: block;
}

.hotest-bookie .close-btn-lg {
  position: absolute;
}

.hotest-bookie-footer-body {
  margin-top: 8px;
  max-height: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}

.hotest-bookie-footer-body::-webkit-scrollbar {
  width: 4px;
}

.hotest-bookie-footer-body::-webkit-scrollbar-track {
  background: transparent;
}

.hotest-bookie-footer-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}

.hotest-bookie-tc-text {
  text-align: justify;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.clipboard-display-text {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clipboard-text-slot {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.clipboard-display-labels {
  position: relative;
  display: block;
  min-width: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  transition: opacity 0.25s ease;
}

.clipboard-display-text--code {
  position: relative;
  display: block;
  height: 20px;
  line-height: 20px;
  transition: opacity 0.2s ease;
}

.clipboard-display-text--copy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  line-height: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.hotest-bookie-promo-code-btn:hover .clipboard-display-text--code {
  opacity: 0;
}

.hotest-bookie-promo-code-btn:hover .clipboard-display-text--copy {
  opacity: 1;
}

.hotest-bookie-promo-code-btn.is-copied .clipboard-display-labels {
  opacity: 0;
}

.hotest-bookie-promo-code-btn.is-copied .clipboard-copied-content {
  opacity: 1;
}

.clipboard-copied-content {
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  position: absolute;
  inset: 0;
  height: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.clipboard-content-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.clipboard-default-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
  gap: 4px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 32px;
  overflow: hidden;
}

.hotest-bookie-clipboard-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.hotest-bookie-clipboard-icon-wrap img {
  width: 20px;
  height: 20px;
  display: block;
}

.hotest-bookie-container.d-none {
  display: none !important;
}

