.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }

.ui-widget-overlay {
    background: #000;
    opacity: 0.6;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
}

.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-widget-header {
    color: #fff;
    background: #ff9f1c;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}

.ui-widget-header a {
    color: #fff;
}

.ui-dialog {
    background: #1e120c;
    border: 1px solid rgba(255, 159, 28, 0.4);
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 320px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.7);
    z-index: 1050;
}

.ui-widget input, .ui-widget textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 159, 28, 0.3);
    border-radius: 4px;
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 15px;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    background: none;
    border: none;
    cursor: pointer;
}

.ui-icon-close {
    background: url("../images/close.png") no-repeat 50% 50% !important;
}

.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: hidden;
    padding: 20px;
    color: #e5d4c0;
}

.ui-dialog .ui-dialog-buttonpane {
    border-top: 1px solid rgba(255, 159, 28, 0.2);
    padding: 15px;
    text-align: right;
    background: rgba(0, 0, 0, 0.2);
}

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin-left: 10px;
}

.ui-button {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #ff9f1c, #ff4e00);
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.ui-button:hover {
    background: linear-gradient(135deg, #ffb03a, #ff621e);
}