.aneVipFormControl {
display: block;
width: 100%;
height: auto;
padding: 12px 14px;
font-size: 14px;
line-height: 1.4;
color: #ffffff;
background-color: rgba(255, 255, 255, 0.05);
background-image: none;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 8px;
box-shadow: none;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
box-sizing: border-box;
}
.aneVipFormControl:focus {
outline: none;
border-color: var(--accent, #9d4edd);
box-shadow: 0 0 10px rgba(157, 78, 221, 0.3);
background-color: rgba(255, 255, 255, 0.08);
}
.aneVipFormGroup {
margin-bottom: 16px;
}
.aneVipFormGroup label {
color: #9aa0a6;
font-size: 11px;
font-weight: 700;
margin-bottom: 6px;
display: block;
text-transform: uppercase;
letter-spacing: 0.5px;
} .aneVipAlert,
.alert {
padding: 12px 16px;
margin-bottom: 20px;
border-radius: 8px;
font-size: 13px;
line-height: 1.4;
box-sizing: border-box;
}
.aneVipAlertWarning {
color: #fcc419;
background-color: rgba(252, 248, 227, 0.1);
border: 1px solid rgba(252, 196, 25, 0.3);
}
.aneVipAlertSuccess {
color: #51cf66;
background-color: rgba(40, 167, 69, 0.1);
border: 1px solid rgba(81, 207, 102, 0.3);
}
.aneVipAlertDanger {
color: #ff6b6b;
background-color: rgba(217, 83, 79, 0.1);
border: 1px solid rgba(255, 107, 107, 0.3);
} .aneVipBtn,
.btn,
.btnn {
display: inline-block;
padding: 12px 20px;
margin-bottom: 0;
font-size: 14px;
font-weight: 700;
line-height: 1.4;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
user-select: none;
border: none;
border-radius: 8px;
text-transform: uppercase;
color: #ffffff;
background-color: var(--accent, #9d4edd);
box-shadow: 0 0 12px rgba(157, 78, 221, 0.3);
transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
box-sizing: border-box;
}
.aneVipBtn:hover,
.btn:hover,
.btnn:hover {
color: #ffffff;
background-color: var(--accent-hover, #7b2cbf);
transform: translateY(-2px);
box-shadow: 0 0 16px rgba(157, 78, 221, 0.5);
opacity: 1;
}
.aneVipBtnPrimary,
.aneVipBtnSuccess {
background-color: var(--accent, #9d4edd);
border-color: transparent;
}
.aneVipBtnDanger {
color: #ffffff;
background-color: #e63946;
}
.aneVipBtnDanger:hover {
background-color: #c1121f;
}
.aneVipBtnBlock {
display: block;
width: 100%;
} .conta-conteudo {
background-color: #181a20;
padding: 25px;
border-radius: 12px;
max-width: 100%;
margin: 0 auto;
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
} .dp-auth-modal .conta-conteudo {
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
}
.formCamposTitulo {
font-size: 18px;
font-weight: 700;
border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
padding-bottom: 10px;
margin-bottom: 20px;
text-align: center;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 0.5px;
} .dp-auth-modal .formCamposTitulo,
.dp-auth-modal .title-page {
display: none !important;
} .dp-auth-modal #tab-register a.login-btn,
.dp-auth-modal #tab-register .btn-login,
.dp-auth-modal #tab-login a.signup-btn,
.dp-auth-modal #tab-login .btn-signup {
display: none !important;
} .aneVipTextCenter {
text-align: center;
margin-top: 15px;
}
.aneVipTextCenter a,
.content-single a {
color: var(--accent, #9d4edd);
text-decoration: none;
font-weight: 600;
font-size: 13px;
transition: color 0.2s ease;
}
.aneVipTextCenter a:hover,
.content-single a:hover {
color: #ffffff;
text-decoration: underline;
}
.content-single {
color: #9aa0a6;
}
.title-page {
display: none;
} .aneVipPainel {
background-color: #181a20;
color: #ffffff;
padding: 15px;
border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.08);
}
.aneVipPainelMenu {
margin: 0;
padding: 0;
list-style: none;
float: left;
width: 180px;
}
.aneVipPainelMenu li {
border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
.aneVipPainelMenu li:last-child {
border-bottom: 0;
}
.aneVipPainelMenu a {
display: block;
padding: 8px 12px;
line-height: 24px;
font-weight: 600;
color: #9aa0a6;
border-radius: 4px;
transition: all 0.2s ease;
}
.aneVipPainelMenu a:hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.05);
text-decoration: none;
}
.aneVipPainelConteudo {
float: right;
min-height: 80px;
width: calc(100% - 210px);
}
.aneVipPainelTitulo {
margin-bottom: 20px;
border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
padding-bottom: 8px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
} .aneVipBotaoFavoritos {
text-align: right;
}
.aneVipBotaoFavoritos button {
background-color: rgba(255, 255, 255, 0.05);
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.1);
background-image: url(//animeshentai.cc/wp-content/plugins/plugin-conta-unlimeted/img/heart-regular.png);
background-repeat: no-repeat;
background-position: 8px center;
background-size: 14px;
padding: 4px 12px 4px 30px;
font-size: 12px;
cursor: pointer;
border-radius: 6px;
transition: all 0.2s ease;
}
.aneVipBotaoFavoritos button.ativo {
background-image: url(//animeshentai.cc/wp-content/plugins/plugin-conta-unlimeted/img/heart-solid.png);
border-color: var(--accent, #9d4edd);
} .aneVipListaFavoritoConteudo {
background-color: #20232a;
border: 1px rgba(255, 255, 255, 0.08) solid;
padding: 6px;
border-radius: 6px;
}
.aneVipListaFavoritoTitulo {
font-weight: 600;
color: #ffffff;
} .aneVipPlanoConteudo {
background-color: #181a20;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 8px;
overflow: hidden;
color: #9aa0a6;
}
.aneVipPlanoTitulo {
background-color: var(--accent, #9d4edd);
font-weight: 700;
color: #ffffff;
text-align: center;
font-size: 16px;
line-height: 40px;
}
.aneVipPlanoValor {
font-size: 24px;
color: #ffffff;
text-align: center;
padding: 12px 0;
font-weight: 800;
}
.aneVipPlanoBotao button {
border: none;
padding: 8px 18px;
font-size: 13px;
font-weight: 700;
color: #ffffff;
background-color: var(--accent, #9d4edd);
cursor: pointer;
border-radius: 6px;
text-transform: uppercase;
}
.aneVipTable td, 
.aneVipTable th {
padding: 12px;
border-top: 1px solid rgba(255, 255, 255, 0.08);
color: #ffffff;
} .aneVipClearfix { clear: both; }
.aneVipPullLeft { float: left; }
.aneVipPullRight { float: right; }
@media (max-width: 992px) {
.aneVipPainelMenu,
.aneVipPainelConteudo {
width: 100%;
margin-bottom: 15px;
}
}
@media (max-width: 768px) {
.aneVipListaFavoritos li,
.aneVipPlanos li {
width: 100%;
}
}