@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

*[data-copy]{
	cursor:pointer;
}

body {
    background-color: #181a20;
	margin:0px;
	padding:0px;
	font-family: "Inter", serif;
}
div#container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}
div#header {
    width: 100%;
    background-color: #0b0e11;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
	z-index: 2;
}

div#header-left {
    background-color: #0b0e11;
    display: flex;
    flex-direction: row;
    gap: 20px 20px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
	padding: 20px 20px;
	border-radius: 4px;
	width: 100%;
}
div#header-right {
    background-color: #0b0e11;
    display: flex;
    flex-direction: row;
    gap: 20px 20px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 20px 20px;
    border-radius: 4px;
    width: 30%;
    justify-content: flex-end;
}


#header .card {
    color: #ffffffa1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0px;
    background-color: #181a20;
    padding: 20px 20px;
    margin: 0px;
	justify-content: center;
	border-radius: 15px;
}
#header .card * {
    padding: 0px;
    margin: 0px;
}
#header .card p {
	color: #92d76f;
    font-size: x-small;
}


#posicoes { 
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
	z-index: 0; 
	margin-bottom: 50px;
} 


#posicoes form{ 
	display:none;
}
/*#posicoes img.odo{ 
	filter: invert(1) saturate(0);
}
#posicoes img.odo:hover{ 
	filter: invert(0) saturate(1);
}*/

#posicoes img {
    width: 35px;
	max-height: 35px;
}

#posicoes .card {
    background-color: #0b0e11;
    /*background-color: #010102;*/ 
    padding: 20px; 
    border-radius: 10px;
    color: #ffffff80;
	max-width:500px;
	position:relative;
}



#posicoes .card .titulo {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 0px 10px;
    margin: 0px;
}

#posicoes .card .titulo p{
	text-align:right;
	margin: 0;
	flex:1;
}
#posicoes .card .titulo h2{
	margin: 0;
	flex:1;
}
#posicoes .card .titulo h2 span{
	padding:5px;
}


.saldo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tright{
	text-align:right;
	width: 100%;
}
.saldo h2 {
	font-size: larger;
}

.saldo span {
	font-size: small;
}

.saldo h2 span {
    padding: 5px;
    font-size: small;
}
.saldo h2 span i{
    margin-right: 5px;
}

a {
    color: unset;
    text-decoration: unset;
}

#posicoes .card div {
    padding: 0px;
    margin: 0px 0px !important;
}


.status {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.status.menu{
    gap: 0px !important;
}

.hspace{
	height:60px;
}
.status div{
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.status * {
    color: #ffffff3b;
}

.card.LONG {
    border-left: 4px solid #7bda73; 
}
.card.SHORT{
	border-left: 4px solid #f83967;
}

/*
*/

/* LONG com animação */
.card.LONG.emAlta, .card.LONG.emBaixa {
  border-left: 10px solid #7bda73;
}  

/* SHORT com animação */
.card.SHORT.emAlta, .card.SHORT.emBaixa {
  border-left: 10px solid #f83967;
}

.card.emAlta {
  animation: brilhoLong 1.5s infinite ease-in-out;
}  

/* SHORT com animação */
.card.emBaixa {
  animation: brilhoShort 1.5s infinite ease-in-out;
}

@keyframes brilhoLong {
  0%, 100% {
    box-shadow: inset 6px 0 10px -2px rgba(123, 218, 115, 0.4);
  }
  50% {
    box-shadow: inset 6px 0 20px -2px rgba(123, 218, 115, 0.7);
  }
}

@keyframes brilhoShort {
  0%, 100% {
    box-shadow: inset 6px 0 10px -2px rgba(248, 57, 103, 0.4);
  }
  50% {
    box-shadow: inset 6px 0 20px -2px rgba(248, 57, 103, 0.7);
  }
} 




#posicoes .card:hover {
    box-shadow: -13px 20px 20px 0px #000000c4;
    /*background-color: #000000;*/
}

img.corIco{
	filter: contrast(0.5);
}

.cssLucro img.corIco, .css3x img.corIco{
	filter: unset !important;
}

img.apps {
    max-width: 24px;
	filter: contrast(0.5);
}
a{cursor:pointer;}
a.cout, a.alias{cursor:alias;}

input{
	background-color:#181a20;
} 
#setup_button button {
    font-size: 16px;
    background-color: #fa9354;
    padding: 16px;
    border: 0px;
    border-radius: 10px;
}

