.pointer{
    cursor: pointer;
}
.main-bg-color{
    background-color: #f2efef;
}

.menu-icon2{
    color: #fff;
}

.analiza-border {
    border-radius : 4px;
}

.arrow-left {
    position: fixed;
    top: 350px;
    left: 0rem;
    width: 55px;
    z-index: 95;
}

.arrow-right {
    position: fixed;
    top: 350px;
    right: 0rem;
    width: 55px;
    z-index: 95;
}

.controla-app-bg{
    background-image: url(/assets/AdminZone/media/products/controla-app.png);
    background-size: cover;
    height: 100%;
}

.controla-app-bg-contain{
    background-image: url(/assets/AdminZone/media/products/controla-app.png);
    background-size: contain;
    height: 100%;
}

.bg-controla-sign-up{
    background-color: #F7F6F4 !important;
}

.select2-hidden-result{
    display: none !important;
}

.bg-disabled {
    background-color: #c7c7c7;
}


.obfuscate {
    filter: blur(7px);
    transition: filter 0.3s ease;
}

.obfuscate-input {
    filter: blur(7px);
    transition: filter 0.3s ease;
}

.obfuscate.reveal {
    filter: blur(0);
}

.btn-flotante {
	font-size: 12px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 27px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	padding: 10px 10px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 10px 10px;
		bottom: 20px;
		right: 20px;
	}
}
#kt_drawer_chat_messenger {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#kt_drawer_chat_messenger_body {
    flex: 1;
    overflow: hidden;
    min-height: 0;
}

#kt_drawer_chat_messenger_footer {
    flex-shrink: 0;
}
