.elementor-3429 .elementor-element.elementor-element-2cfd38e{--display:flex;}.elementor-3429 .elementor-element.elementor-element-ffca681{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3429 .elementor-element.elementor-element-d9c1bc1 .elementor-heading-title{font-size:31px;}.elementor-3429 .elementor-element.elementor-element-6ac92a9 .elementor-heading-title{font-size:32px;}/* Start custom CSS for html, class: .elementor-element-9e6ec01 */#botonctn{
    border-radius: 10px;
    padding: 7px 15px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9fc11e */.container {
    max-width: 800px;
    width: 100%;
    background: linear-gradient(135deg, #2A2A2A 0%, #1E1E1E 100%); /* Degradado en el contenedor */
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border-radius: 10px;
}

.title {
    text-align: center;
    font-size: 24px;
    color: #00FF9C; /* Verde neón */
    margin-bottom: 20px;
    background: linear-gradient(45deg, #00FF9C, #00A3FF); /* Degradado de color en el título */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* Texto con degradado */
}

/* Thermometer styles */
.thermometer {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #333333; /* Fondo del termómetro */
    border-radius: 25px;
    margin: 20px 0;
    overflow: hidden;
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombras internas para profundidad */
}

.thermometer-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #00FF9C 0%, #00A3FF 100%); /* Degradado en el progreso */
    border-radius: 25px;
    transition: width 0.5s ease;
}

.current-value {
	display:block;
    font-size: 14px;
    color: white;
	padding:15px 0px 10px 15px;
	width:200px;
}

.thermometer-scale {
    display: flex;
    justify-content: end;
    font-size: 15px;
    margin-top: 12px;
    color: #C0C0C0;
    margin-right: 10px;
    margin-left: 10px;
}

/* Saver details styles */
.saver-details {
    font-size: 16px;
    line-height: 1.5;
    background: linear-gradient(135deg, #3A3A3A, #2A2A2A); /* Degradado de fondo */
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2); /* Sombra para mayor profundidad */
}

.saver-details h2 {
    font-size: 18px;
    color: #00A3FF;
    margin-bottom: 10px;
}

.saver-details p {
    margin: 5px 0;
    color: #FFFFFF;
}

span {
    font-weight: bold;
    color: #00FF9C;
}

.hidden {
    display: none;
        }
#connect-wallet-message {
    text-align: center;
    padding: 20px;
        }

/* Contract actions */
.contract-functions {
    margin-top: 0px;
    margin-left: 30px;
}

.contract-functions h2 {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 15px;
}

.contract-action {
    margin-bottom: 20px;
}

.contract-action h3 {
    font-size: 16px;
    color: #00FF9C;
    margin-bottom: 10px;
}

.contract-action input {
    padding: 10px;
    width: 70%;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #2A2A2A, #1E1E1E); /* Degradado en inputs */
    color: #FFFFFF;
    border: 1px solid #A1A1A1;
    border-radius: 5px;
    display: block;
    font-size: 14px;
}

.contract-action button {
    padding: 10px 20px;
    background: linear-gradient(90deg, #00FF9C, #00A3FF); /* Degradado en botones */
    color: #1E1E1E;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.contract-action button:hover {
    background: linear-gradient(90deg, #00A3FF, #00FF9C); /* Invertir degradado en hover */
}

/*Árbol*/
.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
}

.tree li::before, .tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #00FF9C;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #00FF9C;
}

.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

.tree li:only-child {
    padding-top: 0;
}

.tree li:first-child::before, .tree li:last-child::after {
    border: 0 none;
}

.tree li:last-child::before {
    border-right: 1px solid #00FF9C;
}

.tree li:first-child::after {
    border-left: 1px solid #00FF9C;
}

.tree li div {
    border: 1px solid #A1A1A1;
    padding: 10px;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s;
    background: linear-gradient(135deg, #333333, #2A2A2A); /* Degradado en los nodos del árbol */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.tree li div:hover {
    background: linear-gradient(135deg, #00A3FF, #00FF9C);
    color: #FFFFFF;
    border: 1px solid #00FF9C;
}/* End custom CSS */