body {
    font-family: 'Orbitron', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: white;
    background-image: url('../img/fundo.jpg');
    backdrop-filter: blur(8px);
    position: relative;
    height: 100%;
    background-size: cover;
}
.page-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px; 
    margin: 0 auto;
}

header, footer {
    width: 100%;
    margin-top: 0%;
    padding: 10px;
    background-color: #3333332f;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0; 
}

.left-column, .right-column {
    flex: 1;
    max-width: 35%; 
    margin: 5px;
    padding: 5px;
    border: 5px solid transparent; 
    border-radius: 5px;
    text-align: left;
    box-shadow: 0 5px 10px rgba(9,0,0,0.5);
    background-color: #23080888;
}

.game-container {
    flex: 2;
    position: relative; 
    border: 5px solid transparent; 
    box-sizing: border-box;
    max-width: calc(40% - 10px); 
    background-color: #23080888;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(9,0,0,0.5);
}
#myProgress {
    margin-top: -6px;
    width: 100%;
    background-color: #ecc710a4;
  }
  
  #myBar {
    width: 100%;
    height: 30px;
    background-color: #04AA6D;
  }
input{
    padding:4px;
    border:2px solid #ccc;
    width:40px;
    height:30px;
    text-align: center;
}
button{
    border:2px solid #ccc;
    display:inline-block;
    padding:8px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    background-color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
    border-radius: 10%;
}
.example-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.example-code,
.example-feedback {
    flex-basis: 50%;
    text-align: center;
}


.lock {
    position: relative;
    width: 50px;
    height: 70px;
}

.lock-body {
    background-color: #333;
    border-radius: 10px;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
}

.lock-shackle {
    width: 80%;
    height: 40%;
    border: 5px solid black;
    border-top: none;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    transform: rotate(180deg);
    transition: transform 0.5s ease-in-out;
  }
.lock-shackle.open {
    transform: rotate(180deg) translateY(33%);
    border-left: 0.5px;
}
.disk-container {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    text-align: center;
}

.lock-disk {
    width: 45px;
    height: 40px;
    text-align: center;
    background-color: #f1f1f100;
    border: 1px solid #cccccc7b;
    font-size: 18px;
    margin: 5px;
    line-height: 40px; 
    user-select: none; 
    cursor: ns-resize;
}

.arrow {
    display: block;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: #f1f1f100;
    border: 1px solid #cccccc7b;
    user-select: none;
    margin: 0 auto;
}
.up{
    border-top-left-radius: 100px;
    border-bottom: transparent;
    border-top-right-radius: 100px;
    transform:translateY(53%);
}
.down{
    border-bottom-left-radius: 26px;
    border-top: transparent;
    border-bottom-right-radius: 26px;
    transform:translateY(-53%);
}

.modal {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    z-index: 9999; 
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color:black;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 25px;
    color:black;
    cursor: pointer;
}
#inputContainer input {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid black;
    font-size: 18px;
    margin: 5px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: ns-resize; 
  }


/* Estilo para telas menores (mobile) */
@media (max-width: 768px) {
    .main-content {
        flex-direction: column;
        width: 95%;
    }

    .left-column, .right-column {
        max-width: 100%; 
    }

    .game-container {
        max-width: 100%; 
    }
}
.container-ads {
    width: 300px;
    border: 1px solid #ccc;
    padding: 10px;
}

.title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hamburger {
    font-size: 24px;
    margin-right: 10px;
}

.content-ads {
    display: none;
    margin-top: 10px;
}

.content-ads.active {
    display: block;
}
.container-ads2 {
    width: 300px;
    border: 1px solid #ccc;
    padding: 10px;
}

.title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hamburger {
    font-size: 24px;
    margin-right: 10px;
}

.content-ads2 {
    display: none;
    margin-top: 10px;
}

.content-ads2.active {
    display: block;
}