body {
    margin: 0;
    padding: 0;
    background-color: var(--background);
    background-image: url(../img/bg.1aa3f2f3.png);
    background-size: cover;
    color: var(--site-c);
    font-size: 14px
}

body,
button,
input {
    font-family: Poppins, sans-serif
}

:root {
    --background: #000;
    --bottom-bg: #222;
    --site-c: #fff;
    --site-c-2: #f7931e;
    --primary: #f7931e;
    --primary-c: #fff;
    --secondary: #fff;
    --secondary-c: #000;
    --form-bg: #222;
    --wheel-bg: #000;
    --gain-bg: #222;
    --client-c-1: #222;
    --client-c-2: #222;
    --client-c-3: #020202
}

#app,
.inc,
body,
html {
    width: 100%;
    height: 100%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

text.middleArcText {
    font-weight: 700
}

.container {
    width: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto
}

.container,
.container .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container .top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.container .top .buttons,
.container .top .buttons .username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container .top .buttons .username {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--secondary-c);
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7019607843137254);
    border-radius: 10px
}

.container .top .buttons .username svg {
    width: 18px;
    height: 18px;
    fill: var(--site-c);
    margin-right: 5px
}

.container .top .buttons .username span {
    margin-left: 10px;
    color: var(--primary)
}

.container .top .buttons .button {
    margin-left: 10px
}

.container .top .button {
    padding: 10px 35px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.container .top .button:hover {
    -webkit-transform: scale(1.1)!important;
    transform: scale(1.1)!important
}

.container .wheel-temp {
    width: 100%;
    background: var(--wheel-bg);
    border: 1px solid var(--primary);
    height: 650px;
    border-radius: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding: 20px 30px;
    z-index: 1
}

.container .wheel-temp,
.container .wheel-temp .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.container .wheel-temp .left {
    width: 350px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.container .wheel-temp .left img {
    border-radius: 10px;
    width: 300px;
    margin-top: 20px
}

.container .wheel-temp .left h1 {
    color: #fff;
    margin: 0;
    font-size: 40px
}

.container .wheel-temp .left h1 b {
    color: var(--primary)
}

.container .wheel-temp .left p {
    margin: 0;
    font-size: 15px;
    color: #fff
}

.container .wheel-temp .right .spin-btn {
    width: 240px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.container .wheel-temp .right #wheel {
    position: relative;
    width: 515px!important;
    margin: -20px -10px;
    height: auto!important
}

.container .wheel-temp .right #wheel:before {
    position: absolute;
    right: -10px;
    width: 537px;
    height: 617px;
    pointer-events: none;
    background: url(https://ngs.garsbet.com/cark/wheel.e824fdc6.png);
    display: block;
    content: "";
    background-size: 100% 100%;
    bottom: -37px
}

.container .bottom {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--bottom-bg);
    padding: 15px 25px;
    border-radius: 10px
}

.container .bottom,
.container .bottom .social,
.container .bottom .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container .bottom .social a {
    margin-right: 10px;
    font-size: 10px;
    border-right: 1px solid hsla(0, 0%, 100%, .25);
    padding-right: 10px
}

.container .bottom .social a:last-child {
    border: none
}

.container .bottom .social a svg {
    width: 25px;
    height: 25px;
    margin-right: 5px
}

.container .bottom .social a.telegram svg {
    fill: #1877f2
}

.container .bottom .social a.whatsapp svg {
    fill: #25d366
}

.container .bottom .social a.twitter svg {
    fill: #1da1f2
}

.container .bottom .social a.instagram svg {
    fill: #e4405f
}

.container .bottom .text {
    width: 600px;
    font-size: 11px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container .bottom .text a {
    color: var(--primary);
    font-weight: 700
}

.container .bottom .text .provider p {
    font-size: 7px;
    margin-bottom: 5px;
    opacity: .5
}

.container .bottom .text .provider img {
    width: 70px;
    margin-left: 20px;
    opacity: .5
}

.container .cards {
    position: relative;
    margin: 10px -5px
}

.container .cards,
.container .cards .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container .cards .card {
    width: 100%;
    height: 100px;
    margin: 5px;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--client-c-1)), to(var(--client-c-2)));
    background: linear-gradient(0deg, var(--client-c-1), var(--client-c-2));
    text-transform: uppercase
}

.container .cards .card h1 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: var(--site-c-2);
    line-height: 25px
}

.container .cards .card small {
    opacity: .7
}

.container .cards .card span {
    font-size: 10px;
    color: var(--primary);
    font-weight: 500
}

.button svg {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.button.primary svg,
.button.secondary svg {
    fill: var(--primary-c)
}

.button.primary {
    background: var(--primary);
    color: var(--primary-c)
}

.button.secondary {
    background: var(--secondary);
    color: var(--secondary-c)
}

circle[fill="#ffffff"] {
    stroke: var(--primary);
    fill: var(--wheel-bg)
}

circle[stroke="#ffffff"],
path[stroke="#000000"] {
    stroke: #f7931e!important;
    stroke-width: .8px
}

#confetti-canvas {
    z-index: 999
}

.wheel textPath {
    font-size: 1.5rem
}

.overlay {
    z-index: 100;
    background-color: rgba(0, 0, 0, .7)
}

.modal,
.overlay {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0
}

