body{
	background: #212121;
	color: #f2f2f2;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	overflow: hidden;
}


img{
  pointer-events: none !important;
  user-select: none !important;
}

.novo-login{
	text-align: center;
}

.novo-login footer{
	text-align: center;
	padding-top: 30px;
}

.novo-login footer button{
	text-align: center;
	display: block;
}

.sistema__header h1 img{
	width: 21px;
    display: inline-block;
    vertical-align: bottom;
}

#backdrop{
	background-color: rgba(000,000,000,0.70);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	--tw-backdrop-blur: blur(8px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
  }
  
  #areaMenuDrawer{
	background-color: #fff;
	right: -835px;
  }
  
  .aberto #areaMenuDrawer{
	/*right: 0;*/
	-webkit-transition: 1.2s ease;
	transition: 1.2s ease;
  }
  

  .aberto #backdrop{
	background: rgba(000, 000, 000, 0.60);
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
  }

  .aberto button svg{
	filter: invert(1) !important;
  }

  .aberto #scOne,
  .aberto #scTwo{
	display: block !important;
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
	background: rgba(000, 000, 000, 0.60);
  }
  
  .aberto #scTwo{
	background: #212121;
  }

  #areaMenuDrawer button{
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
	margin-right: 10px;
  }
  
  #areaMenuDrawer a,
  #areaMenuDrawer a:hover{
	color: #000;
	  text-decoration: none !important;
	  font-weight: 600;
	  font-size: 17px;
  }
  
  #areaMenuDrawer a svg{
	color: #000;
	opacity: 0.7;
  }
  
  
  #menuFixoMobile{
	background: #fff;
	padding-top: 22px !important;
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
	bottom: -300px;
	z-index: 99999;
  }
  
  @media(max-width:540px){
	#menuFixoMobile{
	  width: 100% !important;
	  bottom: 0 !important;
	}
	header.principal .menus-targets nav ul li.normal{
	  display: none;
	}
	#areaMenuDrawer button{
	  margin-right: 0;
	}
	header.principal .menus-targets {
	 padding-top: 2px;
	}
  }
  
  #menuFixoMobile a,
  #menuFixoMobile a:hover{
	text-decoration: none;
  }
  
  #menuFixoMobile button{
	background: none !important;
	border: none !important;
	outline: none !important;
  }
  

  #areaMenuDrawer a, 
  #areaMenuDrawer a:hover,
  #areaMenuDrawer a div,
  #areaMenuDrawer a:hover div{
	color: #f2f2f2;
  }

  @media(min-width:1000px){
	.jconfirm-box{
		max-width: 400px;
	}
  }

.tik-modais-auth-form-input{
	color: #666 !important;
}

   .tapume-pre-site-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9;
        }

        .tapume-pre-site-content {
                max-width: 90%;
    		width: 960px;
            padding: 40px 30px;
            text-align: center;
            background: #111;
            border: 2px solid #333;
            border-radius: 12px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
            animation: fadeInUp 0.8s ease-out;
        }

        .tapume-pre-site-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #ff4757, #ff3838);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
            box-shadow: 0 10px 30px rgba(255, 71, 87, 0.3);
        }

        .tapume-pre-site-icon svg {
            width: 32px;
            height: 32px;
            fill: white;
        }

        .tapume-pre-site-title {
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
            background: linear-gradient(135deg, #fff, #ccc);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .tapume-pre-site-subtitle {
            font-size: 1.1rem;
            color: #bbb;
            margin-bottom: 40px;
            line-height: 1.5;
        }

        .tapume-pre-site-divider {
            width: 60px;
            height: 3px;
            background: linear-gradient(135deg, #ff4757, #ff3838);
            margin: 0 auto 40px;
            border-radius: 2px;
        }

        .tapume-pre-site-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }

        .tapume-pre-site-btn {
            padding: 15px 35px;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            min-width: 120px;
        }

        .tapume-pre-site-btn-yes {
            background: linear-gradient(135deg, #ff4757, #ff3838);
            color: white;
            box-shadow: 0 8px 25px rgba(255, 71, 87, 0.4);
        }

        .tapume-pre-site-btn-yes:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(255, 71, 87, 0.6);
        }

        .tapume-pre-site-btn-no {
            background: #333;
            color: #fff;
            border: 2px solid #555;
        }

        .tapume-pre-site-btn-no:hover {
            background: #444;
            border-color: #666;
            transform: translateY(-2px);
        }

        .tapume-pre-site-footer {
            margin-top: 30px;
        }

        .tapume-pre-site-privacy-link {
            color: #666;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .tapume-pre-site-privacy-link:hover {
            color: #ff4757;
        }

        /* Animações */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }

        .tapume-pre-site-icon {
            animation: pulse 2s infinite;
        }

        /* Responsividade */
        @media (max-width: 768px) {
            .tapume-pre-site-content {
                margin: 20px;
                padding: 30px 25px;
                max-width: none;
            }

            .tapume-pre-site-title {
                font-size: 2rem;
            }

            .tapume-pre-site-subtitle {
                font-size: 1rem;
            }

            .tapume-pre-site-buttons {
                flex-direction: column;
                align-items: center;
            }

            .tapume-pre-site-btn {
                width: 100%;
                max-width: 200px;
            }
        }

        @media (max-width: 480px) {
            .tapume-pre-site-content {
                margin: 15px;
                padding: 25px 20px;
            }

            .tapume-pre-site-title {
                font-size: 1.8rem;
            }

            .tapume-pre-site-icon {
                width: 70px;
                height: 70px;
            }

            .tapume-pre-site-icon svg {
                width: 28px;
                height: 28px;
            }
        }

        /* Efeito de partículas no fundo */
        .tapume-pre-site-bg-effect {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1;
        }

        .tapume-pre-site-particle {
            position: absolute;
            width: 2px;
            height: 2px;
            background: rgba(255, 71, 87, 0.3);
            border-radius: 50%;
            animation: float 6s infinite linear;
        }

        @keyframes float {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 1;
            }
            100% {
                transform: translateY(-100vh) rotate(360deg);
                opacity: 0;
            }
        }