body {
    background-color: #141414;
    overflow: hidden;
}

body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.wheelContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wheelSVG {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: visible;
}

.peg {
    visibility: hidden;
}

.wheelOutline,
.valueContainer,
.toast,
.centerCircle {
    pointer-events: none;
}

.wheelText {
    pointer-events: none;
    /* font-size:28px; */
    /* fill:red; */
    text-anchor: middle;
    font-family: 'Fjalla One', sans-serif;
    -webkit-user-select: none;
    user-select: none;
}

.toast {
    position: absolute;
    background-color: #E81D62;
    border-radius: 12px;
    opacity: 0;
    text-align: center;
}

.toast p {
    clear: both;
    font-family: 'Fjalla One', sans-serif;
    margin: 23px;
    font-size: 30px;
    color: #ededed;
    letter-spacing: -0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 32px;
    -webkit-transition: font-size .2s ease;
    transition: font-size .2s ease;
    -webkit-transition: line-height .2s ease;
    transition: line-height .2s ease;
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {
    .toast p,
    .toast span {
        font-size: 18px;
        line-height: 18px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
    .toast p,
    .toast span {
        font-size: 38px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 801px) {
    .toast p,
    .toast span {
        font-size: 58px;
        line-height: 60px;
    }
}

@media only screen and (max-height: 480px) {
    .toast p,
    .toast span {
        font-size: 33px;
        line-height: 35px;
    }
}

#LoadPopupLogin input[type="submit"] {
    margin-top: 45px;
    border-radius: 20px; /* Butonu yuvarlat */
    background: #c6a85e; /* Buton arka plan rengi */
    color: #fff; /* Buton yazı rengi */
    padding: 10px 20px; /* Buton iç boşluğu */
    border: none;
    cursor: pointer;
}

#LoadPopupLogin input {
    border-radius: 10px;
    border: none;
    padding: 10px 15px; /* Yazı yazma alanlarının iç boşluğu */
    background: #fff; /* Yarı saydam arka plan */
    color: #333; /* Yazı rengi */
}

#LoadPopupLogin::placeholder {
    color: rgba(51, 51, 51, 0.7); /* Yarı saydam placeholder rengi */
}

#LoadPopupLogin {
    background: linear-gradient(130deg, #14c76c 0%, #67ffdc 100%) !important;
    border-radius: 20px;
    text-align: center;
    min-width: 400px;
    padding: 20px; /* Form alanına iç boşluk ekle */
}


.tilelogin {
    color: #fff;
}

.fancybox-slide {
    top: -20%!important;
}

.centerCircle circle {
    r: 50!important;
    fill: <?php echo $ayarcek['carkicyuvarlak_color'] ?>!important;
    stroke: <?php echo $ayarcek['carkicdis_color'] ?>!important;
}

.wheelOutline circle {
    stroke: <?php echo $ayarcek['carkdis_color'] ?>!important;
}

.toast p {
    font-size: 22px!important;
    line-height: 30px!important;
}

.fancybox-container {
    background: rgb(30, 30, 30, 0.8)!important;
    z-index: 2!important;
}

.bgcark {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    max-width: 650px!important;
    top: 123px!important;
    transform: translate(-50%);
}

.wheelContainer {
    max-width: 650px!important;
    top: 381px!important;
    left: 49.91%!important;
}

.swal2-container {
    z-index: 99999;
}