.modal {
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal .content {
    width: 600px;
    padding: 30px;
    border-radius: 10px;
    background: var(--form-bg)
}

.modal .content.result {
    background: var(--gain-bg);
    border: 1px solid var(--primary);
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative
}

.modal .content.result .gold {
    width: 260px;
    position: absolute
}

.modal .content.result .gold.right {
    right: -150px;
    -webkit-transform: rotate(217deg);
    transform: rotate(217deg)
}

.modal .content.result .gold.left {
    left: -150px
}

.modal .content.result h2,
.modal .content.result h3,
.modal .content.result h5 {
    margin: 0;
    line-height: 45px
}

.modal .content.result h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff
}

.modal .content.result h3 {
    text-transform: uppercase;
    font-size: 40px;
    color: var(--primary)
}

.modal .content.result h5 {
    font-size: 40px
}

.modal .content.result p {
    font-size: 16px
}

.modal .content.result p b {
    color: var(--primary)
}

.modal .content.result .button {
    width: 70%
}

.modal .content .button {
    padding: 15px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none
}

.modal .content .button,
input {
    width: 100%;
    border-radius: 10px;
    border: none
}

input {
    height: 30px;
    padding: 20px
}

.label {
    font-size: 14px;
    margin-bottom: 5px
}

* {
    outline: none!important
}

:disabled {
    opacity: .5;
    cursor: inherit
}

.scale {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#wheel {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.mobile-client {
    background: var(--wheel-bg);
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.mobile-client .modal .result {
    width: 90%!important
}

.mobile-client .modal .result img {
    display: none
}

.mobile-client .container {
    width: auto!important;
    padding: 20px
}

.mobile-client .container .bottom {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mobile-client .container .bottom .social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.mobile-client .container .bottom .social a {
    border: none!important;
    margin: 0 5px!important;
    padding: none!important
}

.mobile-client .container .bottom .text {
    width: auto;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.mobile-client .container .bottom .text .provider {
    text-align: center;
    margin: 10px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.mobile-client .container .bottom .text .provider p {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0
}

.mobile-client .container .bottom .text .provider a img {
    margin: 0
}

.mobile-client .container .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
}

.mobile-client .container .top .buttons {
    margin-top: 10px;
    width: 100%
}

.mobile-client .container .top .buttons .button {
    margin: 0 2%;
    padding: 0;
    height: 50px;
    width: 48%
}

.mobile-client .container .cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0!important
}

.mobile-client .container .cards .card {
    margin: 10px 2%;
    width: 46%
}

.mobile-client .container .left {
    width: auto;
    text-align: center
}

.mobile-client .container .left h1 {
    font-size: 30px
}

.mobile-client .container .left p {
    font-size: 12px
}

.mobile-client .container .right #wheel {
    width: 300px!important;
    margin: 0 auto!important
}

.mobile-client .container .right #wheel:before {
    display: none
}

.mobile-client .container .right #wheel textPath {
    font-size: 1.1rem!important
}

.mobile-client .container .right #wheel svg {
    width: 300px
}

.mobile-client .container .wheel-temp {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    height: auto!important;
    border: none;
    margin-top: 10px;
    padding: 20px 0!important;
    -webkit-box-align: inherit!important;
    -ms-flex-align: inherit!important;
    align-items: inherit!important;
    background: hsla(0, 0%, 100%, .04)!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.mobile-client .container .right #wheel .damla-sekli {
    border-radius: 50%;
    width: 20px; /* Genişlik ayarı */
    height: 30px; /* Yükseklik ayarı */
    position: absolute; /* Konumlandırma */
    top: 10px; /* Üstten boşluk */
    left: 50%; /* Orta konumlandırma */
    transform: translateX(-50%); /* Merkezleme */
    overflow: hidden;
    background: hsla(0, 100%, 98%, 0.992); /* Arka plan rengi */
    margin-top: 10px; /* Üst boşluk */
    z-index: 999;
}

.mobile-client .container .right #wheel .damla-sekli::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: var(--wheel-bg); /* Arka plan rengi */
    border-radius: 50%;
    transform: translateX(-50%) scale(1.1); /* Damla şeklini vurgulamak için */
    z-index: -1;
}

/* Damla şeklinin sivri ucu */
.mobile-client .container .right #wheel .damla-sekli::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 40px solid white; /* Damlanın sivri ucu */
    transform: translateX(-50%);
    z-index: 1;
}
.mobile-client .container .wheel-temp.load {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.mobile-client .container .wheel-temp.load h1 {
    font-size: 20px
}

.mobile-client .container .wheel-temp .left img {
    display: none
}

.mobile-client .container .wheel-temp .spin-btn {
    margin-top: -40px!important
}
/* iPhone için responsive stil */
@media (max-width: 767px) { /* 767px genişliğindeki cihazlar için */
    .mobile-client .container .right #wheel .damla-sekli {
        width: 20px; /* Genişliği küçült */
        height: 30px; /* Yüksekliği küçült */
        top: 160px; /* Üstten boşluğu küçült */
    }

}

a {
    color: var(--client-c);
    text-decoration: none
}

.vue-notification-group {
    z-index: 9999999999!important
}

.vue-notification-group .vue-notification.success {
    border-radius: 10px;
    margin-top: 20px;
    border: none!important;
    padding: 15px!important;
    background: var(--primary)!important
}

.vue-notification-group .vue-notification.success * {
    color: var(--primary-c)!important
}

.wheel-temp.load {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.loader {
    z-index: 10;
    position: relative
}

.loader .loader:before {
    content: "";
    display: block;
    padding-top: 100%
}

.loader .circular-loader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100px;
    height: 100px;
    position: relative;
    margin: auto
}

.loader .loader-path {
    stroke: var(--primary);
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

.container .bottom,
.container .cards .card,
.container .wheel-temp {
    background: rgba(0, 0, 0, .8392156862745098)
}