nav {
    position: fixed;
    background-color: #181a20;
    color: #aaabad;
    padding: 20px;
    right: 0%;
    top: 0%;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    width: auto;
    height: 100vh;
    box-shadow: 5px 2px 20px 20px #000000;
	z-index: 4;
	overflow: auto;
}

div#pelicula, div#peliculaMenu, .peliculaiFast {
    width: 100vw;
    height: 100vh;
    background-color: #0000006e !important;
    display: none;
    position: fixed;
    z-index: 3;
    backdrop-filter: blur(10px);
	top: 0;
}


#termometro{
	cursor:pointer;
}
#header .card.hide.on{
	display:none !important;
}

@media(min-width: 1600px){
	div#header {
		position: fixed;
		box-shadow: 5px 2px 20px 20px #000000;
	}
	#posicoes { margin-top:150px;}
}
 

nav a {
    width: auto;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
nav a:hover{
    background-color: #0b0e11;
}

#header #btn, #header #eye, #header #update, #header #sinais{
	cursor:pointer;
}
#header #btn i, #header #eye i, #header #update i, #header #sinais i{
	font-size: 42px;
}


.card.cssLucro {background-color: #419aff !important;}
img.apps{filter: unset;}
.card.cssLucro *{color: #0b0e11 !important;}

/*
.card.css3x {background-color: #8774af !important;}
img.apps{filter: unset;}
.card.css3x *{color: #0b0e11 !important;}
*/

/*.card.operacoes0 {
    background-color: #020203 !important;
	box-shadow: inset 3px -4px 10px 0px #000000c4;
}*/


/*.card.operacoes0 *, .card.cssLucro *{color: #0b0e11 !important;}*/

img#logo {
    height: 60px;
	margin-left: 30px;
}

input#busca {
    padding: 0px 0px !important;
    color: #ffffff;
    border: 0px;
    outline: none;
    font-size: 19px;
    font-weight: 700;
    max-width: 170px;
    text-transform: uppercase;
}

 .hidden { display: none; }
 
   
 @keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.pulsar {
    display: inline-block;
    border: none;
    animation: pulse 1.5s infinite;
}


div.card.cssLucro.fracao {
    background-color: #419affad !important;
}

.status.menu.open {
    display: flex;
    flex-direction: column;
    background-color: #181a20;
    align-items: flex-start;
    padding: 20px !important;
    width: initial;
    z-index: 5;
    border-radius: 20px;
    box-shadow: -13px 20px 20px 0px #000000c4;
    position: absolute;
    right: 0px;
    top: 0px;
    max-width: 300px;
    height: auto;
	margin-bottom:20px;
}

.status.menu.open a {
    width: 100%;
    padding: 10px 4px;
}

.status.menu.open *{
	color: #ffffff !important;
}
.status.menu {
  display: none;
}

.statusMenu {
    position: absolute;
	right: 20px;
    bottom: 20px; 
	cursor: pointer;
}
 
.status.menu.open h1{ 
    margin: 0px;
}

.status.menu.open a img{ 
    width: 14px !important;
    max-height: 42px !important;
    margin-right: 4px !important;
	filter: invert(1);
}

.status.menu.open i {
    font-size: 12px;
    margin-right: 10px; 
}
.status.menu.open img {
    margin-right: 10px; 
}

