.vip-countdown {
    display: inline-block;
    font-size: 0.75em;
    color: #e67e22;
    margin-left: 8px;
}
		.menu-do-usuario-no-header-do-tema h3 > svg {
			background: transparent;
		}
		.avatar-no-menu-do-header {
			    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #c328fc;
    margin-top: -32px;
    background-color: #fff;
    object-fit: cover;
		}
		.icone-para-o-perfil-no-header-do-tema {
padding: 6px;
    background-color: #000;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    transition-duration: .15s;}
		.th.headerni .searchx {
display: flex;
		gap: 1rem;}
.vip-tag {
	background-color: #366ad3;
    color: #fff;
    font-size: 0.75em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
}		
		
		.menu-do-usuario-no-header-do-tema {
  position: absolute;
  top: 120px;
  right: -6px;
  padding: 10px 20px;
  background: #1f2122;
  width: 325px;
  box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.menu-do-usuario-no-header-do-tema.active {
  top: 55px;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
.menu-do-usuario-no-header-do-tema::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: #1f2122;
  transform: rotate(45deg);
}

.menu-do-usuario-no-header-do-tema h3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  font-weight: 500;
  color: #555;
  line-height: 1.5em;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-do-usuario-no-header-do-tema > ul {
    padding: 0;
    margin-top: 0;
}
.menu-do-usuario-no-header-do-tema h3 span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.menu-do-usuario-no-header-do-tema ul li {
  list-style: none;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.menu-do-usuario-no-header-do-tema ul li i {
  max-width: 20px;
  margin-right: 10px;
  opacity: 0.5;
  transition: 0.5s;
  font-size: 20px;
}

.menu-do-usuario-no-header-do-tema ul li:hover i {
  opacity: 1;
}

.menu-do-usuario-no-header-do-tema ul li a {
  display: inline-block;
  text-decoration: none;
  color: rgb(202, 198, 192);
  font-weight: 500;
  transition: 0.5s;
}

.menu-do-usuario-no-header-do-tema ul li:hover a {
  color: #c328fc;
}
.foto-do-avatar-de-perfil-do-usuario-no-menu-do-header-do-site {
    height: 64px;
    width: 64px;
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    line-height: 1;
    text-indent: 0;
    transition: color .3s cubic-bezier(.25,.8,.5,1);
    border-radius: 50%;
    object-fit: cover;
}
.login-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center; align-items: center;
}
.login-modal-content {
  background: #1f2122;
  padding: 20px;
  width: 400px;
  border-radius: 10px;
  position: relative;
}
.login-modal .close-modal {
  position: absolute;
  top: -6px; 
  right: 6px;
  font-size: 24px;
  cursor: pointer;
}
.login-modal .close-modal:hover {
	color: red;
}
.tabs-para-login {
  display: flex;
  margin-bottom: 10px;
  border-radius: 8px;
  gap: 1rem;
}
.tab-do-login {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background: #191a1a;
  color: #fff;
  border: none;
  border-radius: 8px;
}
.tab-do-login.active {
    background: #000000;
    color: #fff;
}
.form-tab-modal {
  display: none;
  flex-direction: column;
}
.form-tab-modal.active {
  display: flex;
}
#reg_email {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 8px;
  padding-left: 14px;
}
#registerSubmit {
  padding: 10px;
  background: #444;
  color: #fff;
  border: none;
  border-radius: 5px;
}
#registerSubmit:hover {
    background: #00CED1;
}
#loginSubmit:hover {
    background: #00CED1;
}
#openLoginModal:hover {
    background: #03ced1;
}
#openLoginModal {
    flex: 1;
    padding: 10px;
    cursor: pointer;
    background: #010101;
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-top: 1rem;
}

