@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

* {
    font-family: "Oswald", sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

.wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: -1;
    overflow: hidden;
    background: linear-gradient(to bottom, #dde9f5, #0d47a1);
}

.box div {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 6px solid rgba(255, 255, 255, 0.8);
}

.box div:nth-child(1) {
    top: 12%;
    left: 42%;
    animation: animate 10s linear infinite;
}

.box div:nth-child(2) {
    top: 70%;
    left: 50%;
    animation: animate 7s linear infinite;
}

.box div:nth-child(3) {
    top: 17%;
    left: 6%;
    animation: animate 9s linear infinite;
}

.box div:nth-child(4) {
    top: 20%;
    left: 60%;
    animation: animate 10s linear infinite;
}

.box div:nth-child(5) {
    top: 67%;
    left: 10%;
    animation: animate 6s linear infinite;
}

.box div:nth-child(6) {
    top: 80%;
    left: 70%;
    animation: animate 12s linear infinite;
}

.box div:nth-child(7) {
    top: 60%;
    left: 80%;
    animation: animate 15s linear infinite;
}

.box div:nth-child(8) {
    top: 32%;
    left: 25%;
    animation: animate 16s linear infinite;
}

.box div:nth-child(9) {
    top: 90%;
    left: 25%;
    animation: animate 9s linear infinite;
}

.box div:nth-child(10) {
    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0% {
        transform: scale(0) translateY(-90px) rotate(360deg);
        opacity: 1;
    }

    100% {
        transform: scale(1.3) translateY(-90px) rotate(-180deg);
        border-radius: 50%;
        opacity: 0;
    }
}

.form-control:focus,
.btn:focus {
    box-shadow: none;
}

header {
    background-color: #0D47A1;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 5px 10px 0 #00000036;
}

header a.navbar-brand {
    color: #DDE9F5 !important;
}

header .nav-link {
    font-size: 16px;
    font-weight: bold;
    color: white !important;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

header .nav-link {
    filter: brightness(0) invert(1);
}

header .nav-link.active {
    color: #FFCF70 !important;
}

.navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.navbar-light .navbar-toggler {
    border: 1px solid white;
}

.wallte-inner {
    background: #0D47A1;
    border-radius: 15px;
    padding: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wallte-inner p {
    margin: 0;
}

.wallte-inner p span {
    font-weight: bold;
    color: #FFCF70;
}

.wallte-inner button.btn {
    background: white;
    color: black;
    font-size: 18px;
    border: 1px solid white;
    transition: all 0.4s;
}

.wallte-inner button.btn:hover {
    background-color: transparent;
    color: white;
}

.money-btns {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.period-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.period,
.period-header .period {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.period p,
.period-header .period p {
    font-size: 24px;
    font-weight: bold;
    margin: 0 !important;
}

.period-header .counter {
    justify-content: end;
}

.period-header .counter p {
    text-align: end;
}

.period,
.period-header .period .lead {
    width: 100%;
}

.color-boxs {
    justify-content: space-between;
    border-radius: 15px;
    box-shadow: 0 5px 10px 0 #00000036;
    background-color: #DDE9F5;
    padding: 20px 10px;
}

.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info,
.pagenation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #0D47A1;
    color: white;
    border-radius: 10px;
}

.dataTables_paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.dataTables_paginate a {
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button{
    background-color: transparent !important;
    background: transparent !important;
    color: white !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    color: white !important;
    opacity: 0.5 !important;
    cursor: no-drop !important;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
    display: none;
}

.dataTables_wrapper{
    overflow-x: auto;
}

.datatable thead{
    background-color: #0D47A1;
    color: white;
}

.bet-mes p{
    margin: 0;
    padding: 10px !important;
    font-size: 20px;
}
.bet-mes {
    text-align: center;
    border-radius: 25px;
}

section.wallte-section,
section.parity-section,
section.color-boxs-main,
section.table-section {
    margin-top: 50px;
}

.pagenation .arrow-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.pagenation .arrow-box button.btn {
    background: #DDE9F5;
    color: white;
    padding: 4px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DDE9F5;
    transition: all 0.4s;
}

.pagenation .arrow-box button.btn:hover {
    background-color: transparent;
}

.pagenation .arrow-box button.btn img {
    filter: brightness(0) invert(0);
    transition: all 0.4s;
}

.pagenation .arrow-box button.btn:hover img {
    filter: brightness(0) invert(1);
}

button.btn {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

section.color-boxs-main button {
    border-radius: 50px;
}

button.green {
    background-color: #006400;
}

button.violet {
    background-color: #9400d3;
}

button.red {
    background-color: red;
}

button.vr {
    background: linear-gradient(to right bottom, #9400d3 50%, red 50%);
}

button.gr {
    background: linear-gradient(to right bottom, #006400 50%, red 50%);
}

.color-circle {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.color-circle span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.red-circle {
    background-color: red;
}

.green-circle {
    background-color: #006400;
}

.violet-circle {
    background-color: #9400d3;
}

table {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    background-color: #DDE9F5;
    border-radius: 10px;
    overflow: hidden;
}

.footer-back {
    width: 100%;
    height: 100px;
}

footer {
    background-color: #DDE9F5;
    color: white;
    margin-top: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
    box-shadow: 0 -5px 10px 0 #0000000f;
}

footer a {
    text-decoration: none;
    color: white;
}

footer .col {
    text-align: center;
}

footer .col a p {
    margin-bottom: 0;
}

footer .col a {
    display: block;
    color: black;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    padding: 10px;
    width: 73px;
    margin: 0 auto;
    transition: all 0.4s;
}

footer a:hover,
footer a.active {
    transform: translateY(-20%);
    background: #0D47A1;
    color: #DDE9F5;
    box-shadow: 0 0px 10px 0 #00000038;
}

footer a img {
    transition: all 0.4s;
}

footer a:hover img,
footer a.active img {
    filter: brightness(0) invert(1);
}

/* profile-box */
.profile-section {
    margin-top: 50px;
}

.profile-box {
    border-radius: 15px;
    box-shadow: 0 5px 10px 0 #00000036;
    background-color: #DDE9F5;
    padding: 20px 10px;
}

.profile-box button {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    background-color: #0D47A1;
    border: 1px solid #0D47A1;
    color: white;
}

.profile-box button:hover {
    background-color: #DDE9F5;
    border: 1px solid #0D47A1;
    color: black;
}

.profile-box p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.profile-box .button-login {
    margin-top: 20px;
}

.profile-avatar {
    text-align: center;
}

.profile-avatar img {
    width: auto;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 20px;
}

.profile-avatar-detila-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}

.accordion-button {
    border-radius: 15px !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item {
    background-color: transparent;
    border: none;
    margin-top: 20px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(1) invert(1);
}

.accordion-button:not(.collapsed)::after {
    filter: unset;
}

/* profile-box */

/* login-combo */
.login-page {
    background-color: #0D47A1;
}

.login-box {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-combo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.login-box .welcome-text {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.login-box .welcome-text span {
    color: #0D47A1;
}

.login-box .profile-box {
    margin: 20px 0;
    padding: 20px 30px;
    box-shadow: 0 5px 10px 0 #00000080;
}

/* login-combo */
/* Model */
.modal-header {
    color: white;
    background-color: #0D47A1;
}

.modal-body {
    background: #DDE9F5;
}

.modal-footer {
    background-color: #0D47A1;
}

.modal-footer .btn {
    background-color: #DDE9F5;
    color: #0D47A1;
    border: 1px solid #0d47a1;
    font-size: 16px;
    padding: 6px 30px;
    transition: all 0.4s;
}

.modal-footer .btn:hover {
    background-color: #0d47a1;
    color: #DDE9F5;
    border: 1px solid #DDE9F5;
}

.btn-close {
    filter: brightness(1) invert(1);
    opacity: 1;
    transition: all 0.4s;
}

.btn-close:hover {
    transform: rotate(180deg);
}

.counter-btns,
.price-pole {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.counter-btns button {
    display: flex;
    justify-content: start;
    align-items: center;   
}

.popup-section{
    margin-top: 30px;
}

.popup-section:first-child{
    margin-top: 0;
}

.popup-section p {
    margin-bottom: 6px;
}

/* Model */

/* Spine */

/*WRAPPER*/
#wrapper{ 
	margin: 40px auto 0;	
	width:266px; 
	position:relative;
}

#txt{
	color:#eaeaea;	
}


/*WHEEL*/
#wheel{
	width:250px;
	height:250px;
	border-radius:50%;	
	position:relative;
	overflow:hidden;
	border:8px solid #0D47A1;
	box-shadow:rgba(0,0,0,0.2) 0px 0px 10px, rgba(0,0,0,0.05) 0px 3px 0px;
	transform: rotate(0deg);
}

#wheel:before{
	content:'';
	position:absolute;
	border:4px solid rgba(0,0,0,0.1);
	width:242px;
	height:242px;
	border-radius:50%;
	z-index:1000;	
}

#inner-wheel{
	width:100%;
	height:100%;
	
	-webkit-transition: all 6s cubic-bezier(0,.99,.44,.99);
	-moz-transition:    all 6 cubic-bezier(0,.99,.44,.99);
	-o-transition:      all 6s cubic-bezier(0,.99,.44,.99);
	-ms-transition:     all 6s cubic-bezier(0,.99,.44,.99);
	transition:         all 6s cubic-bezier(0,.99,.44,.99);	
}

#wheel div.sec{
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 130px 33px 0 77px;
	border-color: #19c transparent;
	transform-origin: 75px 129px;
    left: 44px;
    top: -10px;
	opacity:1;
}
#wheel div.sec:nth-child(1) {
	transform: rotate(45deg);
	border-color: #16a085 transparent;
}
#wheel div.sec:nth-child(2) {
	transform: rotate(90deg);
	border-color: #2980b9 transparent;
}
#wheel div.sec:nth-child(3) {
	transform: rotate(135deg);
	border-color: #34495e transparent;
}
#wheel div.sec:nth-child(4) {
	transform: rotate(180deg);
	border-color: #f39c12 transparent;
}
#wheel div.sec:nth-child(5) {
	transform: rotate(225deg);
	border-color: #d35400 transparent;
}
#wheel div.sec:nth-child(6) {
	transform: rotate(270deg);
	border-color: #c0392b transparent;
}
#wheel div.sec:nth-child(7) {
	transform: rotate(315deg);
	border-color: #8e44ad transparent;
}
#wheel div.sec:nth-child(8) {
	transform: rotate(360deg);
	border-color: #e74c3c transparent;
}


