body {
    height: 100vh;
}

#text-area {
    height: 70px;
}

#leapYearResult {
    color: lime;
}

.nav-link{
    color:rgb(160, 161, 163);
}

/* dice game */

.left-dice {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.right-dice {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

/* box container 1 */
.dicebox1 {
    width: 120px;
    height: 120px;
    background: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    border-radius: 8px;
  
}

/* box container 2 */
.dicebox2 {
    width: 120px;
    height: 120px;
    background: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    border-radius: 8px;
    
}

/* box container 3 */
.dicebox3 {
    width: 120px;
    height: 120px;
    background: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    border-radius: 8px;
    
}

/* box container 4 */
.dicebox4 {
    width: 120px;
    height: 120px;
    background: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    border-radius: 8px;
    
}

/* box container 5 */
.dicebox5 {
    width: 120px;
    height: 120px;
    background: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    border-radius: 8px;
    
}

/* box container 6 */
.dicebox6 {
    width: 120px;
    height: 120px;
    background: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    border-radius: 8px;
    
}

/* 1 dot */
.dicebox1 > .dots1 {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 2/2/3/3;
   
}




/* 2 dots */
.dicebox2 > .dots2 {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 1/3/2/4;
   
}

.dicebox2 > :nth-child(2) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 3/1/4/2;
   
}


/* 3 dots */
.dicebox3 > .dots3 {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 1/3/2/4;
   
}

.dicebox3 > :nth-child(2) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 3/1/4/2;
   
}


.dicebox3 > :nth-child(3) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 2/2/3/3;
   
}



/* 4 dots */
.dicebox4 > .dots4 {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 1/1/2/2;
   
}

.dicebox4 > :nth-child(2) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 1/3/2/4;
}

.dicebox4 > :nth-child(3) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 3/1/4/2;
}


.dicebox4 > :nth-child(4) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 3/3/4/4;
}

/* 5 dots */
.dicebox5 > .dots5 {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 1/1/2/2;
   
}

.dicebox5 > :nth-child(2) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 1/3/2/4;
}

.dicebox5 > :nth-child(3) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 3/1/4/2;
}


.dicebox5 > :nth-child(4) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 3/3/4/4;
}


.dicebox5 > :nth-child(5) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 2/2/3/3;
}

/* 6 dots */
.dicebox6 > .dots6 {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 1/1/2/2;
   
}

.dicebox6 > :nth-child(2) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 2/1/3/2;
}

.dicebox6 > :nth-child(3) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 3/1/4/2;
}


.dicebox6 > :nth-child(4) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 1/3/2/4;
}


.dicebox6 > :nth-child(5) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 2/3/3/4;
}

.dicebox6 > :nth-child(6) {
    height: 20px;
    width: 20px;
    background: black;
    border-radius: 50%;
    border: 1px solid black;
    gap:4px;
    margin:10px;
    grid-area: 3/3/4/4;
}

/* winner text-color */
.winner {
    color:rgb(19, 190, 19);
}



/* Simon game */

#level-title {
    background: linear-gradient(violet,blueviolet,darkviolet);
    background-clip: text;
    color:transparent;
    margin-bottom:50px;
    font-family:"Press Start 2P";
    font-size: 2rem;
    margin: 50px 0;
}

.row.simonBox {
    display: flex;
    justify-content: center;
}

.button{
    margin:5px;
    border: 5px solid black;
   
}

#green {
    background:green;
    width: 100px;
    height: 100px;
    border-radius: 50% 0 0 0;
}
#red {
    background:red;
    width: 100px;
    height: 100px;
    border-radius:  0 50% 0 0;
}
#yellow {
    background:yellow;
    width: 100px;
    height: 100px;
    border-radius:  0 0 0 50% ;
    margin-bottom:50px;
}
#blue {
    background:blue;
    width: 100px;
    height: 100px;
    border-radius:  0 0 50% 0  ;
    margin-bottom:50px;
}

.pressed {
    box-shadow: 0 0 20px white;
    background-color: grey;
  }
  

/* QrCode */
#qr-code {
    padding:10px;
    margin:auto;
   height: 220px;
   width: 220px;
   background: white;
   margin-bottom:50px;
}





#offcanvasNavbar{
    width: 300px;
    padding:10px;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(5, 11, 21, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
  }

  #offcanvasNavbarLabel{
    color:#c3c0c0
  }

  #offcanvasNavbar > div.offcanvas-body > ul > li.nav-item.fs-4 > div > a.btn.btn-secondary.mx-auto{
    background: transparent;
    width: 250px;
  }
