@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

body {
    background-image: linear-gradient(rgba(29, 29, 29, 0.7), rgba(29, 29, 29, 0.7)), url(../img/background_login.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    font-family: "Poppins", serif;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

a {
    text-decoration: none;
}

h2 {
    margin: 0;
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.input_login {
    width: 100%;
    padding: 0.4rem;
    border-radius: 8px;
    font-size: 16px;
    border: 1.5px solid lightgrey;
    outline: none;
    box-sizing: border-box;
}

.input_entrar {
    width: 100%;
    padding: 0.4rem;
    border-radius: 8px;
    font-size: 16px;
    color: white !important;
    text-decoration: none;
    text-align: center;
    outline: none;
    background-color: orange;
    box-sizing: border-box;
    border: none;
    margin-top: 0.5rem;
}

.input_enviar {
    width: 100%;
    padding: 0.4rem;
    border-radius: 8px;
    font-size: 16px;
    color: white !important;
    text-decoration: none;
    text-align: center;
    outline: none;
    background-color: orange;
    box-sizing: border-box;
    border: none;
    margin-top: 0.5rem;
}

.div-header-icones {
    display: flex;
    align-items: center;
}

.div_dois {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.2rem;
}

.link-texto {
    color: orange;
    text-decoration: none;
}

a:visited {
    color: orange;
    text-decoration: none;
}

.aba {
	cursor: pointer;
	padding: 6px 10px;
	border-bottom: 2px solid transparent;
}

.aba:hover {
	color: orange;
}

.aba.ativa {
	border-color: orange;
	color: orange;
	font-weight: 600;
}


.texto-cadastro {
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_card_planos {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    gap: 0.2rem;
}

.container_card {
    display: flex;
    justify-content: center;
    width: 90%;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 1rem;
}

ul {
    margin: 0;
    padding-left: 1.5rem;
}

.titulo_plano {
    font-weight: 500;
    font-size: 20px;
}

.div_card_planos {
    display: flex;
    gap: 0.8rem;
    width: 100%;
    overflow: auto;
}

.div_card_medidas {
    display: flex;
    gap: 0.8rem;
    width: 100%;
    overflow: auto;
    flex-direction: column;
}

.card_planos_perfil {
    background-color: white;
    border-radius: 8px;
    padding: 0.6rem;
    border: 1px solid rgba(0, 0, 0, 0.7);
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.2rem;
}

.preco_planos {
    color: #E70503;
    font-size: 18px;
    font-weight: 600;
}

.texto_recorrencia {
    color: #000000d4;
    font-weight: 400;
}

.btn_assinar_plano {
    background-color: #E70503;
    padding: 0.5rem;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    color: white;
    border: none;
}

.titulo_planos_perfil {
    color: white;
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.texto-informativo {
    font-size: 16px;
    text-align: center;
}

.container_login {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    width: 100%;
}


.div_inputs {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: center;
    margin-bottom: 1rem;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.card-info p {
    margin: 0.2rem 0;
    font-size: 0.9rem;
    color: #555;
}

.card-detalhe {
    display: flex;
    align-items: start;
    justify-content: space-between;
    background: #fafafa;
    border-radius: 8px;
    padding: 0.6rem 0.8rem;
    border: 1px solid #eee;
}

.card-relatorio {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    padding: 10px;
    color: white;
}
.card-relatorio .card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.card-relatorio .card-info h3 {
    margin: 0;
    font-size: 16px;
    color: #000000;
}
.card-relatorio .card-info p {
    margin: 2px 0;
    font-size: 14px;
}
.card-relatorio .card-acoes {
    display: flex;
}


.valor_medida_avaliacao {
    font-weight: 500;
}

.card-detalhe img {
    width: 40px;
    object-fit: contain;
    border-radius: 8px;
}

.div_peca {
    display: flex;
    gap: 1rem;
    align-items: start;
    width: 100%;
}

.div_medidas_peca {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.pecas_medidas {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    text-align: start;
    gap: 0px;
    width: 100%;
}

.card-info h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #111;
}

.card-header img {
    width: 90px;
    border-radius: 8px;
}

.card-usuario span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #111;
    margin-left: 0.4rem;
}

.card-usuario img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.card-usuario {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.card-detalhe h4 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #111;
}

.card-detalhe-medida {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    box-sizing: border-box;
    min-width: 100%;
}

.plano_ativo {
    opacity: 0.7;
}

.senha-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.senha-wrapper input {
    width: 100%;
    padding-right: 40px;
}

.toggle-senha {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #777;
    font-size: 18px;
    transition: color 0.3s;
}

.toggle-senha:hover {
    color: #333;
}

header {
    background-color: #262626;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

footer {
    background-color: #262626;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.circulo_img_usuario {
    height: 120px;
    width: 120px;
    border: 3px solid white;
    background-color: rgb(228, 228, 228);
    border-radius: 50%;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.3));
    object-fit: cover;
}

.div_img_perfil {
    position: relative;
}

.fa-camera {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: orange;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.3));
}

.container_login {
    overflow: auto;
    flex: 1;
}