.hidden,
.js .closed .inside,
.js .hide-if-js,
.js .wp-core-ui .hide-if-js,
.js.wp-core-ui .hide-if-js,
.no-js .hide-if-no-js,
.no-js .wp-core-ui .hide-if-no-js,
.no-js.wp-core-ui .hide-if-no-js {
    display: none;
}

.wp-spinner,
.spinner.is-active {
    background: url(../img/spinner.gif) no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    visibility: hidden;
    float: right;
    vertical-align: middle;
    opacity: .7;
    width: 20px;
    height: 20px;
    margin: 4px 10px 0;
}

.loading-content .wp-spinner,
.wp-spinner.is-active,
.spinner.is-active {
    visibility: visible;
}

.subsubsub {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    font-size: 13px;
    float: left;
    color: #646970;
}

.subsubsub a {
    line-height: 2;
    padding: .2em;
    text-decoration: none;
}

.subsubsub a .count,
.subsubsub a.current .count {
    color: #50575e;
    /* #f1f1f1 background */
    font-weight: 400;
}

.subsubsub a.current {
    font-weight: 600;
    border: none;
}

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

.approve,
.unapproved .unapprove {
    display: none;
}

.unapproved .approve,
.spam .approve,
.trash .approve {
    display: inline;
}

.row-actions span {
    margin-right: .5rem;
}

.row-actions span:last-child {
    margin-right: 0;
}

.row-actions span.delete a,
.row-actions span.trash a,
.row-actions span.spam a {
    color: #b32d2e;
}

.row-actions .delete a:hover,
.row-actions .trash a:hover,
.row-actions .spam a:hover {
    color: #b32d2e;
    border: none;
}


.notice,
div.updated,
div.error {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin: 5px 15px 2px;
    padding: 1px 12px;
}

div[class="update-message"] {
    /* back-compat for pre-4.6 */
    padding: 0.5em 12px 0.5em 0;
}

.notice p,
.notice-title,
div.updated p,
div.error p,
.form-table td .notice p {
    margin: 0.5em 0;
    padding: 2px;
}

.error a {
    text-decoration: underline;
}

.updated a {
    padding-bottom: 2px;
}

.notice-alt {
    box-shadow: none;
}

.notice-large {
    padding: 10px 20px;
}

.notice-title {
    display: inline-block;
    color: #1d2327;
    font-size: 18px;
}

.wp-core-ui .notice.is-dismissible {
    padding-right: 38px;
    position: relative;
}

.notice-dismiss {
    position: absolute;
    top: 0;
    right: 1px;
    border: none;
    margin: 0;
    padding: 9px;
    background: none;
    color: #787c82;
    cursor: pointer;
}

.notice-dismiss:hover:before,
.notice-dismiss:active:before,
.notice-dismiss:focus:before {
    color: #d63638;
}

.notice-dismiss:focus {
    box-shadow: 0 0 0 2px #2271b1;
    /* Only visible in Windows High Contrast mode */
    outline: 2px solid transparent;
}

.notice-success,
div.updated {
    border-left-color: #00a32a;
}

.notice-success.notice-alt {
    background-color: #edfaef;
}

.notice-warning {
    border-left-color: #dba617;
}

.notice-warning.notice-alt {
    background-color: #fcf9e8;
}

.notice-error,
div.error {
    border-left-color: #d63638;
}

.notice-error.notice-alt {
    background-color: #fcf0f1;
}

.notice-info {
    border-left-color: #72aee6;
}

.notice-info.notice-alt {
    background-color: #f0f6fc;
}

/* .widefat - main style for tables */
.widefat {
    border-spacing: 0;
    width: 100%;
    clear: both;
    margin: 0;
}

.widefat * {
    word-wrap: break-word;
}

.widefat a,
.widefat button.button-link {
    text-decoration: none;
}

.widefat td,
.widefat th {
    padding: 8px 10px;
}

.widefat thead th,
.widefat thead td {
    border-bottom: 1px solid #c3c4c7;
}

.widefat tfoot th,
.widefat tfoot td {
    border-top: 1px solid #c3c4c7;
    border-bottom: none;
}

.widefat .no-items td {
    border-bottom-width: 0;
}

.widefat td {
    vertical-align: top;
}

.widefat td,
.widefat td p,
.widefat td ol,
.widefat td ul {
    font-size: 1rem;
    line-height: 1.5em;
}

.widefat th,
.widefat thead td,
.widefat tfoot td {
    text-align: left;
    line-height: 1.3em;
    font-size: 14px;
}

.widefat th input,
.updates-table td input,
.widefat thead td input,
.widefat tfoot td input {
    margin: 0 0 0 8px;
    padding: 0;
    vertical-align: text-top;
}

.widefat .check-column {
    width: 2.2em;
    padding: 6px 0 25px;
    vertical-align: top;
}

.widefat tbody th.check-column {
    padding: 9px 0 22px;
}

.widefat thead td.check-column,
.widefat tbody th.check-column,
.updates-table tbody td.check-column,
.widefat tfoot td.check-column {
    padding: 11px 0 0 3px;
}

.widefat thead td.check-column,
.widefat tfoot td.check-column {
    padding-top: 4px;
    vertical-align: middle;
}

.update-php div.updated,
.update-php div.error {
    margin-left: 0;
}

.js-update-details-toggle .dashicons {
    text-decoration: none;
}

