/*General style*/
* {
    color: rgb(29, 29, 29);
    font-size: 11pt;
}
QMainWindow{
    background: rgb(235, 235, 235);

}
#progress_bar {
    border: none;
    background-color: transparent;
}
#progress_bar::chunk {
    background-color: #808080;
    border-radius: 20%;
    border: 2px solid rgb(134, 134, 134);
}

/*Label*/
QLabel{
    color: rgb(29, 29, 29);
}
/*Label*/
QPushButton{
    background-color: rgb(231, 231, 231);
    color: rgb(22, 22, 22);
    border: 1px solid rgb(4, 122, 10);
    border-radius: 8px;
}
QPushButton:hover{
    background-color: rgb(82, 82, 82);
    color: rgb(233, 233, 233);
    border: 1px solid rgb(90, 207, 96);

}
QPlainTextEdit{
    background-color: rgb(231, 231, 231);
    color: rgb(22, 22, 22);
    border: 1px solid rgb(4, 122, 10);
    border-radius: 8px;

}
QLineEdit{
    background-color: rgb(231, 231, 231);
    color: rgb(22, 22, 22);
    border: 1px solid rgb(4, 122, 10);
    border-radius: 8px;

}
/*BasePage························································*/
#widget_up,#widget_center,#widget_down{
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(136, 135, 135, 0.1);  /* Borde sutil para dar profundidad */
    border-radius: 12px;
}
#label_title{
    color: rgb(19, 143, 2);
    font-weight: 400;
}
#label_balance{
    color: black;
}

/*PageCreateWebsite························································*/
#line_project,
#line_website_name,
#plain_website_description,
#plain_website_seo {
    background-color: rgb(231, 231, 231);
    color: rgb(22, 22, 22);
    border: 1px solid rgb(4, 122, 10);
    border-radius: 8px;
}
#footer_nostr,
#footer_session,
#footer_bastyon,
#footer_signal {
    background-color: rgb(231, 231, 231);
    color: rgb(22, 22, 22);
    border: 1px solid rgb(4, 122, 10);
    border-radius: 8px;
}

/*PageEditWebsite························································*/