.superWheel {
    position: relative;
    max-width: 100%;
    margin: 4em auto 1em;
    font-size: 25px;
    font-weight: bold;
}

.superWheel,
.superWheel * {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sWheel-wrapper {
    position: relative;
}

.superWheel .sWheel-inner {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.superWheel .sWheel {
    border-radius: 100%;
    overflow: hidden;
}

.superWheel .sWheel,
.superWheel .sWheel > .sWheel-bg-layer,
.superWheel .sWheel > .sWheel-txt-wrap,
.superWheel .sWheel > .sWheel-txt-wrap > .sWheel-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.superWheel .sWheel > .sWheel-txt-wrap > .sWheel-txt,
.superWheel .sWheel > .sWheel-bg-layer {
    margin: 0 auto;
    border-radius: 100%;
    padding: 0;
    list-style: none;
    overflow: hidden;
    color: #ecf0f1;
}

.superWheel .sWheel > .sWheel-txt-wrap,
.superWheel .sWheel > .sWheel-bg-layer {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.superWheel .sWheel .sWheel-child .sWheel-inside {
    display: table;
    -webkit-transform: rotate(0) skew(-45deg);
    transform: rotate(0) skew(-45deg);
    width: 50%;
    height: 50%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.superWheel .sWheel .sWheel-child .sWheel-inside > div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    -webkit-transform-origin: 115% 25%;
    transform-origin: 115% 25%;
    padding-right: 40px;
    font-size: 18px;
    font-weight: bold;
}

.superWheel .sWheel > .sWheel-bg-layer > div {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border: 1px solid transparent;
    background-color: #404040;
}

.superWheel .sWheel > .sWheel-bg-layer > div:nth-child(odd) {
    background-color: #616161;
}

.superWheel .sWheel > .sWheel-txt-wrap > .sWheel-txt > div {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*overflow: hidden;*/
    line-height: 1.2em;
    max-height: 23.4em;
    text-align: right;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 1px;
    width: 50%;
    padding-right: 6%;
    font-weight: bold;
    font-size: 100%;
    cursor: default;
    color: #fff;
}

.superWheel .sWheel > .sWheel-txt-wrap > .sWheel-txt > div img {
    max-width: 40%;
}

.superWheel .sWheel-center {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    text-align: center;
}

.superWheel .sWheel-center > .sw-center-empty,
.superWheel .sWheel-center > .sw-center-html {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.superWheel .sWheel-center > .sw-center-empty {
    position: absolute;
}

.superWheel .sWheel-center > img {
    max-width: 100%;
    width: 200px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.superWheel .sWheel-center > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

.superWheel .sWheel-marker {
    border-spacing: 90px;
    width: 16%;
    height: 14%;
    position: absolute;
    left: 50%;
    top: -18%;
    margin-top: 7%;
    margin-left: -8%;
    -webkit-transition: 0.2 rotate linear;
    transition: 0.2 rotate linear;
    z-index: 1;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 35%;
    transform-origin: 50% 35%;
}

.superWheel .sWheel-marker > svg {
    height: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.superWheel .rotate {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
}

.sWheel > .sWheel-bg-layer > svg {
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@-webkit-keyframes animateColor {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes animateColor {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}








.wheel_content {
    position: fixed;
    left: -1500px;
    top: 0;
    z-index: 1100;
    padding: 30px 20px 20px 20px;
    height: 100%;
    /*margin-left: -110%;*/
    box-shadow: 2px 0 11px #000;
    width: 100%;
    justify-content: center;
    justify-items: center;

    background-image: url(../../img/global/spin-bg-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    max-width: 990px;
    background-color: var(--mez-primary);
    margin-left: 0;
}

.wheel_content,
.wheel_content * {
    box-sizing: border-box;
}

.wheel-content-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.wheel-close {
    position: absolute;
    top: 5px;
    line-height: 1;
    right: 15px;
    cursor: pointer;
    z-index: 100;
    font-size: 35px;
    bottom: unset;
}

.wheel-content-wrapper h2 {
    font-weight: 500;
}

.wheel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.wheel-content-wrapper p,
.wheel-content-wrapper h2 {
    color: white;
}

.wheel-content-wrapper h2 {
    margin-bottom: 10px;
}

.wheel-content-wrapper p {
    font-size: 15px;
    font-weight: 300;
}

.wheel-content-wrapper button.btn.btn-quaternary {
    color: #000000;
    background-color: #fff !important;
    font-weight: 500;
    font-size: 13px;
    border: none;
    padding: 9px 19px;

}

.wheel-content-wrapper button.btn.btn-quaternary:hover {
    opacity: 0.9;
}

.iti__country-list {
    z-index: 99999999999999992 !important;
}

.wheel_content .wheel_content_right {
    width: 48% !important;
}

.wheel-content-wrapper .wheel_content_right {
    z-index: 99;
    position: relative;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    min-height: 70%;
}

.wheel-content-wrapper .col-md-6 {
    height: 100%;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

/*.superWheel .sWheel-marker {
    width: 30%;
    height: 23%;
    left: 47%;
    top: 35%;
    margin-top: 6.8%;
    margin-left: -11%;
    transform: rotate(360deg);
}*/
.wheel-congratulations-effect {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sWheel-marker path {
    fill: #fff !important;

}

.sWheel-marker {
    -webkit-filter: drop-shadow(-3px 5px 1px #00000047) !important;
}
circle.innerLine {
    stroke: #ffffff !important;
    stroke-width: 2.5px;
    box-shadow: 4px 8px 0 #00000040;
    fill: #000;
    r: 10px;
}

circle.outerLine {

    -webkit-filter:   drop-shadow(0px 0px 4px #000000a6) !important

}

.super-wheel.superWheel._0 {
    -webkit-filter: drop-shadow(4px 7px 0px #00000040) !important;
}

circle.outerLine {
    stroke-width: 7px !important;
}

circle.outerLine2 {
    fill: transparent;
    position: inherit;
    stroke: black !important;
    stroke-dasharray: 0 76;
    stroke-width: 5px;
    cx: 100;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    cy: 100;
    r: 97.5;
}





.small-spin-title {
    position: fixed;
    z-index: 999;
    bottom: 64px;
    left: auto;
    padding: 7px 22px!important;
    text-align: center;
    font-size: 16px!important;
    white-space: nowrap;
    background-color: var(--mez-primary);
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.small-spin-title:hover,
.small-spin-title p:hover {
    cursor: pointer;
}
.small-spin-title p {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
}
.small-spin-title::before {
    border-width: 17px 11px 17px 0!important;
    content: "";
    border-color: #ffffff00 var(--mez-primary) transparent transparent !important;
    border-style: solid;
    left: auto;
    transform: rotate(180deg)!important;
    margin-right: 88px;
    top: 7%;
    right: -96px;
    height: 0;
    width: 0;
    position: absolute;
}