.status.menu.open div:hover{ 
    padding: 20px; 
    background-color: #0b0e11;
    border-radius: 5px;
    width: -webkit-fill-available;
}

.status.menu.open div.inf *{ 
	font-size: small;
}

.status.menu.open div.inf{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
	width: 100% !important;
	gap:5px;
	height: auto;
} 
.status.menu.open div.inf:hover{
	background-color:unset;
	width: 100%;
}

.status.menu.open .inf a {
    background-color: #00000090;
    border-radius: 6px;
}

.status.menu.open .inf div:hover{
	width: auto;
}
.status.menu.open .inf a.SHORT{
	background-color:#ee486a !important; 
}
.status.menu.open .inf a.LONG{
	background-color:#84d876 !important;
}
.status.menu.open .inf a.LONG span, .status.menu.open .inf a.SHORT span{
	color:#050607 !important;
}


div#termometro img {
    height: 70px;
	filter: opacity(0.7);
}
div#termometro img:hover {
	filter: opacity(1);
}


svg.odometro.full {
    display: block;
    position: fixed;
    width: 99vw;
    height: 50vw;
    margin-top: 80vh;
    margin-left: -1vw;  
    /*background-color: #000000;*/
    z-index: 99; 
    background-color: #000000a6;
    backdrop-filter: blur(9px);
}
    
form#pesquisa {
    display: flex;
    gap: 20px;
}	


@media(max-width: 1440px){
	
	svg.odometro{
		height: 60px;
		min-width: 100px;
	}   
	

	input#busca {
		font-size: 20px !important;
        margin: 9px !important;
        max-width: 146px !important;
	}
	#header #btn i, #header #eye i, #header #update i, #header #sinais i {
		font-size: 41px !important;
	}	
	#header .card {
		padding: 10px 10px;	
	}
	div#header-left {
		gap: 10px 10px;
	}	
	div#header .card h2 {
		font-size: 18px;
		margin: 0;
	}	
	div#header-left {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100vw;
		position: fixed;
		overflow-x: auto;
	}
	#header .card p {
		white-space: nowrap;
	}	
	#posicoes { 
		margin-top:120px; 
	}	
	div#termometro img {
		height: 50px;
	}	  
	
	svg.odometro.full {
		display: block;
		position: fixed;
		width: 100vw;
		min-height: 100vw;
		margin-top: 66vh;
		margin-left: 0vw; 
		z-index: 9;
		padding: 30vh 0px;
		background-color: #000000a6;
		backdrop-filter: blur(9px);
	}
}





/*#header *{*/
*{
	-webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;            /* Possível implementação no futuro */
}


div#charts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    width: auto !important;
}
div#charts:hover {
	background-color:transparent;
}

div#charts a{
	cursor:pointer;
}

div#charts img.apps{
	filter: contrast(0);
    margin-left: 5px;
}



div#lista {
    display: block;
    position: fixed;
    width: 100%;
    height: 42px;
    background-color: #0b0e11;
    bottom: 0;
    box-shadow: 0 0 20px #000;
    padding: 0px;
    margin: 0px;
}


#lista iframe {
    width: 100%;
    border: 0px;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

nav hr {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #efefef1a;
}

/*********************** BARRA DE ROLAGEM / SCROOL*******************/
	/* Estilizando a barra de scroll (o contêiner) */
	::-webkit-scrollbar {
		width: 14px; /* Largura da barra de scroll */ 
	}

	/* Estilizando a faixa da barra de scroll */
	::-webkit-scrollbar-track {
		background: #0b0e11); /* Cor de fundo da faixa */
	}

	/* Estilizando o polegar da barra de scroll */
	::-webkit-scrollbar-thumb {
		background: #7bda73; /* Cor de fundo do polegar */
	}

	/* Alterando a cor do polegar da barra de scroll ao passar o mouse */
	::-webkit-scrollbar-thumb:hover {
		background: #ff436a; /* Cor de fundo do polegar ao passar o mouse */
	}
	
		
	/* Aplica apenas à div específica */
	#header-left::-webkit-scrollbar {
	  width: 6px;
	  height: 6px;
	}  

	#header-left::-webkit-scrollbar-track {
	  background: transparent;
	}

	#header-left::-webkit-scrollbar-thumb {
	  background-color: rgba(0, 0, 0, 0.05); /* Quase invisível */
	  border-radius: 10px;
	}

	#header-left::-webkit-scrollbar-thumb:hover {
	  background-color: rgba(0, 0, 0, 0.2); /* Leve destaque no hover */
	}

	
