
.captcha-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#captcha-image {
  max-width: 280px;
  height: 90px;
  border: 1px solid #ddd;
}

.url {
margin-top:10px;
background: #29BECC;
padding:5px;
border-radius:10px;
}
.bg-color {
background: #DDD;
}
.bg-shadow {
box-shadow: 0px 0px 51px 6px rgba(157,156,156,0.65);
-webkit-box-shadow: 0px 0px 51px 6px rgba(157,156,156,0.65);
-moz-box-shadow: 0px 0px 51px 6px rgba(157,156,156,0.65);
border: 1px solid #DDD;
border-radius: 10px;
padding: 10px;
}
.row {
margin-top:40px !important;
}
.form-control,select {
margin-top:5px;
}
.green {
color: white;
}
.botao { width:100%;}

.full {
width:100% !important;
height:100%;
}
.card {
background-color: #ffffff;
box-shadow: #DDD 1px 2px 2px 2px;
margin-top:10px;
float:left;
margin:5px
}
.card-header {
background-color: #FFF !important;
}
.botao_novo {
background:#560253;
padding:10px;
color:#FFF;

}
.botao_novo:hover {
background:#560253;
border-top: solid 1px #4B0248;
color:#FFF;
transition: 0.5s;
}

a {
text-decoration: none; /* Remove o sublinhado */
color: inherit; /* Mant_m a cor do texto padr_o */
}

a:hover {
/* Adicione estilos adicionais ao passar o mouse se desejar */
}
input.filled {
border-color: #1EDE8B !important;
box-shadow: 1px 5px 5px -4px rgba(56,223,157,0.65);
-webkit-box-shadow: 1px 5px 5px -4px rgba(56,223,157,0.65);
-moz-box-shadow: 1px 5px 5px -4px rgba(56,223,157,0.65);
}
#result {
margin-top: 20px;
padding: 10px;
display: none; /* Esconde o resultado inicialmente */
transition: 0.5s;
}
#result p {
margin: 0;
}
#resultContent {
padding:10px;
background:black;
border:1px solid #DDD;
color:#FFF;
border-radius:10px;
}
.nav-item {
transition: 0.5s;
padding:2px;
}

.espaco {
margin-left: 10px;
}

.nav-item:hover {
border-radius:10px;
background: #DDD;
transition: 0.5s;
}
.alert-danger {
background-color:#EA0766;
color: #FFF;
box-shadow: 5px 8px 26px 0px rgba(195,195,195,0.75);
-webkit-box-shadow: 5px 8px 26px 0px rgba(195,195,195,0.75);
-moz-box-shadow: 5px 8px 26px 0px rgba(195,195,195,0.75);
}

.card-header {
border-bottom:none !important;
}
.full2 {
min-width:85%;
}
.thead-light {
background-color:#DDD !important;
}
.status-card {
border-radius: 10px;
border-color: #4B0248 2px solid;
color: #000000;
padding: 10px;

margin: 5px;
box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.1);
transition: transform 0.2s;
}
.title {
text-align: center;
margin-bottom: 30px;
font-weight: bold;
color: #000;
font-size: 24px;
}
.cpu { background: linear-gradient(135deg, #007bff, #0056b3); }
.memory { background: linear-gradient(135deg, #28a745, #1e7e34); }
.disk { background: linear-gradient(135deg, #ffc107, #d39e00); }
.nginx { background: linear-gradient(135deg, #e7e7e7, #dddddd); }
.ffmpeg { background: linear-gradient(135deg, #343a40, #1d1f21); }


.scoreboard { margin-top: 30px !important; }

  .match-item {
    background: white;
    padding: 15px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #e9ecef;
  }

  .match-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    background-color: #f8f9fa;
  }

  .match-item .status {
    font-size: 0.9em;
    color: #6c757d;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 5px;
  }

  .match-item .players {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px 0;
    text-align: center;
    color: #212529;
  }

  .match-item .match-info {
    font-size: 0.85em;
    color: #6c757d;
    margin-top: 10px;
    border-top: 1px solid #e9ecef;
    padding-top: 5px;
  }

  .in-progress-match {
    border-left: 4px solid #28a745;
  }

  .vs-text {
    display: block;
    color: #6c757d;
    margin: 5px 0;
    font-weight: bold;
  }