text {
  font-size: 15px;
  pointer-events: none;
}
#chart {
  /* position: absolute; */
  width: 560px;
  height: 500px;
  direction: ltr;
}
#question {
}
#question h1 {
  font-size: 50px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}


#chart .chartholder > g {
  transition: 0.1s;
}
#chart .chartholder text {
    fill: #fff !important;
}

.tavazo-spinwheel {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 40px;
    background: #f7f7f7;
    padding: 56px 80px;
    margin-top: 56px;
}
.tavazo-spinwheel #question .spin-remaining {
    font-size: 14px;
    background: #7e182f;
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    display: inline-block;
}
.tavazo-spinwheel #question #spinwheel-message {
    margin-top: 20px;
}
.tavazo-spinwheel #question.limited .spin-byn {
    cursor: not-allowed;
    pointer-events: none;
    user-select: none;
    opacity: 0.6;
}


.tavazo-spin-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tavazo-spin-modal {
    background: #ffffff;
    border-radius: 12px;
    max-width: 640px;
    width: 100%;
    overflow: hidden;
    position: relative;
    direction: rtl;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.tavazo-spin-modal-body {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tavazo-spin-modal-illustration {
    max-height: 280px;
    object-fit: cover;
}

.tavazo-spin-modal-content {
    flex: 1;
    padding: 24px 24px 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tavazo-spin-modal-title {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 700;
}

.tavazo-spin-modal-message {
    margin: 0 0 20px 0;
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}

.tavazo-spin-modal-actions {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}

.tavazo-spin-btn {
    border-radius: 999px;
    padding: 10px 24px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}

.tavazo-spin-btn.primary {
    background-color: #00513D;
    color: #fff;
    border-color: #00513D;
}

.tavazo-spin-btn.primary:hover {
    opacity: 0.9;
}
.tavazo-spinwheel #question .spin-byn.spinning {
    opacity: 0.4;
    cursor: not-allowed;
}

.tavazo-spin-btn.secondary {
    background-color: #ffffff;
    color: #222;
    border-color: #dcdcdc;
}

.tavazo-spin-btn.secondary:hover {
    background-color: #f5f5f5;
}

.tavazo-spin-modal-close {
    position: absolute;
    top: 10px;
    left: 10px;
    border: none;
    background: #ffffff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 0 0 1px #e0e0e0;
}

/* Ø±ÛŒØ³Ù¾Ø§Ù†Ø³ÛŒÙˆ Ø¨Ø±Ø§ÛŒ Ù…ÙˆØ¨Ø§ÛŒÙ„ */
@media (max-width: 640px) {
    .tavazo-spin-modal-body {
        flex-direction: column;
    }

    .tavazo-spin-modal-illustration {
        flex-basis: 180px;
        min-height: 180px;
    }
}

.tdev-spinwheel-reward-box-inner {
    border-radius: 8px;
    border: 1px solid #650C20;
    background: rgba(101, 12, 32, 0.12);
    color: #650C20;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px; /* 150% */
    padding: 10px 10px;
    margin: 5px 0;
}