<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
   
    background: #f5f6fb;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #222;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.clearfix {
    clear: both;
}

 /* Typography */
 h1 {
    font-size: 3em;
    text-align: center;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    float: left;
    width: 100%;
}

h2 {
    font-size: 2.2em;
    margin: 0;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    float: left;
    width: 100%;
}

p {
    font-size: 1em;
}

a {
    text-decoration: none;
}


.adsdiv1 {
    width: 20%;
    float: left;

}

.wheeldiv {
    width: 45%;
    float: left;

}

.datatable{
   
    width: 40%;
    float: left;
    margin-left: 5px;

}

.adsdivFs {
  width: 20%;
  float: left;

}

.wheeldivFs {
  width: 80%;
  align-items: center;
  justify-content: center;
  padding: 1% 25% ;

}


.footersec {

  width: 100%;
  float: left;
  align-items: center;
  justify-content: center;


}

#settingsSec {

    width: 100%;
    float: left;

}

#shareSec {

    width: 100%;
    float: left;

}

#tabSet {

    width: 17%;
    float: left;
}

#tabSet-col {

  width: 20%;
  float: left;
}

.aboutUs {

width: 70%;
text-align: justify;
float: center;
margin: 5% 10%;


}

.aboutUs p {

 
  font-size: large;

}

#langdrop {
  opacity: 1;
  z-index: 9999;

}


#pageReloadDiv {
    width: 11%;
    float: left;
    margin : 5px;
}

#gameNameId {

    width: 25%;
    float: left;
    top: 5px;

}

/*circle spin button */
#circleSpinBtn {
    background-size: auto;
    text-align: center;
    padding-top: 100px;
}
.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 105px;
    height: 105px;
    padding: 10px 16px;
    border-radius: 52.5px;
   text-align: center;
    font-size: 1.5rem ;
}



.btn-circle.btn-xl:active {
    box-shadow: 0 5px #666;
    transform: translateY(4px);
  }


#canvasContainer {
display: flex;
position: relative;
width: 100%;
max-width: 600px;
height: auto;
align-items: center;
  justify-content: center;
}


#canvas {
z-index: 1;
}


    div.shadow {
        position:absolute;
        max-width:45%;
        max-height:45%;
        top:-5%;
        left:50%;
        overflow:visible;
    }
    img.logo {
        position:relative;
        max-width:100%;
        max-height:100%;
        margin-top:-50%;
        margin-left:-50%;
        z-index: 999;
       
    }

    div.shadow1 {
        position:absolute;
        max-width:45%;
        max-height:45%;
        top:50%;
        left:50%;
        overflow:visible;
    }
    #sBtn {
        position:relative;
        max-width:100%;
        max-height:100%;
        margin-top:-50%;
        margin-left:-50%;
        z-index: 999;
    }
   
  #openFullSc {

cursor: pointer;

  }

  .arrow {
    border: solid rgb(240, 235, 235);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }

  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }



  ul li:hover {
    opacity: 0.8;
  }

  
  .center3 {
    width: 90%;
    float: left;
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 23px;
}
.fancy_fonts1 {

    background-color: #DCEFFC;
    padding: 10px;
    width: 95%;
    margin: 1%;
    border-radius: 23px;
}

.fancy_fonts1 p {

font-family: georgia;
font-size: 1.2rem;
width: 95%;
text-align: center;
border-radius: 23px;


}


.fancy_fonts2 {

  background-color: #FBFAF0;
  margin: 5px;
  padding: 10px;
  width: 95%;
    margin: 1%;
    border-radius: 23px;
}

.fancy_fonts2 p {

  font-family: georgia;
  font-size: 1.2rem;
  width: 95%;
  text-align: justify;
  border-radius: 23px;
  
  }

  .imgrespon {

    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;

  }

.urlShare {
  background-color: #DCEFFC;
  align-items: center;
  justify-content: center;

}

/*FAQ accordion starts */
.accordion {

  width: 90%;
  float: left;
  margin-right: 30px;
  margin-left: 30px;

}

.faqaccordion {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .faqaccordion:hover {
  background-color: #555;
}

.faqaccordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

/*FAQ accordion starts */

/* w3test */

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

/* w3test ends */

  .resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}



  @media only screen and (max-width: 768px) {


    .wheeldiv {
        width: 100%;
        float: left;
    
    }
    
    .datatable
    
    {
        width: 97%;
        float: left;
    
    }

    .btn-circle.btn-xl {
        width: 50px;
        height: 50px;
        padding: 7px 10px;
        border-radius: 25px;
       text-align: center;
        font-size: .8rem ;
    }

    #pageReloadDiv {
      width: 40%;
      float: left;
      margin : 5px;
  }
  
  #gameNameId {

    width: 70%;
    float: left;
    top: 5px;
      margin : 5px;

}

#tabSet-col {

  width: 70%;
  float: left;
  margin : 5px;
}

  }

   .tailsdef {

    background: #FDFC47;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24FE41, #FDFC47);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #24FE41, #FDFC47); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    

  }


  .headsdef {

  
      background: #1E9600;  /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #FF0000, #FFF200, #1E9600);  /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #FF0000, #FFF200, #1E9600); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      
  }

  .col2 {
               
    background: #C6FFDD;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7797d, #FBD786, #C6FFDD);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7797d, #FBD786, #C6FFDD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
           
}


.col3 {
     
    background: #DAE2F8;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #D6A4A4, #DAE2F8);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #D6A4A4, #DAE2F8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
          
}



.col4 {
     
    background: #BBD2C5;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #292E49, #536976, #BBD2C5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #292E49, #536976, #BBD2C5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
           
}

.col5 {
   
    background: #556270;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FF6B6B, #556270);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FF6B6B, #556270); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            
}

.col6 {
   
    background: #e9d362;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333333, #e9d362);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #333333, #e9d362); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
          
}


.col7 {
    
    background: #3CA55C;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #B5AC49, #3CA55C);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #B5AC49, #3CA55C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}



.col8 {
background: #ADA996;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.col9 {
background: #E55D87;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #5FC3E4, #E55D87);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #5FC3E4, #E55D87); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

 /*Cookie Consent Begin*/
 #cookieConsent {
  background-color: rgba(20,20,20,0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  position: sticky;
  bottom: 0;
  right: 0;
  float:right;
  width: 35%;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #4B8EE7;
  text-decoration: none;
}
#closeCookieConsent {
  float:right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #FFF;
}
#cookieConsent a.bikiConsentOK {
  background-color: #F1D600;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}
#cookieConsent a.bikiConsentOK:hover {
  background-color: #E0C91F;
}
/*Cookie Consent End*/</pre></body></html>