#wheel div.sec .fa{
	margin-top: -100px;
	color: rgba(0,0,0,0.2);
	position: relative;
	z-index: 10000000;
	display: block;
	text-align: center;
	font-size:36px;
	margin-left:-15px;
	
	text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
}




#spin{
	width:68px;
	height:68px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-34px 0 0 -34px;
	border-radius:50%;
	box-shadow:rgba(0,0,0,0.1) 0px 3px 0px;
	z-index:1000;
	background:#0D47A1;
	cursor:pointer;
	font-family: 'Exo 2', sans-serif;
  
  -webkit-user-select: none; 
  -moz-user-select: none;    
  -ms-user-select: none;     
  -o-user-select: none;
  user-select: none;   
}


#spin:after{
	content:"SPIN";	
	text-align:center;
	line-height:68px;
	color:#0D47A1;
	text-shadow: 0 2px 0 #fff, 0 -2px 0 rgba(0,0,0,0.3) ;
	position: relative;
	z-index: 100000;
	width:68px;
	height:68px;
	display:block;
}

#spin:before{
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 28px 20px;
	border-color: transparent transparent #0D47A1 transparent;
	top:-12px;
	left:14px;
}

#inner-spin{
	width:54px;
	height:54px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-27px 0 0 -27px;
	border-radius:50%;
	background:red;
	z-index:999;
	box-shadow:rgba(255,255,255,1) 0px -2px 0px inset, rgba(255,255,255,1) 0px 2px 0px inset,  rgba(0,0,0,0.4) 0px 0px 5px ;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}

