html {
  font-size: 16px;
}

a {
    text-decoration: none;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background-color: rgb(35,40,49) !important;
}

.menu {
    background-color: rgba(84,191,187) !important;
    margin: 50px auto 0px auto;
    padding: 20px;
    border-radius: 30px 30px 0 0;
    border: none !important;
    max-width: 600px;
    height: 75px;
}

.menu a {
    color: rgb(35,40,49) !important;
    font-weight: bold
}

.conteudo {
    max-width: 600px;
    height: calc(100vh - 175px);
    margin: 0px auto 0 auto;
    padding: 20px 0px 20px 0px;
    border-radius: 0 0 30px 30px;
    background-color: rgb(42,52,67) !important;
    backdrop-filter: blur(10px);
    overflow: auto;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #6d6d6d7a transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    margin: 0 0 20px 0;
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    border: none;
}

.cardConta {
    margin: 0 20px 0 20px;
}

.cardConta > .card {
    padding: 10px !important;
    border-radius: 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
}

.titulo {
    color: rgb(84,191,187);
    font-size: 25px;
    font-weight: bold;
}

.icone-texto {
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
    text-align: center; /* Alinhamento horizontal do texto */
}

.texto {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.icone-acao {
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer !important;
}

.btn-success {
    background-color: rgba(84,191,187) !important;
    border-color: rgba(84,191,187) !important;
}

.btn-success:hover {
    background-color: rgba(77,175,171) !important;
    border-color: rgba(77,175,171) !important;
}

.card-login {
    margin: 50px;
    padding: 30px;
    border-radius: 15px !important;
    background-color: rgba(0,0,0,0.2);
}

.card-login label{
    color: white;
    font-weight: bold;
}