.loaderpage{
	display:none;
	z-index: 99999999999;
	position: absolute;
	width: 100%;
	background: #000000c7;
	height: 100vh;
	place-items: center;
	justify-content: center;
	font-size: 81px;
	color: #f2f2f2; /* branco mais escuro */
}
.stepper-wrapper {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.stepper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	
	@media (max-width: 768px) {
	font-size: 12px;
}
}
.otp-input-wrapper {
	width: 100%;
	text-align: center;
	display: inline-block;
}
.otp-input-wrapper input {
	text-align: center;
	padding: 0;
	width: 100%;
	font-size: 32px;
	font-weight: 600;
	color: #3e3e3e;
	background-color: transparent;
	border: 0;
	margin-left: 12px;
	letter-spacing: 58px;
	font-family: sans-serif !important;
}
.otp-input-wrapper input:focus {
	box-shadow: none;
	outline: none;
}
.otp-input-wrapper svg {
	position: relative;
	text-align: center;
	width: 380px;
	height: 2px;
}
@media (max-width: 767px) {
	.login-image {
		display: none;
	}
}

.tag_plan{
	position: absolute;
	right: -1px;
	top: -1px;
	background-color: #007bff;
	padding: 1px;
	width: 47px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	border-radius: 0px 0px 0px 15px;
	font-size: 11px;
}

/* Alinhamento padrão do item do menu */
.sidebar .nav li > a {
	display: flex;
	align-items: center;
	gap: 5px;
}

/* Texto + chevron */
.sidebar .nav li > a > p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 120%;
	margin: 0;
}

/* Ícone principal */
.sidebar .nav li > a > i:first-child {
	min-width: 20px;
}

/* Chevron sempre alinhado */
.sidebar .nav li.has-submenu > a p i {
	margin-left: auto;
	transition: transform .3s ease;
}

.btn-float-reseller i{
	position: fixed;
	background: #007bff;
	padding: 10px 11px 10px 11px;
	z-index: 99999;
	bottom: 10px;
	left: 10px;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	cursor: pointer;
}

.btn-float-reseller span{
	display: none;
	position: fixed;
	bottom: 11px;
	z-index: 9999;
	left: 59px;
	background: #490174;
	color: #fff;
	padding: 8px 15px 8px 15px;
}

.btn-float-reseller span:after {
	content: "";
	top: -5px;
	width: 0;
	height: 0;
	position: absolute;
	left: -21px;
	border-top: 22px solid transparent;
	border-bottom: 26px solid transparent;
	border-right: 26px solid #01201d;
	border-radius: 50%;
}

.regua_desinger {
	background: #007bff;
	color: #fff;
	height: 60px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 1em;
	padding: 0 20px;
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);
}

/* Texto menor */
.regua-text {
	display: flex;
	flex-direction: column;
}

.regua-text small {
	font-size: 10px;
	color: #fff;
}


.dropSearchUl{
	list-style: none;
	padding: 0;
	box-shadow: 0 1px 15px 1px rgb(82 82 82 / 28%);
	top: 50px;
	margin-left: 24px;
	position: absolute;
	background-color: #f2f2f2; /* branco escurecido */
	width: 90%;
	z-index: 9;
	border-radius: 10px;
	display:none;
}

.dropSearchUl li{
	padding-left: 10px;
	padding-top: 7px;
	height: 40px;
	border: 1px solid #d9d9d9; /* branco mais escuro para borda */
	font-size: 16px;
	color: #666464;
	cursor: pointer;
	background-color: #f2f2f2; /* branco escurecido */
}

.dropSearchUl li:hover{
	background-color: #007bff;
	color: #Fff;
}

.stepper-item::before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	left: -50%;
	z-index: 2;
}

.stepper-item::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 2;
}

.stepper-item .step-counter {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ccc;
	margin-bottom: 6px;
}

.stepper-item.active {
	font-weight: bold;
}

.stepper-item.completed .step-counter {
	background-color: #4bb543;
}

.stepper-item.completed::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #4bb543;
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 3;
}

.stepper-item:first-child::before {
	content: none;
}
.stepper-item:last-child::after {
	content: none;
}
#title-span {
	color : #B22234;
}

.fa-flag-usa {
	margin: 0 .3em;
	color: #3C3B6E;
}

#chart-container {
	width: 825px;
	height: 500px;
	position: relative;
}

#tooltip {
	border-radius: 4px;
	box-shadow: 2px 1px 5px 1px #000;
	font-family: 'Lato', sans-serif;
	min-width: fit-content;
	background-color: #A8E7E9;
	padding: .5em 1em;
	position: absolute;
	bottom: 100px;
	left: 0;
}