/*********************** BARRA DE ROLAGEM / SCROOL ¬*******************/


span.alavc {
    font-size: small;
}

.titulo span, .saldo span {
    filter: opacity(0.5);
}


.inf .green a {
    background-color: #63db7a !important;
}

.inf .blue a {
    background-color: #1588f3 !important;
}

.inf .red a {
    background-color: #ff3e68 !important;
}

.inf .orange a {
    background-color: #f3904c !important;
}
.inf p {
    margin: 0;
    margin-top: 15px;
}

.status.menu .saovivo {
    margin-left: -26px;
    margin-top: -10px;
    border: 0px !important;
    height: 145px !important;
    width: 110% !important;
    overflow: hidden !important;
    margin-bottom: -50px;
} 

i.btClose.fa-solid.fa-circle-xmark {
    font-size: 37px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    background-color: #181a20;
    border-radius: 100%;
    color: #aaabad !important;
}

#posicoes .card.colorir.od0 {background-color: #7bda73 !important;}
#posicoes .card.colorir.od50 {background-color: #ffd83c !important;}
#posicoes .card.colorir.od75 {background-color: #fa9b2a !important;}
#posicoes .card.colorir.od100 {background-color: #f83967 !important;}
#posicoes .card.colorir *{color:#0e1014 !important;}



.fire200, .fire300, .fire400, .fire500{
	background-blend-mode: screen; 
	/*filter: contrast(0.9);*/ 
    background-image: url("/imgs/fire3.gif");
}
.fire100{
    background-image: url("/imgs/smoke.gif");
    background-position-y: 1px;
    background-size: 92%;
    background-position-x: 35px;
   /* filter: contrast(1);*/  
    background-blend-mode: exclusion;	
}

.fire200{
    background-position-y: -0px;
    background-size: 100%;
}

.fire300{
    background-position-y: -50px;
    background-size: 100%;  
}

.fire400{
    background-position-y: -80px;  
    background-size: 120%;
    background-position-x: 40%;
}

.fire500{
    background-position-y: -250px;
    background-size: 150%;
    background-position-x: 40%;
}

.cloud100{
	background-image: url("/imgs/cloud.gif");
    background-blend-mode: lighten;
    background-size: cover;
    background-position-y: 80px;
    background-repeat: no-repeat;
}

.cloud200{
	background-image: url("/imgs/cloud.gif");
    background-blend-mode: lighten;
    background-size: cover;
    background-position-y: 50px;
    background-repeat: no-repeat;
}
.cloud300{
	background-image: url("/imgs/cloud.gif");
    background-blend-mode: lighten;
    background-size: cover;
    background-position-y: 20px;
    background-repeat: no-repeat;
}
.cloud400{
	background-image: url("/imgs/cloud.gif");
    background-blend-mode: lighten;
    background-size: cover;
    background-position-y: 0px;
    background-repeat: no-repeat;
}
.cloud500{
	background-image: url("/imgs/cloud.gif");
    background-blend-mode: lighten;
    background-size: cover;
    background-position-y: -50px;
    background-repeat: no-repeat;
}



#posicoes .inf.nav{display:none;}
#posicoes .inf.nav.open {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    background-color: #00000052;
    border-radius: 10px;
    padding: 20px 20px;
    width: -webkit-fill-available !important;
}


