.acui.wrap .row {
    display: flex;
    flex-direction: row;
}

.acui .header{
    width: 100%;
}

.acui.wrap div.acui-message{
    display: block;
}

.acui.wrap .notice,
.acui.wrap .warning,
.acui.wrap .error{
    display: none;
}

.acui .main_bar{
    width: 80%;
}

.acui .sidebar {
    width: 18%;
    font-size: 12px;
    margin: 0 1%;
}

.acui .batch-importer{
    width: 80%;
}

.acui .sidebar_section{
    background-color: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    float: left;
    margin: 0 0 10px;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
}

.acui .sidebar_section.sidebar-info{
    background-color: #f0f6fc;
    border-left: 4px solid #72aee6;
    border-radius: 0 4px 4px 0;
    font-size: 11px;
    line-height: 1.6;
    color: #1d2327;
}

.acui .sidebar_section.sidebar-info p{
    margin: 0 0 8px;
}

.acui .sidebar_section.sidebar-info p:last-child{
    margin-bottom: 0;
}

.acui .sidebar_section.premium_addons{
    background-color: transparent;
    border: 0;
    padding: 0 0 10px;
}

.acui .sidebar ul {
    margin: 0;
    padding: 0;
}

.acui .sidebar li {
    font-size: 11px;
    line-height: 16px;
    list-style: disc outside none;
    margin: 5px 0 5px 20px;
}

.acui .sidebar h3 {
    margin: 0 0 10px;
}

.acui .sidebar img {
    display: block;
    margin: 0 auto;
}

.acui .sidebar_section label {
    font-size: 11px;
}

.acui .sidebar_section.webempresa img {
    width: 100%;
}

.acui #vote_us{
    cursor: pointer;
}

.acui a.premium-addons{
    background-color: #8A2BE2 !important;
    border-color: #8A2BE2 !important;
}

.acui .premium-addons,
.acui .patreon,
.acui .ko-fi,
.acui .vote-us,
.acui .donate-button{
    backface-visibility: hidden;
    background-color: rgb(249, 104, 84);
    box-sizing: border-box;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    user-select: none;
    white-space: inherit;
    cursor: pointer;
    width: 100%;
    color: rgb(255, 255, 255) !important;
    font-size: 1rem !important;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(249, 104, 84);
    border-image: initial;
    border-radius: 0px;
    padding: 0.75rem 1rem;
    text-decoration: none;
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

.acui-subsubsub{
    list-style: none;
    padding: 0;
    font-size: 13px;
    float: left;
    color: #646970;
    margin: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);    
}

.acui-subsubsub li {
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.acui-subsubsub a {
    padding: 13px;
    display: block;
    line-height: 2;
    text-decoration: none;
}

.acui-subsubsub a.current {
    color: #000;
    border-bottom: 4px solid #00a0d2;
    padding-bottom: 9px;
}

/* accordion */
.acui-accordion details{
    border: 1px solid #dcdcde;
    border-radius: 4px;
    margin-top: 12px;
}

.acui-accordion details summary{
    padding: 0;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 4px;
    user-select: none;
    color: #1d2327;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    gap: 12px;
}

.acui-accordion details summary::-webkit-details-marker{ display: none; }

.acui-accordion details summary .acui-summary-label{
    flex: 1;
    padding: 12px 0 12px 16px;
    border-left: 3px solid transparent;
    transition: border-color 0.15s;
}

.acui-accordion details[open] > summary .acui-summary-label{
    border-left-color: #2271b1;
    font-weight: 600;
}

.acui-accordion details summary .acui-summary-chevron{
    padding: 12px 14px;
    color: #787c82;
    font-size: 9px;
    transition: transform 0.15s ease;
    flex-shrink: 0;
}

.acui-accordion details[open] > summary .acui-summary-chevron{
    transform: rotate(180deg);
    color: #2271b1;
}

.acui-accordion details summary:hover{
    background: #f6f7f7;
}

.acui-accordion details summary:hover .acui-summary-label{
    border-left-color: #72aee6;
}

.acui-accordion details[open] > summary{
    border-bottom: 1px solid #dcdcde;
    border-radius: 4px 4px 0 0;
}

.acui-accordion details .form-table{
    margin: 0 0 0 16px;
}

/* settings */
#acui_roles_wrapper label.roles{
    margin-right: 5px;
}

input[type=checkbox].acui-checkbox{
    margin-left: 2px;
}