#leyenda {
	position: absolute;
	top: 8em;
	left: -10px;
	transform: rotate(-90deg);
}
.blocked_sig .btn_renew{
	background-color: #007bff;
	color: #FFF;
	padding: 7px;
	border-radius: 38px;
	text-decoration: none;
	font-size: 24px;
}
.blocked_sig{
	z-index: 9999;
	width: 100%;
	position: absolute;
	height: 100vh;
	text-align: center;
	font-size: 40px;
	backdrop-filter: blur(4px);
	padding-top: 10%;
	font-weight: 700;
}
.selected_type_tempalte_click{
	cursor:pointer;
}
.selected_type_tempalte_click .selected_type_template{
	position: absolute;
	right: 10px;
	top: 10px;
}
.selected_type_tempalte_click.active{
	border:1px solid #007bff;
}

.selected_type_tempalte_click.active .selected_type_template{
	color:#007bff;
}

body {
	table-layout: fixed;
}
.dtr-details{
	width: 100%!important;
}
.table.dataTable thead th, table.dataTable tfoot th{
	font-weight: 100;
}

.ui-sortable li {
	cursor: move!important;
}
.blut_setting{
	position: absolute;
	height: 100%;
	width: 87%;
	z-index: 9;
	filter: blur(2px);
	background-image: url('../img/blur_setting.png');
}
.question_info_pix{
	position: absolute;
	left: 6px;
	bottom: 7px;
	color: #202124;
	opacity: 0.3;
	cursor: pointer;
}
.question_info_pix:hover{
	opacity: 1;
}
.method_null{
	font-size: 14px;
	color: #007bff;
	height: 30px;
	display: block;
	margin: 0px;
}
.defined_method_disabled span{
	position: absolute;
	top: 0;
	font-size: 11px;
	text-align: center;
	margin-left: 9px;
}
.defined_method_disabled{
	cursor: no-drop;
	opacity: 0.2;
}
.defined_method.active{
	opacity: 1;
	border: 1px solid #007bff;
}
.active_method{
	position: absolute;
	bottom: 0;
	right: 6px;
	font-size: 17px;
	color: #007bff;
}
.defined_method:hover{
	opacity: 1;
}
.defined_method{
	cursor: pointer;
	opacity: 0.6;
}

.info-tag{
	border-left: 5px solid #007bff;
	padding-left: 5px;
	font-size: 9px;
}
.hideboxclosed{
	display: none;
}
.boxgiftcoins {
	animation: treme 0.1s linear infinite;
}
.backgroundcoins{
	background-image: url('../img/backgroundcoins.png?v=1');
	background-size: contain;
}

@keyframes treme {
	0% {margin-left: 0;}
	25% {margin-left: 5px;}
	50% {margin-left: 0;}
	75% {margin-left: -5px;}
	100% {margin-left: 0;}
}
.img_tag_sig{
	width: 90px;
	position: absolute ;
	top: 10px;
	right: 5px;
	z-index: 9;
}
.fa-coin-cobreivc{
	background-image: url(../fonts/coin-cobreivc.svg?v=2);
	width: 30px;
	height: 34px;
	background-size: 75%;
	background-position-y: top;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.4;
	transition: 0.2s;
}

.active .fa-coin-cobreivc{
	background-image: url(../fonts/coin-cobreivc-active.svg?v=2)!important;
	opacity: 1;
}

#buy:hover .fa-coin-cobreivc{
	opacity: 1;
}

.fa-coin-cobreivc::before{
	content: "";
}
small{
	font-size:11px;
	margin-left: 10px;
	color: gray;
}