.folder::before {
    content: '\e185';
    font-family: "Font Awesome 5 Free";
	font-size:12px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    color: #aaabad;
}
    
#posicoes .folder::before {
	margin-right: 11px;
}
nav .folder::before {
	font-size: 20px;
}

.folder.open::before {
    content: '\f07c';
    font-weight: 500;
}
.inf .blue.efective a {
    filter: opacity(0.3);
}

.nav {
	display: none;
}
.nav.open {
	display: block;
}
a.folder.open {
	background-color: #00000036;
}
submenu .nav.open {
	background-color: #00000036;
	padding: 0px 15px 15px 15px;
}	

.pointer{cursor:pointer;}


.instrucao {
    display: flex !important;
    flex-direction: column !important;
}

.instrucao p {
    margin: 0px;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
}

#posicoes .card {
    transition: all 0.3s ease;
    opacity: 1;
}

#posicoes .card.hide {
    opacity: 0;
}
 
 
.card.quarentena {
  display: none;
}
.quarentena > span {
    margin-bottom: 20px;
    display: block;
    background-color: #ffffff47;
    padding: 10px;
    border-radius: 6px;
    font-size: small;
}

.card.espiando {
  opacity: 0.95;
    border-top: 2px dashed #fa9b2a;
	border-right: 2px dashed #fa9b2a;
    border-bottom: 2px dashed #fa9b2a;  
}    
 
.card.LONG.checkin {   
  box-shadow: 0 0 10px rgba(95, 207, 116, 0.5);
	border-top: 2px dashed #3bdc80;
	border-right: 2px dashed #3bdc80;
    border-bottom: 2px dashed #3bdc80;    
}
  
.card.SHORT.checkin {   
  box-shadow: 0 0 10px rgbA(255, 62, 104, 0.5);
	border-top: 2px dashed #ff3e68;
	border-right: 2px dashed #ff3e68;
    border-bottom: 2px dashed #ff3e68;    
}


.espiando.on {
    display: block;
}


.miniMenu i {
    margin: 0px 5px !important;
    font-size: medium !important;
}


img.symbIco {
    max-width: 27px;
}


#gaugeFill {
  transition: d 0.5s ease-in-out, stroke 0.5s ease-in-out;
}

#percentText {
  transition: fill 0.5s ease-in-out, opacity 0.3s ease-in-out;
}


.pLiquidacao p {
	background: linear-gradient(
		to right,
		var(--liquid-color, #3e86f1) var(--liquid-fill, 0%),
		#1f1f1f var(--liquid-fill, 0%)
	);
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	transition: background 0.5s ease;
}
.LiqAzul {filter: brightness(0.3);}
.LiqVerde {filter: brightness(0.5);}
.LiqAmarelo {filter: brightness(0.7);}
.LiqAmarelo:hover, .LiqAzul:hover, .LiqAmarelo:hover, .LiqVerde:hover{filter: brightness(1);} 
.LiqAzul{background-color:#3e86f1 !important;}
.LiqVermelho{background-color:#e34368 !important;}
.LiqAmarelo{background-color:#b27b26 !important;}
.LiqVerde{background-color:#5ea360 !important;}

.LiqAmarelo *, .LiqAzul *,  .LiqAmarelo *, .LiqVerde *, .LiqVermelho *{
    color:#ffffff !important;
}



.card.termo, .card.eye {
    background-color: #000000 !important;
}

.aviso-erro * {
    color: #ffffffab;
}
.aviso-erro {
    background-color: #0b0e11;
    padding: 30px;
    margin: auto auto;
    border-radius: 10px;
}

form#pesquisa button {
    background-color: transparent;
    border: 0px;
    font-size: larger;
    color: #aaabad;
	cursor:pointer;
	outline:unset !important;
}

.alertLiqClick, .alertLiqClick *{
	cursor: zoom-in;
}