:root {
    --SKLdfltcolor: rgb(255, 239, 213);
    --Hlite: rgb(173, 255, 47);
    --SKLcellcolor: rgb(251, 206, 177);
    --Clue-head: rgb(255, 239, 213);
    --text-color-dark: rgb(000,000,250);
    --number-color: #000000;
    --conflict-color: #ffcd02;
    --theme-color: #00baae;
    --btn1-img: url(VSimage/baby48.png);
    --btn2-img: url(VSimage/triangle48.png);
    --btn3-img: url(VSimage/pumpkin48.png);
    --btn4-img: url(VSimage/istar84.png);
    --btn5-img: url(VSimage/freedom48.png);
    --btn6-img: url(VSimage/giraffe842.png);
    --btn7-img: url(VSimage/philodendron48.png);
    --btn8-img: url(VSimage/cleopatra48.png);
    --btn9-img: url(VSimage/smile48.png);
    --dtn1-img: url(VSimage2/chaicup9.png);
    --dtn2-img: url(VSimage2/fire942.png);
    --dtn3-img: url(VSimage2/eye942.png);
    --dtn4-img: url(VSimage2/pirate-ship942.png);
    --dtn5-img: url(VSimage2/electricguitar942.png);
    --dtn6-img: url(VSimage2/buffoon942.png);
    --dtn7-img: url(VSimage2/fun942.png);
    --dtn8-img: url(VSimage2/fish942.png);
    --dtn9-img: url(VSimage2/costume942.png);
    --Amg1-img: url(VSimage/sudoku942.png);
    --Amg2-img: url(VSimage/crossword.png);
    --swatch1: #ffffff; /* White */
    --swatch2: #3498db; /* Blue */
    --swatch3: #2ecc71; /* Green */
    --swatch4: #f1c40f; /* Yellow */
    --swatch5: #9b59b6; /* Purple */
    --swatch6: #34495e; /* Gray */
}
   .Qzmh1 {
    width: 18vw;
    margin-left: 1.8vw;
    margin-top: 2vh;
    background-color: var(--theme-color);
    font-size: 22px;
    text-align: center;
}
   .Qzmh2 {
    width: 18vw;
    margin-left: 2vw;
    margin-top: 1vh;
    color: var(--text-color-dark);
    font-size: 20px;
    text-align: center;
} .Qzmh3 {
    width: 18vw;
    margin-left: 1.8vw;
    margin-top: 2.6vh;
    color: var(--text-color-dark);
    font-size: 22px;
    text-align: center;
} 
 .Qzmh5 {
    width: 18vw;
    margin-left: 1.8vw;
    margin-top: 4.6vh;
    color: var(--text-color-dark);
    font-size: 16px;
    text-align: center;
} .Qzmh6 {
    width: 18vw;
    margin-left: 1.8vw;
    margin-top: 4.6vh;
    color: var(--text-color-dark);
    font-size: 16px;
    text-align: center;
}
/* Container uses Flexbox */
    .swatch-containerx {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px; /* Space between swatches */
    padding: 10px;
    justify-content: center;
    background-color: #f5f5f5;
}
/* Individual swatch styling */
.swatchx {
    width: 1.5vw;
    height: 1.5vh;
    border-radius: 4px; 
    cursor: pointer;
    border: 2px solid #ccc; 
    transition: transform 0.2s, border-color 0.2s;
}

    /* Hover effect */
    .swatchx:hover {
        transform: scale(1.1);
        border-color: #333;
    }

/* Individual swatch styling */
.container {
    height: 100vh;
    background: #3c5077;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.containerSKL {
  display: flex;
   margin-top: 8px;
    text-align:center;
    width: 300px;  
    height: 42px;      
    padding-left: -10px;
    margin-left: 0px;
    background-color: #f1f1f1;
    border-width: 3px;
    border-radius: 6%;
    font-style:italic;
    font-size: 20px;
    color: #000;
    border-width: 0em;
    visibility:visible;
    font-weight:300;
}
.Qzmh1 {
    width: 18vw;
    margin-left: 1.8vw;
    margin-top: 2vh;
    color: var(--text-color-dark);
    font-size: 22px;
    text-align: center;
}

.Qzmh2 {
    width: 18vw;
    margin-left: 2vw;
    margin-top: 1vh;
    color: var(--text-color-dark);
    font-size: 20px;
    text-align: center;
}

.Qzmh3 {
    width: 18vw;
    margin-left: 1.8vw;
    margin-top: 2.6vh;
    color: var(--text-color-dark);
    font-size: 22px;
    text-align: center;
}


.container div{
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}

.btn{
  padding: 10px 60px;
  background: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  border-radius: 30px;
}
.popup {
    width: 46vw;
    height: 64vh;
    background: var(--theme-color); 
    border-radius: 2vw;
    position: relative;
    margin-top: 2vh;
    left: 4vw;
    text-align: left;
    padding: 8px 30px 50px;
    color: #333;
    border-width: .2vw;
    border: .2vw solid #6e6b3c;
    visibility: visible;
}
.open-popup{
  visibility: visible;
  top: 50%;
  transform: translate(-50%, -50%) scale('.5');
}
.poppy{
  border-color: transparent;
  border-width: 3px;
  border-radius: 16px;
  margin-top: 3.5vh;
  background: #31e42b;
  width: 7vw;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.poppy:hover 
{
  background-color: rgb(173, 255, 47);
}
.roppy{
  border: none;
  background-color: transparent;
  text-decoration: underline;
  margin-top: 3.5vh;
  width: 8vw;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.roppy:hover 
{
  background-color: rgb(173, 255, 47);
}
.foppy{
  border: none;
  padding-right: .2vw;
  background-color: transparent;
  margin-top: 3.5vh;
  text-decoration: underline;
  width: 7vw;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  
}
.foppy:hover 
{
  background-color: rgb(173, 255, 47);
}
.ploppy{
  border-color: transparent;
  border-width: 3px;
  margin-top: 20px;
  margin-left: 6vw;
  background: #31e42b;
  width: 8vw;
  text-align: center;
  color: blue;
  font-size: 18px;
  font-weight: 400;
}
.ploppy:hover 
{
  background-color: rgb(173, 255, 47);
}
.popflex{
  flex-direction: column;
}
.popflexw{
  position: relative;
  display: flex;
  flex-direction:row;
  justify-items: flex-end ;
}
.popup h2{
font-size: 24px;
font-weight: 500;
margin-top:  30px 0 10px;
text-align: center;
}
.popup h5{
position: relative;
font-size: 24px;
font-weight: 500;
text-align: center;
}
 .popup h6{
position: relative;
margin-top: 2vh;
font-size: 24px;
font-weight: 500;
text-align: center;
}
 .popup h7{
position: relative;
font-size: 16px;
font-weight: 400;
margin-left: 8.5vw;
text-align: center;
}
.Hzmnvm2 {
    width: 13.3vw;
    margin-top: 1.2vh;
    margin-left: 1.5vw;
    padding-left: 15px 0;
    background: transparent;
    border: 0;
    outline: none;
    text-align: left;
    font-size: 18px;
    color: var(--text-color-dark);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.popslect{
margin-top: 40px;
background-color: transparent;
font-size: 22px;
font-weight: 500;
padding-bottom: 0px;
text-align: center;
}
.popup h4{
font-size: 22px;
font-weight: 500;
margin-top: 2vh;
text-align: center;
padding-bottom: 2vh;
}

.Qz00pvmp {
    position: relative;
    width: 4vw;
    height: 4vh;
    margin-top: 0px;
    margin-left: 1.5vw;
    background: #31e42b;
    border: 0;
    outline: none;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.Qz00pvmp:hover
{
  background-color: rgb(173, 255, 47);
}
.Qz00pvmp2 {
    position: relative;
    width: 4vw;
    height: 4vh;
    margin-top: 0px;
    margin-left: 1.5vw;
    background: rgb(173, 255, 47);
    border: 0;
    outline: none;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.Qzmnvm2{
  width: 32vw;
  margin-top: .1vh;
  margin-left: 1.5vw;
  padding-left: 15px 0;
  background-color: #31e42b;
  border: 0;
  outline: none;
  text-align:left;
  font-size: 18px;
  color:black;
  cursor: pointer;
  position: relative;
}
.Qzmnvm2:hover 
{
  background-color: rgb(173, 255, 47);
}
.Qzmnvm2w {
    width: 32vw;
    margin-top: .2vh;
    margin-left: 1.5vw;
    padding-left: 15px 0;
    background-color:transparent;
    border: 0;
    outline: none;
    text-align: left;
    font-size: 20px;
    color: black;
    cursor: pointer;
    position: relative;
}
.Qzmnvm{
  width: 18vw;
  margin-top: 20px;
  margin-left: 3.5vw;
  padding-left: 15px 0;
  background: #31e42b;
  border: 0;
  outline: none;
  text-align:left;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
}
.Qzmnvm:hover 
{
  background-color: rgb(173, 255, 47);
}
.Qz00pvm {
    width: 4vw;
    height: 4vh;
    margin-top: 1px;
    padding: 3px;
    background: #31e42b;
    border: 0;
    outline: none;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.Qz00pvm:hover 
{
  background-color: rgb(173, 255, 47);
}
.Qz00Restpvm{
  width: 10vw;
  margin-top: 20px;
  margin-left: 13vw;
  background: #31e42b;
  border: 0;
  outline: none;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
}
.Qz00Restpvm:hover 
{
  background-color: rgb(173, 255, 47);
}
.Qz00fastpvm{
  width: 8vw;
  margin-top: 10px;
  margin-left: 10vw;
  background: transparent;
  text-decoration: underline;
  padding: 10px 0;
  border: 0;
  outline: none;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.Qz00fastpvm:hover 
{
  background-color: rgb(173, 255, 47);
}
  .Qz00playpvm{
  width: 6vw;
   margin-top: 50px;
  margin-left: 13vw;
  background: #31e42b;
  border: 0;
  outline: none;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
}
.Qz00playpvm:hover 
{
  background-color: rgb(173, 255, 47);
}
.popradio
{
      appearance: none;
      width: 20px;
      height: 20px;
      border: 2px solid #007BFF;
      color: rgb(173, 255, 47);
      border-radius: 50%;
      margin-top: 15px; 
      outline: none;   
}
.popradio:hover 
{
  background-color: rgb(173, 255, 47);
}
.popradix{
        text-align: left;
        width: 14vw;       
        padding-left: 8px;
        background:transparent;  
         border: 0;
         outline: none;
        color: black;
        font-size: 18px;
        cursor: pointer;
        visibility:visible;
}
.popradix:hover 
{
  background-color: rgb(173, 255, 47);
}
.popupmnu{
flex-direction: column;
margin-top: 15px;
background-color: blue;
font-size: 32px;
}
.popupmnu:hover 
{
  background-color: rgb(173, 255, 47);
      
}

body {
  position: absolute;
  left: 10%;
  margin-top: -4%;
}
body2 {
  position: relative;
 
}
bodse {
  position: relative;
  left: 5%;
  margin-top: 10vh;
  width: 40vw;
}

table {
  border: 1px solid #000000;
  border-spacing: 0;
  border-collapse: collapse;
  transition: all 0.5s;
}
ul {
  list-style-type: none;
}

td {
  border: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
}

td input {
  color: #000000;
  padding: 0;
  border: 0;
  text-align: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  text-transform: uppercase;
  transition: all 0.5s;
}


.right-cell {
  box-shadow: inset 0px 0px 20px 3px forestgreen;
}

.wrong-cell {
  box-shadow: inset 0px 0px 20px 3px tomato;
}

.worning-cell {
  box-shadow: inset 0px 0px 20px 3px goldenrod;
}

.input[type="radio"]::before {
  display:grid;
  place-content: center;
  margin-left: 5px;
  position: relative;
  height: 15px;
}

.bar-font {
  position: relative;
  margin-left: 26em;
  font-size: 22px;
  line-height: 64px;
  width: 400px;
  }

.title {
  position: relative;
  float: left;
  left: 8em;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  text-decoration: darkorange;  
}

.flex-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
}
.flex-container2 {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  justify-content: space-around;
}
.flex-container3 {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  justify-content: space-around;
}
.flex-container4 {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  justify-content: space-around;
}
.flex-container5 {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  margin-left: 86px ;
  justify-content: flex-start;
}

.flex-item-left {
  background-color: #f1f1f1; 
  padding: 10px;
  flex: 50%;
}

.flex-item-right {
  background-color: dodgerblue;
  padding: 10px;
  flex: 50%;
}

.bar-footer {
  position: fixed;
  bottom: 12px;
  left: 10px;
}

.bar-footer-link {
  font-size: 12px;
  display: inline-block;
  margin: 0 8px;
  text-decoration: none;
  color: gray;
}

.body {
  width: 95%;
  max-width: 600px;
  margin: 80px auto 16px auto;
  display: flex;
}
.card {
  background: #c4f2f2;
  margin: 4%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14);
  float: left;
  padding: 22px 32px 22px 32px;
  display: visible;
}

.cardv{
  background: #c4f2f2;
  margin: 4%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14);
  float: left;
  padding: 22px 32px 22px 32px;
}
.cardvv{
  background: #c4f2f2;
  margin: 4%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14);
  float: left;
  padding: 22px 32px 22px 32px;
  display: block;
  visibility: visible;
}
.cardq {
  width: 410px;
  background: #c4f2f2;
  margin: 4%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14);
  float: left;
  padding: 22px 32px 22px 32px;
}
.card2 {
  background: blue;
  margin: 1%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14);
  float: left;
  padding: 12px 32px 22px 12px;
}
.status {
  padding: 12px 12px 12px 12px;
  visibility:visible;
  }

.game {
  font-size: 12px;
  color: gray;
}
.ingridclk {
  color: rgb(0, 0, 0);
  font-size: 22px;
}
.ingridblu {
  
  color: #1565c0; 
}
   
  .xingridblu:hover 
{
  background-color: rgb(173, 255, 47);    
}

.radio-container:hover .M1 {
  background-color: #ccc;
}
.ingridbkk {
  color: #000000;
  background: #c4f2f2;
 }
.ingridbkk:hover 
{
  background-color: rgb(173, 255, 47);
}

.ingridbkky {
    color: #000000;
    background-color: rgb(173, 255, 47);
}
.ingridblk {
  color: #000000;
 }
.ingridblk:hover 
{
  background-color: rgb(173, 255, 47);
      
}
.ingridblky {
    color: #000000;
    background: rgb(173, 255, 47);
}
 .ddisplay{
  display: none;
 }
 .ylwmenfaces
  {
    position: relative;
    margin-bottom: 2px; 
    margin-left: 10px; 
    background-image: url(VSimage/groupyellowsmiley64.png);
    background-repeat: no-repeat;
    width: 82px; height: 72px;
    visibility: visible;
    cursor: pointer;
    border-width: 0em;
    background-color: transparent;
  } 
  .ingridblky81 
{  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage/baby48.png);
  background-position: center;
  }
  .ingridblky82 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage/triangle48.png);
  background-position: center;
  }