.embreveinto{
	background-color: #007bff;
	color: #fff;
	padding: 5px;
	bottom: 0;
	right: 0;
	position: absolute;
	border-radius: 23px 0px 0px 0px;
	font-size: 13px;
	padding-left: 10px;
}
.embreve{
	position: absolute;
	background-color: rgb(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.background_image_upload{
	text-align: center;
	cursor: pointer;
	min-height: 150px;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position-y: center;
	background-position-x: center;
}
.background_image_upload:hover{
	transition: 0.8s;
	background-size: 60%;
}
.btn_upload_image{
	font-size: 40px;
	color: #ffff;
	cursor: pointer;
	text-align: center;
	transition: 0.3s;
}
.btn_upload_image:hover{
	opacity: 0.8;
}
.control_message_text{
	border: 1px solid #007bff!important;
	padding: 5px!important;
	border-radius: 7px!important;
}
.card_add_message:hover{
	box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	border: 1px solid  #28a745!important;
}
.pointer{
	cursor: pointer;
}
.btn_remove_message:hover{
	opacity: 0.5;
}
.btn_remove_message{
	float: right;
	right: 74px;
	position: absolute;
	font-size: 18px;
	color: #f1173f;
	cursor: pointer;
}
.startAudio:hover{
	background-color: #0fc0ce;
}
.startAudio{
	border: none;
	padding: 15px;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	background-color: #007bff;
	color: #fff;
	font-size: 16px;
	margin: 10px;
}

.stopAudio{
	display: none;
	border: none;
	padding: 15px;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	background-color: #eb1f1f;
	color: #fff;
	font-size: 16px;
	margin: 10px;
}

@keyframes fa-blink {
	0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 0; }
}

.fa-blink {
	-webkit-animation: fa-blink .75s linear infinite;
	-moz-animation: fa-blink .75s linear infinite;
	-ms-animation: fa-blink .75s linear infinite;
	-o-animation: fa-blink .75s linear infinite;
	animation: fa-blink .75s linear infinite;
}

.btn_add_message:hover{
	opacity: 0.5;
}
.btn_add_message{
	width: 100%;
	height: 49px;
	font-size: 16px;
	background-color: transparent;
	border-style: dashed;
	border-radius: 7px;
}
button:focus, input:focus, textarea:focus {
	outline: none;
}
.btn_collapse{
	width: 100%;
	height: 50px;
	font-size: 15px;
	border: none;
	border-radius: 7px;
	text-align: left;
	padding-left: 13px;
	margin-bottom:10px;
}
.icon_setting_caixa{
	position: absolute;
	right: 25px;
	bottom: 12px;
	font-size: 13px;
	background: -webkit-linear-gradient(#0df5af, #0f8937);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}

.simbol_currency{
	font-size: 14px;
}
#values_saldo{
	font-size: 32px!important;
}
#values_entrada{
	font-size: 32px!important;
}
#values_saida{
	font-size: 32px!important;
}
.hide{
	display: none;
}
.flipswitch {
	position: relative;
	background: white;
	width: 30px;
	height: 17px;
	-webkit-appearance: initial;
	border-radius: 3px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	font-size: 0;
	font-family: Trebuchet, Arial, sans-serif;
	cursor: pointer;
	border: 1px solid #ddd;
	vertical-align: middle;
}
.flipswitch:after {
	position: absolute;
	top: 5%;
	display: block;
	line-height: 32px;
	width: 45%;
	height: 90%;
	background: gray;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.3s ease-in 0s;
	color: black;
	border-radius: 3px;
}

.flipswitch:after {
	left: 2%;
	content: "Não";
}

.flipswitch:checked:after {
	left: 53%;
	content: "Sim";
	background: #007bff!important;
}
.dataTables_length{
	float: right;
}
input[type="search"]{
	margin-left: 10px;
	border: 1px solid #007bff;
	border-radius: 10px;
}

.dataTables_length select{
	height: 27px;
	border: 1px solid #007bff;
	border-radius: 7px;
	padding: 3px;
	font-size: 13px;
}
.dataTables_empty{
	text-align: center;
	color: gray;
	font-size: 20px;
}
.paginate_button {
	
	background: #007bff;
	color: #fff!important;
	padding: 2px;
	margin-right: 10px;
	border-radius: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px!important;
	position: relative;
	cursor: pointer;
	
}

.add_plan_now{
	display: none;
}
.iti--allow-dropdown{
	width: 100%;
}
.iti__selected-flag{
	padding: 0 7px 0 13px;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
	left: 4px!important;
}

.form-group .form-control, .input-group .form-control{
	height: 50px!important;
}
.table-responsive{
	min-height: 15px!important;
}

::-webkit-scrollbar {
	width: 1px;
	height:1px;
	background: #007bff;
}

.form-control:focus {
	border: 1px solid #4bf504;
}

/*--------------------------------------------------------------
	# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: -15px;
	z-index: 99999;
	background: #ff7a00; /* Laranja */
	width: 44px;
	height: 44px;
	border-radius: 50px;
	transition: all 0.4s;
}

.scroll-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.scroll-top:hover {
	background: #ff8f26; /* Laranja mais claro no hover */
	color: #fff;
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
	bottom: 15px;
}

#pwa-mini {
	position: fixed;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	
	background: linear-gradient(135deg, #4f46e5, #6366f1);
	color: #fff;
	
	display: flex;
	align-items: center;
	gap: 6px;
	
	padding: 6px 8px;
	border-radius: 10px;
	
	font-size: 11px;
	font-weight: 500;
	
	box-shadow: 0 6px 16px rgba(79,70,229,.35);
}

#pwa-mini span {
	white-space: nowrap;
}

#pwa-mini button {
	border: none;
	cursor: pointer;
	font-size: 11px;
	padding: 4px 6px;
	border-radius: 6px;
}

#pwa-install {
	background: rgba(255,255,255,.95);
	color: #4f46e5;
	font-weight: 700;
}

#pwa-close {
	background: rgba(255,255,255,.15);
	color: #fff;
	padding: 2px 5px;
}

/* Desktop */
@media (min-width: 768px) {
	#pwa-mini {
		top: 12px;
		font-size: 13px;
		padding: 8px 10px;
		border-radius: 12px;
	}
	
	#pwa-mini button {
		font-size: 13px;
		padding: 6px 10px;
	}
}

.textarea-large {
	min-height: 80px;
	resize: vertical;
}

#pingIcon {
    animation: pulse 1.6s infinite ease-in-out;
}

@keyframes pulse {
    0% { transform: scale(1); opacity:.6; }
    50% { transform: scale(1.15); opacity:1; }
    100% { transform: scale(1); opacity:.6; }
}
