/*
Theme Name: Natasha Theme
Theme URI: https://natconsultings.com/
Template: hello-elementor
Author: If Dari
Author URI: https://ifdari.com/
Description: Theme para Natasha Trocel
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1733537401
Updated: 2024-12-07 02:10:01

*/

html, body {
max-width: 100%;
overflow-x: hidden;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 10px; /* Cambiado de right a left */
    width: 20px;
    height: 20px;
    pointer-events: none;
}

#sib_signup_form_1 input {
    width: 100%;
    padding-left: 35px; /* Cambiado de padding-right a padding-left */
    padding-right: 10px;
	border-radius: 10px;
	border: 1px solid rgba(55, 37, 103, 0.50) !important;
	background-color:#050505 !important;
	color:#fff;
}

#sib_signup_form_1 .sib-default-btn{
	width: 100%;
    margin-top: 20px;
	border-radius: 10px;
	background-color: #8B6EE9 !important;
	border:none;
	color:#fff;
	font-family: Roboto;
	font-size: 18px;
	padding-left:10px !important;
	padding-right:10px !important;
}

#sib_signup_form_1 label{
	display:none;
}

.elementor-element-6f94abb {
  height: 700px;
  overflow-y: hidden;
}

.elementor-element-6f94abb:hover {
  overflow-y: auto;
}

.elementor-element-6f94abb {
  scroll-behavior: smooth;
}


#updates-section {
  z-index: 1000;
  display:none;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#btn-notification, #close-action{
	cursor:pointer;
}



@media (max-width:768px){
	.elementor-element-6f94abb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}
}