.ingridblky83 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage/pumpkin48.png);
  background-position: center;
  }
  .ingridblky84 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage/istar84.png);
  background-position: center;
  }
  .ingridblky85 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage/freedom48.png);
  background-position: center;
  }
  .ingridblky86 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage/giraffe842.png);
  background-position: center;
  }
  .ingridblky87 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage/philodendron48.png);
  background-position: center;
  }
  .ingridblky88 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage/cleopatra48.png);
  background-position: center;
  }
  .ingridblky89
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage/smile48.png);
  background-position: center;
  }
  .ingridblky91 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage2/chaicup9.png);
  background-position: center;
  }
  .ingridblky92 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage2/fire942.png);
  background-position: center;
  }
.ingridblky93 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage2/eye942.png);
  background-position: center;
  }
  .ingridblky94 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage2/pirate-ship942.png);
  background-position: center;
  }
  .ingridblky95 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage2/electricguitar942.png);
  background-position: center;
  }
  .ingridblky96 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage2/buffoon942.png);
  background-position: center;
  }
  .ingridblky97 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage2/fun942.png);
  background-position: center;
  }
  .ingridblky98 
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage2/fish942.png);
  background-position: center;
  }
  .ingridblky99
{
  font-size: 1px;
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage2/costume942.png);
  background-position: center;
  }
  .nmbrbuttonAN91n {
    position: relative;
    cursor: pointer;  
    background-color: rgb(173, 255, 47);
    background-image: url(VSimage2/chaicup9.png);
    background-position: center;
    background-repeat: no-repeat;
    color:transparent;
    width: 38px;
    height: 39px;
    margin-left: 2px;}
    
    .nmbrbuttonAN92n {
      position: relative;
      cursor: pointer;  
      background-color: rgb(173, 255, 47);
      background-image: url(VSimage2/fire942.png);
      background-position: center;
      background-repeat: no-repeat;
      color:transparent;
      width: 38px;
      height: 39px;
      margin-left:2px;}
      .nmbrbuttonAN93n {
        position: relative;
        cursor: pointer;  
        background-color: rgb(173, 255, 47);
        background-image: url(VSimage2/eye942.png);
        background-position: center;
        background-repeat: no-repeat;
        color:transparent;
        width: 38px;
        height: 39px;
        margin-left:2px;}
        .nmbrbuttonAN94n {
          position: relative;
          cursor: pointer;  
          background-color: rgb(173, 255, 47);
          background-image: url(VSimage2/pirate-ship942.png);
          background-position: center;
          background-repeat: no-repeat;
          color:transparent;
          width: 38px;
          height: 39px;
          margin-left: 3px;}
          .nmbrbuttonAN95n {
            position: relative;
            cursor: pointer;  
            background-color: rgb(173, 255, 47);
            background-image: url(VSimage2/electricguitar942.png);
            background-position: center;
            background-repeat: no-repeat;
            color:transparent;
            width: 38px;
            height: 39px;
            margin-left: 2px;}
            .nmbrbuttonAN96n {
              position: relative;
              cursor: pointer;  
              background-color: rgb(173, 255, 47);
              background-image: url(VSimage2/buffoon942.png);
              background-position: center;
              background-repeat: no-repeat;
              color:transparent;
              width: 38px;
              height: 39px;
              margin-left: 2px;}
              .nmbrbuttonAN97n {
                position: relative;
                cursor: pointer;  
                background-color: rgb(173, 255, 47);
                background-image: url(VSimage2/fun942.png);
                background-position: center;
                background-repeat: no-repeat;
                color:transparent;
                width: 38px;
                height: 39px;
                margin-left: 2px;}
                .nmbrbuttonAN98n {
                  position: relative;
                  cursor: pointer;  
                  background-color: rgb(173, 255, 47);
                  background-image: url(VSimage2/fish942.png);
                  background-position: center;
                  background-repeat: no-repeat;
                  color:transparent;
                  width: 38px;
                  height: 39px;
                  margin-left: 2px;}
                  .nmbrbuttonAN99n {
                    position: relative;
                    cursor: pointer;  
                    background-color: rgb(173, 255, 47);
                    background-image: url(VSimage2/costume942.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    color:transparent;
                    width: 38px;
                    height: 39px;
                    margin-left: 2px;}
.ingribblk
{
  color: #000000; 
  background: #fcf9f9;    
}
.ingribblk:hover 
{
  background-color: rgb(173, 255, 47);      
}
.ingribbkk {
  color: #000000;
  background: #f1eaea;
    
}
.ingribbkk:hover 
{
  background-color: rgb(173, 255, 47);
      
}
.game-status {
  /*display: flex;
    flex-direction: column;
    justify-content: center;
    flex-flow: column;*/
  margin: 0 0 0 22px;
  font-size: 14px;
  height: 100%;
}

.game-status li {
  margin: 18px 0 0 0;
}
.Alpha-adjust {
  margin-top: -8px;
  margin-right: 16px;
  margin-left: -10px;
  }
.vertical-adjust {
  margin-top: 4px;
  width: 448px;
  height: 40px;
  margin-left: 6px;
  margin-bottom: 1px;
  }
  .vertical-adjust-2 {
     margin-top: 4px;
  width: 440px;
  height: 40px;
  margin-left: 6px;
  margin-bottom: 1px;
    }
  .vertical-qzin {
    margin: 60px 0;   
    margin-left: 2em;
    margin-bottom: 3em;
    }

.vertical-adjustA {
  margin-top: 5px;
  margin-left: 100px;
  margin-right: 80px;
  font-size: 20px;
  padding-bottom: 34px; 
  border: none;
  background: transparent;
}
.vertical-adjust1 {
  margin-left: 15px;
 }
 
.vertical-adjust12 {
 margin-left: 200px;
 
}
.vertical-adjust2 {
  display: flex;
  margin-inline-start: .8em;
  visibility: visible; 
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-basis:content;
  justify-content: space-evenly;
  align-content:space-around;
  align-content: end;
  margin-top: 6px;
  align-items: center;
  height: 50px;
  margin-bottom: -9px;
  width: 440px;
  }
.vertical-adjust3 { 
 
  border: none;
  width: 12em;
  height: 34px;
  background-color: transparent;
  font-style:italic;
  font-size: larger;}

.vertical-adjust4 { 
  vertical-align: 8px; 
  margin-inline-start: 6em;
  color: #1565c0;
  font-size: 16px;     
}
.vertical-adjust5 { 
  vertical-align: 10px;
  border: none;
  background-color: transparent;
  font-size: 20px;
 }
.vertical-adjust6 {
  border: none;
  font-size: 16px;
  width: 60px; 
  color: black;
  margin-top: 0px;
  margin-left: 4px;
  display: none;
  display:flex ;
  flex-direction: row;}  

.vertical-adjust7 { 
    margin-inline-start: .9em;
    border: none;
    vertical-align: 18px;    
    background-color: transparent;
    font-size: 16px;  
  }
.footer a {
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.option-button {
  display: block;
  margin: 16px 8px 16px 30px;
  width: 130px;
  padding: 8px 10px;
  font-size: 16px;
  border: none;
  outline: none;
  box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  transition: all 0.5s;
  text-align: left;
}

.button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.option-button:hover {
  background: #1565c0;
}

.option-button:active {
  background: #3d7df4;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}

.option-button span {
  vertical-align: middle;
  line-height: 24px;
}
.flx {
  display: flex;
  flex-direction: row;
}
.Z8cnm1 {
  background-image: url(VSimage/baby48.png);
  background-color: hsl(212, 75%, 73%); 
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z8cnm1:hover 
{
  background-color: rgb(173, 255, 47);
} 
.Z8cnm2 {
  background-image: url(VSimage/triangle48.png);
  background-color: hsl(125, 59%, 38%);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z8cnm2:hover 
{
  background-color: rgb(173, 255, 47);
} 
.Z8cnm3 {
  background-image: url(VSimage/pumpkin48.png);
  background-color: hsl(7, 49%, 83%);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z8cnm3:hover 
{
  background-color: rgb(173, 255, 47); 
} 
.Z8cnm4 {
  background-image: url(VSimage/istar84.png);
  background-color: hsl(187, 76%, 69%);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z8cnm4:hover 
{
  background-color: rgb(173, 255, 47);
} 
.Z8cnm5 {
  background-image: url(VSimage/freedom48.png);
  background-color: hsla(150, 53%, 62%, 0.959);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z8cnm5:hover 
{
  background-color: rgb(173, 255, 47);
} 
.Z8cnm6 {
  background-image: url(VSimage/giraffe842.png);
  background-color: hsla(212, 96%, 73%, 0.952);
  background-position: center; 
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z8cnm6:hover
{
  background-color: rgb(173, 255, 47);
} 
.Z8cnm7 {
  background-image: url(VSimage/philodendron48.png);
  background-color: hsla(113, 73%, 93%, 0.897);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z8cnm7:hover
{
  background-color: rgb(173, 255, 47);
}
.Z8cnm8 {
  background-image: url(VSimage/cleopatra48.png); 
  background-color: hsla(328, 23%, 87%, 0.719); 
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z8cnm8:hover
{
  background-color: rgb(173, 255, 47);
}
.Z8cnm9 {
  background-image: url(VSimage/smile48.png);
  background-color: hsla(221, 63%, 54%, 0.952);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z8cnm9:hover 
{
  background-color: rgb(173, 255, 47);
} 
.Z9cnm1 {
  background-image: url(VSimage2/chaicup9.png);
  background-color: hsl(212, 75%, 73%);
   background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z9cnm1:hover 
{
  background-color: rgb(173, 255, 47);
} 
.Z9cnm2 {
  background-image: url(VSimage2/fire942.png);
  background-color: hsl(125, 59%, 38%);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z9cnm2:hover 
{
  background-color: rgb(173, 255, 47);
} 
.Z9cnm3 {
  background-image: url(VSimage2/eye942.png);
  background-color: hsl(7, 49%, 83%);
  color: hsl(7, 49%, 83%);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z9cnm3:hover 
{
  background-color: rgb(173, 255, 47);
} 
.Z9cnm4 {
  background-image: url(VSimage2/pirate-ship942.png);
  background-color: hsl(187, 76%, 69%);
  color: hsl(187, 76%, 69%);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z9cnm4:hover 
{
  background-color: rgb(173, 255, 47);
} 
.Z9cnm5 {
  background-image: url(VSimage2/electricguitar942.png);
  background-color: hsla(150, 53%, 62%, 0.959);
  color: hsl(53%, 62%, 0.959);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z9cnm5:hover 
{
  background-color: rgb(173, 255, 47);
} 
.Z9cnm6 {
  background-image: url(VSimage2/buffoon942.png);
  background-color: hsla(212, 96%, 73%, 0.952);
  color: hsla(199, 30%, 78%, 0.952);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z9cnm6:hover
{
  background-color: rgb(173, 255, 47);
} 
.Z9cnm7 {
  background-image: url(VSimage2/fun942.png);
  background-color: hsla(113, 86%, 77%, 0.897);
  color: hsla(113, 86%, 77%, 0.897);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z9cnm7:hover
{
  background-color: rgb(173, 255, 47);
}
.Z9cnm8 {
  background-image: url(VSimage2/fish942.png);
  background-color: hsla(328, 23%, 87%, 0.719);
  color: hsla(328, 23%, 87%, 0.719);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z9cnm8:hover
{
background-color: rgb(173, 255, 47);
} 
.Z9cnm9 {
  background-image: url(VSimage2/costume942.png);
  background-color: hsla(221, 63%, 54%, 0.952);
  color: hsla(221, 63%, 54%, 0.952);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  visibility: visible;
}
.Z9cnm9:hover
{
  background-color: rgb(173, 255, 47);
} 

.Cardhov {
  position: relative;
  cursor: pointer;
  margin-left: .1em; 
  padding-top: 1px; 
  background-image: url(VSimage\crossword.png);
  background-repeat: no-repeat;
  width: 42px; height: 42px;
  visibility: visible;
  border-width: 0em;
  background-color: transparent;
}
.Cardhovv {
  position: relative;
  cursor: pointer;
  background-color: #1565c0;
  border-color: white;
  border-width: 4px;
  color: #fff;
  width: 9em;
  height: 1.8em;
  margin-left: .1em; 
  padding-top: 1px; 
  text-align: center;
  font-size:medium;
  font-style: italic;
  font-weight: bold;
  visibility: visible;
}
.Cardhov:hover 
{
  color: rgb(173, 255, 47);
  border-color: rgb(173, 255, 47);
} 
.cardhov2 {
  position: relative;
  cursor: pointer;
  background-color: #1565c0;
  border-color: white;
  border-width: 4px;
  color: #fff;
  width: 9em;
  height: 1.8em;
  margin-inline-start:  .5em;
  margin-top: 0em; 
  text-align: center;
  font-size:medium;
  font-weight: bold;
  font-style: italic;
  visibility: visible;
} 
.cardhov2:hover 
{
  color: rgb(173, 255, 47);
  border-color: rgb(173, 255, 47);
} 
.cardhov3 {
  position: relative;
  cursor: pointer;
  background-color: #1565c0;
  border-color: white;
  border-width: 4px;
  color: white;
  width: 9em;
  height: 1.8em;
  margin-inline-start:  2em;
  padding-top: -2.1em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  visibility: visible;
} 
.cardhov3:hover 
{
  color: rgb(173, 255, 47);
  border-color: rgb(173, 255, 47);
}
.Qzip-container1 {
    margin-left: -8px;
    margin-top: 4px;
    align-items: center
}
.Qzip-container {
    margin-left: 10px;
    margin-top: 8px;
    align-items: center;
}
.DQzip-container1 {
    display: flex;
    flex-direction: row;
    margin-left: -8px;
    margin-top: 4px;
    align-items: center;
}
.DQzip-container {
  display: flex;
  direction: ltr;
  flex-direction: row; 
  margin-left: 10px;
  margin-top: 8px;
  align-items:center;
}
.Qz00p {
  cursor: pointer;
  position: relative;
  background-color: #c4f2f2;
  border-width: 0px;
  border-radius: 20%;
  border-color: none;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  color: #000;
  width: 104px;
  height: 30px;   
  text-align:center;
  font-size:18px;
  font-style:normal;
  align-items:center;
}
.Qzz0p {
  cursor: pointer;
  position: relative;
  background-color: #c4f2f2;
  border-width: 0px;
  border-radius: 20%;
  border-color: none;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  color: purple;
  width: 76px;
  height: 30px;   
  text-align:center;
  font-style:normal;
  font-size:18px;
}
.Qzresetv {
  cursor: pointer;
  position: relative;
  background-color: red;
  border-width: 2px;
  border-radius: 20%;
  margin-top: 2px;
  margin-left: 75px;
  color: white;
  width:   90px;
  height: 50px;   
  text-align:center;
  font-size:16px;
  font-style:normal;
  align-items:center;
  visibility:visible;
}
.Qzreseth {
  cursor: none;
  position: relative;
  margin-left: 75px;
  color: transparent; 
  width: 90px;
  height: 50px; 
}

.Qz00pv {
  cursor: pointer;
  position: relative;
  background-color: #c4f2f2;
  border-width: 0px;
  border-radius: 20%;
  border-color: none;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  color: purple;
  width: 76px;
  height: 30px;   
  text-align:center;
  font-size:18px;
  font-style:normal;
  align-items:center;
}
.Qz00pm {
  cursor: pointer;
  position: relative;
  background-color: #53d42c;
  border-width: 0px;
  border-radius: 50%;
  border-color: none;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  color: purple;
  width: 126px;
  height: 30px;   
  text-align:left;
  font-size:12px;
  font-style:normal;
  align-items:center;
}

.Qz0p {
  cursor: pointer;
  position: relative;
  background-color:lightblue; 
  border-bottom-width: 2px;
  border-bottom-color: #53d42c;
  border-radius: 20%;
  border-top-color: lightblue;
  border-left-color: lightblue;
  border-right-color: lightblue;
  border-top:none;
  border-left: none;
  border-right: none;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  color: #000; 
  width: 104px;
  height: 30px;   
  text-align:center;
  font-size: 18px;
  font-style:normal;
  display: hidden;
}


.Qz0px {
   position: relative;
  background: linear-gradient(145deg, #e0e0e0, #ffffff);
  border: none;
  border-radius: 12px;
  box-shadow: 6px 6px 12px #bebebe, -6px -6px 12px #ffffff;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  font-style:normal;
  text-align:center;
  padding: 15px 30px;
  width: 104px;
  height: 30px; 
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  visibility: visible;
}

.Qz0px:active {
  box-shadow: inset 6px 6px 12px #bebebe, inset -6px -6px 12px #ffffff;
  transform: translateY(2px);
}


.Qz0pv {
   cursor: pointer;
  position: relative;
  background-color:lightblue; 
  border-bottom-width: 2px;
  border-bottom-color: #53d42c;
  border-radius: 20%;
  border-top-color: lightblue;
  border-left-color: lightblue;
  border-right-color: lightblue;
  border-top:none;
  border-left: none;
  border-right: none;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  color: #000; 
  width: 76px;
  height: 30px;   
  text-align:center;
  font-size: 18px;
  font-style:normal;
  display: hidden;
}
.clrrr{
  color: #000;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14);
  background: #fff;
  background-color: white;
 color: #adff2f;
 background-color:lightblue;
 background-color:#fff5df;
 color: #f0fff0;
 color: #53d42c;
 background-color: #1565c0;
 border-color:  #a9c3f3;
 background-color: #42f7cfb7;
 border-color:  #42f7cfb7;
 background-color: #869cfa;
 border-color:  rgb(173, 255, 47);
 color: rgb(117, 77, 77);
 color: #f1eaea;
 border-color:  #a5b9d1;
 background-color: #6699ff;
 color: #A67147;
 color: bisque;
 background-color:yellow;
 color: rgb(196, 87, 36);
 background: #808080; 
 color: #404040;
 background-color: #c2e2e1;
 border-bottom: solid 1px #808080;
 background-color: #49599a; 
}
.spydumb {
  position: relative;
  cursor: pointer;  
  background-color: #c4f2f2;
  background-position: center;
  background-repeat: no-repeat;
  color:transparent;
  border: none;
  width: 38px;
  height: 39px;
  margin-left: 3px;}
.Qzyp {
  cursor: pointer;
  position: relative;
  background-color: #adff2f;
  border-width: 1px;
  border-color:  transparent;
  border-radius: 20%;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  color: #000; 
  width: 104px;
  height: 30px;   
  text-align:center;
  font-size: 18px;
  font-style:normal;
  visibility: visible;
}

.Qz1p {
  cursor: pointer;
  position: relative;
  background-color:transparent;
  border-width: 1px;
  border-color: transparent;
  border-radius: 20%;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  color: #000;
  width: 104px;
  height: 30px;   
  text-align:center;
  font-size:18px;
  font-style:normal;
  visibility: visible;
}
.Qz1pz {
  cursor: pointer;
  position: relative;
  background-color:transparent;
  border-width: 1px;
  border-color: transparent;
  border-radius: 20%;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  color: #000;
  width: 76px;
  height: 30px;   
  text-align:center;
  font-size:18px;
  font-style:normal;
  visibility: visible;
}
.Qz2p {
 
  cursor: pointer;
  background-color:transparent;
  border: none;
  color: #000;  
  text-decoration: underline;
  width: 8.2em;
  height: 1.6em;
  border-radius: 20%;
  text-align:center;
  font-size:medium;
  font-style:normal;
  visibility: visible;
}
.Qz3p {
  cursor: pointer;
  background-color:transparent;
  border: none;
  color: #000;  
  text-decoration: underline;
  width: 8.2em;
  height: 1.6em;
  text-align:center;
  font-size:medium;
  font-style:normal;
  visibility: visible;
}
.Qz4p {
  cursor: pointer;
  background-color:transparent;
  border: none;
  color: #000;  
  text-decoration: underline;
  width: 8.2em;
  height: 1.6em;   
  text-align:center;
  font-size:medium;
  font-style:normal;
  visibility: visible;
}
.Qz5p {  
  cursor: pointer;
  background-color:transparent;
  border: none;
  color: #000;  
  text-decoration: underline;
  width: 8.2em;
  height: 1.6em;    
  text-align:center;
  font-size:medium;
  font-style:normal;
  visibility: visible;
}
.Qz6p {
  cursor: pointer;
  background-color:transparent;
  border: none;
  color: #000;  
  text-decoration: underline;
  width: 8.2em;
  height: 1.6em;   
  text-align:center;
  font-size:medium;
  font-style:normal;
  visibility: visible;
}
.Qz7p {  
  cursor: pointer;
  background-color:transparent;
  border: none;
  color: #000;  
  text-decoration: underline;
  width: 8.2em;
  height: 1.6em; 
  text-align:center;
  font-size:medium;
  font-style:normal;
  visibility: visible;
}
.Qz8p { 
  cursor: pointer;
  background-color:transparent;
  border: none;
  color: #000;  
  text-decoration: underline;
  width: 8.2em;
  height: 1.6em;   
  text-align:center;
  font-size:medium;
  font-style:normal;
  visibility: visible;
  color: #f0fff0
}
.Qz9p { 
  cursor: pointer;
  background-color:transparent;
  border: none;
  color: #000;  
  text-decoration: underline;
  width: 8.2em;
  height: 1.6em;   
  text-align:center;
  font-size:medium;
  font-style:normal;
  visibility: visible;
}

.cellzz
{   
 position: relative;
 cursor: pointer;
}
.dblbutton {
  position: relative;
  cursor: pointer;
  background-color: #afeecf;
  border-color: #afeecf;
  border-width: 4px;
  width: 9em;
  height: 1.8em;
  margin-left:  .1em;  
  margin-top: -2em; 
  text-align: center;
  font-size: medium;
  font-style: italic;
  font-weight:300;
  visibility: visible;
  }
.dblbutton:hover 
{
  border-color: #53d42c;
}
.dblbuttonh {
  position: relative;
  cursor: pointer;
  background-color: #fff5df;
  border: none;
  width: 9em;
  height: 1.8em;
  margin-left:  0em;  
  margin-top: -2em; 
  text-align: center;
  font-size: medium;
  font-style: italic;
  font-weight:300;
  visibility: hidden;
  }
.dblbutton2 {
  position: relative;
  cursor: pointer;
  background-color: #cdefef;
  border-color: #cdefef;
  border-width: 4px;   
  width:9em;
  height: 1.8em;
  margin-left:  .1em; 
  margin-top: -2em; 
  text-align: center;
  font-size: medium;
  font-style: italic;
  font-weight:300;
 
  }
.dblbutton2:hover 
{
  border-color: #53d42c;
}
.nmbrbuttonkh 
{
    position: relative;
    border: none;
    border-radius: 4px;
    margin-top: 0px;
    width: 18px;
    height: 20px;
    visibility:hidden;
    margin-left: 4px;
  } 

.nmbrbuttonkv {
    position: relative;
    background-color: #869cfa;
    color:white;
    border: transparent;
    border-radius: 4px;
    width: 18px;
    height: 20px;
    margin-left: 0;
    visibility:visible;     
    }
    .nmbrduttonkv {
      position: relative;
      background-color: black;
      color:white;
      border: transparent;
      border-radius: 4px;
      width: 18px;
      height: 20px;
      margin-left: 18px;
      visibility:visible;     
      }

    .nmbrbuttonkvbd {
      position: relative;
      cursor: pointer;
      background-color: #869cfa;
      color:black;
      border: transparent;
      border-radius: 4px;
      width: 18px;
      height: 20px;
      margin-left:8px;
      visibility:visible;     
      }
    
.nmbrbutton {  position: relative;
  cursor: pointer;
  background-color: #53d42c;
  border: none;
  border-radius: 4px;
  width: 18px;
  height: 20px;
  margin-left: 0px;
}
.nmbrbutton1 {
  position: relative;
  cursor: pointer;
  background-color: #a5b9d1;
  border: none;
  border-radius: 4px;
  width: 18px;
  height: 20px;
  margin-left: 0px;  
}
.nmbrbutton1:hover 
{
  background-color: #53d42c;
}
.nmbrbutton2 {
  position: relative;
  cursor: pointer;
  background-color: #a5b9d1;
  border: none;
  border-radius: 4px;
  width: 18px;
  height: 20px;
  margin-left: 0;
  visibility: visible;    
}
.nmbrbutton2:hover 
{
  background-color: #53d42c;      
}
.nmbrbuttonAN81n {
  position: relative;
  cursor: pointer;  
  background-color: rgb(173, 255, 47);
  background-image: url(VSimage/baby48.png);
  background-position: center;
  background-repeat: no-repeat;
  color:transparent;
  width: 38px;
  height: 39px;
  margin-left: 3px;}

  .nmbrbuttonAN82n {
    position: relative;
    cursor: pointer;  
    background-color: rgb(173, 255, 47);
    background-image: url(VSimage/triangle48.png);
    background-position: center;
    background-repeat: no-repeat;
    color:transparent;
    width: 38px;
    height: 39px;
    margin-left: 3px;}

    .nmbrbuttonAN83n {
      position: relative;
      cursor: pointer;  
      background-color: rgb(173, 255, 47);
      background-image: url(VSimage/pumpkin48.png);
      background-position: center;
      background-repeat: no-repeat;
      color:transparent;
      width: 38px;
      height: 39px;
      margin-left: 3px;}
      
      .nmbrbuttonAN84n {
        position: relative;
        cursor: pointer;  
        background-color: rgb(173, 255, 47);
        background-image: url(VSimage/istar84.png);
        background-position: center;
        background-repeat: no-repeat;
        color:transparent;
        width: 38px;
        height: 39px;
        margin-left: 3px;}
        .nmbrbuttonAN85n {
          position: relative;
          cursor: pointer;  
          background-color: rgb(173, 255, 47);
          background-image: url(VSimage/freedom48.png);
          background-position: center;
          background-repeat: no-repeat;
          color:transparent;
          width: 38px;
          height: 39px;
          margin-left: 3px;}
          .nmbrbuttonAN86n {
            position: relative;
            cursor: pointer;  
            background-color: rgb(173, 255, 47);
            background-image: url(VSimage/giraffe842.png);
            background-position: center;
            background-repeat: no-repeat;
            color:transparent;
            width: 38px;
            height: 39px;
            margin-left: 3px;}
            .nmbrbuttonAN87n {
              position: relative;
              cursor: pointer;  
              background-color: rgb(173, 255, 47);
              background-image: url(VSimage/philodendron48.png);
              background-position: center;
              background-repeat: no-repeat;
              color:transparent;
              width: 38px;
              height: 39px;
              margin-left: 3px;}
              .nmbrbuttonAN88n {
                position: relative;
                cursor: pointer;  
                background-color: rgb(173, 255, 47);
                background-image: url(VSimage/cleopatra48.png);
                background-position: center;
                background-repeat: no-repeat;
                color:transparent;
                width: 38px;
                height: 39px;
                margin-left: 3px;}
                .nmbrbuttonAN89n {
                  position: relative;
                  cursor: pointer;  
                  background-color: rgb(173, 255, 47);
                  background-image: url(VSimage/smile48.png);
                  background-position: center;
                  background-repeat: no-repeat;
                  color:transparent;
                  width: 38px;
                  height: 39px;
                  margin-left: 3px;}
.nmbrbuttonAN31 {
  position: relative;
  cursor: pointer;
  background-color: hsl(212, 75%, 73%);
  background-image: url(VSimage/baby48.png);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  width: 38px;
  height: 39px;
  margin-left: 3px;}
  .nmbrbuttonAN31:hover 
{
  background-color: rgb(173, 255, 47);
} 
  .nmbrbuttonAN32 {
    position: relative;
    cursor: pointer;
    background-color: hsl(125, 59%, 38%);
    background-image: url(VSimage/triangle48.png);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    width: 38px;
    height: 39px;
    margin-left: 3px;}
    .nmbrbuttonAN32:hover 
    {
      background-color: rgb(173, 255, 47);
    } 
    .nmbrbuttonAN33 {
      position: relative;
      cursor: pointer;
      background-color: hsl(7, 49%, 83%);
      background-image: url(VSimage/pumpkin48.png);
      background-position: center;
      background-repeat: no-repeat;
      color: transparent;
      width: 38px;
      height: 39px;
      margin-left: 3px;}
      .nmbrbuttonAN33:hover 
      {
        background-color: rgb(173, 255, 47);
      } 
      .nmbrbuttonAN34 {
        position: relative;
        cursor: pointer;
        background-color: hsl(187, 76%, 69%);
        background-image: url(VSimage/istar84.png);
        background-position: center;
        background-repeat: no-repeat;
        color: transparent;
        width: 38px;
        height: 39px;
        margin-left: 3px;}
        .nmbrbuttonAN34:hover 
        {
          background-color: rgb(173, 255, 47);
        } 
        .nmbrbuttonAN35 {
          position: relative;
          cursor: pointer;
          background-color: hsla(150, 53%, 62%, 0.959);
          background-image: url(VSimage/freedom48.png);
          background-position: center;
          background-repeat: no-repeat;
          color: transparent;
          width: 38px;
          height: 39px;
          margin-left: 3px;}
          .nmbrbuttonAN35:hover 
          {
            background-color: rgb(173, 255, 47);
          } 
          .nmbrbuttonAN36 {
            position: relative;
            cursor: pointer;
            background-color: hsla(212, 96%, 73%, 0.952);
            background-image: url(VSimage/giraffe842.png);
            background-position: center;
            background-repeat: no-repeat;
            color: transparent;
            width: 38px;
            height: 39px;
            margin-left: 3px;}
            .nmbrbuttonAN36:hover 
            {
              background-color: rgb(173, 255, 47);
            } 
            .nmbrbuttonAN37 {
              position: relative;
              cursor: pointer;
              background-color: hsla(113, 73%, 93%, 0.897);
              background-image: url(VSimage/philodendron48.png);
              background-position: center;
              background-repeat: no-repeat;
              color: transparent;
              width: 38px;
              height: 39px;
              margin-left: 3px;}
              .nmbrbuttonAN37:hover 
              {
                background-color: rgb(173, 255, 47);
              } 
              .nmbrbuttonAN38 {
                position: relative;
                cursor: pointer;
                background-color: hsla(328, 23%, 87%, 0.719);
                background-image: url(VSimage/cleopatra48.png);
                background-position: center;
                background-repeat: no-repeat;
                color: transparent;
                width: 38px;
                height: 39px;
                margin-left: 3px;}
                .nmbrbuttonAN38:hover 
                {
                  background-color: rgb(173, 255, 47);
                } 
                .nmbrbuttonAN39 {
                  position: relative;
                  cursor: pointer;
                  background-color: hsla(221, 63%, 54%, 0.952);
                  background-image: url(VSimage/smile48.png);
                  background-position: center;
                  background-repeat: no-repeat;
                  color: transparent;
                  width: 38px;
                  height: 39px;
                  margin-left: 3px;}
                  .nmbrbuttonAN39:hover 
                  {
                    background-color: rgb(173, 255, 47);
                  } 

                  .nmbrbuttonAN91 {
                    position: relative;
                    cursor: pointer;
                    background-color: hsl(212, 75%, 73%);
                    background-image: url(VSimage2/chaicup9.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    color: transparent;
                    width: 38px;
                    height: 39px;
                    margin-left: 3px;
                  }
                    .nmbrbuttonAN91:hover 
                  {
                    background-color: rgb(173, 255, 47);
                  } 
                    .nmbrbuttonAN92 {
                      position: relative;
                      cursor: pointer;
                      background-color: hsl(125, 59%, 38%);
                      background-image: url(VSimage2/fire942.png);
                      background-position: center;
                      background-repeat: no-repeat;
                      color: transparent;
                      width: 38px;
                      height: 39px;
                      margin-left: 3px;}
                      .nmbrbuttonAN92:hover 
                      {
                        background-color: rgb(173, 255, 47);
                      } 
                      .nmbrbuttonAN93 {
                        position: relative;
                        cursor: pointer;
                        background-color: hsl(7, 49%, 83%);
                        background-image: url(VSimage2/eye942.png);
                        background-position: center;
                        background-repeat: no-repeat;
                        color: transparent;
                        width: 38px;
                        height: 39px;
                        margin-left: 3px;}
                        .nmbrbuttonAN93:hover 
                        {
                          background-color: rgb(173, 255, 47);
                        } 
                        .nmbrbuttonAN94 {
                          position: relative;
                          cursor: pointer;
                          background-color: hsl(187, 76%, 69%);
                          background-image: url(VSimage2/pirate-ship942.png);
                          background-position: center;
                          background-repeat: no-repeat;
                          color: transparent;
                          width: 38px;
                          height: 39px;
                          margin-left: 3px;}
                          .nmbrbuttonAN94:hover 
                          {
                            background-color: rgb(173, 255, 47);
                          } 
                          .nmbrbuttonAN95 {
                            position: relative;
                            cursor: pointer;
                            background-color: hsla(150, 53%, 62%, 0.959);
                            background-image: url(VSimage2/electricguitar942.png);
                            background-position: center;
                            background-repeat: no-repeat;
                            color: transparent;
                            width: 38px;
                            height: 39px;
                            margin-left: 3px;}
                            .nmbrbuttonAN95:hover 
                            {
                              background-color: rgb(173, 255, 47);
                            } 
                            .nmbrbuttonAN96 {
                              position: relative;
                              cursor: pointer;
                              background-color: hsla(212, 96%, 73%, 0.952);
                              background-image: url(VSimage2/buffoon942.png);
                              background-position: center;
                              background-repeat: no-repeat;
                              color: transparent;
                              width: 38px;
                              height: 39px;
                              margin-left: 3px;}
                              .nmbrbuttonAN96:hover 
                              {
                                background-color: rgb(173, 255, 47);
                              } 
                              .nmbrbuttonAN97 {
                                position: relative;
                                cursor: pointer;
                                background-color: hsla(113, 73%, 93%, 0.897);
                                background-image: url(VSimage2/fun942.png);
                                background-position: center;
                                background-repeat: no-repeat;
                                color: transparent;
                                width: 38px;
                                height: 39px;
                                margin-left: 3px;}
                                .nmbrbuttonAN97:hover 
                                {
                                  background-color: rgb(173, 255, 47);
                                } 
                                .nmbrbuttonAN98 {
                                  position: relative;
                                  cursor: pointer;
                                  background-color: hsla(328, 23%, 87%, 0.719);
                                  background-image: url(VSimage2/fish942.png);
                                  background-position: center;
                                  background-repeat: no-repeat;
                                  color: transparent;
                                  width: 38px;
                                  height: 39px;
                                  margin-left: 3px;}
                                  .nmbrbuttonAN98:hover 
                                  {
                                    background-color: rgb(173, 255, 47);
                                  } 
                                  .nmbrbuttonAN99 {
                                    position: relative;
                                    cursor: pointer;
                                    background-color: hsla(221, 63%, 54%, 0.952);
                                    background-image: url(VSimage2/costume942.png);
                                    background-position: center;
                                    background-repeat: no-repeat;
                                    color: transparent;
                                    width: 38px;
                                    height: 39px;
                                    margin-left: 3px;}
                                    .nmbrbuttonAN99:hover 
                                    {
                                      background-color: rgb(173, 255, 47);
                                    } 
.nmbrbutton3Ah {
position: relative;
cursor: pointer;
margin-top: 4px;
background-color: #6699ff;
border-color:  #a5b9d1; 
border-width: 5px;
border-radius: 5px;
width: 34px;
font-size:16px;
color: white;
font-weight: bold;
height: 37px;
display:hidden;}

.nmbrbutton3A {
position: relative;
cursor: pointer;
margin-top: 3px;
background-color: #6699ff;
border-color:  #a5b9d1; 
border-width: 5px;
border-radius: 5px;
width: 34px;
font-size:16px;
color: white;
font-weight: bold;
height: 37px;
visibility:visible;}

.nmbrbutton3A:hover 
{
border-color:  rgb(173, 255, 47);
color: rgb(173, 255, 47);
}
.nmbrbutton3AA1 {
    margin-top: 0px;
    cursor: none;
    background-color: transparent;
    border-width: 5px;
    border-color: transparent;
    color: black;
    border-radius: 5px;
    display:flex ;
    flex-direction: row ;
    font-size: 17px;
    font-style: italic;
    font: bold;
    width: 32px;
    height: 30px;
    margin-left: -10px;
    margin-right: 8px;
    visibility: visible;}

.nmbrbutton3AA {
  margin-top: 0px;
  margin-right: 7px;
  position: relative;
  cursor: none;
  border-width: 5px;
  background-color: transparent;
  border-color:  transparent;  
  color: black;
  font-size: 17px;
   font-style: italic;
  font: bold;
  background-position: center;
  width: 32px; height: 30px;
  border-radius: 5px;}

  .nmbrbutton3AAh {
  margin-top: 0px;
  margin-right: 7px;
  position: relative;
  cursor: none;
  border-width: 5px;
  background-color: transparent;
  border-color:  transparent;  
  color: black;
  font-size: 17px;
   font-style: italic;
  font: bold;
  background-position: center;
  width: 32px; height: 30px;
  border-radius: 5px;
  display:none}

.nmbrbutton3BA {
  margin-top: 8px;
  margin-left: 6px;
  position: relative;
  cursor: pointer;
  border-color:  #a5b9d1; 
  border-width: 5px;
  background-color: #6699ff;
  border-color:  #a5b9d1;  
  color: white;
  font-size: 16px;
  font-weight: bold;
  background-position: center;
  width: 32px; height: 34px;
  border-radius: 5px; 
  }
    .nmbrbutton3BA:hover 
   {
     border-color:  rgb(173, 255, 47);
     color:  rgb(173, 255, 47);
   }

   .nmbrbutton3BF {
  margin-top: 8px;
  gap: 2em;
  margin-inline-start: 56px;
  position: relative;
  cursor: pointer;
  border-color:  #a5b9d1; 
  border-width: 5px;
  background-color: #6699ff;
  border-color:  #a5b9d1;  
  color: white;
  font-size: 16px;
  font-weight: bold;
  background-position: center;
  width: 32px; height: 34px;
  border-radius: 5px; 
  }
    .nmbrbutton3BF:hover 
   {
     border-color:  rgb(173, 255, 47);
     color:  rgb(173, 255, 47);
   }
   .nmbrbutton3BB {
    padding-top: -18px;
    position: relative;
    cursor: pointer;
    background-color: #6699ff;
    color: white;
    font-weight: bold;
    border-color:  #a5b9d1;
    border-width: 4px; 
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    width: 32px;
    height: 34px;
    margin-left: 88px;
    }
      .nmbrbutton3BB:hover 
     {
       border-color:  rgb(173, 255, 47);
       color:  rgb(173, 255, 47);
      
     }
   
.nmbrbutton3B {
    margin-top: 40px;
    cursor: pointer;
    background-color: #6699ff;
    border-width: 5px;
    border-color: #a5b9d1;
    color: #A67147;
    border-radius: 5px;
    display:flex ;
    flex-direction: row ;
    font-size: large;
    width: 32px;
    height: 34px;
    margin-left: 8px;
    visibility: visible;}
     .nmbrbutton3B:hover 
{
  border-color: rgb(173, 255, 47);
  }
  .nmbrbutton3Ci {   
  margin-top: 10px;
  margin-left: 3px;
  position: relative;
  border-width: 5px;
  background-color: #6699ff;
  border-color:  #a5b9d1; 
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  font-size:large;
  color: white;
  font-weight: bold;
  width: 33px; height: 34px;
  border-radius: 5px;
   } 
   .nmbrbutton3Ci:hover 
{
  border-color:  #53d42c;
} 
.nmbrbutton3Cz {   
  margin-top: 4px;
  margin-left: 1px;
  position: relative;
  border-width: 5px;
  background-color: #53d42c;
  border-color:  #53d42c; 
  border-radius: 50%;
  background-repeat: no-repeat;
  font-size: 12px;
  color: white;
  font-weight: bold;
  background-position: center;
  width: 36px; 
  height: 36px;  
  background-repeat: no-repeat;
   } 
   .nmbrbutton3Cz:hover 
{
  border-color:  #53d42c;
} 
.nmbrbutton3i {
  margin-top: 3px;
  position: relative;
  cursor: pointer;
  background-color: #6699ff;
  background-image: url(VSimage/multiply.png);
  border-color:  #a5b9d1; 
  border-width: 5px;
  border-radius: 5px;
  width: 32px;
  background-position: center;
  font-size:18px;
  color: black;
  font-weight: bold;
  height: 34px;
  display:block;}
  .nmbrbutton3i:hover 
  {
  border-color:  rgb(173, 255, 47);
  color: rgb(173, 255, 47);
  }
.nmbrbutton3ix {
    margin-top: 3px;
    position: relative;
    margin-left: 2px;
    cursor: pointer;
    border-color: #a5b9d1;
    border-width: 5px;
    background-color: #6699ff;
    border-color: #a5b9d1;
    color: transparent;
    background-position: center;
    display: block;
    width: 38px;
    height: 39px;
    border-radius: 3px;
} 
   .nmbrbutton3ix:hover 
{
  border-color:  rgb(173, 255, 47);
} 

.nmbrbutton3i2 {
  position: relative;
  cursor: pointer;
  background-color: #6699ff;
  border-color:  #a5b9d1; 
  border-width: 5px;
  background-image: url(VSimage/istar84.png);
  width: 38px;
  color: #f1eaea;
  height: 39px;
  margin-left: 4px; 
  } 
  .nmbrbutton3i2:hover 
  {
    border-color:  rgb(173, 255, 47);
    background-color: rgb(173, 255, 47);
  }

.nmbrbutton3 {
    position: relative;
    cursor: pointer;
    background-color: #6699ff;
    border-color: #a5b9d1;
    margin-top: 3px;
    border-width: 1px;
    border-radius: 5px;
    width: 38px;
    font-size: 20px;
    color: white;
    height: 39px;
    visibility: visible;
    font-weight: bold;
    margin-left: 2px;
    display: block;
}
.nmbrbutton3:hover 
{
  border-color:  rgb(173, 255, 47);
  color: rgb(173, 255, 47);
}
.nmbrbutton3bd {
  position: relative;
  cursor: pointer;
  background-color: #6699ff;
  border-color:   #a5b9d1; 
  border-width: 5px;
  border-radius: 5px;
  width: 38px;
  font-size:16px;
  color: black;
  height: 39px;
  visibility: visible;
  font-weight: bold;
  margin-left: 2px;}
.nmbrbutton3bd:hover 
{
  border-color:  rgb(173, 255, 47);
  color: rgb(173, 255, 47);
  color: black;
}
.nmbrbutton3u {
  position: relative;
  cursor: pointer;
  background-color: #53d42c;
  border-color:   #53d42c;
  border-width: 5px;
  border-radius: 50%;
  width: 38px;
  font-size:16px;
  color: white;
  height: 39px;
  font-weight: bold;
  margin-left: 3px;}
.nmbrbutton3u:hover 
{
  border-color:  #53d42c;
  color:  #53d42c;
}
.nmbrbutton31 {
  margin-top: -4px;
  position: relative;
  cursor: pointer;
  background-color: #6699ff;
  border-color:  #a5b9d1; 
  border-width: 5px;
  border-radius: 5px;
  width: 38px;
  font-size:16px;
  color: white;
  font-weight: bold;
  height: 39px;
  margin-inline-start: -2px;
  }
.nmbrbutton31:hover 
{
  border-color:  rgb(173, 255, 47);
  color:  rgb(173, 255, 47);
}
.nmbrbutton3C {
  position: relative;
  cursor: pointer;
  background-color: #6699ff;
  border-color:  #a5b9d1; 
  border-width: 4px;
  border-radius: 5px;
  width: 38px;
  font-size:16px;
  color: white;
  height: 39px;}
 .nmbrbutton3C:hover 
{
  border-color:  rgb(173, 255, 47);
  color:  rgb(173, 255, 47);
}
.nmbrbutton3d {
  margin-top: 10px;
  position: relative;
  cursor: pointer;
  background-color: #a5b9d1;
  border-color:  #a5b9d1; 
  border-width: 4px;
  border-radius: 5px;
  width: 30px;
  font-size: medium;
  height: 32px;
  margin-left: 4px;
  visibility: hidden;}
.nmbrbutton3d:hover 
{
  border-color:  #53d42c;
}
.nmbrbutton3q {
  padding-top: 14px;
  position: relative;
  cursor: pointer;
  background-color: #a5b9d1;
  border-color:  #f1eaea; 
  border-width: 12px;
  border-radius: 40%;
  width: 38px;
  height: 39px;
  padding-left: 20px;
  }
.nmbrbutton3q:hover 
{
  border-color:  #53d42c;
}
.custom-button {
  display: inline-block;
  background: url('VSimage/undorepo.svg') no-repeat center center;
  width: 35px;
  height: 35px; /* Set the desired width */
}
.nmbrbutton3qA {
  margin-top: 10px;
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 12px;
  border-radius: 5%;
  width: 30px;
  height: 30px;
  margin-left: 32px;
  visibility:visible;
  }
.nmbrbutton3q:hover 
{
  border-color:  #53d42c;
}

.nmbrbutton3qh {
  padding-top: 14px;
  position: relative;
  cursor: pointer;
  background-color: #a5b9d1;
  border-color:  #a5b9d1; 
  border-width: 5px;
  width: 38px;
  height: 39px;
  padding-left: 20px;
  }
.nmbrbutton3qu {
    position: relative;
    margin-top: 2px;
    margin-bottom: 3px;
    cursor: pointer;
    margin-left: 3px;
    visibility: visible;
    background-color: #6699ff;
    border-color: #a5b9d1;
    border-width: 5px;
    border-radius: 5px;
    width: 38px;
    font-size: 16px;
    color: white;
    height: 39px;
    display: block;
    font-weight: bold;
}
.nmbrbutton3qu:hover 
{
  border-color:  rgb(173, 255, 47);
  color: rgb(173, 255, 47);
}
      .nmbrbutton3qd {
        margin-top: 27px;
        cursor: pointer;
        margin-left: -58px;
        visibility:visible;
        position: relative;
        background-color: #6699ff;
        border-color:   #a5b9d1; 
        border-width: 5px;
        border-radius: 5px;
        width: 38px;
        font-size:16px;
        color: white;
        height: 39px;
        font-weight: bold;}
      .nmbrbutton3qd:hover 
      {
        border-color:  rgb(173, 255, 47);
        color: rgb(173, 255, 47);
      }
.nmbrbutton3z {  
  position: relative;
  cursor: pointer;
  background-color: #53d42c;
  border-color:  #53d42c; 
  border-width: 3px;
  border-radius: 50%;
  width: 38px;
  font-size:16px;
  color: white;
  visibility:visible;
  font-weight: bold;
  height: 39px;
  margin-left: 3px;
} 
.nmbrbutton3bz {  
  position: relative;
  cursor: pointer;
  background-color: #53d42c;
  border-color:  #53d42c; 
  border-width: 3px;
  border-radius: 50%;
  width: 38px;
  font-size:16px;
  color: black;
 display:block;
  font-weight: bold;
  height: 39px;
  margin-left: 3px;
} 
.nmbrbutton31z {
 
  position: relative;
  cursor: pointer;
  background-color: #53d42c;
  border-color:  #53d42c; 
  border-width: 5px;
  border-radius: 50%;
  width: 38px;
  font-size:16px;
  color: white;
  font-weight: bold;
  height: 39px;
  visibility: visible;
  margin-left: -40px;
} 
.nmbrbutton91z {
 
  position: relative;
  cursor: pointer;
  background-color: #53d42c;
  background-image: url(942.png);
  border-color:  #53d42c; 
  border-width: 5px;
  border-radius: 50%;
  width: 38px;
  font-size:16px;
  color: white;
  font-weight: bold;
  height: 39px;
  margin-left: -40px;
} 
.nmbrbutton3iz { 
  position: relative;
  cursor: pointer;
  background-color: #53d42c;
  border-color:  #53d42c; 
  background-image: url(VSimage/multiply.png);
  border-width: 5px;
  border-radius: 50%;
  width: 38px;
  font-size:12px;
  color: transparent;
  height: 39px;
  background-position: center;
  margin-left: 4px;
  visibility: visible;
}  
.nmbrbutton3zq {
  position: relative;
  cursor: pointer;
  background-color: #53d42c;
  border-color:  #53d42c; 
  border-width: 5px;
  border-radius: 50%;
  width: 38px;
  font-size:16px;
  color: white;
  font-weight: bold;
  height: 39px;
  margin-left: 3px;}
  .nmbrbutton3zq:hover     
{
border-color: rgb(173, 255, 47);         
} 
.nmbrbutton3zx {
      position: absolute;
      cursor: pointer;
      background-color: #a5b9d1;
      border-color:  #a5b9d1; 
      border-width: 5px;
      border-radius: 50%;
      color: #f1eaea;
      width: 28px;
      height: 30px;
      margin-top: 44px; 
      margin-left: 0px;} 
.nmbrbutton3zx:hover 
{
      border-color:  #53d42c;
} 
.nmbrbutton33 {
      position: relative;
      cursor: pointer;
      background-color: #53d42c;
      border: none;
      border-radius: 5px;
      width: 28px;
      height: 30px;
      margin-left: 4px;} 
      .nmbrbutton3zz
       {   
        padding-top: 14px;
        position: relative;
        cursor: pointer;
        border-width: 5px;
        background-image: url(VSimage/multiply.png);
        background-color: #6699ff;
        border-color:  #a5b9d1; 
        background-repeat: no-repeat;
        color: white;
        font-weight: bold;
        background-position: center;
        width: 38px; height: 39px;
        border-radius: 5px;
        margin-left: 110px;
        display:block;
        } 
         .nmbrbutton3zz:hover 
      {
        border-color:  #53d42c;
      }      
.nmbrbuttonz {
  position: relative;
  cursor: pointer;
  background-color: #f1eaea;
  border: none;
  border-radius: 4px;
  width: 18px;
  height: 20px;
  margin-right: 0;
  visibility:hidden;
    }
.nmbrbuttony {
    position:relative;
    cursor: pointer;
    background-color: #a5b9d1;
    border: none;
    border-radius: 4px;
    width: 18px;
    height: 20px;
    margin-right: 0;
    visibility:hidden;
    }
.nmbrbuttonyv {
      position:relative;
      cursor: pointer;
      background-color: #a5b9d1;
      border: none;
      border-radius: 4px;
      width: 18px;
      height: 20px;
      margin-right: 0;        
      visibility:visible;
      }
.nmbrbuttonzq {
    position: relative;
    background-color: #53d42c;
    border: none;
    border-radius: 4px;
    width: 18px;
    height: 20px;
    margin-left: 0;
    visibility:hidden;
     }
     .nmbrbuttonzqq {
      position: relative;
      background-color: #53d42c;
      border: none;
      border-radius: 4px;
      width: 18px;
      height: 20px;
      margin-left: 0;
      visibility:visible;
       }
.nmbrbuttonzi {
      position: relative;
      border: none;
      width: 18px;
      height: 20px;
      margin-top: 0px;
      visibility:hidden;
      }
.nmbrbuttonzAD {
        position: relative;
        cursor: pointer;
        border: none;
        border-radius: 4px;
        width: 18px;
        height: 20px;
        margin-left: 0;
        visibility:hidden;
        }
.nmbrbuttonzz {
    position: relative;
    cursor: pointer;
    background-color: #a5b9d1;
    border: none;
    border-radius: 4px;
    width: 18px;
    height: 20px;
    margin-left: 0;
    visibility: visible;     
    }
.nmbrbuttonzqA {
      position: relative;
      background-color: #53d42c;
      border: none;
      border-radius: 4px;
      width: 18px;
      height: 20px;
      margin-left: 0;
      visibility:visible;
      pointer-events: none;
       }
.chkboxzi{
     cursor: pointer;
     margin-top: 4px;     
     transform: scale(1.6);
     visibility: hidden;
    } 
.chkboxzd{
      visibility: hidden;         
}

.chkboxzsd{
  visibility:visible;
 }
.chkboxzs{
    visibility:visible;
   }
.nmbrAlpha {
  position: relative;
    color: black;
    font-size:large;
    padding-top: 2px;
    width: 20px; 
    border: none;
    display:flex;
    align-items:center;
    flex-direction: row;
    background: transparent;
    margin-left: 10px; 
    visibility: visible;
  }
.nmbrAlphaa {
    position: relative;
    color: black;
    font-size: large;
    padding-top: 2px;
    width: 34px;
    height: 20px;
    border: none;
    align-items: center;
    text-align: center;
    flex-direction: row;
    background: transparent;
    margin-left: -7px;
    visibility: visible;
}
.nmbrAlphab {
    position: relative;
    color: black;
    font-size: large;
    padding-top: 2px;
    width: 24px;
    border: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    background: transparent;
    margin-left: 34px;
    visibility: visible;
}
.nmbrAlphac {
    position: relative;
    color: black;
    font-size: large;
    padding-top: 2px;
    width: 28px;
    border: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    background: transparent;
    margin-left: 10px;
    visibility: visible;
}
.nmbrAlphc {
    color: white;
    font-size: large;
    padding-top: 0px;
    width: 14px;
    border: none;
    display: flex;
    flex-direction: row;
    background: transparent;
    visibility: visible;
}
.flexAlpha {
    margin-top: 38px; 
    margin-left: 188px;
    visibility:visible;
    }

.Alphrally {
    padding-top: 5px;
    padding-left: 10px;
  }
  .diamond3 {   
    position: relative;
    background-image: url(VSimage/diamond.png);
    background-color: #6699ff;
    border-color:  #a5b9d1; 
    background-repeat: no-repeat;
    background-position: center;
    visibility:visible;
    } 

.LetterAlpha {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-basis:content;
  justify-content: space-evenly;
  align-content:space-around;
  align-content: start;
  align-items: center; 
  margin-top: 0px;
  margin-left: -8px;
  height: 50px;
  margin-bottom: -9px;
  width: 380px;
  }
  .LetterAlphAa {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis:content;
    justify-content: space-evenly;
    align-content:space-around;
    align-content: start;
    align-items: center; 
    margin-top: 0px;
    margin-left: 88px;
    height: 50px;
    width: 175px;
    }
.ripple {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  animation: ripple-effect 1.1s 1 cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 0;
}

@keyframes ripple-effect {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    transform: scale(100);
    opacity: 0;
  }
}
.fintimv {
  padding-top: 40px;
  height: 20px;
  padding-left: 16px;
  text-align: left;
  color: #1565c0;
  font-size: 16px;
  visibility: visible;
  }
.fintim {
    margin-top: -10px;
    padding-top: 0px;
    height: 20px;
    padding-left: 16px;
    vertical-align: 15px;
    text-align: left;
    color: #1565c0;
    font-size: 16px;
    visibility:hidden;
    }
.fintimz {
  padding-top: 40px;
  height: 20px;
  padding-left: 16px;
  text-align: left;
  color: red;
  font-size: 16px;
  visibility: visible;
  }
.timer {
  vertical-align: 28px;
  text-align: right;
   color: #1565c0;
  font-size: 16px;
  visibility: visible;
  }
.timerz { 
    margin-top: 36px;
    text-align: right;
     color: #1565c0;
    font-size: 16px;
    visibility: visible;
    }
.timer2 {
   margin-top: 26px;
    height: 20px;
    vertical-align: 16px;
    padding-left: 16px;
    text-align: left;
    color: #1565c0;
    font-size: 16px;
    visibility: visible;
    }

.timer2z {
      margin-top: 26px;
      height: 20px;
      vertical-align: 18px;
      padding-left: 16px;
      text-align: left;
      color: #1565c0;
      font-size: 16px;
      visibility: visible;
      }
.timer2zz {
        margin-top: 26px;
        height: 20px;
        vertical-align: 18px;
        padding-left: 16px;
        text-align: left;
        color: red;
        font-size: 16px;
        visibility: visible;
        }
.timerx {
    vertical-align: 8px;
    text-align: right;
     color: #1565c0;
    font-size: 16px;
    visibility: hidden;
    }
.qzincelldiv {
      text-align: left;
      margin-inline-start: .5em;
      width: 380px;
      padding-top: 0px;
      padding: 3px;     
      background-color: #fff5df;
      color: black;
      font-style: italic;
       }
       .qzincelldiv2 {
        text-align: left;
        margin-inline-start: .5em;
        width: 380px;
        padding-top: 0px;
        padding: 3px;     
        background-color: #c5e0d8;
        color: black;
        font-style: italic;
         }
.qzincelly {
    text-align: left;
    width: 220px;
    padding-left: 7px;
    margin-left: 18px;
    background-color: rgb(173, 255, 47);
    color: black;
    font-style: italic;
    visibility: visible;
}
        .qzincelly:hover 
         {
          background-color:rgb(173, 255, 47);
         } 
        
         .qzincelloh {
        text-align: left;
        width: 240px;        
        padding-left: 7px;
        margin-left: 18px;
        background-color: white;  
        border: solid 1px;
        color: black;
        font-style: italic;
        cursor: pointer;
        display:none;
         }
.qzincello {
        text-align: left;
        width: 240px;        
        padding-left: 7px;
        margin-left: 18px;
        background-color: white;  
        border: solid 1px;
        color: black;
        font-style: italic;
        cursor: pointer;
        visibility:visible;
         }
.qzincello:hover 
         {
          background-color:yellow !important;
         } 
.qzincell {
      text-align: left;
      width: 326px;
      padding: 2px;
      padding-left: 3px;
      margin-left: 19px;
      background-color: #fff5df;
      border: none;
      pointer-events:none;
      font-style: italic;
      font-size: medium;
      display: visible;
       }
.qzincelld {
        text-align: left;
        width: 1px;
        padding: 3px;
        padding-left: 3px;
        margin-left: 3px;
        color: black;
        font-style: italic;
        display:none;
         }  
.qzincellin {
    text-align: left;
    width: 120px;
    padding-top: 5px;
    padding-left: 3px;   
    color: black;
    font-style: italic;
        }  
.qzincellf {
  display:flex ;
  text-align: left;
  width: 320px;  
  color: black;
  font-style: italic;
     }  
.zzzincell { 
    background-color: #53d42c;
     }
.qzzincell { 
      border-bottom:solid; 
      border-top:none;
      border-right:none;  
      border-left:none;
      }
.qzinmsg {
        text-align: left;
        margin-top: 1em;
        margin-bottom: 1em;
        width: 31.3em;
        padding: 13px;
        text-decoration-color: #5e92f3;
        font-style: italic;
          }  
.message-box {
    position: fixed;
    z-index: 25;
    width: 27.5em;
    height: 2em;
    top: 9.5em;
    left: 43.1em;
    text-align:center; 
    -webkit-text-fill-color:  red;
    transform: translate(-50%, -50%);
    background-color: rgb(195, 204, 235);
    border: none;
    padding-top:  0em;
    padding-left: 2em; 
    display: none;   
  }
.ok-button {
    background-color: red;
    -webkit-text-fill-color:  white;
     padding: 3px; 
  }
.message-boxz {
    z-index: 1;}
.rmnWrite {
  text-decoration-color:deepskyblue;
}
.remain-table {
  position: relative;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
}
.remain-column {
  float: left;
  max-width: 264px;
}
.remain-cell {
  margin: 10px;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
}
.remain-cell div {
  padding: 5px 12px;
}
.remain-cell-header {
  background-color: #1565c0;
  color: white;
  font-weight: bold;
  border-bottom: solid 2px rgba(0, 0, 0, 0.2);
}
.red {
  background: #ff6659;
  color: #9a0007;
}
.gray {
  background: #808080;
  color: #404040;
}
.floating {
  position: fixed;
  bottom: 84px;
  right: 64px;
  z-index: 20;
}
.floating-btnx {
  position: fixed;
  bottom: 48px;
  right: 48px;
  border-radius: 50%;
  padding: 11px;
  border: none;
  background-color: #1565c0;
  color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  outline: none;
  z-index: 21;
}
.floating-btn {
  position: relative;
  bottom: 9.5em;
  right:  60em;
  border-radius: 50%;
  padding: 12px;
  border: none;
  background-color: #1565c0;
  color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  outline: none;
  z-index: 21;}
.pnt{
  cursor: pointer;}
  .pnt:hover
         {
          background-color:blue;
          
         } 
.cellclass {
  cursor:pointer; 
  }
.Wordcross {
    position: relative;
    margin-top: 2px;
    background-image: url(VSimage/crossword.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border-width: 0em;
    background-color: transparent;
} 
        .Wordcrossh {
          position: relative;
              margin-left: -16px;
              display: none;
              border-width: 0em;
              background-color: transparent;
              }
.SkLhead {
    margin-top: 2px;
    width: 370px;
    height: 60px;
    cursor: pointer;
    font-size: 22px;
    color: #000;
    font-style: italic;
    border-width: 0em;
    font-weight: 300;
} 
.headvimgv {
    margin-top: 2px;
    position: relative;
    margin-bottom: 8px;
    margin-left: 10px;
    background-image: url(VSimage/sudoku942.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border-width: 0em;
    background-color: transparent;
    display: block;
} 
  .headvimgh {
    position: relative;
    margin-bottom: 8px; 
    margin-left: 10px; 
    background-image: url(VSimage/sudoku942.png);
    background-repeat: no-repeat;
    width: 42px; height: 42px;
    visibility: hidden;
    border-width: 0em;
    background-color: transparent;
  } 
  .headv2imgv {
    position: relative;
    margin-bottom: 8px; 
    margin-left: 10px; 
    background-image: url(VSimage/sudoku942.png);
    background-repeat: no-repeat;
    width: 42px; height: 42px;
    visibility: visible;
    cursor: pointer;
    border-width: 0em;
    background-color: transparent;
  } 
  .headv2imgh {
    position: relative;
    margin-bottom: 8px; 
    margin-left: 10px; 
    width: 42px; height: 42px;
    visibility: hidden;
    border-width: 0em;
    background-color: transparent;
  } 
  .headv
  {   
    margin-top: 8px;
    text-align:center;
    width: 380px;  
    height: 42px;      
    padding-left: -10px;
    margin-left: 0px;
    background-color:transparent;
    border-width: 3px;
    border-radius: 6%;
    font-style:italic;
    font-size: 20px;
    color: #000;
    border-width: 0em;
    font-weight:300;
  }
   .headv2 {
  margin-top: 0px;
  text-align:center;
  width: 395px;  
  height: 36px;      
  background-color:transparent;
  border:none;
  font-style:italic;
  font-size: 20px;
  color: black;
  visibility:visible;
  cursor: pointer;
  font-weight:300;
     }
     .headv3 {
      margin-top: 0px;
      text-align:center;
      cursor: pointer;
      width: 380px;  
      height: 36px;      
      background-color:transparent;
      border:none;
      font-style:italic;
      font-size: 20px;
      color: black;
      visibility:visible;
      cursor: pointer;
      font-weight:300;
       }

        .headvpimgh
       {   
        position: relative;
        margin-left: -4px;
        background-image: url(VSimage/police-line.png);
        background-repeat: no-repeat;
        width: 42px; height: 42px;
        visibility: hidden;
        border-width: 0em;
        background-color: transparent;
        } 
        .headvpimgv
        {   
         position: relative;
         margin-top: 13px;
         margin-left: -8px;
         background-image: url(VSimage/police-line.png);
         background-repeat: no-repeat;
         width: 42px; height: 42px;
         visibility: visible;
         cursor: pointer;
         border-width: 0em;
         background-color: transparent;
         } 
.msgdiva{
    margin-top: 0px;
        width: 444px;
        right: 286px;
        height: 25px;
        color: rgb(117, 77, 77);
        background-color:transparent;
        border-radius: 10px;
        border: none;
        padding: 2px;
        text-align: center;
        font-weight:normal;
        font-size: 16px;
      }
.Msgdiah{
  margin: 0 auto;
  margin-top: 25px;
        width: 500px;
        right: 280px;
        height: 60px;
        color: rgb(196, 87, 36);
        background-color: #c2e2e1;
        border-radius: 10px;
        border: none;
        padding: 10px;
        text-transform: lowercase;
        visibility: hidden;
        font-weight:normal;
        font-size: 15px;}
.Msgdia{
  margin: 0 auto;
  margin-top: 25px;
        width: 500px;
        right: 280px;
        height: 60px;
        color: rgb(196, 87, 36);
        background-color: #c2e2e1;
        border-radius: 10px;
        border: none;
        padding: 10px;
        font-weight: bold;
        font-size: 15px;}
.Msgmsg{        
   width: 410px;                
   background-color: transparent;                
   border: none;
     }
.dialog {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
  transition: all 0.2s;
 }
.dialog-content {
  top: -200px;
  background: #fff;
  background-color: #f7fbfa;
  width: 890%;
  max-width: 540px;
  height:auto;
  margin: auto;
  vertical-align: middle;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14);
  z-index: 51;
  transition: all 0.5s;
}
.dialog-header {
  margin-top: 4vh;
  font-size: 22px;
  font-weight: bold;
  background-color: #f7fbfa;
  padding: 16px 32px;
  border-bottom: solid 1px #808080;
}
.dialog-body  {
  margin: 4px 0 4px 8px;
  color: black;
  background-color: #f7fbfa;
}
.responsive
{
  width: 40px;
  height: 40px;
}
.radio-dialog {
  border-top: solid 1px #808080;
  margin-top: 24px;
  text-align: right;
  padding-right: 16px;
}

.RadioClk{
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 165px;
  height: 14px;
}
.Radiolbl{
  width: 140px;
  height: 15px;
}

.dialog-btn {
  background-color: transparent;
  border: none;
  text-decoration-line: underline;
  color: black;
  font-size: 16px;
  text-align: center;
  margin: 8px 0;
  outline: none;
  width: 80px;
  display: hidden;
}
.dialog-btn:hover 
 {
  background-color:yellow !important;
  } 
.dialog-btn2 {
  background-color: transparent;
  border: none;
  text-decoration-line: underline;
  color: red;
  font-size: 16px;
  text-align: center;
  margin: 8px 0;
  outline: none;
  width: 140px;
  margin-inline-start: 20px;
  display: hidden;
}
.dialog-btn2:hover 
 {
  background-color:yellow !important;
  } 
.footer {
  text-align: center;
  color: white;
  background-color: #49599a;
  margin: 44px 0 0 0;
  padding: 8px;
}
.footer a {
  color: white;
}
.about-dialog-content {
  max-width: 720px;
}

.dialog-card {
  padding: 16px;
  margin: 8px;
  max-width: 160px;
}
.about-card-quote {
  color: #606060;
  font-size: 14px;
  margin-top: 16px;
}

.about-card-img img {
  width: 96px;
  height: auto;
}
.about-card-title {
  font-size: 16px;
  margin: 8px 0;
}
.about-card-content {
  font-size: 15px;
  margin: 4px 0;
}
.more-option-div {
  position: static;
  display: inline-block;
  margin-right: 16px;
}
.more-option-list {
  display: block;
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14);
  right: 18px;
  z-index: 25;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.more-option-hide {
  display: block;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14);
  right: 18px;
  z-index: 25;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.6, 1);
 }