/* log - summary cards */
.acui-log-summary {
    margin: 20px 0 16px;
}

.acui-log-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
}

.acui-log-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #dcdcde;
    border-top: 4px solid #c3c4c7;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.acui-log-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    transform: translateY(-2px);
}

.acui-log-card__number {
    display: block;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #1d2327;
}

.acui-log-card__label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #787c82;
    margin-top: 8px;
}

.acui-log-card--processed  { border-top-color: #72aee6; background: #f0f6fc; }
.acui-log-card--processed  .acui-log-card__number { color: #2271b1; }
.acui-log-card--created    { border-top-color: #00a32a; background: #f0fdf0; }
.acui-log-card--created    .acui-log-card__number { color: #00a32a; }
.acui-log-card--updated    { border-top-color: #2271b1; background: #f0f6fc; }
.acui-log-card--updated    .acui-log-card__number { color: #2271b1; }
.acui-log-card--deleted    { border-top-color: #d63638; background: #fdf0f0; }
.acui-log-card--deleted    .acui-log-card__number { color: #d63638; }
.acui-log-card--errors     { border-top-color: #dba617; background: #fdf8ee; }
.acui-log-card--errors     .acui-log-card__number { color: #996800; }
.acui-log-card--no-errors  { border-top-color: #00a32a; background: #f0fdf0; }
.acui-log-card--no-errors  .acui-log-card__number { color: #00a32a; }

/* log - collapsible sections */
.acui-log-section {
    border: 1px solid #dcdcde;
    border-radius: 4px;
    margin-top: 16px;
    background: #fff;
}

.acui-log-section__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    cursor: pointer;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
    color: #1d2327;
    user-select: none;
    gap: 10px;
}

.acui-log-section__summary::-webkit-details-marker { display: none; }

.acui-log-section__summary:hover {
    background: #f6f7f7;
    border-radius: 4px;
}

details.acui-log-section[open] > .acui-log-section__summary {
    border-bottom: 1px solid #dcdcde;
    border-radius: 4px 4px 0 0;
}

.acui-log-section__chevron {
    font-size: 10px;
    color: #787c82;
    flex-shrink: 0;
    transition: transform 0.15s ease;
}

details.acui-log-section[open] > .acui-log-section__summary .acui-log-section__chevron {
    transform: rotate(180deg);
}

.acui-log-section__body {
    padding: 12px 16px;
    overflow-x: auto;
}

/* log - error type badges */
.acui-log-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.acui-log-badge--error   { background: #fcf0f1; color: #d63638; border: 1px solid #f8c8c9; }
.acui-log-badge--warning { background: #fcf9e8; color: #8a6914; border: 1px solid #f5e6ab; }
.acui-log-badge--notice  { background: #f0f6fc; color: #2271b1; border: 1px solid #c5d9ed; }

/* import log table */
#acui_import_log {
    overflow-x: auto !important;
}

.acui-import-rows,
#acui_errors {
    min-width: 800px;
}

.acui-import-rows th,
.acui-import-rows td,
#acui_errors th,
#acui_errors td {
    min-width: 150px;
    text-align: left;
    white-space: nowrap;
}

/* dataTables */
.dataTables_wrapper .dataTables_length select{
    font-size: 13px;
    background: none;
    line-height: 1;
    min-height: 13px;
}

/* exporter */
#acui_export_results{
	display: none;
	background-color: #dcdcde;
	padding: 20px;
    margin-top: 10px;
}

#acui_export_results ul{
    list-style: disc;
}

.acui_exporter .user-exporter-progress-wrapper{
    padding: 5px;
    background-color: white;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.acui_exporter .user-exporter-progress{
    width: 100%;
    height: 42px;
	border: 0;
	border-radius: 9px;
}
.user-exporter-progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 9px;
}

.user-exporter-progress::-webkit-progress-value {
	background: #2271b1;
	border-radius: 9px;
}

.user-exporter-progress::-moz-progress-bar {
	background: #2271b1;
	border-radius: 9px;
}

.user-exporter-progress .progress-value {
	padding: 0px 5px;
	line-height: 20px;
	margin-left: 5px;
	font-size: .8em;
	color: #555;
	height: 18px;
	float: right;
}

.acui_exporter.user-exporter__exporting table,
.acui_exporter .user-exporter-progress-wrapper{
    display: none;
}

.acui_exporter.user-exporter__exporting .user-exporter-progress-wrapper{
    display: block;
}