body {
    overflow-x: hidden;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.page-header {
    border-bottom: none;
}

.game-name small {
    display: block;
}

.user-stats hr {
    margin: 10px;
}

.user-stats .well {
    padding: 5px 10px;
}

.page-title {
    margin-top: 0px;
}

.footer {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0.5rem 0;
    position: relative;
    margin-top: 2rem;
    width: 100%;
}

.drop-up {
    top: auto;
    bottom: 100% !important;
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    font-size: 12px;
    padding: 1em;
    display: none;
    border-radius: 3px;
}

.go-top:hover {
	background-color: #474747;
    color: #fff;
}

.social-links {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.85rem;
    margin: 0;
    white-space: nowrap;
    max-width: 50%;
}

.social-links a {
    color: #fff;
    font-size: 1rem;
    transition: color 0.3s ease;
    text-decoration: none;
    padding: 0 2px;
}

.social-links a:hover {
    color: #007bff;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

.item-border {
    border: 4px solid grey;
    border-radius: 5px;
}

.item-border:hover {
    background: AntiqueWhite;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.progress span {
    position: absolute;
    display: block;
    width: 95%;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.sidebar {
    padding: 20px;
    background-color: white;
    border-left: 4px solid #D9DBDB;
}

#indbgr {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    margin-bottom: 0 !important;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.25rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .50rem;
  padding-bottom: .50rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.hide {
    display: none;
}

.m1odal-bg {
    display: none;
}

.m1odal-content {
    display: none;
}

.m1odal-close {
    display: none;
}

.screenshot {
    display: none;
}

.tutorial-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tutorial-step {
  display: none;
}

.tutorial-step.active {
  display: block;
}

.tutorial-step pre {
  background-color: #f8f9fa; /* Cor de fundo da área de código */
  border: 1px solid #d1d3e2; /* Borda ao redor da área de código */
  padding: 10px; /* Espaçamento interno da área de código */
  border-radius: 5px; /* Borda arredondada */
 }  

#fixed-modals-container {
    display: none;
}

.stats-modal {
    display: block;
}

#stats {
    display: block;
}

#stats2 {
    display: block;
}

#skills {
    display: block;
}

.stats-modal i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

.scale-animation {
    animation: scale 0.3s ease-in-out;
}

@keyframes scale {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.transition-width {
    transition: width 0.3s ease-in-out;
}

.progress {
    background-color: rgba(0,0,0,0.1) !important;
    margin-bottom: 10px !important;
}

.progress-bar {
    color: white !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3) !important;
}

.badge {
    font-size: 0.9em !important;
    padding: 5px 8px !important;
    margin-left: 5px !important;
}

.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    transition: transform 0.2s ease;
}

.card:hover {
    transform: translateY(-2px);
}

.card-body {
    padding: 2rem;
}

.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link {
    border: none;
    color: #495057;
    font-weight: 500;
    padding: 0.8rem 1.2rem;
    transition: all 0.2s ease;
}

.nav-tabs .nav-link:hover {
    border: none;
    color: #0d6efd;
}

.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #0d6efd;
    color: #0d6efd;
}

.input-group-text {
    background-color: #f8f9fa;
    border-right: none;
}

.form-control {
    border-left: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.btn {
    padding: 0.6rem 1.2rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-google {
    background-color: #db4437;
    border-color: #db4437;
    color: white;
}

.btn-google:hover {
    background-color: #c53929;
    border-color: #c53929;
    color: white;
}

.social-login {
    margin-top: 1.5rem;
    text-align: center;
}

.badge {
    padding: 0.5em 0.8em;
    font-weight: 500;
}

.stats-card {
    margin-top: 2rem;
}

.stats-card .badge {
    margin-left: 0.5rem;
}

@media (max-width: 768px) {
    .card-body {
        padding: 1.5rem;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.card {
    animation: fadeIn 0.3s ease-out;
}

#gamelogin .card {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.input-group {
    border-radius: 0.375rem;
    overflow: hidden;
}

.copyright {
    font-size: 0.85rem;
    white-space: nowrap;
    text-align: right;
    max-width: 50%;
}

.text-muted {
    color: #adb5bd !important;
}