#spin:active #inner-spin{
	box-shadow:rgba(0,0,0,0.4) 0px 0px 5px inset;
}

#spin:active:after{
	font-size:15px;	
}



#shine{
	width:250px;
	height:250px;
	position:absolute;
	top:0;
	left:0;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0.91) 9%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,0.99)), color-stop(9%,rgba(255,255,255,0.91)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


opacity:0.1;
	
}



/*ANIMATION*/
@-webkit-keyframes hh {
  0%, 100%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50%{
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
  }
}

@keyframes hh {
   0%, 100%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50%{
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
  }
}

.spin {
  -webkit-animation: hh 0.1s; /* Chrome, Safari, Opera */
    animation: hh 0.1s;
}
#inner-wheel.highlighted {
    transition: transform 3s ease-in-out; /* Adjust the transition duration as needed */
}

#inner-wheel.highlighted {
    transform-origin: center;
    transform: rotate(0deg); /* Adjust according to the highlighted position */
    transition: transform 3s ease-in-out; /* Adjust the transition duration as needed */
}
#wheel div.sec span {
    position: relative;
    top: -100px;
    right: 13px;
    display: block;
    transform: rotate(79deg);
    color: white;
}
/* Spine */
/* Game Model */
.game-model{
    background-color: rgba(0, 0, 0, 0.752);
}