#loginSubmit {
    padding: 10px;
    background: #444;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.form-tab-modal > input {
    background: #000000;
    border: none;
    margin-bottom: 1rem;
    color: #fff;
	height: 40px;
	border-radius: 8px;
	padding-left: 14px;
}
		.menu-do-usuario-no-header-do-tema h3 > svg {
			background: transparent;
		}

		.icone-para-o-perfil-no-header-do-tema {
padding: 6px;
    background-color: #000;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    transition-duration: .15s;}
		.th.headerni .searchx {
display: flex;
		gap: 1rem;}
.vip-tag {
	background-color: #366ad3;
    color: #fff;
    font-size: 0.75em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
}		
		
.menu-do-usuario-no-header-do-tema {
  position: absolute;
  top: 120px;
  right: 15px;
  padding: 10px 20px;
  background: #1b1d24;
  width: 325px;
  box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.menu-do-usuario-no-header-do-tema.active {
  top: 55px;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
.menu-do-usuario-no-header-do-tema::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: #1b1d24;
  transform: rotate(45deg);
}

.menu-do-usuario-no-header-do-tema h3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  font-weight: 500;
  color: #555;
  line-height: 1.5em;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-do-usuario-no-header-do-tema > ul {
    padding: 0;
    margin-top: 0;
}
.menu-do-usuario-no-header-do-tema h3 span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.menu-do-usuario-no-header-do-tema ul li {
  list-style: none;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.menu-do-usuario-no-header-do-tema ul li i {
  max-width: 20px;
  margin-right: 10px;
  opacity: 0.5;
  transition: 0.5s;
  font-size: 20px;
}

.menu-do-usuario-no-header-do-tema ul li:hover i {
  opacity: 1;
}

.menu-do-usuario-no-header-do-tema ul li a {
  display: inline-block;
  text-decoration: none;
  color: rgb(202, 198, 192);
  font-weight: 500;
  transition: 0.5s;
}


.foto-do-avatar-de-perfil-do-usuario-no-menu-do-header-do-site {
    height: 64px;
    width: 64px;
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    line-height: 1;
    text-indent: 0;
    transition: color .3s cubic-bezier(.25,.8,.5,1);
    border-radius: 50%;
    object-fit: cover;
}
.toasted.toasted-success.v-application.toasted-primary.info.default {
    top: 90px;
    left: 40%;
}
.toasted.toasted-danger.v-application.toasted-primary.info.default {
    top: 90px;
    left: 40%;
}
.toasted {
    background: #333!important;
    font-weight: 400!important;
    margin-left: 5px;
    overflow: hidden;
    position: relative
}
.toasted.error:before,.toasted.info:before,.toasted.show:before,.toasted.success:before {
    box-shadow: 0 0 5px #262626;
    content: "";
    height: 150%;
    left: -10px;
    position: absolute;
    top: -5px;
    transform: rotate(10deg);
    width: 20px
}

.toasted-error.info:before {
    background: #a92835!important
}
.toasted-container .toasted .action:hover {
    text-decoration: none;
    background: #dc354569;
}
.toasted.info:before {
    background: #4628a9!important
}
.toasted-danger.info:before {
    background: #dc3545 !important;
}
.toasted-success.info:before {
    background: #43cb43 !important;
}
.toasted .action {
    color: #ecbbbd!important
}
.toasted{
    padding:0 20px
}
.toasted.rounded{
    border-radius:24px
}
.toasted .primary,.toasted.toasted-primary{
    border-radius:2px;
    min-height:38px;
    line-height:1.1em;
    background-color:#353535;
    padding:6px 20px;
    font-size:15px;
    font-weight:300;
    color:#fff;
    box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}
.toasted .primary.success,.toasted.toasted-primary.success{
    background:#4caf50
}
.toasted .primary.error,.toasted.toasted-primary.error{
    background:#f44336
}
.toasted .primary.info,.toasted.toasted-primary.info{
    background:#3f51b5
}
.toasted .primary .action,.toasted.toasted-primary .action{
    color:#a1c2fa
}
.toasted.bubble{
    border-radius:30px;
    min-height:38px;
    line-height:1.1em;
    background-color:#ff7043;
    padding:0 20px;
    font-size:15px;
    font-weight:300;
    color:#fff;
    box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}
.toasted.bubble.success{
    background:#4caf50
}
.toasted.bubble.error{
    background:#f44336
}
.toasted.bubble.info{
    background:#3f51b5
}
.toasted.bubble .action{
    color:#8e2b0c
}
.toasted.outline{
    border-radius:30px;
    min-height:38px;
    line-height:1.1em;
    background-color:#fff;
    border:1px solid #676767;
    padding:0 20px;
    font-size:15px;
    color:#676767;
    box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    font-weight:700
}
.toasted.outline.success{
    color:#4caf50;
    border-color:#4caf50
}
.toasted.outline.error{
    color:#f44336;
    border-color:#f44336
}
.toasted.outline.info{
    color:#3f51b5;
    border-color:#3f51b5
}
.toasted.outline .action{
    color:#607d8b
}
.toasted-container{
    position:fixed;
    z-index:10000
}
.toasted-container,.toasted-container.full-width{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column
}
.toasted-container.full-width{
    max-width:86%;
    width:100%
}
.toasted-container.full-width.fit-to-screen{
    min-width:100%
}
.toasted-container.full-width.fit-to-screen .toasted:first-child{
    margin-top:0
}
.toasted-container.full-width.fit-to-screen.top-right{
    top:0;
    right:0
}
.toasted-container.full-width.fit-to-screen.top-left{
    top:0;
    left:0
}
.toasted-container.full-width.fit-to-screen.top-center{
    top:0;
    left:0;
    -webkit-transform:translateX(0);
    transform:translateX(0)
}
.toasted-container.full-width.fit-to-screen.bottom-right{
    right:0;
    bottom:0
}
.toasted-container.full-width.fit-to-screen.bottom-left{
    left:0;
    bottom:0
}
.toasted-container.full-width.fit-to-screen.bottom-center{
    left:0;
    bottom:0;
    -webkit-transform:translateX(0);
    transform:translateX(0)
}
.toasted-container.top-right{
    top:10%;
    right:2%
}
.toasted-container.top-left{
    top:10%;
    left:7%
}
.toasted-container.top-center{
    top:10%;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
.toasted-container.bottom-right{
    right:5%;
    bottom:7%
}
.toasted-container.bottom-left{
    left:5%;
    bottom:7%
}
.toasted-container.bottom-center{
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    bottom:7%
}
.toasted-container.bottom-left .toasted,.toasted-container.top-left .toasted{
    float:left
}
.toasted-container.bottom-right .toasted,.toasted-container.top-right .toasted{
    float:right
}
.toasted-container .toasted{
    top:35px;
    width:auto;
    clear:both;
    margin-top:10px;
    position:relative;
    max-width:100%;
    height:auto;
    word-break:normal;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between;
    box-sizing:inherit
}
.toasted-container .toasted .fa,.toasted-container .toasted .fab,.toasted-container .toasted .far,.toasted-container .toasted .fas,.toasted-container .toasted .material-icons,.toasted-container .toasted .mdi{
    margin-right:.5rem;
    margin-left:-.4rem
}
.toasted-container .toasted .fa.after,.toasted-container .toasted .fab.after,.toasted-container .toasted .far.after,.toasted-container .toasted .fas.after,.toasted-container .toasted .material-icons.after,.toasted-container .toasted .mdi.after{
    margin-left:.5rem;
    margin-right:-.4rem
}
.toasted-container .toasted .action{
    text-decoration:none;
    font-size:.8rem;
    padding:8px;
    margin:5px -7px 5px 7px;
    border-radius:3px;
    text-transform:uppercase;
    letter-spacing:.03em;
    font-weight:600;
    cursor:pointer
}
.toasted-container .toasted .action.icon{
    padding:4px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center
}
.toasted-container .toasted .action.icon .fa,.toasted-container .toasted .action.icon .material-icons,.toasted-container .toasted .action.icon .mdi{
    margin-right:0;
    margin-left:4px
}
.toasted-container .toasted .action.icon:hover{
    text-decoration:none
}
.toasted-container .toasted .action:hover{
    text-decoration:underline
}
@media only screen and (max-width:600px){
    .toasted-container{
        min-width:100%
    }
    .toasted-container .toasted:first-child{
        margin-top:0
    }
    .toasted-container.top-right{
        top:0;
        right:0
    }
    .toasted-container.top-left{
        top:0;
        left:0
    }
    .toasted-container.top-center{
        top:0;
        left:0;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    .toasted-container.bottom-right{
        right:0;
        bottom:0
    }
    .toasted-container.bottom-left{
        left:0;
        bottom:0
    }
    .toasted-container.bottom-center{
        left:0;
        bottom:0;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    .toasted-container.bottom-center,.toasted-container.top-center{
        -ms-flex-align:stretch!important;
        align-items:stretch!important
    }
    .toasted-container.bottom-left .toasted,.toasted-container.bottom-right .toasted,.toasted-container.top-left .toasted,.toasted-container.top-right .toasted{
        float:none
    }
    .toasted-container .toasted{
        border-radius:0
    }
}
.capa-salva-com-sucesso-no-perfil {
    right: 0;
    margin-right: 1.2rem;
    overflow: hidden;
    background: #25272f !important;
    width: 20%;
    position: fixed;
}
.capa-salva-com-sucesso-no-perfil::before {
    box-shadow: 0 0 5px #262626;
    content: "";
    height: 150%;
    left: -10px;
    position: absolute;
    top: -5px;
    transform: rotate(10deg);
    width: 20px;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.body-da-capa-salva-com-sucesso-no-perfil {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 1rem;
}
.botao-para-fazer-upload-da-foto-do-perfil-do-usuario-no-perfil {
    position: absolute;
    top: 30px;
    right: 385px;
    margin-right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0px 10px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 0.375rem;
    z-index: 100;
}
.perfil-info:hover > #upload-icon-label {
    display: block !important;
}
.label-botao-para-fazer-upload-da-foto-do-perfil-do-usuario-no-perfil {
    position: absolute;
    top: 30px;
    right: 385px;
    margin-right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0px 10px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 0.375rem;
}
.botao-para-fazer-upload-da-foto-do-perfil-do-usuario-no-perfil:hover {
    background: #00ced1;
}
.perfil-capa:hover #upload-icon-label {
    display: block !important;
}

	
.botao-para-fazer-upload-da-capa-do-perfil-do-usuario-no-perfil {
    position: absolute;
    top: 20px;
    left: 5px;
    margin-right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 0.375rem;
}
.botao-para-fazer-upload-da-capa-do-perfil-do-usuario-no-perfil:hover {
    background: #00ced1;
}

.botao-para-configuracoes-do-perfil-do-usuario {
	padding: 6px;
    background-color: #1f2122;
    cursor: pointer;
    color: #fff;
	font-size: 21px;
    border-radius: 5px;
    transition-duration: .15s;	
}
.botao-para-configuracoes-do-perfil-do-usuario:hover {
	background-color: #00ced1;
	color: #000;
}
.botoes-no-perfil-do-usuario-para-favoritos-e-configuracoes {
    display: flex;
    gap: 1rem;
}
#edit-profile-form {
    margin-bottom: 3rem;
}
.input-para-alterar-o-nome-do-usuario-no-perfil-do-usuario {
	border: none;
    background: #1f2122;
    color: #fff;
    border-radius: 0.40rem;
    padding-left: 1rem;
    box-shadow: 0 0 5px #262626;
    height: 45px;
    font-size: 1.2rem;
    font-weight: 700;
    outline: none;
	width: 78%;
}
#user-configuracoes > h3 {
    color: #00ced1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16.38px;
    margin-left: 1rem;
}
#edit-profile-form > label > h5 {
    color: #00ced1;
    font-size: 16.38px;
    margin-left: 1rem;
}
.botao-para-salvar-alteracoes-no-perfil-do-usuario {
    border: none;
    background: #00ced1;
    color: #fff;
    border-radius: 0.40rem;
    padding-inline: 1rem;
    box-shadow: 0 0 5px #262626;
    height: 45px;
    font-size: 1.2rem;
    font-weight: 700;
    outline: none;
}
.botao-para-salvar-alteracoes-no-perfil-do-usuario:hover {
	background: #057d7f;
}
.perfil-container {
  max-width: 100%;
  margin: 30px auto;
  background-color: #1b1d24;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.perfil-capa {
  height: 250px;
  overflow: hidden;
}

.capa-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.perfil-info {
  text-align: center;
  padding: 20px;
  position: relative;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
	
  border: 4px solid #c328fc;
  margin-top: -60px;
  background-color: #fff;
  object-fit: cover;
  opacity: 1;
}

.nome-usuario {
  font-size: 26px;
  margin-top: 10px;
  color: #c328fc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.descricao {
  font-style: italic;
  font-size: 15px;
  margin-top: 5px;
  color: #bbb;
}

.perfil-dados {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 20px;
  gap: 20px;
}

.box-dado {
  background-color: #000;
  padding: 15px;
  border-radius: 10px;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
}

.box-dado h3 {
  margin-bottom: 10px;
	
  color: #c328fc;
  display: flex;
  align-items: center;
  justify-content: space-between;
	    font-size: 16.38px;
}

.box-dado ul {
  list-style: disc;
  padding-left: 20px;
}

.barra-xp {
  width: 100%;
  height: 10px;
  background-color: #444;
  border-radius: 5px;
  margin: 8px 0;
}

.xp {
  height: 100%;
  background: linear-gradient(to right, #ff0055, #ff9900);
  border-radius: 5px;
}

.box-dado > .favoritos-no-perfil-do-usuario {
 padding: 0;
}
.box-dado > .favoritos-no-perfil-do-usuario > h4 {
	font-size: 16.38px;	
}
.box-dado > .favoritos-no-perfil-do-usuario > .bs {
 width: calc(100% / 4);
}




.vip-container-nota {
width: 100%;
    max-width: 1400px;
    margin: 20px auto;
    background: linear-gradient(135deg, rgb(17 19 25) 0%, rgb(12 13 16) 100%);
    border: 1px solid rgb(84 84 84 / 80%);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}
.vip-content-nota {
    padding: 15px;
    display: flex
;
    flex-direction: column;
    position: relative;
}
.vip-header-nota {
    margin-bottom: 20px;
}
.vip-title-nota {
    display: flex
;
    align-items: center;
    gap: 12px;
}
.crown-icon {
    color: #FFD700;
    font-size: 24px;
    animation: float 3sease-in-out infinite;
}
.vip-title-nota h3 {
    color: white;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.vip-baadge-nota {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
.vip-benefits-nota {
    display: flex
;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0;
}
.benefit-item-nota {
    display: flex
;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 0.95rem;
    transition: transform 0.3sease;
}
.benefit-item-nota i {
    color: #FFD700;
    font-size: 1.1rem;
}
.vip-button-nota {
    display: flex
;
    gap: 10px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000000 !important;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3sease;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
	width: 100%;
}
.vip-button-nota:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    color: #000;
    text-decoration: none;
}
.vip-button-nota:hover i {
    transform: translateX(4px);
}
.vip-button-nota i {
    transition: transform 0.3sease;
}
	
.vip-info-button-nota {
display: flex
;
    gap: 10px;
   background: linear-gradient(135deg, #c328fc, #5a007c);
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3sease;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
	width: 100%;
}
.vip-button-nota:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    color: #000;
    text-decoration: none;
}
.vip-info-button-nota:hover i {
    transform: translateX(4px);
}
.vip-info-button-nota i {
    transition: transform 0.3sease;
}

.vip-button-info-vip-button {
	display: flex;
	gap: 1rem
}

.vip-info-button-nota:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(195 40 252);
    color: #000;
    text-decoration: none;
}




