#goftino_w {
    display: none !important;   
}

#wheel td.the-wheel {
    background-position: center;
    background-repeat: no-repeat;
}
#wheel tr.wheel-buttons-container {
    text-align: center;
}

.narbon-winwheel-invitelink {
    text-align: center;
    direction: ltr;
    box-shadow: 0 0 17px 4px rgb(57 79 135 / 15%);
    border: solid 1px #eee;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
    padding: 15px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    align-items: center;
    flex-direction: column;
}

.narbon-winwheel-invitelink span {
    color: steelblue;
}

#narbon-winwheel-copy-link {
    background-color: #eeeeee;
    color: #585858;
    border-radius: 6px;
    border: solid 1px #eeeeee;
    /* position: absolute; */
    width: 100%;
    left: 15px;
    direction: rtl;
    line-height: 30px;
}


@media (max-width: 576px) {
    #narbon-winwheel-copy-link {
        position: relative;
        left: 0;
        width: 100%;
    }
}

/*@media (max-width: 576px) {
  :root {
    --wheel-scale: 0.7;
    --wheel-margin: -70px;
  }
}
@media (min-width: 576px) {
  :root {
    --wheel-scale: 0.8;
    --wheel-margin: -35px;
  }
}
@media (min-width: 768px) {
  :root {
    --wheel-scale: 1;
    --wheel-margin: 0px;
  }
}
@media (min-width: 992px) { 
  :root {
    --wheel-scale: 1;
  }
}
@media (min-width: 1200px) { 
  :root {
    --wheel-scale: 1;
  }
}*/
#wheel tr.wheel-container {
    /*transform: scale(var(--wheel-scale));
    margin-top: var(--wheel-margin);
    margin-bottom: var(--wheel-margin);*/
    margin-bottom: 30px;
}

#wheel {
    margin-top: 10px;
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    */
}


wheel.not-logged-in {
    position: relative;
}

wheel.not-logged-in .main-wheel-container {
    filter: blur(5px);
}

wheel div.overlay {
    display: none;
}

wheel.not-logged-in div.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

wheel.not-logged-in div.overlay h3 {
    background-color: red;
    color: white;
    border-radius: 5px;
    padding: 10px;
}

#wheel .win-title {
    width: 100%;
}

#wheel .win-content,
#wheel .win-title td {
    width: 100%;
    display: block;
}

#wheel .win-title .success {
    width: 100%;
    background-color: #0080002e;
    color: green;
    font-weight: 700;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#wheel .win-title .error {
    width: 100%;
    background-color: #ff00002e;
    color: red;
    font-weight: 700;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#wheel .win-title .welcome {
    width: 100%;
    background-color: var(--ngt-primary-color-alpha10);
    color: white;
    font-weight: 700;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#wheel #spin-button {
    margin-bottom: 100px;
      max-width: 210px;
}

#wheel #spin-button .clickable {
    cursor: pointer;
}

#wheel table.wheel {
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    */
    width: 100%;
}

#wheel table.wheel tbody {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.narbon-gitiget-theme-winwheel-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.narbon-gitiget-theme-winwheel {
    box-shadow: 0px 0px 100px 0px rgba(56.99999999999999, 79.0000000000001, 135, 0.15);
    border-radius: 20px;
    padding: 40px;
    margin: 100px auto !important;
    display: block;
    max-width: 700px;
    border: solid 1px #eeeeee;
}

.darkmode .narbon-gitiget-theme-winwheel {
    color: white;
}

.narbon-gitiget-theme-winwheel-main-form-holder {
    
}

.narbon-gitiget-theme-winwheel-form .narbon-gitiget-theme-winwheel-input-row {
    margin-bottom: 30px;
    width: 100%;
}


.narbon-gitiget-theme-winwheel-form .narbon-gitiget-theme-winwheel-input-row label {
    display: block;
}

.narbon-gitiget-theme-winwheel-form .narbon-gitiget-theme-winwheel-input-row input {
    display: block;
    outline: none !important;
    padding: 10px;
    border-radius: 5px;
    line-height: initial;
    width: 100%;
    color: #555E7B;
    border: 1px solid #B0BBDC !important;
}

.narbon-gitiget-theme-winwheel-form .narbon-gitiget-theme-winwheel-btn-holder .narbon-gitiget-theme-winwheel-btn-submit {
    display: block;
    width: 100%;
    border: none !important;
    padding: 15px;
    color: #fff;
    background: #0047FF;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    line-height: initial;
    font-size: 17px;
    outline: none !important;
    box-shadow: none !important;
}

.narbon-gitiget-theme-winwheel-price-box {
    /*margin-top: 33px;*/
    /*text-align: center;*/
}

.narbon-gitiget-theme-winwheel-price-box .woocommerce-Price-amount {
    font-size: 20px;
}

.narbon-gitiget-theme-winwheel-price-box ins {
    text-decoration: none !important;
    margin-right: 10px;
}

.narbon-gitiget-theme-winwheel-price-box .woocommerce-Price-currencySymbol {
    font-size: 13px;
}

