@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');


body {
    margin: 0px;
    padding: 0px;
    background-color:#000000;
    width:100vw;
    max-width:100vw;
    height:100vh;
    max-height:100vh;
    background-size: 100%;
    overflow: hidden; /* Bloquear scroll */
    transition: background 500ms;
    /*animation: hue-rotate 60s infinite;*/
}
#swal2-html-container {
    display: block;
    overflow: auto;
    max-height: 60vh;
}
.fundoEmb {
    backdrop-filter: blur(5px) !important; /* Aplica o desfoque */
    -webkit-backdrop-filter: blur(10px) !important; /* Safari suporte */
    background-color: rgba(255, 255, 255, 0.1) !important; /* Camada semitransparente */
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.winbox.protonDashBoard {
    z-Index:5000 !important;
    background-color: transparent !important;
}
.winbox.protonDashBoard .wb-body:not(.semFundo){
    background-color: transparent !important;
}
@property --a {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
    .tagify.form-control {background-color:#0000000a !important;border:1px dashed rgba(106, 113, 133, 0.3)}
    .tagify__input{margin:4px!important;}

#naPpDesktop #taskbar.taskbar-uploadDrop{
  background: linear-gradient(to bottom, #000000 0%, #0c0424  50%, #000000 100%);
  background-size: 100% 300%;           /* pano mais alto pra poder mover */
  animation: navbarGradientMove 6s linear infinite;
  border:revert-layer;
}

@keyframes navbarGradientMove {
  0%   { background-position-y: 0%; }
  50%  { background-position-y: 100%; }
  100% { background-position-y: 0%; }
}

/* acessibilidade: desativa a animação se o usuário preferir menos movimento */
@media (prefers-reduced-motion: reduce) {
  .navbar-ia-anim { animation: none; }
}
.card-flame-small{
    inset: -.5em;
}
.card-flame {
  /*overflow: hidden;*/
  position: relative;
  border-radius: 0.5em;
}

.card-flame::before {
  position: absolute;
  z-index: -1;
  inset: -1em;
  border: solid 1.25em;
  border-image: conic-gradient(from var(--a),#001f3f,#005f99,#0088cc,#00aaff,#33ccff,#66ffff,#33ccff,#00aaff,#0088cc,#005f99,#001f3f) 1;
    /*border-image: conic-gradient(from var(--a), #669900, #99cc33, #ccee66, #006699, #3399cc, #990066, #cc3399, #ff6600, #ff9900, #ffcc00, #669900) 1; Colorido */
  /* blur this pseudo */
  filter: blur(0.75em);
  /* tweak animation duration as necessary */
  animation: aFlame 4s linear infinite;
  /* needed so pseudo is displayed */
  content: "";
}
.card-flame-fire::before {
  border-image: conic-gradient(from var(--a), #669900, #99cc33, #ccee66, #006699, #3399cc, #990066, #cc3399, #ff6600, #ff9900, #ffcc00, #669900) 1;
}
.card-flame-danger::before {
  border-image: conic-gradient(
    from var(--a),
    rgb(255, 0, 0),      /* vermelho puro */
    rgb(200, 0, 0),      /* vermelho escuro */
    rgb(255, 69, 0),     /* laranja forte (tom de fogo) */
    rgb(255, 140, 0),    /* laranja queimado */
    rgb(139, 0, 0),      /* vermelho sangue */
    rgb(0, 0, 0),        /* preto (profundidade/perigo) */
    rgb(255, 0, 0)       /* retorna ao vermelho puro */
  ) 1;
}

@keyframes aFlame {
  to {
    --a: 1turn ;
  }
}

.fundoBase {
    position: relative; /* necessário para o posicionamento do ::before */
    overflow: hidden; /* garante que o fundo não "vaze" */
}

.fundoBase::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url(https://cdn.nossos.app.br/img/fundo/desktop/fundo-01.webp);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; /* joga o fundo atrás de tudo */
    animation: hue-rotate 60s infinite linear;
    filter: hue-rotate(0deg);
}

.bg-camada {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  transition: opacity 1.5s ease;
  z-index: -1;
}

#bg1 {
  z-index: -2;
}
#bg2 {
  opacity: 0;
  z-index: -1;
}

@keyframes rubberBand {/*Efeito de objeto sendo exibido de forma elastica*/
    from { transform: scale3d(1, 1, 1); }
    30% { transform: scale3d(1.25, 0.75, 1); }
    40% { transform: scale3d(0.75, 1.25, 1); }
    50% { transform: scale3d(1.15, 0.85, 1); }
    65% { transform: scale3d(0.95, 1.05, 1); }
    75% { transform: scale3d(1.05, 0.95, 1); }
    to { transform: scale3d(1, 1, 1); }
}
#ANIMATION_CONTAINER {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align:right;
}
                
#ANIMATION_CONTAINER svg{
    width: auto !important;
}
#ANIMATION_CONTAINER svg:first-of-type {
  right: 18rem;
  position:relative
}
#ANIMATION_CONTAINER div{
color:#fff

}
#ANIMATION_CONTAINER div:first-of-type {
    position: absolute;
    top: 27px;
    width: 100%;
    background: linear-gradient(to left, 
          rgba(0, 0, 0, 1) 0px, 
          rgba(0, 0, 0, 0) 450px, 
          rgba(0, 0, 0, 0) 100%);
    border-radius: 0 25px 25px 0;
    height: 56px;
    padding-right: 40px;
    right: 25.5em;
}
#ANIMATION_CONTAINER div:nth-of-type(2) {
    position: absolute;
    top: 100px;
    width: 330px;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    border-radius: 25px 0px 0px 25px;
    height: 56px;
    padding-right: 40px;
    right: 1em;
    text-align:left;
    padding-left:50px
}