.game-model .modal-body,
.game-model .modal-content{
background-color: transparent;
border: none;
color: #0D47A1;
}
.game-model .modal-body img{
    width: 100%;
    margin-bottom: -73px;
}

.game-model .modal-body .game-status {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.win .modal-body .game-status{
    color: #55ba0d;
}

.lose .modal-body .game-status{
    color: #ba0d0d;
}

.game-model .modal-body  .bonus-result,
.game-model .modal-body .game-result {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.game-model .result-game {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.game-model .modal-header{
    width: fit-content;
    border: none;
    margin: 0 auto;
    border-radius: 50px;
    padding: 0;
}

.lose .modal-header{
    background-color: #ba0d0d;
}

.win .modal-header{
    background-color: #55ba0d;
}

.game-model .result-game span {
    background-color: #0D47A1;
    width: calc(33% - 7px);
    text-align: center;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
}

.game-box{
    width: 80%;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    padding: 20px 10px 50px;
}

.bonus-game{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.game-model .modal-header .btn-close {
    margin: 0 auto;
}

.bonus-game span{
    text-align: center;
}
/* Game Model */


@media (max-width: 768px) {
    button.btn {
        font-size: 18px;
    }

    .color-boxs {
        gap: 10px;
    }

    .color-boxs button {
        width: 30%;
    }

    .wallte-inner {
        flex-direction: column;
        gap: 30px;
    }

    .period p,
    .period-header .period p {
        font-size: 20px;
    }

    section.wallte-section,
    section.parity-section,
    section.color-boxs-main,
    section.table-section {
        margin-top: 30px;
    }

    .period,
    .period-header .period {
        gap: 5px;
    }

    .wallte-inner button.btn {
        font-size: 14px;
    }

    .money-btns {
        gap: 10px;
    }
}

.green-color {
    color: green;
}

.violet-color {
    color: #9720d4;
}

.red-color {
    color: red;
}
@media (max-width:550px) {
    .profile-avatar-detila-main {
        display: block;
    }

    .profile-avatar-wallte {
        margin-top: 30px;
    }

    .profile-box p {
        font-size: 18px;
    }

    button.btn {
        font-size: 16px;
    }

    footer .col {
        padding: 0 2px;
    }
    .game-box{
        padding: 40px 10px 50px;
    }
    .game-model .modal-body .game-status {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .game-model .modal-body .bonus-result, .game-model .modal-body .game-result{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .game-model .result-game span{
        padding: 5px 10px;
        font-size: 16px;
    }
    .bonus-game{
        gap: 5px;
        margin-top: 20px;
    }
}