.js-update-details-toggle[aria-expanded="true"] .dashicons::before {
    content: "\f142";
}

.no-js .widefat thead .check-column input,
.no-js .widefat tfoot .check-column input {
    display: none;
}

.widefat .num,
.column-comments,
.column-links,
.column-posts {
    text-align: center;
}

.widefat th#comments {
    vertical-align: middle;
}

table.widefat {
    background: #fff;
}

.striped>tbody> :nth-child(odd) {
    background-color: #f6f7f7;
}


/* Metabox collapse arrow indicators */
.sidebar-name .toggle-indicator::before,
.meta-box-sortables .postbox .toggle-indicator::before,
.meta-box-sortables .postbox .order-higher-indicator::before,
.meta-box-sortables .postbox .order-lower-indicator::before,
.bulk-action-notice .toggle-indicator::before,
.privacy-text-box .toggle-indicator::before {
    content: "\f142";
    display: inline-block;
    font: normal 20px/1 dashicons;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}

.js .widgets-holder-wrap.closed .toggle-indicator::before,
.meta-box-sortables .postbox.closed .handlediv .toggle-indicator::before,
.bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before,
.privacy-text-box.closed .toggle-indicator::before {
    content: "\f140";
}

.postbox .handle-order-higher .order-higher-indicator::before {
    content: "\f343";
    color: inherit;
}

.postbox .handle-order-lower .order-lower-indicator::before {
    content: "\f347";
    color: inherit;
}

.postbox .handle-order-higher .order-higher-indicator::before,
.postbox .handle-order-lower .order-lower-indicator::before {
    position: relative;
    top: 0.11rem;
    width: 20px;
    height: 20px;
}

.postbox .handlediv .toggle-indicator::before {
    width: 20px;
    border-radius: 50%;
}

.postbox .handlediv .toggle-indicator::before {
    position: relative;
    top: 0.05rem;
    text-indent: -1px;
    /* account for the dashicon glyph uneven horizontal alignment */
}

.rtl .postbox .handlediv .toggle-indicator::before {
    text-indent: 1px;
    /* account for the dashicon glyph uneven horizontal alignment */
}

.bulk-action-notice .toggle-indicator::before {
    line-height: 16px;
    vertical-align: top;
    color: #787c82;
}

.postbox .handle-order-higher:focus,
.postbox .handle-order-lower:focus,
.postbox .handlediv:focus {
    box-shadow: inset 0 0 0 2px #2271b1;
    border-radius: 50%;
    /* Only visible in Windows High Contrast mode */
    outline: 2px solid transparent;
}

.postbox .handle-order-higher:focus .order-higher-indicator::before,
.postbox .handle-order-lower:focus .order-lower-indicator::before,
.postbox .handlediv:focus .toggle-indicator::before {
    box-shadow: none;
    /* Only visible in Windows High Contrast mode */
    outline: 1px solid transparent;
}

/* Configurable dashboard widgets "Configure" edit-box link. */
.hndle a {
    font-size: 12px;
    font-weight: 400;
}

.postbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c3c4c7;
    cursor: move;
}

.postbox-header .hndle {
    flex-grow: 1;
    /* Handle the alignment for the configurable dashboard widgets "Configure" edit-box link. */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.postbox-header .handle-actions {
    flex-shrink: 0;
    margin-right: .75rem;
}

/* Post box order and toggle buttons. */
.postbox .handle-order-higher,
.postbox .handle-order-lower,
.postbox .handlediv {
    width: 1.62rem;
    height: 1.62rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.postbox .handle-order-higher,
.postbox .handle-order-lower {
    color: #787c82;
    width: 1.62rem;
}

/* Post box order buttons in the block editor meta boxes area. */
.edit-post-meta-boxes-area .postbox .handle-order-higher,
.edit-post-meta-boxes-area .postbox .handle-order-lower {
    width: 44px;
    height: 44px;
    color: #1d2327
}

.postbox .handle-order-higher[aria-disabled="true"],
.postbox .handle-order-lower[aria-disabled="true"] {
    cursor: default;
    color: #a7aaad;
}

.sortable-placeholder {
    border: 1px dashed #c3c4c7;
    margin-bottom: 20px;
}

.postbox,
.stuffbox {
    margin-bottom: 20px;
    padding: 0;
    line-height: 1;
}

.postbox.closed {
    border-bottom: 0;
}

/* user-select is not a part of the CSS standard - may change behavior in the future */
.postbox .hndle,
.stuffbox .hndle {
    -webkit-user-select: none;
    user-select: none;
}

.postbox .inside {
    line-height: 1.4;
    font-size: 13px;
}

.stuffbox .inside {
    padding: 0;
    line-height: 1.4;
    font-size: 13px;
    margin-top: 0;
}

.postbox .inside {
    margin: 1.5rem;
    position: relative;
}

.postbox .inside>p:last-child,
.rss-widget ul li:last-child {
    margin-bottom: 1px !important;
}

.postbox.closed h3 {
    border: none;
    box-shadow: none;
}

.postbox table.form-table {
    margin-bottom: 0;
}

.postbox table.widefat {
    box-shadow: none;
}

.postbox .hidden {
    display: none;
}

.postbox .widget {
    margin-bottom: 0;
}

.wp-list-table a {
    color: #212529;
}

.wp-list-table .row-title {
    color: #2271b1;
}