.narbon-gitiget-theme-winwheel-price-box del {
    font-size: 16px;
    position: relative;
    text-decoration: none;
}

.narbon-gitiget-theme-winwheel-price-box del .woocommerce-Price-amount {
    font-size: 16px;
}

.narbon-gitiget-theme-winwheel-price-box del:before {
    content: ' ';
    width: 100%;
    position: absolute;
    top: 11px;
    right: 0;
    height: 1px;
    background: #34373c;
    transform: rotate(354deg);
}

.bsPay-title-fail-danger {
    font-size: 17px;
    color: #d41918;
    font-weight: 500;
    text-align: center;
}

.bsPay-title-fail {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.narbon-gitiget-theme-winwheel-thanks-pay-holder {
    margin: 25px 0;
}

.narbon-gitiget-theme-winwheel-thanks-pay-holder img {
    border-radius: 10px !important;
    margin-bottom: 30px !important;
}

.narbon-gitiget-theme-winwheel-thanks-pay-holder .narbon-gitiget-theme-winwheel-thanks-pay-ok {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 400;
}

.narbon-gitiget-theme-winwheel-thanks-pay-holder .narbon-gitiget-theme-winwheel-thanks-pay-txt {
    text-align: center;
    font-size: 25px;
    margin-top: 0;
    font-weight: 500;
    color: #28a745 !important;
}

.narbon-gitiget-theme-winwheel-thanks-pay-holder .narbon-gitiget-theme-winwheel-thanks-pay-number {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.narbon-gitiget-theme-winwheel-main-form-top {
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 15px;
}

.narbon-gitiget-theme-winwheel-main-form-top .narbon-gitiget-theme-winwheel-main-form-product-img {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.narbon-gitiget-theme-winwheel-main-form-top .narbon-gitiget-theme-winwheel-main-form-product-img img {
    border-radius: 15px !important;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.narbon-gitiget-theme-winwheel-main-form-top .narbon-gitiget-theme-winwheel-main-form-product-info {
    margin-right: 20px;
}

.narbon-gitiget-theme-winwheel-main-form-top .narbon-gitiget-theme-winwheel-main-form-product-info h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 46px;
}

.narbon-gitiget-theme-winwheel-main-form-product-info .narbon-gitiget-theme-winwheel-main-form-product-desc {
    font-size: 15px;
    margin-bottom: 15px;
}

.narbon-gitiget-theme-winwheel-form{
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #B7C0D8;
}
.big-aparat{
    width: 85%;
    border-radius: 15px;
    overflow: hidden;
    margin: auto;
    box-shadow: 0px 70px 100px rgba(57, 79, 135, 0.25);
}
@media (max-width: 576px) {
    .narbon-gitiget-theme-winwheel-main-form-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .narbon-gitiget-theme-winwheel-main-form-top .narbon-gitiget-theme-winwheel-main-form-product-img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .narbon-gitiget-theme-winwheel-main-form-top .narbon-gitiget-theme-winwheel-main-form-product-info {
        margin: 25px 0 0 0;
    }
}

.narbon-gitiget-theme-winwheel-btn-holder {
    position: relative;
    width: 100%;
}

.big-loading-run .big-loading-es {
    opacity: 1;
    z-index: 55;
}

.big-loading-run.narbon-gitiget-theme-winwheel-form .narbon-gitiget-theme-winwheel-btn-holder .narbon-gitiget-theme-winwheel-btn-submit {
    color: transparent !important;
    text-indent: -111px;
}

.big-loading-es {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    z-index: -5;
}

.big-lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 55px;
    margin: auto;
}

.big-lds-ellipsis div {
    position: absolute;
    top: 22px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.big-lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: big-lds-ellipsis1 0.6s infinite;
}

.big-lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: big-lds-ellipsis2 0.6s infinite;
}

.big-lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: big-lds-ellipsis2 0.6s infinite;
}

.big-lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: big-lds-ellipsis3 0.6s infinite;
}

@keyframes big-lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes big-lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes big-lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.narbon-invite-link-show-more-content, .narbon-invite-link-show-prize-content {
        display: block;
    width: 100%;
    border: none !important;
    padding: 15px;
    color: #fff;
    background: #0047FF;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    line-height: initial;
    font-size: 17px;
    outline: none !important;
    box-shadow: none !important;
}

@media (max-width: 715px) {
    .narbon-gitiget-theme-winwheel {
        margin: 20px 20px !important;
    }
    .logged-in .narbon-gitiget-theme-winwheel {
        margin: 20px 5px !important;
        padding: 0 10px;
    }
}

#messages {
    display: flex;
    justify-content: center;
    width: 100%;
}

#messages .error {
    font-weight: 700;
    margin-bottom: 30px;
    background: #ff000024;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    color: red;
}

#messages .success {
    font-weight: 700;
    margin-bottom: 30px;
    background: #0080004f;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    color: green;
}

ins {
    background: none !important;
}

.narbon-gitiget-theme-winwheel-price-box {
    display: none;
}

iframe.wp-embedded-content {
    width: 100%;
}

h2 {
    line-height: 50px !important;
}