.ui-front {
    z-index: 1000
}

.ui-widget-overlay {
    background: #000;
    opacity: .5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed
}

.ui-dialog,
.ui-dialog-titlebar {
    backdrop-filter: blur(40px);
    z-index: 1000
}

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

.ui-dialog-titlebar-close .ui-icon,
.ui-dialog-titlebar-close span.ui-button-text {
    margin: 9px auto 0;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: .5;
    display: block
}

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

.ui-helper-clearfix {
    display: block
}

.ui-dialog {
    top: 0;
    padding: 0;
    position: absolute;
    width: 370px;
    border-radius: 15px;
    box-shadow: 0 8px 40px -10px rgba(0, 0, 0, .3);
    background-clip: padding-box;
    outline: 0
}

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

.ui-dialog-title {
    float: left;
    font-weight: 600;
    font-size: .9rem;
    text-shadow: 0 1px #333;
    color: #fff
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px !important;
    height: 23px !important;
    width: 32px;
    border: 0 !important;
    background-color: inherit !important;
    box-shadow: none !important;
    padding: 0 !important
}

.ui-dialog-titlebar-close .ui-icon {
    font-weight: 600;
    font-size: 1rem
}

.btn-white:hover,
.ui-button {
    background-color: #0c5f7eed;
    color: #fff
}

.ui-dialog-titlebar-close span.ui-button-text {
    text-indent: -9999px
}

.ui-dialog-titlebar-close span.ui-button-text:hover,
.ui-dialog-titlebar-close:hover .ui-icon {
    opacity: 1
}

.ui-button {
    font-size: .85rem;
    float: right;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 8px;
    outline: 0;
    padding: 7px 19px;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    -webkit-transition: .1s;
    transition: .1s;
    text-shadow: 0 1px #333;
    margin: 0 3px
}

.ui-button-icon-only,
.ui-icon {
    overflow: hidden;
    text-indent: -9999px
}

.ui-dialog label {
    color: #575757
}

.ui-dialog-content {
    padding: 20px;
    overflow: auto;
    position: relative;
    zoom: 1;
    color: #fff
}

.loginbox .ui-dialog-content,
.loginbox.ui-dialog {
    overflow: visible !important
}

.ui-dialog-content h2 {
    display: inline;
    font-size: 1em;
    font-weight: 700
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 15px;
    text-align: center
}

.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    border-radius: 15px 15px 0 0
}

.ui-state-error {
    background: 50% 50% repeat-x #fef1ec !important;
    border: 1px solid #cd0a0a;
    color: #cd0a0a
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-autocomplete {
    position: absolute;
    cursor: default
}

* html .ui-autocomplete {
    width: 1px
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    float: left;
    background: 50% bottom repeat-x #fff;
    border: 1px solid #dedede;
    color: #353535
}

.ui-menu .ui-menu {
    margin-top: -3px
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1
}

.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-hover {
    margin: -1px;
    border: 1px solid #a7a7a7;
    color: #4e4e4e;
    font-weight: 700
}

textarea {
    margin: 0;
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

input[type=checkbox],
input[type=radio] {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px
}

input[type=button],
input[type=file],
input[type=image],
input[type=radio],
input[type=reset],
input[type=submit],
select[multiple],
select[size],
textarea {
    height: auto
}

input::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
    opacity: .6
}

.bb-editor textarea,
.quick-edit-text,
.timezoneselect,
.twofactorselect,
.ui-dialog textarea,
.wide,
select#category {
    width: 100%
}

.btn-white:hover>.icon,
.btn>.icon {
    fill: #fff
}

.btn-white>.icon {
    fill: #0c5f7eed
}

.btn-white {
    background-color: #fff;
    color: #0c5f7eed
}

.bbcodes:hover,
.btn:hover,
.ui-button:hover {
    background-color: #0c5f7ebf
}

.btn-big {
    padding: 12px 27px;
    border-radius: 10px
}

.btn-border {
    color: #0c5f7eed;
    border: 2px solid #0c5f7eed;
    line-height: 22px;
    padding: 5px 20px;
    background-color: transparent;
    overflow: hidden;
    box-shadow: inset 0 0 0 0 transparent;
    text-shadow: none
}

.btn-border.btn-big {
    padding: 10px 20px
}