.wb-body:not(.semFundo) {
  background-color: #000 !important;
}

.wb-body.semFundo {
  background-color: transparent !important;
}


@keyframes hue-rotate {
  from {
      -webkit-filter: grayscale(30%) hue-rotate(0deg);
  }

  to {
      -webkit-filter: grayscale(30%) hue-rotate(360deg);
  }
}





/*bootstrap*/
.breadcrumb, .btn, .dropdown-menu .dropdown-item, .nav-pills .nav-link, .nav-tabs .nav-link, .navbar .nav-link, .pagination, .sandstone, .tooltip{
    line-height:auto;   
}



#naPpDesktop #naPpDesktop-aplicativos {
    position:fixed;
    top:0;
    left:0;
}

#naPpDesktop #taskbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 10vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(30, 30, 30, 0.8));
    box-shadow: 0 -4px 5px rgb(0 0 0 / 31%);
    z-index: 9800;
    display: none;
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    overflow: visible;
}

.taskbar-box1,
.taskbar-box2,
.taskbar-box3,
.taskbar-box4,
.taskbar-box5 {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 100%;
    overflow: visible;
}

.taskbar-box1 {
    justify-content: start;
    border-right: 1px solid white;
}

.taskbar-box2 {
    justify-content: center;
    border-right: 1px solid white;
}

.taskbar-box3 {
    justify-content: center;
    border-right: 1px solid white;
}

.taskbar-box4 {
    justify-content: end;
}

.taskbar-box5 {
    justify-content: start;
    border-left: 1px solid white;
}

.tippy-box.custom-tooltip {
    width: 80vw;
    height: 15vh;
}
.janelaOpaca {
    backdrop-filter:blur(10px) brightness(1) saturate(1);
}
.dskApp {
    margin: 4px;
    height: 84px;
    width: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .8em;
    transition: all ease-in-out .2s;
    justify-content: center;
    border: 1px solid transparent
}

.dskApp:focus {
    background: rgba(255,255,255,.24)
}

.dskApp:hover {
    background: rgba(255,255,255,.12)
}

.dskApp:focus {
    border: 1px dotted white
}

.dskApp .appName {
    text-align: center;
    color: #fafafa;
    margin-top: 4px;
    text-shadow: 0 0 4px rgba(0,0,0,.6)
}








/*Toast*/
/* toast fim */

#container-toast {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#container-toast .toast {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.4rem;
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.4;
  max-width: 320px;
  background: #333;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  opacity: 1;
  animation-fill-mode: both;
  backdrop-filter: blur(4px);
  font-family: "Rubik", sans-serif;
  overflow: hidden;
}

#container-toast .toast i {
  font-size: 1.3rem;
  flex-shrink: 0;
}

#container-toast .toast-glow {
  position: absolute;
  inset: -20px;
  border-radius: 20px;
  background: radial-gradient(circle, rgba(0, 255, 255, 0.2), transparent 70%);
  pointer-events: none;
  filter: blur(16px);
  z-index: -1;
}

#container-toast .arcade {
  background: #0ff;
  color: #000;
  font-family: "Press Start 2P", monospace;
}

#container-toast .professional {
  background: #2e2e2e;
  color: #eee;
}

#container-toast .brutalist {
  background: #fff;
  color: #000;
  font-family: monospace;
  border: 2px solid #000;
}

#container-toast .glass {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

#container-toast .neon {
  background: #111;
  color: #0f0;
  border: 1.5px solid #0f0;
  text-shadow: 0 0 4px var(--bs-gray);
  box-shadow: 0 0 6px rgba(0, 255, 0, 0.15), 0 0 12px rgba(0, 255, 0, 0.1);
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  40% {
    transform: translateY(-20%);
    opacity: 1;
  }
  60% {
    transform: translateY(10%);
  }
  80% {
    transform: translateY(-4%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoom-glass {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes flip {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}


.winbox.winbox-preview {
    transform: scale(0.13) !important;
    transform-origin: top left !important;
    pointer-events: none !important;
    position: fixed !important;
    transition: opacity 0.05s ease-in-out, transform 0.1s ease-out !important;
}


