body {
    background: url('../000/icons/Background_Login.png') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    font-family: Arial, sans-serif;
}

.box {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-150px, -200px);
    max-width: 600px;
    max-height: 600px;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    font-size: 9pt;
    background: #fff;   
}

/* Input base (search, text, combo) */
.webix_el_search input,
.webix_el_text input,
.webix_el_combo input {
    border-radius: 15px;
    padding: 6px 10px;
    background: #f9f6f6;
    border: none !important;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);   
}

/* Toggle elements */
.webix_el_toggle input,
.webix_el_toggle button {
    border-radius: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    transition: background-color 0.3s ease, transform 0.2s ease;    
}

.webix_el_toggle button:hover,
.webix_el_toggle input:hover {
    background-color: #f0f0f0;
    transform: scale(1.02);
}

/* Button elements */
.webix_el_button input,
.webix_el_button button,
.webix_el_toggle input,
.webix_el_toggle button,
.webixbutton {
    border-radius: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
}

.webix_el_button button:hover,
.webixbutton:hover {
    background-color: #4CAF50;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

/* Combo & Richselect icons */
.webix_el_combo span.webix_input_icon,
.webix_el_richselect span.webix_input_icon {
    width: 30px;
    padding-right: 7px;
    border-radius: 15px;
    background-color: transparent !important;
    transition: background-color 0.3s ease;
    font-size: 30px;
    line-height: 20px;
    color: #3498db;
}

/* List item */
.webix_list_item {
    border-bottom: none;
    padding: 8px 12px;
    transition: background-color 0.2s ease;
}

/* Popup styling */
.webix_view.webix_popup {
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Selected item */
.webix_list_item.webix_selected {
    border-radius: 15px;
    font-weight: bold;
}

.login-label {
    font-family: helvetica;
    font-weight: bold;
    font-size: 13pt;
}

.input-label {
    font-family: helvetica;
    font-size: 13pt;
    color: #FF9520;
    margin-left: 5px;
    font-weight: bold;
}

.login-logo {
    width: 110px;
    height: 110px;
    margin-top: 10px;
}


.tglCredential .webix_el_box .webix_button.webix_img_btn {
    background-color: #f7941d !important;
    border: solid 1px #f7941d;
}

.tglCredential .webix_el_box .webix_button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 15px;
}

.tglCredential .webix_icon_btn {
    font-size: 25pt !important;
    width: fit-content;
}
